@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	
	margin:auto
	}
@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
{
	
	src: url('../font/zt.TTF'),
	url('../font/zt.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#094076;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:1.87rem;
}
.header.yanse.yanse01{
	background-color: rgba(255,255,255,0.9);
	margin-left:8.33vw;
	margin-right:8.33vw;
	width:calc(100% - 16.66vw);
	border-radius: 2.5rem;
}
.header.yanse.yanse01 .intop{
	padding:0 0px;
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.innav ul li .xiala{
	width: 230%;
    position: absolute;
    top: 5rem;
    left: -64%;
	z-index:1;
	padding:1.0rem 0;
	background-color:#fff;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30);
	opacity:0;
	visibility:hidden;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd{
	padding:0.5rem 0;
	height:auto;
	text-align:center;
	transition: all 0.6s;
}
.innav ul li .xiala dl dd a{
	height:auto;
	font-size:15px;
}
.innav ul li .xiala dl dd:hover{
	background-color:#0b357f;
	color:#FFF;
}
.innav ul li .xiala dl dd:hover a{
	color:#FFF;
}

.main{
	width: 86%;
    margin: auto;
    max-width: 1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:995;
	height:5rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5rem;
	    width: 86%;
    margin: auto;
    max-width: 1440px;
}

.logo{
	width:8.75rem;
	display: flex;
	align-items: center;
	height:5rem;
	max-width:8.75%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: 70%;
}
.innav ul{
		    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.innav ul li{
	 /*display: flex;*/
    align-items: center;
    /* margin-left: 1.4625vw; */
    /* margin-right: 1.4625vw; */
    font-size: 1.1rem;
    /*position: relative;*/
    font-weight: 600;
       position: relative;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.innav ul li i{
	width:0;
/*	position:absolute;*/
	left:0;
	bottom:1.37rem;
	z-index:1;
	height: 0.125rem;
	background-color:#094076;
	opacity:0;
	transition: all 0.6s;
	 display: block;
  width: 0; /* 默认不显示 */
  height: 2px;
  background: #0066cc; /* 选中颜色 */
  margin: 4px auto 0; /* 居中 */
  transition: all 0.3s ease;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#094076;
}
.innav ul li.cur a{
	color:#094076;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	color:#FFF;
	position:relative;
}
.top-r .a01{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.875rem;
	border: 1px solid var(--1843-b-1, #69A3CC);
	justify-content: center;
	display: flex;
	align-items: center;
}
.top-r .a02{
	width: auto;
	display: flex;
	align-items: center;
	margin-left:1.25rem;
	position:relative;
}
.top-r .a02 i{
	width:100%;
	position:absolute;
	top:3.3rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	display:flex;
}
.top-r .a02 i a{
	width:100%;
	border-radius: 1.875rem;
	border: 1px solid var(--1843-b-1, #69A3CC);
	    padding: 0.85rem 0.5rem 0.85rem 0.5rem;
    text-align: center;
	color: var(--094076, #094076);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color:#FFF;
}
.top-r .a02:hover i{
	opacity:1;
	visibility:visible;
}
.top-r .a02 .b01{
	border-radius: 1.875rem;
	border: 1px solid var(--1843-b-1, #69A3CC);
	padding: 0.85rem 1.6375rem 0.85rem 1.625rem;
	color: var(--094076, #094076);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.top-r .a02 .b01::after{
	width:1.5rem;
	height:0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.19rem;
}

.chax{
	right:5rem; 
	top:5rem;
	position: absolute;
	width:300px; 
	z-index:996;
	display: none;
}
.chax.marg{
	top:5rem;
}
.chax　.aa{
	display: flex;
	width:363px;
	height:44px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color:#094076;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:47%;
	color: var(---333, #333);
	
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75; /* 2rem */
}
.inab .tex dl dt{
	color: var(--094076, #094076);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab .tex dl dd{
	margin-top:0rem;
	color: var(---333, #333);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2rem;
}
.inab .pic{
	width:48%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}

.inmore{
	display:flex;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	padding: 1rem 1.625rem 1rem 2.75rem;
	border-radius: 2.5rem;
	background: var(--ec-7913, #FF8213);
	color: #FFF;
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	
}
.inmore a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:2.2rem;
}
.inwrap{
	width:100%;
	float:left;
	background: var(--e-9-edf-0, #E9EDF0);
	padding-bottom:7.5rem;
	margin-top:6.25rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	text-align:center;
}
.intit dl dt{
	color: var(---333, #333);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.ywlm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ywlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlm ul li{
	width:50%;
	background: var(---2, #F9FAFB);
	height:7.0rem;
	line-height:7.0rem;
	display:flex;
}
.shouyecp ul li{
	width:33.33%;
	}
.ywlm ul li a{
	width:100%;
	height:7.0rem;
	line-height:7.0rem;
	text-align:center;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
}
.ywlm ul li a:hover{
	background-image:url(../img/lmbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color: var(---white, #FFF);
}
.ywlm ul li a.cur{
	background-image:url(../img/lmbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color: var(---white, #FFF);
}
.inyw{
	width:100%;
	float:left;
}
.inyw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyw ul li{
	width:33.33333%;
	margin-top:3.75rem;
}
.inyw ul li .pic{
	overflow:hidden;
}
.inyw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inyw ul li:hover .pic img{
	transform: scale(1.05);
}
.inyw ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inyw ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-right:1.5rem;
}
.inyw ul li:first-child{
	width:50%;
}
.inyw ul li:nth-child(2){
	width:50%;
}
.infz{
	width:100%;
	float: left;
	background-image:url(../img/a02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:9.8rem;
	padding-bottom:21rem;
	position:relative;
	transition: all 0.6s;
}
.infz dl dt{
	color: var(---white, #FFF);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.infz dl dd{
	margin-top:1.25rem;
	display: flex;
	justify-content:center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.infz dl dd div{
	width:56.6%;
}
.infz .more{
	display: flex;
	justify-content:center;
	margin-top:4.62rem;
}
.infz .more a{
	padding: 1.25rem 2.625rem 1.25rem 3.75rem;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	color: #FFF;
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.infz .more a::after{
	content:">";
	margin-left:2.2rem;
	font-weight:bold;
	font-family:'宋体';
}
.fzlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.fzlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlm ul li{
	width:16.6666%;
	border-right: 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;
}
.fzlm ul li a{
	padding:1.8rem 0;
	width:100%;
	text-align:center;
	color: var(---white, #FFF);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.fzlm ul li a:hover{
	background: var(--ec-7913, #FF8213);
}
.fzlm ul li a.cur{
	background: var(--ec-7913, #FF8213);
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.0% - 1.88rem);
	margin-top:3.75rem;
	margin-right:1.88rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding-right:1.88rem;
	padding-top:1.88rem;
}
.innew ul li .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.025rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.innew ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.foot{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: #043767;
	padding-top:6.25rem;
	padding-bottom:4.06rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:25%;
}
.foot01 .a01 dl dt{
	padding-bottom:1.13rem;
}
.foot01 .a01 dl dt img{
	max-width:100%;
}
.foot01 .a01 dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a01 dl dd b{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 2rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot01 .a01 dl dd img{
	margin-right:0.62rem;
}

.foot01 .a02{
	width:65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.10);
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.82rem;
}
.foot01 .a02 dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02{
	width:100%;
	float: left;
	background: #132C54;
	padding:0.95rem 8.33vw;
	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;
}

.back{
	width: 3rem;
	position:fixed;
	right:5.0rem;
	bottom:18rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.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;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .tex01 dl dd{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.abtit{
	width:100%;
	float:left;
	margin-top:2.62rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.abtit img{
	margin-right:1.4rem;
}
.abtit dl dt{
	color: var(--094076, #094076);
	
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit dl dd{
	color: var(--ec-7913, #FF8213);
	font-family: DIN;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.abtex{
	width:100%;
	float:left;
	background: var(--e-9-edf-0, #E9EDF0);
}
.abtex .pic{
	overflow:hidden;
}
.abtex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.abtex .tex{
	padding:4.5rem 2.8rem;
	color: var(---666, #666);
	
	
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.abtex .tex h1{
	margin-bottom:2.19rem;
	color: var(---333, #333);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.abteam{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-image:url(../img/ab02.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6rem 0;
}
.tdtit{
	width:60%;
	float:left;
}
.tdtit dl dt{
	color: var(---white, #FFF);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tdtit dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.team{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.team01{
	width:100%;
	float:left;
	margin-top:5.38rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.team01 .card-container {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

.team01 .card {
            flex: 1;
            min-width: 280px;
            background: rgba(255, 255, 255, 0.25);
            border-radius: 10px;
            padding: 24px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            border: 1px solid #e6e6e6;
        }

.team01 .badge {
            display: inline-block;
            background-color: #e6f7f7;
            color: #2c7a7b;
            font-weight: bold;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 18px;
            margin-bottom: 16px;
        }
.team01 .badge img{
	width:32px;
	    text-align: center;
    vertical-align: middle;
	}
.team01 .card h3 {
            font-size: 20px;
            font-weight: bold;
            color: #111;
            margin-bottom: 12px;
        }

.team01 .card p {
            color: #555;
            font-size: 16px;
        }
.team01 .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.team01 .a01 img{
	margin-right:1.69rem;
}
.team01 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
}
.team01 .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.team01 .a01 img{
	margin-right:1.69rem;
}
.team01 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
}
.yqln{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yqln img{
	width:100%;
	height:auto;
	display:block;
}
.ywlist{
	width:100%;
	float:left;
	margin-top:5.5rem;
}
.ywlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlist ul li{
	width:100%;
	margin-top:5.0rem;
	height:20.2rem;
	padding:0 3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
}
.ywlist ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlist ul li .pic{
	width:47.4%;
	position:relative;
}
.ywlist ul li .pic .pic01{
	width:100%;
	height:auto;
	position:absolute;
	top:-2.5rem;
	left:0;
	z-index:1;
	/* 蓝色0-30-50-0.3 */
	box-shadow: 0px 30px 50px 0px rgba(1, 128, 236, 0.30);
	overflow:hidden;
}
.ywlist ul li .pic .pic01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ywlist ul li:hover .pic .pic01 img{
	transform: scale(1.05);
}
.ywlist ul li .tex{
	width:47%;
	height:100%;
	display: flex;
	align-items: center;
}
.ywlist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ywlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newlist{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(50% - 0.94rem);
	display:flex;
	margin-top:1.88rem;
}
.newlist ul li a{
	width:100%;
	background: var(---white, #FFF);
	padding: 3.25rem 6.125rem 3.25rem 3.125rem;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .date{
	width:auto;
}
.newlist ul li .date dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: DIN;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---333, #333);
	font-family: DIN;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .sx{
	width:1px;
	background: rgba(0, 0, 0, 0.10);
}
.newlist ul li .tex{
	width:77.7%;
}
.newlist ul li .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fy .a01{
	width:auto;
}
.fy .a01 a{
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	background: var(--094076, #094076);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#FFF;
	font-family:'宋体';
	font-weight:bold;
}
.fy .a01 a:hover{
	background: var(--ec-7913, #FF8213);
}
.fy ul{
	width:auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fy ul li{
	width:auto;
	margin-left:1.56rem;
	margin-right:1.56rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-family: DIN;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fy ul li a{
	color: var(---999, #999);
}
.fy ul li a:hover{
	color: var(--094076, #094076);
}
*/

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #043767);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--133-a-95, #043767);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #043767);
}
.fy ul li .cur{
	background: var(--133-a-95, #043767);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #043767);
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:75%;
}
.newshow{
	width:100%;
	float:left;
	padding:3.75rem;
	background-color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	color: var(---Gray1, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	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.25rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newnext ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding:1.88rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newnext ul li a b{
	font-size: 1rem;
	margin-right:1.0rem;
	min-width:4rem;
}
.newnext ul li:nth-child(2) b{
	margin-left:1.0rem;
	text-align:right;
}

.newcon-r{
	width:23%;
	background: var(---white, #FFF);
}
.newcon-r h1{
	border-left: 3px solid var(--094076, #094076);
	padding:1.5rem 2.5rem;
	border-bottom:1px solid var(--10, rgba(0, 0, 0, 0.10));
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r .tex{
	padding:2.5rem;
}
.newcon-r .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r .tex ul li{
	width:100%;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:3.75rem;
}
.newcon-r .tex ul li:first-child{
	margin-top:0px;
}
.newcon-r .tex ul li dl dt{
	color: var(---999, #999);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r .tex ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}

.kcxfz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.kcxfz01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.kcxfz01 img{
	width:100%;
	height:auto;
	display:block;
}
.kcxfz01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding-left:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.kcxfz01 .tex.jy{
	justify-content: flex-end;
	padding-right:3.25rem;
	padding-left:0;
}
.kcxfz01 .tex dl{
	width:36%;
}
.kcxfz01 .tex dl dt{
	color: var(---333, #333);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kcxfz01 .tex dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	
	
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.zlm ul li{
	width:auto;
	margin-right:3.94rem;
	display: flex;
}
.zlm ul li a{
	padding:1.06rem 0;
	position:relative;
}
.zlm ul li a::after{
	width:0;
	height:2px;
	content:'';
	display:inline-block;
	background-color:#094076;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.zlm ul li a:hover::after{
	width:100%;
}
.zlm ul li a.cur::after{
	width:100%;
}
.lx01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lx01 h1{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul{
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lx01 ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.lx01 ul li .pic{
	width: 4.1875rem;
	height: 4.1875rem;
	border-radius: 15.75rem;
	background: var(--094076, #094076);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-right:1.88rem;
}
.lx01 ul li .pic img{
	max-height:1.5rem;
}
.lx01 ul li dl dt{
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul li dl dd.f1{
	font-size:1.0rem;
}
.lx01 .map{
	margin-top:3.75rem;
}
.lx01 .map img{
	width:100%;
	height:auto;
	display:block;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 6.25rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:4.25rem;
	line-height: 4.25rem;
	display: flex;
	font-size:1.0rem;
	background: var(--Color, #094076);
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:4.25rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #F9FAFB;
	line-height:4.25rem; 
	font-size:1.0rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:4.5rem 5.6rem; 
	line-height:32px; 
	font-size:16px;
	background: #F1F1F1;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:12rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	width:calc(100% - 6.0rem);
	color: var(---666, #666);
}
.red{
	color: #094076;
}


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


.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	background: var(---white, #FFF);
	margin-top:3.75rem;
}
.subNav .tex{ 
	width: 45%;
    padding: 3.75rem 1rem 3.75rem 3.75rem;
    color: var(---666, #666);
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.subNav .tex h2{
	color: var(---333, #333);
	
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:2.5rem;
	margin-bottom:1.06rem;
}
.subNav .tex b{
	color: var(---333, #333);
	}
.subNav .tex .a01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:2rem;
}
.subNav .tex .a01 b{
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 1px #DA2122; /* 描边宽度和颜色 */
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.subNav .tex .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav .tex .a01 dl dd{
	margin-top:1.56rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.subNav .tex::after{
	margin-top:5.75rem;
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav .pic{
	width:55%;
	padding:3.31rem;
	overflow:hidden;
}
.subNav .pic img{
	width:100%;
	height:auto;
	display:block;
}
.currentDd{
	border: 1px solid var(--094076, #094076);
	border-bottom:0px;
}
.currentDd .tex::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-top:1.25rem;
	border: 1px solid var(--094076, #094076);
	border-top:0px;
}
.navContent .a02{
	width:100%;
	background-color:#FFF;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding:3.75rem;
}
.navContent .a02 img {
	max-width:100%;
	}
.navContent .a02 h1{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent .a02 h2{
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:2.5rem;
	margin-bottom:1.06rem;
}
.pross{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pross-l{
	width:calc(100% - 19.75rem);
	display: flex;
	align-items: center;
}
.pross-l b{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-right:0.25rem;
}
.pross-l a{
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E2E2E2;
	background: var(--Color, #F2F2F5);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:1.25rem;
}
.pross-r{
	width:19.75rem;
	padding: 0.75rem 1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ssbk{
	width:calc(100% - 1.5rem);
	border:0px;
	outline:none;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}
.pross-r .aa01{
	width:1.5rem;
}
.procon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-l{
	width:23%;
}
.procon-l h1{
	padding: 1.88rem;
	background: var(--094076, #094076);
	color: var(---white, #FFF);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.procon-l .a01{
	padding: 2.5rem 1.88rem;
	background: var(---white, #FFF);
	margin-top:0.31rem;
}
.procon-l .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	padding-bottom:1.81rem;
}
.procon-l .a01 dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.25rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}

.procon-l .a01 dl dd label{
	display: flex;
	align-items: center;
	 cursor: pointer;
}
.procon-l .a01 dl dd a{
	display: flex;
	width:100%;
	justify-content: space-between;
	align-items: center;

}
.procon-l .a01 dl dd a:hover{
	color:#CB212E;
}
.procon-l .a01 dl dd a:hover span{
	background: var(--eb-5757, #CB212E);
}
.procon-l .a01 dl dd span{
	width:15px;
	height:15px;
	border:1px solid #999;
	display: flex;
	align-items: center;
	margin-right:5px;
}
.procon-l .a01 dl dd span.cur{
	background: var(--eb-5757, #CB212E);
}
.procon-l .a01 dl dd label input{
	margin-right:1.0rem;
}
input{
	outline: none;
}
.radio,.checkbox {
	width: 0.9375rem;
	height: 0.9375rem;
	background-color: #ffffff;
	border: 1px solid var(---999, #999);
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background: var(--eb-5757, #CB212E);
	border: solid 1px #CB212E;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.procon-r{
	width:74%;
}
.procon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-r ul li{
	width:100%;
	display: flex;
	padding: 1.88rem 4.69rem 1.88rem 1.88rem;
	align-items: center;
	justify-content: space-between;
	margin-top:1.25rem;
	background: var(---white, #FFF);
	box-shadow: 0 30px 50px 0 rgba(1, 128, 236, 0.30);
}
.procon-r ul li:hover{
border-right: 4px solid var(--eb-5757, #CB212E);

}
.procon-r ul li:first-child{
	margin-top:0px;
}
.procon-r ul li a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.procon-r ul li .pic{
	width:37.3%;
	overflow:hidden;
	position:relative;
}
.procon-r ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.procon-r ul li:hover .pic img{
	transform: scale(1.05);
}
.procon-r ul li .tex{
	width:56%;
}
.procon-r ul li .tex dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.procon-r ul li .tex dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.altit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.altit dl dt{
	color: #191C1E;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.125rem; /* 137.5% */
}
.altit dl dd{
	margin-top:0.61rem;
	color: #424656;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 180% */
}
.altit a{
	display: flex;
	padding: 1.25rem 2.63rem 1.25rem 3.75rem;
	align-items: center;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	border-radius: 2.5rem;
	background: var(--ec-7913, #FF8213);
	overflow:hidden;
}
.altit a::after{
	content:">";
	
	font-weight:bold;
	margin-left:2.31rem;
}
.alshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding: 3.75rem;
	color: #424656;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.alshow h1{
	margin-bottom:2.5rem;
	color: #191C1E;
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.8125rem; /* 120% */
	letter-spacing: -0.02344rem;
	display: flex;
	align-items: center;
}
.alshow h1 img{
	margin-right:0.94rem;
}
.alshow ul{
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:1.25rem;
	border-top: 1.25px solid #E6E8EA;
}
.alshow ul li{
	width:50%;
}
.alshow ul li dl dt{
	color: #727687;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	letter-spacing: 0.04688rem;
	text-transform: uppercase;
}
.alshow ul li dl dd{
	color: #424656;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.alshow ul li dl dd b{
	margin-right:0.59rem;
	color: var(--logo, #DA2122);
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8125rem; /* 120% */
	letter-spacing: -0.02344rem;
}
.alshow ul li dl dd i{
	color: #191C1E;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.altit2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.alfwys{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.alfwys ul{
	display: flex;
	flex-wrap: wrap;
}
.alfwys ul li{
	width:calc(25.3% - 1.31rem);
	margin-right:1.31rem;
	border-radius: 0.5rem;
	border: 1px solid var(--094076, #094076);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	padding: 2.5rem 1.88rem 3.75rem 1.88rem;
}
.alfwys ul li:nth-child(4n){
	margin-right:0px;
}
.alfwys ul li h1{
	color: var(--094076, #094076);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alfwys ul li dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alfwys ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alsy{
	width:100%;
	float:left;
	border-radius: 1rem;
	border: 1px solid var(--094076, #094076);
	margin-top:3.75rem;
	overflow:hidden;
}
.alsy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--BG, #F5F6F7);
}
.alsy ul li{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.56rem 2.5rem;
}
.alsy ul li b{
	color: var(---333, #333);
}
.alsy ul:nth-child(2n){
	background-color:#FFF;
}

.mart1{
	margin-top:1.25rem;
}
.mart2{
	margin-top:2.5rem;
}









.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart6{
	margin-top:6.12rem;
}


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

}


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




	
}

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







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

.inab .tex dl dd{
	 font-size: 1.6rem;
	}
.inyw ul li dl dt{
	 font-size: 1rem;
	}
.inyw ul li dl dd{
	 font-size: 0.75rem;
	     line-height: 1.7;
	}
.fzlm ul li a{
	 font-size: 1rem;
	}
.infz .more a {
    padding: 1rem 1.525rem 1rem 1.75rem;
}
.innew ul li .tex dl dd	{
	 font-size: 0.75rem;
	     line-height: 1.7;
	}
.kcxfz01 .tex dl dd{
	 font-size: 0.75rem;
	     line-height: 1.7;
	}
.kcxfz01 .tex dl dt{
	font-size: 1.65rem;
	}
.procon-l h1 {
    padding: 1.18rem;
	font-size: 1.5rem;
	}
.procon-l .a01 {
    padding: 1.8rem 1.18rem;
    background: var(---white, #FFF);
    margin-top: 0.31rem;
}
.procon-l .a01 dl dt{
	    font-size: 1rem;
	}
}
@media (min-width:1000px) and (max-width:1360px){
.lx01 ul li dl dd{
	    font-size: 1rem;
	}
.lx01 ul li{
	margin-top: 1rem;
	}
.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}
.foot01 .a01 dl dd b{
	font-size:1.5rem;
}
.inmore a {
    padding: 0.7rem 0.85rem 0.7rem 1rem;    font-size: 0.75rem;}
	.inmore a::after{
		margin-left: 1.2rem;
		}
.mart5 {
    margin-top: 2rem;
}
.inab .tex{
	line-height: 1.65;
	}
.intit dl dt{
	font-size: 1.8rem;
	}
.infz dl dt{
	font-size: 1.8rem;
	}
.intit dl dd{
	font-size: 0.825rem;
	}
.foot01 .a01 {
    width: 30%;
}
.nybanner .tex .tex01 dl dd{font-size: 3rem;}
.dingw{
	margin-top: -120px;
	}
.kcxfz01 .tex dl{
	width:39%;
}
.kcxfz01 .tex dl dd{
	font-size:0.875rem;
	margin-top:1.5rem;
}
.kcxfz01 .tex dl dt{
	font-size:1.5rem;
}
.newtit{
	font-size:1.2rem;
}

.newcon-r .tex ul li dl dt{
	font-size:0.875rem;
}
.newcon-r .tex ul li dl dd{
	font-size:0.875rem;
	margin-top:1.0rem;
}
.newcon-r .tex ul li{
	margin-top:1.75rem;
}

.newcon-r .tex{
	padding:1.5rem;
}
.newcon-r h1{
	padding:1.5rem;
}

.newlist ul li a{
	padding:1.5rem;
}
.newlist ul li .date dl dt{
	font-size:2.0rem;
}
.newlist ul li .date dl dd{
	font-size:0.875rem;
}

.inab .tex dl dd{
	font-size:1.5rem;
	margin-top:0rem;
	margin-bottom:1.5rem;
}
.inab .tex dl dt{
	font-size:0.875rem;
}

.inab .tex{
	font-size:0.75rem;
}
.fzlm ul li a{
	font-size:0.875rem;
}

.foot01 .a02 dl dd{
font-size: 0.75rem;	
	}

.foot01 .a02 dl dt{
	font-size: 0.825rem;
	}

.innav ul li{ font-size:0.75rem; margin-left:0.7vw; margin-right:0.7vw}

	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:-5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	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: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	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:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #094076; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.inab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	color: var(---333, #333);
	
	
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.inab .tex dl dt{
	color: var(--094076, #094076);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab .tex dl dd{
	margin-top:0rem;
	color: var(---333, #333);
	
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.75rem;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}

.inmore{
	display:flex;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	padding: 0.5rem 1.625rem 0.5rem 1.75rem;
	border-radius: 2.5rem;
	background: var(--ec-7913, #FF8213);
	color: #FFF;
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	
}
.inmore a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.2rem;
}
.inwrap{
	width:100%;
	float:left;
	background: var(--e-9-edf-0, #E9EDF0);
	padding-bottom:3.5rem;
	margin-top:3.25rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	text-align:center;
}
.intit dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.ywlm{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.ywlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlm ul li{
	width:50%;
	background: var(---2, #F9FAFB);
	height:4.0rem;
	line-height:4.0rem;
	display:flex;
}
.ywlm ul li a{
	width:100%;
	height:4.0rem;
	line-height:4.0rem;
	text-align:center;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.ywlm ul li a:hover{
	background-image:url(../img/lmbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color: var(---white, #FFF);
}
.ywlm ul li a.cur{
	background-image:url(../img/lmbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color: var(---white, #FFF);
}
.inyw{
	width:100%;
	float:left;
}
.inyw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyw ul li{
	width:100%;
	margin-top:1.75rem;
}
.inyw ul li .pic{
	overflow:hidden;
}
.inyw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inyw ul li:hover .pic img{
	transform: scale(1.05);
}
.inyw ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inyw ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-right:1.5rem;
}
.inyw ul li:last-child{
	width:100%;
}
.inyw ul li:nth-child(2){
	width:100%;
}
.infz{
	width:100%;
	float: left;
	background-image:url(../img/a02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:4.8rem;
	padding-bottom:21rem;
	position:relative;
	transition: all 0.6s;
}
.infz dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.infz dl dd{
	margin-top:1.0rem;
	display: flex;
	justify-content:center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.infz dl dd div{
	width:80%;
}
.infz .more{
	display: flex;
	justify-content:center;
	margin-top:4.62rem;
}
.infz .more a{
	padding: 0.5rem 1.625rem 0.5rem 1.75rem;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	color: #FFF;
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	
}
.infz .more a::after{
	content:">";
	margin-left:1.2rem;
	font-weight:bold;
	font-family:'宋体';
}
.fzlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.fzlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlm ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-top: 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;
}
.fzlm ul li a{
	padding:1.08rem 0;
	width:100%;
	text-align:center;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
    align-items: center;
    justify-content: center;
}
.fzlm ul li a:hover{
	background: var(--ec-7913, #FF8213);
}
.fzlm ul li a.cur{
	background: var(--ec-7913, #FF8213);
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:1.75rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding-top:1.0rem;
}
.innew ul li .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.025rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.innew ul li .tex dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: #043767;
	padding-top:3.25rem;
	padding-bottom:2.06rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 dl dt{
	padding-bottom:1.13rem;
}
.foot01 .a01 dl dt img{
	max-width:80%;
}
.foot01 .a01 dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a01 dl dd b{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 2rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot01 .a01 dl dd img{
	margin-right:0.62rem;
}

.foot01 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01 .a02 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.10);
	display:none;
}
.foot01 .a02 dl{
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.82rem;
}
.foot01 .a02 dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02{
	width:100%;
	float: left;
	background: #132C54;
	padding:0.95rem 8.33vw;
	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;
}

.back{
	width: 2rem;
	position:fixed;
	right:1.0rem;
	bottom:8rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.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;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .tex01 dl dd{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.abtit{
	width:100%;
	float:left;
	margin-top:1.62rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abtit img{
	margin-right:1.4rem;
	max-width:3.0rem;
}
.abtit dl dt{
	color: var(--094076, #094076);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit dl dd{
	color: var(--ec-7913, #FF8213);
	font-family: DIN;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.abtex{
	width:100%;
	float:left;
	background: var(--e-9-edf-0, #E9EDF0);
	margin-top:1.0rem;
}
.abtex .pic{
	overflow:hidden;
}
.abtex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.abtex .tex{
	padding:2.5rem 0.5rem;
	color: var(---666, #666);
	 
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.abtex .tex h1{
	margin-bottom:2.19rem;
	color: var(---333, #333);
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.abteam{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background-image:url(../img/ab02.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4rem 0;
}
.tdtit{
	width:100%;
	float:left;
}
.tdtit dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tdtit dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF); 
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.team{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.team01{
	width:100%;
	float:left;
	margin-top:1.38rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.team01 .card-container {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

.team01 .card {
            flex: 1;
            min-width: 160px;
            background: rgba(255, 255, 255, 0.25);
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            border: 1px solid #e6e6e6;
        }

.team01 .badge {
            display: inline-block;
            background-color: #e6f7f7;
            color: #2c7a7b;
            font-weight: bold;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 18px;
            margin-bottom: 16px;
        }
.team01 .badge img{
	width:24px;
	    text-align: center;
    vertical-align: middle;
	}
.team01 .card h3 {
            font-size: 16px;
            font-weight: bold;
            color: #111;
            margin-bottom: 12px;
        }

.team01 .card p {
            color: #555;
            font-size: 14px;
        }
.team01 .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.team01 .a01 img{
	margin-right:1.69rem;
}
.team01 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
}
.team01 .a01{
	width:50%;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:1.38rem;
}
.team01 .a01 img{
	margin-right:0.69rem;
	max-height:1.2rem;
}
.team01 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
	display:none;
}
.team01 .a01{
	width:100%;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:1.38rem;
}
.team01 .a01 img{
	margin-right:0.69rem;
	max-height:1.2rem;
}
.team01 .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
	display:none;
}
.yqln{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yqln img{
	width:100%;
	height:auto;
	display:block;
}
.ywlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ywlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlist ul li{
	width:100%;
	margin-top:2.0rem;
	height: auto;
	padding:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
}
.ywlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywlist ul li .pic{
	width:100%;
	position:relative;
}
.ywlist ul li .pic .pic01{
	width:100%;
	height:auto;
	/* 蓝色0-30-50-0.3 */
	box-shadow: 0px 30px 50px 0px rgba(1, 128, 236, 0.30);
	overflow:hidden;
}
.ywlist ul li .pic .pic01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ywlist ul li:hover .pic .pic01 img{
	transform: scale(1.05);
}
.ywlist ul li .tex{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	margin-top:2.5rem;
}
.ywlist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ywlist ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.12rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.newlist ul li a{
	width:100%;
	background: var(---white, #FFF);
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .date{
	width:auto;
}
.newlist ul li .date dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: DIN;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---333, #333);
	font-family: DIN;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .sx{
	width:1px;
	background: rgba(0, 0, 0, 0.10);
}
.newlist ul li .tex{
	width:77.7%;
}
.newlist ul li .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.newlist ul li .tex dl dd{
	margin-top:0.8rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fy .a01{
	width:auto;
}
.fy .a01 a{
	width: 2rem;
	height: 2rem;
	border-radius: 1.5rem;
	background: var(--094076, #094076);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#FFF;
	font-family:'宋体';
	font-weight:bold;
}
.fy .a01 a:hover{
	background: var(--ec-7913, #FF8213);
}
.fy ul{
	width:auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fy ul li{
	width:auto;
	margin-left:0.56rem;
	margin-right:0.56rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fy ul li a{
	color: var(---999, #999);
}
.fy ul li a:hover{
	color: var(--094076, #094076);
}
*/

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #043767);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--133-a-95, #043767);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #043767);
}
.fy ul li .cur{
	background: var(--133-a-95, #043767);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #043767);
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newshow{
	width:100%;
	float:left;
	padding:2.5rem;
	background-color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	color: var(---Gray1, #333);
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.newdate{
	width:100%;
	float:left;
	color: var(---Gray-3, #828282);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:1.25rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(---333, #333);
	
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
	margin-top:1.0rem;
}
.newnext ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding:1.0rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a b{
	font-size: 1rem;
	margin-right:1.0rem;
	min-width:5.0rem;
}
.newnext ul li:nth-child(2) b{
	margin-left:1.0rem;
}
.newnext ul li:nth-child(2) b{
	text-align:right;
}
.newcon-r{
	width:23%;
	background: var(---white, #FFF);
	display:none;
}
.newcon-r h1{
	border-left: 3px solid var(--094076, #094076);
	padding:1.5rem 2.5rem;
	border-bottom:1px solid var(--10, rgba(0, 0, 0, 0.10));
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r .tex{
	padding:2.5rem;
}
.newcon-r .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r .tex ul li{
	width:100%;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:3.75rem;
}
.newcon-r .tex ul li:first-child{
	margin-top:0px;
}
.newcon-r .tex ul li dl dt{
	color: var(---999, #999);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r .tex ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}

.kcxfz{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.kcxfz01{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.kcxfz01 img{
	width:100%;
	height:auto;
	display:block;
}
.kcxfz01 .tex{
	width:100%;
	height:100%;
	/*position:absolute;*/
	left:0;
	top:0;
	z-index:1;
	/*padding-left:1.25rem;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.kcxfz01 .tex.jy{
	justify-content: flex-end;
	/*padding-right:1.25rem;*/
	padding-left:0;
}
.kcxfz01 .tex dl{
	width:100%;
}
.kcxfz01 .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kcxfz01 .tex dl dd{
	margin-top:0.5rem;
	color: var(---666, #666);
	/**/
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.zlm ul li{
	width:auto;
	margin-right:3.94rem;
	display: flex;
}
.zlm ul li a{
	padding:1.06rem 0;
	position:relative;
}
.zlm ul li a::after{
	width:0;
	height:2px;
	content:'';
	display:inline-block;
	background-color:#094076;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.zlm ul li a:hover::after{
	width:100%;
}
.zlm ul li a.cur::after{
	width:100%;
}
.lx01{
	width:100%;
	float:left;
}
.lx01 h1{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul{
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lx01 ul li{
	width:auto;
	/*display: flex;*/
	align-items: center;
	margin-top:1.75rem;
}
.lx01 ul li .pic{
	width: 2.5875rem;
    height: 2.5875rem;
    margin-bottom: 1rem;
	border-radius: 15.75rem;
	background: var(--094076, #094076);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-right:1.88rem;
}
.lx01 ul li .pic img{
	max-height:1.0rem;
}
.lx01 ul li dl dt{
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul li dl dd.f1{
	font-size:1.0rem;
}
.lx01 .map{
	margin-top:3.75rem;
}
.lx01 .map img{
	width:100%;
	height:auto;
	display:block;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 3.25rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:3.25rem;
	line-height: 3.25rem;
	display: flex;
	font-size:0.875rem;
	background: var(--Color, #094076);
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:3.25rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #F9FAFB;
	line-height:3.25rem; 
	font-size:1.0rem;
	overflow:hidden;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.0rem 0.5rem; 
	line-height:150%; 
	font-size:0.875rem;
	background: #F1F1F1;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	/*display: flex;*/
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:100%;
	margin-top:0.3rem;
	margin-bottom:1rem;
}
.navContent4 dl dd{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	width:100%;
	color: var(---666, #666);
}
.red{
	color: #094076;
}



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
















.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart5{
	margin-top:2.0rem;
}
.mart6{
	margin-top:3.12rem;
}

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



.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	CURSOR: pointer; 
	text-align:left; 
	background: var(---white, #FFF);
	margin-top:3.75rem;
}
.subNav .tex{ 
	width: 100%;
	padding:1rem;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.subNav .tex h2{
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:1.5rem;
	margin-bottom:1.06rem;
}
.subNav .tex b{
	color: var(---333, #333);
	}
.subNav .tex .a01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1rem;
}
.subNav .tex .a01 b{
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 1px #DA2122; /* 描边宽度和颜色 */
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.subNav .tex .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav .tex .a01 dl dd{
	margin-top:1.56rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.subNav .tex::after{
	margin-top:2rem;
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav .pic{
	width:100%;
	padding:2.5rem;
	padding-top:0;
	overflow:hidden;
}
.subNav .pic img{
	width:100%;
	height:auto;
	display:block;
}
.currentDd{
	border: 1px solid var(--094076, #094076);
	border-bottom:0px;
}
.currentDd .tex::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-top:1.25rem;
	border: 1px solid var(--094076, #094076);
	border-top:0px;
}
.navContent .a02{
	width:100%;
	background-color:#FFF;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding:3.75rem;
}
.navContent .a02 img {
	max-width:100%;
	}
.navContent .a02 h1{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent .a02 h2{
	color: var(---333, #333);
	
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:2.5rem;
	margin-bottom:1.06rem;
}
.pross{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pross-l{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pross-l b{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-right:0.25rem;
}
.pross-l a{
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E2E2E2;
	background: var(--Color, #F2F2F5);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-bottom:0.5rem;
}
.pross-r{
	width:100%;
	padding: 0.75rem 1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:1.0rem;
}
.ssbk{
	width:calc(100% - 1.5rem);
	border:0px;
	outline:none;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}
.pross-r .aa01{
	width:1.5rem;
}

.procon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-l{
	width:100%;
}
.procon-l h1{
	padding: 1.0rem 1.5rem;
	background: var(--094076, #094076);
	color: var(---white, #FFF);
	
	font-size:1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.procon-l .a01{
	padding: 1.5rem;
	background: var(---white, #FFF);
	margin-top:0.31rem;
}
.procon-l .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	padding-bottom:1.81rem;
}
.procon-l .a01 dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.25rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.procon-l .a01 dl dd a{
	display: flex;
	width:100%;
	justify-content: space-between;
	align-items: center;

}
.procon-l .a01 dl dd a:hover{
	color:#CB212E;
}
.procon-l .a01 dl dd a:hover span{
	background: var(--eb-5757, #CB212E);
}
.procon-l .a01 dl dd span{
	width:15px;
	height:15px;
	border:1px solid #999;
	display: flex;
	align-items: center;
	margin-right:5px;
}
.procon-l .a01 dl dd span.cur{
	background: var(--eb-5757, #CB212E);
}
.procon-l .a01 dl dd label{
	display: flex;
	align-items: center;
	 cursor: pointer;
}
.procon-l .a01 dl dd label input{
	margin-right:1.0rem;
}

input{
	outline: none;
}
.radio,.checkbox {
	width: 0.9375rem;
	height: 0.9375rem;
	background-color: #ffffff;
	border: 1px solid var(---999, #999);
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background: var(--eb-5757, #CB212E);
	border: solid 1px #CB212E;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.procon-r{
	width:100%;
}
.procon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-r ul li{
	width:100%;
	display: flex;
	padding: 1.0rem 1.5rem;
	align-items: center;
	justify-content: space-between;
	margin-top:1.0rem;
	background: var(---white, #FFF);
	box-shadow: 0 30px 50px 0 rgba(1, 128, 236, 0.30);
}
.procon-r ul li a{
	width:100%;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.procon-r ul li .pic{
	width: 100%;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}
.procon-r ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.procon-r ul li:hover .pic img{
	transform: scale(1.05);
}
.procon-r ul li .tex{
	width:100%;
}
.procon-r ul li .tex dl dt{
	color: var(---333, #333);
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.procon-r ul li .tex dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.altit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.altit dl dt{
	color: #191C1E;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 137.5% */
}
.altit dl dd{
	margin-top:0.31rem;
	color: #424656;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 180% */
}
.altit a{
	margin-top:1.5rem;
	display: flex;
	padding: 0.5rem 1.63rem 0.5rem 1.75rem;
	align-items: center;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	border-radius: 2.5rem;
	background: var(--ec-7913, #FF8213);
	overflow:hidden;
}
.altit a::after{
	content:">";
	
	font-weight:bold;
	margin-left:1.31rem;
}
.alshow{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding: 2.5rem;
	color: #424656;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.alshow h1{
	margin-bottom:1.5rem;
	color: #191C1E;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 120% */
	letter-spacing: -0.02344rem;
	display: flex;
	align-items: center;
}
.alshow h1 img{
	margin-right:0.44rem;
	max-height:1.5rem;
}
.alshow ul{
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:1.25rem;
	border-top: 1.25px solid #E6E8EA;
}
.alshow ul li{
	width:50%;
}
.alshow ul li dl dt{
	color: #727687;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	letter-spacing: 0.04688rem;
	text-transform: uppercase;
}
.alshow ul li dl dd{
	color: #424656;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.alshow ul li dl dd b{
	margin-right:0.59rem;
	color: var(--logo, #DA2122);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 120% */
	letter-spacing: -0.02344rem;
}
.alshow ul li dl dd i{
	color: #191C1E;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.altit2{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.alfwys{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.alfwys ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alfwys ul li{
	width:48%;
	margin-top:1.31rem;
	border-radius: 0.5rem;
	border: 1px solid var(--094076, #094076);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	padding: 2.5rem 1.88rem 3.75rem 1.88rem;
}
.alfwys ul li:nth-child(4n){
	margin-right:0px;
}
.alfwys ul li h1{
	color: var(--094076, #094076);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alfwys ul li dl dt{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alfwys ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alsy{
	width:100%;
	float:left;
	border-radius: 1rem;
	border: 1px solid var(--094076, #094076);
	margin-top:1.75rem;
	overflow:hidden;
}
.alsy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--BG, #F5F6F7);
}
.alsy ul li{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.25rem 1.5rem;
}
.alsy ul li b{
	color: var(---333, #333);
}
.alsy ul:nth-child(2n){
	background-color:#FFF;
}

.mart1{
	margin-top:1.25rem;
}
.mart2{
	margin-top:2.5rem;
}

.sjzwqh{
	width: auto;
	height: 5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}

}
































