/*首页头部导航*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 70px;
	transition: all 0.5s;
}

header.on_fixed {
	background: #20528F;
}

header .logo a {
	display: block;
	line-height: 70px;
	position: relative;
	z-index: 99;
	max-width: 216px;
}

header .logo a img {
	max-height: 54px;
}

header .rightDiv {
	width: calc(100% - 350px);
}

header .rightDiv .menu {
	position: relative;
	height: 70px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
}

header .rightDiv .menu>ul>li {
	float: left;
	margin-right: 40px;
	position: relative;
}

header .rightDiv .menu>ul>li>a {
	line-height: 70px;
	text-align: center;
	display: block;
	position: relative;
	text-transform: capitalize;
	color: #fff;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li.on>a::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
}

.menu>ul>li>ul {
	position: absolute;
	top: 110px;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	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;
	background: #fff;
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

.menu ul ul li a {
	display: block;
	white-space: nowrap;
	position: relative;
	padding: 6px 20px;
}

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 .right {
	height: 70px;
}

header .right a {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}

header .right a:last-child {
	margin-right: 0;
}

header .right a.loginBtn {
	background: url(../img/login.png)left center no-repeat;
	padding-left: 32px;
}

header .right a.language {
	background: url(../img/language.png)left center no-repeat;
	padding-left: 27px;
}

header .right a.applyBtn span {
	display: inline-block;
	font-size: 14px;
	color: #20528F;
	background: #FFFFFF;
	padding: 10px 20px;
	line-height: 1;
	border-radius: 100px;
}


/* banner */

.ui-homebanner {
	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;
	position: relative;
}

.ui-homebanner .swiper-slide .content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}

.ui-homebanner .swiper-slide .text {
	width: 57%;
}

.ui-homebanner .swiper-slide .text p {
	font-size: 28px;
}

.ui-homebanner .swiper-slide .text h2 {
	font-size: 44px;
	letter-spacing: 1px;
	margin: 20px 0;
}

.ui-homebanner .swiper-slide .text span {
	font-size: 22px;
	display: block;
}

.ui-homebanner .swiper-slide .text a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #20528F;
	background: #FFFFFF;
	padding: 9px 34px;
	margin-top: 30px
}

.ui-homebanner .swiper-slide .imgDiv {
	width: 44%;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	background: #DFDFDF;
	border-radius: 0;
	transition: all 0.5s;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	opacity: 1;
}


/******/

.on-hover-up {
	transition: all 0.3s;
}

.on-hover-up:hover {
	transform: translateY(-10px);
}

.indexDiv1 {
	position: relative;
	z-index: 11;
	top: -60px;
}

.indexDiv1 .row {
	margin: -14px;
}

.indexDiv1 .row>div {
	padding: 14px;
}

.indexDiv1 .row .content {
	height: 100%;
	background: url(../img/content.png)#fff bottom center no-repeat;
	border-radius: 15px;
	box-shadow: 0 3px 8px rgba(27, 107, 255, 0.3);
	padding: 15px 26px;
}

.indexDiv1 .row .content h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.indexDiv1 .row .content p {
	font-size: 14px;
}

.indexDiv2 .row img {
	max-height: 70px;
}

.indexDiv2 .row h3 {
	font-size: 20px;
	margin-top: 10px;
}

.indexDiv3 .title {
	position: relative;
	font-weight: bold;
	margin-bottom: 70px;
}

.indexDiv3 .title span {
	font-size: 30px;
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

.indexDiv3 .title span::before,
.indexDiv3 .title span::after {
	content: '';
	background: url(../img/title-icon.png)center center no-repeat;
	width: 36px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
}

.indexDiv3 .title span::before {
	left: 0;
}

.indexDiv3 .title span::after {
	right: 0;
}

.indexDiv3 .title h2 {
	position: absolute;
	z-index: -1;
	color: #EAF1FB;
	font-size: 60px;
	width: 100%;
	top: 50%;
	transform: translateY(-55%);
}

.indexDiv3 ul {
	margin: -65px 0;
}

.indexDiv3 ul li {
	padding: 65px 0;
}

.indexDiv3 ul li:nth-child(2n+1) .imgDiv,
.indexDiv3 ul li:nth-child(2n) .text {
	float: left;
}

.indexDiv3 ul li:nth-child(2n) .imgDiv,
.indexDiv3 ul li:nth-child(2n+1) .text {
	float: right;
}

.indexDiv3 ul li .imgDiv {
	max-width: 47%;
}

.indexDiv3 ul li .text {
	width: 46.7%;
}

.indexDiv3 ul li a {
	display: inline-block;
	border: 1px solid #20528F;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 33px;
	margin-top: 30px;
	background: #20528F;
	color: #fff;
}

.indexDiv3 ul li p {
	line-height: 1.875;
}

.indexDiv3 ul li a.more {
	color: #20528F;
	margin-left: 10px;
	background: #fff;
}

.indexDiv3 ul li:nth-child(1) .text {
	padding-top: 40px;
}

.indexDiv3 ul li:nth-child(3) .text {
	padding-top: 30px;
}

.row_col5>div {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.indexDiv4 .content {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(32, 82, 143, 0.1);
	border-radius: 10px;
	height: 100%;
	padding: 25px 36px;
}

.indexDiv4 .content img {
	max-height: 68px;
	margin: 20px 0 40px;
}

.indexDiv4 .content strong {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.indexDiv4 .content strong::before {
	content: '';
	width: 108%;
	height: 6px;
	background: #20528F;
	opacity: 0.17;
	position: absolute;
	left: -4%;
	bottom: 2px;
}

.indexDiv4 .content p {
	font-size: 12px;
	color: #999;
}

.row7 {
	margin: -7px;
}

.row7>div {
	padding: 7px;
}

.indexDiv5 .content {
	padding: 10px;
	box-shadow: 0px 0px 6px rgba(32, 82, 143, 0.1);
	border-radius: 10px;
}

.indexDiv5 .content p {
	font-size: 18px;
	padding: 15px 0 5px;
}

.indexDiv7 .row {
	margin: 0;
}

.indexDiv7 .row>div {
	padding: 0;
}

.indexDiv7 .row>div:nth-child(2n+1),
.indexDiv7 .row>div:nth-child(6),
.indexDiv7 .row>div:nth-child(8) {
	background: #FBFBFB;
}

.indexDiv7 .row>div,
.indexDiv7 .row>div:nth-child(5),
.indexDiv7 .row>div:nth-child(7) {
	background: #fff;
}

.indexDiv7 .imgWrapper {
	padding: 20.7% 50%;
}

.indexDiv8 .content {
	border-radius: 10px;
}

.indexDiv8 .content .leftDiv {
	width: 62.75%;
}

.indexDiv8 .content .leftDiv .text {
	overflow: hidden;
	position: absolute;
	color: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 17px 24px;
	background: rgba(0, 0, 0, 0.3);
}


/*
.indexDiv8 .content .leftDiv .text::before {
	content: '';
	width: 100%;
	height: 120%;
	margin: -20px 0;
	background-image: inherit;
	background-position: center bottom;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -10%;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
	-o-filter: blur(15px);
	filter: blur(15px);
}*/


/*.indexDiv8 .content .leftDiv .text::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
}*/

.indexDiv8 .content .leftDiv .text strong,
.indexDiv8 .content .leftDiv .text span {
	position: relative;
	z-index: 3;
}

.indexDiv8 .content .leftDiv .text strong {
	font-size: 24px;
	width: calc(100% - 120px);
}

.indexDiv8 .content ul {
	position: absolute;
	height: 100%;
	overflow-y: auto;
	width: 37.25%;
	right: 0;
	top: 0;
	padding: 20px;
}

.indexDiv8 .content ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	padding: 0 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.indexDiv8 .content ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #fff;
}

.indexDiv8 .content ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #fff;
}

.indexDiv8 .content ul::before {
	content: '';
	width: 100%;
	height: 31px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexDiv8 .content ul li {
	margin-bottom: 20px;
}

.indexDiv8 .content ul li:last-child {
	margin-bottom: 0;
}

.indexDiv8 .content ul li a {
	display: block;
	overflow: hidden;
}

.indexDiv8 .content ul li a .imgDiv {
	width: 29.5%;
	position: relative;
}

.indexDiv8 .content ul li a .imgDiv::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #20528F;
	opacity: 0;
	transition: all 0.5s;
}

.indexDiv8 .content ul li a .text {
	width: 67%;
}

.indexDiv8 .content ul li a:hover {
	color: #20528F;
}

.indexDiv8 .content ul li a:hover .imgDiv::before {
	opacity: 1;
}

.indexDiv8 .content ul li a .text p {
	font-weight: bold;
	height: 50px;
	margin-bottom: 6px;
}

.indexDiv8 .content ul li a .text span {
	color: #999;
}


/*底部*/

footer {
	background: #0D0F1B;
	color: #fff;
}

footer .upper {
	padding: 40px 0 30px;
	border-bottom: 1px solid #343434;
}

footer .upper .leftDiv {
	width: 30%;
}

footer .upper .leftDiv .logo img {
	margin-bottom: 45px;
	max-height: 54px;
}

footer .upper .leftDiv p {
	padding: 8px 0;
}

footer .upper ul {
	width: 65%;
	overflow: hidden;
	padding-top: 30px;
	float: right;
	display: flex;
	justify-content: space-between;
}

footer .upper ul li p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .upper ul li a {
	display: block;
	font-size: 14px;
	padding: 7px 0;
}

footer .copyright {
	font-size: 14px;
	text-align: center;
	padding: 17px 0;
	color: #686868;
}

footer .copyright a {
	display: inline-block;
	margin-right: 15px;
}

footer .copyright a:last-child {
	margin-right: 0;
}

footer .copyright img {
	max-width: 20px;
	margin-right: 5px;
}


/*右侧悬浮*/

.rightBox {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rightBox a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	font-size: 14px;
	color: #20528F;
	background: #EEF5FF;
	position: relative;
	margin: 10px;
}

.rightBox a img {
	max-width: 44px;
	margin-bottom: 3px;
}

.rightBox a.free_trial {
	color: #fff;
	background: #FFB74B;
}

.rightBox a .mask {
	position: absolute;
	width: auto;
	right: 120%;
	white-space: nowrap;
	background-color: #FFFFFF;
	padding: 10px;
	border: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.rightBox a .mask img {
	max-width: 100px;
}

.rightBox a:hover .mask {
	opacity: 1;
	visibility: visible;
	right: 110%;
}

/*列表页*/

.ny-banner {
	background: #20528F;
	padding-top: 70px;
	color: #fff;
}

.ny-banner span {
	font-size: 28px;
}

.ny-banner h2 {
	font-size: 44px;
	margin: 20px 0;
	line-height: 1.5;
}

.ny-banner p {
	font-size: 22px;
}

.ny-banner a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #20528F;
	background: #FFFFFF;
	padding: 11px 34px;
	margin-top: 28px;
}

.ny-banner .imgDiv {
	max-width: 50%;
}


/*页码*/

.pageNum {
	margin-top: 50px;
	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: #FCC800;
	color: #fff;
	border: 1px solid #FCC800;
}


/****/

.ny-main .main {
	background: #F8FBFF;
	padding: 50px 0 40px;
}

.ny_menu {
	width: 240px;
	background: #fff;
	border-radius: 5px;
}

.ny_menu a {
	display: block;
	padding: 18px 20px;
	border-radius: 5px;
}

.ny_menu a:hover,
.ny_menu a.on {
	background: #20528F;
	color: #fff;
}

.ny_content {
	width: calc(100% - 280px);
	background: #fff;
	padding: 30px;
	position: relative;
}

.ny_content::before {
	content: '';
	width: 1px;
	height: 100%;
	max-height: 423px;
	background: #E6E6E6;
	opacity: 1;
	border-radius: 0px;
	position: absolute;
	top: 0;
	left: -20px;
}

.ny_content p {
	text-indent: 2em;
	padding: 5px 0;
}

.ny_content p span {
	text-indent: 4em;
	display: block;
}

.ny_content .imgDiv {
	margin: 20px 0;
}

.ny_content .imgDiv span {
	font-size: 14px;
	color: #999;
	display: block;
}

.ny_content h2 {
	font-size: 20px;
	text-indent: 2em;
	margin: 20px 0;
}


/**行业成功案例**/

.case .main {
	padding: 80px 0;
}

.case .main .row {
	margin: -8px;
}

.case .main .row>div {
	padding: 8px;
}

.case .main .row a {
	display: block;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
	height: 100%;
}

.case .main .row a p {
	text-align: center;
	font-size: 17px;
}

.case .main .row a span {
	text-indent: 2em;
	font-size: 14px;
	color: #999;
	margin: 15px 0;
}

.case .main .row a .imgWrapper {
	padding: 27% 50%;
}


/*关于我们*/

.aboutus .ny-banner {
	height: 600px;
	position: relative;
}

.aboutus .ny-banner .text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.aboutus .main {
	padding: 75px 0 90px;
}

.abDiv1 .content {
	padding: 20px;
}

.abDiv1 .imgDiv {
	width: 48.3%;
}

.abDiv1 .text {
	width: 50%;
}

.abDiv1 .text img {
	max-height: 54px;
	margin-bottom: 10px;
}

.abDiv1 .text p {
	text-indent: 2em;
	line-height: 1.875;
}

.abDiv2 .content img {
	max-height: 69px;
}

.abDiv2 .content {
	padding: 35px 15px;
}

.abDiv3 .content {
	padding: 20px;
}

.abDiv3 .map {
	width: 48.3%;
	height: 270px;
}

.abDiv3 .text {
	width: 50%;
	line-height: 2;
}


/*笔记本*/

@media all and (max-width:1280px) {
	header .rightDiv {
		width: calc(100% - 220px);
	}

	header .rightDiv .menu>ul>li {
		margin-right: 20px;
	}

	header .logo a {
		max-width: 180px;
	}

	.ui-homebanner .swiper-slide .text h2 {
		font-size: 33px;
	}

	.ui-homebanner .swiper-slide .text p {
		font-size: 24px;
	}

	.ui-homebanner .swiper-slide .text span {
		font-size: 18px;
	}

	.ui-homebanner .swiper-slide .text a {
		font-size: 18px;
	}

	.rightBox a img {
		max-width: 26px;
	}

	.rightBox a {
		width: 66px;
		height: 66px;
		font-size: 12px;
		margin: 6px;
	}

	.indexDiv1 .row .content h2 {
		font-size: 18px;
	}

	.indexDiv3 .title h2 {
		font-size: 48px;
	}

	.indexDiv3 .title span {
		font-size: 26px;
		padding: 0 45px;
	}

	.indexDiv3 .title span::before {
		left: 0;
	}

	.indexDiv3 .title span::before,
	.indexDiv3 .title span::after {
		width: 30px;
	}

	.indexDiv4 .content {
		padding: 12px 18px;
	}

	.indexDiv4 .content img {
		max-height: 57px;
		margin: 20px 0 27px;
	}

	.indexDiv7 .imgDiv {
		padding: 10px;
	}

	.indexDiv8 .content .leftDiv .text strong {
		font-size: 18px;
	}

	.ny-banner h2 {
		font-size: 36px;
	}

	.ny-banner span {
		font-size: 24px;
	}

	.ny-banner p {
		font-size: 18px;
	}

	.ny-banner a {
		font-size: 18px;
	}

	.aboutus .ny-banner {
		height: 500px;
	}

	.indexDiv3 ul li:nth-child(1) .text {
		padding-top: 0;
	}

	.indexDiv3 ul li:nth-child(3) .text {
		padding-top: 0;
	}
}

@media all and (max-width:992px) {

	html,
	body {
		font-size: 14px;
	}

	.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);
	}

	.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: #20528F;
		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;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	.ui-homebanner .swiper-slide .img {
		height: 600px;
	}

	.indexDiv1 .row {
		margin: -7px;
	}

	.indexDiv1 .row>div {
		padding: 7px;
	}

	.indexDiv1 .row .content {
		padding: 14px 13px;
	}

	.indexDiv2 .row h3 {
		font-size: 16px;
	}

	.indexDiv3 .title h2 {
		font-size: 40px;
	}

	.indexDiv3 ul li .text {
		width: 60%;
	}

	.indexDiv3 ul li .imgDiv {
		max-width: 37%;
	}

	.indexDiv3 ul li a {
		font-size: 14px;
		padding: 8px 25px;
		margin-top: 25px;
	}

	.indexDiv3 .title {
		margin-bottom: 50px;
	}

	.indexDiv3 ul {
		margin: -35px 0;
	}

	.indexDiv3 ul li {
		padding: 35px 0;
	}

	.indexDiv4 .content strong {
		font-size: 15px;
	}

	.indexDiv5 .content p {
		font-size: 15px;
	}

	.indexDiv8 .content ul li a .text p {
		height: 40px;
	}

	.indexDiv8 .content ul li {
		margin-bottom: 15px;
	}

	.indexDiv8 .content ul {
		padding: 15px;
	}

	footer .upper ul li {
		font-size: 16px;
	}

	footer .upper ul {
		width: 100%;
	}

	footer .upper .leftDiv {
		width: 100%;
	}

	footer .upper .leftDiv .logo img {
		margin-bottom: 29px;
	}

	.ny-banner .imgDiv {
		max-width: 40%;
	}

	.ny-banner span {
		font-size: 20px;
	}

	.ny-banner h2 {
		font-size: 30px;
		margin: 15px 0;
	}

	.ny-banner p {
		font-size: 16px;
	}

	.ny-banner a {
		font-size: 14px;
		padding: 10px 25px;
	}

	.ny_menu a {
		padding: 16px 13px;
	}

	.ny_menu {
		width: 210px;
	}

	.ny_content {
		width: calc(100% - 240px);
		padding: 20px;
	}

	.ny_content::before {
		left: -15px;
	}

	.ny_content h2 {
		font-size: 18px;
		margin: 10px 0;
	}

	.case .main {
		padding: 55px 0;
	}

	.case .main .row a span {
		margin: 10px 0;
	}

	.aboutus .ny-banner {
		height: 340px;
	}

	.indexDiv4 .content img {
		max-height: 40px;
		margin: 16px 0 20px;
	}

	.abDiv3 .map {
		height: 235px;
	}

	header .right {
		padding-right: 20px;
	}
}


/*手机端*/

@media (max-width:767px) {
	.ui-homebanner .swiper-slide .content {
		top: 55%;
	}

	.ui-homebanner .swiper-slide .text p {
		font-size: 16px;
	}

	.ui-homebanner .swiper-slide .text h2 {
		font-size: 20px;
	}

	.ui-homebanner .swiper-slide .text span {
		font-size: 14px;
	}

	.flex_box {
		display: block;
	}

	.ui-homebanner .swiper-slide .text {
		width: 88%;
	}

	.ui-homebanner .swiper-slide .imgDiv {
		width: 100%;
		padding: 0 10%;
		margin-top: 30px;
	}

	.ui-homebanner .swiper-slide .text a {
		font-size: 13px;
	}

	.indexDiv1 {
		top: -27px;
	}

	.rightBox a {
		width: 58px;
		height: 58px;
		font-size: 11px;
		margin: 6px 0;
	}

	.indexDiv2 .row {
		margin: -20px;
	}

	.indexDiv2 .row>div {
		padding: 20px;
	}

	.indexDiv3 .title span {
		font-size: 20px;
		padding: 0 25px;
	}

	.indexDiv3 .title span::before,
	.indexDiv3 .title span::after {
		width: 20px;
	}

	.indexDiv3 .title h2 {
		font-size: 28px;
	}

	.indexDiv3 ul li .imgDiv {
		max-width: 100%;
		margin-bottom: 30px;
		padding: 0 10%;
	}

	.indexDiv3 ul li .text {
		width: 100%;
	}

	.row_col5>div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row_col5>div:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.indexDiv6 .row {
		margin: -10px;
	}

	.indexDiv6 .row>div {
		padding: 10px;
	}

	.indexDiv7 .row>div:nth-child(2),
	.indexDiv7 .row>div:nth-child(3),
	.indexDiv7 .row>div:nth-child(6),
	.indexDiv7 .row>div:nth-child(8),
	.indexDiv7 .row>div:nth-child(7),
	.indexDiv7 .row>div:nth-child(11) {
		background: #fff;
	}

	.indexDiv7 .row>div:nth-child(5),
	.indexDiv7 .row>div:nth-child(4),
	.indexDiv7 .row>div:nth-child(8),
	.indexDiv7 .row>div:nth-child(9),
	.indexDiv7 .row>div:nth-child(12) {
		background: #fbfbfb;
	}

	.indexDiv8 .content .leftDiv {
		width: 100%;
	}

	.indexDiv8 .content ul {
		position: relative;
		width: 100%;
		padding: 20px;
		height: 400px;
	}

	.indexDiv8 .content .leftDiv .text {
		padding: 10px 14px;
		display: flex;
	}

	.indexDiv8 .content .leftDiv .text strong {
		font-size: 16px;
	}

	footer .upper .leftDiv {
		width: 100%;
	}

	footer .upper ul {
		flex-wrap: wrap;
	}

	footer .upper ul li {
		min-width: 35%;
		padding: 10px 0;
	}

	footer .upper .leftDiv .logo img {
		max-height: 45px;
	}

	footer .upper ul li p {
		font-size: 16px;
	}

	/*内页*/
	.ny-banner span {
		font-size: 16px;
	}

	.ny-banner h2 {
		font-size: 26px;
		margin: 10px 0;
	}

	.ny-banner p {
		font-size: 14px;
	}

	.ny-banner .imgDiv {
		max-width: 100%;
		padding: 0 10%;
		margin-top: 30px;
	}

	.ny_menu {
		width: 100%;
		overflow: hidden;
	}

	.ny_menu a {
		width: 50%;
		float: left;
	}

	.ny_content {
		width: 100%;
		margin-top: 30px;
	}

	.ny_content::before {
		width: 100%;
		height: 1px;
		top: -15px;
		left: 0;
	}

	.ny_content .imgDiv {
		margin: 10px 0;
	}

	.case .main .row a .imgWrapper {
		padding: 16% 50%;
	}

	.aboutus .ny-banner h2 {
		font-size: 24px;
	}

	.aboutus .main {
		padding: 50px 0 60px;
	}

	.abDiv1 .imgDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.abDiv1 .text {
		width: 100%;
	}

	.abDiv3 .map {
		width: 100%;
	}

	.abDiv3 .text {
		width: 100%;
		line-height: 2;
		margin-top: 20px;
	}

	.aboutus .ny-banner .text {
		padding-top: 60px;
	}

	.aboutus .ny-banner {
		height: 300px;
	}

	.rightBox {
		top: 45%;
	}
}
