﻿html,
body {
	padding: 0;
	margin: 0;
	font-family: fontR, "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
	line-height: 1.75;
}

body {
	overflow: hidden;
	z-index: -9;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.imgDiv {
	overflow: hidden;
	text-align: center;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ease05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bgf5f5f5 {
	background: #f5f5f5;
	transition: 0.4s;
}

.on-hover .imgDiv img {
	transition: 0.5s;
}

.on-hover:hover .imgDiv img {
	transform: scale(1.05);
	transition: 0.5s;
}


/*******/


/*首页头部导航*/

header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	z-index: 99;
	height: 160px;
	background: #fff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

header .logo a {
	height: 100px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo a img {
	max-height: 83px;
}

header .rightDiv {
	width: 100%;
	background: #5b9436;
	z-index: 999;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 60px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	width: 100%;
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	width: 12.5%;
	transition: 0.5s;
}

header .rightDiv .menu>ul>li.on,
header .rightDiv .menu>ul>li:hover {
	background: #015198;
	transition: 0.5s;
}

header .rightDiv .menu>ul>li>a {
	line-height: 60px;
	text-align: center;
	display: block;
	position: relative;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
}

.menu ul ul {
	position: absolute;
	top: 60px;
	width: 100%;
	left: 0;
	text-align: left;
	background: #5b9436;
	color: #fff;
	z-index: 9;
	font-size: 14px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.menu ul ul li {
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
	transition: 0.5s;
}

.menu ul ul li:hover {
	background: #015198;
	transition: 0.5s;
}

#nav_main .nav .subnav {
	background: #005197;
	height: auto;
	left: 0;
	top: 60px;
	position: absolute;
	width: 100%;
	z-index: 199;
}

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 .upper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .hotline {
	background: url(../img/tel.png)left 10px no-repeat;
	padding-left: 60px;
}

header .hotline p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}

header .hotline h5 {
	font-size: 22px;
	color: #3ba86f;
}

header .below {
	position: relative;
}

.m-block {
	display: none;
}


/* banner */

.index-banner {
	width: 100%;
	position: relative;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.ui-homebanner .swiper-slide .img {
	width: 100%;
	display: block;
	height: 600px;
	background: none no-repeat center;
	background-size: cover;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 1;
	transition: 0.5s;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	width: 30px;
	transition: 0.5s;
}


/******/

.indexDiv {
	padding: 70px 0;
}

.indexDiv .title {
	text-align: center;
	margin-bottom: 40px;
}

.indexDiv .title h2 {
	font-size: 36px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.indexDiv .title h2::after {
	content: "";
	width: 80px;
	height: 5px;
	background: #005faf;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}

.indexDiv .title p {
	color: #666;
}

.indexDiv .more {
	display: block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #5b9436;
	margin: 0 auto;
	margin-top: 50px;
}

.indexDiv1 .leftDiv {
	width: 250px;
	background: #5b9436;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 30px 0;
	/*border-top: 5px solid #005faf;*/
	height: 826px;
}

.indexDiv1 .leftDiv h2 {
	font-size: 30px;
	position: relative;
	background: url(../img/tabing.png)center bottom no-repeat;
	padding-bottom: 40px;
}

.indexDiv1 .leftDiv a {
	display: block;
	width: 230px;
	border: 1px solid #fff;
	background: linear-gradient(#fff, #fff)no-repeat;
	line-height: 40px;
	background-size: 0 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.indexDiv1 .leftDiv a:hover {
	background-size: 100% 100%;
	color: #5b9436;
}

.indexDiv1 .leftDiv .tel {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.indexDiv1 .leftDiv .tel h5 {
	font-size: 24px;
	margin-top: 6px;
}

.indexDiv1 .content {
	width: calc(100% - 250px);
	padding-left: 50px;
}

.indexDiv1 .content .upper {
	text-transform: uppercase;
}

.indexDiv1 .content .upper p {
	background: #5B9436;
	color: #fff;
	float: left;
	height: 100%;
	padding: 9px 30px;
	position: relative;
	font-size: 24px;
	letter-spacing: 3px;
}

.indexDiv1 .content .upper p::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 60px solid #5b9436;
	border-right: 30px solid transparent;
	position: absolute;
	top: 0;
	right: -30px;
}

.indexDiv1 .content .upper a {
	float: right;
	margin-right: 20px;
	line-height: 60px;
}

.indexDiv1 .content .upper a:hover {
	color: #5b9436;
}

.indexDiv1 .content .below {
	border: 1px solid #dbdbdb;
	border-top: none;
	padding: 30px 20px 30px 30px;
}

.indexDiv1 .content .below .proDiv {
	position: relative;
}

.indexDiv1 .content .below .proDiv .imgDiv {
	width: 54%;
}

.indexDiv1 .content .below .proDiv .text {
	width: 43%;
	padding-bottom: 60px;
}

.indexDiv1 .content .below .proDiv .text p {
	font-size: 24px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}

.indexDiv1 .content .below .proDiv .text span {
	font-size: 14px;
	line-height: 2.2;
	color: #666;
}

.indexDiv1 .content .below .proDiv .text a {
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #005faf;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
}

.indexDiv1 .container {
	padding: 20px 0 60px;
	position: relative;
	text-align: center;
}

.indexDiv1 .container p {
	font-size: 18px;
	background: #ebebeb;
	padding: 10px;
	margin-bottom: 10px;
}

.indexDiv1 .container .swiper-button-next,
.indexDiv1 .container .swiper-button-prev {
	top: auto;
	width: 150px;
	height: 40px;
	margin-top: 0;
	background-size: 150px;
	bottom: 0;
}

.indexDiv1 .container .swiper-button-next,
.indexDiv1 .container .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/left.png);
	transform: rotate(180deg);
	right: 50%;
	margin-right: -170px;
}

.indexDiv1 .container .swiper-button-prev,
.indexDiv1 .container .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.png);
	left: 50%;
	margin-left: -170px;
}

.waist {
	color: #fff;
	padding: 60px 0;
}

.waist h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.waist span {
	font-size: 20px;
	margin-right: 20px;
	display: inline-block;
}

.indexDiv2 .leftDiv,
.indexDiv2 .imgDiv {
	width: 50%;
}

.indexDiv2 .leftDiv {
	padding-top: 40px;
}

.indexDiv2 .leftDiv>p {
	position: relative;
	color: #666;
	padding-bottom: 50px;
	line-height: 1.875;
	letter-spacing: 0.8px;
}

.indexDiv2 .leftDiv>p::after {
	content: "";
	width: 300px;
	height: 2px;
	background: #5b9436;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexDiv2 .title {
	text-align: left;
}

.indexDiv2 .title h2::after {
	left: 0;
	margin-left: 0;
}

.indexDiv2 .more {
	margin: 0;
	margin-top: 30px;
}

.indexDiv3 .row {
	margin: -15px;
}

.indexDiv3 .row>div {
	padding: 15px;
}

.indexDiv3 .row a {
	display: block;
	height: 100%;
	color: #666;
}

.indexDiv3 .row a:hover {
	color: #5b9436;
}

.indexDiv3 .row a p {
	text-align: center;
	margin-top: 10px;
}

.indexDiv4 .row a {
	display: block;
	height: 100%;
	border: 1px solid #fff;
}

.indexDiv4 .row a .text {
	padding: 20px;
}

.indexDiv4 .row a p {
	font-size: 18px;
	color: #666;
}

.indexDiv4 .row a span {
	color: #999;
}

.indexDiv4 .row a .below {
	color: #bdbdbd;
	border-top: 1px solid #d7d7d7;
	background: url(../img/more.png)right 10px no-repeat;
	padding-top: 10px;
	margin-top: 10px;
	opacity: 0;
}

.indexDiv4 .row a:hover {
	border: 1px solid #5b9436;
}

.indexDiv4 .row a:hover .below {
	opacity: 1;
}


/*底部*/

footer {
	background: #343d44;
	color: #fff;
	border-top: 8px solid #5b9436;
}

footer .upper {
	padding: 70px 0 30px;
}

footer .leftDiv {
	width: calc(100% - 200px);
}

footer .links {
	margin: -10px -25px;
}

footer .links a {
	display: block;
	float: left;
	padding: 10px 25px;
}

footer ul {
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	margin-top: 60px;
}

footer ul li {
	float: left;
}

footer ul li:first-child {
	margin-right: 60px;
}

footer ul li p {
	margin-bottom: 8px;
}

footer .code {
	text-align: center;
}

footer .code img {
	max-width: 150px;
	margin-bottom: 15px;
}

footer .copyright {
	font-size: 14px;
	color: #a2a2a2;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #a2a2a2;
}


/*列表页*/

.ny-main {
	padding: 0 0 100px;
}

.ny-banner .img {
	height: 300px;
}

.ny-main .breadcrumbs {
	color: #666;
	padding: 20px 0 50px;
	font-size: 14px;
}

.ny-menu {
	width: 214px;
}

.ny-menu h2 {
	background: #5b9436;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 28px 0;
}

.ny-menu .below {
	border: 1px dashed #b9b9b9;
	padding: 0 9px;
	padding-bottom: 30px;
	border-top: none;
}

.ny-menu a {
	display: block;
	padding: 18px 13px;
	border-bottom: 1px dashed #b9b9b9;
	color: #666;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: 120% center;
	overflow: hidden;
}

.ny-menu a.on,
.ny-menu a:hover {
	color: #5b9436;
	background-position: 93% center;
}

.ny-content {
	width: calc(100% - 214px);
	padding-left: 52px;
}

.ny-content .row {
	margin: 0 -10px;
	margin-top: -30px;
}

.ny-content .row>div {
	padding: 0 10px;
	padding-top: 30px;
}

.ny-content .row a {
	display: block;
	height: 100%;
	border-bottom: 1px solid #dedede;
	text-align: center;
}

.ny-content .row a p {
	background: #ebebeb;
	padding: 11px 0;
}

.ny-content .row a span {
	display: block;
	padding: 11px 0;
}

.ny-content .row a:hover {
	color: #5b9436;
}


/*页码*/

.pageNum {
	margin-top: 50px;
	text-align: center;
}

.pageNum span,
.pageNum a {
	display: inline-block;
	padding: 3px 11px;
	margin: 0 5px;
	font-size: 14px;
	background: #dedede;
}

.pageNum span,
.pageNum a:hover {
	background: #5b9436;
	color: #fff;
}
.content video{
	object-fit: fill!important;
	height: auto!important;
}

/************/


/*笔记本*/

@media all and (max-width:1220px) {
	.wrap {
		padding: 0 20px
	}
}

@media all and (max-width:1024px) {
	.ui-homebanner .swiper-slide .img {
		height: 480px;
	}
}

@media all and (max-width:992px) {
	html,
	body {
		font-size: 14px;
	}
	.menu {
		width: 100%
	}
	.menu ul {
		width: 100%;
		display: block;
	}
	.menu ul ul {
		top: 0;
		border: 0;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	.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 li a,
	.menu ul ul li a {
		width: 100%
	}
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		color: #333;
		background: 0 0
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}
	.menu ul ul ul li a {
		padding-left: 40px
	}
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	.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: #333;
		z-index: 99
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		background: #333;
		z-index: 99
	}
	.menu .has-sub:hover>ul {
		left: 0;
		margin-left: 0;
		/*background: rgba(0, 0, 0, 0.15);*/
		transform: translateX(0);
	}
	.menu ul ul p {
		display: none;
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}
	.menu ul ul ul {
		top: 0;
	}
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		transition: right 300ms !important;
	}
	header .logo a {
		height: 60px;
		line-height: 60px;
		width: initial;
	}
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		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;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu>ul>li>a img {
		display: none;
	}
	header .rightDiv .menu>ul>li.on>a img.red,
	header .rightDiv .menu>ul>li:hover>a img.red {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	body.on-menu .main {
		right: 0;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
		color: #333;
	}
	header .rightDiv .menu ul li.on>a {
		color: #fff;
	}
	header .rightDiv .menu ul li:hover a {
		color: #fff;
	}
	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}
	header .rightDiv .menu>ul>li.on>a::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		bottom: 26px;
	}
	header .upper {
		display: block;
	}
	header .logo img {
		height: 40px;
	}
	header .below {
		position: inherit;
	}
	header .hotline {
		text-align: left;
		margin: 20px;
	}
	.pc-block {
		display: none;
	}
	.m-block {
		display: block;
	}
	.ny-main {
		padding: 60px 0;
	}
	.ui-homebanner .swiper-slide .img {
		height: 360px;
		margin-top: 60px;
	}
	.indexDiv1 .container p {
		font-size: 14px;
	}
	.indexDiv1 .content .below .proDiv .imgDiv,
	.indexDiv1 .content .below .proDiv .text {
		width: 100%;
	}
	.indexDiv1 .content .below .proDiv .text {
		margin-top: 20px;
	}
	.indexDiv1 .leftDiv {
		width: 200px;
	}
	.indexDiv1 .leftDiv a {
		width: 180px;
	}
	.indexDiv1 .content {
		width: calc(100% - 200px);
		padding-left: 35px;
	}
}


/*手机端*/

@media (max-width:767px) {
	html,
	body {
		font-size: 12px;
	}
	.ui-homebanner .swiper-pagination-bullet {
		height: 6px;
	}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 170px;
	}
	.indexDiv {
		padding: 40px 0;
	}
	.indexDiv .title h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.indexDiv .title h2::after {
		width: 56px;
		height: 3px;
		margin-left: -28px;
	}
	.indexDiv1 .leftDiv {
		width: 100%;
		overflow: hidden;
		height: auto;
		padding-bottom: 100px;
	}
	.indexDiv1 .leftDiv a {
		width: 44%;
		float: left;
		margin: 3%;
	}
	.indexDiv1 .leftDiv h2 {
		font-size: 18px;
	}
	.indexDiv1 .leftDiv .tel h5 {
		font-size: 16px;
		margin-top: 5px;
	}
	.indexDiv1 .content {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.indexDiv1 .content .upper p {
		padding: 10px 25px;
		font-size: 16px;
	}
	.indexDiv1 .content .upper p::after {
		border-bottom: 48px solid #5b9436;
	}
	.indexDiv1 .content .upper a {
		line-height: 48px;
	}
	.indexDiv1 .content .below .proDiv .text p {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.indexDiv1 .container .swiper-button-next,
	.indexDiv1 .container .swiper-button-prev {
		background-size: 110px;
		width: 110px;
	}
	.indexDiv1 .container .swiper-button-next,
	.indexDiv1 .container .swiper-container-rtl .swiper-button-prev {
		margin-right: -120px;
	}
	.indexDiv1 .container .swiper-button-prev,
	.indexDiv1 .container .swiper-container-rtl .swiper-button-next {
		margin-left: -120px;
	}
	.waist {
		padding: 30px 0;
	}
	.waist h3 {
		font-size: 20px;
		line-height: 1.7;
	}
	.waist span {
		font-size: 14px;
		margin-right: 0;
	}
	.indexDiv2 .leftDiv,
	.indexDiv2 .imgDiv {
		width: 100%;
		padding: 0;
	}
	.indexDiv2 .imgDiv {
		margin-top: 30px;
	}
	.indexDiv2 .title h2::after {
		margin-left: 0;
	}
	.indexDiv2 .leftDiv>p {
		font-size: 14px;
		padding-bottom: 30px;
	}
	.indexDiv .title {
		margin-bottom: 25px;
	}
	.indexDiv4 .row {
		margin: -15px;
	}
	.indexDiv4 .row>div {
		padding: 15px;
	}
	.indexDiv4 .row a p {
		font-size: 16px;
	}
	footer .leftDiv {
		width: 100%;
		font-size: 14px;
	}
	footer ul {
		margin-top: 36px;
	}
	footer .code {
		width: 100%;
		margin-top: 30px;
	}
	footer .code img {
		max-width: 120px;
	}
	footer .upper {
		padding: 40px 0 30px;
	}
	/*内页*/
	.ny-main .breadcrumbs {
		font-size: 12px;
		padding: 18px 0 33px;
	}
	.ny-banner .img {
		height: 130px;
	}
	.pageNum {
		margin-top: 38px;
	}
	.ny-menu {
		width: 100%;
	}
	.ny-content {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.ny-menu .below {
		overflow: hidden;
	}
	.ny-menu a {
		width: 50%;
		float: left;
	}
}