@charset "utf-8";
/* CSS Document */
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;
  }
 ::-webkit-scrollbar-thumb {
    background: #065CA7;
    width: 5px;
    border-radius: 3px;
}
::-webkit-scrollbar {
    width: 5px !important;
}
}


.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;
    }
  }
}

html {
  scroll-behavior: smooth;
}

/* 为不支持 scroll-behavior 的浏览器提供检测 */
@supports not (scroll-behavior: smooth) {
  :root {
    --scroll-behavior: smooth;
  }
  }

@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 */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--065-ca-7, #065CA7);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}





@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {

/*底部开始*/
.footer{
	background: var(--065-ca-7, #065CA7);
	width: 100%;
	position: static;
	z-index: 300;
	left: 0;
	bottom: 0;
	height: 0;
	overflow: hidden;
	z-index: 12;
}
.footer.foot_show{
	height: 720px;
	overflow: visible;
}
.footTop{
	opacity: 0;
	-webkit-transform:translateY(150px);
	-moz-transform:translateY(150px);
	transform:translateY(150px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footBottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #1a1a1b;
	text-align: center;
	font-size: 12px;
}
.footer.foot_show .footTop{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.footer,.foot_top{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*底部结束*/

.main{
	width: 100%;
	margin:auto;
	padding:0 5.2vw;
}

.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{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .innav ul li a{
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a:hover{
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a.cur{
	color:#FFF;
}
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid var(--10, rgba(0, 0, 0, 0.10));
}
.header.yanse .innav ul li a{
	color:#333;
}
.header.yanse .innav ul li a:hover{
	color: var(--e-50012, var(--065-ca-7, #065CA7));
}
.header.yanse .innav ul li a.cur{
	color: var(--e-50012, var(--065-ca-7, #065CA7));
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.header.yanse .zyw2 .a01{
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
}


.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .cur{
	color: var(--e-50012, var(--065-ca-7, #065CA7));
}
.header.yanse .cur{
	color: var(--e-50012, var(--065-ca-7, #065CA7));
}

.header{
	width: 100%;
	position: fixed;
	height: 5rem;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}

.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 5.2vw;
	position:relative;
}

.header .logo{
	width: 22%;
	height: 5rem;
	max-width: 22%;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
}
.header .innav{
	width: auto;
	height: 5rem;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height:5rem;
}
.header .innav ul li{
	width: auto;
	font-size: 1.0rem;
	height:5rem;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:1.5rem;
	margin-right:1.5rem;
}
.header .innav ul li a{
	white-space: nowrap;
	color:#FFF;
	transition: all 0.6s;
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.0s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
}
.innav ul li .xiala .a01 h1{
	padding-bottom:1.88rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--065-ca-7, #065CA7);
}
.innav ul li .xiala .a01 dl{
	padding-top:1.87rem;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
	text-transform: initial;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	padding-left:6.25rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
}
.innav ul li .xiala .a02 dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:3.81rem;
}
.innav ul li .xiala .a02 dl dd img{
	max-width:100%;
}

.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#065CA7;
}



.inr{
	width:auto;
	align-items: center;
	display: flex;
}
.zyw2{
	width:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	color: var(---white, #FFF);
}
.zyw2 i{
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.zyw2::before{
	width: 1.875rem;
	height: 1.875rem;
	content:'';
	display:inline-block;
	margin-right:0.88rem;
}
.header.yanse.yanse01 .zyw2::before{
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.header.yanse .zyw2::before{
	background-image:url(../img/qiu2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.zyw2 a{
	width: auto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	justify-content: center;
	align-items: center;
}
.header.yanse.yanse01 .zyw2 a{
	color: var(---white, #FFF);
}
.header.yanse .zyw2 a{
	color:#333;
}
.header.yanse .zyw2{
	color:#333;
}
.header.yanse.yanse01 .zyw2{
	color:#fff;
}

.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	z-index:3;
	overflow:hidden;
	
	display: flex;
	width: 16.25rem;
	height: 3rem;
	padding: 0.8125rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 0.5px solid var(---white, #FFF);
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--065-ca-7, #065CA7);
	transition: all 0.6s;
}
.inmore a:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	margin-left:0.69rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	display:inline-block;
	transition: all 0.6s;
}
.inmore a.cur{
	border: 1px solid var(--065-ca-7, #065CA7);
}
.inmore a.cur::before{
	width:100%;
}

.index02 .inab01{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .inab01{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02 .cplm02{
opacity: 0;-webkit-transform:translateX(200px);-moz-transform:translateX(200px);transform:translateX(200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .cplm02{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/inab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.gpdm{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:3;
}
.gpdm dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 1rem */
	text-transform: uppercase;
}
.gpdm dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 70%;
	text-transform: uppercase;
	margin-top:1.0rem;
}
.inab{
	width: 50%;
    position: absolute;
    height: calc(100% - 4rem);
    top: 4rem;
    right: 0;
    z-index: 1;
    border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    background: var(--10, rgba(0, 0, 0, 0.10));
    backdrop-filter: blur(12.5px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 3vw;
    padding-right: 6.8vw;
}
.inab01{
	width:100%;	
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 dl dd{
	margin-top:0.62rem;
	display:flex;
	margin-bottom:5.0rem;
	
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.02rem;
}
.inab01 dl dd i{
	padding: 0.8125rem 1.28rem;
	background: var(--065-ca-7, #065CA7);
}
.inab01 .inmore{
	margin-top:5rem;
}



.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index03 .cptit{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .cptit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.index03 .incp{
	opacity: 0;
	-webkit-transform:translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .incp{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.incpwrap{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cptit{
	width:100%;
	float:left;
	text-align:center;
}
.cptit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.cptit dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.incp{
	width:100%;
	float:left;
	margin-top:5.5rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(20.2% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
	border-radius: 0.25rem;
	overflow:hidden;
	transition: all 0.6s;
}
.incp ul li:nth-child(5n){
	margin-right:0px;
}
.incp ul li:hover{
	border: 12px solid var(---white, #FFF);
	background: var(---Gray-6, #F2F2F2);
	box-shadow: 0 16px 35.6px 0 rgba(0, 50, 97, 0.57);
}
.incp ul li:nth-child(5n){
	margin-right:0px;
}
.incp ul li img{
	width:100%;
	height:auto;
	display:block;
}
.incp ul li .tex{
	width:calc(100% - 1.5rem);
	position:absolute;
	bottom:1.31rem;
	left:0.75rem;
	z-index:1;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
}
.incp ul li .tex dl dt{
	padding:1rem 0.5rem;
	padding-bottom:1.31rem;
	transition: all 0.6s;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01rem;
	position:relative;
}
.incp ul li .tex dl dt::before{
	width: 2.5rem;
	height: 2.5rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:-1.0rem;
	z-index:2;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.incp ul li:hover .tex dl dt::before{
	opacity:1;
}
.incp ul li:hover .tex dl dt{
	padding-top:1.94rem;
	padding-bottom:0.62rem;
}
.incp ul li .tex dl dd{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	height:0;
	overflow:hidden;
}
.incp ul li:hover .tex dl dd{
	height:auto;
	padding-bottom:1.5rem;
}
.incp ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.incp ul li .tex dl dd a::after{
	content:">";
	display:inline-block;
	margin-left:0.62rem;
	font-family:'宋体';
	font-weight:bold;
}


.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition: all 0.6s;
}
.index04 .fatit{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .fatit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.fatit{
	width:100%;
	position:absolute;
	top:11.25rem;
	left:0;
	z-index:3;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.infa{
	width:100%;
	float:left;
	height:100%;
}
.infa ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.infa ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:100%;
	padding:0 2.8rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.infa ul li:nth-child(4n){
	border-right:0px;
}
.infa ul li:hover{
	background: linear-gradient(180deg, #065CA7 16.83%, rgba(6, 92, 167, 0.00) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.infa ul li .a01{
	width:100%;
}
.infa ul li .a01 dl dt{
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top:10.0rem;
}
.infa ul li .a01 dl dt i{
	padding: 0.75rem 1.05rem;
    border-radius: 6.25rem;
    border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    background: var(--10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(12.5px);
    display: flex;
    align-items: center;
    color: var(---white, #FFF);
    font-family: zt4;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.infa ul li .a01 dl dt i img{
	margin-right:0.62rem;
}
.infa ul li .a01 dl dd{
	margin-top: 2.5rem;
    color: var(---white, #FFF);
    text-align: center;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    transition: all 0.6s;
    opacity: 0;
}
.infa ul li:hover .a01 dl dd{
	opacity:1;
}
.infa ul li .a01 .inmore{
	justify-content:center;
	margin-top:9rem;
	opacity:0;
	transition: all 0.6s;
}
.infa ul li:hover .a01 .inmore{
	opacity:1;
}


.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index05 .qccy01{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index05.active .qccy01{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.qccy{
	width:100%;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:12.0rem;
}
.qccy01{
	width:51.625%;
	padding: 1.0625rem;
	border-radius: 31.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
}
.qccy01 .a01{
	    width: 100%;
    padding: 3.625rem 4.375rem 3.6875rem 4.25rem;
    border-radius: 31.25rem;
    border: 6px solid var(--10, rgba(255, 255, 255, 0.10));
    background: rgba(4, 83, 151, 0.90);
    color: var(--60, rgba(255, 255, 255, 0.60));
    text-align: center;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.qccy01 .a01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qccy01 .a01 dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.08rem;
}
.qccy01 .a01 .inmore{
	margin-top:1.88rem;
	justify-content: center;
}
.qccy01 .a01 .inmore a{
	width: 11.125rem;
}
.inhz{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inhz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inhz ul li{
	width:14.2857%;
	height:7.5rem;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content:center;
	align-items: center;
}
.inhz ul li:nth-child(7n){
	border-right:0px;
}
.inhz ul li img{
	max-width:100%;
	height:auto;
	max-height:100%;
}

.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab05.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index06 .innew{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index06.active .innew{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.innew{
	width:100%;
}
.innew01{
	width:100%;
	float:left;
	margin-top:5.5rem;
	padding:0 5.2vw;
	position:relative;
}
.innew01::before{
	width:100%;
	height:1px;
	background: rgba(255, 255, 255, 0.30);
	position:absolute;
	left:0;
	top:2.15rem;
	z-index:1;
	content:'';
	display:inline-block;
}
.innew01 ul{
	display: flex;
	flex-wrap: wrap;
}
.innew01 ul li{
	width:25%;
}
.innew01 ul li h1{
	padding-bottom:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
}
.innew01 ul li h1::after{
	width:0px;
	height:1px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.innew01 ul li:hover h1::after{
	width:100%;
}
.innew01 ul li .tex{
	padding-right:2.75rem;
}
.innew01 ul li .tex dl dt{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innew01 ul li .tex dl dd{
	margin-top:2.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 1.575rem */
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height:50px;
}
.innew01 ul li .tex .pic{
	overflow:hidden;
	margin-top:6.0rem;
}
.innew01 ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 ul li:hover .tex .pic img{
	transform: scale(1.05);
}




.foot{
	width:100%;
	float:left;
	background: var(--065-ca-7, #065CA7);
	/*padding-top:3.75rem;*/
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:2.5rem 5.2vw;
	/*padding-bottom:3.75rem;*/
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.foot01 .a01{
	width:53%;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.foot01 .a01 dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a02{
	width:16%;
	padding: 0.65rem 0.8rem;
	border-radius: 0.25rem;
	border: 0.5px solid var(--60, rgba(255, 255, 255, 0.60));
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
	height: auto;
}
.dbbk{
	width:80%;
	border:0px;
	background-color:transparent;
	font-family: zt3;
	outline:none;
	
	color: var(---white, #FFF);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.82981rem */
}
.dbbk.a01{ width:80%;}
.dbbk.a01::placeholder{
	color: var(---white, #FFF);
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
	padding:0 5.2vw;
}
.foot02 .dbtel{
	width:20%;
}
.foot02 .dbtel dl dt{
	padding-bottom:0.82rem;
	color: var(---fff, #fff);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.foot02 .dbtel .link{
	margin-top:3.7rem;
	display:flex;
}
.foot02 .dbtel .link a{
	margin-right:0.94rem;
	display:flex;
	position: relative;
}
.foot02 .dbtel .link a i {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0;
    bottom: -5rem;
    opacity: 0;
    visibility: hidden;
}
.foot02 .dbtel .link a i img {
    max-width: 150%;
}
.foot02 .dbtel .link a:hover i{
	opacity:1;
	visibility:visible;
}
.foot02 .a01{
	width:51%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01 dl{
	width:auto;
}
.foot02 .a01 dl dt{
	margin-bottom:0.5rem;
	color: var(---fff, #fff);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 .a02{
	width:7.7%;
	text-align:center;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	margin-top:0.56rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
	border-top:1px solid rgba(255, 255, 255, 0.20);
	padding:1.5rem 0;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	right:1.56rem;
	bottom:2.19rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.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;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:5.0rem;
}
.nybanner .zlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	border-top: 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);
}
.nybanner .zlm.pos{
	position:fixed;
	top:5rem;
	height:5rem;
	
}
.nybanner .zlm.pos ul li{
	background: var(--10, rgba(0, 0, 0, 0.50));
}
.nybanner .zlm.pos ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
}
.nybanner .zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .zlm ul li{
	width:20%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display:flex;
}
.nybanner .zlm.w7 ul li{
	width:14.2%;
}
.nybanner .zlm.w6 ul li{
	width:16.666%;
}
.nybanner .zlm.w5 ul li{
	width:19.8%;
}
.nybanner .zlm.w4 ul li{
	width:25%;
}
.nybanner .zlm.w3 ul li{
	width:33.333%;
}
.nybanner .zlm.w2 ul li{
	width:50%;
}
.nybanner .zlm ul li:last-child{
	border-right:0px;
}
.nybanner .zlm ul li a{
	width:100%;
	height:5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.nybanner .zlm ul li a:hover{
	background: var(--065-ca-7, #065CA7);
}
.nybanner .zlm ul li a.cur{
	background: var(--065-ca-7, #065CA7);
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.propic{
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:7.62rem;
}
.propic img{
	width:100%;
	height:auto;
	display: block;
}

.prolist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	transition: all 0.6s;
	height:27rem;
	margin-top:3.75rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	width:100%;
	/*margin-top:0.5rem;*/
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.prolist ul li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:calc(100% - 1.5rem);
	position:absolute;
	bottom:1.31rem;
	left:0.75rem;
	z-index:1;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolist ul li .tex dl dt{
	padding:1.25rem;
	padding-bottom:1.31rem;
	transition: all 0.6s;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01rem;
	position:relative;
}
.prolist ul li .tex dl dt::before{
	width: 2.5rem;
	height: 2.5rem;
	position:absolute;
	left:calc(50% - 1.25rem);
	top:-1.25rem;
	z-index:2;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover .tex dl dt::before{
	opacity:1;
}
.prolist ul li:hover .tex{
	background: var(--065-ca-7, #065CA7);
}
.prolist ul li:hover .tex dl dt{
	padding-top:2.94rem;
	padding-bottom:0.62rem;
	color: var(---white, #FFF);
}
.prolist ul li .tex dl dd{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	height:0;
	overflow:hidden;
}
.prolist ul li:hover .tex dl dd{
	height:auto;
	padding-bottom:2.2rem;
}
.prolist ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.prolist ul li .tex dl dd a::after{
	content:">";
	display:inline-block;
	margin-left:0.62rem;
	font-family:'宋体';
	font-weight:bold;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul.jz{
	justify-content: flex-start;
}
.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 */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}

.pro01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.pro01 .pic{
	width:12.25%;
	position:relative;
	overflow:hidden;
}
.pro01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.pro01 .tex{
	width:35%;
	padding:8.0rem 5.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.pro01 .tex h1{
	margin-bottom:3.75rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.pro01 .tex dl dd{
	padding:1.25rem 0;
	border-bottom:1px solid #E0E0E0;
}
.protd{ 

	 }
.protd p{
	padding:1.25rem 0;
	border-bottom:1px solid #E0E0E0;
}
.pro01 .tex .more{
	margin-top:6.12rem;
	display:flex;
}
.pro01 .tex .more a{
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	padding: 1rem 3.75rem;
	color: var(--065-ca-7, #065CA7);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro01 .tex .more a:hover{
	background-color:#065CA7;
	color:#FFF;
}
.pro01 .tp{
	width:52.75%;
	position:relative;
	padding-top:2.75rem;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	max-width:100%;
	max-height:100%;
}
.swiper-slide .b01{
	padding:1.85rem 2.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid #065CA7;
}
.swiper-slide .b01 img{
	max-height:70%;
	max-width:100%;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0 15%;
	width:70%;
	position:absolute;
	bottom:9.5rem;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/thin_big_left.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/thin_big_left2.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cpb01.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.cphdm{
	width:100%;
	float:left;
	margin-top:15.8rem;
}
.cphdm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cphdm ul li{
	width:auto;
	position:relative;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:3.25rem;
	margin-right:3.25rem;
	padding-bottom:1.5rem;
}
.cphdm ul li::after{
	width:100%;
	height: 0.25rem;
	content:'';
	display:inline-block;
	background: #065CA7;
	position:absolute;
	left:0;
	bottom:-0.25rem;
	opacity:0;
}
.cphdm ul li.cur::after{
	opacity:1;
}
.cphdm ul li:hover::after{
	opacity:1;
}
.cpcstex{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding:3.0rem;
	font-size: 1.0rem;
}
.biaoge {
    width: 100%;
    margin-top: 0.88rem;
    font-size: 1rem;
    line-height: 2rem;
}
.biaoge th{
	color: #FFF;
    font-size: 1.1rem;
	font-weight:700;
	padding: 0.44rem;
    border: 1px solid #fff;
	background-color: #065CA7;
	}
.biaoge table tr td {
    padding: 0.44rem;
	 font-size: 1.0rem;
    border: 1px solid #e5e5e5;
	text-align:center;
}
.biaoge table tr:nth-child(2n){
	background-color:#F2F2F2;
	}
.biaoge table tr:hover {
    color: #fff;
    background-color: #065CA7;
}
.cpcstex img{
	width:100%;
	height:auto;
	display:block;
}
.ntit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.honr{
	width:100%;
	float:left;
	background: var(--065-ca-7, #065CA7);
	margin-top:8.75rem;
	padding-top:8.75rem;
}
.honrtit{
	width:100%;
	padding:0 8.33vw;
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.main2{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.main2.whbj{
	background:url(../img/whbg.jpg) center no-repeat;
	background-size:cover;
	padding-bottom:6rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:61.8%;
	color: var(---333, #333);
	font-size: 1.075rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab .tex h1{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .pic{
	width:28.7%;
	overflow:hidden;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.abpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.abpic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	display:inline-block;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.rotating-circle {
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	animation: rotate 6s linear infinite;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	position:absolute;
	left:calc(50% - 3.125rem);
	top:calc(50% - 3.125rem);
	z-index:2;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
          
}
.play{
	width:3.92rem;
	height:3.92rem;
	position:absolute;
	left:calc(50% - 1.96rem);
	top:calc(50% - 1.96rem);
	z-index:3;
	background-color:#FFF;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play img{
	max-width:1.75rem;
	height:auto;
}

.abnum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:25.8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.abnum ul li dl dt{
	display: flex;
	align-items: flex-start;
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li dl dt i{
	color: var(--065-ca-7, #065CA7);
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.62rem;
}
.abnum ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li img{
	max-width:4.25rem;
}
.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.abtit.bs dl dt{
	color: var(---fff, #fff);
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.qywh{
	width:100%;
	float:left;
	margin-top:3.75rem;
	
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 2.5rem;
	height:27.875rem;
	position:relative;
	transition: all 0.6s;
}
.qywh ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.qywh ul li:hover dl dt{
	color: var(---white, #FFF);
}
.qywh ul li:hover dl dd{
	color: var(---white, #FFF);
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
	margin-bottom:1.25rem;
}
.qywh ul li dl dd{
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.qywh ul li .pic{
	width:auto;
	position:absolute;
	bottom:6.25rem;
	left:2.5rem;
	z-index:1;
}
.qywh ul li .pic img{
	max-width:5.0rem;
}

.rylist{
	width:100%;
	float:left;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
}
.rylist ul li{
	width:calc(20% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	border: 1px solid var(---Gray-6, #F2F2F2);
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	height:21rem;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #E0E0E0;
}
.rylist ul li dl dt img{
	max-width:80%;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding-bottom:1rem;
	padding-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rylist ul li:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(---white, #FFF);
}
.rylist ul li:hover dl dd{
	color: var(--065-ca-7, #065CA7);
}

.ldzc{
	width:100%;
	float:left;
	margin-top:10rem;
	margin-bottom:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ldzc-l{
	width:45.6%;
}
.ldzc-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ldzc-l .tex{
	margin-top:3.12rem;
	border-radius: 0.5rem;
	background: var(--065-ca-7, #065CA7);
	padding: 2.625rem 2.5rem;
}
.ldzc-l .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ldzc-l .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.ldzc-r{
	width:46.25%;
	color: var(---333, #333);
	font-size: 1.275rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cfang{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cfang ul{
	display: flex;
	flex-wrap: wrap;
}
.cfang ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	overflow:hidden;
}
.cfang ul li:nth-child(3n){
	margin-right:0px;
}
.cfang ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cfang ul li:hover img{
	transform: scale(1.05);
}

.jstit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	text-align:center;
}
.jstit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.jstit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.01rem;
}
.jslist{
	width:100%;
	float:left;
}
.jslist ul{
	display: flex;
	flex-wrap: wrap;
}
.jslist ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.jslist ul li:nth-child(4n){
	margin-right:0px;
}
.jslist ul li .pic{
	overflow:hidden;
	position:relative;
}
.jslist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jslist ul li .pic i{
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:2;
	padding: 0.375rem 1.625rem;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.jslist ul li:hover .pic img{
	transform: scale(1.05);
}
.jslist ul li dl dt{
	margin-top:2.5rem;
	padding-bottom:1.44rem;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:0.88rem;
	position:relative;
	    font-size: 1.2rem;
    font-weight: 700;
}
.jslist ul li dl dt::after{
	width:0;
	height: 0.125rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	background: #065CA7;
}
.jslist ul li:hover dl dt::after{
	width:100%;
}
.jslist ul li dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.jslist ul li dl dd p{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}

.shfw{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shfw .tex{
	width:40.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shfw .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.subNavBox4{
	width:100%;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0; 
	font-size:1.0rem;
	font-family: zt4;
	display:flex;
	align-items: center;
}
.subNav4 b{
	margin-right:1.25rem;
}
.subNav4 a{
	width:100%;
}
.currentDd4{
	color: var(---333, #333);
	border-bottom:0px solid #E0E0E0; 
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0; 
}

.shfw .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.shfw .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.sh02{
	width:100%;
	float:left;
	margin-top:10rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.sh02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sh02 ul li{
	width:20%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	padding: 3.75rem 1rem 3.75rem 2.5rem;
	transition: all 0.6s;
}
.sh02 ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.sh02 ul li:hover h1{
	color:#FFF;
}
.sh02 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.sh02 ul li:hover dl dd{
	color: var(---white, #FFF);
}
.sh02 ul li h1{
	display:flex;
	align-items: flex-start;
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:7.12rem;
}
.sh02 ul li h1 i{
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sh02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.sh02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.hzkh{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hzkh ul{
	display: flex;
	flex-wrap: wrap;
}
.hzkh ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	height:7.5rem;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	background: #FFF;
}
.hzkh ul li:nth-child(4n){
	margin-right:0px;
}
.hzkh ul li img{
	max-width:100%;
	max-height:100%;
}
.hzkh ul li:hover{
	border: 2px solid var(--065-ca-7, #065CA7);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

.splist{
	width:100%;
	float:left;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
}
.splist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.88rem;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.splist ul li:hover dl dt img{
	transform: scale(1.05);
}
.splist ul li dl dd{
	margin-top:1.93rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.0rem 2.5rem;
	transition: all 0.6s;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li h1{
	padding-bottom:1.25rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display: flex;
	align-items: flex-end;
}
.newlist ul li h1 i{
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 70%;
	text-transform: uppercase;
}
.newlist ul li .tex{
	margin-top:5.0rem;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height:50px;
}
.newlist ul li .tex dl dd{
	margin-top:1.04rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height:50px;
}
.newlist ul li .tex .pic{
	overflow:hidden;
	margin-top:3.8rem;
}
.newlist ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .tex .pic img{
	transform: scale(1.05);
}
.newlist ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.newlist ul li:hover h1{
	color:#FFF;
}
.newlist ul li:hover .tex dl dt{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: space-between;
	overflow:hidden;
	margin-top:6.25rem;
	padding:6.25rem;
}
.newshow .xtb{
	width:2.25rem;
	min-width:2.25rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show2{
	width: 86%;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	color: var(---Gray-3, #828282);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.81rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.44rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	/*width:100%;*/
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newnext ul li{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:5rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:49.1%;
	padding:2.3rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
}
.xzlist ul li:hover{
	border: 2px solid var(--065-ca-7, #065CA7);
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:2.5rem;
	max-height:3.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	font-family: zt4;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #065CA7);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #065CA7);
  border-left: 2px solid var(--Color, #065CA7);
  border-right: 2px solid var(--Color, #065CA7);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #065CA7);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.tz01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.62rem 4.44rem;
}
.tz01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tz01 ul li{
	width:auto;
	max-width:33.33%;
	display: flex;
	align-items: center;
}
.tz01 ul li img{
	margin-right:1.88rem;
	max-width:4.2rem;
}
.tz01 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tz01 ul li dl dd{
	margin-top:0.62rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tz01 ul li dl dd.f1{
	font-size:1.0rem;
}
.tzpic{
	width:100%;
	float:left;
}
.tzpic img{
	width:100%;
	height:auto;
	display:block;
}

.intit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.intit2 dl dt{
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.intit2 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:1.88rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.75rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.0rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.0rem;
}
.baojia ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
}
.baojia ul li:last-child{
	margin-top:3.75rem;
}

.inmore2{
	display:flex;
}
.inmore2 a{
	height: 3.75rem;
	padding: 0rem 5.25rem;
	background: var(--065-ca-7, #065CA7);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore2 a::after{
	width: 0.5rem;
	height: 1rem;
	content:">";
	display:inline-block;
	margin-left:1.12rem;
	font-family:'宋体';
	font-weight:bold;
}

.inmore3{
	display:flex;
}
.inmore3 a{
	height: 3.75rem;
	padding: 0rem 5.25rem;
	border:1px solid #065CA7;
	color: #065CA7;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore3 a::after{
	width: 0.5rem;
	height: 1rem;
	content:">";
	display:inline-block;
	margin-left:1.12rem;
	font-family:'宋体';
	font-weight:bold;
}
.inmore3 a:hover{
	background-color:#065CA7;
	color:#FFF;
}

.rczl{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rczl .tex{
	width:40.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rczl .tex dl dt{	
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.rczl .tex dl dd{
	margin-top:1.87rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.rczl .tex .a01{
	width:100%;
}
.rczl .tex .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rczl .tex .a01 ul li{
	width:100%;
	padding:1.25rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.rczl .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.rczl .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.zp02{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.zp02 img{
	width:100%;
	height:auto;
	display:block;
}
.zp02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.zp02 .tex .a01{
	width:40%;
}
.zp02 .tex dl dt{
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.zp02 .tex dl dd{
	margin-top:1.25rem;
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	overflow: hidden;
	margin-top:1.25rem;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top:2.5rem;
}
.moreload3 ul.list li img{
	width: 100%;
	height: 100%;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	width:100%;
	margin-top:3.75rem;
}
.moreload3 .more a{
	display: block;
	width: 100%;
	height:3.75rem;
	line-height:3.75rem;
	color:#fff;
	margin:0 auto;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
	text-align:center;
}
.moreload3 .more a:hover{
	text-decoration: none;
	background: var(--065-ca-7, #065CA7);
	color: #fff;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer; 
	text-align:left;
	font-size:1.5rem;
	padding:2.5rem 3.75rem;
	margin-top:0.62rem;
	
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav dl dd{
	margin-top:1.87rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.subNav dl dd .a01{
	width:auto;
	display: flex;
	align-items:center;
}
.subNav dl dd .a01 div{
	margin-right:1.62rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}
.currentDd dl dt{
	color:#FFF;
}
.currentDd dl dd{
	color:#FFF;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:4.0rem 2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	background: var(---Gray-6, #F2F2F2);
}
.navContent dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:12.0rem;
	margin-top:0.3rem;
}
.navContent dl dd{
	width:calc(100% - 12.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	border-radius: 3.75rem;
	background: var(--065-ca-7, #065CA7);
	display: inline-flex;
	padding: 1.125rem 2.625rem 1.125rem 3.75rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}


.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:38%;
}
.lx01-l dl dt{
	padding-bottom:0.62rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.feix{
	display:flex;
	margin-top:6.25rem;
}
.feix a{
	padding: 0.8125rem 2.625rem 0.6875rem 3.625rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--065-ca-7, #065CA7);
	
	color: #065CA7;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:1.56rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.75rem;
	height: 1.75rem;
}
.feix a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--065-ca-7, #065CA7);
}
.feix a:hover::before{
	width:100%;
}
.feix a:hover{
	color:var(--Color, #fff);
}

.lx01-r{
	width:60%;
	overflow:hidden;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:40%;
}
.lx02-l dl dt{
	color: var(--065-ca-7, #065CA7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.lx02-l dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}


.lx02-r{
	width:60%;
}
.baojia2{
	width:100%;
	float:left;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:49.7%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li:first-child{
	margin-top:0px;
}
.baojia2 ul li:nth-child(2){
	margin-top:0px;
}
.baojia2 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk4{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia2 ul li.w100{
	width:100%;
}
.blue{
	color: var(--065-ca-7, #065CA7);
}



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}






.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart2{
	margin-top:2.5rem;
}
.mart10{
	margin-top:10rem;
}

.mart0{
	margin-top:0px;
}
.marb10{
	margin-bottom:10rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}
}
@media (min-width:1361px) and  (max-width:1600px){
.inab01 dl dt{
	font-size: 2.0rem;
	}	
.inab01 dl dd i {
    padding: 0.8125rem 1.008rem;
    background: var(--065-ca-7, #065CA7);
	font-size:1.0rem
}
.inab01 dl dd{
	font-size: 1.2rem;
	}
.inab01 .inmore {
    margin-top: 4rem;
}
.incp ul li .tex dl dt{
	    padding: 1.05rem 0.5rem;
		font-size: 0.87rem;
	}
.infa ul li .a01 dl dd{
	font-size: 0.875rem;
	}
.infa ul li{
	    padding: 0 2rem;
	}
.infa ul li .a01 .inmore {
    justify-content: center;
    margin-top: 7rem;}
.infa ul li .a01 dl{
    height: 36vh;
}
.qccy01 {
    width: 65%;
	}
.nybanner .zlm ul li a{
    font-size: 1rem;	
	}	
.prolist ul li .tex dl dt{
	 padding: 1.05rem 0.45rem;
		font-size: 0.87rem;
	height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	}
.sh02 ul li{
	padding: 3.75rem 1rem 3.75rem 1rem;
	}
.pro01 .tex{
	padding: 8rem 2rem 8rem 5rem;
	}
.pro01 .tex h1{
	font-size: 1.875rem;
	}
.cphdm ul li{
	font-size: 1.35rem;
	}
.nab .tex h1{
	font-size: 2.5rem;
	margin-bottom: 3.05rem;
	}
.nab .tex {
    font-size: 0.95rem;
    line-height: 170%;
}
.nab .pic {
    width: 31.7%;
    overflow: hidden;
}
.rylist ul li dl dt {
    height: 16rem;}
.rylist ul li dl dd{
	font-size: 0.8rem;
	}
.qywh ul li{
	padding: 2.75rem 2rem;
	}
.foot01 .a01 dl dd{
	font-size: 1.48rem;
	}
.foot01 .a01 dl dt{
	font-size: 1.05rem;
	}
.foot02 .dbtel {
    width: 26%;
}
.newtit{
	font-size: 1.8rem;
	}
.jslist ul li dl dd p{
	font-size: 0.895rem;
	}
.shfw .tex dl dt{
	font-size: 1.8rem;
	}
.header .innav ul li{
	margin-left: 1rem;
    margin-right: 1rem;
	}
.qywh ul li dl dt{
	    font-size: 1.25rem;
	}
.qywh ul li dl dd{
	font-size: 0.825rem;
	}
.inab01 {
    font-size: 0.875rem;
    line-height: 170%;
}
.inab01 dl dd{
	margin-bottom: 3rem;
	}
.inab01 .inmore {
    margin-top: 3rem;
}
.incp ul li .tex dl dt {
    padding: 1rem 0.25rem;
    font-size: 0.75rem;
}
.infa ul li .a01 dl dt i{
	  font-size: 1rem;
	}
.qccy01 .a01{
	font-size: 0.875rem;
	}
}

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

.biaoge table tr th{
	    font-size: 0.9rem;
		    padding: 0.24rem;
	}

.biaoge table tr td{
	    font-size: 0.85rem;
		    padding: 0.24rem;
	}












}
@media (min-width:1000px) and  (max-width:1440px){
	.newlist ul li{
		padding: 2rem 1.5rem;
		}
	.newlist ul li .tex {
    margin-top: 3rem;
}
.rczl .tex dl dd{
	    font-size: 1rem;
	}
.rylist ul li dl dt {
    height: 13rem;}
.qywh ul li{
	height: 25rem;
	    padding: 2.75rem 1.5rem;
	}
.lx02-l dl dd{
	font-size: 1.5rem;
	}
.foot02 .a01 {
    width: 58%;}
.dbbk{
	font-size: 0.75rem;
	}
.rczl .tex .a01 ul li {
    padding: 1.25rem 0 0.25rem 0;
    line-height: 1.65;
}
.intit2 dl dd{
	font-size: 1.65rem;
	}
.foot01 .a01 {
    width: 60%;
}
.newlist ul li .tex dl dt{
	    font-size: 1rem;
	}
.newlist ul li .tex dl dd{
	line-height: normal;
	height: 33px;
	}
.fy ul li a {
    width: 2.625rem;
    height: 2.625rem;}

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

.header .innav ul li{
	margin-left:0.5rem;
	margin-right:0.5rem;
	font-size:0.75rem;
}
.zyw2::before{
	width:1.25rem;
	height:1.25rem;
	margin-right:0rem;
}
.zyw2 a{
	font-size:0.75rem;
}
.biaoge table tr th{
	    font-size: 0.85rem;
		    padding: 0.24rem;
	}

.biaoge table tr td{
	    font-size: 0.75rem;
		    padding: 0.24rem;
	}
.inmore a{
	width: 17rem;
    height: 2.5rem;
}

.inab01 dl dt{
	font-size:1.5rem;
}
.inab01 dl dd{
	font-size:1.0rem;
	letter-spacing:0px;
	margin-bottom:2.0rem;
}

.inab01{
	font-size:0.75rem;
}
.gpdm dl dt{
	font-size:0.875rem;
}
.gpdm dl dd{
	font-size:3.0rem;
}
.inab01 .inmore{
	margin-top:2.0rem;
}
.incp{
	margin-top:1.5rem;
}
.incp ul li .tex dl dt{
	font-size:0.875rem;
}
.incp ul li:hover{
	border: 5px solid var(---white, #FFF);
	background: var(---Gray-6, #F2F2F2);
	box-shadow: 0 16px 35.6px 0 rgba(0, 50, 97, 0.57);
}
.cptit dl dd{
	margin-top:0.5rem;
}
.infa ul li{
	padding:0 1.5rem;
}
.infa ul li .a01 dl dt i{
	font-size:1.0rem;
}
.fatit{
	top:6.25rem;
}
.infa ul li .a01 dl dd {
    margin-top: 2rem;
    font-size: 0.8rem;
    line-height: 164%;
}
.incp ul li:hover .tex dl dd {
    padding-bottom: 1.0rem;
}
.incp ul li:hover .tex dl dt {
    padding-top: 1.1rem;
    padding-bottom: 0.42rem;
}
.incp ul li .tex dl dt {
    padding: 0.7rem;
}
.prolist ul li .tex dl dt {
    padding: 0.7rem;
}
.prolist ul li:hover .tex dl dt {
	 padding-top: 1.64rem;
    padding-bottom: 0.42rem;
	}
.nybanner .zlm ul li a{
	    height: 4rem;
	}
.qywh ul li .pic img {
    max-width: 4rem;
}
.qywh ul li {
    height: 22rem;
    padding: 1.75rem 1.5rem;
}
.qywh ul li dl dt{
	    font-size: 1.25rem;
	}
.qywh ul li .pic{
	    bottom: 2.25rem;
    left: 1.5rem;
	}
.prolist ul li:hover .tex dl dd{
	padding-bottom: 1.0rem;
	}
.qccy01 .a01{
	font-size: 0.92rem;
	}
.infa ul li .a01 .inmore{
	margin-top:3.0rem;
}
.inhz ul li{
	height:5.0rem;
}
.inhz ul li img{
	max-width:70%;
}
.qccy{
	margin-top:6.25rem;
}
.qccy01 {
    width: 66%;
}
.infa ul li .a01 dl {
    height: 36vh;
}
.qccy01 .a01 dl dt{
	font-size:1.25rem;
}
.qccy01 .a01 dl dd{
	font-size:1.25rem;
	margin-bottom:1.0rem;
}
.qccy01 .a01 .inmore{
	margin-top:1.0rem;
}
.innew01 ul li .tex dl dt{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:1.0rem;
}
.innew01 ul li .tex dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top:1.0rem;
}
.innew01 ul li .tex .pic{
	margin-top:2.0rem;
}
.cptit dl dt{
	font-size:2.5rem;
}
.innew01{
	margin-top:2.5rem;
}
.foot02 .dbtel dl dt{
	font-size:1.5rem;
}
.foot02 .dbtel dl dd{
	font-size:0.75rem;
}
.foot02 .dbtel .link{
	margin-top:2.5rem;
}
.foot02 .dbtel .link img{
	max-width:2.0rem;
}
.foot02 .dbtel .link a{
	margin-right:0.45rem;
}
.foot02 .a01{
	width:57%;
}
.foot02 .a01 dl dd{
	font-size:0.65rem;
	margin-top:0.5rem;
}
.foot02 .a01 dl dt{
	font-size:0.875rem;
}
.foot02 .a02 dl dd{
	font-size:0.55rem;
}
.foot03{
	margin-top:3.62rem;
}
.foot01 .a01 dl dd{
	font-size:1.75rem;
}
.foot01 .a02{
	width:30%;
}
.nybanner .tex dl dd{
	font-size:3.0rem;
}
.nybanner .tex dl dt{
	font-size:1.5rem;
}
.prolist ul li{
	height:22rem;
}
.prolist ul li .tex dl dt{
	font-size:0.875rem;
}
.footer.foot_show{
	height:650px;
}
.innav ul li .xiala .a01{
	padding-bottom:2.0rem;
	padding-top:2.0rem;
}
.innav ul li .xiala .a01 h1{
	font-size:1.5rem;
	padding-bottom:1.5rem;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.0rem;
	font-size:0.875rem;
}
.innav ul li .xiala .a02{
	padding-bottom:2.0rem;
	padding-top:2.0rem;
}
.pro01 .tex h1{
	font-size:1.5rem;
}
.pro01 .tex{
	font-size:0.875rem;
}
.nab .tex h1{
	font-size:2.5rem;
}
.abnum ul li dl dt i{
	font-size:3.0rem;
}
.rylist ul li dl dt{
	height:15rem;
}
.rylist ul li dl dd{
	padding:0.75rem;
}
.shfw .tex dl dt{
	font-size:1.75rem;
}
.subNav4{
	margin-top:2.0rem;
	padding-bottom:1.0rem;
}
.sh02 ul li h1 i{
	font-size:2.0rem;
}
.sh02 ul li{
	padding:2.5rem 1.5rem;
}

.tz01{
	padding:1.62rem 2.44rem;
}
.tz01 ul li img{
	max-width:3.2rem;
	margin-right:1.0rem;

}
.rczl .tex dl dd{
	font-size:2.0rem;
}
.lx01-l dl dt{
	font-size:2.0rem;
}
.lx01-l dl dd{
	font-size:0.875rem;
}
.lx02-l dl dd{
	font-size:2.0rem;
}
.lx02-l{
	width:35%;
}
.lx02-l dl dt{
	font-size:1.25rem;
}
.lx01-l{
	width:35%;
}











}




@media (max-width:999px) {

.footer.foot_show{}
.pc{
	display: none;
}
.footer{display: block;}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4.375rem; 
	line-height:4.375rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4.375rem; 
	height:4.375rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4.375rem; 
	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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top:1.0rem; 
	left:1.0rem; 
	z-index:102;  
	width: 2.375rem; 
	height: 2.375rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4.375rem; 
	background: #fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width: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;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{
	background: var(--e-50012, var(--065-ca-7, #065CA7));
	color: #FFF;
}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

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

.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	z-index:3;
	overflow:hidden;
	
	display: flex;
	width: 10.25rem;
	padding: 0.25rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 0.5px solid var(---white, #FFF);
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--065-ca-7, #065CA7);
	transition: all 0.6s;
}
.inmore a:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	margin-left:0.69rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	display:inline-block;
	transition: all 0.6s;
}
.inmore a.cur{
	border: 1px solid var(--065-ca-7, #065CA7);
}
.inmore a.cur::before{
	width:100%;
}



.index02{
	width: 100%;
	float: left;
	background-image:url(../img/inab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.gpdm{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:3;
}
.gpdm dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 1rem */
	text-transform: uppercase;
}
.gpdm dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 70%;
	text-transform: uppercase;
	margin-top:1.0rem;
}
.inab{
	width:100%;
	float:left;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:4.0rem 3vw;
}
.inab01{
	width:100%;	
	color: var(---white, #FFF);
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 dl dd{
	margin-top:0.62rem;
	display:flex;
	margin-bottom:2.0rem;
	
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 dl dd i{
	padding: 0.5rem 1.0rem;
	background: var(--065-ca-7, #065CA7);
}
.inab01 .inmore{
	margin-top:3rem;
}



.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4.0rem 0;
}

.incpwrap{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cptit{
	width:100%;
	float:left;
	text-align:center;
}
.cptit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.cptit dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.incp{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incp ul li{
	width:48%;
	position:relative;
	border-radius: 0.25rem;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.incp ul li:nth-child(5n){
	margin-right:0px;
}
.incp ul li:hover{
	border: 5px solid var(---white, #FFF);
	background: var(---Gray-6, #F2F2F2);
	box-shadow: 0 16px 35.6px 0 rgba(0, 50, 97, 0.57);
}
.incp ul li img{
	width:100%;
	height:auto;
	display:block;
}
.incp ul li .tex{
	width:calc(100% - 1.0rem);
	position:absolute;
	bottom:1.0rem;
	left:0.5rem;
	z-index:1;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
}
.incp ul li .tex dl dt{
	    padding: 0.8rem 0.5rem;
	transition: all 0.6s;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01rem;
	position:relative;
}
.incp ul li .tex dl dt::before{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	left:calc(50% - 0.75rem);
	top:-0.75rem;
	z-index:2;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.incp ul li:hover .tex dl dt::before{
	opacity:1;
}
.incp ul li:hover .tex dl dt{
	padding-top:1.04rem;
	padding-bottom:0.62rem;
}
.incp ul li .tex dl dd{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	height:0;
	overflow:hidden;
}
.incp ul li:hover .tex dl dd{
	height:auto;
	padding-bottom:1.0rem;
}
.incp ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.incp ul li .tex dl dd a::after{
	content:">";
	display:inline-block;
	margin-left:0.62rem;
	font-family:'宋体';
	font-weight:bold;
}


.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:4.0rem;
}

.fatit{
	width:100%;
	position:absolute;
	top:2.25rem;
	left:0;
	z-index:3;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.infa{
	width:100%;
	float:left;
}
.infa ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infa ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:50vh;
	padding:0 0.4rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.infa ul li:nth-child(2n){
	/*border-right:0px;*/
}
.infa ul li:hover{
	background: linear-gradient(180deg, #065CA7 16.83%, rgba(6, 92, 167, 0.00) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.infa ul li .a01{
	width:100%;
}
.infa ul li .a01 dl dt{
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top:2.0rem;
}
.infa ul li .a01 dl dt i{
	padding: 0.25rem 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    background: var(--10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(12.5px);
    /* display: flex; */
    align-items: center;
    color: var(---white, #FFF);
    font-family: zt4;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    align-items: center;
}
.infa ul li .a01 dl dt i img{
	/*margin-right:0.31rem;*/
	max-width: 4rem;
    display: block;
    text-align: center;
}
.infa ul li .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
	opacity:1;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.infa ul li:hover .a01 dl dd{
	opacity:1;
}
.infa ul li .a01 .inmore{
	justify-content:center;
	margin-top:2rem;
	opacity:0;
	transition: all 0.6s;
}
.infa ul li:hover .a01 .inmore{
	opacity:1;
}


.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.qccy{
	width:100%;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.qccy01{
	width:98%;
	padding: 0.5rem;
	border-radius: 31.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
}
.qccy01 .a01{
	width:100%;
	padding: 1.5rem 2.375rem 1.5rem 2.25rem;
	border-radius: 31.25rem;
	border: 3px solid var(--10, rgba(255, 255, 255, 0.10));
	background: rgba(4, 83, 151, 0.90);
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.qccy01 .a01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qccy01 .a01 dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:0.88rem;
}
.qccy01 .a01 .inmore{
	margin-top:1.0rem;
	justify-content: center;
}
.qccy01 .a01 .inmore a{
	width: 6rem;
}
.inhz{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inhz ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.inhz ul li{
	width:25%;
	height:auto;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content:center;
	align-items: center;
}
.inhz ul li:nth-child(7n){
	border-right:0px;
}
.inhz ul li img{
	max-width:100%;
	height:auto;
	max-height:100%;
}

.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab05.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0 0 0;
}

.innew{
	width:100%;
}
.innew01{
	width:100%;
	float:left;
	margin-top:0.5rem;
	padding:0 3vw;
	position:relative;
}
.innew01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew01 ul li{
	width:49%;
	margin-top:2.0rem;
}
.innew01 ul li h1{
	padding-bottom:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
}
.innew01 ul li h1::after{
	width:100%;
	height:1px;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.innew01 ul li:hover h1::after{
	width:100%;
}
.innew01 ul li .tex dl dt{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height:50px;

}
.innew01 ul li .tex dl dd{
	margin-top:1.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.innew01 ul li .tex .pic{
	overflow:hidden;
	margin-top:2.0rem;
}
.innew01 ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 ul li:hover .tex .pic img{
	transform: scale(1.05);
}




.foot{
	width:100%;
	float:left;
	background: var(--065-ca-7, #065CA7);
	/*padding-top:3.75rem;*/
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	    padding: 2rem 3vw;
    /* padding-bottom: 3.75rem;*/
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.foot01 .a01 dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
	padding: 0.5rem 0.85rem;
	border-radius: 0.25rem;
	border: 0.5px solid var(--60, rgba(255, 255, 255, 0.60));
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
	height: auto;
}
.dbbk{
	width:80%;
	border:0px;
	background-color:transparent;
	font-family: zt3;
	outline:none;
	
	color: var(---white, #FFF);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.82981rem */
}
.dbbk.a01{ width:80%;}
.dbbk.a01::placeholder{
	color: var(---white, #FFF);
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
	padding:0 3vw;
}
.foot02 .dbtel{
	width:100%;
}
.foot02 .dbtel dl dt{
	padding-bottom:0.82rem;
	color: var(---fff, #fff);
	font-family: zt4;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.foot02 .dbtel .link{
	margin-top:2.5rem;
	display:flex;
}
.foot02 .dbtel .link a{
	margin-right:0.44rem;
	display:flex;
}
.foot02 .dbtel .link a img{
	
	display:none;
}
.foot02 .a01{
	width:51%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .a01 dl{
	width:auto;
}
.foot02 .a01 dl dt{
	margin-bottom:0.5rem;
	color: var(---fff, #fff);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 .a02{
	width:100%;
	text-align:center;
	margin-top:3.0rem;
	display: none;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	margin-top:0.56rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.25rem;
	border-top:1px solid rgba(255, 255, 255, 0.20);
	padding:1.0rem 0;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	right:1.0rem;
	bottom:1.19rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.375rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display: block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:1.5rem;
	z-index:0;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:0rem;
}
.nybanner .zlm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--065-ca-7, #065CA7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.nybanner .zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .zlm ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display:flex;
}
.nybanner .zlm.w6 ul li{
	width:50%;
}
.nybanner .zlm.w4 ul li{
	width:50%;
}
.nybanner .zlm.w3 ul li{
	width:50%;
}
.nybanner .zlm.w2 ul li{
	width:50%;
}
.nybanner .zlm ul li:nth-child(2n){
	border-right:0px;
}
.nybanner .zlm ul li a{
	width:100%;
	height: auto;
	padding:0.75rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.nybanner .zlm ul li a:hover{
	background: var(--065-ca-7, #065CA7);
}
.nybanner .zlm ul li a.cur{
	background: var(--065-ca-7, #065CA7);
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.propic{
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:3.62rem;
}
.propic img{
	width:100%;
	height:auto;
	display: block;
}

.prolist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	position:relative;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	transition: all 0.6s;
	height:15rem;
	margin-top:1.75rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	width:100%;
	margin-top:1.72rem;
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.prolist ul li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:calc(100% - 1.0rem);
	position:absolute;
	bottom:1.0rem;
	left:0.5rem;
	z-index:1;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolist ul li .tex dl dt{
	padding:1.0rem;
	padding-bottom:1.0rem;
	transition: all 0.6s;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01rem;
	position:relative;
}
.prolist ul li .tex dl dt::before{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	left:calc(50% - 0.75rem);
	top:-0.75rem;
	z-index:2;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover .tex dl dt::before{
	opacity:1;
}
.prolist ul li:hover .tex{
	background: var(--065-ca-7, #065CA7);
}
.prolist ul li:hover .tex dl dt{
	padding-top:1.94rem;
	padding-bottom:0.62rem;
	color: var(---white, #FFF);
}
.prolist ul li .tex dl dd{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	height:0;
	overflow:hidden;
}
.prolist ul li:hover .tex dl dd{
	height:auto;
	padding-bottom:1.2rem;
}
.prolist ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.prolist ul li .tex dl dd a::after{
	content:">";
	display:inline-block;
	margin-left:0.62rem;
	font-family:'宋体';
	font-weight:bold;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul.jz{
	justify-content: flex-start;
}
.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 */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}

.pro01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.pro01 .pic{
	width:25%;
	position:relative;
	overflow:hidden;
}
.pro01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.pro01 .tex{
	width:75%;
	padding:3.0rem 2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.pro01 .tex h1{
	margin-bottom:1.5rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.pro01 .tex dl dd{
	padding:1.0rem 0;
	border-bottom:1px solid #E0E0E0;
}
.protd p{
	padding:1.0rem 0;
	border-bottom:1px solid #E0E0E0;
}
.pro01 .tex .more{
	margin-top:3.12rem;
	display:flex;
}
.pro01 .tex .more a{
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	padding: 0.5rem 1.75rem;
	color: var(--065-ca-7, #065CA7);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro01 .tex .more a:hover{
	background-color:#065CA7;
	color:#FFF;
}
.pro01 .tp{
	width:100%;
	position:relative;
	padding-top:2.75rem;
	height:25rem;
	overflow:hidden;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.swiper-slide .a01 img{
	max-width:80%;
	max-height:80%;
}
.swiper-slide .b01{
	padding:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid #065CA7;
}
.swiper-slide .b01 img{
	max-height:70%;
	max-width:100%;
}

.swiper.aa01{
	margin:0 15%;
	width:70%;
	position:absolute;
	bottom:3.5rem;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/thin_big_left.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/thin_big_left2.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-wrapper{
	height:auto;
}

.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cpb01.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.cphdm{
	width:100%;
	float:left;
	margin-top:1.8rem;
}
.cphdm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cphdm ul li{
	width:auto;
	position:relative;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
	padding-bottom:1.0rem;
}
.cphdm ul li::after{
	width:100%;
	height: 0.25rem;
	content:'';
	display:inline-block;
	background: #065CA7;
	position:absolute;
	left:0;
	bottom:-0.25rem;
	opacity:0;
}
.cphdm ul li.cur::after{
	opacity:1;
}
.cphdm ul li:hover::after{
	opacity:1;
}
.cpcstex{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding:1.0rem;
	font-size: 0.9rem;
}
.biaoge {
    width: 100%;
    margin-top: 0.88rem;
    font-size: 0.875rem;
    line-height: 1.5;
	overflow-x: scroll;
}
.biaoge th{
	color: #FFF;
    font-size: 0.95rem;
	font-weight:700;
	padding: 0.15rem;
    border: 1px solid #fff;
	background-color: #065CA7;
	white-space: nowrap;
	}
.biaoge table tr td {
    padding: 0.15rem;
	 font-size: 0.875rem;
    border: 1px solid #e5e5e5;
	text-align:center;
	white-space: nowrap;
}
.biaoge table tr:nth-child(2n){
	background-color:#F2F2F2;
	}
.biaoge table tr:hover {
    color: #fff;
    background-color: #065CA7;
}
.cpcstex img{
	width:100%;
	height:auto;
	display:block;
}
.ntit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:4rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.honr{
	width:100%;
	float:left;
	background: var(--065-ca-7, #065CA7);
	margin-top:3.75rem;
	padding-top:3.75rem;
}
.honrtit{
	width:100%;
	padding:0 8.33vw;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.main2{
	width:100%;
	float:left;
	padding:0 3vw;
}
.main2 .whbj{
	background:url(../img/whbg.jpg) center no-repeat;
	padding-top:3rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab .tex h1{
	margin-bottom:1.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .pic{
	width:20%;
	overflow:hidden;
	display:none;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}
.abpic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	display:inline-block;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.rotating-circle {
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	position:absolute;
	left:calc(50% - 2.125rem);
	top:calc(50% - 2.125rem);
	z-index:2;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
          
}
.play{
	width:2.92rem;
	height:2.92rem;
	position:absolute;
	left:calc(50% - 1.46rem);
	top:calc(50% - 1.46rem);
	z-index:3;
	background-color:#FFF;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play img{
	max-width:1.0rem;
	height:auto;
}

.abnum{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:2rem;
}
.abnum ul li dl dt{
	display: flex;
	align-items: flex-start;
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li dl dt i{
	color: var(--065-ca-7, #065CA7);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.62rem;
}
.abnum ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li img{
	max-width:3.25rem;
}
.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.qywh{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qywh ul li{
	    width: 48%;
    background: var(---Gray-6, #F2F2F2);
    padding: 1.5rem 0.6rem;
    height: 15rem;
    position: relative;
    transition: all 0.6s;
    margin-top: 1rem;
}
.qywh ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.qywh ul li:hover dl dt{
	color: var(---white, #FFF);
}
.qywh ul li:hover dl dd{
	color: var(---white, #FFF);
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
	margin-bottom:1.25rem;
}
.qywh ul li dl dd{
	color: var(---666, #666);
    font-size: 0.825rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
}
.qywh ul li .pic{
	width:auto;
	position:absolute;
	bottom:0.5rem;
	left:0.6rem;
	z-index:1;
}
.qywh ul li .pic img{
	max-width:3.0rem;
}

.rylist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rylist ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	border: 1px solid var(---Gray-6, #F2F2F2);
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	height:10rem;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #E0E0E0;
}
.rylist ul li dl dt img{
	max-width:80%;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding:1.25rem 1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rylist ul li:hover{
	border: 1px solid var(--065-ca-7, #065CA7);
	background: var(---white, #FFF);
}
.rylist ul li:hover dl dd{
	color: var(--065-ca-7, #065CA7);
}

.ldzc{
	width:100%;
	float:left;
	margin-top:4rem;
	margin-bottom:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ldzc-l{
	width:100%;
}
.ldzc-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ldzc-l .tex{
	margin-top:2.0rem;
	border-radius: 0.5rem;
	background: var(--065-ca-7, #065CA7);
	padding: 1.625rem 1.25rem;
}
.ldzc-l .tex dl dt{
	color: var(---white, #FFF);
    font-family: zt4;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.ldzc-l .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.ldzc-r{
	width:100%;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cfang{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.cfang ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cfang ul li{
	width:48%;
	margin-top:1.5rem;
	overflow:hidden;
}
.cfang ul li:nth-child(3n){
	margin-right:0px;
}
.cfang ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cfang ul li:hover img{
	transform: scale(1.05);
}

.jstit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	text-align:center;
}
.jstit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.jstit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.01rem;
}
.jslist{
	width:100%;
	float:left;
}
.jslist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jslist ul li{
	width:48%;
	margin-top:2.5rem;
}
.jslist ul li:nth-child(4n){
	margin-right:0px;
}
.jslist ul li .pic{
	overflow:hidden;
	position:relative;
}
.jslist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jslist ul li .pic i{
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:2;
	padding: 0.375rem 1.625rem;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.jslist ul li:hover .pic img{
	transform: scale(1.05);
}
.jslist ul li dl dt{
	margin-top:1.5rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:0.88rem;
	position:relative;
	    font-size: 1rem;
    font-weight: 700;
	height: 4rem;
}
.jslist ul li dl dt::after{
	width:0;
	height: 0.125rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	background: #065CA7;
}
.jslist ul li:hover dl dt::after{
	width:100%;
}
.jslist ul li dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.jslist ul li dl dd p{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}

.shfw{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shfw .tex{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shfw .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw .tex dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}

.subNavBox4{
	width:100%;
	margin-top:2.0rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding-bottom:1.0rem;
	margin-top:1.5rem;
	border-bottom:1px solid #E0E0E0; 
	font-size:1.0rem;
	font-family: zt4;
	display:flex;
	align-items: center;
}
.subNav4 b{
	margin-right:1.25rem;
}
.subNav4 a{
	width:100%;
}
.currentDd4{
	color: var(---333, #333);
	border-bottom:0px solid #E0E0E0; 
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0; 
}

.shfw .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.shfw .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.sh02{
	width:100%;
	float:left;
	margin-top:4rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.sh02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sh02 ul li{
	    width: 50%;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
    padding: 1.75rem 1rem;
    transition: all 0.6s;
}
.sh02 ul  li:nth-child(2n){
	 border-left: 1px solid var(---Gray-5, #E0E0E0);
	}
.sh02 ul  li:nth-child(5){
	 width: 100%;
	}
.sh02 ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.sh02 ul li:hover h1{
	color:#FFF;
}
.sh02 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.sh02 ul li:hover dl dd{
	color: var(---white, #FFF);
}
.sh02 ul li h1{
	display:flex;
	align-items: flex-start;
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.75rem;
}
.sh02 ul li h1 i{
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sh02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.sh02 ul li dl dd{
	margin-top:1rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.hzkh{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hzkh ul{
	display: flex;
	flex-wrap: wrap;
}
.hzkh ul li{
	width:calc(50.33% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
	height:3.5rem;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	background: #FFF;
}
.hzkh ul li:nth-child(2n){
	margin-right:0px;
}
.hzkh ul li img{
	max-width:100%;
	max-height:70%;
}
.hzkh ul li:hover{
	border: 2px solid var(--065-ca-7, #065CA7);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

.splist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist ul li{
	width:48%;
	margin-top:1rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.splist ul li:hover dl dt img{
	transform: scale(1.05);
}
.splist ul li dl dd{
	margin-top:1.93rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
	position:relative;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem 0.5rem;
	transition: all 0.6s;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li h1{
	padding-bottom:1.25rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display: flex;
	align-items: flex-end;
}
.newlist ul li h1 i{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 70%;
	text-transform: uppercase;
}
.newlist ul li .tex{
	margin-top:1.0rem;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newlist ul li .tex dl dd{
	margin-top:1.04rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newlist ul li .tex .pic{
	overflow:hidden;
	margin-top:1.8rem;
}
.newlist ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .tex .pic img{
	transform: scale(1.05);
}
.newlist ul li:hover{
	background: var(--065-ca-7, #065CA7);
}
.newlist ul li:hover h1{
	color:#FFF;
}
.newlist ul li:hover .tex dl dt{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: space-between;
	overflow:hidden;
	margin-top:3.25rem;
	padding:2.5rem 1rem;
}
.newshow .xtb{
	width:2.0rem;
	min-width:2.0rem;
	    display: none;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show2{
	width: 100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	color: var(---Gray-3, #828282);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.81rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.44rem;
	color: var(---666, #666);
	
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul li{
	width:100%;
	float:left;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}
.newnext ul li a{
	max-width:80%;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:2rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding: 0.65rem 0.85rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
}
.xzlist ul li:hover{
	border: 2px solid var(--065-ca-7, #065CA7);
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.5rem;
	max-height:3.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	font-family: zt4;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #065CA7);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #065CA7);
  border-left: 2px solid var(--Color, #065CA7);
  border-right: 2px solid var(--Color, #065CA7);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
  display:none;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #065CA7);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.tz01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
	padding-top:0px;
}
.tz01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tz01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:2.0rem;
}
.tz01 ul li img{
	margin-right:1.5rem;
	max-width:3.2rem;
}
.tz01 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tz01 ul li dl dd{
	margin-top:0.31rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tz01 ul li dl dd.f1{
	font-size:1.0rem;
}
.tzpic{
	width:100%;
	float:left;
}
.tzpic img{
	width:100%;
	height:auto;
	display:block;
}

.intit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.intit2 dl dt{
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.intit2 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:100%;
	margin-top:1.88rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.75rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.0rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.0rem;
}
.baojia ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
}
.baojia ul li:last-child{
	margin-top:3.75rem;
}

.inmore2{
	display:flex;
}
.inmore2 a{
	height: 3.0rem;
	padding: 0rem 3.25rem;
	background: var(--065-ca-7, #065CA7);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore2 a::after{
	width: 0.5rem;
	height: 1rem;
	content:">";
	display:inline-block;
	margin-left:1.12rem;
	font-family:'宋体';
	font-weight:bold;
}

.inmore3{
	display:flex;
}
.inmore3 a{
	height: 3.0rem;
	padding: 0rem 2.25rem;
	border:1px solid #065CA7;
	color: #065CA7;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore3 a::after{
	width: 0.5rem;
	height: 1rem;
	content:">";
	display:inline-block;
	margin-left:1.12rem;
	font-family:'宋体';
	font-weight:bold;
}
.inmore3 a:hover{
	background-color:#065CA7;
	color:#FFF;
}

.rczl{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rczl .tex{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rczl .tex dl dt{	
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.rczl .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.rczl .tex .a01{
	width:100%;
	margin-top:2.0rem;
}
.rczl .tex .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rczl .tex .a01 ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.rczl .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.rczl .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.zp02{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.zp02 img{
	width:100%;
	height:auto;
	display:block;
}
.zp02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.zp02 .tex .a01{
	width:100%;
}
.zp02 .tex dl dt{
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.zp02 .tex dl dd{
	margin-top:0rem;
	color: var(--065-ca-7, #065CA7);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zp02 .tex .inmore.mart3{
	margin-top:1.0rem;
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	overflow: hidden;
	margin-top:1.0rem;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top:1.5rem;
}
.moreload3 ul.list li img{
	width: 100%;
	height: 100%;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	width:100%;
	margin-top:3.75rem;
}
.moreload3 .more a{
	display: block;
	width: 100%;
	height:3.75rem;
	line-height:3.75rem;
	color:#fff;
	margin:0 auto;
	border-radius: 0.25rem;
	background: var(--065-ca-7, #065CA7);
	text-align:center;
}
.moreload3 .more a:hover{
	text-decoration: none;
	background: var(--065-ca-7, #065CA7);
	color: #fff;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer; 
	text-align:left;
	font-size:1.5rem;
	padding:1.5rem 1.75rem;
	margin-top:0.62rem;
	
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav dl dd .a01{
	width:auto;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	margin-bottom:1.0rem;
}
.subNav dl dd .a01 div{
	margin-right:1.62rem;
	margin-top:0.5rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--065-ca-7, #065CA7);
	color:#FFF;
}
.currentDd dl dt{
	color:#FFF;
}
.currentDd dl dd{
	color:#FFF;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.0rem 1rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	background: var(---Gray-6, #F2F2F2);
	padding-top:0px;
}
.navContent dl{
	/*display: flex;*/
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:100%;
	margin-top:0.3rem;
	margin-bottom:1rem;
}
.navContent dl dd{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	border-radius: 3.75rem;
	background: var(--065-ca-7, #065CA7);
	display: inline-flex;
	padding: 1.0rem 2.5rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}


.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l dl dt{
	padding-bottom:0.62rem;
	color: var(--065-ca-7, #065CA7);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(--065-ca-7, #065CA7);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.feix{
	display:flex;
	margin-top:2.25rem;
}
.feix a{
	padding: 0.5rem 2.0rem 0.6875rem 3.0rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--065-ca-7, #065CA7);
	
	color: #065CA7;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:1.56rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.75rem;
	height: 1.75rem;
}
.feix a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--065-ca-7, #065CA7);
}
.feix a:hover::before{
	width:100%;
}
.feix a:hover{
	color:var(--Color, #fff);
}

.lx01-r{
	width:100%;
	margin-top:3.0rem;
	overflow:hidden;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
}
.lx02-l dl dt{
	color: var(--065-ca-7, #065CA7);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.lx02-l dl dd{
	margin-top:0.34rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}


.lx02-r{
	width:100%;
	margin-top:2.0rem;
}
.baojia2{
	width:100%;
	float:left;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:49.0%;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
	    margin-top: 20px;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li:first-child{
	margin-top:0px;
}
.baojia2 ul li:nth-child(2){
	margin-top:0px;
}
.baojia2 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk4{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia2 ul li.w100{
	width:100%;
}
.blue{
	color: var(--065-ca-7, #065CA7);
}



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}






.mart6{
	margin-top:3.25rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart2{
	margin-top:1.5rem;
}
.mart10{
	margin-top:4rem;
}

.mart0{
	margin-top:0px;
}
.marb10{
	margin-bottom:4rem;
}

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





}
































