.swiper-container-banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-banner .swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	background: none !important;
	width: auto !important;
	height: auto !important;
}

.swiper-container-banner .swiper-button-next span,
.swiper-container-banner .swiper-button-prev span {
	font-size: 60px;
	color: #fff;
}

.swiper-container-banner .txt {
	position: absolute;
	left: 10%;
	top: 30%;
	color: #fff;
	max-width: 660px;
	font-size: 24px;
	font-weight: bold;
}

.swiper-container-banner .txt i {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.swiper-container-banner .txt .wz {
	font-size: 54px;
	line-height: 77px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif !important;
	margin: 30px 0 60px;
	max-height: 264px;
	overflow: hidden;
}

.swiper-container-banner .txt .wz b {
	font-size: 50px;
	display: block;
}

.swiper-button-prev {
	left: 97px;
}

.swiper-button-next {
	right: 97px;
}

.swiper-container-banner .pic {
	width: 100%;
}

.amore {
	padding: 0 40px;
	font-size: 16px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	transition: all 0.6s;
}

.amore:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

.amore2 {
	background: none;
	color: #383459;
	border: 1px solid #383459;
	box-sizing: border-box;
	margin-top: 60px;
}

.amore2:hover {
	color: #fff;
	background: #383459;
	text-decoration: none;
}

.amore3 {
	border: 1px solid #fff;
	background: none;
}

.amore3:hover {
	color: #383459;
	background: #fff;
	text-decoration: none;
}

@media (max-width: 1740px) {
	.swiper-container-banner .txt {
		top: 25%;
	}

	.swiper-container-banner .swiper-slide img {
		max-width: 120%;
		width: 120%;
	}
}

@media (max-width: 1400px) {
	.swiper-container-banner .txt {
		top: 25%;
	}

	.swiper-container-banner .swiper-slide img {
		max-width: 130%;
		width: 130%;
	}

	.swiper-container-banner .txt .wz {
		font-size: 46px;
		line-height: 70px;
	}

	.swiper-container-banner .txt .wz b {
		font-size: 60px;
	}
}

@media (max-width: 1200px) {
	.swiper-container-banner .txt .wz {
		font-size: 30px;
		line-height: 50px;
	}

	.swiper-container-banner .txt .wz b {
		font-size: 40px;
	}

	.swiper-container-banner .txt {
		top: 19%;
		right: 10%;
	}

	.swiper-container-banner .swiper-slide img {
		max-width: 120%;
		width: 120%;
	}

	.swiper-container-banner .swiper-button-next span,
	.swiper-container-banner .swiper-button-prev span {
		font-size: 50px;
	}
}

@media (max-width: 960px) {
	.swiper-container-banner .swiper-slide img {
		max-width: 130%;
		width: 130%;
	}

	.swiper-container-banner .txt .wz {
		margin: 20px 0 40px;
	}

	.swiper-container-banner .txt i {
		font-size: 20px
	}

	.swiper-container-banner .txt .wz {
		font-size: 20px;
		line-height: 30px;
	}

	.swiper-container-banner .txt .wz b {
		font-size: 30px;
	}
}

@media (max-width: 540px) {
	.swiper-container-banner .swiper-slide img {
		max-width: 150%;
		width: 150%;
	}

	.swiper-container-banner .swiper-button-next span,
	.swiper-container-banner .swiper-button-prev span {
		font-size: 30px;
	}

	.swiper-container-banner .txt i {
		font-size: 16px;
	}

	.swiper-container-banner .txt .wz {
		font-size: 20px;
		line-height: 30px;
		margin: 8px 0 15px;
		max-height: 60px;
	}

	.swiper-container-banner .txt .wz b {
		font-size: 22px;
	}

	.amore {
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.swiper-container-banner .txt {
		max-width: 90%;
		margin: 0 auto;
		right: 0;
		width: 100%;
	}
}

.padd {
	padding: 80px 0 100px;
	display: flow-root;
}

.titt {
	margin-bottom: 30px;
}

.titt b {
	color: #383459;
	display: inline-block;
	margin-bottom: 10px;
}

.titt h2 {
	font-size: 36px;
	color: #333;
	line-height: 44px;
	font-weight: bold;
}

.titt .rec {
	width: 65px;
	height: 5px;
	background: #383459;
	margin-top: 30px !important;
}

.des,
.des p {
	font-size: 17px;
	color: #555;
	line-height: 24px;
	text-align: justify;
}

.index-ab {
	position: relative;
	z-index: 2;
}

.index-ab .txt {
	width: 45%;
}

.index-ab .imgg {
	width: 50%;
}

.index-ab .box1 {
	position: relative;
	z-index: 2;
}

.index-ab .box2 {
	background: url(../image/sy02.png) no-repeat left;
	max-width: 1466px;
	height: 539px;
	width: 100%;
	margin-top: -320px;
	z-index: 1;
}

.index-ab .box2 dl {
	max-width: 1030px;
	width: 100%;
	margin-top: 60px;
}

.index-ab .box2 dt {
	width: 22%;
	float: left;
	margin-right: 4%;
	background: #fff;
	padding: 46px 26px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.index-ab .box2 dt:last-child {
	margin-right: 0;
}

.index-ab .box2 dt b {
	font-size: 16px;
	color: #333;
	display: block;
	margin-top: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.index-ab .box2 dt:hover {
	background: url(../image/sy07.png) no-repeat center;
	background-size: cover;
}

.index-ab .box2 dt:hover b {
	color: #fff;
}

.index-ab .box2 dt i {
	display: block;
	width: 67px;
	height: 67px;
	overflow: hidden;
	margin: 0 auto;
}

.index-ab .box2 dt img {
	transition: all 0.3s linear;
}

.index-ab .box2 dt:hover img {
	transform: translateY(-67px);
}

.index-pro1 {
	background: url(../image/sy08.png) no-repeat left;
	background-size: cover;
	position: relative;
}

.index-pro1 .titt h2 {
	height: 94px;
	overflow: hidden;
	display: block;
}

.inpro,
.inpro2 {
	height: 640px;
	overflow: hidden;
}

.inpro .swiper-slide {
	height: 100%;
	position: relative;
}

.inpro .swiper-slide .imgg {
	width: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
}




.inpro .swiper-slide .txt {
	width: 48%;
	background: #fff;
	padding: 80px 90px 70px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.index-pro1 .swiper-container-vertical>.swiper-pagination-bullets {
	right: 130px;
	top: 60%;
}

.index-pro1 .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-top: 15px;
}

.index-pro1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	opacity: 1;
}

.index-pro1 .swiper-pagination-bullet-active {
	background: #383459;
}

.index-pro2 {
	background: #fff;
}

.inpro2 .swiper-slide .txt {
	background: #f3f3f3;
}

.inpro .swiper-slide .des {
	max-height: 120px;
	overflow: hidden;
}

.list-three li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.list-three li:nth-child(3n) {
	margin-right: 0;
}

.des2 {
	font-size: 15px;
	line-height: 20px;
	color: #555;
	overflow: hidden;
}

.index-app li {
	position: relative;
	margin-bottom: 22px;
	overflow: hidden;
	border-radius: 10px;
}

.index-app li .effect-img {
	font-size: 0;
}

.index-app li .effect-img img {
	width: 100%;
	height: 325px;
}

.index-app li .effect-text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	top: calc(100% - 60px);
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	transition: .5s;
}

.index-app li:hover .effect-text {
	top: 50%;
	padding: 20px 20px;
}

.index-app li .effect-text h2 {
	height: 22px;
	color: #ffffff;
	font-size: 18px;
	transition: .5s;
	font-weight: bold;
	margin-top: -20px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.index-app li:hover .effect-text h2 {
	margin-top: 0;
}

.index-app li .effect-text .des2 {
	height: 138px;
	text-align: left;
	color: #fff;
}

.index-app li:hover .effect-text {
	background: #383459;
}

.index-adv .titt {
	text-align: center;
}

.index-adv .titt .rec {
	margin: 0 auto;
}

.index-adv {
	position: relative;
	padding-bottom: 70px;
}

.index-adv .swiper-pagination-bullet,
.index-adv .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: url(../image/sy13.png) no-repeat center;
	margin: 0 9px;
	opacity: 1;
}

.index-adv .swiper-pagination-bullet-active,
.index-adv .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	filter: drop-shadow(#383459 0 200px);
	transform: translateY(-200px);
}

.index-adv .swiper-pagination {
	height: 18px;
	overflow: hidden;
	width: 100%;
	bottom: 0;
}

.index-adv .swiper-slide {
	padding: 50px;
}

.index-adv .swiper-slide b {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin: 30px 0 12px;
}

.index-adv .swiper-slide .des2 {}

.index-cla {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.index-cla .imgfd img,
.index-cla .txt {
	height: 520px;
}

.index-cla .imgfd {
	max-width: 1133px;
}

.index-cla .txt {
	background: url(../image/sy16.png) no-repeat right;
	max-width: 670px;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index-cla .txt .pad {
	padding: 100px 160px 0 100px;
}

.index-cla .titt b,
.index-cla .titt h2 {
	color: #fff;
}

.index-cla .titt {
	margin-bottom: 80px;
}

.index-new {
	padding-top: 0 !important;
}

.index-new .amore2 {
	margin-top: 10px !important;
}

.index-new li.fir {
	margin-left: 0;
	width: 49.6%;
	border-radius: 10px;
}

.index-new li.fir b {
	font-size: 28px;
	color: #fff;
}

.index-new li.fir p {
	color: #fff;
	display: block;
	margin: 20px 0;
}

.index-new li.fir i {
	color: #fff;
	font-weight: bold;
}

.index-new li.fir .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: rgba(0, 0, 0, .7);
}

.index-new li.fir .txt .pad {
	padding: 40px 30px;
	display: flow-root;
}

.index-new li.fir .imgfd img {
	height: 480px;
}

.index-new li {
	width: 24%;
	float: left;
	margin-left: 1.2%;
	position: relative;
	overflow: hidden;
	border: 2px solid #e2e2e2;
	border-radius: 10px;

}

.index-new li .imgfd {

}

.index-new li .imgfd img {
	height: 210px;
}

.index-new li .txtt {
	
	border-top: none;
	height: 270px;
	box-sizing: border-box;
	padding: 40px;
}

.index-new li .txtt span {
	font-size: 14px;
	color: #888;
}

.index-new li .txtt b {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	display: block;
	height: 90px;
	overflow: hidden;
	margin: 15px 0 30px;
}

.index-new li .txtt i {
	font-size: 16px;
	color: #383459;
	font-weight: bold;
}

.index-new li:hover .txtt b {
	color: #383459;
}

@media (max-width: 1740px) {
	.index-pro1 .swiper-container-vertical>.swiper-pagination-bullets {
		right: 50px;
	}
}


@media (max-width: 1500px) {
    
    .inpro .swiper-slide .txt {
		padding: 50px 40px;
	}
	
	.index-pro1 .titt h2 {
         height: 86px;
	    
	}
}

@media (max-width: 1400px) {
	.titt h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.inpro .swiper-slide .txt {
		padding: 50px 40px;
	}

	.inpro,
	.inpro2 {
		height: 560px;
	}

	.index-app li .effect-img img {
		height: 300px;
	}

	.index-adv {
		padding-bottom: 20px;
	}

	.index-adv .swiper-slide {
		padding: 30px;
	}

	.index-new li.fir b {
		font-size: 24px;
	}

	.index-new li .txtt {
		padding: 20px;
	}

	.index-new li .txtt b {
		font-size: 20px;
		line-height: 26px;
		height: 78px;
	}

	.index-new li .txtt {
		height: 220px;
	}

	.index-new li.fir .imgfd img {
		height: 430px;
	}
}

@media (max-width: 1200px) {
	.titt h2 {
		font-size: 24px;
	}

	.des,
	.des p {
		font-size: 16px;
	}

	.amore2 {
		margin-top: 40px;
	}

	.inpro .swiper-slide .txt {
		width: 50%;
	}

	.index-pro1 .swiper-container-vertical>.swiper-pagination-bullets {
		right: 4%;
	}

	.padd {
		padding: 60px 0 70px;
	}

	.inpro,
	.inpro2 {
		height: 480px;
	}

	.index-app li .effect-img img {
		height: 230px;
	}

	.index-cla .txt .pad {
		padding: 120px 150px 0 50px;
	}

	.index-cla .titt {
		margin-bottom: 40px;
	}

	.index-cla .imgfd img,
	.index-cla .txt {
		height: 450px;
	}
}

@media (max-width: 1024px) {

	.index-ab .imgg,
	.index-ab .txt {
		width: 100%;
	}

	.index-ab .txt {
		margin-bottom: 30px;
	}

	.padd {
		padding: 40px 0 50px;
	}

	.amore2 {
		margin-top: 20px;
	}

	.titt {
		margin-bottom: 20px;
	}

	.titt b {
		margin-bottom: 5px;
	}

	.index-ab .box2 {
		background: none;
	}

	.index-ab .box2 dt,
	.index-new li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.list-three li,
	.list-three li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}

	.index-ab .box2 dt:nth-child(2n),
	.list-three li:nth-child(2n),
	.index-new li:last-child {
		margin-right: 0;
	}

	.index-ab .box2 dt {
		background: url(../image/sy07.png) no-repeat center;
		background-size: cover;
	}

	.index-ab .box2 dt b {
		color: #fff;
	}

	.index-ab .box2 dt img {
		transform: translateY(-67px);
	}

	.index-ab .box2 dl {
		margin-top: 20px;
	}

	.index-app li .effect-img img {
		height: 300px;
	}

	.index-app li .effect-text h2 {
		font-size: 17px;
	}

	.index-cla .txt .pad {
		padding-top: 80px;
	}

	.index-cla .imgfd img,
	.index-cla .txt {
		height: 380px;
	}

	.index-new li.fir {
		width: 100%;
	}

	.index-new li {
		margin-left: 0;
	}

	.index-new li .imgfd img {
		height: 260px;
	}

	.index-new li.fir b {
		font-size: 20px;
	}
}

@media (max-width: 960px) {

	.des,
	.des p {
		font-size: 15px;
		line-height: 26px;
	}

	.amore {
		height: 50px;
		line-height: 50px;
	}

	.inpro .swiper-slide .imgg {
		width: 100%;
		position: inherit;
	}

	.inpro .swiper-slide .txt {
		width: 100%;
	}

.leftimgg {
    left: 0!important;
}
	.inpro,
	.inpro2 {
		height: 670px;
	}

	.index-pro1 .swiper-container-vertical>.swiper-pagination-bullets {
		top: 80%;
	}

	.inpro .swiper-slide .imgg img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}

	.index-app li .effect-img img {
		height: 240px;
	}

	.index-cla .txt .pad {
		padding: 70px 80px 0 30px;
	}

	.index-cla .txt {
		max-width: 64%;
	}

	.index-cla .imgfd img,
	.index-cla .txt {
		height: 340px;
	}

	.index-new li .imgfd img {
		height: 200px;
	}

	.index-new li.fir b,
	.index-new li .txtt b {
		font-size: 18px;
	}

	.index-new li .txtt {
		height: auto;
	}

	.index-pro1 .titt h2 {
		height: 32px;
	}
}

@media (max-width: 540px) {
	.amore {
		height: 40px;
		line-height: 40px;
	}

	.titt h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.titt {
		margin-bottom: 10px;
	}

	.des,
	.des p {
		font-size: 14px;
		line-height: 24px;
	}

	.index-ab .box2 dt {
		padding: 20px 10px;
	}

	.index-ab .box2 dt b {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}

	.index-ab .box2 dt i {
		width: 40px;
		height: 40px;
	}

	.index-ab .box2 dt img,
	.index-ab .box2 dt:hover img,
	.index-ab .box2 dt:nth-child(3) img {
		max-width: 40px;
		transform: translateY(-40px);
	}

	.inpro .swiper-slide .imgg img {
		width: 100%;
	}

	.inpro .swiper-slide .txt {
		padding: 30px;
	}

	.inpro,
	.inpro2 {
		height: 590px;
	}

	.inpro .swiper-slide .des {
		max-height: 96px;
		overflow: hidden;
	}

	.index-pro1 .titt h2 {
		height: 26px;
		line-height: 26px;
	}

	.list-three li,
	.list-three li:nth-child(3n) {
		width: 100%;
	}

	.titt .rec {
		margin-top: 20px !important;
	}

	.index-app li .effect-text h2 {
		font-size: 16px;
	}

	.index-adv .swiper-slide b {
		margin-top: 20px;
		font-size: 16px;
		height: auto;
	}

	.des2 {
		font-size: 14px;
		line-height: 22px;
	}

	.index-adv .swiper-slide .des2 {
		height: auto;
	}

	.index-cla .txt {
		max-width: 100%;
	}

	.index-cla .imgfd img,
	.index-cla .txt {
		height: 260px;
	}

	.index-cla .txt .pad {
		padding-top: 50px;
	}

	.index-cla .titt {
		margin-bottom: 25px;
	}

	.index-new li.fir .imgfd img {
		height: 300px;
	}

	.index-new li.fir .txt .pad {
		padding: 20px;
	}

	.index-new li.fir b,
	.index-new li .txtt b {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
		display: block;
		margin-bottom: 10px;
	}

	.index-new li.fir p {
		display: none;
	}

	.index-new li.fir i,
	.index-new li .txtt i {
		font-size: 14px;
	}

	.index-new li {
		width: 100%;
	}

	.index-new li .imgfd img {
		height: 220px;
	}

	.index-new li:last-child,
	.list-three li:last-child {
		margin-bottom: 0;
	}
}

.nyban {
	position: relative;
	overflow: hidden;
}

.nyban .txt {
	position: absolute;
	top: 30%;
	left: 10%;
	color: #fff;
}

.nyban .txt h2 {
	font-weight: bold;
	font-size: 72px;
	font-family: 'Ubuntu', sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-top: 40px;
}

.nyban .txt .loca span {
	margin-right: 5px;
}

.nyban .txt .loca a,
.nyban .txt .loca {
	color: #fff;
}

.nyban .imgg img {
	width: 100%;
}

.nycont .txt {
	width: 45%;
}

.nycont .txt .pad {
	padding: 100px;
	padding-bottom: 0;
}

.nycont .map {
	width: 55%;
}

.nycont .txt,
.nycont .map {
	min-height: 700px;
	overflow: hidden;
}

.nybb {
    display: block;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	border-left: 8px solid #383459;
	padding-left: 12px;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.nycont .txt i {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 60px 0 50px;
}

.nycont .txt .b {
	color: #333;
	font-weight: bold;
	width: 22%;
}

.nycont .txt .dz {
	width: 78%;
	line-height: 24px;
}

.nycont .txt dt {
	width: 100%;
	margin-bottom: 40px;
	display: flow-root;
}

.nycont .txt dt:last-child {
	margin-bottom: 0;
}

.ggdt {
	width: 100%;
	overflow: hidden;
}

.nyfeed {
	width: 100%;
	background: #f3f3f3;
}

.nyfeed h2 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.nyfeed form {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 100px;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
}

.nyfeed form .tr {
	height: 15px;
}

.nyfeed form input {
	height: 45px;
	line-height: 45px;
	background: #f8f8f8;
	max-width: 660px;
	width: 100%;
	padding: 0 10px;
}

.nyfeed form .f16 {
	width: 20%;
}

.nyfeed form span {
	color: red;
}

.nyfeed form textarea {
	background: #f8f8f8;
	max-width: 660px;
	width: 100%;
	padding: 10px;
	height: 160px;
}

.nyfeed form .sub {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	border-radius: 5px;
	background: #383459;
	padding: 0 60px;
	color: #fff;
	margin: 0 auto;
	display: flow-root;
	margin-top: 40px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
}

@media (max-width: 1740px) {
	.nyban .imgg img {
		width: 120%;
		max-width: 120%;
	}

	.nyban .txt h2 {
		font-size: 60px
	}

	.nyban .txt {
		left: 2%;
	}
}

@media (max-width: 1400px) {
	.nyban .imgg img {
		width: 130%;
		max-width: 130%;
	}

	.nyban .txt h2 {
		font-size: 50px
	}

	.nycont .txt .pad {
		padding: 50px;
	}

	.nybb,
	.nyfeed h2 {
		font-size: 34px;
	}

	.nycont .txt i {
		font-size: 20px;
		margin: 40px 0;
	}

	.nycont .txt,
	.nycont .map {
		min-height: 560px;
	}
}

@media (max-width: 1024px) {

	.nycont .txt,
	.nycont .map {
		width: 100%;
	}

	.nyban .txt h2 {
		font-size: 40px;
	}

	.nybb,
	.nyfeed h2 {
		font-size: 24px;
	}

	.nycont .txt dt {
		margin-bottom: 20px;
	}

	.nycont .txt {
		min-height: auto;
	}

	.nyfeed form {
		padding: 40px;
		width: 90%;
		margin: 0 auto;
	}

	.ggdt {
		display: none;
	}
}

@media (max-width: 540px) {
	.nyban .imgg img {
		width: 200%;
		max-width: 200%;
	}

	.nyban .txt h2 {
		font-size: 24px;
	}

	.nyban .txt {
		top: 45%;
	}

	.nyban .txt h2 {
		margin-top: 15px;
	}

	.nycont .txt .pad {
		padding: 40px 20px 30px;
	}

	.nybb,
	.nyfeed h2 {
		font-size: 20px;
	}

	.nycont .txt i {
		font-size: 17px;
		margin: 20px 0 25px;
		padding-bottom: 10px;
	}

	.nycont .txt .b {
		font-size: 16px;
	}

	.nycont .txt .dz {
		font-size: 15px;
		display: block;
		margin-top: 4px;
	}

	.nyfeed form .f16 {
		font-size: 14px;
	}

	.nyfeed form {
		padding: 20px;
		border-radius: 5px;
	}

	.nycont .txt .b,
	.nycont .txt .dz {
		width: 100%;
	}

	.nyfeed form textarea {
		height: 120px;
	}

	.nyfeed form .sub {
		height: 45px;
		line-height: 45px;
		margin-top: 10px;
	}
}

.nyabout .box1 .txt {
	width: 58%;
}

.nyabout .box1 .txt .des {
	/*margin-top: 40px;*/
}

.nyabout .box1 .pic {
	width: 37%;
	position: relative;
	z-index: 1;
}

.nyabout .box1 .pic p {
	display: block;
	position: relative;
	z-index: 999;
}

.nyabout .box1 .pic::before {
	content: '';
	position: absolute;
	right: 0;
	top: -84px;
	width: 150px;
	height: 610px;
	background: #383459;
}

.nyabout .box1 .pic img {
	max-width: 550px;
}

.nyabpic {
	margin-top: 70px;
}

.nyabpic .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.nyabpic .swiper-pagination-bullet-active {
	background: #383459;
}

.nyabout .box2 {
	position: relative;
	z-index: 1;
	padding-top: 0 !important;
}

.nyabout .box2 .txt {
	width: 62.5%;
	background: #f3f3f3;
	padding: 70px;
}

.nyabout .box2 .imgfd {
	width: 37.5%;
}

.nyabout .box2 .imgfd img,
.nyabout .box2 .txt {
	min-height: 560px;
}

.nyabout .box2 .imgfd img {
	height: 560px;
}

.nybb2 {
	color: #fff;
	border-left: 8px solid #fff;
}

.nyhon {
	background: #383459;
}

.nyhon .tab {
	margin-top: 40px;
}

.nyhon .tab-hd {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
	margin-bottom: 40px;
}

.nyhon .tab-hd li {
	cursor: pointer;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	padding: 0 24px;
	text-align: center;
	min-width: 140px;
	color: #fff;
	margin: 0 10px;
	box-sizing: border-box;
}

.nyhon .tab-hd li.active {
	background: #fff;
	color: #383459;
}

.nyhon .tab-bd {
	position: relative;
}

.nyhon .tab-bd li {
	display: none;
}

.nyhon .tab-bd li:nth-child(1) {
	display: list-item;
}

.nyhon .tab .box {
	text-align: center;
	width: 100%;
}

.honpic {}

.honpic .swiper-button-next span,
.honpic .swiper-button-prev span {
	font-size: 24px;
	color: #fff;
}

.honpic .swiper-button-next,
.honpic .swiper-button-prev {
	background: rgba(0, 0, 0, .5) !important;
	width: 40px !important;
	height: 60px !important;
	border-radius: 3px !important;
	text-align: center;
	line-height: 60px;
}

.honpic .swiper-slide .imgfd {
	border: 5px solid #f3f3f3;
	border-radius: 10px;
}

.honpic .swiper-slide .imgfd img {

}

.honpic .swiper-container {
	max-width: 1290px;
	margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 1;
}

.nytit {
	text-align: center;
	margin-bottom: 50px;
}

.nytit h2 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.nytit .rec {
	width: 50px;
	height: 5px;
	background: #383459;
	margin: 20px auto;
}

.nytit .des {
	max-width: 880px;
	margin: 0 auto;
	color: #555;
}

.nymap .imgg img {
	margin: 0 auto;
	display: block;
}

.nycul .nytit {
	background: #383459;
	padding: 34px 0;
}

.nycul .nytit h2 {
	color: #fff;
}

.nycul .nytit .rec {
	background: #fff;
	margin-bottom: 10px;
}

.nycul li {
	width: 25%;
	float: left;
	padding: 35px 50px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

.nycul li b {
	font-size: 20px;
	color: #383459;
	display: block;
	margin: 20px 0;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.nycul li .des {
	height: 60px;
	overflow: hidden;
}

.nycul li:hover {
	box-shadow: 0 0 10px rgba(0, 153, 153, .3);
}

.list-cul {
	padding-bottom: 0;
}

.list-cul li {
	width: 33.33%;
	float: left;
	padding: 90px;
	text-align: center;
	color: #fff;
}

.list-cul li .rec {
	width: 70px;
	height: 2px;
	background: #383459;
	margin: 30px auto;
}

.list-cul li .des2 {
	color: #fff;
	overflow: hidden;
	height: 216px;
	overflow: hidden;
}

.list-cul li b {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	display: block;
}

@media (max-width: 1400px) {
	.nytit h2 {
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	.nytit h2 {
		font-size: 24px;
	}

	.honpic .swiper-slide .imgfd img {
		height: 322px!important;
	}

	.list-cul li {
		width: 50%;
	}

	.list-cul li {
		padding: 60px;
	}
}

@media (max-width: 1024px) {

	.nyabout .box1 .txt,
	.nyabout .box1 .pic,
	.nyabout .box2 .imgfd,
	.nyabout .box2 .txt {
		width: 100%;
	}

	.honpic .swiper-slide .imgfd img {
		height: 420px;
	}

	.nycul li {
		width: 50%;
	}

	.nyabout .box2 .txt {
		padding: 50px;
	}
}

@media (max-width: 960px) {
	.nytit h2 {
		font-size: 20px;
	}

	.honpic .swiper-slide .imgfd img {
		height: 320px;
	}


	.cta1-1 {
		width: 100%!important;
	}
	.cta1-2 {
		width: 100%!important;
	}

	.quan {
		width: 90%!important;
		margin: 0 auto;
	}

	.liuc dl dt p {
		font-size: 14px!important;
	}

	.liuc_bg {

		background-size: cover!important;
		height: auto!important;
	}

	.liuc dl {
		width: 50%!important;
	}

	.liuc dl dt em, .liuc dl dd em {
		margin: 10px auto 15px!important;
	}

	.about .about-t dl dt {
		width: 100%!important;
		height: auto!important;
	}

    .about .about-t dl dd {
        width:100%!important;
    }

	.about .about-b ul {
		text-align: center;
	}
	.about .about-b ul li {
		width: 29%!important;
		display: inline-block;
		height: 305px;
		overflow: hidden;
	}

	.about .about-b ul li b {
		font-size: 25px!important;
	}






}

@media (max-width: 540px) {
	.nytit h2 {
		font-size: 18px;
	}

	.list-cul li,
	.nyabout .box2 .txt {
		width: 100%;
		padding: 30px 20px;
	}

	.list-cul li .des2 {
		height: auto;
	}

	.list-cul li b {
		font-size: 17px;
		line-height: 24px;
		height: auto;
	}

	.list-cul li .rec {
		margin: 15px auto;
	}

	.honpic .swiper-slide .imgfd img {
		height: 258px;
	}

	.nyabout .box2 .imgfd img {
		min-height: 200px;
		height: 200px;
	}

	.nyabout .box1 .pic img {
		max-width: 100%;
	}

	.nyabpic {
		margin-top: 50px;
	}

	.nyabout .box1 .txt .des {
		margin-top: 20px;
	}

	.nycul .nytit {
		padding: 20px 0;
	}

	.nycul li {
		padding: 10px;
	}

	.nycul li b {
		font-size: 17px;
	}

	.nycul li .des {
		line-height: 20px;
	}

	.nycul li img {
		max-width: 50px;
	}



}

.listapp {
	margin-top: 30px
}

.listapp li {
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	height: 686px;
}

.listapp li .imgfd {
	border-radius: 10px;
	border: 3px solid #383459;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.listapp li .imgfd img {
	height: 330px;
}

.listapp li .txt {
	border-radius: 10px;
	height: 330px;
	background: #383459;
	padding: 40px;
	padding-bottom: 0;
}

.listapp li b {
	font-size: 24px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px
}

.listapp li .des {
	height: 204px;
}

.listapp li .des,
.listapp li .des p {
	color: #fff;
	line-height: 34px;
	overflow: hidden;
}

.listapp li:nth-child(2) .imgfd,
.listapp li:nth-child(5) .imgfd {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}

@media (max-width: 1024px) {

	.listapp li:nth-child(2) .imgfd,
	.listapp li:nth-child(5) .imgfd {
		position: inherit;
		margin-bottom: 20px;
	}

	.listapp li {
		height: auto;
	}
}

@media (max-width: 960px) {
	.listapp li .imgfd img {
		height: 240px;
	}

	.listapp li .txt {
		height: auto;
		padding: 20px;
	}

	.listapp li .des {
		line-height: 24px;
		height: 144px;
	}

	.listapp li b {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.listapp li,
	.listapp li .imgfd,
	.listapp li:nth-child(2) .imgfd,
	.listapp li:nth-child(5) .imgfd {
		margin-bottom: 15px;
	}
}

@media (max-width: 540px) {
	.listapp li .des {
		height: auto;
	}

	.listapp li b {
		font-size: 17px;
		margin-bottom: 5px;
	}
}

.listser li {
	margin-top: 30px;
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	padding: 70px 60px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 153, 153, .2);
}

.listser li:last-child {
	margin-right: 0;
}

.listser li b {
	font-size: 24px;
	color: #383459;
	display: block;
	margin: 50px 0 30px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.listser li .des {
	height: 150px;
	overflow: hidden;
}

.nycomm {
	padding-bottom: 0;
}

.nycomm .nybb {
	margin-bottom: 30px;
	display: block;
}

.nycomm .imgfd {
	width: 40%;
	border-radius: 20px;
}

.nycomm .txt {
	width: 54.5%;
}

.nycomm .box {
	text-align: center;
	width: 100%;
	margin-top: 100px;
}

.nycomm .box dl {
	display: inline-block;
}

.nycomm .box dt {
	margin: 0 30px;
	border: 3px solid #ddd;
	border-radius: 10px;
	float: left;
	width: 510px;
	height: 120px;
	padding-top: 30px;
	padding-left: 24px;
	text-align: left;
	position: relative;
}

.nycomm .box dt span {
	color: #aaa;
	font-size: 40px;
}

.nycomm .box dt .wz {
	color: #555;
	margin-left: 20px;
}

.nycomm .box dt .wz b {
	font-size: 28px;
	color: #383459;
	display: block;
	margin-left: 10%;
	width: 100%;
	margin-top: 5px;
}

@media (max-width: 1400px) {
	.nycomm .box dt {
		margin: 0 15px;
		width: auto;
		padding: 30px 60px 30px 30px;
		height: auto;
	}
}

@media (max-width: 1024px) {
	.listser li {
		padding: 40px 30px;
	}

	.listser li b {
		font-size: 20px;
		margin: 20px 0;
	}

	.nycomm .box {
		margin-top: 50px;
	}

	.nycomm .box dt .wz b {
		font-size: 24px;
	}
}

@media (max-width: 960px) {
	.listser li {
		width: 48%;
		margin-right: 4%;
	}

	.listser li:nth-child(2) {
		margin-right: 0;
	}

	.listser li img {
		max-width: 60px;
	}

	.nycomm .imgfd,
	.nycomm .txt {
		width: 100%;
	}

	.nycomm .imgfd {
		margin-top: 30px;
	}

	.nycomm .box dt {
		margin: 0;
		margin-top: 20px
	}
}

@media (max-width: 540px) {
	.listser li {
		width: 100%;
		margin-top: 20px;
	}

	.listser li .des {
		height: auto;
	}

	.listser li b {
		font-size: 18px;
		margin: 10px 0;
	}

	.listser li img {
		max-width: 50px;
	}

	.nycomm .box dt {
		width: 100%;
		padding: 20px 15px;
		border-width: 2px;
	}

	.nycomm .box dt .wz b {
		margin-left: 0;
	}

	.nycomm .box dt .wz b {
		font-size: 20px;
	}

	.nycomm .box {
		margin-top: 20px;
	}
}

.nyfl {
	width: 72%;
}

.nyfr {
	width: 22%;
}

.nrsear {
	position: relative;
}

.nrsear input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	background: #f3f3f3;
	padding-left: 14px;
	font-size: 15px;
}

.nrsear .sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 0;
	background: url(../image/ny24.png) no-repeat center;
}

.listclass {
	margin: 20px 0 30px;
}

.listclass li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.listclass li a {
	color: #555;
	border-left: 3px solid #383459;
	padding-left: 16px;
	display: block;
}

.listclass li:hover a {
	color: #383459;
}

.nyfr .rnbt b {
	color: #333;
}

.nyfr .rnbt .rec {
	width: 55px;
	height: 3px;
	background: #383459;
	margin: 5px 0 20px;
}

.rnbt .a {
	font-size: 14px;
	color: #555;
}

.rnbt .a:hover {
	color: #383459;
}

.recnew {
	margin-bottom: 30px;
}

.recnew li {
	width: 100%;
	display: flow-root;
	width: 100%;
	margin-bottom: 15px;
}

.recnew li .imgfd {
	width: 30%;
}

.recnew li p {
	width: 65%;
	line-height: 24px;
	color: #555;
	font-size: 15px;
}

.recnew li:hover p {
	color: #383459;
}

.listtag li {
	width: 48%;
	float: left;
	margin-right: 4%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 13px;
}

.listtag li:nth-child(2n) {
	margin-right: 0;
}

.listtag li:hover {
	background: #383459;
}

.listtag li:hover a {
	color: #fff;
}

.listnews li {
	width: 100%;
	display: flow-root;
	margin-top: 40px;
}

.listnews li .imgfd {
	border-radius: 10px;
	width: 32.5%;
}

.listnews li .imgfd img {
	height: 228px;
}

.listnews li .txt {
	width: 64%;
}

.listnews li .txt span {
	color: #666;
}

.listnews li .txt b {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: block;
	margin: 10px 0 15px;
}

.listnews li .txt i {
	border: 1px solid #383459;
	color: #383459;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 15px;
}

.listnews li .des {
	height: 60px;
	overflow: hidden;
}

.listnews li .txt i:hover {
	background: #383459;
	color: #fff;
}

.listnews li:hover .txt b {
	color: #383459;
}

@media (max-width: 1024px) {
	.nyfr {
		display: none;
	}

	.nyfl {
		width: 100%;
	}

	.listnews li .txt b {
		font-size: 20px;
	}
}

@media (max-width: 960px) {
	.listnews li {
		margin-top: 20px;
	}

	.listnews li .txt b {
		line-height: 25px;
		height: 50px;
	}

	.listnews li .des {
		line-height: 24px;
		height: 48px;
	}

	.listnews li .imgfd {
		width: 44%;
	}

	.listnews li .txt {
		width: 54%;
	}

	.listnews li .imgfd img {
		height: 200px;
	}

	.listnews li .txt span {
		display: none;
	}
}

@media (max-width: 540px) {
	.listnews li .txt b {
		font-size: 17px;
		line-height: 22px;
		height: 44px;
		margin: 0;
	}

	.listnews li .des {
		display: none;
	}

	.listnews li .txt i {
		font-size: 14px;
	}

	.listnews li .imgfd img {
		height: 110px;
	}

	.listnews li .imgfd {
		width: 40%;
	}

	.listnews li .txt {
		width: 58%;
	}
}

.listcase li {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 50px;
}

.listcase li .imgfd img {
	height: 320px;
}

.listcase li .txt {
	background: #f3f3f3;
	padding: 30px;
}

.listcase li .txt b {
	font-size: 20px;
	color: #333;
}

.listcase li .txt .rec {
	width: 33px;
	height: 3px;
	background: #383459;
	margin: 15px 0;
}

.listcase li .txt .des {
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.listcase li .txt i {
	font-weight: bold;
	color: #383459;
	display: block;
	margin-top: 20px;
}

.listcase li:hover .txt b {
	color: #383459;
}

@media (max-width: 960px) {
	.listcase li .imgfd img {
		height: 240px;
	}

	.listcase li .txt .des {
		height: 52px;
	}

	.listcase li {
		margin-top: 20px;
	}
}

@media (max-width: 540px) {
	.listcase li .txt b {
		font-size: 18px;
	}

	.listcase li .txt .des {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}

	.listcase li .txt .rec {
		margin: 10px 0;
	}
}

.showcase h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
	margin-bottom: 40px;
	display: block;
}

.fanye {
	height: 50px;
	line-height: 50px;
	background: #f3f3f3;
	border-radius: 25px;
	padding: 0 20px;
	margin: 160px 0 20px;
}

.fanye dt {
	width: 48%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}

.fanye dt b {
	color: #383459;
}

.fanye dt.fr {
	text-align: right;
}

.fanye dt a:hover {
	color: #383459;
}

.showbq {
	margin-bottom: 50px;
	display: flow-root;
}

.showbq .bt {
	font-size: 14px;
	color: #333;
	padding: 5px 0;
}

.showbq .bt span {
	color: #383459;
	margin-right: 4px;
	font-size: 16px;
}

.showbq a {
	float: left;
	font-size: 14px;
	color: #fff;
	background: #383459;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.showbq a:hover {
	text-decoration: underline;
}

.nybb3 {
	font-size: 24px;
}

.marqueeleft {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	display: inline;
	overflow: hidden;
	width: 320px;
	height: auto;
	margin-right: 30px;
}

.marqueeleft li .imgfd {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.marqueeleft li .imgfd img {
	height: 210px;
}

.marqueeleft li p {
	font-size: 17px;
	color: #555;
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.marqueeleft li:hover p {
	color: #383459;
}

.marqueeleft li:hover .imgfd {
	border: 1px solid #383459;
}

@media (max-width: 1024px) {
	.showcase h1 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.fanye {
		margin-top: 40px;
	}

	.marqueeleft li {
		width: 250px;
		margin-right: 20px;
	}

	.marqueeleft li .imgfd img {
		height: 160px;
	}

	.nybb3 {
		font-size: 20px;
	}
}

@media (max-width: 540px) {
	.showcase h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.fanye dt b,
	.fanye dt a {
		font-size: 14px;
	}

	.fanye dt {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #f3f3f3;
		padding: 0 20px;
		margin-bottom: 10px;
		border-radius: 50px;
	}

	.fanye {
		height: auto;
		background: none;
		padding: 0;
		display: flow-root;
	}

	.nybb3 {
		font-size: 18px;
	}

	.marqueeleft {
		margin-top: 20px;
	}

	.marqueeleft li {
		width: 200px;
		margin-right: 10px;
	}

	.marqueeleft li .imgfd img {
		height: 130px;
	}

	.marqueeleft li p {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
}

.proloca {
	height: 70px;
	line-height: 70px;
	background: #383459;
	line-height: 70px;
}

.proloca li {
	float: left;
	margin-right: 100px;
	position: relative;
}

.proloca li a {
	color: #fff;
}

.proloca li span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}

.proloca li i {
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	height: 3px;
	width: 0;
	overflow: hidden;
	transition: all ease-in-out 300ms;
	background: #fff
}

.proloca li:hover i,
.proloca li.cur i {
	width: 100%;
}

.listpro li {
	display: flow-root;
	width: 100%;
	margin-bottom: 40px;
}

.listpro li:last-child {
	margin-bottom: 0;
}

.listpro li .imgfd,
.listpro li .txt {
	width: 47.8%;
}

.listpro li .imgfd {
	float: left;
}

.listpro li .txt {
	float: right;
}

.listpro li:nth-child(2n) .imgfd {
	float: right;
}

.listpro li:nth-child(2n) .txt {
	float: left;
}

.listpro li .imgfd img {
	max-height: 540px;
}

.listpro li .txt {
	background: #f3f3f3;
	padding: 100px;
	border-radius: 10px;
}

.listpro li .txt b {
	font-size: 36px;
	color: #333;
	display: block;
	margin-bottom: 45px;
	line-height: 40px;
	height: 80px;
	overflow: hidden;
	display: block;
}

.listpro li .txt .des {
	height: 120px;
	overflow: hidden;
}

.prowait {
	background: url(../image/ny29.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.prowait b {
	font-size: 36px;
}

.prowait p {
	font-size: 19px;
	line-height: 36px;
	color: #fff;
	max-width: 970px;
	margin: 30px auto;
}

@media (max-width: 1200px) {
	.listpro li .txt {
		padding: 40px;
	}

	.listpro li .imgfd,
	.listpro li .txt {
		width: 49%;
	}

	.listpro li .txt b {
		font-size: 30px;
		line-height: 34px;
		height: 68px;
		margin-bottom: 15px;
	}

	.prowait b {
		font-size: 26px;
	}
}

@media (max-width: 1024px) {
	.listpro li .txt b {
		font-size: 22px;
		line-height: 30px;
		height: 60px;
	}

	.proloca li {
		margin-right: 40px;
	}

	.prowait p {
		font-size: 17px;
		margin: 15px 0;
	}
}

@media (max-width: 960px) {
	.listpro li .txt b {
		font-size: 20px;
	}

	.listpro li .txt .des {
		height: 104px;
	}
}

@media (max-width: 540px) {
	.proloca {
		height: 50px;
		line-height: 50px;
	}

	.proloca li {
		width: 50%;
		margin-right: 0;
		padding: 0 15px;
		text-align: center;
	}

	.proloca li a {
		font-size: 14px;
	}

	.proloca li span {
		width: 50%;
		left: 25%;
		bottom: 5px;
	}

	.listpro li .imgfd,
	.listpro li .txt {
		width: 100%;
	}

	.listpro li .txt b {
		font-size: 18px;
		height: auto;
	}

	.listpro li .txt {
		padding: 30px 20px;
	}

	.listpro li .txt .des {
		height: 96px;
	}

	.prowait b {
		font-size: 20px;
	}

	.prowait p {
		font-size: 15px;
		line-height: 24px;
	}
}

.psloca {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #666;
}

.psloca a {
	color: #666;
}

.psloca a:hover {
	color: #383459;
}

.psloca span {
	color: #999;
	font-size: 20px;
	margin-right: 12px;
}

.showpro {
	background: #f3f3f3;
	position: relative;
}

.showpro .picpro {
	width: 60%;
}

.showpro .txt {
	width: 40%;
	background: #f3f3f3;
	padding: 6%;
}

.showpro .txt,
.showpro .picpro {
	height: 685px;
}

.showpro .txt .des {
	margin-bottom: 50px;
}

.showpro .picpro .swiper-pagination-bullet {
	width: 20px;
	height: 7px;
	border-radius: 5px;
	background: #ddd;
	opacity: 1;
}

.showpro .picpro .swiper-pagination-bullet-active {
	background: #383459 !important;
}

.showpro .picpro .swiper-pagination-bullets {
	bottom: 60px;
}

.showpro .txt h1 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 35px;
}

.showpro .txt .cc {
	background: #383459;
	padding: 14px 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.showpro .txt .cc span {
	font-weight: normal;
	font-size: 24px;
	margin-right: 10px;
}

.prowz .hdbg {
	height: 70px;
	line-height: 70px;
	background: #383459;
	line-height: 70px;
}

.prowz .tab-hd {
	overflow: hidden;
	zoom: 1;
}

.prowz .tab-hd li {
	cursor: pointer;
	float: left;
	margin-right: 100px;
	position: relative;
	color: #fff;
	font-size: 18px;
	height: 70px;
	overflow: hidden;
}

.prowz .tab-hd li span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}

.prowz .tab-hd li i {
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	height: 3px;
	width: 0;
	overflow: hidden;
	transition: all ease-in-out 300ms;
	background: #fff
}

.prowz .tab-hd li:hover i,
.prowz .tab-hd li.active i {
	width: 100%;
}

.prowz .tab-bd li {
	display: none;
}

.prowz .tab-bd li:nth-child(1) {
	display: list-item;
}

.proxgtj li {
	width: 48%;
	border-right: 1px solid #eee;
	padding: 40px 0 60px;
}

.proxgtj li:last-child {
	border-right: none;
}

.proxgtj li b {
	border-left: 5px solid #383459;
	font-size: 24px;
	color: #333;
	padding-left: 12px;
	display: block;
	margin-bottom: 30px;
}

.relpro dt {
	width: 43.5%;
	float: left;
	margin-right: 4%;
}

.relpro dt:last-child {
	margin-right: 0;
}

.relpro dt .imgfd {
	border: 1px solid #ddd;
}

.relpro dt .imgfd img {
	height: 210px;
}

.relpro dt p {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
}

.relpro dt:hover p {
	color: #383459;
}

.relnew dt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}

.relnew dt i {
	color: #383459;
	font-size: 20px;
	margin-right: 4px;
}

.relnew dt a {
	font-size: 17px;
	color: #555;
}

.relnew dt span {
	font-size: 14px;
	color: #888;
}

.relnew dt:hover a {
	color: #383459;
}

.proapp {
	text-align: center;
}

.proapp b {
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
	display: block;
}

.proapp li {
	width: 25%;
	float: left;
	text-align: center;
	line-height: 288px;
	overflow: hidden;
	position: relative;
}

.proapp li .imgfd img {
	height: 288px;
}

.proapp li b {
	font-size: 24px;
	color: #fff;
	display: none;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
}

.proapp li:hover b {
	display: block;
}

@media (max-width: 1200px) {
	.showpro .txt {
		padding: 2%;
		padding-top: 40px;
	}

	.showpro .txt h1,
	.proapp b {
		font-size: 30px;
	}

	.showpro .txt,
	.showpro .picpro {
		height: 550px;
	}
}

@media (max-width: 1024px) {

	.showpro .txt,
	.showpro .picpro {
		height: auto;
		width: 100%;
	}

	.showpro .txt h1,
	.proapp b {
		font-size: 24px;
	}

	.showpro .txt .cc {
		margin: 20px 0 40px;
		margin-top: 0;
	}

	.proxgtj li {
		width: 100%;
		border: none;
		padding-top: 0;
	}

	.relpro dt .imgfd img {
		height: 300px;
	}

	.proapp li {
		width: 50%;
	}

	.proapp li .imgfd img {
		height: 330px;
	}

	.prowz .tab-hd li {
		width: 33.33%;
		margin-right: 0;
		padding: 0 10px;
		text-align: center;
		overflow: hidden;
	}

	.prowz .tab-hd li span {
		width: 50%;
		left: 25%;
	}

	.showpro .txt .des {
		margin-bottom: 30px;
	}
}

@media (max-width: 960px) {
	.proapp li .imgfd img {
		height: 250px;
	}

	.proxgtj li {
		padding-bottom: 30px;
	}

	.proxgtj li b {
		font-size: 20px;
	}

	.relpro dt .imgfd img {
		height: 230px;
	}
}

@media (max-width: 540px) {

	.showpro .txt h1,
	.proapp b {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.showpro .txt .cc {
		font-size: 14px;
	}

	.psloca {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.showpro .txt .cc span {
		font-size: 16px;
	}

	.showpro .picpro .swiper-pagination-bullets {
		bottom: 15px;
	}

	.prowz .tab-hd li {
		height: 50px;
		line-height: 50px;
	}

	.prowz .tab-hd li span {
		bottom: 5px;
	}

	.prowz .tab-hd li,
	.relpro dt p,
	.relnew dt a {
		font-size: 14px;
	}

	.prowz .hdbg {
		height: 100px;
	}

	.prowz .tab-hd li {
		width: 50%;
	}

	.relpro dt .imgfd img {
		height: 130px;
	}

	.proxgtj li b {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.relnew dt {
		height: 45px;
		line-height: 45px;
	}

	.relnew dt i {
		font-size: 16px;
	}

	.proapp li .imgfd img {
		height: 140px;
	}

	.proxgtj {
		padding-bottom: 0;
	}
}

.listdolo li {
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	background: #f3f3f3;
}

.listdolo li h2 {
	font-size: 16px;
	color: #333;
	background: url(../image/down.png) no-repeat left;
	padding-left: 34px;
}

.listdolo li:hover h2 {
	color: #383459;
}

.nyhzkh li {
	width: 11%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 10px 0;
	overflow: hidden;
	
}

.nyhzkh li img {
    transition: all 0.6s;
}


.nyhzkh li:hover img {
    transform: scale(1.2);
}

.nyhzkh li:nth-child(8n) {
	margin-right: 0;
}

@media (max-width: 960px) {

	.nyhzkh li,
	.nyhzkh li:nth-child(6n) {
		width: 32%;
		margin-right: 2%;
	}

	.nyhzkh li:nth-child(3n) {
		margin-right: 0;
	}
}


.bk-title {
	text-align: center;
	position: relative;
	top: 0;
	transition: .25s
}

.bk-title b {
	font-size: 42px;
	font-weight: 700;
	line-height: 80%;
	color: #333;
	text-transform: uppercase;
	display: block
}

.bk-title span {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: grey;
	display: block;
	margin-top: 23px
}

.bk-title:hover {
	top: -10px
}

.about {
	/* padding: 70px 4% 80px 4%; */
}

.about .about-t {
	margin-top: 45px
}

.about .about-t dl dt {
	float: left;
	width: 40%;
	/*padding-top: 37px;*/
	background-image: url(../images/abt-line.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto auto
}

.about .about-t dl dt p {
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	line-height: 33px;
	/*height: 276px;*/
}

.about .about-t dl dt em a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 46px;
	color: #fff;
	width: 200px;
	height: 46px;
	border-bottom: 1px solid#383459;
	padding-right: 31px;
	background: #383459 url(../images/abt-more.png);
	background-repeat: no-repeat;
	background-position: right 44px center;
	background-size: auto auto;
	margin-top: 36px;
	transition: .25s;
	box-sizing: border-box;
	text-indent: 43px;
	transition: .35s
}

.about .about-t dl dt em a:hover {
	text-indent: 36px;
	background-position: right 36px center
}

.about .about-t dl dd {
	width: 50%;
	/*height: 450px;*/
	display: block;
	float: right;
	line-height: 0;
	overflow: hidden
}

.about .about-t dl dd iframe,
.about .about-t dl dd img {
	display: block;
	/*width: 636px;*/
	/*height: 450px*/
}

.about .about-t dl::after {
	line-height: 0;
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.about .about-b {
	margin-top: 40px;
}

.about .about-b ul li {
	float: left;
	margin-right: 1.25%;
	width: 19%;
	text-align: center;
	height: 280px;
	border: 1px solid #e8e8e8;
	border-bottom: 3px solid#383459;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	padding: 45px 20px 0
}

.about .about-b ul li:last-child(){
    margin-right: 0;
}


.about .about-b ul li em {
	margin: 0 auto
}

.about .about-b ul li b {
	display: block;
	font-size: 38px;
	font-weight: 700;
	line-height: 80%;
	color: #333;
	margin-top: 32px
}

.about .about-b ul li span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #666;
	margin-top: 15px;
	text-transform: capitalize
}

.about .about-b ul li:last-of-type {
	margin-right: 0
}

.about .about-b ul::after {
	line-height: 0;
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}






#footer {
	display: block;
	position: relative;
	background-color: #f8f9fa;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

#footer a:not(.btn):not(:hover) {
	color: #484848;
}

#footer p {
	font-family: "Poppins", sans-serif;
}

#footer a:not(.btn) {
	font-weight: 400;
}

#footer .footer-content {
	padding: 60px 0 46px 0;
}

#footer .widget .widget-title,
#footer .widget h4 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}

#footer .widget .widget-title ul li a,
#footer .widget h4 ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 32px;
	color: #999;
}

#footer .copyright-content {
	min-height: 80px;
	padding: 30px 0;
	background-color: #eff1f4;
	font-size: 13px;
}

#footer .logo {
	margin-bottom: 54px;
	margin-top: 12px;
	max-width: 80px;
}

#footer .footer-logo {
	border-right: 1px solid #333;
	margin-bottom: 20px;
	margin-right: 18px;
	padding-right: 16px;
}

.dark #footer,
#footer.inverted,
#footer.dark {
	background-color: #181818;
}

.dark #footer,
#footer.inverted,
#footer.dark a:hover {
	color: #EBEBEB;
}

.dark #footer p,
#footer.inverted p,
#footer.dark p {
	color: #999;
}

.dark #footer a:not(.btn),
#footer.inverted a:not(.btn),
#footer.dark a:not(.btn) {
	font-weight: 400;
}

.dark #footer a:not(.btn):not(:hover),
#footer.inverted a:not(.btn):not(:hover),
#footer.dark a:not(.btn):not(:hover) {
	color: #999;
}

.dark #footer h1,
.dark #footer h2,
.dark #footer h3,
.dark #footer h4,
.dark #footer h5,
.dark #footer h6,
#footer.inverted h1,
#footer.inverted h2,
#footer.inverted h3,
#footer.inverted h4,
#footer.inverted h5,
#footer.inverted h6,
#footer.dark h1,
#footer.dark h2,
#footer.dark h3,
#footer.dark h4,
#footer.dark h5,
#footer.dark h6 {
	color: #fff;
}

.dark #footer .widget .widget-title,
.dark #footer .widget h4,
#footer.inverted .widget .widget-title,
#footer.inverted .widget h4,
#footer.dark .widget .widget-title,
#footer.dark .widget h4 {
	color: #fff;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
	background-color: #1E1E1E;
}



.widget {
	margin-bottom: 86px;
	position: relative;
}

.widget .widget-title,
.widget>h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.widget:after,
.widget:before {
	clear: both;
	content: " ";
	display: table;
}

.widget .flickity-page-dots {
	margin-bottom: 20px;
}

.widget a {
	color: #484848;
}

.widget p {
	margin-bottom: 20px;
}

.sidebar .widget {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget #testimonials .testimonial-item>img {
	border-radius: 50%;
	display: block;
	float: none;
	height: 50px !important;
	margin: 0 auto 20px;
	width: 50px !important;
}

.tags a {
	border: 2px solid #e6e8eb;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	padding: 5px 14px;
	margin: 0 2px 5px 0;
	background-color: transparent;
	color: #484848;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.tags a:hover,
.tags a:focus,
.tags a:active,
.tags a.active {
	background-color: #1d5ea8;
	border-color: #1d5ea8;
	color: #ffffff !important;
}

.widget-archive ul {
	padding-left: 0;
}

.flickr-widget,
.widget-instagram {
	opacity: 0;
	min-height: 225px;
	transition: opacity .3s ease;
	margin-bottom: 20px;
}

.flickr-widget.widget-instagram-loaded,
.flickr-widget.flickr-widget-loaded,
.widget-instagram.widget-instagram-loaded,
.widget-instagram.flickr-widget-loaded {
	opacity: 1;
}

.flickr-widget a img,
.widget-instagram a img {
	width: 25%;
	height: auto;
	padding: 3px;
	border-radius: 6px;
}

.flickr-widget .col-lg-3>a img,
.widget-instagram .col-lg-3>a img {
	padding: 2px;
	width: 25%;
}

.flickr-widget .col-lg-4>a>img,
.widget-instagram .col-lg-4>a>img {
	width: 25%;
}



.cta1 {
	position: relative;
}

.cta1-1 {
	padding: 0 5vw 0 3.54vw;
	position: relative;
	width: 58%;
	float: left;
}

.cta1-1 .h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .18rem;
	color: #333;
}

.cta1-1 .h1 img {
	margin-right: .1rem;
	width: .14rem;
}

.cta1-1 .h2 {
	font-size: 1.9vw;
	color: #181818;
	margin: 1.8vw 0 5.7vw;
	text-align: center;
	font-family: "DIN";
	display: block;
}

.cta1-1box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -10px;
}

.cta1-1box .item {
	padding: 0 10px;
	width: 33%;
	text-align: center;
}

.cta1-1box p {
	font-size: 20px;
	color: #333;
	line-height: 1.875;
	text-align: center;
}

.cta1-1box .item img {
	border-radius: 50%;
	box-shadow: 0px 1.5vw 2.6vw 0px rgba(24, 24, 24, 0.21);
	max-width: 5.6vw;
	margin: 0 auto 1.7vw;
	transition: all 0.5s;
}


.cta1-1box .item:hover img {
  transform: rotate(360deg);
  box-shadow: none;
}




.cta1-2 {
	padding: 3vw 5.54vw 3.4vw 5vw;
	background: #383459;
	width: 42%;
	float: right;
}

.cta1-2 .title {
	display: flex;
	align-items: center;
	margin-bottom: 2.8vw;
	width: 100%;
}

.cta1-2 .title .cn {
	font-size: 1.9vw;
	color: #fff;
}

.cta1-2 .title .en {
	font-size: 14px;
	color: #f1f1f1;
	line-height: 1.571;
	text-align: right;
	float: right;
	margin-left: 300px;
}

.cta1-2 input {
	width: 100%;
	height: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.502);
	font-size: 14px;
	color: #fff;
	background: none;
}

.cta1-2 .row {
	margin: 0 -.08rem;
}

.cta1-2 .col-sm-6 {
	padding: 0 .08rem;
}

.cta1-2 input::placeholder {
	color: #fff;
}

.cta1-2 .col-xs-12 {
	padding: 0 .08rem;
}

.cta1-2 .label1 {
	font-size: 14px;
	color: #fff;
	margin: 1.7vw 0 .12rem;
}

.cta1-2 textarea {
	display: block;
	width: 100%;
	border: 1px solid rgb(126, 126, 126);
	background-color: rgba(99, 99, 99, 0.2);
	height: 9.3rem;
	font-size: .16rem;
	color: #fff;
	padding: .15rem;
}

.cta1-2 .btn1 {
	background: #fff;
	line-height: 4.63rem;
	box-shadow: .18rem .21rem .23rem 0px rgba(0, 0, 0, 0.13);
	display: block;
	width: 100%;
	font-size: 2rem;
	color: #000;
	transition: all .5s;
	margin-top: 2.5vw;
}


.cta1-2 .btn1:hover {
    text-indent: 36px;
	background-position: right 36px center
}


.cta1-2box {}

.nmap {
	width: 100%;

}

.nmap img {
	width: 100%;
}



.liuc_bg {
	background: url(../images/d5_liucbg.jpg) no-repeat center 0;
	overflow: hidden;
	padding: 70px 0 0;
	height: 827px;
}

.liuc {
	width: 80%;
	margin: 0 auto;
}


.liuc:before {
	content: "";
	width: 3px;
	height: 435px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url(../images/d5_liucline.png) no-repeat;
}

.liuc dl {
	width: 25%;
	float: left;
	height: 300px;
	position: relative;
	background: url(../images/d5_liucline.png) no-repeat;
	overflow: hidden;
	margin-top: 30px;
}

.liuc dl dt {
	width: 100%;
	text-align: center;
	padding: 45px 0 0;
}

.liuc dl dt i {
	display: block;
	font-size: 28px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.liuc dl dt em,
.liuc dl dd em {
	width: 52px;
	height: 52px;
	display: block;
	line-height: 0;
	overflow: hidden;
	margin: 55px auto 15px;
}

.liuc dl dt em img,
.liuc dl dd em img {
	width: 52px;
	height: 52px;
}

.liuc dl dt p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	height: 165px;
	background: url(../images/d5_liucico07.png) no-repeat center bottom;
}

.liuc dl dt span,
.liuc dl dd i {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.liuc dl dd {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

.liuc dl dd b {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
}

.liuc dl dd p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	width: 160px;
	margin: 0 auto;
	max-height: 168px;
	padding: 30px 0 0;
}

.liuc dl dd {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	transition: all 0.3s;
}

.liuc dl dd:before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background:#383459;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.liuc dl:hover dd:before,
.liuc dl.cur dd:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.liuc dl:hover dd,
.liuc dl.cur dd {
	height: 435px;
}

.liuc_bot {
	padding: 40px 0 0 115px;
}

.liuc_bot ul li {
	font-size: 24px;
	color: #fff;
	width: 268px;
	height: 72px;
	line-height: 72px;
	float: left;
	border: #fff 1px solid;
	border-radius: 10px;
	margin-right: 80px;
	cursor: pointer;
}

.liuc_bot ul li i {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding-right: 8px;
}

.liuc_bot ul li:hover,
.liuc_bot ul li.cur {
	background: #fff;
	color: #0055b2;
}

.liuc_bot ul li.liuc_li01 i {
	padding-left: 50px;
}

.liuc_bot ul li.liuc_li02 i {
	padding-left: 40px;
}

.liuc_bot ul li.liuc_li03 i {
	padding-left: 20px;
}




.quan {
	padding: 70px 0 60px;
	width: 80%;
	margin: 0 auto;
}

.quan_l {
	width: 100%;
	padding: 40px 0 0;
}

.quan_l p {
	font-size: 28px;
	color: #333;

	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

.quan_l p i {
	color: #0055b2;
	padding-left: 140px;
}

.quan_l em {
	display: block;
	width: 114px;
	height: 45px;
	line-height: 0;
	position: absolute;
	top: 40px;
	left: 528px;
}

.quan_l em img {
	width: 114px;
	height: 45px;
}

.quan_l span {
	/* width: 812px;
	height: 426px;
	display: block; */
}

.quan_l span img {
	width: 100%;

}

.quan_r {
	width: 320px;
	padding: 40px 0 0;
}

.quan_r em {
	display: block;
	width: 70px;
	height: 45px;
	line-height: 0;
	position: absolute;
	top: 35px;
	left: 95px;
}

.quan_r em img {
	width: 70px;
	height: 45px;
}

.quan_r h5 {
	font-size: 28px;
	color: #0055b2;
	height: 60px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: url(../images/d5_quanline.gif) no-repeat center bottom;
}

.quan_r h5 i {
	padding-left: 90px;
}

.quan_r ul {
	padding: 15px 0 0;
	width: 320px;
}

.quan_r ul li {
	font-size: 16px;
	color: #666;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	width: 160px;
	text-align: center;
	float: left;
}

.quan_r ul li:hover {
	color: #0055b2;
}

.quan_r p {
	width: 320px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background: #e5e5e5;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-top: 20px;
}


.yin_t {
	text-align: center;
}

.copyright-content {
	text-align: center;
}



.client-2 {
    position: fixed;
    right: -20px;
    top: 40%;
    z-index: 900;
   
  
    
}

.client-2 li a {
    text-decoration: none;
   
}

.client-2 li {
    border-bottom: 1px #dddddd solid;
    clear: both;
    height: 88px;
    position: relative;
    transition: all 0.5s;
    left: 0;
    opacity:1;
    border-left: 4px solid #0055b2;
    border-top: 1px #dddddd solid;
    
}

.client-2 li i {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px auto;
    text-align: center;
   
}

.client-2 li p {
    /*height: 20px;*/
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #474747;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    position: relative;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-main {
    background: #fff;
    width: 97px;
    position: relative;
    padding: 23px 0px;
    float: left;
    text-align: center;
}

.my-kefu-facebookm {
    /*height: 109px!important;*/
}

.client-2 .my-kefu-mail i {
    background: url(../images/kf1.png) no-repeat center;
    background-size: 100%;
}

.client-2 .my-kefu-skype i {
    background: url(../images/k5.png) no-repeat center;
    background-size: 110%;
}

.client-2 .my-kefu-facebook i {
    background: url(../images/k6.png) no-repeat center;
    background-size: 140%;
}


.client-2 .my-kefu-facebookm i {
    background: url(../images/k7.png) no-repeat center;
    background-size: 120%;
}

.client-2 .my-kefu-liuyan i {
    background: url(../images/kf3.png) no-repeat center;
    background-size: 100%;
}

.client-2 .my-kefu-whatsapp i {
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 100%;
}

.client-2 .my-kefu-wechat i {
    background: url(../images/wechat.png) no-repeat center;
    background-size: 100%;
}

.client-2 .my-kefu-ftop {
    display: none;
    height: auto;
}

.client-2 .my-kefu-ftop i {
    width: 38px;
    height: 38px;
    background: url(../images/kf6.png) no-repeat center;
    background-size: 100% auto;
}

.client-2 .my-kefu-wechat {
    position: relative;
}

.client-2 .my-kefu-wechat .my-kefu-right {
    position: absolute;
    left: -100px;
    top: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.client-2 .my-kefu-wechat .my-kefu-right img {
    width: 100%;
    height: auto;
}

.client-2 .my-kefu-wechat:hover .my-kefu-right {
    display: block;
}


.client-2 li:hover {
    left: -20px!important;
     opacity: 1;
}



	.progress-wrap {
			position: fixed;
			z-index: 3;
			right: 1%;
			bottom: 10%;
			display: none;
			transition: all 0.4s ease-in 0s;
			-webkit-transition: all 0.4s ease-in 0s;
			-moz-transition: all 0.4s ease-in 0s;
			-ms-transition: all 0.4s ease-in 0s;
			-o-transition: all 0.4s ease-in 0s;
			opacity: 0;
			visibility: hidden;
		}

		.progress-wrap.active {
			opacity: 1;
			visibility: visible;
		}

		.progress-wrap a {
			outline: none;
			border: none;
			text-decoration: none;
			width: 3.25em;
			height: 3.25em;
			position: relative;
			display: block;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			background-color: #fff;
			-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
			filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
		}

		.progress-wrap a svg path {
			fill: none;
		}

		.progress-wrap a svg.progress-circle path {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			stroke-width: 4;
			stroke: #383459;
			transition: all 0.4s linear 0s;
			-webkit-transition: all 0.4s linear 0s;
			-moz-transition: all 0.4s linear 0s;
			-ms-transition: all 0.4s linear 0s;
			-o-transition: all 0.4s linear 0s;
		}

		.progress-wrap a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}

		.progress-wrap {
			display: inline-block;
		}


.naboutbox {
    padding-top: 120px;
    padding-bottom: 36px;
}


.dpl {
	position: absolute;
	bottom: -30px;
	/*width: 160%;*/
	height: 36px;
}
.dpl2 {
	position: absolute;
	bottom: -70px;
	/*width: 160%;*/
}


.dfline {
    height: 30px;
    float: left;
    margin-right: 10px;
    background: #fff;
    transition: all 0.5s;
    background: #3b5998; 
    border-radius: 20px;
    transition: all 0.6s;
    /*overflow: hidden;*/
    width: 30px;
    position: relative;
    
    
}

.dfline a p{
    color: #fff!important;
    font-weight: bold;
}

.dfline p {
   display: none;
    margin: 0;
     width: 0;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    
    transition: all 0s;
  
    
}




.dfline img {
    display: inline-block;
    width: 30px;
    float: left;
    transition: all 0.6s;
}

.dfline:hover {
   width: 140px;
}



.dfline:hover p {
     
     padding: 0 10px;
     animation-delay: 1s;
      display: inline-block;
      width: 100px;
      right: 0;
}



.dfline:hover img {
    transform: rotate(360deg);
}



.ddewm {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 30px;
    right: 0px;
    display: none;
    
}
.ddewm img {
    width: 100px!important;
    height: 100px!important;
}
.dpl .dfline:hover .ddewm {
    display: block;
}

/*.dfline5:hover .ddewm img {*/
/*    transform: rotate(0deg);*/
/*}*/


/*.dfline6:hover .ddewm {*/
/*    display: block;*/
/*}*/

/*.dfline6:hover .ddewm img {*/
/*    transform: rotate(0deg);*/
/*}*/




.dflineimg .ddewm {
    display: block;
    transform: rotate(0deg);
}



.dfline1 img ,.dfline2 img,.dfline9 img {
    filter: grayscale(500%) brightness(500%);
    background: none;
}

.dfline10 img {
    overflow: hidden;
    border-radius: 50%;
}
.BMap_Marker {
    width: 30px;
    height: 30px;
    background: url(../images/dw.png) no-repeat!important;
    background-size: cover!important;
}



.nbsite {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 10%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: url(../images/nhome.png) no-repeat left top;
    background-size: 1.2%;
    padding-left: 24px;
}

.nbsite a {
    color: #fff;
}

.nbsite h2 {
    font-weight: bold;
    font-size: 72px;
    font-family: 'Ubuntu', sans-serif!important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: 40px;
	text-indent: -24px;
}



.tabli {
    width: 30%;
    float: left;
    margin: 30px 1.5%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.tabli a {
    display: block;
    width: 100%;
    height: 100%;
}

.tab2 {
    text-align: center;
    height: 160px;
}


.tab2 li {
    display: inline-block;
    padding: 10px;
}




.servies_a {
  padding: 5.4rem 0;
}



.servies_a .tit {
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 30px;
}

.servies_a .tit span {
  color: #181818;
  margin-left: 0.3rem;
}

.servies_a .list {

  width: 80%;
  font-size: 0;
  text-align: center;
 
  margin: 0 auto;
  margin-top: 1.5rem;
}

.servies_a .list .li {
  width: 20%;
  height: 60px;
  border: 2px solid #EEEEEE;
  border-radius: 30px;
  display: inline-block;
  margin:1% 2.5%;
  margin-top: 2.85rem;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.servies_a .list .li .fsx {
 
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.servies_a .list .li img {
  width: 56px;
line-height: 60px;
padding-left: 20px;
   display: inline-block;
   float: left;
   margin-top: 10px;
   
   filter: grayscale(500%) brightness(400%);
   box-shadow: 2px 2px 2px #dcdcdc;
}

.servies_a .list .li .tit-18 {
    display: inline-block;
    float: right;
    width: 60%;
     font-weight: 500;
     line-height: 60px;
     font-size: 20px;
     text-align: left;
}



.servies_b {
  padding: 2.725rem 0 4.4rem;
  padding-left: 28rem;
  padding-right: 4.025rem;
}

.servies_b .t1 {
  color: #E50012;
}

.servies_b .t2 {
  font-weight: 550;
  color: #FFFFFF;
  line-height: 1.2rem;
  margin-top: 0.2rem;
}

.servies_b .t2 span {
  color: #E50012;
}

.servies_b .t3 {
  margin-top: .875rem;
  padding-top: .875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: justify;
}

.servies_b .play-btn {
  margin-top: 1.5rem;
}

.servies_c {
  padding: 4rem 4rem 2.85rem;
}

.servies_c .list {
  margin-top: 1.4rem;
}

.servies_c .list .li {
  width: calc((100% - 2rem) / 3);
  height: 14rem;
  background: #F5F5F5;
  padding: 2.1rem 1.5rem;
  float: left;
  margin-right: 1rem;
  position: relative;
}

.servies_c .list .li:last-child {
  margin-right: 0;
}

.servies_c .list .li .img {
 width: 1.7rem;
  min-height: 1.7rem;
}

.servies_c .list .li .tit-24 {
  margin-top: 1.5rem;
  font-weight: 550;
  line-height: 1;
}

.servies_c .list .li .tit-14 {
  font-weight: 450;
  color: #666666;
  line-height: .6rem;
  margin-top: .85rem;
  text-align: justify;
}

.servies_c .list .li .tit-14 span {
  color: #E50012;
}



  .fsx::after {
      content: '';
      position: absolute;
     
         width: 100%;
         height: 100%;
         left: -100%;
     
      transition: 0.5s;
      opacity: 0.3;
      border-radius: 8px;
      background: rgb(0, 0, 0);
    
    
    }
 
    .fsx:hover::after {
      /*transform: scaleX(1);*/
      
       left: 0;
    }
    .fsx:hover .tit-18 {
        font-weight: bold;
    }
 
    @keyframes LeftToRight {
      /*from {*/
      /*  transform: scaleX(0);*/
      /*}*/
      /*to {*/
      /*  transform: scaleX(1);*/
      /*}*/



}

.fb1 {
    padding: 20px 100px 100px 100px;
    line-height: 30px;
    font-size: 16px;
}


.ferbox .fb1 h2 {
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     position: relative;
     line-height: 80px;
     text-transform:uppercase;
     margin-bottom: 40px;
     margin-top: 4px;
     
}
.ferbox .fb1 h2:after {
    content: "";
    width: 100px;
    height: 8px;
    position: absolute;
    background: #383459;
    left: calc(50% - 50px);
    bottom: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.ferbox .fbli {
    padding: 10px 100px;
}

.ferbox .fbli .left {
    width: 60%;
}
.ferbox .fbli .left img {
    width: 100%;
}

.ferbox .fbli .right {
    width: 40%;
    line-height: 30px;
    font-size: 16px;
}


.fbli .right h3{
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
     text-transform:uppercase;
     font-weight: bold;
     position: relative;
}

.fbli .right h3:after {
    content: "";
    width: 100px;
    height: 8px;
    position: absolute;
    background: #383459;
    left: 0;
    bottom: 0;
}


.ferbox .fb2 .right {
    padding: 0 2%;
    line-height: 40px;
}

.ferbox .fb3  {
    background: #f1f1f1;
    padding: 0px 100px;
}
.ferbox .fb3 .right {
    padding: 30px 2%;
    line-height: 28px;
    width: 50%;
}

.ferbox .fb3 .right p {
    margin-bottom: 3px;
}
.ferbox .fb3 .right .txt {
    /*height: 290px;*/
    overflow-y: auto;
}
.ferbox .fb3 .left {
    height: 100%;
    width: 50%;
}

.ferbox .fb3 .left p {
    margin-bottom: 0;
}


@media (max-width: 1400px) { 
    
    .ferbox .fb2 .right {
        line-height: 26px;
    }
    
    .ferbox .fb3 .right .txt {
        /*height:190px;*/
    }
}

@media (max-width: 1400px) {  
    .ferbox .fbli .right {
        width:100%!important;
        padding: 30px 2%;
       
    }
    
    .ferbox .fbli .right .txt {
        height:auto;
         overflow: auto;
    }
     
    
     .ferbox .fbli .left {
        width:100%!important;
    }
    
    .fb1 {
        padding: 30px 2%;
    }
}

.pdtltitle{
    background: #625c93;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    line-height: 60px;
}



.pdtl5 .container2{display: flex;align-items: center;padding: 5.6vw 0 7.5vw;}


@media (min-width: 640px){
.pdtl5 .container2 {
    margin: 0 1.54%;
}



}
.pdtl5 .item{flex: 1;text-align: center;}
.pdtl5 .item img{width: 6rem;margin: 0 auto;}
.pdtl5 .item p{font-size: 2rem;color: #333;margin-top: .2rem;}

	#section1  {
		   
		}

.pro_box {
     /*background: #f1f1f1;*/
}

.inbannernav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px!important;
    z-index: 9999;
    text-align: center;
}
.am2 ,.am3 {
    display: none;
}

@media (max-width: 1640px) {
    .ferbox .fb3 .right .txt{
        height: 328px; 
        overflow-y: auto;
    }
}

@media (max-width: 1540px) {
    .ferbox .fb3 .right .txt {
        height: 276px; 
        overflow-y: auto;
    }
    
    
}



@media (max-width: 1350px) {
    .index-pro1 .titt h2 {
        height:58px;
    }
}


@media (max-width: 1200px) {
    .index-pro1 .titt h2 {
        height:26px;
    }
    
    .about .about-t dl dt p {
        height:270px;
    }
    
    .ny_product_list li h3 {
        display:block;
        height:78px;
        overflow:hidden;
    }
    
}

@media (max-width: 980px) {
    
        .inpro .swiper-slide .txt {
            padding:30px 40px;
        }
    
        .about .about-t dl dt p {
            height:260px;
        }
    
    	.about .about-t dl dt em a {
			    margin:10px 0;
		}
		
		.ny_banner {
		    margin-top:60px;
		}
			
		.nbsite {
		      font-size: 22px;
		      top:20%;
		      margin-top: 26px;
		}	
		
		.nbsite h2 {
        font-weight: bold;
        font-size: 32px;
        display: block;
        margin-top: 17px;
        text-indent: -24px;
  }
		
	
		.ferbox .fbli {
		    padding:0;
		}
		.client-2 {
		    display:none!important;
		}	    
		
		.minContent {
		    padding:0!important;
		}
		.w1200 {
		    padding:0!important;
		}
		.pdtl5 .container2 {
		    display:block;
		    width:100%;
		}
		
		.pdtl5 .item {
		    width:50%;
		    float:left;
		    padding:0 10%;
		}
		.pdtl5 .item p {
		    display:block;
		    height:74px;
		}
		.nyabout .box1 .pic img {
		    width:100%;
		    max-width:100%;
		}
		
		
		.nyabout .box1 .pic {
		    margin-top:60px;
		}
		
		.nyabout .box1 .pic::before {
		    top:-38px;		
		    height:520px;
		}
		
		.naboutbox {
		    padding-top:80px;
		}
		.honpic .swiper-slide .imgfd img {
		    height:360px!important;
		}
		.dpl {
		    width:100%;
		}
		.dpl2 {
		    width:100%;
		}
		
		.cta1-1 {
		    width:100%;
		}
		.cta1-2 {
		    width:100%;
		}
}






@media (max-width: 650px) {
        .about .about-t dl dt p {
            height:260px;
        }
    
    	.about .about-t dl dt em a {
			    margin:10px 0;
		}
		
		.ny_banner {
		    margin-top:60px;
		}
			
		.nbsite {
		      font-size: 18px;
		      top:20%;
		      margin-top: 26px;
		      background-size: 6%;
		}	
		
		.nbsite h2 {
        font-weight: bold;
        font-size: 40px;
        display: block;
        margin-top: 17px;
        text-indent: -24px;
  }
		
	
		.ferbox .fbli {
		    padding:0;
		}
		.client-2 {
		    display:none!important;
		}	    
		
		.minContent {
		    padding:0!important;
		}
		.w1200 {
		    padding:0!important;
		}
		.pdtl5 .container2 {
		    display:block;
		    width:100%;
		}
		
		.pdtl5 .item {
		    width:50%;
		    float:left;
		    padding:0 10%;
		}
		.pdtl5 .item p {
		    display:block;
		    height:74px;
		}
		.nyabout .box1 .pic img {
		    width:100%;
		}
		
		
		.nyabout .box1 .pic {
		    margin-top:60px;
		}
		
		.nyabout .box1 .pic::before {
		    top:-38px;		
		    height:402px;
		}
		
		.naboutbox {
		    padding-top:80px;
		}
		.honpic .swiper-slide .imgfd img {
		    height:216px!important;
		}
		.dpl {
		    width:100%;
		}
		.dpl2 {
		    width:100%;
		}
		
		.nyhzkh li:nth-child(3n) {
        	margin-right: 0!important;
        }
        .nyhzkh li:nth-child(8n) {
        	margin-right: 1.5%;
        }

        .pdtl5 .item img{width: 1.5rem;margin: 0 auto;}
        .pdtl5 .item p{font-size: 1rem;color: #333;margin-top: .2rem;}

        .cta1-1box .item span {
            word-wrap:break-word;
        }
        
        .cta1-2 .title .en {
            margin-left: 227px;
        }
        .cta1-1 .h2 {
            font-size: 6.9vw;
        }
		
}


.dspn {
    display: none;
}


.BMap_cpyCtrl span , .BMap_scaleCtrl{
    display: none!important;
}

.ycewm {
    position: absolute;
    right: -97px;
    top: 0px;
    transition: all 0.5s;
}
.client-2 .my-kefu-main:hover .ycewm{
    right: 97px;
    top: 0;
}




