/*首页头部导航*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 80px;
	background: #fff;
	transition: 0.5s;
	padding: 0 3%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.header_fixed {
	transform: translateY(-100%);
}

header .logo a {
	display: block;
	line-height: 80px;
	position: relative;
	z-index: 99;
}

header .logo a img {
	max-height: 67px;
}

header .rightDiv .menu {
	position: relative;
	height: 80px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
}

header .rightDiv .menu>ul>li {
	float: left;
	margin-right: 50px;
	position: relative;
}

header .rightDiv .menu>ul>li>a {
	line-height: 80px;
	text-align: center;
	display: block;
	position: relative;
	text-transform: capitalize;
}

header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li:hover>a {
	color: #72BB38;
}

header .rightDiv .menu>ul>li::after {
	content: "";
	width: 0;
	height: 3px;
	background: #72BB38;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li.on::after,
header .rightDiv .menu>ul>li:hover::after {
	width: 100%;
	transition: .5s;
}

.menu>ul>li.has-sub {
	padding-right: 25px;
}

.menu>ul>li.has-sub::before {
	content: '';
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #484545;
	border-right: 1px solid #484545;
	position: absolute;
	right: 3px;
	top: 47%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.5s;
}

.menu>ul>li.has-sub:hover::before,
.menu>ul>li.has-sub.on::before {
	border-color: #72BB38;
}

.menu>ul>li>ul {
	position: absolute;
	top: 90px;
	min-width: 100%;
	left: 0;
	z-index: 9;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease 0s;
	background: #fff;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.menu ul ul li a {
	display: block;
	white-space: nowrap;
	position: relative;
	line-height: 57px;
	min-width: 160px;
	padding: 0 40px;
	position: relative;
}

.menu ul ul li a:hover {
	background: #F1F1F1;
}

.menu ul ul li a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: absolute;
	left: 15px;
	top: 47%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.5s;
}

.menu ul ul li a:hover::before {
	border-color: #72BB38;
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu.svg) no-repeat center center;
	background-size: 18px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/close.svg) no-repeat center center;
	background-size: 18px auto;
}

header .hotLine {
	height: 80px;
	display: flex;
	align-items: center;
}

header .hotLine strong {
	display: inline-block;
	color: #fff;
	background: #72BB38;
	font-size: 14px;
	padding: 8px 17px;
}

/* banner */

.ui-homebanner {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.ui-homebanner .swiper-slide .img {
	width: 100%;
	display: block;
	height: 640px;

	background: none no-repeat center;
	background-size: cover;
	position: relative;
}

.ui-homebanner .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}

.ui-homebanner .swiper-slide .text h2 {
	font-size: 36px;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100px;
	opacity: 1;
	transition: all 0.5s;
	margin: 0 6px;
}


.ui-homebanner .swiper-pagination-bullet-active {
	width: 40px;
}

.ui-homebanner .swiper-button-next,
.ui-homebanner .swiper-button-prev,
.indexDiv5 .swiper-button-next,
.indexDiv5 .swiper-button-prev {
	width: 40px;
	height: 64px;
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: -32px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
	transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
	background-image: url(../img/arrow_white.png);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
}


/* pages 翻页 */
.pages { width:100%; height:56px; line-height:56px; margin:0 auto; text-align:center; padding:10px; border-top: 0px double #f3f8fe; font-family:"MicroSoft YaHei"; font-size:14px; color:#666;}
.pages a{ font-family:"MicroSoft YaHei"; font-size:14px; color:#003399; text-decoration:none; padding:5px 10px; border:1px solid #dcdcdc;background:#fff; margin-right:6px;}
.pages a:hover{ color: #fff;background: #003399;border: 1px solid #003399;}
.pages span{font-family:"MicroSoft YaHei"; font-size:14px; color:#666; text-decoration:none; padding:5px 10px; border:1px solid #dcdcdc;background:#fff; margin-right:6px; }
.pages strong{ color:#cc0000; font-weight:500;background:#fff;}


/*弹出层*/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	color: #333;
}

.popup-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup.active {
	display: block;
}

.popup-content {
	max-width: 1000px;
	max-height: 80vh;
	padding: 15px;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	margin: 0 auto;
	margin-top: 50vh;
	transform: translateY(-50%);
	position: relative;
	z-index: 2;
}

.popup-content .videoDiv video {
	width: 100%;
}

.popup-content .box-close {
	display: block;
	width: 45px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	right: -45px;
	top: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	opacity: .85;
	filter: alpha(opacity=85);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(../img/close1.svg);
	background-size: 22px;
}

@media screen and (max-width: 1024px) {
	.popup-content .box-close {
		right: 0;
		z-index: 9;
		border-radius: 0 0 5px 5px;
		width: 35px;
		height: 26px;
		-webkit-background-size: 16px;
		background-size: 16px;
		top: auto;
		bottom: -26px;
	}
}

/* 我们的服务项目 */
.title {
	text-align: center;
	color: #1e1e1e;
	margin-bottom: 40px;
}

.title p {
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.title p::before,
.title p::after {
	content: '';
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #72BB38);
	opacity: 0.5;
	border-radius: 50px;
	position: absolute;
	top: 50%;
}

.title p::before {
	left: 0;
	transform: translateX(-100%) translateY(-50%);
}

.title p::after {
	right: 0;
	transform: translateX(100%) translateY(-50%) rotate(180deg);
}

.title strong {
	position: relative;
	padding: 0 25px;
}

.title strong::before,
.title strong::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #72BB38;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.title strong::before {
	left: 0;
}

.title strong::after {
	right: 0;
}

.title span {
	color: #72BB38;
}

.title small {
	display: block;
	font-size: 14px;
	color: #666;
}

.indexDiv1 .row a {
	display: block;
}

.indexDiv1 .row a:hover {
	color: #72BB38;
	box-shadow: 0px 0px 29px 0px rgba(59, 63, 84, 0.1);
}

.indexDiv1 .row a .text {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 0 10%;
	transition: all 0.3s;
}

.indexDiv1 .row a:hover .text {
	transform: translate(-50%, -50%) scale(1);
}

.indexDiv1 .imgWrapper {
	padding: 36% 50%;
}

.indexDiv1 a p {
	line-height: 48px;
}

/* 介绍 */
.indexDiv2 {
	position: relative;
	background: #72BB38;
}

.indexDiv2 .text {
	width: 46%;
	padding: 125px 0;
	position: relative;
	z-index: 5;
}

.indexDiv2 p {
	font-size: 36px;
}

.indexDiv2 span {
	display: block;
	margin: 30px 0;
}

.indexDiv2 small {
	font-size: 12px;
	display: block;
}

.indexDiv2 a {
	display: inline-block;
	border-radius: 100px;
	border: 2px solid #FFFFFF;
	padding: 6px 20px;
	font-size: 14px;
	margin-top: 50px;
}

.indexDiv2 .leftDiv {
	position: absolute;
	width: 30%;
	max-width: 400px;
	left: 0;
	bottom: 5%;
}

.indexDiv2 .rightDiv {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.indexDiv2 .rightDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 我们的优势 */
.indexDiv3 .row {
	margin: 0 -27px;
}

.indexDiv3 .row>div {
	padding: 0 27px;
}

.indexDiv3 .row .content {
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
	transition: all 0.5s;
	height: 100%;

}

.indexDiv3 .row .content:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.19);
}

.indexDiv3 .row .content::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.indexDiv3 .row .content:hover::before {
	border: 1px solid #72BB38;
}

.indexDiv3 .row .content .text {
	padding: 55px 46px;
}

.indexDiv3 .row .content .text h2 {
	font-size: 18px;
	margin-bottom: 17px;
}

.indexDiv3 .row .content .text .icon {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.indexDiv3 .row .content .text .icon::before {
	content: '';
	width: 120%;
	height: 120%;
	background: #FFFFFF;
	opacity: 0.2;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: -10%;
}

/* 成功案例 */
.indexDiv4 .title {
	color: #fff;
}

.indexDiv4 .title small {
	color: #fff;
}

.indexDiv4 .title strong::before,
.indexDiv4 .title strong::after {
	background: #fff;
}

.indexDiv4 .title p::before,
.indexDiv4 .title p::after {
	background: linear-gradient(90deg, transparent, #fff);
}

.indexDiv4 .swiper-slide a {
	display: block;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.indexDiv4 .swiper-slide a p {
	padding: 10px;
}

.indexDiv4 .swiper-button-next,
.indexDiv4 .swiper-button-prev {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-image: url(../img/arrow2.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.indexDiv4 .swiper-button-prev {
	left: -20px;
	transform: translateX(-100%);
}

.indexDiv4 .swiper-button-next {
	right: -20px;
	transform: translateX(100%) rotate(180deg);
}

/* 行业资讯 */
.indexDiv5 ul {
	overflow: hidden;
}

.indexDiv5 ul li.leftDiv {
	width: 43.7%;
}

.indexDiv5 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.indexDiv5 .leftDiv a::before {
	content: '';
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(transparent, #000);
	opacity: 0.8;
}

.indexDiv5 .leftDiv a p {
	position: absolute;
	color: #fff;
	font-size: 18px;
	width: 70%;
	bottom: 3%;
	left: 5%;
}

.indexDiv5 .swiper-pagination {
	width: auto;
	left: auto;
	right: 3%;
	bottom: 4%;
}

.indexDiv5 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;

}

.indexDiv5 .swiper-pagination-bullet-active {
	background: #fff;
}

.indexDiv5 ul li.rightDiv {
	width: 52.3%;
}

.indexDiv5 .rightDiv a {
	margin-bottom: 28px;
}

.indexDiv5 .rightDiv a:last-child {
	margin: 0;
}

.indexDiv5 .rightDiv a:hover {
	color: #72BB38;
}

.indexDiv5 .rightDiv a .imgDiv {
	width: 24%;
}

.indexDiv5 .rightDiv a .text {
	width: 73%;
}

.indexDiv5 .rightDiv a p {
	font-size: 18px;
}

.indexDiv5 .rightDiv a span {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.indexDiv5 .rightDiv a small {
	font-size: 12px;
	color: #999;
}

/* 合作伙伴 */
.indexDiv6 .swiper-button-next,
.indexDiv6 .swiper-button-prev {
	width: 32px;
	height: 32px;
	margin-top: -16px;
}

.indexDiv6 .swiper-button-next,
.indexDiv6 .swiper-button-prev {
	background-image: url(../img/arrow3.png);
	background-size: 100%;
}

.indexDiv6 .swiper-button-prev {
	left: -24px;
	transform: translateX(-100%);
}

.indexDiv6 .swiper-button-next {
	right: -24px;
	transform: translateX(100%) rotate(180deg);
}

.indexDiv6 a {
	display: block;
	border: 1px solid #E2E6E9;
	margin: 10px 0;
}

.indexDiv6 a .imgWrapper {
	padding: 32% 50%;
}

.indexDiv6 a:hover {
	border-color: #72BB38;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-10px);
}

/*底部*/

footer {
	background: #232323;
	color: #ccc;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 70px;
}

footer ul .li1 {
	width: 32.3%;
}

footer ul .li2 {
	width: 15.4%;
}

footer ul .li3 {
	width: 15.4%;
}

footer ul .li4 {
	width: 21.6%;
}

footer ul li p {
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

footer ul li span,
footer ul li a {
	display: block;
	font-size: 14px;
	padding: 1px 0;
}

footer ul li a:hover {
	color: #fff;
}

footer .code {
	display: inline-block;
	margin-top: 10px;
}

footer .logo img {
	max-height: 48px;
}

footer .copyright {
	font-size: 12px;
	text-align: center;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .copyright a {
	display: inline-block;
	margin-left: 10px;
}

footer .copyright a img {
	max-width: 16px;
	transform: translateY(-2px);
}

/*列表页*/
.ny-banner {
	position: relative;
}

.ny-banner .img {
	height: 360px;
	margin-top: 80px;
}

.ny-banner .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
	color: #fff;
}

.ny-banner .text h2 {
	font-size: 36px;
}

.ny-main .breadcrumbs {
	font-size: 14px;
	margin-top: 20px;
}


/*页码*/

.pageNum {
	margin-top: 60px;
	text-align: center;
}

.pageNum span,
.pageNum a {
	display: inline-block;
	padding: 3px 11px;
	color: #000;
	margin: 5px;
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 14px;
}

.pageNum span,
.pageNum a:hover {
	background: #72BB38;
	color: #fff;
	border: 1px solid #72BB38;
}

/* 关于高杰 */
.aboutus .title {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.aboutus .title::before {
	content: '';
	width: 30px;
	height: 2px;
	background: #39B2C1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.aboutus .title1 {
	text-align: left;
}

.aboutus .title1::before {
	width: 62px;
	left: 0;
	transform: translate(0);
}

.abDiv2 {
	padding-top: 13%;
}

.abDiv2 .img {
	position: absolute;
	width: 100%;
	height: 83%;
	left: 0;
	top: 0;
}

.abDiv2 .content {
	background-color: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
	padding: 8% 12%;
}

.abDiv2 .content p {
	font-size: 18px;
	color: #666;
}

/* 服务项目 */
.service .row a {
	display: block;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.service .row a h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	left: 0;
	bottom: 0;
	font-size: 18px;
	padding: 25px 10px;
	transition: all 0.3s;
	line-height: 1.5;
}

.service .row a:hover h2 {
	transform: translateY(100%);
}

.service .row a .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background-color: rgba(28, 31, 43, 0.8);
	color: #fff;
	padding: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: all 0.3s;
}

.service .row a:hover .text {
	transform: translate(-50%, -50%) scale(1);
}

.service .row a .text h3 {
	font-size: 18px;
}

.service .row a .text p {
	margin: 30px 0 60px;
}

.service .row a .text span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 26px;
}

/* 成功案例 */
.ny_left {
	width: 238px;
}

.detail .ny_left p,
.level1 a p {
	color: #fff;
	background: #72BB38;
	font-size: 24px;
	padding: 19px 20px;
}

.level2 .level3 {
	display: none;
}

.level2 a {
	display: block;
}

.level2>li>a {
	background: #F5F5F5;
	padding: 10px 20px;
	position: relative;
	margin-top: 10px;
	padding-right: 40px;
}

.level2>li>a.on {
	background: #F7FBF3;
	color: #72BB38;
}

.level2>li.has-sub>a::before {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #72BB38;
	border-bottom: 1px solid #72BB38;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
	transition: all .5s;
}

.level2>li.has-sub>a.on::before {
	transform: rotate(-135deg);
}

.level3 {
	padding: 8px 0;
}

.level3 a {
	padding: 5px 30px;
	color: #666;
	font-size: 14px;
}

.level3 a:hover,
.level3 a.on {
	color: #72BB38;
}

.ny_right {
	width: calc(100% - 238px);
	padding-left: 4%;
}

.case .row a {
	display: block;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}

.case .row a img {
	width: 100%;
}

.case .row a p {
	position: relative;
	padding: 15px 20px;
	paint-order: 40px;
	background: linear-gradient(#72BB38, #72BB38)no-repeat;
	background-size: 0 100%;
	transition: all 0.4s;
}

.case .row a p::before {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(-45deg);
}

.case .row a:hover p {
	background-size: 100% 100%;
	color: #fff;
	font-weight: bold;
}

/* 行业资讯 */
.news_menu {
	text-align: center;
	padding: 0 5%;
	background: #F8F8F8;
}

.news_menu a {
	position: relative;
	display: inline-block;
	padding: 15px 0;
	margin: 0 30px;
}

.news_menu a:hover,
.news_menu a.on {
	color: #72BB38;
}

.news_menu a::before {
	content: '';
	width: 0;
	height: 1px;
	background-color: #72BB38;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all 0.5s;
}

.news_menu a:hover::before,
.news_menu a.on::before {
	width: 100%;
}

.news .main ul li a {
	display: block;

}

.news .main ul li {
	padding: 12px 0;
	position: relative;
}

.news .main ul li::before {
	content: '';
	width: calc(100% + 40px);
	height: 100%;
	background: #F8F8F8;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: -1;
	transition: all 0.5s;
	opacity: 0;
}

.news .main ul li:hover::before {
	opacity: 1;
}

.news .main ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .main ul li a .imgDiv {
	width: 20%;
}

.news .main ul li a .text {
	width: 77%;
}

.news .main ul li a .text p {
	font-size: 18px;
	font-weight: bold;
}

.news .main ul li a .text span {
	color: #999;
	margin: 13px 0 20px;
	font-size: 14px;
}

.news .main ul li a .text small {
	color: #72BB38;
	font-size: 14px;
}

.news .main ul li a .text .leftDiv {
	width: 80%;
	max-width: calc(100% - 80px);
	padding-right: 40px;
}

.news .main ul li a .text .rightDiv {
	box-shadow: 0px 9px 36px 0px rgba(0, 0, 0, 0.04);
	width: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.news .main ul li a .text .rightDiv h3 {
	color: #fff;
	font-size: 18px;
	background: #72BB38;
	line-height: 32px;
}

.news .main ul li a .text .rightDiv h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
}

/* 新闻详情 */
.detail .ny_right .upper {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.detail .ny_right .upper strong {
	font-size: 30px;
}

.detail .ny_right .upper p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.detail .ny_right .content p {
	padding: 10px 0;
	font-size: 16px;
}

.detail .ny_right .content img {
	margin: 20px 0;
}

.title2 {
	margin-top: 50px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.title2 p {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	padding-left: 18px;
}

.title2 p::before {
	content: '';
	width: 3px;
	height: 20px;
	background: #72BB38;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.detail .ny_right .below .row a {
	display: block;
	border: 1px solid #EEEEEE;
}

.detail .ny_right .below .row a:hover {
	border: 1px solid #72BB38;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}

.detail .ny_right .below .row a .text {
	padding: 10px 13px;
}

.detail .ny_right .below .row a span {
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.detail .ny_right .below .row a small {
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}

/* 联系我们 */
.conDiv1 {
	padding: 60px 120px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}

.conDiv1 .row {
	margin: -10px -40px;
}

.conDiv1 .row>div {
	padding: 10px 40px;
}

.conDiv1 .info li {
	margin-bottom: 34px;
	display: flex;
	align-items: center;
}

.conDiv1 .info img {
	max-width: 39px;
}

.conDiv1 .info p {
	width: calc(100% - 39px);
	padding-left: 5%;
}

.conDiv1 .code img {
	max-width: 148px;
}

.conDiv1 .code p {
	color: #999999;
}

.conDiv1 form li {
	background: #F7F7F7;

	margin-bottom: 20px;
	font-size: 14px;
}

.conDiv1 form li:last-child {
	margin-bottom: 0;
}

.conDiv1 form input,
.conDiv1 form textarea,
.conDiv1 form button {
	display: block;
	width: 100%;
	border: none;
	background: none;
	padding: 12px 20px;
}

.conDiv1 form textarea {
	height: 182px;
}

.conDiv1 form button {
	background: #72BB38;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	padding: 0;
}

.conDiv1 form .verify {
	display: flex;
	align-items: center;
}

.conDiv1 form .verify input {
	width: 80%;
}

.conDiv1 form .verify a {
	display: block;
	width: 20%;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}

.contactus .map {
	padding: 25px;
	height: 515px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/*笔记本*/

@media all and (max-width:1280px) {
	header .rightDiv .menu>ul>li {
		margin-right: 25px;
	}

	header .logo a img {
		max-height: 40px;
	}

	header .hotLine {
		height: 80px;
		display: flex;
		align-items: center;
		float: none;
		width: 100%;
		justify-content: center;
	}

	header .hotLine strong {
		font-size: 18px;
		padding: 6px 15px;
	}

	.ui-homebanner .swiper-slide .img {
		height: 460px;
	}

	.indexDiv3 .row {
		margin: -15px;
	}

	.indexDiv3 .row>div {
		padding: 15px;
	}

	.indexDiv3 .row .content .text {
		padding: 55px 28px;
	}

	.indexDiv3 .row .content .text .icon {
		width: 74px;
		height: 74px;
	}

	.indexDiv4 .swiper-button-next {
		right: 0;
	}

	.indexDiv4 .swiper-button-prev {
		left: 0;
	}

	.indexDiv5 .rightDiv a .text {
		width: 65%;
	}

	.indexDiv5 .rightDiv a .imgDiv {
		width: 32%;
	}

	.indexDiv5 .rightDiv a {
		margin-bottom: 13px;
	}

	.indexDiv5 ul li.rightDiv {
		width: 48%;
	}

	.indexDiv5 ul li.leftDiv {
		width: 50%;
	}

	.indexDiv6 {
		padding-top: 0;
	}

	.indexDiv6 .swiper-button-prev {
		left: -6px;
	}

	.indexDiv6 .swiper-button-next {
		right: -6px;
	}

	.aboutus .title {
		font-size: 28px;
	}

	.abDiv2 .content {
		padding: 4% 4%;
	}

	.abDiv2 .content p {
		font-size: 16px;
	}

	.conDiv1 {
		padding: 58px 40px;
	}
}

@media all and (max-width:992px) {

	.menu ul {
		width: 100%;
		display: block;
		float: none;
	}

	.menu>ul>li>ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
		top: 0;
		border: 0;
		background: #fff;
		border-bottom: none;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		display: none;
	}

	.menu>ul>li.has-sub::before {
		right: 28px;
		top: 28px;
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(0, 0, 0, .1)
	}

	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		border-left: 1px solid rgba(0, 0, 0, .1);
		height: 60px;
		width: 60px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 2px;
		height: 12px;
		/* background: #fff; */
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		/* background: #fff; */
		z-index: 99
	}


	.menu .has-sub:hover>ul {
		left: 0;
		margin-left: 0;
		top: 0;
		transform: translateX(0);
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	header {
		height: 60px;
	}

	header .logo a {
		height: 60px;
		line-height: 60px;
		width: initial;
	}

	header .logo a img {
		max-height: 35px;
	}

	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		width: 100%;
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}

	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 60px;
		height: 60px;
		text-align: left;
		font-size: 16px;
		padding: 0 20px;
	}

	header .rightDiv .menu ul ul li a {
		padding: 0 40px;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	.ui-homebanner {
		margin-top: 60px;
	}

	.ui-homebanner .swiper-slide .img {
		height: 340px;
	}

	.ui-homebanner .swiper-button-next,
	.ui-homebanner .swiper-button-prev,
	.indexDiv5 .swiper-button-next,
	.indexDiv5 .swiper-button-prev {
		width: 30px;
		height: 56px;
		margin-top: -28px;
		background-size: 12px;
	}

	.title p {
		font-size: 28px;
	}

	.indexDiv2 .text {
		padding: 60px 0;
	}

	.indexDiv2 p {
		font-size: 28px;
	}

	.indexDiv3 .row {
		margin: -10px;
	}

	.indexDiv3 .row>div {
		padding: 10px;
	}

	.indexDiv3 .row .content .text .icon {
		width: 50px;
		height: 50px;
	}

	.indexDiv3 .row .content .text {
		padding: 40px 20px 30px;
	}

	.indexDiv4 .swiper-button-next,
	.indexDiv4 .swiper-button-prev {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.indexDiv5 .rightDiv a p {
		font-size: 15px;
	}

	.ny-banner .img {
		height: 290px;
		margin-top: 60px;
	}

	.ny-banner .text h2 {
		font-size: 30px;
	}

	.service .row a h2 {
		font-size: 15px;
		padding: 13px 10px;
	}

	.news .main ul li a .imgDiv {
		width: 30%;
	}

	.news .main ul li a .text {
		width: 66%;
	}

	.detail .ny_right .upper strong {
		font-size: 20px;
	}

	.conDiv1 .row {
		margin: -10px -15px;
	}

	.conDiv1 .row>div {
		padding: 10px 15px;
	}
}


/*手机端*/

@media (max-width:767px) {
	.ui-homebanner .swiper-slide .img {
		height: 180px;
	}

	.ui-homebanner .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 3px;
	}

	.ui-homebanner .swiper-pagination-bullet-active {
		width: 20px;
	}

	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 5px;
	}

	.ui-homebanner .swiper-button-next,
	.ui-homebanner .swiper-button-prev,
	.indexDiv5 .swiper-button-next,
	.indexDiv5 .swiper-button-prev {
		width: 20px;
		height: 40px;
		margin-top: -20px;
		background-size: 8px;
	}

	.title p::before,
	.title p::after {
		width: 40px;
	}

	.title p {
		font-size: 20px;
		padding: 0 10px;
	}

	.title strong {
		padding: 0 15px;
	}

	.row.row15 {
		margin: -8px;
	}

	.row.row15>div {
		padding: 8px;
	}

	.indexDiv2 .text {
		width: 100%;
	}

	.indexDiv2 .rightDiv {
		position: relative;
		width: 100%;
	}

	.indexDiv2 .leftDiv {
		width: 50%;
		bottom: 40%;
	}

	.indexDiv2 span {
		margin: 17px 0;
	}

	.indexDiv2 p {
		font-size: 24px;
	}

	.indexDiv4 .swiper-button-prev {
		left: -20px;
		transform: translateX(0);
	}

	.indexDiv4 .swiper-button-next {
		right: -20px;
		transform: translateX(0) rotate(180deg);
	}

	.indexDiv4 .swiper-button-next,
	.indexDiv4 .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.indexDiv4 .swiper_wrapper {
		padding: 0 10px;
	}

	.indexDiv4 .swiper-slide a p {
		padding: 0;
		margin-top: 10px;
	}

	.indexDiv5 ul li.leftDiv {
		width: 100%;
	}

	.indexDiv5 ul li.rightDiv {
		width: 100%;
		margin-top: 20px;
	}

	.indexDiv5 .leftDiv a p {
		font-size: 15px;
	}

	.indexDiv5 .rightDiv a .imgDiv {
		width: 39%;
	}

	.indexDiv5 .rightDiv a .text {
		width: 57%;
	}

	.indexDiv6 .swiper_wrapper {
		padding: 0 20px;
	}

	.indexDiv6 .swiper-button-prev {
		left: -15px;
		transform: translateX(0);
	}

	.indexDiv6 .swiper-button-next {
		right: -15px;
		transform: translateX(0) rotate(180deg);
	}

	.indexDiv6 .swiper-button-next,
	.indexDiv6 .swiper-button-prev {
		width: 25px;
		height: 25px;
		margin-top: -12px;
	}

	footer ul {
		margin: 0 -10px;
	}

	footer ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	footer ul li.li1 {
		display: none;
	}

	footer ul li.li2,
	footer ul li.li3 {
		width: 50%;
	}

	footer ul li.li4 {
		width: 100%;
	}

	footer ul li:last-child {
		margin-bottom: 0;
	}

	footer ul li p {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	/*内页*/
	.ny-main .breadcrumbs {
		font-size: 12px;
	}

	.ny-banner .img {
		height: 200px;
	}

	.pageNum {
		margin-top: 38px;
	}


	.ny-banner .text h2 {
		font-size: 22px;
	}

	.aboutus .title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.abDiv2 .content p {
		font-size: 14px;
	}

	.abDiv2 .content {
		padding: 20px 30px;
	}

	.indexDiv3 .row .content .text {
		padding: 40px 14px 24px;
		font-size: 14px;
	}

	.ny_left {
		width: 100%;
	}

	.ny_right {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.ny_left>p {
		font-size: 20px;
	}

	.title2 p {
		font-size: 20px;
		padding-left: 18px;
	}

	.title2 p::before {
		height: 18px;
	}

	.title2 {
		padding-bottom: 12px;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.conDiv1 {
		padding: 32px 27px;
	}

	.conDiv1 .info img {
		max-width: 30px;
	}

	.contactus .map {
		padding: 15px;
		height: 320px;
	}

	.news .main ul li a {
		display: block;
	}

	.news .main ul li a .text {
		width: 100%;
		margin-top: 20px;
	}

	.news .main ul li a .text p {
		font-size: 15px;
	}

	.news .main ul li a .imgDiv {
		width: 100%;
	}

	.news .main ul li a .imgDiv img {
		width: 100%;
	}

	.news .main ul li a .text .rightDiv h4 {
		font-size: 12px;
		line-height: 28px;
	}

	.news .main ul li a .text .rightDiv h3 {
		font-size: 14px;
		line-height: 28px;
	}

	.news .main ul li a .text .rightDiv {
		width: 60px;
	}

	.news .main ul li a .text .leftDiv {
		width: calc(100% - 60px);
		padding-right: 17px;
	}

	.detail .ny_left p,
	.level1 a p {
		font-size: 20px;
		padding: 15px 20px;
		position: relative;
	}

	.level1 a p::before {
		content: '';
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: rotate(135deg);
		margin-top: -7px;
		transition: all 0.5s;
	}

	.level1 a.on p::before {
		transform: rotate(-45deg);
		margin-top: -2px;
	}

	.level2>li>a {
		margin-top: 5px;
	}



	.level1 .level2 {
		display: none;
	}

	.level2>li {
		width: 50%;
		float: left;
		padding: 0 2px;
	}

	.level2>li>a {
		padding: 10px 15px;

		padding-right: 30px;
		font-size: 14px;
	}

	.level2>li.has-sub>a::before {
		right: 15px;
	}

	.indexDiv1 .row a {
		font-size: 14px;
	}

	.service .row a .text p {
		margin: 12px 0 25px;
		-webkit-line-clamp: 2;
	}

	.detail .ny_right .below .row a span {
		display: none;
	}

	.detail .ny_right .below .row a p {
		display: -webkit-box;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}
