html,
body {
	padding: 0;
	margin: 0;
	font-family: fontR, "微软雅黑";
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	letter-spacing: 0.7px;
	position: relative;
}

body {
	overflow: hidden;
	z-index: -9;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

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;
}

.bgfff {
	background: #fff;
	transition: 0.4s;
}


/*******/


/*首页头部导航*/

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 70px;
	background: rgba(0, 10, 62, 0);
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	color: #fff;
}

.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 10, 62, 0.9);
}


/*
header.indexHeader {
	position: absolute;
	background: transparent;
}*/

header:hover {
	background: rgba(0, 10, 62, 0.9);
}

header .logo a {
	height: 70px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo a .logo-m {
	display: none;
}

header .logo a img {
	max-height: 26px;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 70px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 30px;
}

header .rightDiv .menu>ul>li>a {
	line-height: 70px;
	text-align: center;
	display: block;
	position: relative;
	text-transform: capitalize;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	transition: .5s;
}

header .rightDiv .menu>ul>li.on>a::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
}

.menu ul ul {
	position: absolute;
	top: 70px;
	left: -9999px;
	text-align: left;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	background: rgba(0, 10, 62, 0.9);
	color: #fff;
}

.menu ul li:hover>ul {
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.menu ul ul li {
	white-space: nowrap;
	text-align: center;
	padding: 5px 20px;
}

.menu ul ul li a {
	display: block;
	padding: 10px 20px;
}


/*.menu ul ul li:hover>a,*/

.menu ul ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.menu .case-menu {
	display: flex;
	padding: 20px;
}

.menu .case-menu li {
	float: left;
}

.menu .case-menu li p {
	color: #7f849f;
	margin-bottom: 20px;
}

.menu .case-menu li a {
	/*display: block;*/
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu-w.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-w.svg) no-repeat center center;
	background-size: 18px auto;
}

header .rightDiv .right {
	margin-left: 45px;
	display: flex;
	height: 70px;
	align-items: center;
}

header .rightDiv .right .login-a,
.indexDiv4 .text a {
	display: inline-block;
	color: #fff;
	width: 110px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	border: 1px solid #fff;
	background: linear-gradient(90deg, #fff, #fff) no-repeat;
	background-size: 0 100%;
}

header .rightDiv .right .login-a:hover,
.indexDiv4 .text a:hover {
	background-size: 100% 100%;
	color: #15203d;
}


/* banner */

.index-banner {
	width: 100%;
	position: relative;
	/*margin-top: 100px;*/
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.ui-homebanner .swiper-slide .text {
	position: absolute;
	width: 100%;
	top: 220px;
	left: 0;
	color: #fff;
}

.ui-homebanner .swiper-slide .text p {
	font-size: 48px;
}

.ui-homebanner .swiper-slide .text h2 {
	font-size: 72px;
	margin-top: 20px;
}

.ui-homebanner .swiper-slide-active .text p {
	animation: 1s fadeInDown ease-in-out;
}

.ui-homebanner .swiper-slide-active .text h2 {
	animation: 1s fadeInDown ease-in-out;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.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;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	/*opacity: 1;
	background: #00aded;*/
	width: 30px;
}


/***********/

.index-menu {
	width: 100%;
	position: relative;
	height: 70px;
	z-index: 1;
}

.index-menu ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 16px;
}

.index-menu ul li {
	float: left;
}

.index-menu a {
	padding: 0 60px;
	line-height: 70px;
	display: block;
	position: relative;
}

.index-menu a::after,
.indexDiv1 .tab a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #0e6eb8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}

.index-menu a.top_dh_in::after,
.indexDiv1 .tab a.on::after {
	width: 100%;
	transition: 0.5s;
}


/**********/

p.title {
	font-size: 30px;
	text-align: center;
}

.indexDiv1 {
	padding-top: 70px;
}

.indexDiv1 .tab {
	margin-top: 100px;
}

.indexDiv1 .tab a {
	display: block;
	width: 33%;
	text-align: center;
	float: left;
	font-size: 18px;
	position: relative;
	padding-bottom: 40px;
}

.indexDiv1 .tab a img {
	max-width: 130px;
	margin-bottom: 25px;
}

.indexDiv1 .content {
	background: #f6f9fd;
	padding: 45px 0;
}

.indexDiv1 .content .row {
	margin: 0;
}

.indexDiv1 .content .row>div {
	padding: 0;
}

.indexDiv1 .content .row .conDiv {
	padding: 25px 30px;
	display: flex;
	align-items: center;
	height: 100%;
}

.indexDiv1 .content .row .conDiv:hover {
	background: #fff;
}

.indexDiv1 .content .row .conDiv img {
	max-width: 50px;
	margin-right: 30px;
}

.indexDiv1 .content .row .conDiv .imgDiv {
 width: 18%;
}
.indexDiv1 .content .row .conDiv .text {
 width: 82%;
}

/*********/

.indexDiv {
	padding: 70px 0;
}

.indexDiv2 {
	color: #fff;
}

.indexDiv2 .wrap {
	display: flex;
	align-items: center;
}

.indexDiv2 .tab a {
	display: block;
	font-size: 18px;
	width: 300px;
	line-height: 70px;
	text-align: center;
	position: relative;
}

.indexDiv2 .tab a::after {
	content: "";
	width: 3px;
	height: 0;
	background: #0e6eb8;
	position: absolute;
	top: 0;
	right: 0;
}

.indexDiv2 .tab a.on {
	background: rgba(0, 0, 0, 0.3);
}

.indexDiv2 .tab a.on::after {
	height: 100%;
}

.indexDiv2 .content {
	width: calc(100% - 300px);
	padding-left: 70px;
}

.indexDiv2 .content ul {
	margin: -40px 0;
}

.indexDiv2 .content li {
	margin: 40px 0;
}

.indexDiv2 .content li p {
	font-size: 18px;
	margin-bottom: 15px;
}

.indexDiv2 .content li img {
	max-width: 150px;
	margin-right: 40px;
	margin-bottom: 10px;
}


/***********/

.indexDiv3 .row {
	margin-top: 50px;
}

.indexDiv3 .row .conDiv {
	text-align: center;
	height: 100%;
	color: #6d7991;
}

.indexDiv3 .row .conDiv img {
	max-height: 78px;
	transition: 0.5s;
}

.indexDiv3 .row .conDiv:hover img {
	transform: rotateY(180deg);
	transition: 0.5s;
}

.indexDiv3 .row .conDiv h5 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin: 20px 0;
}


/**********/

.indexDiv4 .conDiv {
	padding: 60px 75px;
	margin: 60px 0 80px;
	color: #fff;
}

.indexDiv4 .conDiv .text {
	max-width: 60%;
}

.indexDiv4 .conDiv p {
	font-size: 30px;
}

.indexDiv4 .conDiv span {
	display: block;
	font-size: 16px;
	opacity: 0.7;
	margin: 20px 0 50px;
}

.indexDiv4 .text a {
	display: block;
	width: 160px;
	line-height: 50px;
	font-size: 16px;
}

.indexDiv5 {
	background: #f6f9fd;
}

.indexDiv5 .row {
	margin: -30px;
	margin-top: 30px;
}

.indexDiv5 .row>div {
	padding: 30px;
}

.indexDiv5 .row a {
	display: block;
	background: #fff;
}

.indexDiv5 .row a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.indexDiv5 .row a img {
	transition: 0.5s;
}

.indexDiv5 .row a:hover img {
	transform: scale(1.05);
	transition: 0.5s;
}

.indexDiv5 .row a .text {
	padding: 15px 20px;
}

.indexDiv5 .row a p {
	/*font-size: 16px;*/
	margin-bottom: 10px;
}

.indexDiv5 .row a span {
	color: #999;
}


/***登录注册****/

.login {
	min-height: 100vh;
	position: relative;
}

.login .back {
	position: absolute;
	top: 50px;
	right: 50px;
	background: url(../img/back.png)left center no-repeat;
	padding-left: 30px;
	color: #fff;
}

.login .main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 820px;
	background: #fff;
}

.login .main .leftDiv {
	width: 50%;
}

.login .main .leftDiv a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.login .main .rightDiv {
	/*background: #fff;*/
	width: 50%;
	padding: 50px;
}

.login .rightDiv .tab {
	display: flex;
	margin-bottom: 60px;
}

.login .rightDiv .tab a {
	width: 50%;
	display: block;
	text-align: center;
	position: relative;
	font-size: 18px;
}

.login .rightDiv .tab a::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #ebf0f7;
	position: absolute;
	left: 0;
	bottom: -22px;
	transition: 0.5s;
}

.login .rightDiv .tab a.on {
	color: #2fb1fa;
}

.login .rightDiv .tab a.on::after {
	background: #2fb1fa;
	transition: 0.5s;
}

.login .login-form-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.login .login-form {
	width: 200%;
	display: flex;
	position: absolute;
}

.login .login-form .loginDiv {
	width: 100%;
}

.login .loginDiv form {
	width: 100%;
	overflow: hidden;
}

.login .loginDiv form input,
.login .loginDiv form button {
	width: 100%;
	line-height: 48px;
}

.login .loginDiv form .phone {
	background: url(../img/user.png) left center no-repeat;
	background-position: 10px;
}

.login .loginDiv form .password {
	background: url(../img/password.png) left center no-repeat;
	background-position: 10px;
}

.login .loginDiv form .verify {
	background: url(../img/verify.png) left center no-repeat;
	background-position: 10px;
	width: 60%;
}

.login .loginDiv form .btnSendCode {
	width: 38%;
	padding: 0;
}

.login .loginDiv form input {
	background: none;
	border: 1px solid #bcc5d2;
	padding: 0 15px 0 45px;
	margin-bottom: 25px;
}

.login .loginDiv form button {
	border: none;
	background: #2fb1fa;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.login .login-form form a {
	color: #2fb1fa;
}

.login .login-form form .find {
	float: right;
}

.signup h3 {
	font-size: 18px;
	font-weight: normal;
	color: #2FB1FA;
	position: relative;
	text-align: center;
	margin-bottom: 65px;
}

.signup h3::before,
.signup h3::after {
	content: "";
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.signup h3::before {
	width: 100%;
	background: #ebf0f7;
}

.signup h3::after {
	width: 50%;
	background: #2FB1FA;
}

.signup .loginDiv {
	width: 300px;
	padding: 50px 0;
}

.signup .loginDiv form input {
	padding: 0 15px;
}

.signup .loginDiv form .verify {
	background: none;
}

.signup .loginDiv form input.check {
	width: 12px;
	margin-right: 10px;
	margin-bottom: 0;
}

.signup p {
	display: inline-block;
	color: #666;
}

.signup ul p {
	font-size: 12px;
}

.signup p a {
	color: #2fb1fa;
}

.signup-pop {
	width: 50%;
	font-size: 13px;
	height: 500px;
	overflow-y: auto;
}

.signup-pop p {
	font-size: 13px;
}

.signup-pop .popup-head {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.signup-pop .popup-body {
	text-align: left;
}

.signup-pop .popup-body h2 {
	font-size: 18px;
}


/*底部*/

footer {
	background: #0b1a45;
	color: #fff;
}

footer .wrap {
	padding: 55px 0;
}

footer p {
	font-size: 18px;
	color: #bcc5d2;
	margin-bottom: 40px;
}

footer ul {
	overflow: hidden;
}

footer .leftDiv li {
	color: #6d7991;
	float: left;
	margin-right: 100px;
}

footer li a {
	display: block;
	line-height: 40px;
}

footer li a:hover {
	color: #fff;
}

footer .rightDiv {
	width: 300px;
}

footer .rightDiv li {
	float: none;
	color: #6d7991;
	line-height: 30px;
}

footer .code {
	margin-left: -35px;
	margin-top: 40px;
}

footer .icon {
	display: inline-block;
	position: relative;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	margin-left: 35px;
	background: url(../img/weixin.svg) #3e4765 center center no-repeat;
	background-size: 15px;
}

footer .weixin {
	background: url(../img/f-icon1.png) #3e4765 center center no-repeat;
	background-size: 26px;
}

footer .app {
	background: url(../img/f-icon2.png) #3e4765 center center no-repeat;
	background-size: 26px;
}

footer .applet {
	background: url(../img/f-icon3.png) #3e4765 center center no-repeat;
	background-size: 26px;
}

footer .tooltip {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 8px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	white-space: nowrap;
}

footer .icon .tooltip {
	padding: 10px;
}

footer .icon:hover .tooltip {
	top: -100px;
}

footer .tooltip img {
	max-width: 150px;
}

footer .icon:hover .tooltip {
	top: -100px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

footer .weixin:hover,
footer .weixin:hover .tooltip,
footer .weixin:hover .tooltip::before {
	background-color: #2ec100;
	color: #ffffff;
}

footer .app:hover,
footer .app:hover .tooltip,
footer .app:hover .tooltip::before {
	background-color: #ff544f;
	color: #ffffff;
}

footer .applet:hover,
footer .applet:hover .tooltip,
footer .applet:hover .tooltip::before {
	background-color: #539bff;
	color: #ffffff;
}

footer .copyright {
	text-align: center;
	border-top: 1px solid #243158;
	padding: 15px 0;
}

footer .copyright p {
	font-size: 14px;
	margin-bottom: 0;
}


/*列表页*/

.ny-banner .img {
	height: 430px;
}

.ny-main .breadcrumbs {
	color: #999;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.ny-main .breadcrumbs a:hover {
	color: #333;
}

.ny-main .main {
	padding: 40px 0 60px;
}

.aboutus .main {
	text-align: center;
}

.ny-main .title {
	font-size: 24px;
	margin-bottom: 65px;
	position: relative;
	text-align: center;
}

.ny-main .title::after {
	content: "";
	width: 50px;
	height: 3px;
	background: #2FB1FA;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -20px;
}

.aboutus p {
	width: 1000px;
	margin: 0 auto;
}

.ny-main .abDiv1 p {
	margin-bottom: 30px;
}

.aboutus .abDiv2 {
	background: #f6f9fd;
	padding: 70px 0;
	margin: 70px 0;
}

.aboutus .abDiv2 p {
	width: 100%;
	margin-top: 15px;
}

.aboutus .abDiv2 .swiper-container {
	width: 90%;
}

.aboutus .abDiv2 .swiper-button-next,
.aboutus .abDiv2 .swiper-container-rtl .swiper-button-prev {
	background: url(../img/right.png)no-repeat;
	right: 0;
}

.aboutus .abDiv2 .swiper-button-prev,
.aboutus .abDiv2 .swiper-container-rtl .swiper-button-next {
	background: url(../img/left.png) no-repeat;
	left: 0;
}

.aboutus .abDiv2 .swiper-button-next,
.aboutus .abDiv2 .swiper-button-prev {
	margin-top: 0;
}

.aboutus .abDiv2 .swiper-button-next:focus,
.aboutus .abDiv2 .swiper-button-prev:focus {
	outline: none;
}

.aboutus .abDiv3 .row {
	margin: 0;
	margin-top: 55px;
}

.aboutus .abDiv3 .row>div {
	position: relative;
	padding: 0;
	overflow: hidden;
	height: 90px;
}

.aboutus .abDiv3 .row>div:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.aboutus .abDiv3 .row .imgDiv img {
	/*-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.6;*/
}

.aboutus .abDiv3 .row .imgDiv,
.aboutus .abDiv3 .row .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutus .abDiv3 .row .imgDiv {
	top: 0;
}

.aboutus .abDiv3 .row .mask {
	top: -90px;
}

.aboutus .abDiv3 .row>div:hover .imgDiv {
	top: 90px
}

.aboutus .abDiv3 .row>div:hover .mask {
	top: 0;
}


/*********/

.joinus .row>div {
	margin-bottom: 100px;
}

.joinus .row img {
	max-height: 50px;
}

.joinus .row .content {
	height: 100%;
}

.joinus .row .content .imgDiv {
	text-align: left;
}

.joinus .row h2 {
	font-size: 24px;
	margin-top: 30px;
}

.joinus .row h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0;
}

.joinus .row p {
	color: #666;
	line-height: 30px;
}

.joinus .wrap>p {
	font-size: 20px;
	width: 100%;
}

.joinus .wrap>p a {
	color: #2FB1FA;
}


/**********/

.contactus .map {
	width: 100%;
	height: 500px;
}

.contactus .content {
	display: flex;
	justify-content: center;
	margin: 50px 0 60px;
}

.contactus .content>div {
	margin: 0 30px;
}

.contactus .code img {
	max-width: 160px;
	margin-bottom: 20px;
}

.contactus .code {
	text-align: center;
	font-size: 16px;
}

.contactus .info h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 40px;
}

.contactus .info p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}


/*********/

.case .caseDiv2 {
	background: #f6f9fd;
	margin: 70px 0;
	padding-top: 70px;
}

.case .caseDiv2 .content>li:nth-child(even) {
	background: #fff;
}

.case .caseDiv2 .content .wrap {
	overflow: hidden;
	padding: 70px 80px;
	position: relative;
}

.case .caseDiv2 .content .text {
	width: 50%;
	text-align: left;
	min-height: 258px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case .caseDiv2 .content .imgDiv {
	max-width: 40%;
}

.case .caseDiv2 .content>li:nth-child(odd) .text,
.case .caseDiv2 .content>li:nth-child(even) .imgDiv {
	float: left;
}

.case .caseDiv2 .content>li:nth-child(even) .text,
.case .caseDiv2 .content>li:nth-child(odd) .imgDiv {
	float: right;
}

.case .caseDiv2 .content .imgDiv img {
	transition: .5s;
}

.case .caseDiv2 .content .imgDiv:hover img {
	transform: scale(1.05);
	transition: .5s;
}

.case .caseDiv2 h4 {
	font-size: 18px;
	margin-bottom: 30px;
}

.case .caseDiv2 .text li {
	color: #666;
	line-height: 30px;
	list-style: inside;
}


/************/

.tech .techDiv1 {
	text-align: center;
	margin-top: 30px;
}

.tech .techDiv1 p {
	font-size: 16px;
	margin-top: 30px;
}

.tech .caseDiv2 {
	padding: 0;
}

.tech .caseDiv2 .content .text {
	min-height: 382px;
}

.tech .caseDiv2 h4 {
	font-size: 24px;
}


/*.tech .caseDiv2 .content .imgDiv img {
	transition: 1s;
}*/

.tech .caseDiv2 .content .imgDiv:hover img {
	transform: scale(1);
	transform: rotate(10deg);
}

.tech .main {
	padding-bottom: 0;
}

.tech .caseDiv2 {
	margin-bottom: 0;
}


/***新闻动态**/

.news .row {
	margin: -20px 0;
}

.news .row>div {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.news .row a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .row a img {
	transition: .5s;
}

.news .row a:hover img {
	transform: scale(1.05);
	transition: .5s;
}

.news .row a .imgDiv {
	width: 300px;
}

.news .row a .text {
	width: calc(100% - 300px);
	padding-left: 20px;
}

.news .row a .text h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.news .row a .text span {
	display: block;
	color: #999;
	margin-bottom: 30px;
}


/*********/

.detail .upper {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.detail .upper p {
	font-size: 24px;
	margin-bottom: 15px;
}

.detail .upper span {
	color: #999;
}

.detail .below p {
	text-indent: 2em;
}


/*页码*/

.pageNum {
	margin-top: 50px;
	text-align: center;
}

.pageNum span,
.pageNum a {
	display: inline-block;
	padding: 3px 9px;
	color: #000;
	margin: 0 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.pageNum span,
.pageNum a:hover {
	background: #0096F5;
	color: #fff;
	border: 1px solid #0096F5;
}


/*弹出层*/

.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.active {
	display: block;
}

.popup-content {
	width: 460px;
	padding: 40px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 50vh;
	transform: translateY(-50%);
	position: relative;
}

.popup-content .close {
	width: 20px;
	position: absolute;
	top: 20px;
	right: 21px;
}

.popup-content h3 {
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	font-size: 24px;
}

.popup-content form input {
	width: 100%;
	border: 1px solid #bcc5d2;
	line-height: 48px;
	padding: 0;
	padding-left: 15px;
	color: #333;
	margin-bottom: 24px;
}

.popup-content form .verify {
	width: 60%;
	margin-right: 3%;
}

.popup-content form .btnSendCode {
	width: 35%;
	color: #2fb1fa;
	border: 1px solid #2fb1fa;
	background: #fff;
	cursor: pointer;
}

.popup-content form input::-webkit-input-placeholder {
	color: #999;
}

.popup-content form input::-moz-placeholder {
	color: #999;
}

.popup-content form input::-ms-input-placeholder {
	color: #999;
}

.popup-content button {
	width: 100%;
	border: none;
	background: #2fb1fa;
	line-height: 50px;
	color: #fff;
	/*border-radius: 100px;*/
	cursor: pointer;
	margin-top: 20px;
	font-size: 16px;
}

.popup-content p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.popup-content span {
	color: #666666;
	letter-spacing: 2px;
}


/*设置*/


/*笔记本*/

@media all and (max-width:1200px) {
	.wrap {
		padding: 0 2vw;
	}
	.aboutus p {
		width: 100%;
	}
}

@media all and (max-width:992px) {
	.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 .case-menu li p {
		text-align: left;
	}
	.menu ul ul li a {
		padding: 0;
		font-size: 12px;
		color: #fff;
		text-align: left;
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #fff
	}
	.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: #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;
		background: rgba(0, 0, 0, 0.15);
	}*/
	.menu ul ul p {
		/*display: none;*/
		font-size: 14px;
	}
	.menu ul ul a {
		font-size: 14px;
		display: block;
		line-height: 50px;
		text-align: center;
	}
	.menu ul ul li {
		padding: 0 20px;
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: rgba(255, 255, 255, 0.08);
		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;
		background: rgba(0, 10, 62, 1);
	}
	header .logo a {
		height: 60px;
		line-height: 60px;
		width: initial;
	}
	header .logo a .logo-pc {
		display: none;
	}
	header .logo a .logo-m {
		display: block;
	}
	header .logo img {
		height: 35px;
	}
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background: rgba(0, 10, 62, 1);
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu>ul>li {
		padding: 0;
		margin: 0;
		float: none;
	}
	header .rightDiv .menu>ul>li>a {
		display: block;
		line-height: 60px;
		height: 60px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {
		padding-top: 60px;
	}
	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);
	}
	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}
	header .menu .search {
		padding: 5vw;
		width: 100%;
	}
	header .rightDiv .menu>ul>li.on>a::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		bottom: 26px;
	}
	header .rightDiv .right {
		margin-top: 19px;
		margin-left: 22px;
		display: flex;
		float: left;
	}
	header .rightDiv .menu>ul>li.on>a::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		width: 0;
	}
	header .logo img {
		height: 28px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 450px;
	}
	.indexDiv2 .tab a {
		font-size: 16px;
		width: 200px;
	}
	.indexDiv2 .content {
		width: calc(100% - 200px);
		padding-left: 50px;
	}
	.indexDiv2 .content li {
		margin: 25px 0;
	}
	.indexDiv2 .content li p {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.indexDiv4 .conDiv {
		padding: 35px;
		margin: 45px 0;
	}
	.indexDiv4 .conDiv p {
		font-size: 26px;
	}
	.indexDiv4 .conDiv span {
		margin: 15px 0 25px;
	}
	.indexDiv4 .conDiv .text {
		max-width: 75%;
	}
	footer .wrap {
		padding: 27px 2vw;
	}
	footer .leftDiv li {
		margin-right: 50px;
	}
	footer .rightDiv {
		width: 280px;
	}
	.indexDiv5 .row {
		margin: -10px;
		margin-top: 20px;
	}
	.indexDiv5 .row>div {
		padding: 10px;
	}
}


/*手机端*/

@media (max-width:767px) {
	html,
	body {
		font-size: 12px;
	}
	.wrap {
		padding: 0 5vw;
	}
	header .logo img {
		height: 20px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 55vw;
		margin-top: 60px;
	}
	.ui-homebanner .swiper-pagination-bullet {
		height: 6px;
	}
	.index-menu ul li {
		width: 33.3%;
	}
	.index-menu a {
		padding: 0;
		line-height: 55px;
	}
	.index-menu ul {
		font-size: 14px;
	}
	/******/
	.indexDiv {
		padding: 40px 0;
	}
	p.title {
		font-size: 20px;
	}
	.indexDiv1 {
		padding-top: 15px;
	}
	.indexDiv1 .tab {
		margin-top: 30px;
	}
	.indexDiv1 .tab a {
		padding: 0 20px 20px;
		font-size: 14px;
	}
	.indexDiv1 .tab a img {
		max-width: 100%;
		margin-bottom: 13px;
	}
	.indexDiv1 .content {
		padding: 15px 0;
	}
	.indexDiv1 .content .row .conDiv {
		padding: 15px 10px;
	}
	.indexDiv1 .content .row .conDiv h6 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.indexDiv2 .wrap {
		display: block;
	}
	.indexDiv2 .tab a {
		font-size: 14px;
		width: 33.3%;
		line-height: 60px;
	}
	.indexDiv2 .tab {
		width: 100%;
		display: flex;
		margin-bottom: 50px;
	}
	.indexDiv2 .tab a::after {
		width: 100%;
		height: 0;
		top: inherit;
		bottom: 0;
	}
	.indexDiv2 .tab a.on::after {
		height: 3px;
	}
	.indexDiv2 .content {
		width: 100%;
		padding-left: 0;
	}
	.indexDiv3 .row .conDiv {
		margin-bottom: 20px;
	}
	.indexDiv2 .content li img {
		max-width: 30%;
		margin-right: 0;
		padding-right: 20px;
	}
	.indexDiv3 .row .conDiv img {
		max-height: 50px;
	}
	.indexDiv3 .row .conDiv h5 {
		font-size: 16px;
		margin: 15px 0;
	}
	.indexDiv4 .conDiv p {
		font-size: 18px;
	}
	.indexDiv4 .conDiv span {
		font-size: 12px;
	}
	.indexDiv4 .text a {
		display: block;
		width: 110px;
		line-height: 38px;
		font-size: 12px;
	}
	.indexDiv4 .conDiv .text {
		max-width: 100%;
	}
	.indexDiv4 .conDiv {
		padding: 25px;
	}
	.indexDiv5 .row a {
		display: flex;
	}
	.indexDiv5 .row a .imgDiv {
		width: 40%;
	}
	.indexDiv5 .row a .text {
		width: 60%;
	}
	.indexDiv5 .row a p {
		font-size: 14px;
		height: 40px;
		overflow: hidden;
	}
	footer .wrap {
		padding: 20px 4vw;
	}
	footer p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer .leftDiv {
		width: 100%;
	}
	footer .leftDiv ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	footer .leftDiv li {
		margin-right: 0;
	}
	footer .rightDiv {
		width: 100%;
	}
	footer .code {
		margin-top: 25px;
		text-align: center;
	}
	footer .weixin,
	footer .app,
	footer .applet {
		background-size: 20px;
	}
	footer .icon {
		width: 50px;
		height: 50px;
	}
	footer .copyright p {
		font-size: 12px;
	}
	/*内页*/
	.ny-main .breadcrumbs {
		padding: 13px 0 13px;
	}
	.ny-banner .img {
		height: 35vw;
		margin-top: 60px;
	}
	.ny-main .main {
		padding: 25px 0 40px;
	}
	.ny-main .title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.ny-main .title::after {
		bottom: -15px;
	}
	.news .row a .imgDiv {
		width: 40%;
	}
	.news .row a .text {
		width: 60%;
		padding-left: 20px;
	}
	.news .row a .text p {
		height: 35px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.news .row a .text span {
		margin-bottom: 8px;
	}
	.news .row a .text h2 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.detail .upper p {
		font-size: 18px;
	}
	.pageNum {
		margin-top: 38px;
	}
	.aboutus .abDiv2 {
		padding: 30px 0;
		margin: 40px 0;
	}
	.aboutus .abDiv2 .swiper-button-next,
	.aboutus .abDiv2 .swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}
	.aboutus .abDiv2 .swiper-button-prev,
	.aboutus .abDiv2.swiper-container-rtl .swiper-button-next {
		left: 10px;
	}
	.aboutus .abDiv3 .row {
		margin-top: 20px;
	}
	.aboutus .abDiv3 .row>div {
		height: 60px;
	}
	.aboutus .abDiv3 .row .imgDiv img,
	.aboutus .abDiv3 .row .mask img {
		max-width: 70%;
	}
	.joinus .row img {
		max-height: 40px;
	}
	.joinus .row h2 {
		font-size: 18px;
		margin-top: 20px;
	}
	.joinus .row h4 {
		font-size: 14px;
		font-weight: normal;
		margin: 17px 0;
	}
	.joinus .row>div {
		margin-bottom: 50px;
	}
	.contactus .map {
		height: 300px;
	}
	.contactus .content {
		display: block;
	}
	.contactus .content>div {
		margin: 0;
	}
	.contactus .content .code {
		width: 50%;
		margin-bottom: 30px;
	}
	.contactus .info h3 {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.contactus .info p {
		font-size: 14px;
		color: #666;
		margin-bottom: 12px;
	}
	.contactus .code img {
		max-width: 100px;
		margin-bottom: 16px;
	}
	.contactus .content {
		margin: 20px 0 50px;
	}
	.case .caseDiv2 {
		margin: 45px 0;
		padding-top: 35px;
	}
	.case .caseDiv2 .content .wrap {
		padding: 35px 20px;
	}
	.case .caseDiv2 h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.case .caseDiv2 .text li {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.case .caseDiv2 .content .text {
		width: 100%;
		min-height: inherit;
		margin-bottom: 20px;
	}
	.case .caseDiv2 .content .imgDiv {
		max-width: 100%;
	}
	.tech .caseDiv2 {
		padding-top: 0px;
		margin: 0;
	}
	.tech .caseDiv2 .content .imgDiv img {
		transition: .5s;
		max-width: 70%;
	}
	.tech .main {
		padding: 23px 0 0px;
	}
	.tech .techDiv1 p {
		margin-bottom: 30px;
	}
	/*登录注册*/
	.login .back {
		top: 25px;
		right: 30px;
	}
	.login .main .leftDiv {
		display: none;
	}
	.login .main {
		display: block;
		overflow: hidden;
		width: 90%;
		max-height: 80vh;
		overflow-y: auto;
	}
	.login .main .rightDiv {
		width: 100%;
		padding: 30px;
	}
	.login .login-form-wrapper {
		height: 210px;
	}
	.login .rightDiv .tab a {
		font-size: 16px;
	}
	.signup .loginDiv {
		width: 100%;
		padding: 20px 30px;
	}
	.signup h3 {
		font-size: 16px;
		margin-bottom: 45px;
	}
	.login .loginDiv form input,
	.login .loginDiv form button {
		line-height: 40px;
	}
	.login .loginDiv form input {
		margin-bottom: 15px;
	}
	.login .loginDiv form button {
		margin: 15px 0;
	}
	.popup-content {
		width: 90%;
		padding: 30px;
	}
	.popup-content h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.popup-content form input {
		line-height: 40px;
		margin-bottom: 15px;
	}
	.popup-content .close {
		width: 16px;
		top: 15px;
		right: 17px;
	}
	.signup-pop {
		width: 90%;
		font-size: 12px;
	}
	.popup-content p {
		font-size: 12px;
	}
}