@charset "utf-8";

/* CSS Document */
body {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
	font-family: 'Microsoft YaHei';
	margin: auto
}

@font-face {
	font-family: anton;
	src: url('../fonts/anton.woff.ttf'),
		url('../fonts/anton.woff.ttf');
	/* IE9+,可以是具体的实际链接 */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: 0;
}

ul,
li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
	transition: all 0.6s;
}

a:hover {
	color: #EE7E00;
	text-decoration: none;
}

table {
	margin: auto;
}

i {
	font-style: normal
}

em {
	font-style: normal
}


.header.yanse {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.30);
}

.header.yanse a {
	color: #333333;
}

.header.yanse.yanse01 a {
	color: #FFFFFF;
}

.header.yanse.yanse01 a:hover {
	background-image: url(../images/synavbj.png);
	background-position: center;
	background-repeat: no-repeat;
}

.header.yanse a:hover {
	background-image: url(../images/navbj.png);
	background-position: center;
	background-repeat: no-repeat;
}

.header.yanse .logo {
	background-color: #FFFFFF;
	border: 0px solid rgba(255, 255, 255, 0.30);
}

.header.yanse.yanse01 .logo {
	background-color: rgba(0, 0, 0, 0.3);
}

.fixedIcon {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
	padding: 5px;
	display: none;
}

.fixedIcon .close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	color: #fff;
	transform: translate(-50%, 140%);
}

.fixedIcon img {
	display: block;
	max-width: 100%;
	max-width: 100%;
	height: auto;
}

.zz {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 100vh;
	display: none;
}

.tanchu {
	display: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 4%;
}

.tcxs {
	display: block;
}

.close2 {
	width: 87%;
	height: 62px;
	background-image: url(../images/close-circle.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;

}

.kcgd {
	float: right;
	color: #0066CC;
	line-height: 40px;
	width: 100%;
}

.kcgd a {
	float: right;
	color: #0066CC
}

.ckgd {
	height: 75px;
	overflow: hidden;
}

.close2 a {
	width: 100%;
	float: left;
	height: 100%;
}

.ditu {
	width: 100%;
}

@keyframes animateTop {
	0% {
		transform: translateY(500%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes animatedTop {
	0% {
		-moz-transform: translateY(500%);
		opacity: 0;
	}

	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes animatedTop {
	0% {
		-webkit-transform: translateY(500%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes animatedTop {
	0% {
		-ms-transform: translateY(500%);
		opacity: 0;
	}

	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@media (min-width:1440px) {
	.main {
		width: auto;
		margin: auto;
		max-width: 1580px;
		padding: 0px 15px;
	}

	.header {
		width: 100%;
		position: fixed;
		height: 80px;
		top: 0;
		left: 0;
		z-index: 9999;
		display: flex;
		justify-content: space-between;
		padding-right: 4.0vw;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.logo {
		width: 297px;
		height: 78px;
		display: flex;
		align-items: center;
		padding-left: 30px;
		padding-right: 20px;
		justify-content: space-between;
		position: relative;
	}

	.logo img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.nav-bar2 {
		width: auto;
	}

	.nav-bar2 span {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.nav-bg {
		width: 0px;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 998;
		padding-top: 80px;
	}

	.v_close {
		display: block;
		position: absolute;
		top: 0px;
		right: 20px;
		z-index: 102;
		width: 18px;
		height: 80px;
		background: url(../images/close2.png) no-repeat;
		background-size: contain;
		background-position: center;
		display: none;
	}

	.nav {
		margin: 0 0 0 0;
	}

	.subNavBox3 {
		width: 100%;
		float: left;
		background-color: rgba(0, 0, 0, 0.4);
		padding-bottom: 20px;
		position: absolute;
		/* top: 80px; */
		top: 79px;
		display: none;
		left: 0;
		z-index: 999999999;
	}

	.subNav3 {
		width: 100%;
		float: left;
		padding-left: 30px;
		padding-right: 20px;
	}

	.subNav3 dl dt {
		HEIGHT: 7vh;
		DISPLAY: flex;
		CURSOR: pointer;
		justify-content: space-between;
		font-size: 18px;
		line-height: 50px;
		align-items: center;
		margin-top: 10px;
	}

	.subNav3 dl dt img {
		vertical-align: middle;
	}

	.subNav3 dl dt img {
		margin-right: 10px;
	}

	.subNav3 dl dd img {
		margin-right: 10px;
	}

	.subNav3 dl dt a {
		color: #FFFFFF;
	}

	.subNav3 dl dd {
		line-height: 6.5vh;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 16px;
		color: #FFFFFF;
		justify-content: space-between;
		DISPLAY: flex;
		position: relative;
		padding-left: 10px
	}

	.subNav3 dl dd .xlm {
		width: 560px;
		padding: 30px 40px;
		background-color: #FFFFFF;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		right: -560px;
		top: 0;
		z-index: 9999999;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.subNav3 dl dd .xlm h1 {
		color: #333333;
		font-weight: normal;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.subNav3 dl dd .xlm a {
		margin-right: 20px;
		color: #666666;
		white-space: nowrap;
	}

	.subNav3 dl dd .xlm a:hover {
		color: #EE7E00;
	}

	.subNav3 dl dd:hover {
		background-color: #ee7e00;
	}

	.subNav3 dl dd:hover .xlm {
		opacity: 1;
		visibility: visible;
	}



	.header.yanse .subNav3 dl dt a {
		color: #FFFFFF;
	}

	.header.yanse .subNav3 .xlm a {
		color: #666666;
	}

	.header.yanse .subNav3 dl dd a {
		color: #FFFFFF;
	}

	.top-r {
		width: auto;
		justify-content: space-between;
		display: flex;
		height: 80px;
		align-items: center;
	}

	.innav {
		width: auto;
		height: 80px;
	}

	.innav ul {
		display: flex;
		align-items: center;
		height: 80px;
	}

	.innav ul li {
		width: 116px;
		text-align: center;
		font-size: 14px;
		height: 43px;
		line-height: 43px;
		position: relative;
	}

	.innav ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}

	.innav ul li a:hover {}




	#xiala {
		width: auto;
		position: absolute;
		top: 43px;
		left: -100px;
		z-index: 99999;
		height: 40px;
		white-space: nowrap;
		padding-top: 15px;
		opacity: 0;
		visibility: hidden;
	}

	#xiala a {
		color: #000000;
		margin-left: 15px;
		margin-right: 15px;
		float: none;
		line-height: 40px;
	}

	#xiala a:hover {
		background: none;
	}

	.innav ul li:hover #xiala {
		opacity: 1;
		visibility: visible;
	}

	.xlbj {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 99998;
		background: rgba(255, 255, 255, 0.60);
		backdrop-filter: blur(25px);
		height: 40px;
		opacity: 1;
		transition: all 0.6s;
		display: none
	}

	.header:hover .xlbj99 {
		opacity: 1;
		visibility: visible;
		height: 40px;
	}

	.tel {
		width: 206px;
		height: 40px;
		background: #ee7e00;
		border-radius: 100px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		font-family: anton;
		line-height: 40px;
		letter-spacing: 1px;
		margin-left: 60px;
	}

	.tel img {
		vertical-align: middle;
		margin-right: 20px;
	}

	.header.yanse {
		background-color: rgba(255, 255, 255, 1);
	}

	.header.yanse.yanse01 {
		background-color: rgba(0, 0, 0, 0);
	}

	.intitle {
		width: 100%;
		float: left;
		margin-top: 80px;
		position: relative;
	}

	.intitle dl dt {
		font-size: 48px;
		color: #E9EDF0;
		line-height: 72px;
		font-family: anton;
		text-align: center;
		letter-spacing: 10px;
		text-transform: uppercase;
	}

	.intitle dl dd {
		width: 100%;
		height: 72px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		line-height: 72px;
		color: #000000;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 5px;
	}

	.hdkj {
		width: 100%;
		float: left;
		margin-top: 45px;
	}

	.hdkj ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj ul li {
		width: 25%;
		height: 16.77vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj ul li .subtitle {
		width: 100%;
		height: 45px;
		background: rgba(0, 0, 0, 0.50);
		line-height: 45px;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 24px;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj ul li .tex h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hdkj ul li .tex .more {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.hdkj ul li .tex .more a {
		width: 150px;
		height: 36px;
		border: 0.75px solid #ffffff;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj ul li .tex .more a i {
		padding: 10px;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 15px;
	}

	.hdkj ul li:hover .tex {
		opacity: 1;
	}

	.ckmore {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.ckmore a {
		width: 200px;
		height: 48px;
		background: #ee7e00;
		line-height: 48px;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
	}

	.ckmore a img {
		vertical-align: middle;
		margin-left: 20px;
	}

	.szyp {
		width: 100%;
		float: left;
		margin-top: 80px;
		height: 860px;
		/* background-image: url(../images/ypbj.png); */
		background-image: url(../images/casebg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.szyp ul {
		display: flex;
		justify-content: space-between;
	}

	.szyp ul li {
		width: 16.666%;
		height: 860px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.szyp ul li dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		transition: all 0.6s;
	}

	.szyp ul li dl dd {
		font-size: 24px;
		font-family: Anton;
		font-weight: 400;
		text-align: CENTER;
		line-height: 24px;
		letter-spacing: 0.24px;
		text-align: center;
		color: rgba(255, 255, 255, 0.2);
		letter-spacing: 2px;
		margin-top: 20px;
		text-transform: uppercase;
	}

	.szyp ul li p {
		margin-top: 30px;
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.szyp ul li:hover {
		background: rgba(0, 0, 0, 0.30);
		backdrop-filter: blur(25px);
	}

	.szyp ul li:hover p {
		opacity: 1;
	}

	.szyp ul li:hover .dl dt {
		margin-top: 30px;
	}

	.intitle2 {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 11;
	}

	.intitle2 dl {
		width: 100%;
		float: left;
		position: relative;
	}

	.intitle2 dl dt {
		font-size: 48px;
		color: rgba(255, 255, 255, 0.1);
		line-height: 72px;
		font-family: anton;
		text-align: center;
		letter-spacing: 10px;
		text-transform: uppercase;
	}

	.intitle2 dl dd {
		width: 100%;
		height: 72px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		line-height: 72px;
		color: #FFFFFF;
		background-image: url(../images/hbk.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 5px;
	}

	.wrap {
		width: 100%;
		float: left;
		padding-bottom: 80px;
		background-color: #f8f8f8;
	}

	.innews {
		width: 100%;
		float: left;
		margin-top: 15px;
	}

	.innews ul {
		display: flex;
		flex-wrap: wrap;
	}

	.innews ul li {
		width: calc(33.3% - 30px);
		margin-right: 30px;
		height: 304px;
		position: relative;
		margin-top: 30px;
	}

	.innews ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.innews ul li .pic {
		width: 100%;
		height: 304px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 11;
		opacity: 0;
		transition: all 0.6s;
	}

	.innews ul li:hover .pic {
		opacity: 1;
	}

	.innews ul li .pic img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.innews ul li .pic .wenben {
		width: 100%;
		height: 75px;
		position: absolute;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 100%);
		padding: 0px 40px;
		bottom: 0;
		left: 0;
		z-index: 22;
	}

	.innews ul li .pic .wenben dl dt {
		font-size: 16px;
		line-height: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd {
		font-size: 14px;
		line-height: 30px;
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd a {
		color: #FFFFFF;
	}

	.innews ul li .tex {
		width: 100%;
		padding: 40px;
		background-color: #FFFFFF;
		height: 304px;
	}

	.innews ul li .tex dl dt {
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;
		margin-bottom: 23px;
	}

	.innews ul li .tex dl dd {
		font-size: 14px;
		line-height: 28px;
		color: #666666;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.innews ul li .tex p {
		display: flex;
		margin-top: 15px;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
		justify-content: space-between;
	}

	.innews ul li .tex p a {
		color: #666666;
	}

	.inabout {
		width: 100%;
		float: left;
		background-image: url(../images/ab01.png);
		background-position: center right 72px;
		background-repeat: no-repeat;
		padding: 140px 0px;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.inabout01 {
		width: 50%;
		float: left;
	}

	.inabout h1 {
		display: flex;
	}

	.inabout h1 i {
		width: 282px;
		height: 70px;
		text-align: center;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		font-size: 32px;
		letter-spacing: 5px;
		line-height: 70px;
		font-weight: bold;
		color: #333333;
	}

	.inabout h2 {
		font-size: 48px;
		color: #E9EDF0;
		line-height: 72px;
		font-family: anton;
		letter-spacing: 10px;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 15px;
	}

	.inabout .hx {
		margin-top: 50px;
		display: flex;
	}

	.inabout .hx i {
		width: 90px;
		height: 3px;
		background-color: #EE7E00;
	}

	.inabout h3 {
		margin-bottom: 30px;
		margin-top: 30px;
		font-weight: normal;
		font-size: 24px;
		color: #333333;
	}

	.foot {
		width: 100%;
		float: left;
		background-color: #092042;
		border-top: 4px solid #EE7E00;
		padding-top: 56px;
		position: relative;
	}

	.xjt {
		width: 54px;
		height: 47px;
		position: absolute;
		left: calc(50% - 27px);
		top: 0;
		z-index: 1;
		background-image: url(../images/xjt.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.foot01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		padding-bottom: 45px;
	}

	.foot01 dl dt {
		font-size: 18px;
		color: #FFFFFF;
		padding-bottom: 22px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		margin-bottom: 5px;
	}

	.foot01 dl dd {
		font-size: 14px;
		line-height: 18px;
		color: #5C708D;
		margin-top: 15px;
	}

	.foot01 dl dd a {
		color: #5C708D;
	}

	.foot01 dl dd a:hover {
		color: #FFFFFF;
	}

	.foot02 {
		width: 100%;
		float: left;
		height: 60px;
		line-height: 60px;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
		font-size: 12px;
		text-align: center;
		color: #5C708D;
	}

	.nybanner {
		width: 100%;
		float: left;
		height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 80px;
		position: relative;
	}

	.dingwei {
		width: 100%;
		float: left;
		position: absolute;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid rgba(255, 255, 255, 0.20);
		font-size: 14px;
		bottom: 0;
		left: 0;
		z-index: 11;
		color: #FFFFFF;
		background: rgba(0, 0, 0, 0.10);
	}

	.dingwei a {
		color: #FFFFFF;
	}

	.zlm {
		width: 100%;
		float: left;
		height: 60px;
		border-bottom: 1px solid #DDDDDD;
		line-height: 60px;
	}

	.zlm ul {
		border-left: 1px solid #DDDDDD;
		display: flex;
	}

	.zlm ul li {
		width: 272px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
		border-right: 1px solid #DDDDDD;
	}

	.zlm ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}

	.zlm ul li a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.zlm ul li .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.xtitle {
		font-size: 20px;
		color: #333333;
		line-height: 32px;
		margin-top: 20px;
		text-align: center;
		width: 100%;
		float: left;
	}

	.xtitle i {
		color: #EE7E00;
	}

	.nyabout {
		width: 100%;
		float: left;
		margin-top: 25px;
		font-size: 14px;
		line-height: 30px;
		padding: 0px 10%;
		text-align: center;
		color: #666666;
	}

	.nyabout01 {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.nyabout01 ul {
		display: flex;
	}

	.nyabout01 ul li {
		width: 33.33%;
		background-color: #f2f2f2;
		display: flex;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
		padding: 35px 30px;
		padding-right: 80px;
		justify-content: space-between;
	}

	.nyabout01 ul li div:first-child {
		width: 50px;
	}

	.nyabout01 ul li div:nth-child(2) {
		width: calc(100% - 70px);
	}

	.nyabout01 ul li h1 {
		font-size: 16px;
		color: #333333;
		margin-bottom: 10px;
		font-weight: normal;
		line-height: 21px;
	}

	.nyabout01 ul li:nth-child(2) {
		background-color: #f9fafb;
	}

	.abt {
		width: 100%;
		float: left;
		margin-top: 60px;
		height: 525px;
		background: url(../images/abbg.jpg) center no-repeat;
		background-attachment: fixed;
	}

	.abt img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul {
		width: 100%;
		float: left;
		background-color: #e9edf0;
		padding-bottom: 105px;
	}

	.cutrul01 {
		width: 100%;
		float: left;
		margin-top: 55px;
	}

	.cutrul01 ul {
		display: flex;
		justify-content: space-between;
	}

	.cutrul01 ul li {
		width: calc(33.33% - 40px);
		position: relative;
		transition: all 0.6s;
	}

	.cutrul01 ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul01 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}

	.cutrul01 ul li .tex h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.cutrul01 ul li .tex2 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-image: url(../images/b01.jpg);
		background-position: center;
		background-repeat: no-repeat;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		color: #FFFFFF;
		transition: all 0.6s;
	}

	.cutrul01 ul li .tex2 dl dt {
		height: 96px;
		margin-bottom: 40px;
		text-align: center;
	}

	.cutrul01 ul li .tex2 dl dt img {
		width: auto;
		height: auto;
		display: inline-block;
	}

	.cutrul01 ul li .tex2 dl dd {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.cutrul01 ul li:hover .tex2 {
		opacity: 1;
		visibility: visible;
	}

	.team {
		width: 100%;
		float: left;
		margin-top: 40px;
		height: 840px;
		background-image: url(../images/tdbj.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.team ul {
		display: flex;
		justify-content: space-between;
	}

	.team ul li {
		width: 25%;
		height: 840px;
		padding: 80px 60px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 16px;
		line-height: 28px;
		color: #FFFFFF;
	}

	.team ul li h1 {
		padding-bottom: 30px;
		background-image: url(../images/hx.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.team ul li:hover {
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(25px);
	}

	.nytitle {
		width: 100%;
		float: left;
		margin-top: 40px;
		text-align: center;
		font-size: 14px;
		color: #666666;
		line-height: 18px;
	}

	.nytitle dl dt {
		font-size: 32px;
		line-height: 32px;
		color: #333333;
	}

	.nytitle dl dd {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
		color: #999999;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.hdzlm {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hdzlm ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.hdzlm ul li {
		width: calc(12.5% - 20px);
		height: 38px;
		border: 1px solid #bdbdbd;
		margin-right: 10px;
		margin-left: 10px;
	}

	.hdzlm ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 38px;
	}

	.hdzlm ul li img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hdzlm ul li .pic01 {
		display: inline-block;
	}

	.hdzlm ul li .pic02 {
		display: none;
	}

	.hdzlm ul li:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li:hover a {
		color: #FFFFFF;
	}

	.hdzlm ul li:hover .pic01 {
		display: none;
	}

	.hdzlm ul li:hover .pic02 {
		display: inline-block;
	}

	.hdzlm ul li.cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li.cur a {
		color: #FFFFFF;
	}

	.hdzlm ul li.cur .pic01 {
		display: none;
	}

	.hdzlm ul li.cur .pic02 {
		display: inline-block;
	}

	.hd01 {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hd01 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hd01 ul li {
		width: calc(25.0% - 18px);
		position: relative;
		margin-right: 18px;
		overflow: hidden;
	}

	.hd01 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd01 ul li span {
		width: auto;
		position: absolute;
		bottom: 25px;
		left: 30px;
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
		z-index: 1;
	}

	.hd01 ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.hd01 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02 {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}

	.hd02-l {
		width: 26%;
		border: 1px solid #bdbdbd;
		padding: 31px 40px;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}

	.hd02-l dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd02-l dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd02-l dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd02-l a {
		color: #666666;
	}

	.hd02-r {
		width: calc(74% - 20px);
	}

	.hd02-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
	}

	.hd02-r ul li:first-child {
		margin-top: 0px;
	}

	.hd02-r ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd02-r ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hd02-r ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd02-r ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		background: rgba(238, 126, 0, 0.90);
		left: 0;
		top: 0;
		padding: 60px 40px;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 25px;
		opacity: 0;
		transition: all 0.6s;
	}

	.hd02-r ul li .tex h1 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hd02-r ul li .tex h1 i {
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
	}

	.hd02-r ul li:hover .tex {
		opacity: 1;
	}

	.hd02-r ul li:hover span {
		opacity: 0;
	}

	.hd02-r2 {
		width: calc(74% - 20px);
	}

	.hd02-r2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r2 ul li {
		width: 37%;
		position: relative;
		margin-top: 20px;
		margin-right: 20px;
		overflow: hidden;
		height: 225px;
	}

	.hd02-r2 ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd02-r2 ul li:hover .mask {
		opacity: 1
	}

	.hd02-r2 ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.hd02-r2 ul li:first-child {
		margin-top: 0px;
		width: calc(63% - 20px);
	}

	.hd02-r2 ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd02-r2 ul li:nth-child(4) {
		width: calc(63% - 20px);
	}

	.hd02-r2 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd02-r2 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02-r2 ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}


	.hd03 {
		width: 100%;
		float: left;
		padding: 60px 0px;
		margin-top: 40px;
		background-image: url(../images/hbj01.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.hd03-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd03-l ul {
		width: calc(50% - 8px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd03-l ul li {
		width: calc(50% - 8px);
		position: relative;
		overflow: hidden;
	}

	.hd03-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd03-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd03-l ul li:hover .mask {
		opacity: 1
	}

	.hd03-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd03-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 2;
	}

	.hd03-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 16px;
	}

	.hd03-l ul:nth-child(2) li:first-child {
		width: 100%;
		margin-top: 0px;
	}

	.hd03-l ul:nth-child(2) li {
		margin-top: 16px;
	}

	.hd03-r {
		width: 22%;
		padding: 30px;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 14px;
		line-height: 28px;
		color: #FFFFFF;
		float: right;
	}

	.hd03-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd03-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd03-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd04 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd04-l {
		width: calc(78% - 20px);


		float: left;
	}

	.hd04-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd04-l ul li {
		width: calc(25% - 20px);
		position: relative;
		overflow: hidden;
		margin-right: 20px;
	}

	.hd04-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd04-l ul li:hover .mask {
		opacity: 1
	}

	.hd04-l ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd04-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd04-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd04-l ul li:nth-child(4) {
		margin-right: 0px;
	}

	.hd04-r {
		width: 22%;
		padding: 30px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}

	.hd04-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd04-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd04-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd04-r a {
		color: #999999;
	}

	.hd05 {
		width: 100%;
		float: left;
		padding: 60px 0px;
		margin-top: 40px;
		background-color: #1d3948;
		background: url(../images/fdchd.png) no-repeat center;
	}

	.hd05-l {
		width: 26%;
		border: 1px solid rgba(255, 255, 255, 0.30);
		padding: 31px 40px;
		font-size: 14px;
		line-height: 28px;
		color: #FFFFFF;
		float: left;
	}

	.hd05-l dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd05-l dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd05-l dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd05-l a {
		color: #FFFFFF;
	}

	.hd05-r {
		width: calc(74% - 20px);
		float: right;
	}

	.hd05-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd05-r ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
		overflow: hidden;
		height: 190px;
	}

	.hd05-r ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd05-r ul li:hover .mask {
		opacity: 1
	}

	.hd05-r ul li:first-child {
		margin-top: 0px;
	}

	.hd05-r ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd05-r ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd05-r ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd05-r ul li:hover img {
		transform: scale(1.05);
	}

	.hd06 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd06-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd06-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd06-l ul li {
		width: calc(33.0% - 20px);
		position: relative;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 20px;
		height: 210px;
	}

	.hd06-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd06-l ul li:hover .mask {
		opacity: 1
	}

	.hd06-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd06-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd06-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd06-l ul li:nth-child(4) {
		margin-right: 0px;
	}

	.hd06-l ul li:first-child {
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
		height: 280px;
	}

	.hd06-r {
		width: 22%;
		padding: 30px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}

	.hd06-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd06-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd06-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd06-r a {
		color: #999999;
	}

	.hd07 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd07-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
	}

	.hd07-l ul {
		width: calc(50% - 8px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd07-l ul li {
		width: calc(50% - 8px);
		position: relative;
		overflow: hidden;
	}

	.hd07-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd07-l ul li:hover .mask {
		opacity: 1
	}

	.hd07-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd07-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd07-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd07-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 16px;
	}

	.hd07-l ul:nth-child(2) li:first-child {
		width: 100%;
		margin-top: 0px;
	}

	.hd07-l ul:nth-child(2) li {
		margin-top: 16px;
	}

	.hd07-r {
		width: 22%;
		padding: 30px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}

	.hd07-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd07-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd07-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd07-r a {
		color: #999999;
	}

	.hd08 {
		width: 100%;
		float: left;
		padding: 113px 0px;
		margin-top: 60px;
		background-image: url(../images/hdbj02.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.aa01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.hd08-l {
		width: calc(60% - 20px);
		float: left;
		overflow: hidden;
		position: relative;
	}

	.hd08-l .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd08-l:hover .mask {
		opacity: 1
	}

	.hd08-l img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd08-l:hover img {
		transform: scale(1.05);
	}

	.hd08-l span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd08-r {
		width: 40%;
		padding: 30px;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 14px;
		line-height: 28px;
		color: #FFFFFF;
		float: right;
	}

	.hd08-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd08-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd08-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd08-r a {
		color: #FFFFFF;
	}

	.szlist {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.szlist ul {
		display: flex;
		flex-wrap: wrap;
	}

	.szlist ul li {
		width: calc(25.3% - 18px);
		margin-right: 18px;
		margin-top: 30px;
	}

	.szlist ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.szlist ul li dl dt {
		overflow: hidden;
	}

	.szlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.szlist ul li dl dd {
		height: 40px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 40px;
		margin-top: 10px;
	}

	.szlist ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dd i {
		width: 100%;
	}

	.fy {
		width: 100%;
		float: left;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.fy ul {
		display: flex;
		justify-content: center;
	}

	.fy ul li {
		font-size: 16px;
		line-height: 38px;
		margin-top: 10px;
		font-family: '宋体';
	}

	.fy ul li a {
		padding: 10px 20px;
		text-align: center;
		border-right: 0px;
	}

	.fy ul li a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.fy ul li .cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.con {
		width: 100%;
		float: left;
		margin-top: 25px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}

	.con-l {
		width: calc(100% - 375px);
	}

	.hdshow01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.hdshow01-l {
		width: 520px;
	}

	.contnum {
		width: 100%;
		float: left;
		margin-top: 10px;
		font-size: 12px;
		color: #666666;
	}

	.hdshow01-r {
		width: calc(100% - 560px);
		font-size: 14px;
		line-height: 25px;
		color: #666666;
	}

	.hdshow01-r h1 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hdshow01-r h1 i {
		font-size: 14px;
		color: #666666;
		margin-left: 30px;
		font-weight: normal;
	}

	.hdshow01-r h1 em {
		font-size: 16px;
		color: #EE7E00;
	}

	.hdshow01-r h1 b {
		font-size: 24px;
		color: #EE7E00;
	}

	.hdshow01-r01 {
		display: flex;
		margin-top: 20px;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #999999;
		font-size: 12px;
		justify-content: space-between;
	}

	.hdshow01-r01 .pic {
		width: 136px;
		height: 90px;
		overflow: hidden;
	}

	.hdshow01-r01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hdshow01-r01 div:nth-child(2) {
		width: calc(100% - 166px);
	}

	.hdshow01-r01 h1 {
		font-size: 14px;
		color: #333333;
		margin-bottom: 15px;
	}

	.hdshow01-r02 {
		display: flex;
		margin-top: 10px;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #666666;
		font-size: 12px;
		justify-content: space-between;
	}

	.hdshow01-r02 div {
		width: 100%;
		float: left
	}

	.hdshow01-r02 .pic {
		width: 136px;
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		text-align: center;
	}

	.hdshow01-r02 div:nth-child(2) {
		width: calc(100% - 166px);
		padding: 20px 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.hdshow01-r02 div:nth-child(2) a {
		margin-right: 20px;
		color: #666666;
	}

	.hdshow01-r03 {
		display: flex;
		margin-top: 20px;
	}

	.hdshow01-r03 a {
		width: 180px;
		height: 48px;
		border: 1px solid #ee7e00;
		margin-right: 20px;
		line-height: 48px;
		text-align: center;
		font-size: 16px;
		color: #EE7E00;
	}

	.hdshow01-r03 a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow01-r03 .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow02 {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hdshow02 h1 {
		display: flex;
		margin-bottom: 20px;
	}

	.hdshow02 h1 i {
		width: 170px;
		height: 48px;
		background: #ee7e00;
		font-size: 16px;
		line-height: 48px;
		color: #FFFFFF;
		text-align: center;
	}

	.hdshow02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdshow02 ul li {
		width: calc(25.4% - 20px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.hdshow02 ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.hdshow02 ul li dl dt {
		position: relative;
		overflow: hidden;
	}

	.hdshow02 ul li dl dt span {
		width: 42px;
		height: 42px;
		position: absolute;
		left: calc(50% - 21px);
		top: calc(50% - 21px);
		background-image: url(../images/sp.png);
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
	}

	.hdshow02 ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hdshow02 ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.hdshow02 ul li dl dd {
		line-height: 32px;
		font-size: 14px;
	}

	.con-r {
		width: 285px;
	}

	.con-r h1 {
		margin-bottom: 16px;
		font-size: 16px;
		color: #333333;
		line-height: 21px;
	}

	.con-r ul li {
		width: 100%;
		margin-top: 20px;
		float: left;
	}

	.con-r ul li dl dt {
		overflow: hidden;
	}

	.con-r ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.con-r ul li dl dd {
		height: 40px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 40px;
		margin-top: 10px;
	}

	.con-r ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dd i {
		width: 100%;
	}

	.ztlm {
		width: 100%;
		float: left;
		padding-bottom: 20px;
		padding-top: 16px;
		border-bottom: 1px solid #e6e6e6;
	}

	.ztlm ul {
		display: flex;
		justify-content: space-between;
	}

	.ztlm ul li {
		width: 16.66%;
		border-right: 1px solid #e6e6e6;
	}

	.ztlm ul li dl dt {
		text-align: center;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
		line-height: 46px;
	}

	.ztlm ul li dl dt img {
		vertical-align: middle;
		margin-right: 18px;
	}

	.ztlm ul li dl dd {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		text-align: center;
	}

	.ztlm ul li:last-child {
		border: 0px;
	}

	.smwz {
		width: 100%;
		float: left;
		margin-top: 40px;
		padding: 0px 20%;
		font-size: 12px;
		line-height: 18px;
		color: #666666;
		text-align: center;
	}

	.ztlist {
		width: 100%;
		margin-top: 10px;
		float: left;
	}

	.ztlist ul {
		display: flex;
		flex-wrap: wrap;
	}

	.ztlist ul li {
		width: calc(33.3% - 30px);
		margin-right: 30px;
		margin-top: 30px;
	}

	.ztlist ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.ztlist ul li dl dt {
		overflow: hidden;
	}

	.ztlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.ztlist ul li dl dd {
		height: 60px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 60px;
		display: flex;
		justify-content: space-between;
	}

	.ztlist ul li dl dd span {
		font-size: 12px;
		color: #666666;
	}

	.ztlist ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dd i {
		width: 100%;
	}

	.ztshow {
		width: 100%;
		float: left;
		margin-bottom: 45px;
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
	}

	.ztshow-l {
		width: calc(100% - 480px);
	}

	.zttitle {
		width: 100%;
		float: left;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 36px;
		font-weight: bold;
		color: #333333;
		border-bottom: 1px solid #EE7E00;
	}

	.zttex {
		width: 100%;
		float: left;
		margin-top: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.zttex img {
		max-width: 100%;
		height: auto;
	}

	.fh {
		display: flex;
		margin-top: 45px;
	}

	.fh a {
		width: 230px;
		height: 60px;
		background: #ee7e00;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
	}

	.ztshow-r {
		width: 355px;
	}

	.ztshow-r01 {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.ztshow-r01 h1 {
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		padding-top: 15px;
		align-items: center;
		border-bottom: 1px solid #E6E6E6;
		border-top: 1px solid #e6e6e6;
	}

	.ztshow-r01 h1 div dl dt {
		text-align: center;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
	}

	.ztshow-r01 h1 div dl dt img {
		vertical-align: middle;
		margin-right: 20px;
	}

	.ztshow-r01 h1 div dl dd {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
	}

	.ztshow-r01 h1 i {
		font-size: 20px;
		color: #999999;
		text-transform: uppercase;
		font-weight: normal;
	}

	.ztshow-r01 ul li {
		width: 100%;
		float: left;
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.ztshow-r01 ul li a {
		display: flex;
		justify-content: space-between;
	}

	.ztshow-r01 ul li i {
		opacity: 0;
	}

	.ztshow-r01 ul li:hover i {
		opacity: 1;
	}

	.hdkj02 {
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.hdkj02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj02 ul li {
		width: 33.3%;
		height: 18.75vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj02 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj02 ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj02 ul li .subtitle {
		width: 100%;
		height: 48px;
		background: rgba(0, 0, 0, 0.50);
		line-height: 48px;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj02 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 24px;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj02 ul li .tex h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hdkj02 ul li .tex .more {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.hdkj02 ul li .tex .more a {
		width: 150px;
		height: 36px;
		border: 0.75px solid #ffffff;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj02 ul li .tex .more a i {
		padding: 10px;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 15px;
	}

	.hdkj02 ul li:hover .tex {
		opacity: 1;
	}

	.fwtex {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.fwtex img {
		max-width: 100%;
		height: auto;
	}

	.zxly {
		width: 100%;
		float: left;
		margin-top: 60px;
		padding-bottom: 80px;
		background-color: #f4f4f4;
		padding-top: 60px;
	}

	.zxly h1 {
		font-size: 24px;
		line-height: 36px;
		color: #EE7E00;
		margin-bottom: 10px;
	}

	.zxly h2 {
		font-size: 14px;
		line-height: 18px;
		color: #666666;
		font-weight: normal;
	}

	.zxly ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.zxly ul li {
		width: calc(34.3% - 40px);
		margin-top: 30px;
	}

	.zxly ul li:nth-child(4) {
		width: 100%;
	}

	.bk {
		width: 100%;
		height: 66px;
		line-height: 66px;
		border: 0px;
		outline: none;
		padding-left: 28px;
		font-size: 14px;
		color: #828282;
		font-family: "微软雅黑";
	}

	.anniu {
		width: 230px;
		height: 60px;
		background: #ee7e00;
		line-height: 60px;
		text-align: center;
		border: 0px;
		cursor: pointer;
		font-size: 18px;
		color: #FFFFFF;
	}

	.news {
		width: 100%;
		float: left;
		margin-top: 70px;
	}

	.news ul li {
		width: 100%;
		float: left;
		padding: 40px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #E0E0E0;
		transition: all 0.6s;
	}

	.news ul li:hover {
		background: #ffffff;
		box-shadow: 0px 30px 60px 0px rgba(57, 57, 57, 0.10);
	}

	.news ul li .pic {
		width: 300px;
		overflow: hidden;
	}

	.news ul li .pic img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.news ul li:hover .pic img {
		transform: scale(1.05);
	}

	.news ul li .tex {
		width: calc(100% - 340px);
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.news ul li .tex h1 {
		font-size: 18px;
		line-height: 27px;
		color: #333333;
		margin-bottom: 15px;
	}

	.news ul li:hover .tex h1 a {
		color: #EE7E00;
	}

	.news ul li .tex .more {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}

	.news ul li .tex .more a {
		width: 145px;
		height: 43px;
		background-image: url(../images/bk02.png);
		background-position: center;
		background-repeat: no-repeat;
		color: #666666;
		line-height: 43px;
		text-align: center;
	}

	.news ul li .tex .more a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
		background-image: none;
	}

	.newtitle {
		width: 100%;
		float: left;
		margin-top: 44px;
		font-size: 24px;
		line-height: 36px;
	}

	.newdate {
		width: 100%;
		float: left;
		color: #828282;
		font-size: 12px;
		line-height: 16px;
		margin-top: 52px;
	}

	.newtex {
		width: 100%;
		float: left;
		margin-top: 44px;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 80px;
	}

	.newtex img {
		max-width: 100%;
		height: auto;
	}

	.lxwm {
		width: 100%;
		float: left;
		background-color: #f4f4f4;
		padding: 60px 0px;
		padding-bottom: 0px;
	}

	.lxwm h1 {
		font-size: 32px;
		line-height: 42px;
		color: #333333;
		font-weight: normal;
		margin-bottom: 40px;
	}

	.lxwm01 {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		padding: 60px 0px;
		display: flex;
		justify-content: space-between;
	}

	.lxwm01 div {
		padding: 0px 80px;
		border-right: 1px solid #e6e6e6;
		font-size: 14px;
		line-height: 30px;
		width: 37%;
	}

	.lxwm01 div ul li {
		width: 100%;
		float: left;
		display: flex;
		margin-top: 50px;
		align-items: center;
	}

	.lxwm01 div ul li:first-child {
		margin-top: 0px;
	}

	.lxwm01 div ul li img {
		vertical-align: middle;
	}

	.lxwm01 div ul li dl {
		margin-left: 20px;
	}

	.lxwm01 div ul li dl dt {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.lxwm01 div ul li dl dd {
		font-size: 24px;
		line-height: 28px;
	}

	.lxwm01 div ul li dl dd i {
		font-size: 20px;
	}

	.hys {
		color: #EE7E00;
	}

	.ljzx {
		display: flex;
		margin-top: 46px;
	}

	.ljzx a {
		width: 151px;
		height: 40px;
		background: #ee7e00;
		border-radius: 20px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}

	.ljzx img {
		vertical-align: middle;
		margin-right: 10px;
	}

	.lxwm01 div:nth-child(2) {
		padding-top: 70px;
	}

	.lxwm01 div:nth-child(3) {
		padding-top: 70px;
		text-align: center;
		border-right: 0px;
		width: 26%;
	}

	.map {
		width: 100%;
		float: left;
	}

	.map img {
		width: 100%;
		height: auto;
		display: block;
	}

	.zp {
		width: 100%;
		float: left;
		margin-top: 70px;
	}

	.subNavBox2 {
		width: 100%;
		float: left;
		box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
	}

	.subNavBox2 h1 {
		HEIGHT: 75px;
		line-height: 75px;
		display: flex;
		font-size: 18px;
		background-color: #EE7E00;
		font-weight: normal;
		color: #FFFFFF;
		justify-content: space-between;
	}

	.subNavBox2 h1 i {
		margin-left: 3.6vw;
		width: 200px;
	}

	.subNav2 {
		width: 100%;
		float: left;
		HEIGHT: 75px;
		display: flex;
		justify-content: space-between;
		CURSOR: pointer;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		line-height: 75px;
		font-size: 14px;
	}

	.subNav2 i {
		margin-left: 3.6vw;
		width: 200px;
	}

	.subNav2:hover {
		float: left;
	}

	.currentDd2 {
		background: #e9edf0;
	}

	.currentDd2 i {
		color: #EE7E00;
	}

	.navContent2 {
		display: none;
		float: left;
		width: 100%;
		padding: 0.5rem 5% 1rem 5%;
		line-height: 30px;
		font-size: 14px;
		background-color: #e9edf0;
	}

	.red {
		color: #EE7E00;
	}

	.szlist2 {
		width: 100%;
		float: left;
	}

	.szlist2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.szlist2 ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
		overflow: hidden;
	}

	.szlist2 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist2 ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.szlist2 ul li:hover img {
		transform: scale(1.05);
	}

	.tanc {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 99999999;
		height: 100%;
	}

	.main2 {
		width: auto;
		max-width: 1200px;
		padding: 0px 15px;
		margin: auto;
	}

	.tanc01 {
		width: 100%;
		margin-top: 10vh;
		padding-bottom: 30px;
		height: 90vh;
		overflow-y: scroll;
		position: relative;
		margin-right: 5%;
		margin-left: 5%;
	}

	::-webkit-scrollbar {
		display: none
	}

	.tanc01 .close {
		width: 58px;
		height: 58px;
		position: absolute;
		right: 0px;
		top: 0vh;
		z-index: 11;
		background-image: url(../images/close-circle.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.tanc01 .pic {
		overflow: hidden;
		min-width: 800px;
	}

	.tanc01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.tanc01 dl {
		background: #e6e6e6;
		color: #333;
	}

	.tanc01 dl dt {
		padding: 20px 60px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
		color: #333;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.tanc01 dl dd {
		padding: 0px 60px;
		font-size: 14px;
		line-height: 25px;
		color: #666666;
	}



	.mart0 {
		margin-top: 0px;
	}

	.h80 {
		height: 80px;
		width: 100%;
		float: left;
	}

	.h400 {
		height: 400px;
	}

	.header2 {
		display: none;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

}



@media (min-width:1200px) and (max-width:1439px) {
	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

	.main {
		width: auto;
		margin: auto;
		max-width: 1200px;
		padding: 0px 15px;
	}

	.header {
		width: 100%;
		position: fixed;
		height: 80px;
		top: 0;
		left: 0;
		z-index: 9999;
		display: flex;
		justify-content: space-between;
		padding-right: 4.0vw;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.logo {
		width: 297px;
		height: 80px;
		display: flex;
		align-items: center;
		padding-left: 30px;
		padding-right: 20px;
		justify-content: space-between;
		position: relative;
	}

	.logo img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.nav-bar2 {
		width: auto;
	}

	.nav-bar2 span {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.nav-bg {
		width: 0px;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 998;
		padding-top: 80px;
	}

	.v_close {
		display: block;
		position: absolute;
		top: 0px;
		right: 20px;
		z-index: 102;
		width: 18px;
		height: 80px;
		background: url(../images/close2.png) no-repeat;
		background-size: contain;
		background-position: center;
		display: none;
	}

	.nav {
		margin: 0 0 0 0;
	}

	.subNavBox3 {
		width: 100%;
		float: left;
		background-color: rgba(0, 0, 0, 0.4);
		padding-bottom: 20px;
		position: absolute;
		top: 80px;
		display: none;
		left: 0;
		z-index: 999999999;
	}

	.subNav3 {
		width: 100%;
		float: left;
		position: relative;
		padding-left: 30px;
		padding-right: 20px;
	}

	.subNav3 .xlm {
		width: 560px;
		padding: 30px 40px;
		background-color: #FFFFFF;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		right: -560px;
		top: 0;
		z-index: 9999999;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.subNav3 .xlm h1 {
		color: #333333;
		font-weight: normal;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.subNav3 .xlm a {
		margin-right: 20px;
		color: #666666;
		white-space: nowrap;
	}

	.subNav3 .xlm a:hover {
		color: #EE7E00;
	}

	.subNav3:hover {
		background-color: #ee7e00;
	}

	.subNav3:hover .xlm {
		opacity: 1;
		visibility: visible;
	}

	.subNav3 dl dt {
		HEIGHT: 40px;
		DISPLAY: flex;
		CURSOR: pointer;
		justify-content: space-between;
		font-size: 18px;
		line-height: 40px;
		align-items: center;
		margin-top: 10px;
	}

	.subNav3 dl dt img {
		vertical-align: middle;
	}

	.subNav3 dl dt img:first-child {
		margin-right: 10px;
	}

	.subNav3 dl dt a {
		color: #FFFFFF;
	}

	.subNav3 dl dd {
		margin-right: 42px;
		line-height: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 16px;
		color: #FFFFFF;
	}

	.header.yanse .subNav3 dl dt a {
		color: #FFFFFF;
	}

	.header.yanse .subNav3 .xlm a {
		color: #666666;
	}

	.header.yanse .subNav3 dl dd a {
		color: #FFFFFF;
	}

	.top-r {
		width: auto;
		justify-content: space-between;
		display: flex;
		height: 80px;
		align-items: center;
	}

	.innav {
		width: auto;
		height: 80px;
	}

	.innav ul {
		display: flex;
		align-items: center;
		height: 80px;
	}

	.innav ul li {
		width: 90px;
		text-align: center;
		font-size: 14px;
		height: 43px;
		line-height: 43px;
		position: relative;
	}

	.innav ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}

	.innav ul li a:hover {
		background-image: url(../images/navbj.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.innav ul li .cur {
		background-image: url(../images/navbj.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.innav ul li:hover {
		background-image: url(../images/navbj.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	#xiala {
		width: auto;
		position: absolute;
		top: 43px;
		left: -100px;
		z-index: 99999;
		height: 40px;
		white-space: nowrap;
		padding-top: 15px;
		opacity: 0;
		visibility: hidden;
	}

	#xiala a {
		color: #000000;
		margin-left: 15px;
		margin-right: 15px;
		float: none;
		line-height: 40px;
	}

	#xiala a:hover {
		background: none;
	}

	.innav ul li:hover #xiala {
		opacity: 1;
		visibility: visible;
	}

	.xlbj {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 99998;
		background: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(25px);
		height: 0px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.6s;
	}

	.header:hover .xlbj {
		opacity: 1;
		visibility: visible;
		height: 40px;
	}

	.tel {
		width: 206px;
		height: 40px;
		background: #ee7e00;
		border-radius: 100px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		font-family: anton;
		line-height: 40px;
		letter-spacing: 1px;
		margin-left: 20px;
	}

	.tel img {
		vertical-align: middle;
		margin-right: 20px;
	}

	.header.yanse {
		background-color: rgba(255, 255, 255, 1);
	}

	.header.yanse.yanse01 {
		background-color: rgba(0, 0, 0, 0);
	}

	.intitle {
		width: 100%;
		float: left;
		margin-top: 80px;
		position: relative;
	}

	.intitle dl dt {
		font-size: 48px;
		color: #E9EDF0;
		line-height: 72px;
		font-family: anton;
		text-align: center;
		letter-spacing: 10px;
		text-transform: uppercase;
	}

	.intitle dl dd {
		width: 100%;
		height: 72px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		line-height: 72px;
		color: #000000;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 5px;
	}

	.hdkj {
		width: 100%;
		float: left;
		margin-top: 45px;
	}

	.hdkj ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj ul li {
		width: 25%;
		height: 16.77vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj ul li .subtitle {
		width: 100%;
		height: 45px;
		background: rgba(0, 0, 0, 0.50);
		line-height: 45px;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 24px;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj ul li .tex h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hdkj ul li .tex .more {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.hdkj ul li .tex .more a {
		width: 150px;
		height: 36px;
		border: 0.75px solid #ffffff;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj ul li .tex .more a i {
		padding: 10px;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 15px;
	}

	.hdkj ul li:hover .tex {
		opacity: 1;
	}

	.ckmore {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.ckmore a {
		width: 200px;
		height: 48px;
		background: #ee7e00;
		line-height: 48px;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
	}

	.ckmore a img {
		vertical-align: middle;
		margin-left: 20px;
	}

	.szyp {
		width: 100%;
		float: left;
		margin-top: 80px;
		height: 860px;
		/* background-image: url(../images/ypbj.png); */
		background-image: url(../images/casebg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.szyp ul {
		display: flex;
		justify-content: space-between;
	}

	.szyp ul li {
		width: 16.666%;
		height: 860px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.szyp ul li dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		transition: all 0.6s;
	}

	.szyp ul li dl dd {
		font-size: 24px;
		font-family: Anton;
		font-weight: 400;
		text-align: CENTER;
		line-height: 24px;
		letter-spacing: 0.24px;
		text-align: center;
		color: rgba(255, 255, 255, 0.2);
		letter-spacing: 2px;
		margin-top: 20px;
		text-transform: uppercase;
	}

	.szyp ul li p {
		margin-top: 30px;
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.szyp ul li:hover {
		background: rgba(0, 0, 0, 0.30);
		backdrop-filter: blur(25px);
	}

	.szyp ul li:hover p {
		opacity: 1;
	}

	.szyp ul li:hover .dl dt {
		margin-top: 30px;
	}

	.intitle2 {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 11;
	}

	.intitle2 dl {
		width: 100%;
		float: left;
		position: relative;
	}

	.intitle2 dl dt {
		font-size: 48px;
		color: rgba(255, 255, 255, 0.1);
		line-height: 72px;
		font-family: anton;
		text-align: center;
		letter-spacing: 10px;
		text-transform: uppercase;
	}

	.intitle2 dl dd {
		width: 100%;
		height: 72px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		line-height: 72px;
		color: #FFFFFF;
		background-image: url(../images/hbk.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 5px;
	}

	.wrap {
		width: 100%;
		float: left;
		padding-bottom: 80px;
		background-color: #f8f8f8;
	}

	.innews {
		width: 100%;
		float: left;
		margin-top: 15px;
	}

	.innews ul {
		display: flex;
		flex-wrap: wrap;
	}

	.innews ul li {
		width: calc(34.0% - 30px);
		margin-right: 30px;
		height: 304px;
		position: relative;
		margin-top: 30px;
	}

	.innews ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.innews ul li .pic {
		width: 100%;
		height: 304px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 11;
		opacity: 0;
		transition: all 0.6s;
	}

	.innews ul li:hover .pic {
		opacity: 1;
	}

	.innews ul li .pic img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.innews ul li .pic .wenben {
		width: 100%;
		height: 75px;
		position: absolute;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 100%);
		padding: 0px 40px;
		bottom: 0;
		left: 0;
		z-index: 22;
	}

	.innews ul li .pic .wenben dl dt {
		font-size: 16px;
		line-height: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd {
		font-size: 14px;
		line-height: 30px;
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd a {
		color: #FFFFFF;
	}

	.innews ul li .tex {
		width: 100%;
		padding: 40px;
		background-color: #FFFFFF;
		height: 304px;
	}

	.innews ul li .tex dl dt {
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;
		margin-bottom: 23px;
	}

	.innews ul li .tex dl dd {
		font-size: 14px;
		line-height: 28px;
		color: #666666;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.innews ul li .tex p {
		display: flex;
		margin-top: 15px;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
		justify-content: space-between;
	}

	.innews ul li .tex p a {
		color: #666666;
	}

	.inabout {
		width: 100%;
		float: left;
		background-image: url(../images/ab01.png);
		background-position: center right 72px;
		background-repeat: no-repeat;
		background-size: 50% auto;
		padding: 140px 0px;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.inabout01 {
		width: 50%;
		float: left;
	}

	.inabout h1 {
		display: flex;
	}

	.inabout h1 i {
		width: 282px;
		height: 70px;
		text-align: center;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		font-size: 32px;
		letter-spacing: 5px;
		line-height: 70px;
		font-weight: bold;
		color: #333333;
	}

	.inabout h2 {
		font-size: 48px;
		color: #E9EDF0;
		line-height: 72px;
		font-family: anton;
		letter-spacing: 10px;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 15px;
	}

	.inabout .hx {
		margin-top: 50px;
		display: flex;
	}

	.inabout .hx i {
		width: 90px;
		height: 3px;
		background-color: #EE7E00;
	}

	.inabout h3 {
		margin-bottom: 30px;
		margin-top: 30px;
		font-weight: normal;
		font-size: 24px;
		color: #333333;
	}

	.foot {
		width: 100%;
		float: left;
		background-color: #092042;
		border-top: 4px solid #EE7E00;
		padding-top: 56px;
		position: relative;
	}

	.xjt {
		width: 54px;
		height: 47px;
		position: absolute;
		left: calc(50% - 27px);
		top: 0;
		z-index: 1;
		background-image: url(../images/xjt.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.foot01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		padding-bottom: 45px;
	}

	.foot01 dl dt {
		font-size: 18px;
		color: #FFFFFF;
		padding-bottom: 22px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		margin-bottom: 5px;
	}

	.foot01 dl dd {
		font-size: 14px;
		line-height: 18px;
		color: #5C708D;
		margin-top: 15px;
	}

	.foot01 dl dd a {
		color: #5C708D;
	}

	.foot01 dl dd a:hover {
		color: #FFFFFF;
	}

	.foot02 {
		width: 100%;
		float: left;
		height: 60px;
		line-height: 60px;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
		font-size: 12px;
		text-align: center;
		color: #5C708D;
	}

	.nybanner {
		width: 100%;
		float: left;
		height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 80px;
		position: relative;
	}

	.dingwei {
		width: 100%;
		float: left;
		position: absolute;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid rgba(255, 255, 255, 0.20);
		font-size: 14px;
		bottom: 0;
		left: 0;
		z-index: 11;
		color: #FFFFFF;
		background: rgba(0, 0, 0, 0.10);
	}

	.dingwei a {
		color: #FFFFFF;
	}

	.zlm {
		width: 100%;
		float: left;
		height: 60px;
		border-bottom: 1px solid #DDDDDD;
		line-height: 60px;
	}

	.zlm ul {
		border-left: 1px solid #DDDDDD;
		display: flex;
	}

	.zlm ul li {
		width: 272px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
		border-right: 1px solid #DDDDDD;
	}

	.zlm ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}

	.zlm ul li a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.zlm ul li .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.xtitle {
		font-size: 20px;
		color: #333333;
		line-height: 32px;
		margin-top: 20px;
		text-align: center;
		width: 100%;
		float: left;
	}

	.xtitle i {
		color: #EE7E00;
	}

	.nyabout {
		width: 100%;
		float: left;
		margin-top: 25px;
		font-size: 14px;
		line-height: 30px;
		padding: 0px 10%;
		text-align: center;
		color: #666666;
	}

	.nyabout01 {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.nyabout01 ul {
		display: flex;
	}

	.nyabout01 ul li {
		width: 33.33%;
		background-color: #f2f2f2;
		display: flex;
		font-size: 14px;
		line-height: 30px;
		color: #666666;
		padding: 35px 30px;
		padding-right: 80px;
		justify-content: space-between;
	}

	.nyabout01 ul li div:first-child {
		width: 50px;
	}

	.nyabout01 ul li div:nth-child(2) {
		width: calc(100% - 70px);
	}

	.nyabout01 ul li h1 {
		font-size: 16px;
		color: #333333;
		margin-bottom: 10px;
		font-weight: normal;
		line-height: 21px;
	}

	.nyabout01 ul li:nth-child(2) {
		background-color: #f9fafb;
	}

	.abt {
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.abt img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul {
		width: 100%;
		float: left;
		background-color: #e9edf0;
		padding-bottom: 105px;
	}

	.cutrul01 {
		width: 100%;
		float: left;
		margin-top: 55px;
	}

	.cutrul01 ul {
		display: flex;
		justify-content: space-between;
	}

	.cutrul01 ul li {
		width: calc(33.33% - 40px);
		position: relative;
		transition: all 0.6s;
	}

	.cutrul01 ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul01 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}

	.cutrul01 ul li .tex h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.cutrul01 ul li .tex2 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-image: url(../images/b01.jpg);
		background-position: center;
		background-repeat: no-repeat;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		color: #FFFFFF;
		transition: all 0.6s;
	}

	.cutrul01 ul li .tex2 dl dt {
		height: 96px;
		margin-bottom: 40px;
		text-align: center;
	}

	.cutrul01 ul li .tex2 dl dt img {
		width: auto;
		height: auto;
		display: inline-block;
	}

	.cutrul01 ul li .tex2 dl dd {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.cutrul01 ul li:hover .tex2 {
		opacity: 1;
		visibility: visible;
	}

	.team {
		width: 100%;
		float: left;
		margin-top: 40px;
		height: 840px;
		background-image: url(../images/tdbj.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.team ul {
		display: flex;
		justify-content: space-between;
	}

	.team ul li {
		width: 25%;
		height: 840px;
		padding: 80px 60px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 16px;
		line-height: 28px;
		color: #FFFFFF;
	}

	.team ul li h1 {
		padding-bottom: 30px;
		background-image: url(../images/hx.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.team ul li:hover {
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(25px);
	}

	.nytitle {
		width: 100%;
		float: left;
		margin-top: 40px;
		text-align: center;
		font-size: 14px;
		color: #666666;
		line-height: 18px;
	}

	.nytitle dl dt {
		font-size: 32px;
		line-height: 32px;
		color: #333333;
	}

	.nytitle dl dd {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
		color: #999999;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.hdzlm {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hdzlm ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.hdzlm ul li {
		width: calc(12.5% - 20px);
		height: 38px;
		border: 1px solid #bdbdbd;
		margin-right: 10px;
		margin-left: 10px;
	}

	.hdzlm ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 38px;
	}

	.hdzlm ul li img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hdzlm ul li .pic01 {
		display: inline-block;
	}

	.hdzlm ul li .pic02 {
		display: none;
	}

	.hdzlm ul li:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li:hover a {
		color: #FFFFFF;
	}

	.hdzlm ul li:hover .pic01 {
		display: none;
	}

	.hdzlm ul li:hover .pic02 {
		display: inline-block;
	}

	.hdzlm ul li.cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li.cur a {
		color: #FFFFFF;
	}

	.hdzlm ul li.cur .pic01 {
		display: none;
	}

	.hdzlm ul li.cur .pic02 {
		display: inline-block;
	}

	.hd01 {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hd01 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hd01 ul li {
		width: calc(25.3% - 18px);
		position: relative;
		margin-right: 18px;
		overflow: hidden;
	}

	.hd01 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd01 ul li span {
		width: auto;
		position: absolute;
		bottom: 25px;
		left: 30px;
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
		z-index: 1;
	}

	.hd01 ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.hd01 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02 {
		width: 100%;
		float: left;
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}

	.hd02-l {
		width: 26%;
		border: 1px solid #bdbdbd;
		padding: 20px 20px;
		font-size: 14px;
		line-height: 22px;
		color: #666666;
	}

	.hd02-l dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd02-l dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd02-l dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.hd02-l a {
		color: #666666;
	}

	.hd02-r {
		width: calc(74% - 20px);
	}

	.hd02-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
	}

	.hd02-r ul li:first-child {
		margin-top: 0px;
	}

	.hd02-r ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd02-r ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hd02-r ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd02-r ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		background: rgba(238, 126, 0, 0.90);
		left: 0;
		top: 0;
		padding: 20px 40px;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 25px;
		opacity: 0;
		transition: all 0.6s;
	}

	.hd02-r ul li .tex h1 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hd02-r ul li .tex h1 i {
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
	}

	.hd02-r ul li:hover .tex {
		opacity: 1;
	}

	.hd02-r ul li:hover span {
		opacity: 0;
	}

	.hd02-r2 {
		width: calc(74% - 20px);
	}

	.hd02-r2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r2 ul li {
		width: 37%;
		position: relative;
		margin-top: 20px;
		margin-right: 20px;
		overflow: hidden;
	}

	.hd02-r2 ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd02-r2 ul li:hover .mask {
		opacity: 1
	}

	.hd02-r2 ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.hd02-r2 ul li:first-child {
		margin-top: 0px;
		width: calc(63% - 20px);
	}

	.hd02-r2 ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd02-r2 ul li:nth-child(4) {
		width: calc(63% - 20px);
	}

	.hd02-r2 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd02-r2 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02-r2 ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}


	.hd03 {
		width: 100%;
		float: left;
		padding: 60px 0px;
		margin-top: 40px;
		background-image: url(../images/hbj01.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.hd03-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd03-l ul {
		width: calc(50% - 8px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd03-l ul li {
		width: calc(50% - 8px);
		position: relative;
		overflow: hidden;
	}

	.hd03-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd03-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd03-l ul li:hover .mask {
		opacity: 1
	}

	.hd03-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd03-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd03-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 16px;
	}

	.hd03-l ul:nth-child(2) li:first-child {
		width: 100%;
		margin-top: 0px;
	}

	.hd03-l ul:nth-child(2) li {
		margin-top: 16px;
	}

	.hd03-r {
		width: 22%;
		padding: 20px;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 14px;
		line-height: 22px;
		color: #FFFFFF;
		float: right;
	}

	.hd03-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd03-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd03-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd04 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd04-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd04-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd04-l ul li {
		width: calc(25.46% - 20px);
		position: relative;
		overflow: hidden;
		margin-right: 20px;
	}

	.hd04-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd04-l ul li:hover .mask {
		opacity: 1
	}

	.hd04-l ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd04-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd04-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd04-l ul li:nth-child(4) {
		margin-right: 0px;
	}

	.hd04-r {
		width: 22%;
		padding: 20px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 22px;
		color: #666666;
	}

	.hd04-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd04-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd04-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd04-r a {
		color: #999999;
	}

	.hd05 {
		width: 100%;
		float: left;
		padding: 60px 0px;
		margin-top: 40px;

		background: url(../images/fdchd.png) no-repeat center;
	}

	.hd05-l {
		width: 26%;
		border: 1px solid rgba(255, 255, 255, 0.30);
		padding: 20px 20px;
		font-size: 14px;
		line-height: 22px;
		color: #FFFFFF;
		float: left;
	}

	.hd05-l dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd05-l dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd05-l dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-bottom: 14px;
		text-transform: uppercase;
	}

	.hd05-l a {
		color: #FFFFFF;
	}

	.hd05-r {
		width: calc(74% - 20px);
		float: right;
	}

	.hd05-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd05-r ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
		overflow: hidden;
	}

	.hd05-r ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd05-r ul li:hover .mask {
		opacity: 1
	}

	.hd05-r ul li:first-child {
		margin-top: 0px;
	}

	.hd05-r ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd05-r ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd05-r ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd05-r ul li:hover img {
		transform: scale(1.05);
	}

	.hd06 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd06-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd06-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd06-l ul li {
		width: calc(33.9% - 20px);
		position: relative;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 20px;
		height: 210px;
	}

	.hd06-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd06-l ul li:hover .mask {
		opacity: 1
	}

	.hd06-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd06-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd06-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd06-l ul li:nth-child(4) {
		margin-right: 0px;
	}

	.hd06-l ul li:first-child {
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
		height: 280px;
	}

	.hd06-r {
		width: 22%;
		padding: 20px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 22px;
		color: #666666;
	}

	.hd06-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd06-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd06-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd06-r a {
		color: #999999;
	}

	.hd07 {
		width: 100%;
		float: left;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.hd07-l {
		width: calc(78% - 20px);
		display: flex;
		justify-content: space-between;
	}

	.hd07-l ul {
		width: calc(50% - 8px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd07-l ul li {
		width: calc(50% - 8px);
		position: relative;
		overflow: hidden;
	}

	.hd07-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd07-l ul li:hover .mask {
		opacity: 1
	}

	.hd07-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd07-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd07-l ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd07-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 16px;
	}

	.hd07-l ul:nth-child(2) li:first-child {
		width: 100%;
		margin-top: 0px;
	}

	.hd07-l ul:nth-child(2) li {
		margin-top: 16px;
	}

	.hd07-r {
		width: 22%;
		padding: 20px;
		border: 1px solid #bdbdbd;
		font-size: 14px;
		line-height: 22px;
		color: #666666;
	}

	.hd07-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd07-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd07-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd07-r a {
		color: #999999;
	}

	.hd08 {
		width: 100%;
		float: left;
		padding: 113px 0px;
		margin-top: 60px;
		background-image: url(../images/hdbj02.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.aa01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.hd08-l {
		width: calc(60% - 20px);
		float: left;
		overflow: hidden;
		position: relative;
	}

	.hd08-l .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd08-l:hover .mask {
		opacity: 1
	}

	.hd08-l img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd08-l:hover img {
		transform: scale(1.05);
	}

	.hd08-l span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd08-r {
		width: 40%;
		padding: 20px;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 14px;
		line-height: 22px;
		color: #FFFFFF;
		float: right;
	}

	.hd08-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd08-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd08-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	.hd08-r a {
		color: #FFFFFF;
	}

	.szlist {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.szlist ul {
		display: flex;
		flex-wrap: wrap;
	}

	.szlist ul li {
		width: calc(25.3% - 18px);
		margin-right: 18px;
		margin-top: 30px;
	}

	.szlist ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.szlist ul li dl dt {
		overflow: hidden;
	}

	.szlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.szlist ul li dl dd {
		height: 40px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 40px;
		margin-top: 10px;
	}

	.szlist ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dd i {
		width: 100%;
	}

	.fy {
		width: 100%;
		float: left;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.fy ul {
		display: flex;
		justify-content: center;
	}

	.fy ul li {
		font-size: 16px;
		line-height: 38px;
		margin-top: 10px;
		font-family: '宋体';
	}

	.fy ul li a {
		padding: 10px 20px;
		text-align: center;
		border-right: 0px;
	}

	.fy ul li a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.fy ul li .cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.con {
		width: 100%;
		float: left;
		margin-top: 25px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}

	.con-l {
		width: 100%;
	}

	.hdshow01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
	}

	.hdshow01-l {
		width: 520px;
	}

	.contnum {
		width: 100%;
		float: left;
		margin-top: 10px;
		font-size: 12px;
		color: #666666;
	}

	.hdshow01-r {
		width: calc(100% - 560px);
		font-size: 14px;
		line-height: 25px;
		color: #666666;
	}

	.hdshow01-r h1 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hdshow01-r h1 i {
		font-size: 14px;
		color: #666666;
		margin-left: 30px;
		font-weight: normal;
	}

	.hdshow01-r h1 em {
		font-size: 16px;
		color: #EE7E00;
	}

	.hdshow01-r h1 b {
		font-size: 24px;
		color: #EE7E00;
	}

	.hdshow01-r01 {
		display: flex;
		margin-top: 20px;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #999999;
		font-size: 12px;
		justify-content: space-between;
	}

	.hdshow01-r01 .pic {
		width: 136px;
		height: 90px;
		overflow: hidden;
	}

	.hdshow01-r01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hdshow01-r01 div:nth-child(2) {
		width: calc(100% - 166px);
	}

	.hdshow01-r01 h1 {
		font-size: 14px;
		color: #333333;
		margin-bottom: 15px;
	}

	.hdshow01-r02 {
		display: flex;
		margin-top: 10px;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #666666;
		font-size: 12px;
		justify-content: space-between;
	}

	.hdshow01-r02 .pic {
		width: 136px;
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		text-align: center;
	}

	.hdshow01-r02 div:nth-child(2) {
		width: calc(100% - 166px);
		padding: 20px 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.hdshow01-r02 div:nth-child(2) a {
		margin-right: 20px;
		color: #666666;
	}

	.hdshow01-r03 {
		display: flex;
		margin-top: 20px;
	}

	.hdshow01-r03 a {
		width: 180px;
		height: 48px;
		border: 1px solid #ee7e00;
		margin-right: 20px;
		line-height: 48px;
		text-align: center;
		font-size: 16px;
		color: #EE7E00;
	}

	.hdshow01-r03 a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow01-r03 .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow02 {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.hdshow02 h1 {
		display: flex;
		margin-bottom: 20px;
	}

	.hdshow02 h1 i {
		width: 170px;
		height: 48px;
		background: #ee7e00;
		font-size: 16px;
		line-height: 48px;
		color: #FFFFFF;
		text-align: center;
	}

	.hdshow02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdshow02 ul li {
		width: calc(25.4% - 20px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.hdshow02 ul li:nth-child(4n) {
		margin-right: 0px;
	}

	.hdshow02 ul li dl dt {
		position: relative;
		overflow: hidden;
	}

	.hdshow02 ul li dl dt span {
		width: 42px;
		height: 42px;
		position: absolute;
		left: calc(50% - 21px);
		top: calc(50% - 21px);
		background-image: url(../images/sp.png);
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
	}

	.hdshow02 ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hdshow02 ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.hdshow02 ul li dl dd {
		line-height: 32px;
		font-size: 14px;
	}

	.con-r {
		width: 285px;
		display: none;
	}

	.con-r h1 {
		margin-bottom: 16px;
		font-size: 16px;
		color: #333333;
		line-height: 21px;
	}

	.con-r ul li {
		width: 100%;
		margin-top: 20px;
		float: left;
	}

	.con-r ul li dl dt {
		overflow: hidden;
	}

	.con-r ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.con-r ul li dl dd {
		height: 40px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 40px;
		margin-top: 10px;
	}

	.con-r ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dd i {
		width: 100%;
	}

	.ztlm {
		width: 100%;
		float: left;
		padding-bottom: 20px;
		padding-top: 16px;
		border-bottom: 1px solid #e6e6e6;
	}

	.ztlm ul {
		display: flex;
		justify-content: space-between;
	}

	.ztlm ul li {
		width: 16.66%;
		border-right: 1px solid #e6e6e6;
	}

	.ztlm ul li dl dt {
		text-align: center;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
		line-height: 46px;
	}

	.ztlm ul li dl dt img {
		vertical-align: middle;
		margin-right: 18px;
	}

	.ztlm ul li dl dd {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		text-align: center;
	}

	.ztlm ul li:last-child {
		border: 0px;
	}

	.smwz {
		width: 100%;
		float: left;
		margin-top: 40px;
		padding: 0px 20%;
		font-size: 12px;
		line-height: 18px;
		color: #666666;
		text-align: center;
	}

	.ztlist {
		width: 100%;
		margin-top: 10px;
		float: left;
	}

	.ztlist ul {
		display: flex;
		flex-wrap: wrap;
	}

	.ztlist ul li {
		width: calc(34.0% - 30px);
		margin-right: 30px;
		margin-top: 30px;
	}

	.ztlist ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.ztlist ul li dl dt {
		overflow: hidden;
	}

	.ztlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.ztlist ul li dl dd {
		height: 60px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 60px;
		display: flex;
		justify-content: space-between;
	}

	.ztlist ul li dl dd span {
		font-size: 12px;
		color: #666666;
	}

	.ztlist ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dd i {
		width: 100%;
	}

	.ztshow {
		width: 100%;
		float: left;
		margin-bottom: 45px;
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
	}

	.ztshow-l {
		width: calc(100% - 480px);
	}

	.zttitle {
		width: 100%;
		float: left;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 36px;
		font-weight: bold;
		color: #333333;
		border-bottom: 1px solid #EE7E00;
	}

	.zttex {
		width: 100%;
		float: left;
		margin-top: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.zttex img {
		max-width: 100%;
		height: auto;
	}

	.fh {
		display: flex;
		margin-top: 45px;
	}

	.fh a {
		width: 230px;
		height: 60px;
		background: #ee7e00;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
	}

	.ztshow-r {
		width: 355px;
	}

	.ztshow-r01 {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.ztshow-r01 h1 {
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		padding-top: 15px;
		align-items: center;
		border-bottom: 1px solid #E6E6E6;
		border-top: 1px solid #e6e6e6;
	}

	.ztshow-r01 h1 div dl dt {
		text-align: center;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
	}

	.ztshow-r01 h1 div dl dt img {
		vertical-align: middle;
		margin-right: 20px;
	}

	.ztshow-r01 h1 div dl dd {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
	}

	.ztshow-r01 h1 i {
		font-size: 20px;
		color: #999999;
		text-transform: uppercase;
		font-weight: normal;
	}

	.ztshow-r01 ul li {
		width: 100%;
		float: left;
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.ztshow-r01 ul li a {
		display: flex;
		justify-content: space-between;
	}

	.ztshow-r01 ul li i {
		opacity: 0;
	}

	.ztshow-r01 ul li:hover i {
		opacity: 1;
	}

	.hdkj02 {
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.hdkj02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj02 ul li {
		width: 33.3%;
		height: 18.75vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj02 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj02 ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj02 ul li .subtitle {
		width: 100%;
		height: 48px;
		background: rgba(0, 0, 0, 0.50);
		line-height: 48px;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj02 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 24px;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj02 ul li .tex h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hdkj02 ul li .tex .more {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.hdkj02 ul li .tex .more a {
		width: 150px;
		height: 36px;
		border: 0.75px solid #ffffff;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj02 ul li .tex .more a i {
		padding: 10px;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 15px;
	}

	.hdkj02 ul li:hover .tex {
		opacity: 1;
	}

	.fwtex {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.fwtex img {
		max-width: 100%;
		height: auto;
	}

	.zxly {
		width: 100%;
		float: left;
		margin-top: 60px;
		padding-bottom: 80px;
		background-color: #f4f4f4;
		padding-top: 60px;
	}

	.zxly h1 {
		font-size: 24px;
		line-height: 36px;
		color: #EE7E00;
		margin-bottom: 10px;
	}

	.zxly h2 {
		font-size: 14px;
		line-height: 18px;
		color: #666666;
		font-weight: normal;
	}

	.zxly ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.zxly ul li {
		width: calc(34.3% - 40px);
		margin-top: 30px;
	}

	.zxly ul li:nth-child(4) {
		width: 100%;
	}

	.bk {
		width: 100%;
		height: 66px;
		line-height: 66px;
		border: 0px;
		outline: none;
		padding-left: 28px;
		font-size: 14px;
		color: #828282;
		font-family: "微软雅黑";
	}

	.anniu {
		width: 230px;
		height: 60px;
		background: #ee7e00;
		line-height: 60px;
		text-align: center;
		border: 0px;
		cursor: pointer;
		font-size: 18px;
		color: #FFFFFF;
	}

	.news {
		width: 100%;
		float: left;
		margin-top: 70px;
	}

	.news ul li {
		width: 100%;
		float: left;
		padding: 40px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #E0E0E0;
		transition: all 0.6s;
	}

	.news ul li:hover {
		background: #ffffff;
		box-shadow: 0px 30px 60px 0px rgba(57, 57, 57, 0.10);
	}

	.news ul li .pic {
		width: 300px;
		overflow: hidden;
	}

	.news ul li .pic img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.news ul li:hover .pic img {
		transform: scale(1.05);
	}

	.news ul li .tex {
		width: calc(100% - 340px);
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}

	.news ul li .tex h1 {
		font-size: 18px;
		line-height: 27px;
		color: #333333;
		margin-bottom: 15px;
	}

	.news ul li:hover .tex h1 a {
		color: #EE7E00;
	}

	.news ul li .tex .more {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}

	.news ul li .tex .more a {
		width: 145px;
		height: 43px;
		background-image: url(../images/bk02.png);
		background-position: center;
		background-repeat: no-repeat;
		color: #666666;
		line-height: 43px;
		text-align: center;
	}

	.news ul li .tex .more a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
		background-image: none;
	}

	.newtitle {
		width: 100%;
		float: left;
		margin-top: 44px;
		font-size: 24px;
		line-height: 36px;
	}

	.newdate {
		width: 100%;
		float: left;
		color: #828282;
		font-size: 12px;
		line-height: 16px;
		margin-top: 52px;
	}

	.newtex {
		width: 100%;
		float: left;
		margin-top: 44px;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 80px;
	}

	.newtex img {
		max-width: 100%;
		height: auto;
	}

	.lxwm {
		width: 100%;
		float: left;
		background-color: #f4f4f4;
		padding: 60px 0px;
		padding-bottom: 0px;
	}

	.lxwm h1 {
		font-size: 32px;
		line-height: 42px;
		color: #333333;
		font-weight: normal;
		margin-bottom: 40px;
	}

	.lxwm01 {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		padding: 60px 0px;
		display: flex;
		justify-content: space-between;
	}

	.lxwm01 div {
		padding: 0px 80px;
		border-right: 1px solid #e6e6e6;
		font-size: 14px;
		line-height: 30px;
		width: 37%;
	}

	.lxwm01 div ul li {
		width: 100%;
		float: left;
		display: flex;
		margin-top: 50px;
		align-items: center;
	}

	.lxwm01 div ul li:first-child {
		margin-top: 0px;
	}

	.lxwm01 div ul li img {
		vertical-align: middle;
	}

	.lxwm01 div ul li dl {
		margin-left: 20px;
	}

	.lxwm01 div ul li dl dt {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.lxwm01 div ul li dl dd {
		font-size: 24px;
		line-height: 28px;
	}

	.lxwm01 div ul li dl dd i {
		font-size: 20px;
	}

	.hys {
		color: #EE7E00;
	}

	.ljzx {
		display: flex;
		margin-top: 46px;
	}

	.ljzx a {
		width: 151px;
		height: 40px;
		background: #ee7e00;
		border-radius: 20px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}

	.ljzx img {
		vertical-align: middle;
		margin-right: 10px;
	}

	.lxwm01 div:nth-child(2) {
		padding-top: 70px;
	}

	.lxwm01 div:nth-child(3) {
		padding-top: 70px;
		text-align: center;
		border-right: 0px;
		width: 26%;
	}

	.map {
		width: 100%;
		float: left;
	}

	.map img {
		width: 100%;
		height: auto;
		display: block;
	}

	.zp {
		width: 100%;
		float: left;
		margin-top: 70px;
	}

	.subNavBox2 {
		width: 100%;
		float: left;
		box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
	}

	.subNavBox2 h1 {
		HEIGHT: 75px;
		line-height: 75px;
		display: flex;
		font-size: 18px;
		background-color: #EE7E00;
		font-weight: normal;
		color: #FFFFFF;
		justify-content: space-between;
	}

	.subNavBox2 h1 i {
		margin-left: 3.6vw;
		width: 200px;
	}

	.subNav2 {
		width: 100%;
		float: left;
		HEIGHT: 75px;
		display: flex;
		justify-content: space-between;
		CURSOR: pointer;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		line-height: 75px;
		font-size: 14px;
	}

	.subNav2 i {
		margin-left: 3.6vw;
		width: 200px;
	}

	.subNav2:hover {
		float: left;
	}

	.currentDd2 {
		background: #e9edf0;
	}

	.currentDd2 i {
		color: #EE7E00;
	}

	.navContent2 {
		display: none;
		float: left;
		width: 100%;
		padding: 0.5rem 5% 1rem 5%;
		line-height: 30px;
		font-size: 14px;
		background-color: #e9edf0;
	}

	.red {
		color: #EE7E00;
	}

	.szlist2 {
		width: 100%;
		float: left;
	}

	.szlist2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.szlist2 ul li {
		width: calc(50% - 10px);
		position: relative;
		margin-top: 20px;
		overflow: hidden;
	}

	.szlist2 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist2 ul li span {
		width: auto;
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.szlist2 ul li:hover img {
		transform: scale(1.05);
	}

	.tanc {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 99999999;
		height: 100%;
	}

	.main2 {
		width: auto;
		max-width: 800px;
		padding: 0px 15px;
		margin: auto;
	}

	.tanc01 {
		width: 100%;
		margin-top: 10vh;
		padding-bottom: 30px;
		height: 90vh;
		overflow-y: scroll;
		position: relative;
	}

	::-webkit-scrollbar {
		display: none
	}

	.tanc01 .close {
		width: 58px;
		height: 58px;
		position: absolute;
		right: 0px;
		top: 0vh;
		z-index: 11;
		background-image: url(../images/close-circle.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.tanc01 .pic {
		overflow: hidden;
	}

	.tanc01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.tanc01 dl dt {
		padding: 20px 60px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
		color: #333;
		font-weight: bold;
	}

	.tanc01 dl dd {
		padding: 0px 60px;
		font-size: 14px;
		line-height: 25px;
		color: #666666;
		padding-bottom: 20px;
	}



	.mart0 {
		margin-top: 0px;
	}

	.h80 {
		height: 80px;
		width: 100%;
		float: left;
	}

	.h400 {
		height: 400px;
	}

	.header2 {
		display: none;
	}

}








@media (max-width:1199px) {
	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.header {
		display: none;
	}

	.header2 {
		width: 100%;
		float: left;
		height: 4rem;
		line-height: 4rem;
		background-color: #FFFFFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;
		box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
	}

	.logo {
		width: 100%;
		float: left;
		height: 4rem;
		text-align: center;
	}

	.logo span {
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.logo img {
		max-width: 70%;
		max-height: 3rem;
		vertical-align: middle;
		margin-left: 5%;
	}

	.nav2 {
		width: 60%;
		float: right;
		line-height: 110px;
		height: 110px;
		text-align: right;
	}

	.nav2 a {
		width: auto;
		font-size: 16px;
		margin-right: 5%;
	}

	.nav-bar2 {
		width: 4rem;
		height: 4rem;
		position: absolute;
		z-index: 11;
		left: 0%;
		top: 0;
		text-align: center;
	}

	.nav-bar2 img {
		max-width: 40%;
		max-height: 1.5rem;
		vertical-align: middle;
	}

	.nav-bar2 span {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.nav-bg {
		width: 0px;
		height: 10rem;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 998;
	}

	.v_close {
		display: block;
		position: absolute;
		top: 2%;
		left: 5%;
		z-index: 102;
		width: 15px;
		height: 15px;
		background: url(../images/close.png) no-repeat;
		background-size: 100% 100%;
		display: none;
	}

	.nav {
		margin: 0 0 0 0;
	}

	.subNavBox3 {
		width: 65%;
		float: right;
		background: #fff;
		padding-bottom: 4rem;
	}

	.subNavBox3 h1 {
		text-align: center;
		height: 5rem;
		background: #ffffff;
	}

	.subNavBox3 h1 span {
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.subNavBox3 h1 img {
		max-width: 80%;
		max-height: 3rem;
		vertical-align: middle;
	}

	.subNav3 {
		width: 95%;
		float: left;
		HEIGHT: 3.0rem;
		DISPLAY: block;
		CURSOR: pointer;
		padding-left: 5%;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		line-height: 3.0rem;
		font-size: 1.0rem;
	}

	.subNav3 i {
		padding: 0.3rem;
		background: url(../images/xjt2.png) no-repeat center / contain;
		margin-right: 1rem;
		float: right;
		margin-top: 1.2rem;
	}

	.subNav3:hover {
		float: left;
	}

	.currentDd3 {
		background: #f8f8f8;
	}

	.currentDd3 i {
		background: url(../images/xjt2.png) no-repeat center / contain;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all .25s ease 0s;
		-moz-transition: all .25s ease 0s;
		-o-transition: all .25s ease 0s;
		transition: all .25s ease 0s;
	}

	.navContent3 {
		display: none;
		float: left;
		width: 90%;
		padding: 0.5rem 5% 1rem 5%;
		line-height: 2.0rem;
		font-size: 0.9rem;
		padding-bottom: 0px;
	}

	.main {
		width: 90%;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}

	.intitle {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		position: relative;
	}

	.intitle dl dt {
		font-size: 1.5rem;
		color: #E9EDF0;
		line-height: 3.0rem;
		font-family: anton;
		text-align: center;
		letter-spacing: 7px;
		text-transform: uppercase;
	}

	.intitle dl dd {
		width: 100%;
		height: 3.0rem;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		line-height: 3.0rem;
		color: #000000;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 3px;
	}

	.hdkj {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
	}

	.hdkj ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj ul li {
		width: 50%;
		height: 32vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj ul li .subtitle {
		width: 100%;
		height: 2.0rem;
		background: rgba(0, 0, 0, 0.50);
		line-height: 2.0rem;
		text-align: center;
		color: #FFFFFF;
		font-size: 0.8rem;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 0.8rem;
		line-height: 1.2rem;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj ul li .tex h1 {
		font-size: 1.0rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}

	.hdkj ul li .tex .more {
		margin-top: 1.0rem;
		display: flex;
		justify-content: center;
	}

	.hdkj ul li .tex .more a {
		width: 6.0rem;
		height: 2.0rem;
		border: 0.75px solid #ffffff;
		line-height: 2.0rem;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj ul li .tex .more a i {
		padding: 0.5rem;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 0.5rem;
	}

	.ckmore {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
		display: flex;
		justify-content: center;
	}

	.ckmore a {
		width: 8.0rem;
		height: 2.5rem;
		background: #ee7e00;
		line-height: 2.5rem;
		text-align: center;
		font-size: 0.8rem;
		color: #FFFFFF;
	}

	.ckmore a img {
		vertical-align: middle;
		margin-left: 0.5rem;
		max-height: 1.0rem;
	}

	.szyp {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		height: auto;
		/* background-image: url(../images/ypbj.png); */
		background-image: url(../images/casebg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 3.0rem 0px;
	}

	.szyp ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		float: left;
		flex-wrap: wrap;
		margin-top: 2.0rem;
	}

	.szyp ul li {
		width: 33.33%;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		padding: 2.0rem 0px;
	}

	.szyp ul li dl dt {
		font-size: 1.0rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		transition: all 0.6s;
	}

	.szyp ul li dl dd {
		font-size: 0.8rem;
		font-family: Anton;
		font-weight: 400;
		text-align: CENTER;
		line-height: 1.5rem;
		letter-spacing: 0.24px;
		text-align: center;
		color: rgba(255, 255, 255, 0.2);
		letter-spacing: 2px;
		margin-top: 20px;
		text-transform: uppercase;
	}

	.szyp ul li p {
		margin-top: 1.0rem;
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
		display: none;
	}

	.szyp ul li:hover {
		background: rgba(0, 0, 0, 0.30);
		backdrop-filter: blur(25px);
	}

	.szyp ul li:hover .dl dt {
		margin-top: 30px;
	}

	.intitle2 {
		width: 100%;
		float: left;
	}

	.intitle2 dl {
		width: 100%;
		float: left;
		position: relative;
	}

	.intitle2 dl dt {
		font-size: 1.5rem;
		color: rgba(255, 255, 255, 0.1);
		line-height: 3.0rem;
		font-family: anton;
		text-align: center;
		letter-spacing: 2px;
		text-transform: uppercase;
		height: 3.0rem;
	}

	.intitle2 dl dd {
		width: 100%;
		height: 3.0rem;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		line-height: 3.0rem;
		color: #FFFFFF;
		background-image: url(../images/hbk.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		letter-spacing: 3px;
	}

	.wrap {
		width: 100%;
		float: left;
		padding-bottom: 3.0rem;
		background-color: #f8f8f8;
	}

	.innews {
		width: 100%;
		float: left;
		margin-top: 0.5rem;
	}

	.innews ul {
		display: flex;
		flex-wrap: wrap;
	}

	.innews ul li {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 1.0rem;
	}

	.innews ul li .pic {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 11;
		opacity: 0;
		transition: all 0.6s;
		display: none;
	}

	.innews ul li .pic img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.innews ul li .pic .wenben {
		width: 100%;
		height: 3.0rem;
		position: absolute;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 100%);
		padding: 0px 1.0rem;
		bottom: 0;
		left: 0;
		z-index: 22;
	}

	.innews ul li .pic .wenben dl dt {
		font-size: 1.0rem;
		line-height: 1.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd {
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
	}

	.innews ul li .pic .wenben dl dd a {
		color: #FFFFFF;
	}

	.innews ul li .tex {
		width: 100%;
		padding: 1.0rem;
		background-color: #FFFFFF;
		height: auto;
	}

	.innews ul li .tex dl dt {
		font-size: 1.0rem;
		line-height: 1.5rem;
		font-weight: bold;
		margin-bottom: 1.0rem;
	}

	.innews ul li .tex dl dd {
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.innews ul li .tex p {
		display: flex;
		margin-top: 0.5rm;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		justify-content: space-between;
		margin-top: 0.5rem;
		display: none;
	}

	.innews ul li .tex p a {
		color: #666666;
	}

	.inabout {
		width: 100%;
		float: left;
		padding: 3.0rem 0px;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}

	.inabout01 {
		width: 100%;
		float: left;
	}

	.inabout h1 {
		display: flex;
	}

	.inabout h1 i {
		width: 8.0rem;
		height: 2.5rem;
		text-align: center;
		background-image: url(../images/bk.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 1.2rem;
		letter-spacing: 5px;
		line-height: 2.5rem;
		font-weight: bold;
		color: #333333;
	}

	.inabout h2 {
		font-size: 1.5rem;
		color: #E9EDF0;
		line-height: 3.0rem;
		font-family: anton;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 0.5rem;
	}

	.inabout .hx {
		margin-top: 1.0rem;
		display: flex;
	}

	.inabout .hx i {
		width: 3.0rem;
		height: 2px;
		background-color: #EE7E00;
	}

	.inabout h3 {
		margin-bottom: 1.0rem;
		margin-top: 1.0rem;
		font-weight: normal;
		font-size: 1.2rem;
		color: #333333;
	}

	.foot {
		width: 100%;
		float: left;
		background-color: #092042;
		border-top: 4px solid #EE7E00;
		padding-top: 2.0rem;
		position: relative;
	}

	.xjt {
		width: 2.0rem;
		height: 2.0rem;
		position: absolute;
		left: calc(50% - 1.0rem);
		top: 0;
		z-index: 1;
		background-image: url(../images/xjt.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.foot01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		padding-bottom: 1.0rem;
		flex-wrap: wrap;
	}

	.foot01 dl {
		width: 33.3%;
		margin-top: 1.0rem;
	}

	.foot01 dl:last-child {
		width: 100%;
	}

	.foot01 dl:last-child dd {
		margin-top: 1.0rem;
		text-align: center;
	}

	.foot01 dl:last-child dd img {
		max-width: 50%;
	}

	.foot01 dl dt {
		font-size: 1.0rem;
		color: #FFFFFF;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		margin-bottom: 0.5rem;
	}

	.foot01 dl dd {
		font-size: 0.8rem;
		line-height: 1.0rem;
		color: #5C708D;
		margin-top: 0.5rem;
	}

	.foot01 dl dd a {
		color: #5C708D;
	}

	.foot01 dl dd a:hover {
		color: #FFFFFF;
	}

	.foot02 {
		width: 100%;
		float: left;
		height: auto;
		line-height: 1.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
		font-size: 0.8rem;
		text-align: center;
		color: #5C708D;
		padding: 0.5rem;
	}

	.nybanner {
		width: 100%;
		float: left;
		height: 15rem;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 80px;
		position: relative;
		margin-top: 4.0rem;
	}

	.dingwei {
		width: 100%;
		float: left;
		position: absolute;
		height: 2.0rem;
		line-height: 2.0rem;
		border-top: 1px solid rgba(255, 255, 255, 0.20);
		font-size: 0.8rem;
		bottom: 0;
		left: 0;
		z-index: 11;
		color: #FFFFFF;
	}

	.dingwei a {
		color: #FFFFFF;
	}

	.zlm {
		width: 100%;
		float: left;
		height: auto;
		line-height: 2.0rem;
		margin-top: 0.5rem;
	}

	.zlm ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.zlm ul li {
		width: 48%;
		height: 2.0rem;
		line-height: 2.0rem;
		text-align: center;
		font-size: 0.8rem;
		border: 1px solid #DDDDDD;
		margin-top: 0.5rem;
	}

	.zlm ul li a {
		width: 100%;
		float: left;
		text-align: center;
	}

	.zlm ul li a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.zlm ul li .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.xtitle {
		font-size: 1.0rem;
		color: #333333;
		line-height: 1.5rem;
		margin-top: 1.0rem;
		text-align: center;
		width: 100%;
		float: left;
	}

	.xtitle i {
		color: #EE7E00;
	}

	.nyabout {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
		color: #666666;
	}

	.nyabout01 {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
	}

	.nyabout01 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.nyabout01 ul li {
		width: 100%;
		background-color: #f2f2f2;
		display: flex;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		padding: 1.0rem;
		justify-content: space-between;
	}

	.nyabout01 ul li div:first-child {
		width: 2.5rem;
	}

	.nyabout01 ul li div:first-child img {
		max-width: 2.0rem;
	}

	.nyabout01 ul li div:nth-child(2) {
		width: calc(100% - 3.5rem);
	}

	.nyabout01 ul li h1 {
		font-size: 1.0rem;
		color: #333333;
		margin-bottom: 0.5rem;
		font-weight: normal;
		line-height: 1.5rem;
	}

	.nyabout01 ul li:nth-child(2) {
		background-color: #f9fafb;
	}

	.abt {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}

	.abt img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul {
		width: 100%;
		float: left;
		background-color: #e9edf0;
		padding-bottom: 3.0rem;
	}

	.cutrul01 {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}

	.cutrul01 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.cutrul01 ul li {
		width: 100%;
		position: relative;
		transition: all 0.6s;
		margin-top: 1.0rem;
	}

	.cutrul01 ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.cutrul01 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
	}

	.cutrul01 ul li .tex h1 {
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-bottom: 1.0rem;
	}

	.cutrul01 ul li .tex2 {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-image: url(../images/b01.jpg);
		background-position: center;
		background-repeat: no-repeat;
		padding: 0px 20%;
		display: flex;
		align-items: center;
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		color: #FFFFFF;
		transition: all 0.6s;
	}

	.cutrul01 ul li .tex2 dl dt {
		height: 3.0rem;
		margin-bottom: 1.0rem;
		text-align: center;
	}

	.cutrul01 ul li .tex2 dl dt img {
		width: auto;
		height: auto;
		display: inline-block;
		max-height: 3.0rem;
	}

	.cutrul01 ul li .tex2 dl dd {
		font-size: 1.2rem;
		line-height: 1.5rem;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 1.0rem;
	}

	.cutrul01 ul li:hover .tex2 {
		opacity: 1;
		visibility: visible;
	}

	.team {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
		height: auto;
		background-image: url(../images/tdbj.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 1.0rem 0;
	}

	.team ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.team ul li {
		width: 100%%;
		height: auto;
		padding: 2.0rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
	}

	.team ul li h1 {
		padding-bottom: 1.0rem;
		background-image: url(../images/hx.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-bottom: 1.0rem;
	}

	.team ul li:hover {
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(25px);
	}

	.team ul li:last-child {
		border-bottom: 0px;
	}

	.nytitle {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
		text-align: center;
		font-size: 0.8rem;
		color: #666666;
		line-height: 1.5rem;
	}

	.nytitle dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333333;
	}

	.nytitle dl dd {
		margin-top: 0.5rem;
		font-size: 0.8rem;
		line-height: 1.0rem;
		color: #999999;
		text-transform: uppercase;
		margin-bottom: 1.0rem;
	}

	.hdzlm {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}

	.hdzlm ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hdzlm ul li {
		width: 49%;
		height: 2.5rem;
		border: 0.5px solid #bdbdbd;
		margin-top: 0.5rem;
		font-size: 0.8rem;
	}

	.hdzlm ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 2.5rem;
	}

	.hdzlm ul li img {
		margin-right: 0.5rem;
		vertical-align: middle;
		max-height: 1.5rem;
	}

	.hdzlm ul li .pic01 {
		display: inline-block;
	}

	.hdzlm ul li .pic02 {
		display: none;
	}

	.hdzlm ul li:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li:hover a {
		color: #FFFFFF;
	}

	.hdzlm ul li:hover .pic01 {
		display: none;
	}

	.hdzlm ul li:hover .pic02 {
		display: inline-block;
	}

	.hdzlm ul li.cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.hdzlm ul li.cur a {
		color: #FFFFFF;
	}

	.hdzlm ul li.cur .pic01 {
		display: none;
	}

	.hdzlm ul li.cur .pic02 {
		display: inline-block;
	}

	.hd01 {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}

	.hd01 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.hd01 ul li {
		width: 49%;
		position: relative;
		overflow: hidden;
		margin-top: 0.5rem;
	}

	.hd01 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd01 ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
		z-index: 1;
	}

	.hd01 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02 {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-l {
		width: 100%;
		border: 1px solid #bdbdbd;
		padding: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}

	.hd02-l dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333333;
	}

	.hd02-l dl dt img {
		margin-right: 0.5rem;
		vertical-align: middle;
	}

	.hd02-l dl dd {
		margin-top: 0.5rem;
		font-size: 0.8rem;
		color: #999999;
		line-height: 1.0rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 1rem;
		text-transform: uppercase;
	}

	.hd02-l a {
		color: #666666;
	}

	.hd02-r {
		width: 100%;
		margin-top: 1.5rem;
	}

	.hd02-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r ul li {
		width: 49%;
		position: relative;
		margin-top: 0.5rem;
	}

	.hd02-r ul li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hd02-r ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd02-r ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		background: rgba(238, 126, 0, 0.90);
		left: 0;
		top: 0;
		padding: 1.0rem;
		color: #FFFFFF;
		font-size: 0.8rem;
		line-height: 1.5rem;
		opacity: 0;
		transition: all 0.6s;
	}

	.hd02-r ul li .tex h1 {
		font-size: 1.0rem;
		margin-bottom: 1.0rem;
	}

	.hd02-r ul li .tex h1 i {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
	}

	.hd02-r ul li:hover .tex {
		opacity: 1;
	}

	.hd02-r ul li:hover span {
		opacity: 0;
	}

	.hd02-r2 {
		width: 100%;
		margin-top: 1.5rem;
	}

	.hd02-r2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd02-r2 ul li {
		width: 37%;
		position: relative;
		margin-top: 0.5rem;
		margin-right: 0.5rem;
		overflow: hidden;
	}

	.hd02-r2 ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd02-r2 ul li:hover .mask {
		opacity: 1
	}

	.hd02-r2 ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.hd02-r2 ul li:first-child {
		margin-top: 0px;
		width: calc(63% - 0.5rem);
	}

	.hd02-r2 ul li:nth-child(2) {
		margin-top: 0px;
	}

	.hd02-r2 ul li:nth-child(4) {
		width: calc(63% - 0.5rem);
	}

	.hd02-r2 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd02-r2 ul li:hover img {
		transform: scale(1.05);
	}

	.hd02-r2 ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}


	.hd03 {
		width: 100%;
		float: left;
		padding: 2.0rem 0px;
		margin-top: 1.5rem;
		background-image: url(../images/hbj01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.hd03-l {
		width: 100%;
		display: flex;
		justify-content: space-between;
		float: left;
		flex-wrap: wrap;
	}

	.hd03-l ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd03-l ul li {
		width: calc(50% - 0.2rem);
		position: relative;
		overflow: hidden;
	}

	.hd03-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd03-l ul li:hover .mask {
		opacity: 1
	}

	.hd03-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd03-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd03-l ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd03-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 0.5rem;
	}

	.hd03-l ul:nth-child(2) li:first-child {
		width: 100%;
	}

	.hd03-l ul:nth-child(2) li {
		margin-top: 0.5rem;
	}

	.hd03-r {
		width: 100%;
		padding: 1.0rem;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		float: right;
		margin-top: 1.5rem;
	}

	.hd03-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
	}

	.hd03-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd03-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd04 {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd04-l {
		width: 100%;
	}

	.hd04-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd04-l ul li {
		width: 48%;
		position: relative;
		overflow: hidden;
		margin-top: 1.0rem;
	}

	.hd04-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd04-l ul li:hover .mask {
		opacity: 1
	}

	.hd04-l ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hd04-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd04-l ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd04-r {
		width: 100%;
		padding: 1.0rem;
		border: 1px solid #bdbdbd;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		margin-top: 1.5rem;
	}

	.hd04-r dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333333;
	}

	.hd04-r dl dt img {
		margin-right: 0.5rem;
		vertical-align: middle;
	}

	.hd04-r dl dd {
		margin-top: 0.2rem;
		font-size: 0.8rem;
		color: #999999;
		line-height: 1.0rem;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 1.0rem;
		text-transform: uppercase;
	}

	.hd04-r a {
		color: #999999;
	}

	.hd05 {
		width: 100%;
		float: left;
		padding: 2.0rem 0px;
		margin-top: 1.5rem;
		background: url(../images/fdchd.png) no-repeat center;
	}

	.hd05-l {
		width: 100%;
		border: 1px solid rgba(255, 255, 255, 0.30);
		padding: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		float: left;
	}

	.hd05-l dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #FFFFFF;
	}

	.hd05-l dl dt img {
		margin-right: 0.5rem;
		vertical-align: middle;
	}

	.hd05-l dl dd {
		margin-top: 0.2rem;
		font-size: 0.8rem;
		color: #FFFFFF;
		line-height: 1.0rem;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-bottom: 1.0rem;
		text-transform: uppercase;
	}

	.hd05-l a {
		color: #FFFFFF;
	}

	.hd05-r {
		width: 100%;
		float: right;
		margin-top: 1.0rem;
	}

	.hd05-r ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd05-r ul li {
		width: 49%;
		position: relative;
		margin-top: 0.5rem;
		overflow: hidden;
	}

	.hd05-r ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd05-r ul li:hover .mask {
		opacity: 1
	}

	.hd05-r ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd05-r ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd05-r ul li:hover img {
		transform: scale(1.05);
	}

	.hd06 {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd06-l {
		width: 100%;
		display: flex;
		justify-content: space-between;
		float: left;
	}

	.hd06-l ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd06-l ul li {
		width: calc(33.9% - 0.4rem);
		position: relative;
		overflow: hidden;
		margin-right: 0.4rem;
		margin-top: 0.5rem;
	}

	.hd06-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd06-l ul li:hover .mask {
		opacity: 1
	}

	.hd06-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd06-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd06-l ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.7rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}

	.hd06-l ul li:nth-child(4) {
		margin-right: 0px;
	}

	.hd06-l ul li:first-child {
		width: 100%;
		margin-right: 0px;
		margin-top: 0px;
	}

	.hd06-r {
		width: 100%;
		padding: 1.0rem;
		border: 1px solid #bdbdbd;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		margin-top: 1.0rem;
	}

	.hd06-r dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333333;
	}

	.hd06-r dl dt img {
		margin-right: 0.5rem;
		vertical-align: middle;
	}

	.hd06-r dl dd {
		margin-top: 0.2rem;
		font-size: 0.8rem;
		color: #999999;
		line-height: 1.0rem;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 1.0rem;
		text-transform: uppercase;
	}

	.hd06-r a {
		color: #999999;
	}

	.hd07 {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd07-l {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd07-l ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 1.0rem;
	}

	.hd07-l ul li {
		width: 49%;
		position: relative;
		overflow: hidden;
	}

	.hd07-l ul li .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd07-l ul li:hover .mask {
		opacity: 1
	}

	.hd07-l ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd07-l ul li:hover img {
		transform: scale(1.05);
	}

	.hd07-l ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd07-l ul:first-child li:nth-child(3) {
		width: 100%;
		margin-top: 0.5rem;
	}

	.hd07-l ul:nth-child(2) li:first-child {
		width: 100%;
	}

	.hd07-l ul:nth-child(2) li {
		margin-top: 0.5rem;
	}

	.hd07-r {
		width: 100%;
		padding: 1.0rem;
		border: 1px solid #bdbdbd;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}

	.hd07-r dl dt {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.hd07-r dl dt img {
		margin-right: 12px;
		vertical-align: middle;
	}

	.hd07-r dl dd {
		margin-top: 6px;
		font-size: 16px;
		color: #999999;
		line-height: 18px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.hd07-r a {
		color: #999999;
	}

	.hd08 {
		width: 100%;
		float: left;
		padding: 3.0rem 0px;
		margin-top: 2.0rem;
		background-image: url(../images/hdbj02.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.aa01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hd08-l {
		width: 100%;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.hd08-l .mask {
		background: rgba(238, 126, 0, 0.90);
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}

	.hd08-l:hover .mask {
		opacity: 1
	}

	.hd08-l img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hd08-l:hover img {
		transform: scale(1.05);
	}

	.hd08-l span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.hd08-r {
		width: 100%;
		padding: 1.0rem;
		border: 1px solid rgba(255, 255, 255, 0.30);
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		float: right;
		margin-top: 1.5rem;
	}

	.hd08-r dl dt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #FFFFFF;
	}

	.hd08-r dl dt img {
		margin-right: 0.5rem;
		vertical-align: middle;
	}

	.hd08-r dl dd {
		margin-top: 0.2rem;
		font-size: 0.8rem;
		color: #FFFFFF;
		line-height: 1.0rem;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 1.0rem;
		text-transform: uppercase;
	}

	.hd08-r a {
		color: #FFFFFF;
	}

	.szlist {
		width: 100%;
		float: left;
		margin-top: 0.5rem;
	}

	.szlist ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.szlist ul li {
		width: 48%;
		margin-top: 1.0rem;
	}

	.szlist ul li dl dt {
		overflow: hidden;
	}

	.szlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.szlist ul li dl dd {
		height: 2.0rem;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 0.8rem;
		line-height: 2.0rem;
		margin-top: 0.5rem;
	}

	.szlist ul li dl dd i {
		width: 3.0rem;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.szlist ul li:hover dl dd i {
		width: 100%;
	}

	.fy {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}

	.fy ul {
		display: flex;
		justify-content: center;
	}

	.fy ul li {
		font-size: 0.8rem;
		line-height: 1.5rem;
		margin-top: 0.5rem;
		font-family: '宋体';
	}

	.fy ul li a {
		padding: 0.2rem 0.4rem;
		text-align: center;
		border-right: 0px;
	}

	.fy ul li a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.fy ul li .cur {
		background-color: #ee7e00;
		color: #FFFFFF;
	}

	.con {
		width: 100%;
		float: left;
		margin-top: 25px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}

	.con-l {
		width: 100%;
	}

	.hdshow01 {
		width: 100%;
		float: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hdshow01-l {
		width: 100%;
	}

	.contnum {
		width: 100%;
		float: left;
		margin-top: 0.5rem;
		font-size: 0.8rem;
		color: #666666;
	}

	.hdshow01-r {
		width: 100%;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		margin-top: 1.5rem;
	}

	.hdshow01-r h1 {
		margin-bottom: 1.0rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333333;
	}

	.hdshow01-r h1 i {
		font-size: 0.8rem;
		color: #666666;
		margin-left: 1.0rem;
		font-weight: normal;
	}

	.hdshow01-r h1 em {
		font-size: 0.8rem;
		color: #EE7E00;
	}

	.hdshow01-r h1 b {
		font-size: 1.2rem;
		color: #EE7E00;
	}

	.hdshow01-r01 {
		display: flex;
		margin-top: 1.0rem;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #999999;
		font-size: 0.8rem;
		justify-content: space-between;
	}

	.hdshow01-r01 .pic {
		width: 30%;
		max-height: 90px;
		overflow: hidden;
	}

	.hdshow01-r01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.hdshow01-r01 div:nth-child(2) {
		width: 65%;
	}

	.hdshow01-r01 h1 {
		font-size: 0.8rem;
		color: #333333;
		margin-bottom: 0.5rem;
	}

	.hdshow01-r02 {
		display: flex;
		margin-top: 0.5rem;
		border: 1px solid #bdbdbd;
		align-items: center;
		color: #666666;
		font-size: 0.8rem;
		justify-content: space-between;
	}

	.hdshow01-r02 .pic {
		width: 30%;
		font-size: 0.8rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
	}

	.hdshow01-r02 div:nth-child(2) {
		width: 65%;
		padding: 1.0rem 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.hdshow01-r02 div:nth-child(2) a {
		margin-right: 0.5rem;
		color: #666666;
	}

	.hdshow01-r03 {
		display: flex;
		margin-top: 1.0rem;
	}

	.hdshow01-r03 a {
		width: 6.0rem;
		height: 2.0rem;
		border: 1px solid #ee7e00;
		margin-right: 0.5rem;
		line-height: 2.0rem;
		text-align: center;
		font-size: 0.8rem;
		color: #EE7E00;
	}

	.hdshow01-r03 a:hover {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow01-r03 .cur {
		background-color: #EE7E00;
		color: #FFFFFF;
	}

	.hdshow02 {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}

	.hdshow02 h1 {
		display: flex;
		margin-bottom: 1.0rem;
	}

	.hdshow02 h1 i {
		width: 6.0rem;
		height: 2.0rem;
		background: #ee7e00;
		font-size: 0.8rem;
		line-height: 2.0rem;
		color: #FFFFFF;
		text-align: center;
	}

	.hdshow02 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.hdshow02 ul li {
		width: 48%;
		margin-bottom: 1.0rem;
	}

	.hdshow02 ul li dl dt {
		position: relative;
		overflow: hidden;
	}

	.hdshow02 ul li dl dt span {
		width: 2.0rem;
		height: 2.0rem;
		position: absolute;
		left: calc(50% - 1.0rem);
		top: calc(50% - 1.0rem);
		background-image: url(../images/sp.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}

	.hdshow02 ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.hdshow02 ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.hdshow02 ul li dl dd {
		line-height: 1.5rem;
		font-size: 0.8rem;
	}

	.con-r {
		width: 285px;
		display: none;
	}

	.con-r h1 {
		margin-bottom: 16px;
		font-size: 16px;
		color: #333333;
		line-height: 21px;
	}

	.con-r ul li {
		width: 100%;
		margin-top: 20px;
		float: left;
	}

	.con-r ul li dl dt {
		overflow: hidden;
	}

	.con-r ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.con-r ul li dl dd {
		height: 40px;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 14px;
		line-height: 40px;
		margin-top: 10px;
	}

	.con-r ul li dl dd i {
		width: 120px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.con-r ul li:hover dl dd i {
		width: 100%;
	}

	.ztlm {
		width: 100%;
		float: left;
		padding-bottom: 1.0rem;
		padding-top: 0.5rem;
		border-bottom: 1px solid #e6e6e6;
	}

	.ztlm ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ztlm ul li {
		width: 33.33%;
		border-right: 1px solid #e6e6e6;
		margin-top: 1.0rem;
	}

	.ztlm ul li dl dt {
		text-align: center;
		font-size: 1.0rem;
		color: #333333;
		font-weight: bold;
		line-height: 2.0rem;
	}

	.ztlm ul li dl dt img {
		vertical-align: middle;
		margin-right: 0.5rem;
		max-height: 1.5rem;
	}

	.ztlm ul li dl dd {
		font-size: 0.8rem;
		color: #666666;
		line-height: 1.2rem;
		text-align: center;
	}

	.ztlm ul li:nth-child(3n) {
		border: 0px;
	}

	.smwz {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
		padding: 0px 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		text-align: center;
	}

	.ztlist {
		width: 100%;
		margin-top: 0.5rem;
		float: left;
	}

	.ztlist ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ztlist ul li {
		width: 48%;
		margin-top: 1.0rem;
	}

	.ztlist ul li dl dt {
		overflow: hidden;
	}

	.ztlist ul li dl dt img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dt img {
		transform: scale(1.05);
	}

	.ztlist ul li dl dd {
		height: 2.5rem;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		font-size: 0.8rem;
		line-height: 2.5rem;
		display: flex;
		justify-content: space-between;
	}

	.ztlist ul li dl dd span {
		font-size: 0.8rem;
		color: #666666;
		display: none;
	}

	.ztlist ul li dl dd i {
		width: 3.0rem;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-color: #EE7E00;
		transition: all 0.6s;
	}

	.ztlist ul li:hover dl dd i {
		width: 100%;
	}

	.ztshow {
		width: 100%;
		float: left;
		margin-bottom: 2.0rem;
		margin-top: 2.0rem;
		display: flex;
		justify-content: space-between;
	}

	.ztshow-l {
		width: 100%;
	}

	.zttitle {
		width: 100%;
		float: left;
		padding-bottom: 0.5rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: bold;
		color: #333333;
		border-bottom: 1px solid #EE7E00;
	}

	.zttex {
		width: 100%;
		float: left;
		margin-top: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	.zttex img {
		max-width: 100%;
		height: auto;
	}

	.fh {
		display: flex;
		margin-top: 1.5rem;
	}

	.fh a {
		width: 8.0rem;
		height: 2.5rem;
		background: #ee7e00;
		line-height: 2.5rem;
		text-align: center;
		font-size: 1.0rem;
		color: #FFFFFF;
	}

	.ztshow-r {
		width: 355px;
		display: none;
	}

	.ztshow-r01 {
		width: 100%;
		float: left;
		margin-top: 40px;
	}

	.ztshow-r01 h1 {
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		padding-top: 15px;
		align-items: center;
		border-bottom: 1px solid #E6E6E6;
		border-top: 1px solid #e6e6e6;
	}

	.ztshow-r01 h1 div dl dt {
		text-align: center;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
	}

	.ztshow-r01 h1 div dl dt img {
		vertical-align: middle;
		margin-right: 20px;
	}

	.ztshow-r01 h1 div dl dd {
		font-size: 12px;
		color: #666666;
		line-height: 18px;
	}

	.ztshow-r01 h1 i {
		font-size: 20px;
		color: #999999;
		text-transform: uppercase;
		font-weight: normal;
	}

	.ztshow-r01 ul li {
		width: 100%;
		float: left;
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.ztshow-r01 ul li a {
		display: flex;
		justify-content: space-between;
	}

	.ztshow-r01 ul li i {
		opacity: 0;
	}

	.ztshow-r01 ul li:hover i {
		opacity: 1;
	}

	.hdkj02 {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}

	.hdkj02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.hdkj02 ul li {
		width: 50%;
		height: 36vw;
		position: relative;
		overflow: hidden;
	}

	.hdkj02 ul li img {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}

	.hdkj02 ul li:hover img {
		transform: scale(1.05);
	}

	.hdkj02 ul li .subtitle {
		width: 100%;
		height: 2.0rem;
		background: rgba(0, 0, 0, 0.50);
		line-height: 2.0rem;
		text-align: center;
		color: #FFFFFF;
		font-size: 0.8rem;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.hdkj02 ul li .tex {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 0px 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		font-size: 0.8rem;
		line-height: 1.2rem;
		background: rgba(238, 126, 0, 0.90);
		text-align: center;
		opacity: 0;
		transition: all 0.6s;
	}

	.hdkj02 ul li .tex h1 {
		font-size: 1.0rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}

	.hdkj02 ul li .tex .more {
		margin-top: 1.0rem;
		display: flex;
		justify-content: center;
	}

	.hdkj02 ul li .tex .more a {
		width: 6.0rem;
		height: 2.0rem;
		border: 0.75px solid #ffffff;
		line-height: 2.0rem;
		text-align: center;
		color: #FFFFFF;
	}

	.hdkj02 ul li .tex .more a i {
		padding: 0.2rem;
		background-image: url(../images/jt03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 0.5rem;
	}

	.hdkj02 ul li:hover .tex {
		opacity: 1;
	}

	.fwtex {
		width: 100%;
		float: left;
		margin-top: 1.5rem;
	}

	.fwtex img {
		max-width: 100%;
		height: auto;
	}

	.zxly {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		padding-bottom: 3.0rem;
		background-color: #f4f4f4;
		padding-top: 2.0rem;
	}

	.zxly h1 {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #EE7E00;
		margin-bottom: 0.5rem;
	}

	.zxly h2 {
		font-size: 0.8rem;
		line-height: 1.0rem;
		color: #666666;
		font-weight: normal;
	}

	.zxly ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 1.0rem;
	}

	.zxly ul li {
		width: calc(34.3% - 0.4rem);
		margin-top: 0.5rem;
	}

	.zxly ul li:nth-child(4) {
		width: 100%;
	}

	.zxly ul li:last-child {
		margin-top: 1.0rem;
	}

	.bk {
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
		border: 0px;
		outline: none;
		padding-left: 1.0rem;
		font-size: 0.8rem;
		color: #828282;
		font-family: "微软雅黑";
	}

	.anniu {
		width: 8.0rem;
		height: 2.5rem;
		background: #ee7e00;
		line-height: 2.5rem;
		text-align: center;
		border: 0px;
		cursor: pointer;
		font-size: 1.0rem;
		color: #FFFFFF;
	}

	.news {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}

	.news ul li {
		width: 100%;
		float: left;
		padding: 1.0rem;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #E0E0E0;
		transition: all 0.6s;
	}

	.news ul li:hover {
		background: #ffffff;
		box-shadow: 0px 30px 60px 0px rgba(57, 57, 57, 0.10);
	}

	.news ul li .pic {
		width: 30%;
		overflow: hidden;
	}

	.news ul li .pic img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.news ul li:hover .pic img {
		transform: scale(1.05);
	}

	.news ul li .tex {
		width: 65%;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}

	.news ul li .tex h1 {
		font-size: 1.0rem;
		line-height: 1.5rem;
		color: #333333;
		margin-bottom: 0.5rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}

	.shengl {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news ul li:hover .tex h1 a {
		color: #EE7E00;
	}

	.news ul li .tex i {
		display: none;
	}

	.news ul li .tex .more {
		display: flex;
		justify-content: space-between;
		margin-top: 2.0rem;
		display: none
	}

	.news ul li .tex .more a {
		width: 6.0rem;
		height: 2.0rem;
		background-image: url(../images/bk02.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		color: #666666;
		line-height: 2.0rem;
		text-align: center;
	}

	.news ul li .tex .more a:hover {
		background-color: #ee7e00;
		color: #FFFFFF;
		background-image: none;
	}

	.newtitle {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.newdate {
		width: 100%;
		float: left;
		color: #828282;
		font-size: 0.8rem;
		line-height: 1.5rem;
		margin-top: 2.0rem;
	}

	.newtex {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		padding-bottom: 2.0rem;
	}

	.newtex img {
		max-width: 100%;
		height: auto;
	}

	.lxwm {
		width: 100%;
		float: left;
		background-color: #f4f4f4;
		padding: 2.0rem 0px;
		padding-bottom: 0px;
		margin-top: 1.0rem;
	}

	.lxwm h1 {
		font-size: 1.2rem;
		line-height: 2.0rem;
		color: #333333;
		font-weight: normal;
		margin-bottom: 1.0rem;
	}

	.lxwm01 {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		padding: 2.0rem 0px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 0px;
	}

	.lxwm01 div {
		padding: 2.0rem;
		border-bottom: 1px solid #e6e6e6;
		font-size: 0.8rem;
		line-height: 1.5rem;
		width: 100%;
	}

	.lxwm01 div ul li {
		width: 100%;
		float: left;
		display: flex;
		margin-top: 2.0rem;
		align-items: center;
	}

	.lxwm01 div ul li span {
		max-width: 30%;
	}

	.lxwm01 div ul li:first-child {
		margin-top: 0px;
	}

	.lxwm01 div ul li img {
		vertical-align: middle;
		max-width: 100%;
	}

	.lxwm01 div ul li dl {
		margin-left: 1.0rem;
	}

	.lxwm01 div ul li dl dt {
		font-size: 0.8rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}

	.lxwm01 div ul li dl dd {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.lxwm01 div ul li dl dd i {
		font-size: 1.2rem;
	}

	.hys {
		color: #EE7E00;
	}

	.ljzx {
		display: flex;
		margin-top: 2.0rem;
	}

	.ljzx a {
		width: 8.0rem;
		height: 2.0rem;
		background: #ee7e00;
		border-radius: 20px;
		line-height: 2.0rem;
		text-align: center;
		color: #FFFFFF;
	}

	.ljzx img {
		vertical-align: middle;
		margin-right: 0.5rem;
		max-height: 1.0rem;
	}

	.lxwm01 div:nth-child(3) {
		text-align: center;
		border-bottom: 0px;
	}

	.lxwm01 div:nth-child(3) img {
		margin-bottom: 1.0rem;
		margin-top: 1.0rem;
	}

	.map {
		width: 100%;
		float: left;
	}

	.map img {
		width: 100%;
		height: auto;
		display: block;
	}

	.zp {
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}

	.subNavBox2 {
		width: 100%;
		float: left;
		box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
	}

	.subNavBox2 h1 {
		HEIGHT: 3.0rem;
		line-height: 3.0rem;
		display: flex;
		font-size: 0.8rem;
		background-color: #EE7E00;
		font-weight: normal;
		color: #FFFFFF;
		justify-content: space-between;
	}

	.subNavBox2 h1 i {
		margin-left: 3.6vw;
		width: 6.0rem;
		display: none;
	}

	.subNavBox2 h1 i:first-child {
		display: block;
	}

	.subNavBox2 h1 i:last-child {
		display: block;
	}

	.subNav2 {
		width: 100%;
		float: left;
		HEIGHT: 3.0rem;
		display: flex;
		justify-content: space-between;
		CURSOR: pointer;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		line-height: 3.0rem;
		font-size: 0.8rem;
	}

	.subNav2 i {
		margin-left: 3.6vw;
		width: 6.0rem;
		display: none;
	}

	.subNav2 i:first-child {
		display: block;
	}

	.subNav2 i:last-child {
		display: block;
	}

	.subNav2:hover {
		float: left;
	}

	.currentDd2 {
		background: #e9edf0;
	}

	.currentDd2 i {
		color: #EE7E00;
	}

	.navContent2 {
		display: none;
		float: left;
		width: 100%;
		padding: 0.5rem 5% 1rem 5%;
		line-height: 1.5rem;
		font-size: 0.8rem;
		background-color: #e9edf0;
	}

	.red {
		color: #EE7E00;
	}

	.szlist2 {
		width: 100%;
		float: left;
	}

	.szlist2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.szlist2 ul li {
		width: 49%;
		position: relative;
		margin-top: 0.5rem;
		overflow: hidden;
	}

	.szlist2 ul li img {
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.6s;
	}

	.szlist2 ul li span {
		width: auto;
		position: absolute;
		bottom: 1.0rem;
		left: 1.0rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #FFFFFF;
		font-size: 0.8rem;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 1;
	}

	.szlist2 ul li:hover img {
		transform: scale(1.05);
	}

	.tanc {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 99999999;
		height: 100%;
	}

	.main2 {
		width: 90%;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}

	.tanc01 {
		width: 100%;
		background-color: #FFFFFF;
		margin-top: 15vh;
		padding-bottom: 2.0rem;
		height: 70vh;
		overflow-y: scroll;
		position: relative;
	}

	::-webkit-scrollbar {
		display: none
	}

	.tanc01 .close {
		width: 2.0rem;
		height: 2.0rem;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 11;
		background-image: url(../images/close-circle.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.tanc01 .pic {
		overflow: hidden;
	}

	.tanc01 .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.tanc01 dl dt {
		padding: 1.0rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #333;
	}

	.tanc01 dl dd {
		padding: 0px 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}



	.mart0 {
		margin-top: 0px;
	}

	.h80 {
		height: 4.0rem;
		width: 100%;
		float: left;
	}

	.h400 {
		height: 10rem;
	}

	.padt0 {
		padding-top: 0px;
	}

















}