body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	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 */
	
}
html {
  scroll-behavior: smooth;
}


*{
	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:#1161a6;
	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: var(--10, rgba(243, 243, 243, 0.9));
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0));
	margin-top:1.25rem;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 2.6vw;
}
.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 .intop{
	padding:0 2.6vw;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	max-height:3.0rem;
	margin-right:3.0rem;
}
.logo dl dt{
	color:#1161a6;
	font-size:1.5rem;
	line-height:100%;
	text-align:center;
	font-family:zt2;

}
.logo dl dd{
	color:#727272;
	font-size:0.875rem;
	line-height:100%;
	text-align:center;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.125rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
	font-family:zt2;
	margin:0rem 1.72rem;
}
.innav ul>li>a{
	width:auto;
	height:100%;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}
.innav ul>li>a::after{
	width:0;
	height:5px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#1161a6;
	transition: all 0.6s;
}
.innav ul>li>a:hover::after{
	width:100%;
}
.header.yanse .innav ul>li.cur a::after{
	width:100%;
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.innav ul>li>ol {
    width: 180%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -40%;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.innav ul>li>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.0rem;
    text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}

.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.innav ul li:hover ol {
    transform: scaleY(1);
}

.top-r{
	width: auto;
	display: flex;
	align-items: center;
}

.zyw{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:10.6rem;
	height:2.5rem;
	position:relative;
	padding: 0.625rem 0.625rem 0.625rem 1.25rem;
	border-radius: 1.25rem;
	margin-left:4.53rem;
}
.header.yanse .zyw{
	background: #f3f3f3;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.header.yanse.yanse01 .zyw{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse .chaxbk{
	color: var(---333, #333);
}
.header.yanse.yanse01 .chaxbk{
	color: var(---white, #FFF);
}

.zyw .ss{
	max-height:1.0rem;
}
.chaxbk{
	width:calc(100% - 1.0rem);
	height: 1.25rem;
	line-height: 1.25rem;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: var(---white, #FFF);
	font-family:zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incase{
	width:100%;
	height:75rem;
	position:relative;
	float:left;
	z-index:2;
}
.incase::after{
	width:100%;
	height:28rem;
	position:absolute;
	left:0;
	bottom:-4.0rem;
	z-index:2;
	background-image:url(../img/hx.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: 100% auto;
	content:'';
	display:inline-block;
}
.incase .tit{
	width:100%;
	position:absolute;
	left:0;
	top:5rem;
	z-index:8;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:2.0rem;
	font-family:zt2;
}
.incase .tit::before{
	width:12.0rem;
	height:1px;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.50);
}
.incase .tit::after{
	width:12.0rem;
	height:1px;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.50);
}
.incase .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:20rem 8.33vw;
	color:#FFF;
}
.incase .pic dl dt{
	font-size:3.0rem;
	font-family:zt2;
	line-height:100%;
}
.incase .pic dl dd{
	margin-top:2.5rem;
	display:flex;
}
.incase .pic dl dd a{
	padding:0.5rem 2.5rem;
	border-radius:0.625rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#1161a6;
	font-size:1.25rem;
	font-family:zt4;
}
.incase .pic dl dd a::after{
	width:1.5rem;
	height:1.5rem;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
	background-image:url(../img/jt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incase .xlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:0 8.33vw;
}
.incase .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incase .xlm ul li{
	width:13.25vw;
	height:13.25vw;
	position:relative;
	margin-top:1.5rem;
}
.incase .xlm ul li:first-child{
	margin-top:0px;
}
.incase .xlm ul li:last-child{
	margin-top:0px;
}
.incase .xlm ul li .xpic{
	width:100%;
	height:100%;
	border-radius:50%;
	border:5px solid #FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:6;
}
.incase .xlm ul li .xpic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:rgba(17,97,166,0.50);
	content:'';
	display:inline-block;
    transition: all 0.6s;
	opacity:1;
}
.incase .xlm ul li .xpic i{
	font-size:1.25rem;
	color:#FFF;
    transition: all 0.6s;
}
.incase .xlm ul li .tex{
	width:100%;
	position:absolute;
	top:-2.0rem;
	left:0;
	z-index:7;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:0;
    transition: all 0.6s;
}
.incase .xlm ul li .tex em{
	padding:0.5rem 2.5rem;
	background-color:#000;
	color:#FFF;
	font-size:0.875rem;
	border-radius:3.75rem;
}
.incase .xlm ul li:hover .xpic::before{
	opacity:0;
}
.incase .xlm ul li:hover .tex{
	opacity:1;
}

.incase .xlm ul li.cur .xpic::before{
	opacity:0;
}
.incase .xlm ul li.cur .tex{
	opacity:1;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}


.inabout{
	width:100%;
	float:left;
	padding:10rem 0;
	background-image:url(../img/inbj01.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.intit{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
	font-size:2.0rem;
	font-family:zt2;
}
.intit i{
	color:#1161a6;
	margin-right:1.25rem;
}
.intit::before{
	width:12.0rem;
	height:1px;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background-color:#aeaeae;
}
.intit::after{
	width:12.0rem;
	height:1px;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-color:#aeaeae;
}
.intit img{
	max-height:3.5rem;
	margin-right:1.0rem;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inab div{
	width:70%;
	background-color:rgba(255, 255, 255, 0.50);
	border-radius:2.5rem 0 2.5rem 0;
	padding:1.5rem 2.5rem;
	font-size:1.0rem;
	line-height:150%;
	text-align:center;
}
.inabtex{
	width:100%;
	float: left;
	margin-top:3.75rem;
	position:relative;
	padding:0 5.0rem;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zc01{
	width:100%;
}
.zc01 .tex{
	text-align:center;
	height:25.6rem;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.zc01 .tex img{
	max-width:100%;
	max-height:100%;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	
}
.inmore{
	display:flex;
	margin-top:3.75rem;
}
.inmore a{
	padding:0.5rem 2.5rem;
	border-radius:6.25rem;
	background-color:#000;
	color:#FFF;
	font-size:1.0rem;
	display: flex;
	align-items: center; 
}
.inmore.lx a::after{
	width:1.0rem;
	height:1.0rem;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
	background-image:url(../img/fx.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inewrap{
	width:100%;
	float:left;
	background-image:url(../img/inbj02.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6.0rem 0;
}
.innew{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innew ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background-color:#f8f8f8;
	border-radius:0.625rem;
	overflow:hidden;
	padding:0.5rem;
	padding-bottom:0px;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	border-radius:0.625rem;
	border:5px solid #FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li .tex{
	padding:2.5rem 1.25rem;
	padding-bottom:0px;
}
.innew ul li .tex dl dt{
	font-size:1.25rem;
	line-height:150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex dl dd{
	margin-top:1.25rem;
	color:#0d6bae;
	line-height:100%;
}
.innew ul li .tex .sm{
	margin-top:1.25rem;
	color:#888888;
	line-height:150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:1.0rem;
}
.innew ul li .tex .more{
	display:flex;
	justify-content:center;
	margin-top:2.5rem;
}
.innew ul li .tex .more a{
	display: flex;
	align-items: center;
	background-color:#e1f1ff;
	border-radius:0.5rem 0.5rem 0 0;
	color:#1161a6;
	font-size:1.0rem;
	padding:1rem 2.5rem;
}
.innew ul li .tex .more a::after{
	width:1.5rem;
	height:1.5rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incontact{
	width:100%;
	float:left;
	padding:15rem 0;
	background-image:url(../img/inbj03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.inlx{
	width:30%;
	float:right;
	color:#FFF;
	font-size:1.25rem;
	line-height:150%;
}
.inlx h1{
	font-size:2.5rem;
	font-family:zt2;
	line-height:150%;
	margin-bottom:0.62rem;
}
.inlx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.inlx ul li{
	width:100%;
	margin-top:1.25rem;
}
.lxbk{
	width:100%;
	border:0px;
	background-color:#FFF;
	line-height:2.5rem;
	border-radius:0.825rem;
	outline:none;
	padding:0 1.25rem;
	color:#1161a6;
	font-family:zt;
	font-size:1.0rem;
}
.inlx .inmore{
	margin-top:1.25rem;
}
.foot{
	width:100%;
	float:left;
	padding:5.0rem 8.33vw;
	background-image:url(../img/inbj04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:50%;
	font-size:1.25rem;
	line-height:220%;
	color:#FFF;
}
.foot-r{
	width: auto;
	max-width:50%;
	font-size:1.0rem;
	line-height:180%;
	color:#FFF;
	display: flex;
	align-items: center;
}
.foot-r .a01{
	width:auto;
	text-align:right;
}
.foot-r .a01 dl dt{
	font-size:3.0rem;
	font-family:zt2;
	font-style:italic;
	color:#FFF;
	line-height:120%;
}
.foot-r .a01 dl dd{
	color:#acacac;
	font-size:0.875rem;
	line-height:150%;
}
.foot-r .a02{
	width:auto;
	margin-left:2.0rem;
	text-align:center;
	color:#FFF;
	max-width:8rem;
}
.foot-r .a02 .pic{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.foot-r .a02 .pic img{
	max-width:100%;
}
.foot-r .a02 dl dt{
	font-size:1.25rem;
	font-family:zt2;
	line-height:150%;
	margin-top:0.62rem;
}
.foot-r .a02 dl dd{
	font-size:0.875rem;
	line-height:150%;
}
.foot2{
	width:100%;
	float:left;
	padding:1.25rem 8.33vw;
	background-color:#000;
	color:#5a5959;
	font-size:0.875rem;
	line-height:100%;
	text-align:center;
}

.nab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:1.25rem;
	line-height:150%;
	text-align:center;
}
.abtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content:center;
	align-items: center;
}
.abtit div{
	width:auto;
	padding:0 3.5rem;
	border-bottom:1px solid #d0d0d0;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.75rem;
	font-family:zt2;
}
.abtit div::before{
	width:2.0rem;
	height:2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.0rem;
}
.abtit div::after{
	width:2.0rem;
	height:2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.nab2{
	width:100%;
	float:left;
	margin-top:10rem;
	background-color:#f6f6f6;
	padding:3.75rem 6.25rem;
	border-radius:1.0rem;
	font-size:1.25rem;
	text-align:center;
	line-height:150%;
	position:relative;
}
.nab2::before{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:-1rem;
	bottom:-1rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	border-radius:0.625rem;
}
.nab2::after{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	right:-1rem;
	top:-1rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	border-radius:0.625rem;
}
.nab2 ul{
	margin-top:-10.75rem;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:3.75rem;
}
.nab2 ul li{
	width:12.5vw;
	height:12.5vw;
	border-radius:50%;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.30);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.25rem;
	transition: all 0.6s;
	overflow:hidden;
	position:relative;
	z-index:3;
	color: #FFF;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.nab2 ul li:hover{
	transform: scale(1.05);
}
.nab2 ul li::before{
	width:80%;
	height:80%;
	position:absolute;
	left:10%;
	top:10%;
	border:1px solid #FFF;
	z-index:-1;
	content:'';
	display:inline-block;
	border-radius:50%;
	opacity:0;
	transition: all 0.6s;
}
.nab2 ul li:hover::before{
	opacity:1;
}
.nab2 ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	background-color:rgba(32,139,230,0.50);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nab2 ul li:hover::after{
	opacity:0;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding:5.0rem 0;
	background-image:url(../img/nabj01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.fzlc01{
	width:100%;
	position:relative;
	margin-top:3.75rem;
	float:left;
}
.fzlc01 .pic{
	width:100%;
	text-align:center;
}
.fzlc01 .pic img{
	max-width:27.7vw;
}
.fzlc01 .lc01{
	width:43%;
	position:absolute;
	right:0;
	top:10%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc02{
	width:36%;
	position:absolute;
	left:0;
	top:23%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}
.fzlc01 .lc03{
	width:30%;
	position:absolute;
	right:13%;
	top:28%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc04{
	width:30%;
	position:absolute;
	right:6%;
	top:46.5%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc05{
	width:30%;
	position:absolute;
	left:15%;
	top:53%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}

.fzlc01 .lc06{
	width:30%;
	position:absolute;
	left:6%;
	bottom:17%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}
.fzlc01 .lc07{
	width:30%;
	position:absolute;
	right:13%;
	bottom:4%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.abtd{
	width:100%;
	float:left;
	background-image:url(../img/nabj02.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:10rem;
}
.abtd01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:1.125rem;
	line-height:150%;
	text-align:center;
	display:flex;
	justify-content:center;
}
.abtd01 div{
	width:70%;
}
.abtd01 img{
	max-width:100%;
}
.fzgh{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-top:20rem;
	background-image:url(../img/nabj03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.fzgh01{
	width:100%;
	display:flex;
	justify-content:center;
	justify-content: space-between;
}
.fzgh01 div{
	width:70%;
	background-color:#f6f6f6;
	padding:3.0rem 2.5rem;
	font-size:1.25rem;
	text-align:left;
	line-height:180%;
	border-radius:0.625rem;
	margin:auto;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	
}
.lxtit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxtit div{
	width:auto;
	padding-right:6.25rem;
	border-bottom:1px solid #d0d0d0;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.75rem;
	font-family:zt2;
}
.lxtit div::after{
	width:3.0rem;
	height:2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.lxtit div.xlm{
	width:auto;
	display: flex;
	align-items: center;
	padding-right:0px;
	border-bottom:0px;
}
.lxtit div.xlm::after{
	width:0px;
	height:0px;
	opacity:0;
}
.lxtit div.xlm a{
	padding:0.5rem 1.0rem;
	font-size:1.0rem;
	background-color:#06C;
	color:#FFF;
	margin-left:0.5rem;
}
.lxtit div.xlm a:hover{
	background-color:#1161a6;
}
.lxtit div.xlm a.cur{
	background-color:#1161a6;
	color:#FFF;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.lxwm .pic{
	width:100%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height:auto;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.lxwm ul li{
	width:49.5%;
	display: flex;
	align-items: center;
	margin-top:1.25rem;
}
.lxwm ul li div{
	display: flex;
	align-items: center;
	font-size:1.25rem;
	line-height:100%;
	padding:1rem 1.5rem;
	background-color:#f6f6f6;
	border-radius:3.75rem;
}
.lxwm ul li img{
	max-height:1.5rem;
	margin-right:1.25rem;
}

.lyan{
	width:100%;
	float:left;
	margin-top:1.75rem;
	background-image:url(../img/lxbj.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:82.5% 100%;
	padding:3.0rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius:1.5rem;
	overflow:hidden;
}
.lyan-l{
	width:35%;
}
.lyan-l .inlx{
	width:100%;
	color:#676767;
}
.lyan-l .inlx h1{
	color:#1161a6;
}
.lyan-l .lxbk{
	border:2px solid #1161a6;
	border-radius:1.5rem;
}
.lyan-r{
	width:60%;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(33.33% - 1.88rem);
	margin-right:1.88rem;
	margin-top:2.5rem;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li dl dt{
	overflow:hidden;
	border-radius:1.0rem;
	border:4px solid #0257ae;
	padding:2px;
	position:relative;
	transition: all 0.6s;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	border-radius:1.0rem
}
.allist ul li dl dt .tex{
	width:94%;
	height:90%;
	position:absolute;
	left:3%;
	top:5%;
	z-index:2;
	border-radius:0.625rem;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.45rem;
	color:#FFF;
	background-color:rgba(0, 156, 255, 0.42);
	padding:0 1rem;
	text-align:center;
	opacity:0;
	transition: all 0.6s;
}
.allist ul li:hover dl dt .tex{
	opacity:1;
}
.allist ul li:hover dl dt{
	border:4px solid #fff;
}
.allist ul li dl dd{
	margin-top:0.62rem;
	font-size:1.25rem;
	line-height:100%;
	text-align:center;
}
.altit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	text-align:center;
	font-size:2.25rem;
}
.alsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background-color:#f6f6f6;
	border-radius:1.0rem;
	padding:2.5rem;
	font-size:1.25rem;
	line-height:180%;
}
.altex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:1.0rem;
	line-height:150%;
}
.altex img{
	width:100%;
	height:auto;
	display:block;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:55rem;
	background-image:url(../img/bj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
	z-index:3;
}

.swiper-slide .a01 img{
	max-width:80%;
	height: auto;
	max-height:80%;
}
.swiper-slide .b01{
	border: 1px solid #f2f2f2;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
	height:15rem;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	max-width:100%;
	max-height:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0 5%;
	width:90%;
	margin-top:2.25rem;
}
.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.honr::before{
	width:3.0rem;
	height:3.0rem;
	position:absolute;
	top:-1.5rem;
	right:-1.0rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	z-index:-1;
	border-radius:0.625rem;
}
.honr::after{
	width:3.0rem;
	height:3.0rem;
	position:absolute;
	bottom:16rem;
	left:-1.5rem;
	content:'';
	display:inline-block;
	background-color:#6fc7ff;
	z-index:-1;
	border-radius:0.625rem;
}
.honr .swiper-button-next{
	top:auto;
	bottom:7.0rem;
	background-color:#1161a6;
	color:#FFF;
}
.honr .swiper-button-prev{
	top:auto;
	bottom:7.0rem;
	background-color:#1161a6;
	color:#FFF;
}
.honr .swiper-button-next:after{
	color:#FFF;
}

.honr .swiper-button-prev:after{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.newlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:25%;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 110%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	position:absolute;
	left:0;
	top:-5%;
	border-radius:1.0rem;
	border:4px solid #0257ae;
}
.newlist ul li .tex{
	width:75%;
	padding:2.5rem;
	border-radius:0 1.0rem 1.0rem 0rem;
	background-color:#f8f8f8;
	overflow:hidden;
	transition: all 0.6s;
}
.newlist ul li:hover .tex{
	background-image:url(../img/nbj.jpg);
	background-position:right;
	background-repeat:repeat-y;
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.30); 
}
.newlist ul li .tex dl dt{
	font-size:1.25rem;
	font-family:zt2;
	line-height:150%;
}
.newlist ul li .tex dl dd{
	margin-top:0.62rem;
	font-size:1.0rem;
	line-height:180%;
	color:#888888;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .date{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	font-size:1.0rem;
	color:#666666;
}
.newlist ul li .tex .date::before{
	width:1.25rem;
	height:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/rq.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.31rem;
	margin-bottom:0.2rem;
}
.newlist ul li:hover .tex .date::before{
	background-image:url(../img/rq2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newtit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:2.5rem;
	font-family:zt2;
	line-height:150%;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	text-align:center;
	color:#3b3b3b;
	font-size:1.0rem;
	line-height:100%;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:1.0rem;
	line-height:150%;
	color:#3b3b3b;
}
.newtex img{
	max-width:100%;
}























.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart5{
	margin-top:5.0rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--48-c-774, #1161a6);
	background: var(--48-c-774, #1161a6);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--48-c-774, #1161a6);
	background: var(--48-c-774, #1161a6);
	color:#FFF;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){






	
}

@media (min-width:1000px) and (max-width:1360px){


















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	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:5rem; 
	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:5rem; 
	height:5rem; 
	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:5.0rem;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	
	background-color:#1161a6;
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 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.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:#1161a6; 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:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}


.incase{
	width:100%;
	height:42rem;
	position:relative;
	float:left;
	z-index:2;
}
.incase::after{
	width:100%;
	height:20rem;
	position:absolute;
	left:0;
	bottom:-2.0rem;
	z-index:2;
	background-image:url(../img/hx.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: 100% auto;
	content:'';
	display:inline-block;
}
.incase .tit{
	width:100%;
	position:absolute;
	left:0;
	top:2.5rem;
	z-index:8;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:1.5rem;
	font-family:zt2;
}
.incase .tit::before{
	width:6.0rem;
	height:1px;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.50);
}
.incase .tit::after{
	width:6.0rem;
	height:1px;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.50);
}
.incase .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
	color:#FFF;
}
.incase .pic dl dt{
	font-size:2.0rem;
	font-family:zt2;
	line-height:100%;
}
.incase .pic dl dd{
	margin-top:1.5rem;
	display:flex;
}
.incase .pic dl dd a{
	padding:0.5rem 1.5rem;
	border-radius:0.625rem;
	background-color:#FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#1161a6;
	font-size:1.0rem;
	font-family:zt4;
}
.incase .pic dl dd a::after{
	width:1.25rem;
	height:1.25rem;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
	background-image:url(../img/jt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incase .xlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:0 8.33vw;
}
.incase .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incase .xlm ul li{
	width:8.0rem;
	height:8.0rem;
	position:relative;
	margin-top:1.0rem;
}
.incase .xlm ul li .xpic{
	width:100%;
	height:100%;
	border-radius:50%;
	border:2px solid #FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:6;
}
.incase .xlm ul li .xpic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:rgba(17,97,166,0.50);
	content:'';
	display:inline-block;
    transition: all 0.6s;
	opacity:1;
}
.incase .xlm ul li .xpic i{
	font-size:0.875rem;
	color:#FFF;
    transition: all 0.6s;
}
.incase .xlm ul li .tex{
	width:100%;
	position:absolute;
	top:-1.0rem;
	left:0;
	z-index:7;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:0;
    transition: all 0.6s;
}
.incase .xlm ul li .tex em{
	padding:0.35rem 1.0rem;
	background-color:#000;
	color:#FFF;
	font-size:0.75rem;
	border-radius:3.75rem;
}
.incase .xlm ul li:hover .xpic::before{
	opacity:0;
}
.incase .xlm ul li:hover .tex{
	opacity:1;
}

.incase .xlm ul li.cur .xpic::before{
	opacity:0;
}
.incase .xlm ul li.cur .tex{
	opacity:1;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}


.inabout{
	width:100%;
	float:left;
	padding:5rem 0;
	background-image:url(../img/inbj01.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.inabout .intit{
	font-size:1.15rem;
}
.intit{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
	font-size:1.5rem;
	font-family:zt2;
}
.intit i{
	color:#1161a6;
	margin-right:1.0rem;
}
.intit::before{
	width:3.0rem;
	height:1px;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background-color:#aeaeae;
}
.intit::after{
	width:3.0rem;
	height:1px;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-color:#aeaeae;
}
.intit img{
	max-height:2.0rem;
	margin-right:0.5rem;
}
.inab{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inab div{
	width:90%;
	background-color:rgba(255, 255, 255, 0.50);
	border-radius:2.5rem 0 2.5rem 0;
	padding:1.5rem 2.0rem;
	font-size:1.0rem;
	line-height:150%;
	text-align:center;
}
.inabtex{
	width:100%;
	float: left;
	margin-top:1.75rem;
	position:relative;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zc01{
	width:100%;
}
.zc01 .tex{
	text-align:center;
	height:20.6rem;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.zc01 .tex img{
	max-width:100%;
	max-height:100%;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	
}
.inmore{
	display:flex;
	margin-top:2.5rem;
}
.inmore a{
	padding:0.5rem 2.5rem;
	border-radius:6.25rem;
	background-color:#000;
	color:#FFF;
	font-size:1.0rem;
	display: flex;
	align-items: center; 
}
.inmore.lx a::after{
	width:1.0rem;
	height:1.0rem;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
	background-image:url(../img/fx.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inewrap{
	width:100%;
	float:left;
	background-image:url(../img/inbj02.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6.0rem 0;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background-color:#f8f8f8;
	border-radius:0.625rem;
	overflow:hidden;
	padding:0.5rem;
	margin-top:1.5rem;
	padding-bottom:0px;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	border-radius:0.625rem;
	border:5px solid #FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li .tex{
	padding:2.0rem 1.25rem;
	padding-bottom:0px;
}
.innew ul li .tex dl dt{
	font-size:1.25rem;
	line-height:150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex dl dd{
	margin-top:1.25rem;
	color:#0d6bae;
	line-height:100%;
}
.innew ul li .tex .sm{
	margin-top:1.25rem;
	color:#888888;
	line-height:150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:1.0rem;
}
.innew ul li .tex .more{
	display:flex;
	justify-content:center;
	margin-top:2.5rem;
}
.innew ul li .tex .more a{
	display: flex;
	align-items: center;
	background-color:#e1f1ff;
	border-radius:0.5rem 0.5rem 0 0;
	color:#1161a6;
	font-size:1.0rem;
	padding:1rem 2.5rem;
}
.innew ul li .tex .more a::after{
	width:1.5rem;
	height:1.5rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incontact{
	width:100%;
	float:left;
	padding:8rem 0;
	background-image:url(../img/inbj03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.inlx{
	width:70%;
	float:right;
	color:#FFF;
	font-size:1.0rem;
	line-height:150%;
}
.inlx h1{
	font-size:1.5rem;
	font-family:zt2;
	line-height:150%;
	margin-bottom:0.62rem;
}
.inlx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.inlx ul li{
	width:100%;
	margin-top:1.25rem;
}
.lxbk{
	width:100%;
	border:0px;
	background-color:#FFF;
	line-height:2.5rem;
	border-radius:0.825rem;
	outline:none;
	padding:0 1.25rem;
	color:#1161a6;
	font-family:zt;
	font-size:1.0rem;
}
.inlx .inmore{
	margin-top:1.25rem;
}
.foot{
	width:100%;
	float:left;
	padding:3.0rem 8.33vw;
	background-image:url(../img/inbj04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:100%;
	font-size:1.25rem;
	line-height:220%;
	color:#FFF;
}
.foot-r{
	width: 100%;
	font-size:1.0rem;
	line-height:180%;
	color:#FFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.foot-r .a01{
	width:100%;
}
.foot-r .a01 dl dt{
	font-size:3.0rem;
	font-family:zt2;
	font-style:italic;
	color:#FFF;
	line-height:120%;
}
.foot-r .a01 dl dd{
	color:#acacac;
	font-size:0.875rem;
	line-height:150%;
}
.foot-r .a02{
	width:100%;
	text-align:center;
	color:#FFF;
	margin-top:3.0rem;
}
.foot-r .a02 .pic{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.foot-r .a02 .pic img{
	max-width:40%;
}
.foot-r .a02 dl dt{
	font-size:1.25rem;
	font-family:zt2;
	line-height:150%;
	margin-top:0.62rem;
}
.foot-r .a02 dl dd{
	font-size:0.875rem;
	line-height:150%;
}
.foot2{
	width:100%;
	float:left;
	padding:1.25rem 8.33vw;
	background-color:#000;
	color:#5a5959;
	font-size:0.875rem;
	line-height:150%;
	text-align:center;
}

.nab{
	width:100%;
	float:left;
	margin-top:1.75rem;
	font-size:1.0rem;
	line-height:150%;
	text-align:center;
}
.abtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content:center;
	align-items: center;
}
.abtit div{
	width:auto;
	padding:0 3.5rem;
	border-bottom:1px solid #d0d0d0;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.5rem;
	font-family:zt2;
}
.abtit div::before{
	width:1.25rem;
	height:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.0rem;
}
.abtit div::after{
	width:1.25rem;
	height:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.nab2{
	width:100%;
	float:left;
	margin-top:10rem;
	background-color:#f6f6f6;
	padding:3.75rem 2.0rem;
	border-radius:1.0rem;
	font-size:1.0rem;
	text-align:center;
	line-height:150%;
	position:relative;
}
.nab2::before{
	width:1.6rem;
	height:1.6rem;
	position:absolute;
	left:-0.5rem;
	bottom:-0.5rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	border-radius:0.325rem;
}
.nab2::after{
	width:1.6rem;
	height:1.6rem;
	position:absolute;
	right:-0.5rem;
	top:-0.5rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	border-radius:0.325rem;
}
.nab2 ul{
	margin-top:-10.75rem;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:1.75rem;
}
.nab2 ul li{
	width:6.0rem;
	height:6.0rem;
	border-radius:50%;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.30);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:0.875rem;
	transition: all 0.6s;
	overflow:hidden;
	position:relative;
	z-index:3;
	color: #FFF;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.nab2 ul li:hover{
	transform: scale(1.05);
}
.nab2 ul li::before{
	width:80%;
	height:80%;
	position:absolute;
	left:10%;
	top:10%;
	border:1px solid #FFF;
	z-index:-1;
	content:'';
	display:inline-block;
	border-radius:50%;
	opacity:0;
	transition: all 0.6s;
}
.nab2 ul li:hover::before{
	opacity:1;
}
.nab2 ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	background-color:rgba(32,139,230,0.50);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nab2 ul li:hover::after{
	opacity:0;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:3.0rem 0;
	background-image:url(../img/nabj01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.fzlc01{
	width:100%;
	position:relative;
	margin-top:1.75rem;
	float:left;
}
.fzlc01 .pic{
	width:100%;
	text-align:center;
}
.fzlc01 .pic img{
	max-width:100%;
}
.fzlc01 .lc01{
	width:43%;
	position:absolute;
	right:0;
	top:10%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc02{
	width:36%;
	position:absolute;
	left:0;
	top:23%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}
.fzlc01 .lc03{
	width:30%;
	position:absolute;
	right:15%;
	top:28%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc04{
	width:30%;
	position:absolute;
	right:6%;
	top:46.5%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.fzlc01 .lc05{
	width:30%;
	position:absolute;
	left:15%;
	top:53%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}

.fzlc01 .lc06{
	width:30%;
	position:absolute;
	left:6%;
	bottom:17%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
	text-align:right;
}
.fzlc01 .lc07{
	width:30%;
	position:absolute;
	right:13%;
	bottom:11%;
	font-size:1.125rem;
	line-height:150%;
	z-index:1;
}
.abtd{
	width:100%;
	float:left;
	background-image:url(../img/nabj02.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:4rem;
}
.abtd01{
	width:100%;
	float:left;
	margin-top:1.75rem;
	font-size:1.0rem;
	line-height:150%;
	text-align:center;
	display:flex;
	justify-content:center;
}
.abtd01 div{
	width:100%;
}
.abtd01 img{
	max-width:100%;
}
.fzgh{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding-top:5rem;
	background-image:url(../img/nabj03.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.fzgh01{
	width:100%;
	display:flex;
	justify-content:center;
}
.fzgh01 div{
	width:80%;
	background-color:#f6f6f6;
	padding:1.5rem;
	font-size:1.0rem;
	text-align:center;
	line-height:150%;
	border-radius:0.625rem;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.lxtit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lxtit div{
	width:auto;
	padding-right:6.25rem;
	border-bottom:1px solid #d0d0d0;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.75rem;
	font-family:zt2;
}
.lxtit div::after{
	width:2.0rem;
	height:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.lxtit div.xlm::after{
	width:0px;
	height:0px;
	opacity:0;
}
.lxtit div.xlm{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-right:0px;
	border-bottom:0px;
}
.lxtit div.xlm a{
	padding:0.5rem 1.0rem;
	font-size:0.875rem;
	background-color:#06C;
	color:#FFF;
	margin-right:0.5rem;
	margin-top:0.5rem;
}
.lxtit div.xlm a:hover{
	background-color:#1161a6;
}
.lxtit div.xlm a.cur{
	background-color:#1161a6;
	color:#FFF;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lxwm .pic{
	width:100%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height:auto;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.lxwm ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.lxwm ul li div{
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:150%;
	padding:1rem 1.5rem;
	background-color:#f6f6f6;
	border-radius:6.25rem;
}
.lxwm ul li img{
	max-height:1.5rem;
	margin-right:1.25rem;
}

.lyan{
	width:100%;
	float:left;
	margin-top:1.75rem;
	background-image:url(../img/lxbj.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:82.5% 100%;
	padding:3.0rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius:1.5rem;
	overflow:hidden;
}
.lyan-l{
	width:100%;
}
.lyan-l .inlx{
	width:100%;
	color:#676767;
}
.lyan-l .inlx h1{
	color:#1161a6;
}
.lyan-l .lxbk{
	border:2px solid #1161a6;
	border-radius:1.5rem;
}
.lyan-r{
	width:100%;
	margin-top:3.0rem;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.allist ul li{
	width:48%;
	margin-top:1.5rem;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li dl dt{
	overflow:hidden;
	border-radius:1.0rem;
	border:2px solid #0257ae;
	padding:1px;
	position:relative;
	transition: all 0.6s;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	border-radius:1.0rem
}
.allist ul li dl dt .tex{
	width:94%;
	height:90%;
	position:absolute;
	left:3%;
	top:5%;
	z-index:2;
	border-radius:0.625rem;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:1.45rem;
	color:#FFF;
	background-color:rgba(0, 156, 255, 0.42);
	padding:0 1rem;
	text-align:center;
	opacity:0;
	transition: all 0.6s;
}
.allist ul li:hover dl dt .tex{
	opacity:1;
}
.allist ul li:hover dl dt{
	border:4px solid #fff;
}
.allist ul li dl dd{
	margin-top:0.62rem;
	font-size:1.0rem;
	line-height:150%;
	text-align:center;
}
.altit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	text-align:center;
	font-size:1.75rem;
}
.alsm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background-color:#f6f6f6;
	border-radius:1.0rem;
	padding:1.5rem;
	font-size:1.0rem;
	line-height:150%;
}
.altex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size:1.0rem;
	line-height:150%;
}
.altex img{
	width:100%;
	height:auto;
	display:block;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:25rem;
	background-image:url(../img/bj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
	z-index:3;
}

.swiper-slide .a01 img{
	max-width:80%;
	height: auto;
	max-height:80%;
}
.swiper-slide .b01{
	border: 1px solid #f2f2f2;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
	height:7rem;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	max-width:100%;
	max-height:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0 5%;
	width:90%;
	margin-top:2.25rem;
}
.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.honr::before{
	width:3.0rem;
	height:3.0rem;
	position:absolute;
	top:-1.5rem;
	right:-1.0rem;
	content:'';
	display:inline-block;
	background-color:#009cff;
	z-index:-1;
	border-radius:0.625rem;
}
.honr::after{
	width:3.0rem;
	height:3.0rem;
	position:absolute;
	bottom:16rem;
	left:-1.5rem;
	content:'';
	display:inline-block;
	background-color:#6fc7ff;
	z-index:-1;
	border-radius:0.625rem;
}
.honr .swiper-button-next{
	top:auto;
	bottom:2.0rem;
	background-color:#1161a6;
	color:#FFF;
}
.honr .swiper-button-prev{
	top:auto;
	bottom:2.0rem;
	background-color:#1161a6;
	color:#FFF;
}
.honr .swiper-button-next:after{
	color:#FFF;
}

.honr .swiper-button-prev:after{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.newlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:45%;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 110%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	position:absolute;
	left:0;
	top:-5%;
	border-radius:1.0rem;
	border:2px solid #0257ae;
}
.newlist ul li .tex{
	width:55%;
	padding:1.5rem;
	border-radius:0 1.0rem 1.0rem 0rem;
	background-color:#f8f8f8;
	overflow:hidden;
	transition: all 0.6s;
}
.newlist ul li:hover .tex{
	background-image:url(../img/nbj.jpg);
	background-position:right;
	background-repeat:repeat-y;
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.30); 
}
.newlist ul li .tex dl dt{
	font-size:1.25rem;
	font-family:zt2;
	line-height:150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:0.62rem;
	font-size:1.0rem;
	line-height:180%;
	color:#888888;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .date{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	font-size:1.0rem;
	color:#666666;
	margin-top:0.62rem;
}
.newlist ul li .tex .date::before{
	width:1.25rem;
	height:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/rq.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.31rem;
	margin-bottom:0.2rem;
}
.newlist ul li:hover .tex .date::before{
	background-image:url(../img/rq2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newtit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size:1.5rem;
	font-family:zt2;
	line-height:150%;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	text-align:center;
	color:#3b3b3b;
	font-size:1.0rem;
	line-height:100%;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.75rem;
	font-size:1.0rem;
	line-height:150%;
	color:#3b3b3b;
}
.newtex img{
	max-width:100%;
}






















.f1{
	font-size:1.125rem;
}

.mart6{
	margin-top:3.25rem;
}
.mart5{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0rem;
}





























.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}



.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--48-c-774, #1161a6);
	background: var(--48-c-774, #1161a6);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--48-c-774, #1161a6);
	background: var(--48-c-774, #1161a6);
	color:#FFF;
}


.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex dl dd{
	margin-top:0.5rem;
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}




}












































