@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体';
	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
{
	font-family: zt;
	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:#C8161D;
	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);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0.1);
	width:100%;
	border-radius: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 8.33vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 8.33vw 0 0;
}
.header.yanse .logo::before{
	width:100%;
}
.header.yanse.yanse01 .logo::before{
	width:0;
}
.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
}

.logo{
	width:17.1875%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:11%;
	transition: all 0.6s;
	position:relative;
}
.logo::before{
	background-color:#d7000f;
	height:100%;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	position:absolute;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	font-size:1.0rem;
	position:relative;
	height:5.0rem;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:15px;
	z-index:1;
	height:1px;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#C8161D;
}
.header.yanse .innav ul li.cur a{
	color:#C8161D;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:#C8161D;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	color:#FFF;
	font-size:18px;
	position:relative;
}
.top-r .a01{
	width:40px;
	height:40px;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius:50%;
}
.header.yanse .top-r .a01{
	border: 1px solid #999999
}
.header.yanse.yanse01 .top-r .a01{
	border:1px solid rgba(255,255,255,0.3);
}
.top-r .a02{
	width:40px;
	height:40px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#FFF;
	border-radius:50%;
	background-color:#0A7F7A;
	margin-left:1.0rem;
}
.header.yanse.yanse01 .top-r .a02{
}
.chax{
	right:3.0rem; 
	top:4.0rem;
	position: absolute;
	width:300px; 
	z-index:998;
	display: none;
}
.chax.marg{
	top:80px;
}
.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:#C8161D;
	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;
}

.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:8.75rem 0;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.intit.left{
	text-align:left;
}
.intit dl dt{
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 4.1875rem;
}
.intit dl dd{
	font-size: 1rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(33.9% - 1.75rem);
	margin-right:1.75rem;
	padding:7.875rem 4rem 5rem 4rem;
	border-radius: 0.75rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 38.5%, #FFF 100%);
	margin-top:15.87rem;
	position:relative;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	height:20rem;
	justify-content: center;
	display: flex;
	align-items: center;
	    text-align: center;
	position:absolute;
	top:-13.12rem;
	left:0;
	z-index:1;
	width:100%;
	overflow:hidden;
}
.inpro ul li .pic img{
	max-width:70%;
	max-height:100%;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding-top:3.75rem;
	border-top:1px solid rgba(0,0,0,0.1);
	text-align:center;
	transition: all 0.6s;
}
.inpro ul li:hover .tex{
	border-top:1px solid #0A7F7A;
}
.inpro ul li:hover .tex dl dt{
	color:#0A7F7A;
}
.inpro ul li:hover .tex dl dd{
	color:#333;
}
.inpro ul li .tex dl dt{
	font-size:1.25rem;
	line-height:1.625rem;
	font-weight:bold;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	color:#999;
}
.inpro ul li .tex .more{
	display:flex;
	justify-content: center;
	margin-top:3.44rem;
}
.inpro ul li .tex .more a{
	display: inline-block;
	background: linear-gradient(229.96deg, #C8C8C8 21.8%, #F7F7F7 46.01%, #F9F9F9 58.12%, #D8D8D8 81.39%);
	transform: skewX(-15deg);
	border: 1px solid var(--, rgba(248, 248, 248, 0.35));
	text-decoration:none;
	border-radius:7px;
	display:flex;
	justify-content: center;
	width:100%;
	height:3.75rem;
	color:#999;
	transition: all 0.6s;
}
.inpro ul li .tex .more a>div{
	width:100%;
	height:3.75rem;
	font-size: 1.0rem;
	transform: skewX(15deg);
	display:flex;
	justify-content: center;
	align-items: center;
}
.inpro ul li .tex .more a>div::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
}
.inpro ul li .tex .more a:hover{
	border: 1px solid #0A7F7A;
	color:#0A7F7A;
}

.inmore{
	margin-top:3.8rem;
	display:flex;
}
.inmore a{
	display: inline-block;
	transform: skewX(-15deg);
	border: 1px solid rgba(255, 255, 255, 0.30);
	text-decoration:none;
	border-radius:7px;
} 
.inmore a>div{
	width:20rem;
	height:3.75rem;
	color: white;
	font-size: 1.0rem;
	transform: skewX(15deg);
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a>div::after{
	font-family:'宋体';
	margin-left:10px;
	content:">";
	font-weight:bold;
}

.index01{
	width:100%;
	float:left;
	position:relative;
}
.index01 .pic{
	width:100%;
	height:auto;
}
.index01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .tex{
	width:100%;
	position:absolute;
	top:12.47%;
	left:0;
	z-index:1;
}
.inab{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab-l{
	width:41.25%;
}
.inab-l img{
	max-width:100%;
	height:auto;
}
.inab-r{
	width:40%;
	color:#FFF;
	font-size: 1rem;
	line-height: 166.5%; /* 1.665rem */
}
.inab-r h2{
	margin-bottom:3.0rem;
	font-size: 2.8rem;
	line-height:5.0rem;
}
.inab-r h2 i{
	color: var(--b-3171-e, #FF1823);
}
.index02{
	width:100%;
	float:left;
	margin-top:3.7rem;
}
.index02 ul{
	display:flex;
	flex-wrap: wrap;
}
.index02 ul li{
	width:calc(33.9% - 1.88rem);
	margin-right:1.88rem;
	border-radius: 0.75rem;
	position:relative;
	overflow:hidden;
}
.index02 ul li:nth-child(3n){
	margin-right:0;
}
.index02 ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: var(--0-a-7-f-7-a, #0A7F7A);
	opacity:0;
	transition: all 0.6s;
}
.index02 ul li:hover .mask{
	opacity:1;
}
.index02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.index02 ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:3.75rem;
	color:#FFF;
}
.index02 ul li .tex .xpic{
	overflow:hidden;
}
.index02 ul li .tex .xpic img{
	width:auto;
	height:auto;
}
.index02 ul li .tex dl dt{
	margin-top:1.44rem;
	font-size: 1.25rem;
	line-height:1.875rem;
	font-weight:bold;
}
.index02 ul li .tex dl dd{
	margin-top:3.12rem;
	border-top:1px solid rgba(255, 255, 255, 0.60);
	padding-top:4.94rem;
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	opacity:0;
	transition: all 0.6s;
}
.index02 ul li:hover .tex dl dd{
	opacity:1;
}
.midpic{
	width:100%;
	float:left;
}
.midpic img{
	width:100%;
	height:auto;
	display:block;
}
.intit2{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	overflow:hidden;
}
.intit2.bod0{
	border-bottom:0px;
	padding-bottom:0px;
}
.intit2 dl{
	width:auto;
	max-width:48%;
}
.intit2 dl dt{
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 4.1875rem;
}
.intit2 dl dd{
	font-size: 1rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.intit2 .inmore2{
	margin-right:1rem;
}
.inmore2{
	display:flex;
	justify-content: center;
	width:auto;
}
.inmore2.jz{
	justify-content: flex-start;
}
.inmore2 a{
	display: inline-block;
	background: linear-gradient(229.96deg, #C8C8C8 21.8%, #F7F7F7 46.01%, #F9F9F9 58.12%, #D8D8D8 81.39%);
	transform: skewX(-15deg);
	border: 1px solid var(--, rgba(248, 248, 248, 0.35));
	text-decoration:none;
	border-radius:7px;
	display:flex;
	justify-content: center;
	width:20rem;
	height:3.75rem;
	color:#999;
	transition: all 0.6s;
}
.inmore2 a>div{
	width:100%;
	height:3.75rem;
	font-size: 1.0rem;
	transform: skewX(15deg);
	display:flex;
	justify-content: center;
	align-items: center;
}
.inmore2 a>div::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
}
.inmore2 a:hover{
	border: 1px solid #0A7F7A;
	color:#0A7F7A;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.innew ul li{
	width:100%;
	float:left;
	padding-bottom:2.5rem;
	margin-top:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li:hover{
	border-bottom: 1px solid var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .pic{
	width:30%;
	overflow:hidden;
	border-radius:0.5rem;
}
.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{
	width:58%;
	font-size: 0.875rem;
	line-height: 200%; /* 1.75rem */
	color: var(---666, #666);
}
.innew ul li .tex dl dt{
	font-size: 1rem;
	color: var(---999, #999);
}
.innew ul li .tex dl dd{
	margin-top:1.25rem;
	font-size: 1.25rem;
	font-weight:bold;
	line-height:1.625rem;
	margin-bottom:2.5rem;
	color: var(---333, #333);
}
.innew ul li:hover .tex dl dd{
	color: var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .tex .more{
	display:flex;
	margin-top:2.5rem;
	opacity:0;
	transition: all 0.6s;
}
.innew ul li:hover .tex .more{
	opacity:1;
}
.innew ul li .tex .more a{
	display:flex;
	align-items: center;
	font-size: 0.875rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .tex .more a::after{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/chevron_duo_up.png);
	background-position:center;
	background-repeat:no-repeat;
}


.foot{
	width:100%;
	float:left;
	margin-top: 7.0rem;
	background: var(--0-a-7-f-7-a, #0A7F7A);
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:2.94rem;
	padding-top:4.75rem;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.bot{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bot .dblogo{
	width:24%;
	display: flex;
}
.bot .dblogo img{
	max-width:100%;
}
.bot .link{
	width: auto;
	height: 3.75rem;
	padding: 1.25rem 2.625rem 1.25rem 2.6875rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	font-size: 0.875rem;
}
.bot .link a{
	color:#FFF;
}
.bot .link::before{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/qiu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-right:1.88rem;
}
.bot .link::after{
	width: 0.75rem;
	height: 1.5rem;
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-left:0.62rem;
}
.bot .link .b1{
	width:100%;
	position:absolute;
	top:3.75rem;
	background-color:#FFF;
	left:0;
	z-index:11;
	padding:0.5rem;
	text-align:center;
	font-size:1.0rem;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
}
.bot .link .b1 a{
	color:#333;
}
.bot .link:hover .b1{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:90px;
}
.foot02 dl{
	width:auto;
}
.foot02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.foot02 dl dd{
	font-size: 0.875rem;
	line-height:1.8rem;
	color:#fff;
}
.foot02 dl dd.mart25{
	margin-top:1.0rem;
}
.foot02 dl dd a{
	color:#fff;
}
.foot02 .a03{
	width:12%;
	text-align:center;
	font-size: 0.75rem;
}
.foot02 .a03 img{
	max-width:100%;
}
.foot02 .a03 dl dd{
	margin-top:0.65rem;
	color:#fff;
}
.foot03{
	width:100%;
	float:left;
	padding:1.88rem 0;
	border-top:1px solid rgba(255,255,255,0.1);
	font-size: 0.875rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
}

.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;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	line-height:4.1875rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .abtex{
	width:100%;
	position:absolute;
	bottom:1px;
	left:0;
	z-index:2;
}
.nybanner .abtex .abtex01{
	width:100%;
	float:left;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-bottom:0px;
	height:5.0rem;
}
.nybanner .abtex .abtex01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nybanner .abtex .abtex01 ul.w25 li{
	width:25%;
}
.nybanner .abtex .abtex01 ul.w50 li{
	width:50%;
}
.nybanner .abtex .abtex01 ul li{
	width:20%;
	height:5.0rem;
	display: flex;
	border-right:1px solid var(--60, rgba(255, 255, 255, 0.10));
}
.nybanner .abtex .abtex01 ul li:last-child{
	border:0px;
}
.nybanner .abtex .abtex01 ul li a{
	width:100%;
	height:5.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:5.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .abtex .abtex01 ul li a:hover{
	background: var(--b-3171-e, #FF1823);
	color:#fff;
}
.nybanner .abtex .abtex01 ul li a.cur{
	background: var(--b-3171-e, #FF1823);
	color:#fff;
}

.nab01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01-l{
	width:40%;
}
.nab01-l dl dt{
	font-size: 2.5rem;
	line-height:3.75rem;
}
.nab01-l dl dd{
	font-size: 2.5rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-weight:bold;
	line-height:3.75rem;
}
.nab01-l .xbz{
	display:flex;
	margin-top:2.3rem;
}
.nab01-l .xbz div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12.47525rem;
	height: 5.01519rem;
	border-radius: 0.35644rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.nab01-l .xbz div img{
	max-width:100%;
	max-height:100%;
}
.nab01-r{
	width:48%;
	font-size: 1rem;
	color: var(---666, #666);
	line-height: 180%; /* 1.8rem */
}
.nabpic{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nab02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab02 img{
	max-width:100%;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab02 ul li{
	width: auto;
}
.nab02 ul li dl dt{
	font-size: 1.25rem;
	line-height:2.5rem;
	color:#048E8B;
	display:flex;
	align-items: flex-start;
	justify-content: center;
}
.nab02 ul li dl dt b{
	margin-right:0.62rem;
	font-size:4.0rem;
	font-family: zt;
	font-weight:normal;
	line-height:4.6875rem;
}
.nab02 ul li dl dd{
	font-size: 1rem;
	line-height:1.3125rem;
	text-align:center;
	margin-top:0.62rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:7.0rem;
	background-image:url(../img/lcbj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:7.0rem 0;
}
.nytit{
	width:100%;
	float:left;
	text-align:center;
	color: var(---white, #FFF);
}
.nytit.pos{
	position:absolute;
	left:0;
	top:7.5rem;
	z-index:11;
}
.nytit dl dt{
	font-size: 3rem;
	line-height:3.9375rem;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:1.56rem;
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	display:flex;
	justify-content: center;
}
.nytit dl dd div{
	width:62%;
}

.fzlc01{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.fzlc01 img{
	max-width:100%;
	height:auto;
}

.proshow{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow .tex{
	width:39%;
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	color: var(---666, #666);
}
.proshow .tex h1{
	font-size: 2.5rem;
	margin-bottom:2.5rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
	line-height:3.3125rem;
}

.proshow .pic{
	width:49%;
	overflow:hidden;
}
.proshow .pic img{
	max-width:100%;
}
.prolm{
	width:100%;
	float:left;
	margin-top:6.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolm ul{
	display:flex;
	flex-wrap: wrap;
}
.prolm ul li{
	width:auto;
	margin-left:3.75rem;
	margin-right:3.75rem;
	padding:1.38rem 0;
	position:relative;
	font-size: 1rem;
	font-weight:bold;
}
.prolm ul li::before{
	width:0;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background:var(--c-8161-d, #C8161D);
	content:'';
	transition: all 0.6s;
}
.prolm ul li.cur::before{
	width:100%;
}
.prolm ul li:hover::before{
	width:100%;
}
.protex{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(0, 0, 0, 0.30));
	margin-top:2.75rem;
	padding:2.75rem;
	line-height:1.5rem;
}
.ab01{
	width:100%;
border-collapse: collapse;
    border-left: none;
    border-right: none;}
.ab01 tr:nth-child(2n){
	background:#f3f9f9;
	
	}
.ab01 td{
	font-size:16px;
	line-height:2.5;
	text-align:left;
	padding-left:20px;
	color:#333;
	border:1px solid #c3e0e0;
	}
.tab th{background:#08857f;
color:#fff;
font-size:16px;
font-weight:600;
line-height:3;
}
.protex img{
	max-width:100%;
}
.down{
	width:100%;
	float:left;
	margin-top:3.56rem;
	display:flex;
	flex-wrap: wrap;
}
.down a{
	padding:1.0rem 2.75rem;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	border-radius: 6.25rem;
	background: var(--c-8161-d, #C8161D);
	color: var(---white, #FFF);
}
.down a::before{
	margin-right:0.62rem;
	width: 1.5625rem;
	height: 1.5625rem;
	background-image:url(../img/xz.png);
	background-position:center;
	background-size: contain;
	background-repeat:no-repeat;
	content:'';
}
.show01{
	width:100%;
	float:left;
	position:relative;
	margin-top:6.25rem;
}
.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper.a01{
	position:absolute;
	bottom:3.62rem;
	width:50%;
	margin-left:25%;
}
.swiper.a01 .swiper-slide img{
	border-radius:0.5rem;
	border:1px solid rgba(255,255,255,0.30);
}
.swiper.w80 .swiper-slide img{
	border-radius:0.5rem;
	border:1px solid rgba(255,255,255,0.30);
}
.swiper.w80 .swiper-button-next:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
}
.swiper.w80 .swiper-button-prev:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
}


.swiper.a01 .swiper-slide-thumb-active img{
	border:1px solid #C8161D;
}
.swiper{
	width: 100%;
	float:left;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper.cp .swiper-button-prev{
	bottom:4.5rem;
	top:auto;
	left:20%;
}
.swiper.cp .swiper-button-next{
	bottom:4.5rem;
	top:auto;
	right:20%;
}
.caselist{
	width:100%;
	float:left;
	margin-top:3.84rem;
}
.caselist ul{
	display:flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(34.0% - 1.88rem);
	margin-top:3.75rem;
	margin-right:1.88rem;
	border-radius: 0.75rem;
	overflow:hidden;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	border-radius: 0.75rem;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	padding-top:2.38rem;
	transition: all 0.3s;
}
.caselist ul li:hover{
	background: var(--0-a-7-f-7-a, #0A7F7A);
}
.caselist ul li:hover .tex dl dt{
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.caselist ul li:hover .tex dl dd{
	color:#FFF;
}
.caselist ul li:hover .tex{
	padding:2.38rem 1.88rem;
	color:#FFF;
}
.caselist ul li .tex dl dt{
	font-size: 1rem;
	line-height:1.5rem;
	padding-bottom:1.88rem;
	margin-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.caselist ul li .tex dl dd{
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	color: var(---999, #999);
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.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:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
	border:1px solid var(--c-8161-d, #C8161D);
}
.fy ul li .cur{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
	border:1px solid var(--c-8161-d, #C8161D);
}

.newtit{
	width:100%;
	float:left;
	font-size: 2rem;
	font-weight:bold;
	line-height:2.625rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding-bottom:2.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---999, #999);
	font-size: 1rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newdate div{
	width:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
}
.newdate div img{
	margin-left:2.0rem;
}
.newcon{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:6.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newcon-l{
	width:70%;
	font-size: 0.875rem;
	line-height: 220%; /* 1.925rem */
	color: var(---666, #666);
}
.newcon-l img{
	max-width:100%;
	height:auto;
}
.newcon-r{
	width:23%;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:2.5rem;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li dl dt{
	margin-top:1.25rem;
	font-size: 1rem;
	line-height:1.3125rem;
}
.newcon-r ul li dl dd{
	margin-top:0.62rem;
	font-size: 0.875rem;
	line-height:1.0rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.newnext ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-weight:bold;
	font-size: 1.25rem;
}
.newnext ul li div{
	font-size:1.0rem;
}

.zp01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zp01 .tex{
	width:48%;
}
.zp01 .tex ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: flex-start;
	padding-bottom:2.0rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	margin-top:3.88rem;
}
.zp01 .tex ul li:first-child{
	margin-top:0px;
}
.zp01 .tex ul li img{
	margin-right:3.12rem;
}
.zp01 .tex ul li dl dt{
	font-size: 1rem;
	font-weight:bold;
	margin-bottom:1.88rem;
	margin-top:0.88rem;
}
.zp01 .tex ul li dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
}

.zp01 .pic{
	width:48%;
	overflow:hidden;
}
.zp01 .pic img{
	max-width:100%;
	height:auto;
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav6{
	width:100%; 
	float:left; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	padding:1.0rem 3.75rem;
	border-radius: 0.75rem;
	background: var(---Gray-6, #F2F2F2);
	CURSOR: pointer;
	transition: all 0.6s;
	font-size: 1.25rem;
	font-weight:bold;
}
.subNav6::after{
	width: 3rem;
	height: 3rem;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
}
.subNav6:hover{
	background-color:#048E8B;
	color:#FFF;
}
.currentDd6{
	border-radius:8px 8px 0 0;
	background-color:#048E8B;
	color:#FFF;
}
.currentDd6::after{
	background-image:url(../img/jian.png);
	background-position:center;
	background-repeat:no-repeat;
}
.subNav6:hover i{
	background-color:#FFF;
}
.currentDd6 dl dd i{
	background-color:#FFF;
}
.currentDd6 .a01{
	background-color:#fff;
	color:#048E8B;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size: 1rem;
	line-height: 200%; /* 2rem */
	border-radius:0 0 0.75rem 0.75rem;
	background-color:#fff;
	padding:3.38rem 3.75rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	border-top:0px;
}
.navContent6 .a01{
	margin-top:15px;
	font-size: 0.875rem;
	color: var(---666, #666);
	display: flex;
	align-items: center;
}
.navContent6 .a01 i{
	width:1px;
	height: 1.1875rem;
	background-color:#666666;
	margin-left:1.62rem;
	margin-right:1.62rem;
}

.navContent6 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:5.0rem;
}
.navContent6 .a02 dl{
	width:50%;
	display: flex;
	justify-content: space-between;
	border-right:1px solid rgba(0,0,0,0.1);
	padding-right:5%;
}
.navContent6 .a02 dl:nth-child(2n){
	border-right:0px;
	padding-right:0;
	padding-left:5%;
}
.navContent6 .a02 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent6 .a02 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.navContent6 .a03{
	width:100%;
	margin-top:2.75rem;
	color: var(--c-8161-d, #C8161D);
	font-size: 1rem;
	line-height: 200%; /* 2rem */
}
.lxwrap{
	width:100%;
	float:left;
	background-color:#F9FAFB;
	padding-top:8.56rem;
}
.lx01{
	width:100%;
	float:left;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.lx01 ul li{
	width:auto;
	display: flex;
	align-items: center;
}
.lx01 ul li img{
	margin-right:1.88rem;
}
.lx01 ul li dl dt{
	color: var(---666, #666);
	font-size: 1rem;
	font-weight: 700;
	line-height:1.3125rem;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	font-size: 1.25rem;
	font-family: DIN;
	color: var(---333, #333);
}
.lxpic{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lxpic img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:2.68rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:32%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div .a01{
	color: var(--c-8161-d, #C8161D);
	text-decoration:underline;
}
.lx02 ul li dl dt{
	font-size:16px;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:4.125rem;
	height: 4.125rem;
	border:0px;
	outline:none;
	padding:0 1.0rem;
	font-size: 0.875rem;
	color: var(--Gray-3, #828282);
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.anniu2{
	width:200px;
	height:60px;
	background:#0074E6;
	line-height:60px;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
















.mart30{
	margin-top:3.75rem;
}
.mart110{
	margin-top:11.25rem;
}
.mart50{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart70{
	margin-top:7rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.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;}


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

	
}


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




	
}

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

.innav ul li{
	margin-left:1.6vw;
}





	
}

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

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:1.125vw;
	font-size:12px;
	position:relative;
}
.inab .num ul li dl dt{
	font-size:74px;
}
.intit .a01{
	width:45%;
}
.foot02 .a01 h1{
	font-size:30px;
}

.index02 ul li:hover .tex dl dd{
	opacity:0;
}



















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	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:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:-5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: 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: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	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;
	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: #C8161D; 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%;
}


.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 0;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.intit.left{
	text-align:left;
}
.intit dl dt{
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.1875rem;
}
.intit dl dd{
	font-size: 0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	padding: 2.875rem 1rem 1rem 1rem;
	border-radius: 0.75rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 38.5%, #FFF 100%);
	margin-top:7.87rem;
	position:relative;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	height:15rem;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	position:absolute;
	top:-9.12rem;
	left:0;
	z-index:1;
	width:100%;
	overflow:hidden;
}
.inpro ul li .pic img{
	max-width:70%;
	max-height:100%;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding-top:1.75rem;
	border-top:1px solid rgba(0,0,0,0.1);
	text-align:center;
	transition: all 0.6s;
}
.inpro ul li:hover .tex{
	border-top:1px solid #0A7F7A;
}
.inpro ul li:hover .tex dl dt{
	color:#0A7F7A;
}
.inpro ul li:hover .tex dl dd{
	color:#333;
}
.inpro ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	font-size: 0.8rem;
	line-height: 180%; /* 1.575rem */
	color:#999;
}
.inpro ul li .tex .more{
	display:flex;
	justify-content: center;
	    margin-top: 1.0rem;
}
.inpro ul li .tex .more a{
	display: inline-block;
	background: linear-gradient(229.96deg, #C8C8C8 21.8%, #F7F7F7 46.01%, #F9F9F9 58.12%, #D8D8D8 81.39%);
	transform: skewX(-15deg);
	border: 1px solid var(--, rgba(248, 248, 248, 0.35));
	text-decoration:none;
	border-radius:7px;
	display:flex;
	justify-content: center;
	width:100%;
	height:2.0rem;
	color:#999;
	transition: all 0.6s;
}
.inpro ul li .tex .more a>div{
	width:100%;
	height:2.0rem;
	font-size: 0.8rem;
	transform: skewX(15deg);
	display:flex;
	justify-content: center;
	align-items: center;
}
.inpro ul li .tex .more a>div::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
}
.inpro ul li .tex .more a:hover{
	border: 1px solid #0A7F7A;
	color:#0A7F7A;
}

.inmore{
	margin-top:2.8rem;
	display:flex;
}
.inmore a{
	display: inline-block;
	transform: skewX(-15deg);
	border: 1px solid rgba(255, 255, 255, 0.30);
	text-decoration:none;
	border-radius:7px;
} 
.inmore a>div{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	color: white;
	font-size: 0.8rem;
	transform: skewX(15deg);
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a>div::after{
	font-family:'宋体';
	margin-left:0.5rem;
	content:">";
	font-weight:bold;
}

.index01{
	width:100%;
	float:left;
	position:relative;
}
.index01 .pic{
	width:100%;
	height:auto;
}
.index01 .pic img{
	width:100%;
	height:84vw;
	display:block;
}
.index01 .tex{
	width:100%;
	position:absolute;
	top:6.47%;
	left:0;
	z-index:1;
}
.inab{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab-l{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.inab-l img{
	max-width:80%;
	height:auto;
}
.inab-l .inmore{
	margin-top:0px;
}
.inab-r{
	width:100%;
	color:#FFF;
	font-size: 0.7rem;
	line-height: 1.2rem; /* 1.665rem */
	margin-top:1.0rem;
}
.inab-r h2{
	margin-bottom:1.0rem;
	font-size: 1.0rem;
	line-height:1.5rem;
}
.inab-r h2 i{
	color: var(--b-3171-e, #FF1823);
}
.index02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.index02 ul{
	display:flex;
	flex-wrap: wrap;
}
.index02 ul li{
	    width: 100%;
    margin-bottom: 0.6rem;
	border-radius: 0.75rem;
	position:relative;
	overflow:hidden;
}
.index02 ul li:nth-child(3n){
	margin-right:0;
}
.index02 ul li .mask{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(10, 127, 122, 0.5);
    /* opacity: 0; */
    transition: all 0.6s;
}
.index02 ul li:hover .mask{
	opacity:1;
}
.index02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.index02 ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:1.0rem;
	color:#FFF;
}
.index02 ul li .tex .xpic{
	overflow:hidden;
}
.index02 ul li .tex .xpic img{
	width:auto;
	height:auto;
	max-height:2.0rem;
}
.index02 ul li .tex dl dt{
	margin-top:1.0rem;
	font-size: 1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.index02 ul li .tex dl dd{
	margin-top: 3.12rem;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
    padding-top: 2.94rem;
    font-size: 0.8rem;
    line-height: 1.4;
    /* opacity: 0; */
    /* transition: all 0.6s;*/
}
.index02 ul li:hover .tex dl dd{
	opacity:0;
}
.midpic{
	width:100%;
	float:left;
}
.midpic img{
	width:100%;
	height:auto;
	display:block;
}
.intit2{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.intit2.bod0{
	border-bottom:0px;
	padding-bottom:0px;
}
.intit2 dl{
	width:auto;
	max-width:100%;
}
.intit2 dl dt{
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.0rem;
}
.intit2 dl dd{
	font-size: 0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.intit2 .inmore2{
	margin-top:1.0rem;
}
.inmore2{
	display:flex;
	justify-content: center;
	width:auto;
}
.inmore2.jz{
	justify-content: flex-start;
}
.inmore2 a{
	display: inline-block;
	background: linear-gradient(229.96deg, #C8C8C8 21.8%, #F7F7F7 46.01%, #F9F9F9 58.12%, #D8D8D8 81.39%);
	transform: skewX(-15deg);
	border: 1px solid var(--, rgba(248, 248, 248, 0.35));
	text-decoration:none;
	border-radius:7px;
	display:flex;
	justify-content: center;
	width:8.0rem;
	height:2.0rem;
	color:#999;
	transition: all 0.6s;
}
.inmore2 a>div{
	width:100%;
	height:2.0rem;
	font-size: 0.8rem;
	transform: skewX(15deg);
	display:flex;
	justify-content: center;
	align-items: center;
}
.inmore2 a>div::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
}
.inmore2 a:hover{
	border: 1px solid #0A7F7A;
	color:#0A7F7A;
}
.innew{
	width:100%;
	float:left;
	margin-top:0rem;
}
.innew ul li{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	margin-top:1.0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li:hover{
	border-bottom: 1px solid var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .pic{
	width:100%;
	overflow:hidden;
	border-radius:0.5rem;
	margin-top:10px;
}
.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{
	width:100%;
	font-size: 0.875rem;
	line-height: 200%; /* 1.75rem */
	color: var(---666, #666);
}
.innew ul li .tex dl dt{
	font-size: 1rem;
	color: var(---999, #999);
	display:none;
}
.innew ul li .tex dl dd{
	font-size: 1.0rem;
	font-weight:bold;
	line-height:1.5rem;
	color: var(---333, #333);
}
.innew ul li:hover .tex dl dd{
	color: var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .tex p{
	display:none;
}
.innew ul li .tex .more{
	display:none;
	margin-top:1.0rem;
	opacity:0;
	transition: all 0.6s;
}
.innew ul li:hover .tex .more{
	opacity:1;
}
.innew ul li .tex .more a{
	display:flex;
	align-items: center;
	font-size: 0.7rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
}
.innew ul li .tex .more a::after{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/chevron_duo_up.png);
	background-position:center;
	background-repeat:no-repeat;
}


.foot{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: var(--0-a-7-f-7-a, #0A7F7A);
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.94rem;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.bot{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bot .dblogo{
	width:44%;
	display: flex;
}
.bot .dblogo img{
	max-width:100%;
}
.bot .link{
	width: 8.0rem;
	height: 2.0rem;
	padding: 1.25rem 1rem 1.25rem 1rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	font-size: 0.7rem;
}
.bot .link a{
	color:#FFF;
	white-space: nowrap;
}
.bot .link::before{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/qiu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-right:0.88rem;
}
.bot .link::after{
	width: 0.75rem;
	height: 1.5rem;
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	margin-left:0.62rem;
}
.bot .link .b1{
	width:100%;
	position:absolute;
	top:3.75rem;
	background-color:#FFF;
	left:0;
	z-index:11;
	padding:0.5rem;
	text-align:center;
	font-size:1.0rem;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
}
.bot .link .b1 a{
	color:#333;
}
.bot .link:hover .b1{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.0rem;
}
.foot02 dl{
	width:33.33%;
	margin-top:2.0rem;
}
.foot02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.foot02 dl dd{
	font-size: 0.7rem;
	line-height:1.2rem;
	color:#fff;
}
.foot02 dl dd.mart25{
	margin-top:1.0rem;
}
.foot02 dl dd a{
	color:#fff;
}
.foot02 .a03{
	width:100%;
	text-align:center;
	font-size: 0.75rem;
}
.foot02 .a03 dl{
	width:100%;
}
.foot02 .a03 img{
	max-width:30%;
}
.foot02 .a03 dl dd{
	margin-top:0.65rem;
	color:#fff;
}
.foot03{
	width:100%;
	float:left;
	padding:1.0rem 5%;
	border-top:1px solid rgba(255,255,255,0.1);
	font-size: 0.8rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	font-size: 1.0rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .abtex{
	width:100%;
	position:absolute;
	bottom:1px;
	left:0;
	z-index:2;
}
.nybanner .abtex .abtex01{
	width:100%;
	float:left;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-bottom:0px;
	height:2.0rem;
}
.nybanner .abtex .abtex01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nybanner .abtex .abtex01 ul.w25 li{
	width:25%;
}
.nybanner .abtex .abtex01 ul.w50 li{
	width:50%;
}
.nybanner .abtex .abtex01 ul li{
	width:20%;
	height:2.0rem;
	display: flex;
	border-right:1px solid var(--60, rgba(255, 255, 255, 0.10));
}
.nybanner .abtex .abtex01 ul li:last-child{
	border:0px;
}
.nybanner .abtex .abtex01 ul li a{
	width:100%;
	height:2.0rem;
	text-align:center;
	font-size:0.7rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .abtex .abtex01 ul li a:hover{
	background: var(--b-3171-e, #FF1823);
	color:#fff;
}
.nybanner .abtex .abtex01 ul li a.cur{
	background: var(--b-3171-e, #FF1823);
	color:#fff;
}

.nab01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01-l{
	width:40%;
}
.nab01-l dl dt{
	font-size: 1.0rem;
	line-height:1.5rem;
}
.nab01-l dl dd{
	font-size: 1.1rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
	font-weight:bold;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.nab01-l .xbz{
	display:flex;
	margin-top:1.3rem;
}
.nab01-l .xbz div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.0rem;
	height: 3.01519rem;
	border-radius: 0.35644rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.nab01-l .xbz div img{
	max-width:100%;
	max-height:100%;
}
.nab01-r{
	width:57%;
	font-size: 0.7rem;
	color: var(---666, #666);
	line-height:1.2rem;
}
.nabpic{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nab02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nab02 img{
	max-width:100%;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab02 ul li{
	width: auto;
}
.nab02 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#048E8B;
	display:flex;
	align-items: flex-start;
	justify-content: center;
}
.nab02 ul li dl dt b{
	margin-right:0.32rem;
	font-size:1.2rem;
	font-family: zt;
	font-weight:normal;
	line-height:2.0rem;
}
.nab02 ul li dl dd{
	font-size: 0.7rem;
	line-height:1.5rem;
	text-align:center;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/lcbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.nytit{
	width:100%;
	float:left;
	text-align:center;
	color: var(---white, #FFF);
}
.nytit.pos{
	position:absolute;
	left:0;
	top:1.5rem;
	z-index:2;
	padding:0 5%;
}
.nytit dl dt{
	font-size: 1.5rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:1.0rem;
	font-size: 0.7rem;
	line-height:1.2rem;
	display:flex;
	justify-content: center;
}
.nytit dl dd div{
	width:100%;
}

.fzlc01{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.fzlc01 img{
	max-width:100%;
	height:auto;
}

.proshow{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow .tex{
	width:100%;
	font-size: 0.875rem;
	line-height: 180%; /* 1.575rem */
	color: var(---666, #666);
}
.proshow .tex h1{
	font-size: 1.5rem;
	margin-bottom:1.5rem;
	color: var(--0-a-7-f-7-a, #0A7F7A);
	line-height:2.3125rem;
}

.proshow .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.proshow .pic img{
	max-width:100%;
}
.prolm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolm ul{
	display:flex;
	flex-wrap: wrap;
}
.prolm ul li{
	width:auto;
	margin-left:0.75rem;
	margin-right:0.75rem;
	padding:1.0rem 0;
	position:relative;
	font-size: 0.8rem;
	font-weight:bold;
}
.prolm ul li::before{
	width:0;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background:var(--c-8161-d, #C8161D);
	content:'';
	transition: all 0.6s;
}
.prolm ul li.cur::before{
	width:100%;
}
.prolm ul li:hover::before{
	width:100%;
}
.protex{
	width:100%;
	float:left;
	/*border: 1px solid var(--30, rgba(0, 0, 0, 0.30));*/
	margin-top:1.75rem;
	//padding:1.75rem;
	line-height:1.5rem;
}
.protex img{
	max-width:100%;
}
.ab01{
	width:100%;
border-collapse: collapse;
    border-left: none;
    border-right: none;}
	
.ab01 tr:nth-child(2n){
	background:#f3f9f9;
	
	}
.ab01 td{
	font-size:0.8rem;
	line-height:2.5;
	text-align:center;
	color:#333;
	border:1px solid #c3e0e0;
	}
.tab th{background:#08857f;
color:#fff;
font-size:1.0rem;
font-weight:600;
line-height:3;
}
.down{
	width:100%;
	float:left;
	margin-top:2.56rem;
	display:flex;
	flex-wrap: wrap;
}
.down a{
	padding:0.7rem 2.75rem;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	border-radius: 6.25rem;
	background: var(--c-8161-d, #C8161D);
	color: var(---white, #FFF);
}

.down a::before{
	margin-right:0.62rem;
	width: 1.5625rem;
	height: 1.5625rem;
	background-image:url(../img/xz.png);
	background-position:center;
	background-size: contain;
	background-repeat:no-repeat;
	content:'';
}
.show01{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.25rem;
}
.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper.a01{
	position:absolute;
	bottom:1.62rem;
	width:70%;
	margin-left:15%;
}
.swiper.a01 .swiper-slide img{
	border-radius:0.5rem;
	border:1px solid rgba(255,255,255,0.30);
}
.swiper.w80 .swiper-slide img{
	border-radius:0.5rem;
	border:1px solid rgba(255,255,255,0.30);
}
.swiper.w80 .swiper-button-next:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
}
.swiper.w80 .swiper-button-prev:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
}


.swiper.a01 .swiper-slide-thumb-active img{
	border:1px solid #C8161D;
}
.swiper{
	width: 100%;
	float:left;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper.cp .swiper-button-prev{
	bottom:1.5rem;
	top:auto;
	left:5%;
	width:2.0rem;
	height:2.0rem;
}
.swiper.cp .swiper-button-next{
	bottom:1.5rem;
	top:auto;
	right:5%;
	width:2.0rem;
	height:2.0rem;
}
.swiper.mart30  .swiper-button-prev{
	width:1.0rem;
	height:1.0rem;
	bottom:0.4rem;
	top:auto;
	left:1.0rem;
	right:auto;
}
.swiper.mart30  .swiper-button-next{
	width:1.0rem;
	height:1.0rem;
	bottom:0.4rem;
	top:auto;
	right:1.0rem;
	left:auto;
}
.caselist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.caselist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caselist ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 0.75rem;
	overflow:hidden;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	border-radius: 0.75rem;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	padding-top:1.38rem;
	transition: all 0.6s;
}
.caselist ul li:hover{
	background: var(--0-a-7-f-7-a, #0A7F7A);
}
.caselist ul li:hover .tex dl dt{
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.caselist ul li:hover .tex dl dd{
	color:#FFF;
}
.caselist ul li:hover .tex{
	padding:1.88rem;
	color:#FFF;
}
.caselist ul li .tex dl dt{
	font-size: 1rem;
	line-height:1.5rem;
	padding-bottom:0.88rem;
	margin-bottom:0.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.caselist ul li .tex dl dd{
	font-size: 0.7rem;
	line-height: 180%; /* 1.575rem */
	color: var(---999, #999);
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size: 0.875rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
	border:1px solid var(--c-8161-d, #C8161D);
}
.fy ul li .cur{
	background: var(--c-8161-d, #C8161D);
	color:#FFF;
	border:1px solid var(--c-8161-d, #C8161D);
}

.newtit{
	width:100%;
	float:left;
	font-size: 1.2rem;
	font-weight:bold;
	line-height:2.0rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding-bottom:1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.8rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newdate div{
	width:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
}
.newdate div img{
	margin-left:1.0rem;
}
.newcon{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:3.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newcon-l{
	width:100%;
	font-size: 0.8rem;
	line-height:1.5rem;
	color: var(---666, #666);
}
.newcon-l img{
	max-width:100%;
	height:auto;
}
.newcon-r{
	width:23%;
	display:none;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:2.5rem;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li dl dt{
	margin-top:1.25rem;
	font-size: 1rem;
	line-height:1.3125rem;
}
.newcon-r ul li dl dd{
	margin-top:0.62rem;
	font-size: 0.875rem;
	line-height:1.0rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.newnext ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.5rem;
	margin-top:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-weight:bold;
	font-size: 0.8rem;
}
.newnext ul li div{
	font-size:0.7rem;
}

.zp01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zp01 .tex{
	width:100%;
}
.zp01 .tex ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: flex-start;
	padding-bottom:2.0rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	margin-top:2.88rem;
}
.zp01 .tex ul li:first-child{
	margin-top:0px;
}
.zp01 .tex ul li img{
	margin-right:2.12rem;
}
.zp01 .tex ul li dl dt{
	font-size: 1rem;
	font-weight:bold;
	margin-bottom:1.88rem;
	margin-top:0.88rem;
}
.zp01 .tex ul li dl dd{
	font-size: 0.875rem;
	color: var(---666, #666);
}

.zp01 .pic{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
}
.zp01 .pic img{
	max-width:100%;
	height:auto;
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav6{
	width:100%; 
	float:left; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	padding:1.0rem 1.75rem;
	border-radius: 0.75rem;
	background: var(---Gray-6, #F2F2F2);
	CURSOR: pointer;
	transition: all 0.6s;
	font-size: 1.0rem;
	font-weight:bold;
}
.subNav6::after{
	width: 2rem;
	height: 2rem;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
}
.subNav6:hover{
	background-color:#048E8B;
	color:#FFF;
}
.currentDd6{
	border-radius:8px 8px 0 0;
	background-color:#048E8B;
	color:#FFF;
}
.currentDd6::after{
	background-image:url(../img/jian.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav6:hover i{
	background-color:#FFF;
}
.currentDd6 dl dd i{
	background-color:#FFF;
}
.currentDd6 .a01{
	background-color:#fff;
	color:#048E8B;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size: 1rem;
	line-height: 200%; /* 2rem */
	border-radius:0 0 0.75rem 0.75rem;
	background-color:#fff;
	padding:1.38rem 1.75rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	border-top:0px;
}
.navContent6 .a01{
	margin-top:0.5rem;
	font-size: 0.7rem;
	line-height:1.2rem;
	color: var(---666, #666);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.navContent6 .a01 i{
	width:1px;
	height: 0.6rem;
	background-color:#666666;
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.navContent6 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.navContent6 .a02 dl{
	width:100%;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:1.0rem;
	margin-top:2.0rem;
}

.navContent6 .a02 dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	width:6.0rem;
	font-weight:bold;
}
.navContent6 .a02 dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
	width:calc(100% - 6.0rem);
}
.navContent6 .a03{
	width:100%;
	margin-top:1.75rem;
	color: var(--c-8161-d, #C8161D);
	font-size: 0.8rem;
	line-height: 1.2rem; /* 2rem */
}
.lxwrap{
	width:100%;
	float:left;
	background-color:#F9FAFB;
	padding-top:3.56rem;
}
.lx01{
	width:100%;
	float:left;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.lx01 ul li img{
	margin-right:1.88rem;
	max-height:4.0rem;
}
.lx01 ul li dl dt{
	color: var(---666, #666);
	font-size: 1rem;
	font-weight: 700;
	line-height:1.3125rem;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	font-size: 1.25rem;
	font-family: DIN;
	color: var(---333, #333);
}
.lxpic{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lxpic img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:2.0rem;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div .a01{
	color: var(--c-8161-d, #C8161D);
	text-decoration:underline;
}
.lx02 ul li dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:2.125rem;
	height: 2.125rem;
	border:0px;
	outline:none;
	padding:0 1.0rem;
	font-size: 0.875rem;
	color: var(--Gray-3, #828282);
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.anniu2{
	width:8.0rem;
	height:2.0rem;
	background:#0074E6;
	line-height:2.0rem;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
















.mart30{
	margin-top:1.0rem;
}
.mart110{
	margin-top:2.0rem;
}
.mart50{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart70{
	margin-top:2.5rem;
}

.sjzwqh{
	width: auto;
	height: 4.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;
	color:#0A7F7A;
}
.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;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}






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





}
































