body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--09275-a, #1B3B32);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse.yanse01 .innav ul li a{
	color:#fff;
}
.main{
	width: 66.6666%;
	margin:auto;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:4.75rem;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:4.75rem;
}
.head{
	width:100%;
	float:left;
	position:relative;
}
.logo{
	width:11.45%;
	display: flex;
	align-items: center;
	height:4.75rem;
	min-width:11.45%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	margin-left:1.3vw;
	margin-right:1.3vw;
	font-size: var(--font-size-sm, 1rem);
	font-style: normal;
	font-weight: 800;
	line-height: var(--font-size-sm, 1rem); /* 100% */
	letter-spacing: 0.01rem;
	height:4.75rem;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:4.75rem;
	display:flex;
	align-items: center;
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--Color-3, #0C56B1);
}
.header.yanse .innav ul li.cur a{
	color: var(--Color-3, #0C56B1);
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:var(--Color-3, #0C56B1);
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.innav ul li:hover i{
	width:100%;
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:4.75rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	opacity:0;
	visibility:hidden;
	transition: all 0.2s;
	padding:2.5rem 0;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.dhxl{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNavBox{
	width: auto;
	max-width:20%;
}
.subNavBox h1{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.5rem;
}
.subNav{
	width:100%; 
	float:left;
	CURSOR: pointer;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	margin-top:1.06rem;
}
.innav ul li .subNav a{ height:1.8rem; line-height:1.8rem; }
.subNav em{
	width: 0.875rem;
	height: 0.375rem;
	margin-left:0.75rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd em{
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: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;
}
.navContent{
	display: none;
	float:left;
	width:100%;
	padding-left:1.25rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.navContent p{
	margin-top:1.06rem;
}
.innav ul li .navContent p a{
	height:auto;
}
.header.yanse .innav ul li.cur .xiala a{
	height:auto;
	color:#666;
}

.top-r{
	width: auto;
	display: flex;
	align-items: center;
}
.top-r a{
	display: flex;
	padding: 1.0rem 2.125rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.index01{
	width:100%;
	float:left;
	background: #000;
	padding:10rem 0;
}
.ind01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind01-l{
	width:44.125%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.ind01-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:5.0rem;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	height: 3.4375rem;
	padding: 0rem 2.3125rem 0rem 2.375rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.ind01-r{
	width:35.625%;
}
.ind01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind01-r ul li{
	width:100%;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	margin-top:2.5rem;
}
.ind01-r ul li img{
	margin-right:1.46rem;
}
.ind01-r ul li:first-child{
	margin-top:0px;
}

.index02{
	width:100%;
	float:left;
	background: #F3F3F5;
	padding:10rem 0;
}
.intit{
	width:100%;
	float:left;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.intit dl dd{
	margin-top:1.88rem;
	display: flex;
	justify-content:center;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.intit dl dd div{
	width:50%;
}
.yfw{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.yfw ul{
	display: flex;
	flex-wrap: wrap;
}
.yfw ul li{
	width:calc(33.5% - 1.28rem);
	margin-right:1.28rem;
	margin-top:1.25rem;
	padding:2.5rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
	color: var(---333, #333);
}
.yfw ul li a{
	width:100%;
	float:left;
}
.yfw ul li:nth-child(3n){
	margin-right:0px;
}
.yfw ul li .pic{
	overflow:hidden;
}
.yfw ul li .pic img{
	max-height:3.0rem;
}
.yfw ul li dl dt{
	margin-top:1.28rem;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.yfw ul li dl dd{
	margin-top:1.28rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.yfw ul li:hover{
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.yfw ul li:hover a{
	color:#FFF;
}
.yfw ul li .pic01{
	display:inline-block;
}
.yfw ul li .pic02{
	display: none;
}
.yfw ul li:hover .pic01{
	display:none;
}
.yfw ul li:hover .pic02{
	display:inline-block;
}
.index03{
	width:100%;
	float:left;
	position:relative;
}
.index03 img{
	width:100%;
	height:auto;
	display:block;
}
.index03 .tex{
	width:100%;
	position:absolute;
	top:7.5rem;
	left:0;
	z-index:1;
}
.index04{
	width:100%;
	float:left;
	background: var(---black, #000);
	padding:10rem 0;
}
.intit2{
	width:100%;
	float:left;
	text-align:center;
}
.intit2 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.intit2 dl dd{
	display: flex;
	justify-content:center;
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.intit2 dl dd div{
	width:50%;
}
.ywfw{
	width:100%;
	float:left;
	margin-top:4.97rem;
}
.ywfw ul{
	display: flex;
	flex-wrap: wrap;
}
.ywfw ul li{
	width:calc(33.5% - 1.28rem);
	margin-right:1.28rem;
	margin-top:1.28rem;
	padding:3.75rem 3.86rem;
	border-radius: 1rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
	transition: all 0.6s;
}
.ywfw ul li:nth-child(3n){
	margin-right:0px;
}
.ywfw ul li .pic{
	overflow:hidden;
}
.ywfw ul li .pic img{
	max-height:5.5rem;
}
.ywfw ul li dl dt{
	margin-top:4.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ywfw ul li dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.ywfw ul li:hover{
	background: var(--Color-3, #0C56B1);
}
.iys{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.iys ul{
	display: flex;
	flex-wrap: wrap;
}
.iys ul li{
	width:calc(33.5% - 1.28rem);
	margin-right:1.28rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding:7.2rem 3.4rem;
	padding-bottom:4.4rem;
}
.iys ul li:nth-child(3n){
	margin-right:0px;
}
.iys ul li .tit{
	padding-bottom:2.54rem;
	height:7.29rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	border-bottom:0.0625rem solid var(--Color-3, #0C56B1);
}
.iys ul li dl dt{
	margin-top:3.13rem;
	color: var(--Color-3, #0C56B1);
	text-align: center;
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.iys ul li dl dd{
	margin-top:0.8rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.foot{
	width:100%;
	float:left;
	background: #F3F3F5;
}
.foot01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:35.75%;
}
.foot01 .a01 h1{
	margin-top:5.75rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a01 img{
	max-width:40%;
}

.foot01 .a02{
	width:60.125%;
	display: flex;
	justify-content: space-between;
}
.foot01 .a02 dl{
	width:auto;
	max-width:33.33%;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot01 .a02 dl dd{
	margin-top:1.06rem;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd a{
	color: var(---999, #999);
}
.foot02{
	margin-top:3.7rem;
	width:100%;
	float:left;
	padding:2.5rem 0;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:4.75rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:32.3%;
	height:100%;
	left:16.6666%;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	position:absolute;
}
.aboutbanner .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.aboutbanner .tex dl dd{
	margin-top:3.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:50%;
	padding:10rem 0;
	padding-left:16.66%;
	padding-right:10.615%;
}
.nab-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab-l dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.nab-r{
	width:50%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.subNavBox2{
	width: 100%;
}
.subNav2{
	width:100%; 
	float:left;
	CURSOR: pointer;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
	justify-content: space-between;
	height:8.13rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-right:33.33%;
	padding-left:6.25%;
}
.subNav2:last-child{
	border-bottom:0px;
}
.subNav2 div{
	display:flex;
	align-items: center;
	width:auto;
	white-space:nowrap
}
.subNav2 div img{
	margin-right:4.2%;
}
.subNav2::after{
	width: 1.5rem;
	height: 0.75rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd2{
	border-bottom: 1px solid var(--Color-3, #0C56B1);
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.currentDd2::after{
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent2{
	display: none;
	float:left;
	width:100%;
	padding-left:12.45%;
	padding-right:33.33%;
	padding-bottom:4.8rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	background: var(--Color-3, #0C56B1);
}
.nab-r2{
	width:50%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.nab-r2 ul{
	display: flex;
	flex-direction: column;  /* 垂直排列 */
	height:100%;
}
.nab-r2 ul li{
	flex: 1;                /* 关键：等分剩余空间 */
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:5.0rem 0;
	padding-left:4.2%;
	padding-right:33.33%;
}
.nab-r2 ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.nab-r2 ul li dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.hz{
	width:100%;
	float:left;
	padding:4.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hz-l{
	width:41.75%;
}
.hz-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.hz-l dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}

.hz-r{
	width:50%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hz-r img{
	max-width:100%;
}

.ywbanner{
	width:100%;
	float:left;
	margin-top:4.75rem;
	padding:8.65rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ywbanner .tex{
	width:41.75%;
}
.ywbanner .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ywbanner .tex dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}

.ywbanner .pic{
	width:50%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.ywbanner .pic.ty{
	border-radius: 1rem;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.ywbanner .pic img{
	max-width:100%;
}
.zryw{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.zryw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zryw ul li{
	width:48.75%;
	padding: 5.5rem 2.28rem 8.15rem 2.28rem;
	border-radius: 1rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: #000;
	text-align: center;
	transition: all 0.6s;
}
.zryw ul li:hover{
	background: #111;
}
.zryw ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zryw ul li dl dd{
	margin-top:6.25rem;
}
.zryw ul li dl dd img{
	max-width:100%;
}
.cpshow{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .pic{
	width:46.625%;
	overflow:hidden;
}
.cpshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow .tex{
	width:49.375%;
}
.cpshow .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow .tex dl dd{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpys{
	width:100%;
	float:left;
	margin-top:5.0rem;
	margin-bottom:10rem;
}
.cpys ul{
	display: flex;
	flex-wrap: wrap;
}
.cpys ul li{
	width:calc(25.1% - 1.25rem);
	margin-top:1.25rem;
	margin-right:1.25rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-3, #0C56B1);
	padding:3.63rem 2.55rem;
	padding-bottom:4.56rem;
	text-align:center;
	color: var(---333, #333);
	transition: all 0.6s;
}
.cpys ul li:nth-child(4n){
	margin-right:0px;
}
.cpys ul li .pic{
	overflow:hidden;
}
.cpys ul li .pic img{
	max-height:3.0rem;
}
.cpys ul li dl dt{
	margin-top:1.41rem;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.cpys ul li dl dd{
	margin-top:1.22rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpys ul li:hover{
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.cpys ul li .pic01{
	display:inline-block;
}
.cpys ul li .pic02{
	display: none;
}
.cpys ul li:hover .pic01{
	display:none;
}
.cpys ul li:hover .pic02{
	display:inline-block;
}

.cpshow2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2.white{
	background: var(---black, #000);
}
.cpshow2.white .cpshow2-l dl dt{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-l dl dd{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-r ul li dl dt{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-r ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.cpshow2.white .cpshow2-r ul li{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow2.white .cpshow2-r{
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow2-l{
	width:50%;
	padding:7rem 0;
	padding-left:16.66%;
	padding-right:10.615%;
}
.cpshow2-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow2-l dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpshow2-l .pic{
	overflow:hidden;
	margin-top:3.75rem;
}
.cpshow2-l .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow2-r{
	width:50%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.cpshow2-r ul{
	display: flex;
	flex-direction: column;  /* 垂直排列 */
	height:100%;
}
.cpshow2-r ul li{
	flex: 1;                /* 关键：等分剩余空间 */
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:4.0rem 0;
	padding-left:4.2%;
	padding-right:33.33%;
}
.cpshow2-r ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.cpshow2-r ul li dl dd{
	margin-top:0.56rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.cpshow3{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.cpshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow3 ul li{
	width:calc(33.5% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-3, #0C56B1);
	padding:3.63rem 3.2rem;
	padding-bottom:4.56rem;
	text-align:center;
}
.cpshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.cpshow3 ul li .pic{
	overflow:hidden;
}
.cpshow3 ul li .pic img{
	max-height:3.0rem;
}
.cpshow3 ul li dl dt{
	margin-top:1.41rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.cpshow3 ul li dl dd{
	margin-top:1.22rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.lx{
	width:100%;
	float:left;
	margin-top:4.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:6.0rem;
	padding-top:10rem;
}
.lx-l{
	width:42.25%;
}
.lx-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l dl dd{
	margin-top:3.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.lx-l .more{
	display:flex;
	margin-top:5.0rem;
}
.lx-l .more a{
	display: flex;
	padding: 0.625rem 2.3125rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.lx-l .more a::before{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/email.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx-r{
	width:41.625%;
	padding:2.5rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.lx-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-r ul li{
	width:100%;
	margin-top:1.25rem;
}
.lx-r ul li:first-child{
	margin-top:0px;
}
.lx-r ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.lx-r ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.lx-r ul li dl dd{
	margin-top:0.62rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.lx-r ul li.mart3{
	margin-top:3.44rem;
}
.lxanniu{
	padding: 1.0rem 2.625rem;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
	cursor:pointer;
	border:0;
}
.lxbk{
	width:100%;
	height: 2.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	line-height:2.5rem;
	border:0;
	outline:none;
	padding:0 0.6rem;
	cursor:pointer;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.wbfw{
	width:100%;
	height:2.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	line-height:2.5rem;
	padding:0.6rem;
	cursor:pointer;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.wbfw::after{
	width:1.125rem;
	height:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.wbxl{
	left:0; 
	top:2.5rem;
	position: absolute;
	width:100%; 
	z-index:996;
	display: none;
}
.wbxl01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
	height: 5.25rem;
	border-radius: 1rem;
	padding:0 0.63rem;
}
.wbxl01 div{
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wbxl01 div input{
	margin-right:0.56rem;
}

.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.marb5{
	margin-bottom:5rem;
}



.marr{
	margin-right:0.56rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart4{
	margin-top:4rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:10rem;
}
.mart5{
	margin-top:5rem;
}
.mart1{
	margin-top:1.25rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){

.innav ul li{
	margin-left:1.3rem;
	margin-right:1.3rem;
	font-size:0.9rem;
}
.iys ul li .tit{
	font-size:1.5rem;
}
.iys ul li dl dt{
	font-size:4.0rem;
}
.aboutbanner .tex dl dt{
	font-size:3.0rem;
}
.cpshow .tex dl dt{
	font-size:2.0rem;
}
.cpshow2-l dl dt{
	font-size:2.0rem;
}
.lx-l dl dt{
	font-size:3.0rem;
}
.lx-l dl dd{
	font-size:1.0rem;
}
.lx-l .more a{
	font-size:1.0rem;
}







	
}

@media (min-width:1000px) and (max-width:1360px){


.innav ul li{
	margin-left:0.6rem;
	margin-right:0.6rem;
	font-size:0.7rem;
}
.top-r a{
	padding:0.5rem 1.5rem;
	font-size:0.75rem;
}
.ind01-l dl dt{
	font-size:2.0rem;
}
.ind01-r ul li{
	font-size:0.875rem;
}
.yfw ul li{
	padding:1.5rem;
}
.index03 .tex{
	top:2.5rem;
}
.intit dl dt{
	font-size:1.8rem;
}
.intit2 dl dt{
	font-size:2.0rem;
}
.ywfw ul li{
	padding:1.5rem;
}
.ywfw ul li .pic img{
	max-height:3.5rem;
}
.ywfw ul li dl dt{
	font-size:1.0rem;
}
.ywfw ul li dl dd{
	font-size:0.75rem;
}
.iys ul li{
	padding:1.5rem;
}
.iys ul li .tit{
	font-size:1.0rem;
	padding-bottom:1.0rem;
	height:3.75rem;
}
.iys ul li dl dt{
	font-size:3.0rem;
	margin-top:2.0rem;
}
.iys ul li dl dd{
	font-size:0.75rem;
}
.foot01{
	margin-top:3.25rem;
}
.foot01 .a01 h1{
	font-size:1.0rem;
}
.foot01 .a02 dl dt{
	font-size:1.0rem;
}
.foot01 .a02 dl dd{
	font-size:0.75rem;
}
.foot02{
	font-size:0.75rem;
	padding:1.5rem 0;
}
.index02{
	padding:5.0rem 0;
}
.index04{
	padding:5.0rem 0;
}
.index01{
	padding:5.0rem 0;
}

.aboutbanner .tex dl dt{
	font-size:2.0rem;
}
.aboutbanner .tex dl dd{
	font-size:0.875rem;
}
.nab-l dl dt{
	font-size:2.0rem;
}
.ywfw{
	margin-top:2.97rem;
}
.intit2 dl dd div{
	width:70%;
}
.intit2 dl dd{
	margin-top:1.75rem;
}
.hz-l dl dt{
	font-size:2.0rem;
}
.hz-l dl dd{
	font-size:1.0rem;
}
.inmore a{
	height:auto;
	line-height:normal;
	padding:0.5rem 1.5rem;
}
.zryw ul li dl dt{
	font-size:1.5rem;
}
.ywbanner .tex dl dt{
	font-size:2.0rem;
}
.ywbanner .tex dl dd{
	font-size:0.875rem;
}
.cpshow .tex dl dt{
	font-size:1.5rem;
}
.cpshow .tex dl dd{
	margin-top:1.75rem;
	font-size:0.75rem;
}
.intit dl dd div{
	width:70%;
}
.cpys ul li{
	padding:1.5rem;
}
.cpys ul li dl dt{
	font-size:0.875rem;
}
.cpys ul li dl dd{
	font-size:0.75rem;
}
.cpys{
	margin-top:3.0rem;
	margin-bottom:5.0rem;
}
.cpshow2-l dl dt{
	font-size:1.5rem;
}
.cpshow2-l dl dd{
	font-size:0.75rem;
}
.cpshow3 ul li{
	padding:1.5rem;
}
.lx-l dl dt{
	font-size:2.0rem;
}
.lx-l dl dd{
	font-size:0.75rem;
}
.lx-l .more a{
	font-size:0.75rem;
}
.lx-r{
	padding:1.5rem;
	width:50%;
}

.cpshow2-r ul li dl dt{
	font-size:1.0rem;
}
.cpshow2-r ul li dl dd{
	font-size:0.75rem;
}











.mart4{
	margin-top:2.0rem;
}
.mart10{
	margin-top:5.0rem;
}
	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:4.75rem; 
	line-height:4.75rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4.75rem; 
	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:4.75rem; 
	height:4.75rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:100%;
	float:left;
	text-align:center;
	background-color:var(--09275-a, #1B3B32);
	color:#FFF;
	line-height:3.0rem;
}
.zym a{
	color:#FFF;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4.75rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	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;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.6rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: var(--09275-a, #1B4E98); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.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:1.5rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 8.33vw;
}

.index01{
	width:100%;
	float:left;
	background: #000;
	padding:3rem 0;
}
.ind01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind01-l{
	width:100%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.ind01-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.0rem;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.ind01-r{
	width:100%;
	margin-top:3.0rem;
}
.ind01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind01-r ul li{
	width:100%;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	margin-top:2.5rem;
}
.ind01-r ul li img{
	margin-right:1.46rem;
}
.ind01-r ul li:first-child{
	margin-top:0px;
}

.index02{
	width:100%;
	float:left;
	background: #F3F3F5;
	padding:3rem 0;
}
.intit{
	width:100%;
	float:left;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.intit dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content:center;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.intit dl dd div{
	width:100%;
}
.yfw{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.yfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yfw ul li{
	width:48%;
	margin-top:1.0rem;
	padding:1.5rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
	color: var(---333, #333);
}
.yfw ul li a{
	width:100%;
	float:left;
}
.yfw ul li:nth-child(3n){
	margin-right:0px;
}
.yfw ul li .pic{
	overflow:hidden;
}
.yfw ul li .pic img{
	max-height:3.0rem;
}
.yfw ul li dl dt{
	margin-top:1.0rem;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.yfw ul li dl dd{
	margin-top:1.0rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.yfw ul li:hover{
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.yfw ul li:hover a{
	color:#FFF;
}
.yfw ul li .pic01{
	display:inline-block;
}
.yfw ul li .pic02{
	display: none;
}
.yfw ul li:hover .pic01{
	display:none;
}
.yfw ul li:hover .pic02{
	display:inline-block;
}
.index03{
	width:100%;
	float:left;
	position:relative;
}
.index03 img{
	width:100%;
	height:auto;
	display:block;
}
.index03 .tex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
}
.index04{
	width:100%;
	float:left;
	background: var(---black, #000);
	padding:3rem 0;
}
.intit2{
	width:100%;
	float:left;
	text-align:center;
}
.intit2 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.intit2 dl dd{
	display: flex;
	justify-content:center;
	margin-top:1.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.intit2 dl dd div{
	width:100%;
}
.ywfw{
	width:100%;
	float:left;
	margin-top:2.97rem;
}
.ywfw ul{
	display: flex;
	flex-wrap: wrap;
}
.ywfw ul li{
	width:100%;
	margin-top:1.28rem;
	padding:1.75rem 1.86rem;
	border-radius: 1rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
	transition: all 0.6s;
}
.ywfw ul li:nth-child(3n){
	margin-right:0px;
}
.ywfw ul li .pic{
	overflow:hidden;
}
.ywfw ul li .pic img{
	max-height:4.5rem;
}
.ywfw ul li dl dt{
	margin-top:2.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ywfw ul li dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.ywfw ul li:hover{
	background: var(--Color-3, #0C56B1);
}
.iys{
	width:100%;
	float:left;
	margin-top:1rem;
}
.iys ul{
	display: flex;
	flex-wrap: wrap;
}
.iys ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding:2.5rem;
}
.iys ul li:nth-child(3n){
	margin-right:0px;
}
.iys ul li .tit{
	padding-bottom:1.54rem;
	height: auto;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	border-bottom:0.0625rem solid var(--Color-3, #0C56B1);
}
.iys ul li dl dt{
	margin-top:2.13rem;
	color: var(--Color-3, #0C56B1);
	text-align: center;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.iys ul li dl dd{
	margin-top:0.8rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.foot{
	width:100%;
	float:left;
	background: #F3F3F5;
}
.foot01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a01 img{
	max-width:40%;
}

.foot01 .a02{
	width:49.125%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01 .a02 dl{
	width:auto;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot01 .a02 dl dd{
	margin-top:1.06rem;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd a{
	color: var(---999, #999);
}
.foot02{
	margin-top:2.7rem;
	width:100%;
	float:left;
	padding:1.5rem 0;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:4.75rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	position:absolute;
	padding:0 8.33vw;
}
.aboutbanner .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.aboutbanner .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	padding:3rem 8.33vw;
}
.nab-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab-l dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.nab-r{
	width:100%;
}
.subNavBox2{
	width: 100%;
}
.subNav2{
	width:100%; 
	float:left;
	CURSOR: pointer;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
	justify-content: space-between;
	height:4.13rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:0 8.33vw;
}
.subNav2:last-child{
	border-bottom:0px;
}
.subNav2 div{
	display:flex;
	align-items: center;
	width:auto;
	white-space:nowrap
}
.subNav2 div img{
	margin-right:4.2%;
	max-height:2.0rem;
}
.subNav2::after{
	width: 1.5rem;
	height: 0.75rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd2{
	border-bottom: 1px solid var(--Color-3, #0C56B1);
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.currentDd2::after{
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent2{
	display: none;
	float:left;
	width:100%;
	padding:2.0rem 8.33vw;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	background: var(--Color-3, #0C56B1);
}
.nab-r2{
	width:100%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
}
.nab-r2 ul{
	display: flex;
	flex-direction: column;  /* 垂直排列 */
	height:100%;
}
.nab-r2 ul li{
	flex: 1;                /* 关键：等分剩余空间 */
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.0rem 8.33vw;
}
.nab-r2 ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.nab-r2 ul li dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.hz{
	width:100%;
	float:left;
	padding:3.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hz-l{
	width:100%;
}
.hz-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.hz-l dl dd{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}

.hz-r{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.0rem;
}
.hz-r img{
	max-width:100%;
}

.ywbanner{
	width:100%;
	float:left;
	margin-top:4.75rem;
	padding:3.65rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ywbanner .tex{
	width:100%;
}
.ywbanner .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ywbanner .tex dl dd{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}

.ywbanner .pic{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.ywbanner .pic.ty{
	border-radius: 1rem;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.ywbanner .pic img{
	max-width:100%;
}
.zryw{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.zryw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zryw ul li{
	width:48%;
	padding: 1.5rem;
	border-radius: 1rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: #000;
	text-align: center;
	transition: all 0.6s;
}
.zryw ul li:hover{
	background: #111;
}
.zryw ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zryw ul li dl dd{
	margin-top:2.25rem;
}
.zryw ul li dl dd img{
	max-width:100%;
}
.cpshow{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .pic{
	width:100%;
	overflow:hidden;
}
.cpshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow .tex{
	width:100%;
	margin-top:3.0rem;
}
.cpshow .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow .tex dl dd{
	margin-top:1.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpys{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:3rem;
}
.cpys ul{
	display: flex;
	flex-wrap: wrap;
}
.cpys ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-3, #0C56B1);
	padding:2.63rem 1.55rem;
	text-align:center;
	color: var(---333, #333);
	transition: all 0.6s;
}
.cpys ul li:nth-child(4n){
	margin-right:0px;
}
.cpys ul li .pic{
	overflow:hidden;
}
.cpys ul li .pic img{
	max-height:3.0rem;
}
.cpys ul li dl dt{
	margin-top:1.41rem;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.cpys ul li dl dd{
	margin-top:1.22rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpys ul li:hover{
	background: var(--Color-3, #0C56B1);
	color:#FFF;
}
.cpys ul li .pic01{
	display:inline-block;
}
.cpys ul li .pic02{
	display: none;
}
.cpys ul li:hover .pic01{
	display:none;
}
.cpys ul li:hover .pic02{
	display:inline-block;
}

.cpshow2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2.white{
	background: var(---black, #000);
}
.cpshow2.white .cpshow2-l dl dt{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-l dl dd{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-r ul li dl dt{
	color: var(---white, #FFF);
}
.cpshow2.white .cpshow2-r ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.cpshow2.white .cpshow2-r ul li{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow2.white .cpshow2-r{
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow2-l{
	width:100%;
	padding:3rem 8.33vw;
}
.cpshow2-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow2-l dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.cpshow2-l .pic{
	overflow:hidden;
	margin-top:2.75rem;
}
.cpshow2-l .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow2-r{
	width:100%;
}
.cpshow2-r ul{
	display: flex;
	flex-direction: column;  /* 垂直排列 */
	height:100%;
}
.cpshow2-r ul li{
	flex: 1;                /* 关键：等分剩余空间 */
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.0rem 8.33vw;
}
.cpshow2-r ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.cpshow2-r ul li dl dd{
	margin-top:0.56rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.cpshow3{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.cpshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow3 ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-3, #0C56B1);
	padding:2.5rem;
	text-align:center;
}
.cpshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.cpshow3 ul li .pic{
	overflow:hidden;
}
.cpshow3 ul li .pic img{
	max-height:3.0rem;
}
.cpshow3 ul li dl dt{
	margin-top:1.41rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.cpshow3 ul li dl dd{
	margin-top:1.22rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.lx{
	width:100%;
	float:left;
	margin-top:4.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.0rem;
	padding-top:3rem;
}
.lx-l{
	width:100%;
}
.lx-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.lx-l .more{
	display:flex;
	margin-top:2.0rem;
}
.lx-l .more a{
	display: flex;
	padding: 0.5rem 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.lx-l .more a::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/email.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx-r{
	width:100%;
	margin-top:2.0rem;
	padding:1.5rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.lx-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-r ul li{
	width:100%;
	margin-top:1.25rem;
}
.lx-r ul li:first-child{
	margin-top:0px;
}
.lx-r ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.lx-r ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.lx-r ul li dl dd{
	margin-top:0.62rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;

	line-height: normal;
	position:relative;
}
.lx-r ul li.mart3{
	margin-top:3.44rem;
}
.lxanniu{
	padding: 1.0rem 2.625rem;
	border-radius: 6.25rem;
	background: var(--Color-3, #0C56B1);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
	cursor:pointer;
	border:0;
}
.lxbk{
	width:100%;
	height: 2.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	line-height:2.5rem;
	border:0;
	outline:none;
	padding:0 0.6rem;
	cursor:pointer;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.wbfw{
	width:100%;
	height:2.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	line-height:2.5rem;
	padding:0.6rem;
	cursor:pointer;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.wbfw::after{
	width:1.125rem;
	height:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.wbxl{
	left:0; 
	top:2.5rem;
	position: absolute;
	width:100%; 
	z-index:996;
	display: none;
}
.wbxl01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
	height: 5.25rem;
	border-radius: 1rem;
	padding:0 0.63rem;
}
.wbxl01 div{
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wbxl01 div input{
	margin-right:0.56rem;
}


.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.marb5{
	margin-bottom:5rem;
}




.marr{
	margin-right:0.56rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart4{
	margin-top:2rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:5rem;
}
.mart5{
	margin-top:2rem;
}
.mart1{
	margin-top:1.25rem;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}




}












































