	/* CSS Document */
	* {
		margin: 0;
		padding: 0;
	}

	html,
	body,
	menu,
	ul,
	ol,
	li,
	div,
	form,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	img,
	a img,
	input,
	button,
	textarea,
	fieldset,
	p,
	dd {
		padding: 0;
		margin: 0;
		border: 0
	}

	body {
		color: #333;
		line-height: 1.5;
		word-wrap: break-word;
		font-family: "微软雅黑", "microsoft yahei", Arial;
		background-color: #fff !important;
	}

	ul,
	ol,
	li {
		list-style: none
	}

	html {
		font-size: 14px;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		min-width: 1280px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	b,
	i,
	em {
		font-weight: normal;
		font-style: normal
	}

	input[type="text"],
	input[type="password"],
	input[type="button"],
	input[type="submit"],
	textarea {
		-webkit-appearance: none;
		border-radius: 0
	}

	a {
		text-decoration: none;
		display: inline-block;
		color: #333;
	}

	a:hover,
	a:active,
	a:visited,
	a:link,
	a:focus {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-tap-highlight-color: transparent;
		outline: none;
		background: none;
		text-decoration: none;
	}

	img {
		-webkit-transform: scale(1) rotate(0) translate3d(0, 0, 0);
		transform: scale(1) rotate(0) translate3d(0, 0, 0);
		display: block;
	}

	.auto-img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		/* filter: brightness(70%);*/
	}

	.main {
		margin: auto;
		width: 1200px;
		/* display: flex;
		align-items: center;
		flex-direction: column; */
	}

	.head {
		display: flex;
		/* float: left; */
		/* width: 100%; */
		/* position: relative; */
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		/* height: 280px; */
		width: 100%;
	}

	.head .top {
		float: left;
		width: 100%;
		/* height: 100px;
		line-height: 100px; */
		height: 80px;
		line-height: 80px;
	}

	.head .top .main-header {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		margin: auto;
		width: 1200px;
	}

	.head .top .logo {
		width: 198px;
		/* height: 58px; */
		height: 72px;
		line-height: normal;
		background: url(../images/logo.jpg) no-repeat center;
		vertical-align: middle;
		display: inline-block;
		margin-top: -3px;
	}

	.head .top .nav {
		color: red;
		/* float: right; */
		width: 822px;
		text-align: justify;
		text-align-last: justify;
	}

	.head .top .nav a {
		line-height: normal;
		font-size: 18px;
		color: #666666;
		position: relative;
	}

	.head .top .nav a.on {
		/*font-weight: bold;*/
		color: #003789;
	}

	.head .top .nav a.on:after {
		content: "";
		position: absolute;
		width: 12px;
		height: 3px;
		border-radius: 3px;
		background: #003789;
		bottom: -8px;
		left: 50%;
		margin-left: -6px;
	}

	.head .banner {
		/* float: left; */
		/* width: 100%; */
		color: #FFFFFF;
		position: relative;
		z-index: 1;
		max-width: 100vw;
		min-width: 1280px;
	}

	.head .banner .tempWrap {
		overflow: hidden;
		position: relative;
	}

	#banner .banner-item {
		width: 100%;
	}

	#banner .banner-img {
		height: 936px;
	}

	.prev {
		position: absolute;
		font-size: 50px;
		cursor: pointer;
		color: #fff;
		top: 50%;
		left: 40px;
		z-index: 2;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.next {
		position: absolute;
		font-size: 50px;
		color: #fff;
		top: 50%;
		right: 40px;
		cursor: pointer;
		z-index: 2;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.banner .top-img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
	}

	.home .top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		z-index: 882;
		background-color: rgb(255, 255, 255);
		transition: background-color 0.3s ease;
	}

	/* .home .top {
		border-bottom: 1px solid rgba(255, 255, 255, .6);
		z-index: 2;
		flex-direction: column;
	} */

	.home .top .logo {
		background: url(../images/lggas_logo.png) no-repeat center;
	}

	.home .top .nav a {
		/* color: #FFFFFF; */
		color: #3f3f3f;
	}

	.home .top .nav a.on {
		/* color: #FFFFFF; */
		font-weight: bold;
		color: #3f3f3f;
	}

	.home .top .nav a.on:after {
		background: #1677d9;
	}

	.home .banner {
		/* align-self: center; */
		/* flex: 1; */
		height: 936px;
		line-height: 936px;
		/* background: url(../images/lgzj_banner.jpg) no-repeat center;
	background-size: auto 100%; */
		/* transform: translateY(-100px); */
	}

	.home .banner .text {
		width: 100%;
		text-align: center;
		line-height: normal;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.home .banner .text h1 {
		font-size: 65px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.home .banner .text h2 {
		font-size: 32px;
	}

	.xht {
		width: 40px;
		line-height: normal;
		font-size: 14px;
		color: #FFFFFF;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -20px;
		text-align: center;
		cursor: pointer;
	}

	.xht img {
		animation: fadein 1.5s linear;
		animation-iteration-count: infinite;
		animation-fill-mode: backwards;
	}

	@keyframes fadein {
		0% {
			opacity: .1;
		}

		50% {
			opacity: 1;
		}

		100% {
			opacity: .5;
		}
	}

	.xht p {
		margin-top: 5px;
	}


	.contlt {
		width: 100%;
		height: 90px;
		line-height: 90px;
		position: relative;
		overflow: hidden;
	}

	.contlt h2 {
		font-size: 44px;
		font-weight: bold;
		position: relative;
		z-index: 2;
	}

	.contlt span {
		font-size: 50px;
		font-weight: bold;
		position: absolute;
		z-index: 1;
		top: -15px;
		left: 0;
		line-height: normal;
		color: #f2f2f2;
	}

	.zjqy {
		float: left;
		width: 100%;
		padding: 100px 0;
	}

	.zjqy .con {
		float: left;
		width: 100%;
		margin-top: 36px;
	}

	iframe {
		width: 100%;
		height: 540px;
	}

	.zjqy .video {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		margin: 4rem 0;
	}

	.zjqy .video .v {
		width: 80%;
	}

	.zjqy .video .v .t {
		width: 100%;
		color: #003789;
		margin: 20px 0;
		font-size: 2.6rem;
		font-weight: bolder;
		text-align: center;
	}

	.zjqy .video .v .c {
		position: relative;
		/* width: 80%; */
		height: 0;
		padding-bottom: 56.25%;
		/* 设置宽高比为16:9，可根据需要更改 */
		overflow: hidden;
		display: flex;
		justify-content: center;
	}

	/* 
	.zjqy .video .v .c iframe {
		position: absolute;
		top: 0;
		left: 0;
	} */

	.zjqy .con_left {
		width: 100%;
		margin-top: 36px;
	}

	.zjqy .con_left .txt {
		float: left;
		width: 100%;
	}

	.zjqy .con_left .txt .t {
		float: left;
		width: 100%;
		font-size: 30px;
		color: #003789;
		font-weight: bold;
		margin: 20px 0;
	}

	.zjqy .con_left .txt .t .c {
		float: left;
		font-size: 16px;
		line-height: 30px;
	}

	.zjqy .img {
		float: left;
		width: 600px;
		height: 400px;
		overflow: hidden;
		border-top-right-radius: 60px;
		border-bottom-left-radius: 60px;
	}

	.zjqy .img img {
		width: 100%;
		height: 100%;
	}

	.zjqy .txt {
		float: right;
		width: 550px;
	}

	.zjqy .txt .t {
		float: left;
		width: 100%;
		font-size: 30px;
		color: #003789;
		font-weight: bold;
		margin: 20px 0;
	}

	.zjqy .txt .c {
		float: left;
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}

	.zjqy .txt .b {
		float: left;
		margin-top: 45px;
		width: 180px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		background: #003789;
		transition: all .2s;
	}

	.zjqy .txt .b img {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		margin-top: -3px;
	}

	.zjqy .txt .b:hover {
		background: #6793d6;
	}

	.data_display {
		width: 90rem;
		margin: 50px auto;
	}

	.data_display .data-list {
		margin-top: 20px;
		border-top: 1px solid rgba(63, 115, 211, 0.452);
		border-bottom: 3px solid rgba(63, 115, 211, 0.452);
		height: 200px;
	}

	.data_display .title h2 {
		font-size: 2.6rem;
		font-weight: bolder;
		color: #003789;
		text-align: center;
	}

	.data_display .data-list ul li {
		width: 50%;
		margin-top: 30px;
		padding: 0 20px;
		float: left;
		width: 20%;
	}

	.data_display .data-list ul li:not(:last-child) {
		border-right: 1px solid #eee;
	}



	.data_display .data-list ul li .num {
		text-align: center;
		margin: 0.8rem 0 0.2rem;
	}

	.data_display .data-list ul li .num h2 {
		display: inline-block;
		font-size: 3.6rem;
		font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
		font-weight: bold;
		color: #004a92;
		font-family: Met-Bold;
	}

	.data_display .data-list ul li .num span {
		font-size: 1.5rem;
		color: #666;
		font-weight: bold;
		position: relative;
		top: -0.1rem;
	}

	.data_display .data-list ul li p {
		font-size: 1.2rem;
		text-align: center;
		color: #666;
	}

	.jjfa {
		float: left;
		width: 100%;
		padding: 70px 0 127px 0;
		/* background: url(../images/img_jjfabg.jpg) no-repeat center; */
	}

	.jjfa .contlt h2 {
		color: #FFFFFF;
	}

	.jjfa .contlt span {
		/* opacity: .3; */
	}

	.jjfa .con {
		float: left;
		width: 100%;
		/* text-align: justify;
		text-align-last: justify; */
		margin-top: 36px;
	}

	.jjfa .al {
		display: inline-block;
		width: 360px;
		height: 500px;
		overflow: hidden;
		border-top-right-radius: 60px;
		border-bottom-left-radius: 60px;
		position: relative;
		transition: all .3s;
	}

	.jjfa .al a {
		float: left;
		width: 100%;
		height: 100%;
	}

	.jjfa .al img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		transition: all .3s;
	}

	.jjfa .al .b {
		position: absolute;
		left: 13px;
		bottom: 62px;
		z-index: 2;
		width: 224px;
		height: 50px;
		line-height: 50px;
		border-top-right-radius: 40px;
		color: #FFFFFF;
		padding: 0 38px 0 20px;
		text-align: left;
		text-align-last: left;
		font-size: 26px;
	}

	.jjfa .al .b img {
		margin-right: 5px;
	}

	.jjfa .al:hover .im {
		/*border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 60px;
	border-top-left-radius: 60px;*/
		transform: scale(1.08);
	}

	.jjfa .al:nth-child(1) .b {
		background: #efb83a;
	}

	.jjfa .al:nth-child(2) .b {
		background: #1a6eaa;
	}

	.jjfa .al:nth-child(3) .b {
		background: #f76647;
	}


	.xxzc {
		float: left;
		width: 100%;
		padding: 65px 0 80px 0;
		margin-top: 60px;
		/* background-color: #3e69a0; */
		background-color: rgb(24, 90, 153);
	}

	#xxzc {
		float: left;
		width: 100%;
		margin-top: 36px;
	}

	#xxzc .hd {
		float: left;
		width: 270px;
		position: relative;
	}

	#xxzc .hd ul {
		float: left;
		width: auto;
	}

	#xxzc .hd ul li {
		float: left;
		height: 70px;
		line-height: 70px;
		font-size: 20px;
		color: #999999;
		font-weight: bold;
		padding-left: 57px;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}

	#xxzc .hd ul li.on {
		/* color: #003789; */
		color: #3e69a0;
	}

	#xxzc .hd ul li.on:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 40px;
		height: 1px;
		background: #ffffff;
	}

	#xxzc .hd .b {
		position: absolute;
		left: 0;
		top: 436px;
		width: 150px;
		height: 50px;
		line-height: 50px;
		/* background: #003789; */
		background: #3e69a0;
		color: #FFFFFF;
		font-size: 16px;
		text-align: center;
	}

	#xxzc .hd .b img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-left: 10px;
		transition: all .2s;
	}

	#xxzc .hd .b:hover {
		background: #6793d6;
	}

	#xxzc .bd {
		float: left;
		width: 930px;
	}

	#xxzc .bd ul {
		float: left;
		width: 100%;
	}

	#xxzc .bd ul li {
		float: left;
		width: 310px;
		border-left: 1px solid transparent;
		border-right: 1px solid #dfdfdf;
		box-sizing: border-box;
		padding: 20px;
		transition: all .3s;
		background-color: #fff;
	}

	#xxzc .bd ul li:nth-child(1) {
		border-left: 1px solid #dfdfdf;
	}

	#xxzc .bd ul li .h {
		float: left;
		width: 100%;
		height: 66px;
		margin-bottom: 20px;
		transition: all .3s;
	}

	#xxzc .bd ul li .h p {
		font-size: 32px;
		font-weight: bold;
		line-height: normal;
	}

	#xxzc .bd ul li .h span {
		font-size: 16px;
	}

	#xxzc .bd ul li .t {
		float: left;
		width: 100%;
		height: 54px;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	#xxzc .bd ul li .t a {
		transition: all .3s;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}

	#xxzc .bd ul li .i {
		float: left;
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#xxzc .bd ul li .i img {
		width: 100%;
		height: 100%;
	}

	#xxzc .bd ul li .c {
		float: left;
		width: 100%;
		height: 52px;
		font-size: 16px;
		color: #666666;
		line-height: 26px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		margin-bottom: 30px;
		transition: all .3s;
	}

	#xxzc .bd ul li .b {
		float: left;
		font-size: 16px;
	}

	#xxzc .bd ul li .b a {
		transition: all .3s;
	}
 
	#xxzc .bd ul li:hover {
		/* background: #003789; */
		/* background: #3e69a0; */
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	#xxzc .bd ul li:hover .h {
		/* color: #FFFFFF; */
	}

	#xxzc .bd ul li:hover .t a {
		/* color: #FFFFFF; */
		color:#2072c4

	}

	#xxzc .bd ul li:hover .c {
		/* color: #FFFFFF; */
		/* color:#2072c4 */

	}

	#xxzc .bd ul li:hover .b a {
		/* color: #FFFFFF; */
		color:#2072c4

	} 
 
	.hzqy {
		float: left;
		width: 100%;
		padding: 100px 0 65px 0;
		background: url(../images/img_hzqybg.jpg) no-repeat center;
	}

	.hzqy .contlt h2 {
		color: #FFFFFF;
	}

	.hzqy .contlt span {
		opacity: .1;
	}

	#hzqy {
		float: left;
		width: 100%;
		margin-top: 36px;
	}

	#hzqy .hd {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 3;
	}

	#hzqy .hd ul li {
		float: left;
		width: 140px;
		height: 50px;
		line-height: 50px;
		border-radius: 10px;
		color: #003789;
		font-size: 26px;
		background: #f9f9f9;
		text-align: center;
		margin-left: 25px;
		cursor: pointer;
		position: relative;
	}

	#hzqy .hd ul li.on {
		background: #003789;
		color: #FFFFFF;
	}

	#hzqy .hd ul li.on:after {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -5px;
		width: 20px;
		height: 20px;
		background: #003789;
		transform: rotate(45deg);
		z-index: -1;
	}

	#hzqy .bd ul li {
		float: left;
		width: 270px;
		height: 90px;
		line-height: 90px;
		background: rgba(255, 255, 255, .2);
		font-size: 22px;
		color: #FFFFFF;
		font-weight: bold;
		overflow: hidden;
		text-align: center;
		margin-right: 40px;
		margin-bottom: 32px;
	}

	#hzqy .bd ul li img {
		max-width: 100%;
		max-height: 100%;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	#hzqy .bd ul li:nth-child(4n) {
		margin-right: 0;
	}

	#hzqy .bd ul li span {
		line-height: normal;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.hzqy .b {
		float: left;
		width: 100%;
		text-align: center;
	}

	.hzqy .b a {
		display: inline-block;
		width: 150px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		border: 1px solid #FFFFFF;
		transition: all .3s;
	}

	.hzqy .b a img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-left: 10px;
	}

	.hzqy .b a:hover {
		background: rgba(255, 255, 255, .2);
	}


	.footer {
		float: left;
		width: 100%;
		padding: 30px 0;
		background: #313841;
		color: #FFFFFF;
		font-size: 14px;
	}

	.footer .lt {
		float: left;
		/* width: 962px; */
	}

	.footer .l {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	.footer .group {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		/* margin-bottom: 30px; */
	}

	.footer .group a {
		color: #FFFFFF;
	}

	.footer .l a {
		color: #FFFFFF;
	}

	.footer .c {
		float: left;
		width: 100%;
		padding-top: 30px;
		border-top: 1px solid #80878f;
	}

	.footer .c .i {
		float: left;
		width: 100%;
		line-height: 24px;
	}

	.footer .c .i span {
		float: left;
		margin-right: 20px;
	}

	.footer .lg {
		float: right;
		padding-top: 30px;
		border-top: 1px solid #80878f;
	}

	.footer .lg img {
		width: 200px;
	}

	.footer .code {
		float: right;
		margin-top: 30px;
	}

	.footer .code .i {
		width: 110px;
		height: 110px;
		background: #FFFFFF;
		overflow: hidden;
	}

	.footer .code p {
		text-align: center;
		line-height: 36px;
	}

	.inside .banner {
		width: 100%;
		height: 330px;
		line-height: 330px;
	}

	.inside .banner .contlt {
		height: 110px;
		line-height: 110px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.inside .banner .contlt h2 {
		font-size: 50px;
	}

	.inside .banner .contlt span {
		top: -18px;
		font-size: 70px;
		opacity: .1;
	}

	/* header长背景图  */
	#zjqy {
		background: url(../images/lgzj_horizon_bg.jpg) no-repeat center;
		height: 380px;
		line-height: 380px;
		background-size: auto 100%;
	}
	.groupBanner {
		background: url(../images/lggroup_banner.jpg) no-repeat center!important;
		height: 380px;
		line-height: 380px;
		background-size: auto 100%;
	}


	.dl {
		float: left;
		width: 100%;
		height: auto;
		line-height: 100px;
		background: #f4f4f4;
	}

	.dl .nl {
		float: left;
		font-size: 20px;
	}

	.dl .nl a {
		padding-left: 17px;
		margin-right: 60px;
		position: relative;
		line-height: normal;
	}

	.dl .nl a.on {
		color: #003789;
		font-weight: bold;
	}

	.dl .nl a.on:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		border: 2px solid #003789;
		position: absolute;
		left: 0;
		bottom: 2px;
		box-sizing: border-box;
	}

	.dl .al {
		float: right;
		font-size: 16px;
	}

	.dl .al a {
		line-height: normal;
		display: inline-block;
	}

	.dl .al img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 5px;
	}

	.dscon {
		float: left;
		width: 100%;
		padding: 60px 0;
	}

	.dscon .contlt {
		height: 50px;
		line-height: 50px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.dscon .contlt h2 {
		font-size: 32px;
	}

	.dscon .contlt span {
		top: -8px;
		font-size: 40px;
		opacity: 1;
		color: #f2f2f2;
	}

	.dscon .dc {
		float: left;
		width: 100%;
		margin-top: 60px;
	}

	.dscon .dc .t {
		float: left;
		width: 570px;
	}

	.dscon .dc .i {
		float: right;
		width: 613px;
		margin-top: 20px;
	}

	.dscon .dc .i img {
		width: 100%;
	}

	.dscon .dc .t .tl {
		float: left;
		width: 130px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 10px;
		position: relative;
		background: #003789;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
	}

	.dscon .dc .t .tl:after {
		content: "";
		width: 130px;
		height: 40px;
		position: absolute;
		right: -4px;
		bottom: -4px;
		border-radius: 10px;
		background: #adbfd9;
		z-index: -1;
	}

	.dscon .dc .c {
		float: left;
		width: 100%;
		margin-top: 22px;
		margin-bottom: 40px;
	}

	.dscon .dc .c p {
		font-size: 16px;
		line-height: 32px;
	}


	.dscon .tlx {
		float: left;
		width: 100%;
		margin-top: 65px;
	}

	.dscon .tlx .l {
		float: left;
		width: 314px;
		height: 100%;
		min-height: 330px;
		background: #eaf1fb;
		border-radius: 20px;
		padding: 20px;
		box-sizing: border-box;
	}

	.dscon .tlx .a {
		float: left;
		width: 560px;
		height: 100%;
		min-height: 330px;
		background: #eaf1fb;
		border-radius: 20px;
		margin: 0 13px;
		padding: 20px;
		box-sizing: border-box;
	}

	.dscon .tlx .r {
		float: left;
		width: 300px;
		height: 100%;
		min-height: 330px;
		background: #eaf1fb;
		border-radius: 20px;
		padding: 20px;
		box-sizing: border-box;
	}

	.dscon .tlx .i {
		height: 60px;
		line-height: 60px;
	}

	.dscon .tlx .i img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.dscon .tlx .t {
		float: left;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #003789;
		margin: 15px 0;
	}

	.dscon .tlx .c {
		font-size: 16px;
		line-height: 28px;
		color: #505a67;
	}

	.dscon .dc ul {
		float: left;
		width: 100%;
	}

	.dscon .dc ul li {
		float: left;
		width: 380px;
		margin-right: 30px;
		margin-bottom: 50px;
	}

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

	.dscon .dc ul li .si {
		float: left;
		width: 100%;
		height: 240px;
		overflow: hidden;
		border-radius: 20px;
	}

	.dscon .dc ul li .si img {
		width: 100%;
	}

	.dscon .dc ul li .si a {
		width: 100%;
		height: 100%;
	}

	.dscon .dc ul li p {
		box-sizing: border-box;
		float: left;
		width: 100%;
		height: 86px;
		padding: 15px 10px;
		font-size: 18px;
		line-height: 28px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}

	.dscon .dc ul li p:hover a {
		color: #003789;
	}

	.dscon .dc ul li span {
		box-sizing: border-box;
		float: left;
		width: 100%;
		font-size: 16px;
		padding: 0 10px;
	}


	.page {
		width: 100%;
		text-align: center;
		margin: 60px 0;
		float: left;
	}

	.page a,
	.page span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		margin: 0 10px;
		text-align: center;
		font-size: 16px;
		border: 1px solid #e0e0e0;
		transition: all .3s;
		position: relative;
	}

	.page .pageprev:after,
	.page .pagenext:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 50%;
		margin-left: -3px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		transform: rotate(315deg);
		transition: all .3s;
	}

	.page .pagenext:after {
		margin-left: -8px;
		transform: rotate(135deg);
	}

	.page .pageprev:hover:after,
	.page .pagenext:hover:after {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	}

	.page .on {
		color: #fff;
		background: #003789;
		border: 1px solid #003789;
	}

	.page a img {
		display: inline-block;
		vertical-align: middle;
	}

	.page a:hover,
	.page span:hover {
		color: #fff;
		background: #003789;
		border: 1px solid #003789;
	}

	.page .dz {
		color: #6e6e6e;
		background: transparent;
		width: auto;
		display: inline-block;
		margin-right: 30px;
		border: none;
	}

	.page .dz:hover {
		color: #6e6e6e;
		background: transparent;
		border: none;
	}

	.fhb {
		position: absolute;
		bottom: 10px;
		right: 0;
		z-index: 6;
		width: 130px;
		height: 34px;
		line-height: 34px;
		border-radius: 10px;
		background: #f6f6f6 !important;
		text-align: center;
	}

	.fhb img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 10px;
	}


	.cht {
		float: left;
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	.cht h1 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 155px;
		text-align: center;
		box-sizing: border-box;
	}

	.ci {
		float: left;
		width: 100%;
		font-size: 16px;
		color: #989898;
		text-align: center;
		margin: 30px 0 45px 0;
	}

	.ci span {
		margin-right: 20px;
	}

	.cdtl {
		float: left;
		width: 100%;
		margin-top: 20px;
	}

	.cdtl p img {
		margin: 0 auto;
	}

	#lxwm {
		height: 380px;
		line-height: 380px;
		background: url(../images/img_lxwm_h_bg.jpg) no-repeat center;
		background-size: auto 100%;
	}

	.lxh {
		float: left;
		width: 100%;
		height: 200px;
		padding: 20px 0;
		background: #f0f3fa;
		box-sizing: border-box;
	}

	.lxh .l {
		float: left;
		width: 400px;
		height: 100%;
		text-align: center;
		border-right: 1px solid #dfe8f5;
		box-sizing: border-box;
	}

	.lxh .l:last-child {
		border-right: 1px solid transparent;
	}

	.lxh .l .io {
		margin: auto;
		width: 70px;
		height: 70px;
		line-height: 70px;
		border-radius: 70px;
		text-align: center;
		background: #FFFFFF;
		border: 1px solid #c0cee0;
	}

	.lxh .l .io img {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}

	.lxh .l p {
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	.lxh .l span {
		width: 100%;
		font-size: 16px;
		color: #788392;
	}

	.lxmap {
		float: left;
		width: 100%;
		height: 400px;
		background: #f0f3fa;
		margin-top: 4px;
	}

	#container {
		float: left;
		width: 100%;
		height: 100%;
	}

	.ipLocTitle {
		min-height: 30px;
		line-height: 16px;
		border: 1px solid #c4c7cc;
		background-color: #FFF;
		padding: 6px 10px;
		cursor: pointer;
		border: 1px solid rgba(51, 51, 51, .2);
		box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
		border-top: 0;
		border-left: 0;
	}

	.ipLocTitle .normal,
	.ipLocTitle arrow {
		color: #656565;
	}

	.ipLocCloseCont {
		cursor: pointer;
	}

	.ipLocFooter {
		margin: auto;
		margin-top: -1px;
		width: 18px;
		height: 10px;
		background: url(//webmap0.bdimg.com/wolfman/static/common/images/ipLocation/ipLocation_72a86af.png);
		background-size: 76px, auto;
		background-position: -43px 0;
	}

	.anchorBL {
		display: none;
	}

	.info {
		position: relative;
		top: 0;
		right: 0;
		min-width: 0;
		padding: .75rem 1.25rem;
		border-radius: .25rem;
		background-color: white;
		width: auto;
		border-width: 0;
		box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
	}

	.wyly {
		float: left;
		width: 100%;
		padding: 75px 0;
		background: url(../images/img_wyly_bg.jpg) no-repeat center;
	}

	.wyly .tlt {
		float: left;
		width: 100%;
		font-size: 34px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 50px;
	}

	.wyly .fbox {
		width: 735px;
		margin: auto;
	}

	.wyly .fbox .ip {
		float: left;
		margin: 0 1rem;
	}

	/* .wyly .fbox .ip:nth-child(2) {
		float: right;
	} */

	.wyly .fbox .ip .t {
		float: left;
		font-size: 16px;
		color: #FFFFFF;
		height: 46px;
		line-height: 46px;
	}

	.wyly .fbox .ip .p {
		float: left;
		width: 280px;
		margin-left: 10px;
	}

	.wyly .fbox .ip .p input {
		width: 100%;
		height: 46px;
		background: #FFFFFF;
		border-radius: 10px;
		outline: none;
		padding: 0 12px;
		box-sizing: border-box;
		font-size: 16px;
	}

	/* Custom dropdown styles */
	.wyly .fbox .ip .p .dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 46px;
	}

	.wyly .fbox .ip .p .dropdown select {
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		border-radius: 10px;
		outline: none;
		padding: 0 12px;
		box-sizing: border-box;
		font-size: 16px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;

	}

	.wyly .fbox .ip .dropdown:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000000;
	}

	.wyly .fbox .ip .p textarea {
		width: 100%;
		height: 100%;
		outline: none;
		font-size: 16px;
		resize: none;
		font-family: "微软雅黑";
	}

	.wyly .fbox .ip .p textarea::-webkit-input-placeholder {
		color: #b9b9b9;
	}


	/* inquiry css开始  */
	.inquiry {
		float: left;
		width: 100%;
		padding: 75px 0;
		background: url(../images/img_wyly_bg.jpg) no-repeat center;
		background-size: cover;
	}

	.inquiry .tlt {
		float: left;
		width: 100%;
		font-size: 34px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 10rem;
	}

	.inquiry .fbox {
		width: 735px;
		margin: auto;
	}

	.inquiry .fbox .ip {
		float: left;
		margin: 0 1rem;
	}

	/* .inquiry .fbox .ip:nth-child(2) {
		float: right;
	} */

	.inquiry .fbox .ip .t {
		float: left;
		font-size: 16px;
		color: #FFFFFF;
		height: 46px;
		line-height: 46px;
	}

	.inquiry .fbox .ip .p {
		float: left;
		width: 280px;
		margin-left: 10px;
	}

	.inquiry .fbox .ip .p input {
		width: 100%;
		height: 46px;
		background: #FFFFFF;
		border-radius: 10px;
		outline: none;
		padding: 0 12px;
		box-sizing: border-box;
		font-size: 16px;
	}

	/* Custom dropdown styles */
	.inquiry .fbox .ip .p .dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 46px;
	}

	.inquiry .fbox .ip .p .dropdown select {
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		border-radius: 10px;
		outline: none;
		padding: 0 12px;
		box-sizing: border-box;
		font-size: 16px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;

	}

	.inquiry .fbox .ip .dropdown:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000000;
	}

	.inquiry .fbox .ip .p textarea {
		width: 100%;
		height: 100%;
		outline: none;
		font-size: 16px;
		resize: none;
		font-family: "微软雅黑";
	}

	.inquiry .fbox .ip .p textarea::-webkit-input-placeholder {
		color: #b9b9b9;
	}

	/* 询价css结束  */


	.fbtn {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.fbtn .sbtn {
		width: 150px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		display: inline-block;
		background: #003789;
		color: #FFFFFF;
		font-size: 16px;
		border-radius: 10px;
		outline: none;
		cursor: pointer;
		transition: all .3s;
	}

	.fbtn .sbtn:hover {
		background: #6793D6;
	}

	.nli {
		float: left;
		width: 100%;
		margin-top: 60px;
	}

	.nli ul {
		float: left;
		width: 100%;
	}

	.nli ul li {
		float: left;
		width: 580px;
		height: 225px;
		padding: 20px;
		box-sizing: border-box;
		background: #f2f2f2;
		border-radius: 10px;
		transition: all .3s;
		margin-bottom: 40px;
	}

	.nli ul li:nth-child(2n) {
		float: right;
	}

	.nli ul li a .hl {
		float: left;
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #dfdfdf;
	}

	.nli ul li a .hl .tl {
		float: left;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.nli ul li a .hl .tl a {
		color: #333333;
		transition: all .3s;
	}

	.nli ul li a .hl .cl {
		float: left;
		width: 100%;
		margin-top: 10px;
		font-size: 16px;
		line-height: 24px;
		color: #666666;
		transition: all .3s;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}

	.nli ul li a .sl {
		float: left;
		width: 100%;
		padding: 20px 0;
	}

	.nli ul li a .sl .ti {
		float: left;
		color: #666666;
		transition: all .3s;
	}

	.nli ul li a .sl .ti .d {
		font-size: 30px;
		line-height: 30px;
	}

	.nli ul li a .sl .ti .ym {
		font-size: 16px;
	}

	.nli ul li a .sl .bl {
		float: right;
		width: 33px;
		height: 33px;
		margin-top: 10.5px;
		background: url(../images/ico_jt_r_2.png) no-repeat center;
		transition: all .3s;
	}

	.nli ul li:hover {
		color: #FFFFFF;
		background: #003789;
	}

	.nli ul li:hover a .hl {
		border-bottom: 1px solid #4d73ad;
	}

	.nli ul li:hover a .hl .tl span,
	.nli ul li:hover .hl .cl,
	.nli ul li:hover .sl .ti {
		color: #FFFFFF;
	}

	.nli ul li:hover a .sl .bl {
		background: url(../images/ico_jt_r_2_on.png) no-repeat center;
	}


	/* 右侧悬浮框CSS */
	.right_nav {
		right: 0;
		bottom: 100px;
		position: fixed;
		text-align: left;
		overflow: hidden;
		z-index: 999;
	}

	.right_nav li {
		min-height: 30px;
		background: #0085cd;
		margin: 4px 0;
		padding: 10px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		cursor: pointer;
		position: relative;
		right: -70px;
	}

	.right_nav li .iconBox {
		text-align: center;
		overflow: hidden;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}

	.right_nav li img {
		width: 30px;
		height: 30px;
	}

	.right_nav li h4 {
		color: #fff;
		font-size: 14px;
		margin: 2px 0;
		margin-left: 15px;
	}

	.right_nav li h4 a {
		color: #fff;
		font-size: 14px;
	}

	.right_nav li:hover {
		background: #cf1322
	}

	.right_nav li .hideBox {
		display: none;
		position: absolute;
		right: 120px;
		padding: 10px;
		padding-right: 15px;
		top: -10px;
		z-index: 999;
	}

	.right_nav li .hideBox .hb {
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 10px 20px;
		border-top: 2px solid #0085cd;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.right_nav li .hideBox .hb h5 {
		padding: 5px 0;
		border-bottom: 2px solid #ccc;
		color: #0085cd;
		font-size: 16px;
		font-weight: 400;
		display: block;
		white-space: nowrap;
	}

	.right_nav li .hideBox .hb p {
		margin-top: 5px;
		font-size: 18px;
		font-weight: 700;
	}

	.right_nav li .hideBox .hb .qqtalk {
		margin-top: 10px;
	}

	.right_nav li .hideBox .hb .qqtalk a {
		display: flex;
		align-items: center
	}

	.right_nav li .hideBox .hb .qqtalk img {
		width: 25px;
		height: 25px;
	}

	.right_nav li .hideBox .hb .qqtalk p {
		font-size: 14px;
		font-weight: 400;
		white-space: nowrap;
		margin-top: -5px;
		margin-left: 5px;
	}

	.right_nav li:nth-child(2) .hideBox img {
		width: 140px;
		height: 140px;
		margin-top: 10px;
	}

	.dscon .main .dc .gallery {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		background-color: rgb(247, 247, 247);
	}

	.dscon .main .dc .gallery .gallery-items {
		width: 500px;
		margin: 40px;
	}

	.dscon .main .dc .gallery .gallery-items img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.dscon .main .dc .gallery .gallery-items:hover img {
		transform: scale(1.2);
	}

	.dscon .main .dc .dc1 .image-content {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		background-color: rgb(247, 247, 247);
	}

	.dscon .main .dc .dc1 .image-content .image-content-items img {
		max-width: 1200px;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.dscon .main .dc .dc1 .image-content .image-content-items:hover img {
		transform: scale(1.2);
	}

	.dscon .main .dc .dc1 .video-content {
		width: 100%;
		display: flex;
		justify-content: center;
   align-items: center;
		background-color: rgb(247, 247, 247);
	}

	.dscon .main .dc .dc1 .video-content .video-content-items video {
		max-width: 1200px;
		max-height: 700px;
		object-fit: cover;
	}


	/* 产品内容样式 */
	.prod {
		width: 100%;
	}

	.prod .prod_main {
		width: 100%;
		height: auto;
		/* 修改高度为自动 */
		background: url(../images//productDetail_bg1.jpeg);
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
	}

	.prod .prod_main .content {
		width: 720px;
		min-height: 500px;
		background-color: #fff;
		margin: 50px;
		padding: 80px 100px;
	}

	.prod .prod_main .content h1 {
		font-size: 42px;
	}

	.consult {
		width: 100%;
		height: 220px;
		background-color: #24a149;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.consult .text {
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		margin: 4rem 0;
	}

	.consult .contactus {
		background-color: rgb(0, 80, 184);
		margin: 4rem 0;
		width: 100px;
		height: 50px;
		line-height: 50px;
		padding: 4px;
		text-align: center;
		transform: translate(-140px, 63px);
	}

	.consult .contactus a {
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
	}

	.consult .contactus:hover {
		cursor: pointer;
		background-color: rgb(16, 101, 211);
	}


	/* 轮播  */
	.sliders {
		width: 100%;
		height: 650px;
		background-color: rgb(24, 90, 153);
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
	}

	.content_text {
		margin: 4rem;
		width: 400px;
		height: 400px;
	}

	.content_text h1 {
		color: #fff;
		font-size: 42px;
		font-weight: bold;
		border-bottom: 2px dsahed rgba(228, 20, 20, 0.849);
		padding-bottom: 2rem;
	}

	.content_text .text {
		color: #fff;
		font-size: 16px;
		line-height: 1.6em;
		letter-spacing: 1.1;
	}

	.box {
		position: relative;
		width: 660px;
		height: 400px;
		/* margin-left: 200px;
		margin-top: 100px; */
	}

	.big_img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.big_img ul {
		position: absolute;
		top: 0;
		left: 0;
	}

	.big_img li {
		float: left;
	}

	.big_img li img {
		width: 100%;
	}

	.btn {
		display: none;
		width: 50px;
		height: 60px;
		background: rgba(0, 0, 0, 0.30);
		line-height: 60px;
		text-align: center;
		color: lightgray;
		font-size: 50px;
		cursor: pointer;
	}

	.btn_left {
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -30px;
	}

	.btn_right {
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -30px;
	}
.industry_big_img_item {
	display: inline-block;
	
}
.industry_big_item_img {
	width: 500px;
}
.industry_small_img_item {
	display: inline-block;
}
.industry_small_img_item_img{
	width: 100px;
}
.honor-title{
	text-wrap: wrap;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px solid rgb(204, 204, 204);
  padding: 0px 4px 0px 0px;
	color: #0070C0;
}
.honorg_img_ul{
	text-align: center;
}

.honor-img{
	width: 300px;
  height: 200px;
}
.honor-li{
	display: inline-block;
	padding: 5px 40px;
}

/* styles.css */
#flyText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
#flyText_h1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 65px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s;
}
#flyText_h2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s;
}
.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


.industry-gallery-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.industry-gallery-items:hover img {
		transform: scale(1.1);
	}
.industry-img-title{
    font-size: 26px;
    text-align: center;
}

.industry-type-title{
	font-size: 24px;
  color: #000000;
  margin: 10px 0 5px 0;
	border-bottom: 3px solid #0085cd;
}
.industry-img{
	height: 100px;
  padding: 5px 10px;
}
.industry-li-item{
	display: inline-block;
  border: 1px solid #d5d5d5;
  margin: 5px 10px;
	object-fit: cover;
  transition: transform 0.3s ease;
}
.industry-li-item:hover {
		transform: scale(1.1);
	}

.partner-li-item{
	display: inline-grid;
  justify-content: center; /* 水平居中 */
  align-items: center;    /* 垂直居中（可选） */
  height: 160px; 
  border: 1px solid #ddd; 
margin: 8px;
object-fit: cover;
  transition: transform 0.3s ease;
}
.partner-li-item:hover {
		transform: scale(1.1);
	}
.partner-img-wrapper {
  text-align: center; /* 使图片和描述文字都居中 */
}
.partner-img-wrapper img {
  max-width: 100%; /* 防止图片溢出 */
  max-height: 100px; /* 限制图片高度 */
  display: block; /* 避免图片下方间隙 */
  margin: 0 auto; /* 水平居中（可选，Flexbox 已居中） */
}
.partner-caption {
  margin-top: 10px; /* 调整描述文字与图片的间距 */
  font-size: 14px;
  color: #666;
	padding: 0 15px;
}
