@charset "utf-8";

.load-box {
	background: #fff url(../images/ajax-loader.gif) center no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: .3s;
	-webkit-transition: .3s;
}

header {
	display: block;
	position: relative;
	z-index: 99;
	margin: 0;
	padding: 0;
}

.wrap_1200 {
	width: 1200px;
	margin: 0 auto;
}

header .word p {
	line-height: 16px;
	color: #333333;
	font-size: 14px;
}

header .b {
	padding: 35px 0;
	z-index: 11;
	box-sizing: border-box;
}

header .b .head-right {
	padding-top: 0px;
}

header .logo {
	display: inline-block;
}

header .logo>img {
	vertical-align: middle;
}

header .logo h4 {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding-left: 10px;
	margin-left: 10px;
	color: rgba(8, 8, 8, .9);
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}

header .logo h4 span {
	display: block;
	font-size: 16px;
	color: #00954f;
}

header .logo h4::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: #b5b5b5;
}

header .b .head-right {
	position: relative;
}

header .b .head-right .cll {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #CA3631;
	background: #CA3631;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 36px;
	color: #FFF;
	text-align: center;
	line-height: 42px;
	vertical-align: top;
}

header .b .head-right em {
	display: inline-block;
	box-sizing: border-box;
}

header .b .head-right p {
	display: block;
}

header .b .head-right p.p1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

header .b .head-right p.p2 {
	color: #e8222a;
	font-size: 28px;
	font-family: '华康雅宋体W9_P';
	letter-spacing: 1px;
	line-height: 24px;
}

header .c {
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .3);
}

header .nav-menu {
	position: relative;
}

header .nav-menu a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 18px;
}

header .nav-menu>ul {
	width: 100%;
	position: relative;
}

header .nav-menu>ul>li {
	float: left;
	text-align: center;
	position: relative;
	transition: all 0.5s;
	background: url(../images/nav_01.png) no-repeat left center;
}

header .nav-menu li:first-child {
	background: none;
}

header .nav-menu li.nav-li1 {
	width: 160px;
	/* height: 50px; */
	line-height: 50px;
}

header .nav-menu li {
	position: relative;
	display: block;
}

header .nav-menu li.nav-li1:after {
	content: "";
	width: 0;
	height: 3px;
	background: #00954f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s ease 0s
}

header .nav-menu li:hover:after {
	width: 100%
}

header .nav-menu li .arr {
	float: right;
	height: 50px;
	width: 50px;
	position: relative;
	display: none;
	z-index: 1;
}

header .nav-menu li .arr:after {
	content: '';
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

header .nav-menu a.nav-link {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}

header .nav-menu ul li a:hover,
header .nav-menu ul li.active,
header .nav-menu ul li.on>a {
	color: #00954f;
}

.nav-down {
	position: absolute;
	background-color: rgb(255, 255, 255);
	top: 50px;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 3px;
	transition: all .4s;
	opacity: 0
}

@media screen and (min-width: 767px) {
	.nav-li1:hover .nav-down {
		display: block;
		opacity: 1;
		visibility: visible
	}
	.about-1 img{
		width: 100% !important;
		height: auto !important;
	}
}


header .nav-li2 a.nav-link2 {
	font-size: 14px;
	width: 100%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #666;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s;
	box-sizing: border-box;
}

header .nav-down li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header .nav-down li.nav-li2 a:hover {
	background-color: #00954f;
	color: #fff;
}

.nav_bg {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 11;
	width: 100%;
	height: calc(100% - 50px);
	background: rgba(0, 0, 0, 0.6);
	animation: fadeIn .43s ease 0s;
	-webkit-animation: fadeIn .43s ease 0s;
}

/* .nav_bg.on {display: block;} */


/* banner */
.banner {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 710px;
	overflow: hidden;
}


.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .pagination {
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: 1;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.banner .pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	cursor: pointer;
	transition: all 0.3s;
	/* opacity: .2; */
}

.banner .pagination .swiper-pagination-bullet-active {
	border: 1px solid #00954f;
	background: #00954f;
}

.banner .ct {
	top: 110px;
	position: absolute;
	left: 0;
	width: 100%;
}

.banner .wrap_1200 {
	position: relative;
}

.banner .ct .img_txt {
	position: relative;
	width: 1008px;
	left: 0;
	padding: 20px 10px;
	background: no-repeat center;
	background-size: cover;
}

/* .banner .ct h5 {
	font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
    color: #00954f;
} */

.banner .ct span {
	display: block;
}

.banner .ct h6 {
	padding: 10px 0;
	font-size: 0;
	font-weight: normal;
}

.banner .ct h6 p {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 32px;
	text-align: left;
}

.banner .ct h6 p i {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	vertical-align: middle;
	color: firebrick;
}

.banner .ct h6 p>em {
	font-style: normal;
	color: #ec0000;
}



/* index */
.index_1 {
	padding: 30px 0;
}

.ui_tit {
	text-align: center;
}

.index_1 .ui_tit {
	position: relative;
	padding-bottom: 40px;
}

.index_1 .ui_tit em {
	margin: 10px 0 10px
}

.index_1 .news_left {
	position: relative;
	width: 588px;
	height: 392px;
	overflow: hidden;
}

.index_1 .news_left a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	text-align: center;
}

.index_1 .news_left a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.index_1 .news_left a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	text-align: left;
	line-height: 30px;
}

.index_1 .news_left .swiper-container {
	width: 100%;
	height: 100%;
}

.index_1 .news_left .ab_box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.index_1 .news_left .pagination {
	position: absolute;
	text-align: right;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 10;
	font-size: 0;
}

.index_1 .news_left .pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #fff;
	opacity: unset;
	cursor: pointer;
}

.index_1 .news_left .pagination .swiper-pagination-bullet-active {
	background: #00954f;
	border: 1px solid #00954f;
}

.index_1 .news_con {
	width: 600px;
	height: 392px;
}

.index_1 .news_con .news_l {
	position: relative;
	width: 100%;
	height: 38px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 0;
	line-height: 36px;
	border: 1px solid #b3b3b3;
	background-color: #eee;
}

.index_1 .news_con .news_l a.more {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 14px;
	color: #363636;
}

.index_1 .news_con .news_l a i {
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1;
}

.index_1 .news_con .news_l ul {
	margin: 0px;
}

.index_1 .news_con .news_l ul li {
	position: relative;
	float: left;
	font-size: 18px;
	color: #333;
	padding: 0 5px;
	cursor: pointer;
}

.index_1 .news_con .news_l span.li-line {
	font-size: 15px;
	font-family: '宋体';
	font-weight: lighter;
	color: #555;
	float: left;
}

.index_1 .news_con .news_l ul li:hover,
.index_1 .news_con .news_l ul li.on {
	color: #00954f;
}

.index_1 .news_con .tab_pane {
	display: none;
}

.news_con .news_r {
	width: 100%;
	transition: all .5s;
}

.news_con .news_r ul li {
	border-bottom: 1px dashed #d0d0d0;
	padding: 13px 0;
}

.news_con .news_r ul li a {
	position: relative;
	display: block;
	padding-left: 15px;
}

.news_con .news_r ul li a::before{
	position: absolute;
    top: 50%;
    left: 6px;
    width: 3px;
    height: 3px;
    content: '';
	border-radius: 100%;
    margin-top: -2px;
    background: #666;
}

.news_con .news_r ul li a:hover span,
.news_con .news_r ul li a:hover em {
	color: #00954f;
}
/* 
.news_con .news_r ul li a>div {
	margin-bottom: 10px;
} */

.news_con .news_r ul li span {
	float: left;
	width: calc(100% - 8em);
	font-size: 17px;
	color: #565657;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_con .news_r ul li em {
	float: right;
	width: 7em;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.index_1 .news_con .news_r .font {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.index_2 {
	padding: 20px 0 22px;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	background: no-repeat center;
	background-size: cover;
}

.ui_tit h2 {
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto;
	color: #00954f;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui_tit em {
	display: block;
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}

.ui_tit p {
	display: block;
	font-size: 16px;
	color: #333;
}

.index_2 .ui_tit {
	padding-bottom: 18px;
}

.index_2 .ui_tit h2 {
	margin-bottom: 10px;
}

.index_2 .ui_tit em {
	margin-bottom: 6px;
}

.prod_tit {
	text-align: center;
	margin: 8px 0 26px;
}

.prod_tit ul {
	display: inline-block;
}

.prod_tit ul li {
	float: left;
	position: relative;
	padding: 0 10px;
}

.prod_tit ul li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #333333;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}

.prod_tit ul li:first-child:before {
	display: none;
}

.prod_tit ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	border-radius: 12px;
	color: #333333;
	font-size: 18px;
	transition: all 0.3s;
}

.prod_tit ul li a:hover,
.prod_tit ul li.on a {
	background-color: #00954f;
	color: #fff;
}

.prod_list {
	overflow: hidden;
}

.index_2 .prod_list .tab_pane {
	display: none;
	/* opacity: 0;
	visibility: hidden; */
}

.index_2 .prod_list .tab_pane.show {
	display: block;
	/* opacity: 1;
	visibility: visible; */
}

.prod_list ul {
	margin-right: -1%;
}

.prod_list ul li {
	width: 24%;
	float: left;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin: 0 1% 45px 0;
}

.prod_list ul li:nth-of-type(n+5) {
	margin-bottom: 0;
}

/* 
.prod_list ul li a {
	display: block;
} */

.list8-banner .img-wrap {
	overflow: hidden;
}

.prod_list a>.img-wrap {
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
	/* box-sizing: border-box; */
}

.prod_list a>.img-wrap img {
	width: 100%;
	transition: transform 300ms;
}

.prod_list a:hover>.img-wrap img {
	transform: scale(1.05);
}

.prod_list a>span {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1em;
	color: #333333;
	text-align: center;
	box-sizing: border-box;
}

.prod_list a:hover>span {
	color: #00954f;
}

.more-a {
	width: 188px;
	height: 48px;
	line-height: 46px;
	border-radius: 24px;
	border: 1px solid #7e7e7f;
	display: block;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	text-align: center;
	transition: all .5s ease;
}

.more-a:hover {
	color: #00954f;
	transform: translateY(-6px);
	transition: all .5s ease;
}


.index_3 {
	padding: 42px 0 50px;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	background: no-repeat center;
	background-size: cover;
}

.index_3 .ui_tit {
	position: relative;
	padding-bottom: 30px;
}

.index_3 .ui_tit em {
	margin: 10px 0 12px;
}

.about_mian {
	margin-bottom: 40px;
}
.about_con {
	position: relative;
	background: url(../images/about-bg1.jpg);
	background-size: cover;
    padding: 28px 22px;
	width: 50%;
    height: 360px;
	box-sizing: border-box;
}

.about_con .about_ti ul {
	margin-bottom: 30px;
}

.about_con .about_ti ul li{
	float: left;
	display: block;
    width: 126px;
    line-height: 38px;
    color: #c31a15;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
	cursor: pointer;
}

.about_con .about_ti ul li:hover, .about_con .about_ti ul li.on {
    background-color: #EC0000;
    color: #fff;
}

.about_con .about_tx {
	height: 210px;
    overflow: hidden;
}

.about_con .about_tx .tab_pane {
	font-size: 14px;
    color: #333;
    line-height: 30px;
	transition: all .5s;
}

.about_con .tx1 .ft1 {
	display: block;
	/* position: absolute;
	top: 0;
	left: 0; */
	z-index: 1;
	/* opacity: 0;
	visibility: hidden; */
	transition: all .5s;
	opacity: 1;
	visibility: visible;
}

/* 
.about_con .tx1 .ft1.on {
	opacity: 1;
	visibility: visible;
} */

.about_con .tx1 .abt_t font {
	color: #303030;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}


.about_img {
	width: 50%;
	box-sizing: border-box;
}

.about_img .view{
	display: none;
	transition: all .5s;
}

.about_img .view.show {
	display: block;
}

.mo-icon {
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	color: #999;
}

/*----------footer----------*/
footer {
	padding-top: 50px;
	padding-bottom: 26px;
	width: 100%;
	background: no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	background-color: #333;
}


footer .foot-right {
	position: fixed;
	right: 1px;
	top: 50%;
	margin-top: -100px;
	z-index: 100;
	cursor: pointer;
}

footer .foot-right>div {
	position: relative;
	font-size: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

footer .foot-right .ifoot {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff;
	color: #777;
	font-size: 16px;
	line-height: 48px;
	box-sizing: border-box;
}

footer .foot-right>div:hover .ifoot {
	color: #ee9b11;
}

footer .foot-right .f-box {
	position: absolute;
	top: -10px;
	right: 68px;
	display: none;
	border-radius: 5px;
	padding: 12px;
	background-color: #fff;
	animation: fadeIn .43s ease 0s;
	-webkit-animation: fadeIn .43s ease 0s;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
}

footer .foot-right>div:hover .f-box {
	display: block
}

footer .foot-right .f-box::after {
	position: absolute;
	top: 0;
	left: 100%;
	width: 18px;
	height: 100%;
	content: '';
}

footer .foot-right .f-box::before {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 9px;
	height: 18px;
	content: '';
	background: url(../images/icon_3.png) no-repeat;
	background-size: cover;
}

footer .foot-right .f-box>div i {
	display: block;
	font-size: 20px;
	float: left;
	line-height: 30px;
	margin-right: 16px;
	color: #666
}

footer .foot-right .f-box>div p {
	float: left;
	color: #ee9b11;
	font-size: 24px;
	line-height: 30px;
}

footer .foot-right .f-contact .f-box {
	width: 210px;
}

footer .foot-right .f-weixin .f-box {
	top: inherit;
	bottom: -35px;
}

footer .foot-right .f-weixin .f-box {
	width: 156px;
	text-align: center;
}

footer .foot-right .f-weixin .f-box em {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	margin-top: 12px;
}

footer .foot-right .f-weixin .f-box::before {
	top: inherit;
	bottom: 50px;
}

footer .foot-right .f-top {
	display: none;
	animation: fadeIn .43s ease 0s;
	-webkit-animation: fadeIn .43s ease 0s;
}

footer .foot-right .f-top .ifoot {
	font-size: 12px;
	background-color: #00954f;
	color: #fff;
	border: none;
	box-shadow: none;
}

footer .foot-right .f-top:hover .ifoot {
	color: #fff;
	opacity: .9;
}

footer>div p.ti1 {
	line-height: 1em;
	color: #00954f;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}



/* 
footer{

}
footer >.a{
    background-color: #333333;
    padding-top: 40px;
    padding-bottom: 35px;
}
footer >.a .l{
    float: left;
}
footer >.a .r{
    float: right;
} */
footer .hd{
	margin-bottom: 25px;
}
footer .hd p{
    line-height: 1em;
    color: #00954f;
    font-size: 35px;
    font-weight: bold;
}
footer .call{
    width: 670px;
}
footer .call >img{
    float: right;
}

footer .call >.ct{
    position: relative;
}
footer .call >.ct >img{
    float: right;
}
footer .call >.ct p{
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
}
footer .call >.ct p:last-child{
    margin-bottom: 0;
}
footer .call >.ct p >img{
    margin-right: 6px;
}
footer .call >.ft{
    padding-left: 50px;
    margin-top: 20px;
}

footer .fo_l em {
	line-height: 30px;
	text-align: left;
    display: block;
    font-size: 16px;
    color: #fff;
}

/* footer .fo_l em i {
	color: #ee9b11;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
} */


@media (max-width: 1440px) {

	/* 初始化 */
	body {
		min-width: 1200px;
	}

	.wrap_1200 {
		width: 1200px;
	}

	header .b {
		padding: 10px 0;
	}

	header .logo h4 {
		font-size: 15px;
	}

	header .b .head-right p.p2 {
		font-size: 21px;
	}

	header .nav-menu li.nav-li1 {
		width: 171px;
	}

	header .nav-menu a.nav-link {
		font-size: 15px;
	}

	.banner .ct {
		top: 144px;
	}

	.banner .ct .img_txt {
		width: 693px;
	}

	.index_1 .ui_tit {
		padding-bottom: 30px;
	}

	.index_1 .news_left {
		width: 598px;
		height: 428px;
	}

	.index_1 .news_con {
		width: 564px;
		height: 467px;
	}

	.index_1 .news_con .news_l {
		margin-bottom: 10px;
	}

	.news_con .news_r {
		height: auto;
	}

	.news_con .news_r ul li {
		padding: 0px 12px;
	}

	.news_con .news_r ul li a {
		padding: 18px 0px;
	}

	.news_con .news_r ul li a>div {
		margin-bottom: 8px;
	}

	.abt_h {
		margin-bottom: 12px;
	}

	.about_con {
		margin-bottom: 50px;
	}

	.about_con .tx1 .abt_t font {
		margin-bottom: 12px;
	}

	.about_con .tx1 .data li {
		padding: 0 24px;
	}

	.about_con .tx1 .data li em i {
		font-size: 40px;
	}

	.about_con .about_img:before {
		width: calc(100% - 10px);
	}

	.about_con .view {
		width: calc(100% - 10px);
	}

	.prod_tit ul li a {
		font-size: 16px;
	}

	footer .fo_nav li {
		margin-left: 58px;
	}

	footer .foot_1 .fo_ewm {
		width: 310px;
	}

	footer .foot_1 .fo_l {
		width: 310px;
	}

	footer .foot_1 .fo_l em i {
		font-size: 26px;
	}
}


@media screen and (max-width: 1024px) {
	body {
		min-width: 1024px;
	}

	.wrap_1200 {
		width: 100%;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		padding: 0 .3rem;
		box-sizing: border-box;
	}

	header .a {
		display: none;
	}

	header .b {
		padding: 0;
	}

	header .b .logo {
		line-height: 50px;
	}

	header .b .logo h4 {
		display: none;
	}

	header .b .logo img {
		height: 42px;
	}

	header .b .head-right {
		display: none;
	}

	header .b .head-right .cll {
		display: none;
	}

	header .b .head-right em {
		text-align: right;
		position: relative;
		right: 50px;
	}

	header .b .head-right p.p1 {
		font-size: 13px;
	}

	header .b .head-right p.p2 {
		font-size: 17px;
	}

	header .c {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
		background-color: #fff;
	}

	header .nav-menu {
		padding: 0 .5rem;
	}

	header .nav-menu>ul>li {
		background: #fff;
		text-align: unset;
	}

	header .nav-menu li.nav-li1 {
		width: 100%;
		height: unset;
		padding: 0 .3rem;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}

	/* header .nav-menu li.nav-li1.open .nav-down {
		display: block;
		opacity: .9;
	} */

	header .nav-menu li.nav-li1:first-child {
		border-top: none;
	}

	header .nav-menu li.nav-li1:after {
		display: none;
	}

	header .nav-menu li .arr {
		display: block;
	}

	/* header .nav-menu li.open>a,
	header .nav-menu li a:hover {
		background-color: transparent;
		color: #00954f;
	} */

	header .nav-menu li.open .arr:after {
		border-color: #00954f;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	header .nav-menu li .arr.cur::after {
		border-color: #00954f;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	header .nav-menu a.nav-link {
		text-align: unset;
	}

	header .nav-menu .nav-down {
		position: static;
		background-color: #f5f5f5;
		display: none;
		transition: none;
		opacity: unset;
	}

	header .nav-li2 a.nav-link2 {
		border-bottom: unset;
		height: unset;
		line-height: 40px;
		text-align: unset;
		padding: 0 .5rem;
	}

	header .mbtn {
		display: block;
		position: absolute;
		top: 50%;
		right: 0px;
		border: 0;
		background-image: none;
		border-radius: 4px;
		cursor: pointer;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	header .mbtn::before,
	header .mbtn::after,
	header .mbtn span {
		position: relative;
		display: block;
		height: 2px;
		background-color: #00954f;
		content: '';
		border-radius: 5px;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	header .mbtn::before,
	header .mbtn::after {
		width: 23px;
	}

	header .mbtn::before {
		-webkit-transform-origin: 100% 0;
		/* xy右上角 */
		transform-origin: 100% 0;
	}

	header .mbtn::after {
		-webkit-transform-origin: 100% 100%;
		/* xy右下角 */
		transform-origin: 100% 100%;
	}

	header .mbtn span {
		width: 20px;
		margin: 6px 0 6px 6px;
	}

	header .mbtn.cur {
		opacity: 1;
	}

	header .mbtn.cur::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header .mbtn.cur span {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	header .mbtn.cur::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header-fixed {
		height: 50px;
		border-bottom: 1px solid #e5e5e5;
	}

	.index_1 .news_left {
		width: 50%;
		height: auto;
	}

	.index_1 .news_con {
		width: 48%;
		height: auto;
	}

	.about_con .tx1 .data li {
		padding: 0 12px;
	}

	.about_con .tx1 .data li em i {
		font-size: 32px;
		margin-right: 10px;
	}

	footer {
		padding: 0 12px;
		padding-top: 26px;
	}

	footer .foot-right {
		top: 80%;
		margin-top: 0;
		right: 10px;
	}

	footer .f-contact,
	footer .f-weixin {
		display: none;
	}

	footer .foot-right .ifoot {
		width: 38px;
		height: 38px;
		line-height: 36px;
	}

	footer .foot-right .f-top .ifoot {
		background-color: rgba(230, 120, 23, .8);
		border: 1px solid rgba(230, 120, 23, .8);
	}

	footer .foot_1 {
		padding-bottom: 20px;
	}

	footer .foot_1>div {
		float: none;
		width: 100%;
	}

	footer .fo_nav {
		padding-bottom: 20px;
		margin-bottom: 28px;
		border-bottom: 1px solid #6d6b6b;
	}

	footer .fo_nav li {
		position: relative;
		width: 25%;
		float: none;
		display: none;
		text-align: center;
		margin: 0;
		box-sizing: border-box;
	}

	footer .fo_nav li:nth-child(-n+4) {
		float: left;
		display: block;
	}

	footer .fo_nav li::before {
		position: absolute;
		top: 0;
		left: -1px;
		width: 1px;
		height: 100%;
		content: '';
		background: #ddd;
	}

	footer .fo_nav li:first-child::before {
		display: none;
	}

	footer .fo_nav li span {
		margin: 0;
	}

	footer .fo_nav li a.fo_child {
		display: none;
	}

	footer .foot_1 .fo_ewm {
		width: 100%;
		text-align: center;
		padding: 0;
		border: unset;
	}

	footer .foot_1 .fo_ewm>span {
		margin: 0 auto;
	}

	footer .foot_1 .fo_l {
		width: 100%;
		text-align: center;
	}

	footer .foot_1 .fo_l em i {
		font-size: 20px;
	}

	footer .foot_1 .fo_fx {
		display: none;
	}

	footer .foot_2 {
		padding: 10px 0;
		text-align: unset;
	}

	footer .foot_2 span {
		float: none;
		display: inline;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 768px;
	}
	
	.about_con {
		width: 100%;
	}
	.about_img {
		width: 100%;
	}
	.about_con {
	    margin-bottom: 0px;
	}
	.call {
	    width: 100% !important;
	}
	.index_1 .news_left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 8px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.index_1 .news_con {
		width: 100%;
	}

	.index_1 .news_con .news_l {
		padding: 0 8px;
		margin-bottom: 0;
	}

	.index_1 .news_con .news_l ul li {
		font-size: 17px;
	}

	.index_1 .news_con .news_l a.more {
		font-size: 12px;
	}

	.news_con .news_r {
		height: auto;
	}

	.news_con .news_r ul li {
		padding: 0px 30px;
	}

	.news_con .news_r ul li span {
		font-size: 15px;
	}

	.news_con .news_r ul li em {
		font-size: 12px;
	}

	.index_1 .news_con .news_r .font {
		font-size: 13px;
	}

	.about_con .tx1 .data {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	body {
		min-width: 360px;
	}

	.wrap_1200 {
		width: 100%;
	}

	.banner .ct {
		display: none;
	}

	.pagination .swiper-pagination-bullet {
		width: 6px !important;
		height: 6px !important;
	}

	.index_1 {
		padding: 12px 0;
	}



	.index_2 {
		padding: 22px 0 32px;
	}

	.ui_tit h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.ui_tit p {
		font-size: 14px;
	}

	.index_1 .ui_tit {
		padding-bottom: 0px;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 8px;
	}

	.index_1 .ui_tit em {
		margin: 5px 0;
		font-size: 12px;
	}

	.index_1 .news_left {
		padding: 0 12px;
	}

	.news_con .news_r ul li {
		padding: 0px 12px;
	}

	.prod_tit ul li {
		float: unset;
		display: inline;
		padding: 0 5px;
	}

	.prod_tit ul li:before {
		display: none;
	}

	.prod_tit ul li a {
		font-size: 13px;
	}

	.prod_list {
		padding: 0 12px;
	}

	.prod_list ul {
		margin: 0;
	}

	.prod_list ul li {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 16px;
	}

	.prod_list ul li:nth-child(even) {
		margin-right: 0;
		float: right;
	}

	.prod_list a>span {
		margin-top: 8px;
		font-size: 14px;
	}

	.about_con .about_txt {
		width: 100%;
	}

	.about_con .tx1 {
		padding: 0;
	}

	.about_con .tx1 .abt_t {
		height: 378px;
	}

	.about_con .tx1 .abt_t font {
		font-size: 13px;
	}

	.about_con .tx1 .abt_h span {
		font-size: 16px;
		line-height: 30px;
		width: 102px;
	}

	.about_con .tx1 .abt_h span::after {
		width: 130px;
	}

	.about_con .about_img {
		width: 100%;
		height: 260px;
	}

	.about_con .about_img:before {
		width: calc(100% - 10px);
	}

	.more-a {
		width: 120px;
		height: 36px;
		line-height: 34px;
		border-radius: 18px;
		border: 1px solid #c6c6c6;
		font-size: 13px
	}


}


/* 内页 */
.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	top: 0;
}

.more-big {
	display: block;
	background-color: #363e45;
	width: 184px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	content: "";
	height: 0;
	border-top: 44px solid #00954f;
	border-left: 28px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.more-big span {
	display: block;
	padding: 0 15px 0 30px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.more-big span i {
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

.more-big:hover {
	color: #fff;
}

.more-big:hover:after {
	width: 100%;
	height: 100%;
}

.contai {
	padding: 30px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 8%;
}

#message .m-content .m-message {
	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-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message 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-message label input.inp,
.m-message label textarea,
.m-message 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;
	-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-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #00954f;
	color: #fff;
	margin-top: 10px;
}

.btn:hover {
	background-color: #444;
	color: white;
}

.btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #00954f;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

.section {
	padding: 70px 0;
}

.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

.section-title strong {
	display: block;
	position: relative;
	color: #00954f;
	font-size: 30px;
	margin-top: 10px;
}

.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}

.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #00954f;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #00954f;
}

.section-title-1 h4:after {
	right: 0;
}

.section-title-1 h4:before {
	left: 0;
}

.section-sub {
	width: 100%;
	padding: 60px 0;
}

.column-nav {
	position: relative;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #fff;
}

.column-nav .sub_nav {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.column-nav .sub_nav .sub1 {
	position: relative;
	z-index: 10;
	padding: 0 16px;
	overflow: hidden;
}

.column-nav .sub_nav .swiper-wrapper {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.column-nav .sub_nav .swiper-slide {
	width: auto;
	margin: 0 12px;
}

.column-nav .sub_nav .swiper-slide a {
	position: relative;
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 70px;
}

.column-nav .sub_nav .swiper-slide:hover a,
.section-sub .sub_nav .swiper-slide.on a {
	color: #00954f;
}

.column-nav .sub_nav .swiper-slide.on a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #00954f;
}

.column-nav .sub_nav .swiper-button-black {
	width: 16px;
	background-color: #fff;
	background-size: 60%;
}

.column-nav .sub_nav .swiper-button-black.swiper-button-prev {
	left: 0;
}

.column-nav .sub_nav .swiper-button-black.swiper-button-next {
	right: 0;
}

@media (min-width: 767px) {
	.column-nav .sub_nav .swiper-button-black {
		display: none;
	}
}


.sec-bg {
	background-color: #fbfbfb;
}

.section-about-sub {
	background: #fff;
}

.in-prd-menu {
	margin-top: -77px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}

.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}

.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/901_top9.png) center no-repeat #00954f;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu li {
	float: left;
}

.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu li.active a {
	background-color: #00954f;
}

.list-1 {
	margin: 0px -26px 50px 0px;
}

.list-1 li {
	float: left;
	width: 33.33%;
}

.list-1 li a {
	position: relative;
	display: block;
	padding: 20px 20px 42px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	/* margin: 50px 0 0 20px; */
	margin-right: 26px;
	margin-bottom: 50px;
}

.list-1 li a:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
}

.list-1 li .img-cover {
	height: 254px;
	margin: -20px -20px 0;
}

.list-1 li .text {
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 1.25rem;
	padding-bottom: .5rem;
	margin-bottom: 1.25rem;
	height: 40px;
	transition: all .4s;
}

.list-1 li .desc {
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	transition: all .4s
}

/* .list-1 li:hover .text {
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 0;
	line-height: 20px;
	visibility:hidden;
}
.list-1 li:hover .desc {
	height: 294px;
	border-bottom: 1px solid #bdccdd;
	padding-bottom: .75rem;
} */


.list-1 li .more {
	border: 1px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}

/* .list-1 li a:hover {
	background-color: #363e45;
} */

.list-1 li a:hover div {
	color: #00954f;
}

.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-1 li a:hover .more {
	background-color: #00954f;
	color: #fff;
	border-color: #00954f;
}

/* .list-1-1 .img-cover {
	margin: -20px -20px 0;
} */

.bg1 {
	background: url(../images/902_ys_bg.jpg) no-repeat center / cover #00954f;
	color: #fff;
}

.bg1 .section-title strong {
	color: #fff;
}

.in-adv {
	margin: -20px 0 0 -20px;
}

.in-adv li {
	float: left;
	width: 33.333333%;
}

.in-adv li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-adv li .img-center {
	float: left;
	width: 92px;
	line-height: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
}

.in-adv li .text {
	margin-left: 116px;
}

.in-adv li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
}

.in-adv li .text p {
	margin: 10px 0 0;
}

.in-adv li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16, 68, 146, 0.9);
}





.in-contact {
	margin: -20px 0 0 -20px;
}

.in-contact li.contact {
	float: left;
	width: 70%;
}

.in-contact li.erweima {
	float: left;
	width: 30%;
}

.in-contact li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 30px 40px 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-contact li .img {
	text-align: center;
}

.in-contact li .text {
	text-align: center;
	margin-bottom: 15px;
}

.in-contact li .text p {
	margin: 10px 0 0;
}

.in-contact li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16, 68, 146, 0.9);
}



/* 案例列表页 */
.ovbox_2 {
	overflow: hidden;
}

.list-2 {
	margin-right: -30px;
}

.list-2 li {
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 45px;
}

.list-2 li a {
	display: block;
	/* margin: 20px 0 0 20px; */
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2 li .img-cover {
	height: 296px;
}

.list-2 .img-cover span {
	-webkit-transition: transform 300ms;
	transition: transform 300ms;
}

.list-2 li a:hover span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.list-2 li .text {
	line-height: 88px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 15px;
	color: #333;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
	transition: all 0.3s;
}

.list-2 li a:hover .text {
	color: #00954f;
}

/* .list-2 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
} */
/* .list-2-1 li a {
	background-color: #f0f0f0;
	padding: 0 6px;
} */

/* 工程栏目详情页 */

.sub_pos {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.sub_position {
	padding-left: 20px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}

.home_res {
	margin-bottom: 60px;
}

.slick_res1l {
	float: left;
	width: 71%;
	height: 640px;
	margin: 0;
}

.slick_res1l .slick-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	height: 640px;
}

.slick_res1l .slick-slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slick_res1l .slick-prev,
.slick_res1l .slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	/* border: 1px solid #e7e7e7; */
	top: 50%;
	margin: 0;
	z-index: 9;
	margin-top: -20px;
	background-color: rgba(0, 0, 0, 0.6);
}

.slick_res1l .slick-prev {
	left: 30px;
}

.slick_res1l .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 50%;
	width: 11px;
	height: 11px;
	margin-left: -4px;
	border-top: solid 2px rgb(255, 255, 255);
	border-left: solid 2px rgb(255, 255, 255);
	transform: rotate(-45deg);
}

.slick_res1l .slick-next {
	right: 30px;
}

.slick_res1l .slick-next::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -9px;
	border-top: solid 2px rgb(255, 255, 255);
	border-left: solid 2px rgb(255, 255, 255);
	transform: rotate(135deg);
}

.slick_res1l .slick-prev:hover,
.slick_res1l .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.slick_res1l .slick-prev:hover::before,
.slick_res1l .slick-next:hover::before {
	border-top: solid 2px rgba(230, 120, 23, 0.8);
	border-left: solid 2px rgba(230, 120, 23, 0.8);
}

.slick_res2r {
	float: right;
	width: 23%;
	height: 640px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin: 0;
}

.slick_res2r .slick-slide {
	width: 100%;
	height: 200px;
	padding: 10px 0;
	background: no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	cursor: pointer;
}

.slick_res2r .imgthm {
	position: relative;
	width: 100%;
	height: 100%;
}

.slick_res2r .imgthm span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: #fff;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slick_res2r .imgthm:hover span {
	color: #00954f;
}

.slick_res2r .imgthm:hover span,
.slick_res2r .slick-current .imgthm span {
	background: #00954f;
	color: #fff;
}

.slick_res2r .slick-prev,
.slick_res2r .slick-next {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	margin: 0;
	z-index: 9;
	/* background-color: #fff; */
}

.slick_res2r .slick-prev {
	left: 50%;
	margin-left: -12px;
	top: 0;
}

.slick_res2r .slick-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-left: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(-45deg);
}

.slick_res2r .slick-next {
	right: 50%;
	bottom: 0;
	top: unset;
	margin-right: -12px;
}

.slick_res2r .slick-next::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(135deg);
}

.slick_res2r .slick-prev:hover::before,
.slick_res2r .slick-next:hover::before {
	border-top: solid 2px #00954f;
	border-right: solid 2px #00954f;
}

/*解决方案*/
.list-h {
	margin-left: -20px;
}

/* .list-h li {
	float: left;
	width: 25%;
} */

.list-h li a {
	display: block;
	margin-left: 20px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-h li .img-cover {
	padding-top: 66%;
}

.list-h li .text {
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 15px;
	color: #5e7387;
	transition: all 0.3s;
}

.list-h li a:hover .text {
	color: #00954f;
}

/* .list-2 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list-2-1 li a {
	background-color: #f0f0f0;
} */


.in-about {
	margin: 0;
}

.in-about dt {
	float: left;
	position: relative;
	width: 556px;
	margin: 0 0 40px 40px;
}

.in-about dt:before {
	content: '';
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 80%;
	height: 100%;
	background-color: #00954f;
}

.in-about dt img {
	position: relative;
	z-index: 1;
}

.in-about dd {
	margin-left: 570px;
	background-color: #fff;
	box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
	margin-top: 40px;
	padding: 60px 80px;
	height: 320px;
}

.in-about dd h4 {
	margin: 0;
	font-size: 24px;
}

.in-about dd p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 25px 0 0;
	text-align: justify;
}

.in-about dd .more-big {
	margin-top: 40px;
}

.list-3 {
	margin: -20px 0 0 -20px;
}

.list-3 li {
	float: left;
	width: 50%;
}

.list-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 165px;
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.list-3 li .date small {
	display: block;
	font-size: 16px;
}

.list-3 li .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}

.list-3 li .text {
	margin-left: 140px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list-3 li a:hover {
	background-color: #3a4249;
	color: #fff;
}

.list-3 li a:hover:after {
	border-bottom-color: #00954f;
}

.list-3 li a:hover .text p {
	color: #fff;
}

.banner-sub {
	position: relative;
	height: 310px;
	background: no-repeat center;
	background-size: cover;
}

/* proShow */
.ct2-sd {
	float: left;
	width: 250px;
}

.ct2-mn {
	float: right;
	width: 900px;
	padding-bottom: 28px;
	overflow: hidden;
}

.panel-sd {
	margin-bottom: 20px;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	color: #fff;
	background-color: #00954f;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding-left: 18px;
}

.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

/* 产品菜单 */
.lanmu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
}

.lanmu li:last-child {
	border-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 50px;
	padding: 0 0 0 18px;
	color: #363e45;
	font-size: 16px;
	background-color: #f0f0f0;
}

/* product menu arrow */
.lanmu li .arr {
	float: right;
	height: 50px;
	width: 40px;
	position: relative;
	cursor: pointer;
}

.lanmu li .arr:after {
	content: '';
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.lanmu li>a i {
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	right: 0;
	padding: 20px;
}

.lanmu-box {
	display: none;
}

.lanmu-box p {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	padding-left: 20px;
}

.lanmu-box p a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lanmu li>a:hover,
.lanmu li.active>a {
	background-color: #00954f;
	color: #fff;
}

.lanmu li.open .lanmu-box {
	display: block;
}

.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-color: #00954f;
}

.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages li {
	display: inline-block;
}

.pages li a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pages li a:hover,
.pages li.active a {
	background-color: #00954f;
	color: #fff;
}


.nav-sub {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.nav-sub li {
	display: inline-block;
	vertical-align: middle;
}

.nav-sub li a {
	display: block;
	line-height: 54px;
	padding: 0 50px;
	background-color: #f0f0f0;
	color: #555;
	font-size: 18px;
	margin: 0px 0 0 20px;
	border-radius: 25px;
	transition: all 0.3s;
	font-weight: 400
}

.nav-sub li a:hover,
.nav-sub li.active a {
	background-color: #00954f;
	color: #fff;
}

.sub_tit {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.section-about-sub .sub_breadCrumb i {
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	color: #7f7f7f;
	vertical-align: top;
}

.section-about-sub .sub_msg ul {
	font-size: 0;
}

.section-about-sub .sub_msg ul li {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.section-about-sub .sub_msg ul li a {
	display: block;
	width: 140px;
	height: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
	cursor: pointer;
	transition: color .4s;
}

.section-about-sub .sub_msg ul li:hover,
.section-about-sub .sub_msg ul li.active {
	background: #00954f;
}

.section-about-sub .sub_msg ul li:hover a,
.section-about-sub .sub_msg ul li.active a {
	color: #fff;
}

.list-4 li {
	padding: 0 12px;
}

.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-4 li .img-center {
	float: left;
	width: 250px;
}

.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-4 li .text h4 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
	color: #333;
}

.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}

.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}

.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #666;
	font-size: 22px;
	margin-bottom: 20px;
}

.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}

.list-4 li .date i:before {
	content: '→';
	display: block;
	color: #ccc;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
}

.list-4 li a:hover {
	padding-left: 30px;
}

.list-4 li a:hover .text {
	padding-right: 150px;
}

.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.about-1 {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

.about-1 p {
	margin: 0;
}

.about-1 h4 {
	font-size: 18px;
	margin: 0;
}

.about-2 {
	position: relative;
	padding: 0 80px;
}

.about-2 .date {
	background: url(../images/911_lc.png) no-repeat center / contain;
	height: 82px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-2 i {
	display: block;
	position: relative;
	margin: 20px 0;
}

.about-2 i:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #00954f;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.about-2 i:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px dashed #999;
	content: '';
}

.about-2 .text {
	background-color: #fff;
	margin: 0 15px;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-2 .swiper-slide:hover .date {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.about-2 .swiper-slide:hover .text {
	background-color: #00954f;
	color: #fff;
}

.about-2 .swiper-button-prev,
.about-2 .swiper-button-next {
	background-color: #c3c3c3;
	background-size: 10px auto;
	width: 24px;
	height: 54px;
	border-radius: 20px;
	outline: none;
	margin: 0;
	top: 82px;
}

.about-2 .swiper-button-prev:hover,
.about-2 .swiper-button-next:hover {
	background-color: #00954f;
}

.about-2 .swiper-pagination {
	position: static;
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	display: none;
}

.about-2 .swiper-pagination-bullet {
	margin: 0 5px;
}

.about-3 {
	margin: -20px 0 0 -20px;
}

.about-3 li {
	float: left;
	width: 25%;
}

.about-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-3 li .text {
	text-align: center;
	margin-top: 15px;
}

.about-3 li .text h4 {
	margin: 0;
	font-size: 20px;
}

.about-3 li .text p {
	color: #666;
	margin: 10px 0 0;
}

.about-3 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.contact-left {
	float: left;
	width: 660px;
}

.contact-left .map {
	height: 400px;
	margin-bottom: 30px;
}

.contact-right {
	float: right;
	width: 570px;
}

.contact-right .item {
	margin-bottom: 40px;
}

.contact-right .item:last-child {
	margin-bottom: 0;
}

.contact-right .item .ewm {
	float: right;
	position: relative;
	margin-top: 4px;
}

.contact-right .item .ewm a {
	display: block;
	border-radius: 20px;
	line-height: 26px;
	color: #888;
	background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
	padding: 0 40px 0 15px;
}

.contact-right .item .ewm .img-center {
	position: absolute;
	right: 100%;
	border: 3px solid #00954f;
	width: 100px;
	top: -30px;
	margin-right: 10px;
	display: none;
}

.contact-right .item .ewm .img-center:before,
.contact-right .item .ewm .img-center:after {
	content: '';
	position: absolute;
}

.contact-right .item .ewm .img-center:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #00954f;
	position: absolute;
	top: 36px;
	right: -26px;
}

.contact-right .item .ewm .img-center:after {
	width: 14px;
	height: 1px;
	background: #00954f;
	position: absolute;
	top: 40px;
	right: -17px;
}

.contact-right .item .ewm:hover a {
	color: #00954f;
}

.contact-right .item .ewm:hover .img-center {
	display: block;
}

.contact-right .item h4 {
	margin: 0;
	font-size: 24px;
}

.contact-right .item .text {
	color: #666;
	border-left: 3px solid #00954f;
	padding-left: 20px;
	line-height: 2;
}

.contact-right .item .text h5 {
	color: #C01;
	margin: 0;
	font-size: 16px;
}

.contact-right .item .text p {
	margin: 0;
}

.msg {
	background-color: #f2f2f2;
	padding: 40px;
}

.msg h4 {
	margin: 0;
	font-size: 24px;
	color: #00954f;
	font-weight: normal;
}

.msg .tips {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.msg form {
	overflow: hidden;
	display: block;
	margin: 10px 0 0 -10px;
}

.msg .form-group {
	float: left;
	margin: 25px 0 0 10px;
	width: 235px;
	background-color: #fff;
	overflow: hidden;
}

.msg .form-label {
	float: left;
	line-height: 56px;
	width: 154px;
	font-size: 16px;
	color: #333;
	text-align: right;
	vertical-align: top;
}

.msg .form-label span {
	color: red;
}

.msg .form-content {
	margin-left: 184px;
	padding: 12px 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	vertical-align: top;
}

.msg .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	width: 100%;
	color: #555;
	display: inline-block;
	vertical-align: middle;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.msg .form-radio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.msg .form-radio input {
	margin-right: 8px;
}

.msg .form-submit {
	display: block;
	width: 20%;
	background: #00954f;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 18px;
	margin: 0 auto;
}

.msg .form-group.full {
	width: 480px;
}

.msg .form-group.yzm .form-control {
	width: 70px;
}

.msg .form-group.yzm .yzm-pic {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 30px;
}

.message-left {
	float: left;
	width: 560px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

.message-left h4 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}

.message-left p {
	margin: 0;
}

.message-right {
	float: right;
	width: 560px;
}

.jobs {}

.jobs .item {
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.jobs .item .tit {
	padding: 25px 105px 25px 20px;
	position: relative;
}

.jobs .item .tit:after {
	position: absolute;
	content: '→';
	right: 40px;
	top: 25px;
	width: 65px;
	line-height: 57px;
	border-left: 1px solid #dddddd;
	font-size: 34px;
	font-weight: lighter;
	text-align: right;
	color: #dddddd;
}

.jobs .item .tit h4 {
	margin: 0;
	font-size: 18px;
}

.jobs .item .tit p {
	font-size: 0;
	margin: 10px 0 0;
}

.jobs .item .tit p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
}

.jobs .item .con {
	padding: 25px 20px 45px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	display: none;
}

.jobs .item.open {
	background-color: #f0f0f0;
}


/* news */
.news {
	padding: 40px 30px;
	word-wrap: break-word;
	background: #fff;
	width: 800px;
	box-sizing: border-box;
}

.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-title h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: normal;
	color: #333;
}

.news-title p {
	font-size: 0;
}

.ns_tit p em {
	display: inline-block;
	margin-right: 32px;
	font-size: 14px;
	color: #b0b0b0;
	vertical-align: top;
}

.ns_tit p em i {
	display: inline-block;
	margin-right: 6px;
	font-size: 12px;
	/* vertical-align: middle; */
}

.news-title p em span {
	display: inline-block;
	vertical-align: middle;
}

.news-content {
	width: 100%;
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 20px 30px;
	background-color: #fff;
	box-sizing: border-box;
}

.news-content p {
	padding: 20px 0;
	font-size: 13px;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

/* 上下篇 */
.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 40px;
	overflow: hidden;
}

/* .news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */
/* .news-exp a:last-child {
	text-align: right;
} */
.news-panel {
	width: 100%;
	padding: 20px 30px 50px;
	background: #fff;
	box-sizing: border-box;
}

.news-panel .tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.news-panel .tit .fh,
.news-panel .fh,
.news-exp .fh {
	float: right;
	color: #999;
	font-size: 15px;
	padding-left: 25px;
}

.news-panel .tit .fh:hover,
.news-exp .fh:hover {
	color: #00954f;
}

.news-exp .fh i,
.news-panel .tit .fh i,
.news-panel .fh i {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.news-panel .tit span {
	display: inline-block;
	font-size: 18px;
	border-bottom: 2px solid #00954f;
	color: #00954f;
	margin-bottom: -1px;
	padding-bottom: 15px;
	line-height: 1;
}

.news-panel>a {
	display: none;
}

.list-5 {
	margin-left: -20px;
	margin-top: -15px;
}

.list-5 li {
	float: left;
	width: 50%;
}

.list-5 li a {
	display: block;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-5 li span {
	float: right;
	color: #999;
}

.news-banner .img-center {
	overflow: hidden;
}

.news-banner .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news-banner .img-center a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* 新闻内页 */
.news-r {
	width: 350px;
	padding: 30px 20px;
	background: #fff;
	box-sizing: border-box;
}

.news-r>h4 {
	line-height: 24px;
}

.news-r>h4 span {
	float: left;
	font-size: 24px;
	color: #333;
}

.news-r>h4 a {
	float: right;
	font-size: 14px;
	color: #666;
}

.news-r>h4 a i {
	display: inline-block;
	font-size: 20px;
	color: #00954f;
	vertical-align: top;
}

.news-r>h4 a:hover {
	color: #00954f;
}


.list-6 a {
	display: block;
	margin-top: 25px;
}

/*.list-6 li h4 .list-6 li a:hover {
	background-color: #f5f5f5;
} */

.list-6 h4 {
	font-size: 14px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-6 p {
	font-size: 0;
	margin: 10px 0 0;
}


.case-title {
	text-align: center;
	border-bottom: 0;
}

.case-title p span {
	margin: 0 10px;
}

.yunu-showcase {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	padding: 40px 27px 38px;
	background: #fff;
	box-sizing: border-box;
}

.product-info {
	float: right;
	width: 515px;
}

.product-info .pro_tit {
	margin: 0 0 15px;
	font-size: 24px;
	color: #555;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-info .pro_tag {
	padding-top: 10px;
	/* border-top: 1px dashed #ddd; */
	margin-bottom: 30px;
	color: #333;
}

.product-info p.pro_des {
	color: #666;
	height: 168px;
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 30px;
}

.product-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 18px;
}

.product-info .tel a {
	background-color: #00954f;
	color: #fff;
	display: inline-block;
}

.pc-slide {
	width: 580px;
	position: relative;
}

.pc-slide .slick-slider {
	margin: 0;
}

.pc-slide .imgshow {
	position: relative;
	width: 488px;
	height: 360px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	overflow: hidden;
	text-align: center;
	float: left;
	cursor: pointer;
}

.pc-slide .imgshow img {
	width: 100%;
	max-width: 100%;
}

.pc-slide .imglist {
	width: 79px;
	height: 360px;
	overflow: hidden;
	float: right;
}

.pc-slide .imglist .slick-slide {
	width: 77px;
	height: 57px;
	border: 2px solid #fff;
	margin-bottom: 12px;
	cursor: pointer;
}

.pc-slide .imglist .slick-slide img {
	width: 100%;
	max-width: 100%;
}

.pc-slide .imglist .slick-slide:hover,
.pc-slide .imglist .slick-current {
	border-color: #00954f;
}

.pc-slide .slick-dots {
	bottom: 0;
}

.pc-slide .slick-dots li button:before {
	font-size: 20px;
	color: #fff;
}


/* product swiper */
.pc-slide .view {
	width: 500px;
	/* border: #e22434 1px solid; */
	margin: 0 auto;
}

.pc-slide .view .swiper-slide {
	width: 100%;
	height: 310px;
}

.pc-slide .view .swiper-slide .imgauto {
	width: 100%;
	height: 100%;
	line-height: 310px;
	overflow: hidden;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
}

/* .pc-slide .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
} */


.pc-slide .preview {
	position: relative;
	width: 500px;
	height: 79px;
	box-sizing: border-box;
	/* padding: 10px 0; */
	margin: 0 auto;
	margin-top: 20px;
}

/* .pc-slide .preview .swiper-container {
	margin: 0 30px;
} */
.pc-slide .preview .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.pc-slide .preview .swiper-slide-active {
	opacity: 1;
}

.pc-slide .preview .swiper-slide .imgauto {
	height: 79px;
	/* border: 1px solid #ddd; */
	text-align: center;
	cursor: pointer;
	position: relative;
}

.pc-slide .preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.pc-slide .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.pc-slide .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.product-content {
	width: 100%;
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 20px 30px;
	background-color: #fff;
	box-sizing: border-box;
}


.large_box {
	margin-bottom: 10px;
	width: 500px;
	height: 350px;
	overflow: hidden
}

.large_box ul li {
	width: 100%;
	height: 350px;
	/* border: 1px solid #d2d2d2; */
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.large_box img {
	width: 100%;
	max-width: 100%;
}

.small_box {
	position: relative;
	width: 500px;
	height: 79px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	padding: 0 20px;
	height: 79px;
	overflow: hidden;
	box-sizing: border-box;
}

.small_list ul {
	height: 79px;
	overflow: hidden
}

.small_list ul li {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 108px;
	height: 100%;
	border: 1px solid #fff;
	cursor: pointer;
}

.small_list ul li:first-child {
	margin: 0;
}

.small_list ul li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.small_list ul li.on {
	border-color: #00954f;
}

.btn0 {
	display: block;
	width: 20px;
	height: 73px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer
}

.btn0:hover {
	background-color: #e7000e
}

.left_btn {
	float: left;
	margin-right: 10px;
	background-image: url(../images/left_btn.png)
}

.right_btn {
	float: right;
	background-image: url(../images/right_btn.png)
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.case-bb {
	font-size: 0;
	margin-bottom: 20px;
	position: relative;
}

.case-bb span {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding-right: 20px;
	font-size: 24px;
}

.case-bb span:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 90%;
	content: "";
	background: #e5e5e5;
}

/* .prd-title {
	text-align: center;
}

.prd-title p span {
	margin: 0 10px;
}

.prd-slide .view {
	width: 650px;
}

.prd-slide .view .swiper-slide .imgauto {
	height: 503px;
	line-height: 503px;
}

.prd-slide .preview {
	margin-left: 680px;
}

.prd-slide .preview .swiper-container {
	height: 463px;
}

.prd-slide .preview .swiper-slide .imgauto {
	height: 145px;
} */


/* 案例 */
.list-7 {
	margin-right: -28px;
}

.list-7 li {
	float: left;
	width: 33.333333%;
}

.list-7 li a {
	display: block;
	margin-right: 28px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: relative;
	border: 1px solid #f0f0f0;
}

.list-7 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	content: '';
	z-index: 1;
	display: none;
}

.list-7 li .img-center {
	height: 300px;
	line-height: 300px;
	overflow: hidden;
	position: relative;
}

.list-7 li .img-center:after,
.list-7 li .img-center:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: no-repeat center / contain;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-7 li .img-center:before {
	background-image: url(../images/924_cert3.png);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

.list-7 li .img-center:after {
	background-image: url(../images/924_cert2.png);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

.list-7 li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.list-7 li a:hover {
	color: #fff;
}

.list-7 li a:hover:before {
	display: block;
}

.list-7 li a:hover .img-center:before,
.list-7 li a:hover .img-center:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}


.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.news-box.msg {
	padding: 20px;
	background-color: transparent;
}
.news-box.msg h4 {
	font-size: 18px;
}
.news-box.msg form {
	margin-left: 0;
}
.news-box.msg .form-group {
	margin-left: 0;
	width: 100%;
}
.news-box.msg .form-group.yzm .form-control {
	width: 133px;
}


@media (max-width: 1440px) {
	.banner-sub {
		height: 360px;
	}

	.nav-sub li a {
		line-height: 40px;
		padding: 0 28px;
	}

	.ct2-sd {
		width: 220px;
	}

	.lanmu li>a {
		font-size: 14px;
		padding: 0 0 0 20px;
		line-height: 50px;
	}

	.lanmu li>a i {
		padding: 8px
	}

	.ct2-mn {
		width: 940px;
	}

	.list-1 li .img-cover {
		height: 220px;
	}

	.pc-slide {
		width: 550px;
	}

	.pc-slide .imgshow {
		width: 433px;
	}

	.product-info {
		width: 540px;
	}

	.product-content {
		padding: 20px;
	}

	.product-content img {
		width: 100%;
		max-width: 100%;
	}

	.news {
		width: 850px;
		padding: 20px;
	}

	.news-content {
		padding: 20px;
	}

	.news-r {
		width: 320px;
		padding: 20px;
	}

	/* .news-box {
		padding: 20px;
	} */
	.list-2 li {
		width: 381px;
	}

	.list-2 li .img-cover {
		height: 253px;
	}

	.list-2 li .text {
		line-height: 80px;
	}

}

@media screen and (max-width: 1024px) {

	.news {
		width: 68%;
	}

	.news-r {
		width: 30%;
	}

	.ct2-sd {
		width: 20%;
	}

	.ct2-mn {
		width: 78%;
	}

	.pc-slide {
		width: 48%;
	}

	.pc-slide .imgshow {
		width: calc(100% - 85px);
	}

	.product-info {
		width: 48%;
	}

	.list-2 {
		margin-right: -2.33%;
	}

	.list-2 li {
		width: 31%;
		margin-right: 2.33%;
	}

	.list-4 li .date i:before {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.section-sub {
		padding: 35px 0;
	}
}

@media screen and (max-width: 767px) {

	.column-nav {
		height: 45px;
		line-height: 45px;
	}

	.column-nav .sub_nav .swiper-slide a {
		font-size: 15px;
		line-height: 45px;
	}

	.column-nav .sub_nav .swiper-wrapper {
		justify-content: unset;
	}

	.column-nav .sub_nav .swiper-slide.on a::after {
		height: 2px;
	}

	.sub_position {
		display: none;
	}

	.contai {
		padding: 10px 12px;
	}

	#message .m-content .m-message {
		width: 90%;
		padding: 20px;
	}

	.more-big {
		width: 120px;
		line-height: 36px;
	}

	.more-big:after {
		border-top-width: 36px;
		width: 26px;
	}

	.more-big span {
		padding: 0 10px;
		font-size: 14px;
	}

	.section,
	.section-sub {
		padding: 30px 0;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.section-title small {
		font-size: 24px;
	}

	.section-title strong {
		font-size: 18px;
	}

	.section-title strong:after {
		width: 60%;
	}

	.section-title-more .more-big {
		margin: 0 0 20px;
	}

	.section-title-1 {
		margin-bottom: 20px;
	}

	.section-title-1 strong {
		font-size: 22px;
	}

	.section-title-1 h4 {
		padding: 0 30px;
	}

	.in-prd-menu {
		margin: 0 0 20px;
	}

	.in-prd-menu .hform {
		float: none;
		margin: 0 0 10px;
	}

	.in-prd-menu .hform input {
		padding: 7px 50px 7px 12px;
		width: 100%;
		box-sizing: border-box;
	}

	.in-prd-menu .hform button {
		height: 36px;
	}

	.in-prd-menu ul {
		float: none;
	}

	.in-prd-menu li {
		width: 50%;
	}

	.in-prd-menu li a {
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.list-1 {
		margin: -30px 0 50px -10px;
	}

	.list-1 li {
		width: 50%;
		margin-bottom: 10px;
	}

	.list-1 li a {
		margin: 30px 0 0 10px;
		padding: 10px 10px 30px 10px;
	}

	.list-1 li .text {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}

	.list-1 li .desc {
		font-size: 12px;
		margin-top: 5px;
	}

	.list-1 li .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: -24px;
		bottom: -24px;
	}

	/* .list-1-1 .img-cover {
		margin: -10px -10px 0;
	} */

	.in-adv {
		margin: -10px 0 0;
	}

	.in-adv li,
	.in-contact li {
		width: 100% !important;
	}

	.in-adv li a {
		padding: 15px;
		margin: 10px 0 0;
	}

	.in-adv li .img-center {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.in-adv li .text {
		margin-left: 85px;
	}

	.in-adv li .text h4 {
		font-size: 16px;
	}

	.in-adv li .text p {
		font-size: 12px;
		margin-top: 6px;
	}

	.list-2 {
		margin: 0 0 -10px;
	}

	.list-2 li {
		width: 100%;
	}

	.list-2 li a {
		margin: 0 0 10px;
	}

	.list-2 li .text {
		font-size: 16px;
		line-height: 44px;
	}

	.ovbox_2>ul>li {
		padding: 0 10px;
		box-sizing: border-box;
	}

	/* .list-2-1 {
		margin: -10px 0 0 -10px;
	}

	.list-2-1 li {
		width: 50%;
	}

	.list-2-1 li a {
		margin: 10px 0 0 10px;
	}

	.list-2-1 li .text {
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
	} */

	.list-2-1-1 li:last-child {
		display: none;
	}

	.in-about dt {
		float: none;
		width: auto;
		margin: 0 0 20px 20px;
	}

	.in-about dt:before {
		left: -20px;
		bottom: -20px;
		width: 100%;
	}

	.in-about dd {
		margin: 20px 0 0;
		padding: 20px;
		height: auto;
	}

	.in-about dd h4 {
		font-size: 16px;
	}

	.in-about dd p {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.in-about dd .more-big {
		margin-top: 20px;
	}

	.list-3 {
		margin: -10px 0 0;
	}

	.list-3 li {
		width: 100%;
	}

	.list-3 li a {
		margin: 10px 0 0;
		padding: 10px;
	}

	.list-3 li a:after {
		border-bottom-width: 87px;
		border-right-width: 50px;
		width: 100px;
	}

	.list-3 li .date {
		padding: 11px 0;
		width: 90px;
	}

	.list-3 li .date small {
		font-size: 12px;
	}

	.list-3 li .date strong {
		font-size: 28px;
		margin-top: 5px;
	}

	.list-3 li .text {
		margin-left: 100px;
	}

	.list-3 li .text h4 {
		font-size: 16px;
	}

	.list-3 li .text p {
		margin-top: 5px;
		line-height: 1.45;
		height: 40px;
	}

	.pages {
		margin-top: 15px;
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.banner-sub {
		height: 120px;
	}

	.ct2-sd {
		float: none;
		width: 100%;
	}

	.ct2-mn {
		float: none;
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.list-1 li .img-cover {
		height: 132px;
		margin: -10px -10px 0;
	}

	.panel-sd .tit {
		display: none;
	}

	.lanmu {
		overflow: hidden;
		margin: 0 -1px 20px;
	}

	.lanmu li {
		float: left;
		width: 50%;
		border: 0;
	}

	.lanmu li .arr {
		display: none;
	}

	.lanmu li>a {
		padding: 0;
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		border: 1px solid #fff;
	}

	.list-4 li {
		padding: 0 12px;
	}

	.list-4 li a {
		padding: 25px 0;
	}

	.list-4 li .img-center {
		width: 90px;
	}

	.list-4 li .text {
		margin: 0 0 0 100px;
		padding: 0 40px 0 0;
	}

	.list-4 li .text h4 {
		padding: 0;
		font-size: 14px;
	}

	.list-4 li .text p {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		overflow: hidden;
	}

	.list-4 li .date {
		margin-top: 0;
		right: 0;
	}

	.list-4 li .date span {
		margin: 0 0 5px;
		font-size: 12px;
		color: #adadad;
	}

	.list-4 li a:hover {
		padding-left: 0;
	}

	.list-4 li a:hover .text {
		padding: 0 40px 0 0;
	}

	.list-4 li:first-child a {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}

	.nav-sub {
		margin: -5px 0 20px -5px;
		/* border-bottom: 1px solid #f0f0f0; */
	}

	.nav-sub li a {
		margin: 5px 0 0 5px;
		font-size: 14px;
		border-radius: unset;
	}

	.about-1 {
		font-size: 14px;
	}

	.about-2 {
		padding: 0 35px;
	}

	.about-2 .text {
		margin: 0;
	}

	.about-2 .swiper-button-prev {
		left: 0;
	}

	.about-2 .swiper-button-next {
		right: 0;
	}

	.about-2 .swiper-pagination {
		display: block;
	}

	.about-3 li {
		width: 100%;
	}

	.contact-right,
	.contact-left {
		width: auto;
		float: none;
	}

	.contact-right .item {
		margin-bottom: 20px !important;
	}

	.contact-right .item .ewm {
		margin-top: 0;
		font-size: 12px;
	}

	.contact-right .item .ewm a {
		line-height: 24px;
		background-size: 12px auto;
		background-position: 64px center;
		padding: 0 26px 0 10px;
	}

	.contact-right .item .ewm .img-center:before {
		display: none;
	}

	.contact-right .item .ewm .img-center:after {
		top: 39px;
	}

	.contact-right .item h4 {
		font-size: 18px;
	}

	.contact-right .item .text {
		margin-top: 15px;
		line-height: 1.8;
		padding-left: 10px;
		border-left-width: 1px;
	}

	.contact-left .map {
		height: 350px;
		margin-bottom: 20px;
	}

	.msg {
		padding: 15px;
	}

	.msg h4 {
		font-size: 18px;
	}

	.msg .tips {
		font-size: 14px;
	}

	.msg form {
		margin-left: 0;
	}

	.msg .form-group {
		width: 100%;
		margin: 10px 0 0;
	}

	.msg .form-label {
		width: 94px;
		font-size: 14px;
	}

	.msg .form-content {
		margin-left: 104px;
		font-size: 12px;
	}

	.msg .form-group.full {
		width: 100%;
	}

	.msg .form-group.yzm {
		position: relative;
	}

	.msg .form-group.yzm .form-control {
		width: 100%;
		box-sizing: border-box;
	}

	.msg .form-group.yzm .yzm-pic {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 90px;
	}

	.message-left,
	.message-right {
		width: auto;
		float: none;
	}

	.message-left {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.message-left h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.jobs .item .tit {
		padding: 10px 56px 10px 10px;
	}

	.jobs .item .tit h4 {
		font-size: 16px;
	}

	.jobs .item .tit p {
		margin-top: 5px;
	}

	.jobs .item .tit p span {
		font-size: 12px;
		margin-right: 10px;
	}

	.jobs .item .tit:after {
		font-size: 20px;
		line-height: 44px;
		width: 35px;
		top: 10px;
		right: 10px;
	}

	.jobs .item .con {
		padding: 10px;
		font-size: 14px;
	}

	/* .news-left {
		float: none;
		width: auto;
	} */
	.news {
		padding: 10px 12px;
	}

	.news-r {
		display: none;
	}

	.news-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.news-title h1 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.news-title p span {
		margin-right: 10px;
	}

	.news-content {
		margin-bottom: 20px;
	}

	.news-exp {
		padding-top: 20px;
		font-size: 12px;
	}

	.news-panel .tit .fh,
	.news-panel .fh,
	.news-exp .fh {
		display: block;
		padding: 10px 0;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		text-align: center;
		margin-top: 20px;
		color: #333;
		float: unset;
		font-size: 13px;
	}

	.news-panel {
		padding: 10px;
	}

	.news-panel .tit {
		margin-bottom: 15px;
	}

	.news-panel .tit span {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.news-panel .tit .fh {
		display: none;
	}

	.list-h .slick-dots {
		bottom: 0;
	}

	.list-h .slick-dots .slick-dots li button:before {
		font-size: 14px;
	}

	.list-5 {
		margin-top: -10px;
	}

	.list-5 li {
		width: 100%;
	}

	.list-5 li a {
		padding-bottom: 10px;
		margin-top: 10px;
		font-size: 12px;
	}

	.case-title p span {
		margin: 0 5px;
	}

	.yunu-showcase {
		padding: 0;
	}

	.pc-slide,
	.product-info {
		float: none;
		width: auto;
	}

	.pc-slide .imgshow {
		width: 100%;
		height: 270px;
	}

	.pc-slide .slick-dots li.slick-active button:before {
		opacity: 1;
	}

	.pc-slide .imglist {
		display: none;
	}

	.product-info {
		margin-top: 20px;
		padding: 10px;
	}

	.product-info h1 {
		font-size: 20px;
		line-height: 1.8;
	}

	.product-info p {
		height: auto;
	}

	.product-content {
		padding: 10px;
	}

	.case-bb {
		margin-bottom: 10px;
	}

	.case-bb span {
		font-size: 18px;
	}


	.abcc {
		margin-top: -50px;
		padding-top: 80px;
	}

	.list-7 {
		margin: 0px 0 0 -10px;
	}

	.list-7 li {
		width: 50%;
	}

	.list-7 li a {
		margin: 0px 0 20px 10px;
		padding: 10px;
	}

	.list-7 li .img-center {
		height: 150px;
		line-height: 150px;
	}

	.list-7 li .text {
		margin-top: 10px;
		font-size: 14px;
	}

	.list-7 li .img-center:after,
	.list-7 li .img-center:before {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}

	.position {
		font-size: 12px;
		display: none;
	}

	.sub_pos {
		height: 50px;
		line-height: 50px;
		display: none;
	}

	.news {
		width: 100%;
	}

	.news-content {
		padding: 0;
	}

	.home_res {
		margin: 0;
		padding: 0 10px;
	}

	.slick_res1l {
		width: 100%;
		height: 240px;
	}

	.slick_res1l .slick-slide {
		height: 240px;
	}

	.slick_res1l .slick-slide span {
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}

	.slick_res2r {
		display: none;
	}

}



.list-form li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-form li {

	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-form li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}

.list-form li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}

.list-form li .date {
	position: absolute;
	right: 30px;
	top: 0;
}

.list-form li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}

.list-form li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}

.list-form li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}

.list-form li a:hover {
	padding-left: 30px;
}

.list-form li a:hover .text {
	padding-right: 150px;
}

.list-form li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}



.wuyou-waiter {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 60px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	z-index: 999
}

.waiter-ul li {
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #fff
}

.waiter-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 24px
}

.waiter-title {
	position: absolute;
	left: 0px;
	bottom: 1px;
	color: #fff;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 1;
	opacity: 0
}

.wuyou-waiter .waiter-titles {
	position: absolute;
	left: 0px;
	bottom: 1px;
	color: #fff;
	min-width: 100px;
	height: 100px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 1;
	opacity: 0
}

.wuyou-waiter .waiter-titles:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -2px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg)
}

.wuyou-waiter .waiter-ul li:hover .waiter-titles {
	left: -110px;
	opacity: 1;
	top: 10px
}

.waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg)
}

.waiter-ul li:hover .waiter-title {
	left: -88px;
	opacity: 1
}

.waiter-ul li.wuyou-shop a {
	background-image: -webkit-linear-gradient(left, #f60, #ffb443);
	background-image: -moz-linear-gradient(left, #f60, #ffb443);
	background-image: -ms-linear-gradient(left, #f60, #ffb443)
}

.waiter-ul li.wuyou-shop .waiter-title {
	background-color: #f60
}

.waiter-ul li.wuyou-shop .waiter-title:before {
	background-color: #f60
}

.waiter-ul li.wuyou-contact a {
	background-image: -webkit-linear-gradient(left, #00b7ee, #55d8ff);
	background-image: -moz-linear-gradient(left, #00b7ee, #55d8ff);
	background-image: -ms-linear-gradient(left, #00b7ee, #55d8ff)
}

.waiter-ul li.wuyou-contact .waiter-title {
	background-color: #00b7ee
}

.waiter-ul li.wuyou-contact .waiter-title:before {
	background-color: #00b7ee
}

.waiter-ul li.wuyou-top a {
	background-image: -webkit-linear-gradient(left, #333, #666);
	background-image: -moz-linear-gradient(left, #333, #666);
	background-image: -ms-linear-gradient(left, #333, #666)
}

.waiter-ul li.wuyou-top .waiter-title {
	background-color: #333
}

.waiter-ul li.wuyou-top .waiter-title:before {
	background-color: #333
}
