@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	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:#0778A7;
	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: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	margin-left:8.33vw;
	margin-right:8.33vw;
	width:calc(100% - 16.66vw);
	border-radius: 0.5rem;
}
.header.yanse.yanse01 .intop{
	padding:0 0px;
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width: auto;
	margin:auto;
	max-width:1280px;
	padding:0px 15px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:5rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5rem;
}

.logo{
	width:12.125rem;
	display: flex;
	align-items: center;
	height:5rem;
	max-width:12.125%;
	margin-left:7.94rem;
}
.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:5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:1.37rem;
	z-index:1;
	height: 0.125rem;
	background-color:#0778A7;
	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:#0778A7;
}
.innav ul li.cur a{
	color:#0778A7;
}

.innav ul li .xiala{
	width:11rem;
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:-4.0rem;
	top:5.0rem;
	z-index:1;
}
.innav ul li .xiala dl dd .xl{
	width: 120%;
    position: absolute;
    top: 0;
    right: -120%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    background-color: #FFF;
    border-left: 2px solid #F2F2F2;
	}
.innav ul li .xiala dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd .xl p{
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #eee;
	text-align:left;
	font-size:16px;
	padding:0 27px;
	position:relative;
}
.innav ul li .xiala dl dd .xl p a{
	line-height:50px;
	color:#333;
}
.innav ul li .xiala.w56{
	width:56rem;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .lmmc{
	width:11rem;
	position:relative;
}
.innav ul li .xiala .lmmc dl dd{
	line-height:3.0rem;
	border-bottom: 1px solid var(---Gray-4, #BDBDBD);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-align:center;
}
.innav ul li .xiala .lmmc dl dd:hover a{
	color:#0778A7;
}
.innav ul li .xiala .lmmc dl dd .a01{
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:11rem;
	z-index:2;
	width:11rem;
	top:0;
	padding:0 2.0rem;
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.0rem; /* 1.925rem */
	border-bottom: 1px solid var(---Gray-4, #BDBDBD);
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd a{
	color: var(---666, #666);
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd a:hover{
	color:#0778A7;
}
.innav ul li .xiala .lmmc dl dd:hover .a01{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .pic{
	width:22rem;
	display:none;
}
.innav ul li .xiala .pic dl dt{
	overflow:hidden;
}
.innav ul li .xiala .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.innav ul li .xiala .pic dl dd{
	margin-top:0.94rem;
	color: var(---666, #666);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}


.top-r{
	width: auto;
	display: flex;
	align-items: center;
	color:#FFF;
	position:relative;
}
.top-r .a01{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1.875rem;
	border: 1px solid var(---999, #999);
	justify-content: center;
	display: flex;
	align-items: center;
}
.top-r .a02{
	width: auto;
	display: flex;
	align-items: center;
	margin-right:7.94rem;
	margin-left:1.25rem;
	position:relative;
}
.top-r .a02 i{
	width:100%;
	position:absolute;
	top:2.5rem;
	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: 1.0rem 1.9375rem 1.0rem 0.875rem;
	color: var(--0778A7, #0778A7);
	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{
	width:auto;
	display:flex;
}


.chax{
	right:5rem; 
	top:5rem;
	position: absolute;
	width:300px; 
	z-index:999;
	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:#0778A7;
	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:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:48%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.inab .tex dl dt{
	color: var(--0778-a-7, #0778A7);
	font-family: Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inab .tex dl dd{
	margin-top:0.56rem;
	color: var(---333, #333);
	color: var(--0778-a-7, #0778A7);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:3.75rem;
}
.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: 1.0625rem 2.625rem;
	background: var(--0778-a-7, #0778A7);
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.inmore a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.56rem;
}

.inmore2{
	display:flex;
	margin-top:8.7rem;
	width:100%;
	float:left;
}
.inmore2 a{
	padding: 1.0625rem 2.625rem;
	background: var(---white, #FFF);
	color: var(--0778-a-7, #0778A7);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.inmore2 a.a01::after{
	content:'';
	margin-left:0;
	
}
.inmore2 a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.56rem;
}

.gdfjs{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(--0778-a-7, #0778A7);
	padding:3.75rem 0;
}
.gdftit{
	width:100%;
	float:left;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gdftex{
	width:100%;
	float:left;
}
.gdftex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gdftex ul li{
	width:calc(34.4% - 2.56rem);
	margin-right:2.56rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding:2.5rem;
	margin-top:2.5rem;
}
.gdftex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gdftex ul li dl dd{
	margin-top:1.2rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gdftex ul li:nth-child(3n){
	margin-right:0px;
}
.zlbj{
	width:100%;
	float:left;
	padding:9.0rem 0;
	background-image:url(../img/map.png);
	background-position:center;
	background-repeat:no-repeat;
}
.zlbj01{
	width:49%;
	float:left;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.zlbj01 h1{
	color: var(--0778-a-7, #0778A7);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.8rem;
}
.zlbj01 .a01{
	display:flex;
	margin-top:2.0rem;
}
.zlbj01 .a01 dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
}
.zlbj01 .a01 dl dd img{
	margin-right:1.2rem;
}

.cpyy{
	width:100%;
	float:left;
	position:relative;
}
.cpyy .pic{
	width:100%;
	height:auto;
}
.cpyy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpyy .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.intit dl dt{
	color: var(---white, #FFF);
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.yylm{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.yylm ul{
	display: flex;
	flex-wrap: wrap;
}
.yylm ul li{
	width:calc(25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylm ul li:nth-child(4n){
	margin-right:0px;
}
.yylm ul li a{
	width:100%;
	padding: 1.0rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 220%; /* 2.2rem */
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.yylm ul li a img{
	margin-right:1.12rem;
}
.yylm ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border: 1px solid var(--0778-a-7, #0778A7);
}
.yylm ul li a.cur{
	background: var(--0778-a-7, #0778A7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border: 1px solid var(--0778-a-7, #0778A7);
}


.foot{
	width:100%;
	float:left;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	background: var(--0778-a-7, #0778A7);
	padding-top:2.69rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.foot01 .a01{
	width:18%;
	max-width:18%;
}
.foot01 .a01 img{
	max-width:100%;
}

.foot01 .a02{
	width: auto;
}
.foot01 .a02 a{
	margin-left:2.45vw;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.foot02{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.8rem;
}
.foot02 .a01{
	width: auto;
}
.foot02 .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:0.56rem;
	color: #FF961B;
	font-family: Roboto;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02 .a02{
	width:auto;
}
.foot02 .a02 ul{
	display: flex;
	align-items: center;
}
.foot02 .a02 ul li{
	margin-left:1.5rem;
	position:relative;
}
.foot02 .a02 ul li .ly{
	display: flex;
	padding: 0.4375rem 3.0625rem 0.4375rem 2.25rem;
	align-items: center;
	border-radius: 1.5rem;
	background: #FF961B;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02 .a02 ul li .ly img{
	margin-right:1.62rem;
}

.foot03{
	width:100%;
	float:left;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	margin-top:1.88rem;
	padding:1.4rem 0;
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot03 a{
	color: rgba(255, 255, 255, 0.60);
}


.kf{
	width: 4.375rem;
	position:fixed;
	right:0rem;
	bottom:8rem;
	z-index:9;
	border-radius: 0.75rem 0rem 0rem 0.75rem;
	background: var(--0778-a-7, #0778A7);
	padding-bottom:0.62rem;
}
.kf ul li{
	width:100%;
	margin-top:0.62rem;
	text-align:center;
	position:relative;
}
.kf ul li dl dt{
	overflow:hidden;
	margin-top:0.69rem;
}
.kf ul li dl dt img{
	max-width:100%;
}
.kf ul li dl dd{
	margin-top:0.2rem;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.31rem;
}
.kf ul li .ewm{
	width:10rem;
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:-10rem;
	top:0;
	z-index:1;
}
.kf ul li .ewm img{
	max-width:100%;
}
.kf ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.kf ul li .tel{
	width: 15rem;
	border-radius: 0.5rem;
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
	padding:0.88rem;
	text-align:center;
	color: var(--999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:absolute;
	left:-15rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.kf ul li:hover .tel{
	opacity:1;
	visibility:visible;
}
.kf ul li .tel dl dt{
	color: var(--333, #333);
	text-align: center;
	font-family: Anton;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16875rem;
}
.kf ul li .tel dl dd{
	color: var(--333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.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%;
	color: var(---white, #FFF);
	text-shadow: 0px 4px 4px rgba(20, 55, 124, 0.18);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.abcs{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcs .tex{
	width:48%;
}
.abcs .tex dl dt{
	color: var(--0778-a-7, #0778A7);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:4.0rem;
}
.abcs .tex dl dd{
	padding:1.3rem 0;
	border-bottom:1px solid #0778A7;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abcs .pic{
	width:48%;
	overflow:hidden;
}
.abcs .pic img{
	max-width:100%;
	height:auto;
}

.scjd{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd-l{
	width:48%;
}
.scjd-l h1{
	color: var(--0778-a-7, #0778A7);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:3.75rem;
}
.scjd-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd-l ul li{
	width:49%;
	overflow:hidden;
}
.scjd-l ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scjd-r{
	width:48%;
}
.scjd-r img{
	width:100%;
	height:auto;
	display:block;
}
.scjd2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l{
	width:48%;
}
.scjd2-l01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l01 dl{
	width:31%;
}
.scjd2-l01 dl dt{
	padding-bottom:1.3rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: lowercase;
	border-bottom:1px solid #0778A7;
	display: flex;
	align-items: flex-end;
}
.scjd2-l01 dl dt b{
	color: var(--0778-a-7, #0778A7);
	font-family: Anton;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-left:0.32rem;
	margin-right:0.32rem;
}
.scjd2-l01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: lowercase;
}
.scjd2-l02{
	width:100%;
	margin-top:2.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l02 .a01{
	width:auto;
}
.scjd2-l02 .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.scjd2-l02 .a01 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
	text-transform: lowercase;
}
.scjd2-l02 .sx{
	width:1px;
	background: #0778A7;
}
.scjd2-l02 .a02{
	width:auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.scjd2-l02 .a02 dl dt{
	color: var(--0778-a-7, #0778A7);
	text-align: center;
	font-family: Source;
	font-size: 0.89019rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.scjd2-l02 .a02::before{
	width:2.5rem;
	height:5.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.scjd2-l02 .a02::after{
	width:2.5rem;
	height:5.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.scjd2-r{
	width:48%;
}
.scjd2-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-r ul li{
	width:48%;
	overflow:hidden;
}
.scjd2-r ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scjd3{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.scjd3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.scjd3 ul li {
    width: 15.6%;
    overflow: hidden;
	margin-bottom:2rem;
}
.scjd3 ul li img{
    max-width: 100%;
}
.ntit{
	width:100%;
	float:left;
	color: var(--0778-a-7, #0778A7);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpfa{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cpfa table{
	background: var(---Gray-6, #F2F2F2);
}
.cpfa table tr td{
	border-right: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:1rem 0.5rem;
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
	text-align:center;
}
.cpfa table tr td.white{
	color:#FFF;
	font-size:1.0rem;
}
.cpfa table tr td a{
	font-weight:600;
	}
.ke-zeroborder{
	background: var(---Gray-6, #F2F2F2);
}
.ke-zeroborder tr td{
	border-right: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:1rem 0.5rem;
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
	text-align:center;
}
.ke-zeroborder tr td.white{
	color:#FFF;
	font-size:1.0rem;
}
.ntit2{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.62rem;
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:48%;
	border: 1px solid var(---Gray-4, #BDBDBD);
	background: #FFF;
}

.proshow-r{
	width:48%;
	position:relative;
}
.proshow-r h1{
	color: var(--333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:1.87rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.proshow-r dl{
	margin-top:1.88rem;
	display:flex;
}
.proshow-r dl dt{
	width:5.625rem;
	color: var(--333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	min-width:5.625rem;
}
.proshow-r dl dd{
	width:auto;
	color: var(--666, #666);
	/* 微软雅黑-正文14-220高 */
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.mfzx{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display:flex;
}
.mfzx a{
	padding: 0.75rem 2.84375rem;
	border: 1px solid var(--0778-a-7, #0778A7);
	display: flex;
	align-items: center;
	color: var(--0778-a-7, #0778A7);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
	margin-right:1.25rem;
}
.mfzx a img{
	margin-left:0.62rem;
}
.mfzx a.a01{
	padding: 0.9375rem 3.875rem;
	background: var(--0778-a-7, #0778A7);
	color: var(---white, #FFF);
}

.cpshow{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
}
.cptit{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-4, #BDBDBD);
}
.cptit ul{
	display: flex;
	flex-wrap: wrap;
}
.cptit ul li{
	width:auto;
	display:flex;
}
.cptit ul li a{
	padding:0 3.87rem;
	border-right: 1px solid var(---Gray-4, #BDBDBD);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
	line-height:3.75rem;
}
.cptit ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.cptit ul li a.cur{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.cptex{
	width:100%;
	float:left;
	height:auto;
	padding:1.88rem;
	font-size:0.875rem;
	line-height:180%;
	color:#666
}
.cptex img{
	max-width:100%;
}

.fasmwz{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 220%; /* 1.925rem */
}

.fatit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.fatex{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.fatex img{
	max-width:100%;
}
.jspt{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.jspt ul{
	display: flex;
	flex-wrap: wrap;
}
.jspt ul li{
	width:calc(34.1% - 1.94rem);
	border: 1px solid var(--0778-a-7, #0778A7);
	background: #FFF;
	padding:3.0rem;
	margin-right:1.94rem;
}
.jspt ul li:nth-child(3n){
	margin-right:0px;
}
.jspt ul li .pic{
	overflow:hidden;
}
.jspt ul li .pic01{
	display:inline-block;
}
.jspt ul li .pic02{
	display:none;
}
.jspt ul li:hover .pic01{
	display:none;
}
.jspt ul li:hover .pic02{
	display:inline-block;
}
.jspt ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.63rem;
}
.jspt ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align:left;
}
.jspt ul li:hover{
	background: #0778A7;
}
.jspt ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.jspt ul li:hover dl dt{
	color: var(--60, rgba(255, 255, 255, 1));
}
.jspt2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.jspt2 img{
	width:100%;
	height:auto;
	display:block;
}

.kjwrap{
	width:100%;
	float:left;
	padding:6.7rem 0;
	margin-top:5.0rem;
	background-image:url(../img/ptbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.hxyw{
	width:100%;
	float:left;
	height:585px;
	background-image:url(../img/h1.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.abg2z1{
	position:absolute;
	width:290px; 
	height:200px;
	left:125px; 
	top:75px; 
	text-align:right;
}
.abg2z1 h2{
	font-size:24px; 
	line-height:30px;
}
.abg2z1 h2 a{
	color:#333;
}
.abg2z1 p{
	width:100%; 
	line-height:30px; 
	color:#666; 
	margin-top:40px;
}
.abg2z a:hover{
	color:#0778A7;
}
.abg2z2{
	position:absolute;
	width:290px; 
	height:200px;
	right:120px; 
	top:75px; 
	text-align:left;
}
.abg2z2 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z2 h2 a{
	color:#333;
}
.abg2z2 p{
	width:100%;
	line-height:30px;
	color:#666; 
	margin-top:40px;
}

.abg2z3{
	position:absolute;
	width:290px; 
	height:200px;
	left:125px; 
	top:350px; 
	text-align:right;
}
.abg2z3 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z3 h2 a{
	color:#333;
}
.abg2z3 p{
	width:100%;
	line-height:30px;
	color:#666;
	margin-top:40px;
}

.abg2z4{
	position:absolute; 
	width:290px; 
	height:200px;
	right:120px; 
	top:350px; 
	text-align:left;
}
.abg2z4 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z4 h2 a{
	color:#333;
}
.abg2z4 p{
	width:100%;
	line-height:30px;
	color:#666;
	margin-top:40px;
}

.kjtit{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
	padding-left:2.5rem;
}
.kjtit::before{
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#0778A7;
	content:'';
	display:inline-block;
}
.kjtit dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kjtit dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.kjtex{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.kjtex img{
	width:100%;
	height:auto;
	display:block;
}
.wrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: #F3F3F3;
	padding:5.0rem 0;
}
.fwzc{
	width:100%;
	float:left;
	margin-top:3.88rem;
}
.fwzc ul{
	display: flex;
	flex-wrap: wrap;
}
.fwzc ul li{
	width:calc(34.4% - 2.5rem);
	padding:2.5rem;
	background: #FFF;
	margin-right:2.5rem;
}
.fwzc ul li:nth-child(3n){
	margin-right:0px;
}
.fwzc ul li .a01{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwzc ul li .a01::before{
	width: 0.1875rem;
	height: 1.25rem;
	margin-right:1.56rem;
	content:'';
	display:inline-block;
	background: #2D9CDB;
}
.fwzc ul li .a02{
	padding:0 1.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwzc ul li .a02 .tex{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwzc ul li .a02 .tex p{
	margin-top:0.62rem;
}
.fwzc ul li .a02 .pic{
	width: auto;
}
.fwzc ul li .a02 .pic img{
	max-width:6.625rem;
}

.dzyf01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dzyf01 .tex{
	width:44%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: uppercase;
}
.dzyf01 .tex h1{
	color: var(--0778-a-7, #0778A7);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.dzyf01 .tex .a01{
	display:flex;
	margin-top:2.25rem;
}
.dzyf01 .tex .a01 dl{
	margin-right:5.0rem;
}
.dzyf01 .tex .a01 dl dt{
	overflow:hidden;
	text-align: center;
}
.dzyf01 .tex .a01 dl dt img{
	margin-top:0.75rem;
}
.dzyf01 .tex .a01 dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align:center;
}

.dzyf01 .pic{
	width:50%;
	overflow:hidden;
}
.dzyf01 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.yftit{
	width:100%;
	float:left;
	margin-top:5.0rem;
	text-align: center;
}
.yftit dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yftit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	letter-spacing: 0.03rem;
}
.yftex{
	width:100%;
	float:left;
}
.yftex img{
	max-width:100%;
}

.yfwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:3.75rem 0;
	background: var(---, #E9EDF0);
}

.dzyf02{
	width:100%;
	float:left;
}
.dzyf02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dzyf02 ul li{
	width:49%;
	overflow:hidden;
}
.dzyf02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.dzyf03{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.dzyf03 dl dt{
	color: var(--0778-a-7, #0778A7);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.dzyf03 dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	text-transform: uppercase;
}

.dzyf04{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.dzyf04 dl{
	width:auto;
	padding:0 4.0rem;
	text-align:center;
}
.dzyf04 dl dt{
	overflow:hidden;
}
.dzyf04 dl dt img{
	overflow:hidden;
}
.dzyf04 dl dd{
	margin-top:1.38rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	border: 1px solid var(---Gray-4, #BDBDBD);
	padding:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.newlist ul li:hover{
	border: 1px solid var(--0778-a-7, #0778A7);
}
.newlist ul li:hover .tex dl dt{
	color: var(--0778-a-7, #0778A7);
}
.newlist ul li .date{
	width:auto;
	max-width:15%;
	text-align: center;
}
.newlist ul li .date dl dt{
	color: var(---666, #666);
	font-family: Roboto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.newlist ul li .tex{
	width:57%;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	/* 微软雅黑-正文14-220高 */
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:1.56rem;
}
.newlist ul li .tex .more a{
	color: var(--0778-a-7, #0778A7);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.0075rem;
}
.newlist ul li .pic{
	width:27%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}

.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:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	padding: 0.3125rem 0.9375rem;
	text-align:center;
	font-size: 0.75rem;
	font-family:'宋体';
	transition: all 0.6s;
	background: var(---white, #FFF);
}
.fy ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}

.newtit{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray1, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.75rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%;
}
.newtex b{
	color: var(--333, #333);
}
.newtex img{
	max-width:100%;
}
.back{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.back a{
	display: flex;
	width: 13.1875rem;
	height: 3rem;
	padding: 1rem 0rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: var(--0778-a-7, #0778A7);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}

.lx{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:40%;
	padding:2.75rem;
	background: var(--0778-a-7, #0778A7);
}
.lx-l dl dt{
	color: var(--white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.75rem;
}
.lx-l dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.lx-l dl dd img{
	margin-right:0.62rem;
}

.lx-r{
	width:60%;
	padding:2.5rem 3.12rem;
	background: var(---, #E9EDF0);
	padding-top:1.25rem
}
.lx-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx-r ul li{
	width:calc(50% - 0.875rem);
	margin-top:1.25rem;
}
.lx-r ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	background: #FFF;
	border:0;
	padding: 1.0rem 1.75rem;
	outline:none;
	font-size: 0.875rem;
	color: var(---999, #999);
	font-family: zt;
}
.lxanniu{
	border: 0px solid var(---333, #333);
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
	display: flex;
	padding: 0.75rem 3.75rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	font-size: 0.875rem;
	text-transform: uppercase;
	
	font-weight: 400;
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}



.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:1360px){

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}
.inmore2{
	margin-top:3.75rem;
}
.intit{
	margin-top:3.75rem;
}
.yylm ul li a{
	padding:0.5rem 0;
}
.yylm{
	margin-top:0px;
}

.innav ul li .xiala{
	width:33rem;
	padding:2.0rem;
}
.innav ul li .xiala .lmmc{
	width:10.0rem;
}
.innav ul li .xiala .pic{
	width:15rem;
}
.innav ul li:last-child .xiala{
	left:-25rem;
}
.innav ul li .xiala{
	left:-15rem;
}
.logo{
	margin-left:3.0rem;
}
.top-r .a02{
	margin-right:3.0rem;
}
.innav ul li .xiala.w56{
	width:40rem;
}
.innav ul li .xiala .lmmc dl dd .a01{
	left:10.0rem;
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd{
	line-height:2.0rem;
}
.innav ul li .xiala .lmmc dl dd{
	line-height:2.0rem;
	font-size:0.875rem;
}
.innav ul li .xiala .pic dl dd{
	font-size:0.75rem;
}

.scjd2-l01 dl dt{
	font-size:0.875rem;
}
.scjd2-l01 dl dt b{
	font-size:1.5rem;
}
.scjd2-l01 dl dd{
	font-size:0.875rem;
}
.scjd2-l02 .a01{
	max-width:30%;
}
.scjd2-l02 .a01 dl dt{
	font-size:1.0rem;
}
.scjd2-l02 .a01 dl dd{
	font-size:0.75rem;
	line-height:150%;
}
.scjd2-l02 .a02::before{
	width:1.5rem;
	height:2.5rem;
}
.scjd2-l02 .a02::after{
	width:1.5rem;
	height:2.5rem;
}
.abcs .tex dl dt{
	font-size:1.5rem;
	margin-bottom:1.5rem;
}
.abcs .tex dl dd{
	padding:1.0rem 0;
	font-size:0.875rem;
}
.nybanner .tex .tex01{
	font-size:2.0rem;
}
.inab .tex dl dd{
	margin-bottom:2.0rem;
}
.abg2z1{
	left:0;
}
.abg2z2{
	right:-20px;
}
.abg2z3{
	left:0;
}
.abg2z4{
	right:-20px;
}
.fwzc ul li .a02 .pic img{
	max-width:4.0rem;
}
.fwzc ul li{
	padding:1.5rem;
}










	
}





@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.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #0778A7; 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.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.inab .tex dl dt{
	color: var(--0778-a-7, #0778A7);
	font-family: Roboto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inab .tex dl dd{
	margin-top:0.56rem;
	color: var(---333, #333);
	color: var(--0778-a-7, #0778A7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.5rem;
}
.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.65rem 1.625rem;
	background: var(--0778-a-7, #0778A7);
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.inmore a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.56rem;
}

.inmore2{
	display:flex;
	margin-top:2.0rem;
	width:100%;
	float:left;
}
.inmore2 a{
	padding: 0.65rem 1.625rem;
	background: var(---white, #FFF);
	color: var(--0778-a-7, #0778A7);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.inmore2 a.sj{
	background: #0778A7;
	color:#FFF;
	margin-bottom:3.0rem;
}
.inmore2 a.a01::after{
	content:'';
	margin-left:0;
	
}
.inmore2 a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
}

.gdfjs{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(--0778-a-7, #0778A7);
	padding:3.75rem 0;
}
.gdftit{
	width:100%;
	float:left;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gdftex{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.gdftex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gdftex ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding:1.5rem;
}
.gdftex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gdftex ul li dl dd{
	margin-top:1.2rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gdftex ul li:nth-child(3n){
	margin-right:0px;
}
.zlbj{
	width:100%;
	float:left;
	padding:4.0rem 0;
	background-image:url(../img/map.png);
	background-position:center;
	background-repeat:no-repeat;
}
.zlbj01{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.zlbj01 h1{
	color: var(--0778-a-7, #0778A7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.8rem;
}
.zlbj01 .a01{
	display:flex;
	margin-top:2.0rem;
}
.zlbj01 .a01 dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
}
.zlbj01 .a01 dl dd img{
	margin-right:1.2rem;
}

.cpyy{
	width:100%;
	float:left;
	position:relative;
}
.cpyy .pic{
	width:100%;
	height:auto;
}
.cpyy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpyy .tex{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.intit{
	width:100%;
	float:left;
}
.intit dl dt{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dd{
	margin-top:0.5rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.yylm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.yylm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yylm ul li{
	width:48%;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylm ul li:nth-child(4n){
	margin-right:0px;
}
.yylm ul li a{
	width:100%;
	padding:0.5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 220%; /* 2.2rem */
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(0, 0, 0, 0.50));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.yylm ul li a img{
	margin-right:0.5rem;
	max-width:1.25rem;
}
.yylm ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border: 1px solid var(--0778-a-7, #0778A7);
}
.yylm ul li a.cur{
	background: var(--0778-a-7, #0778A7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border: 1px solid var(--0778-a-7, #0778A7);
}


.foot{
	width:100%;
	float:left;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	background: var(--0778-a-7, #0778A7);
	padding-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.foot01 .a01{
	width:50%;
	max-width:50%;
}
.foot01 .a01 img{
	max-width:100%;
}

.foot01 .a02{
	width: auto;
	display:none;
}
.foot01 .a02 a{
	margin-left:2.45vw;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.foot02{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.0rem;
}
.foot02 .a01{
	width: 100%;
}
.foot02 .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:0.56rem;
	color: #FF961B;
	font-family: Roboto;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02 .a02{
	width:100%;
}
.foot02 .a02 ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.foot02 .a02 ul li{
	margin-left:1.0rem;
	position:relative;
	margin-right:1.0rem;
}
.foot02 .a02 ul li:first-child{
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:2.0rem;
}
.foot02 .a02 ul li .ly{
	width:100%;
	display: flex;
	justify-content: center;
	padding: 0.4375rem 3.0625rem 0.4375rem 2.25rem;
	align-items: center;
	border-radius: 1.5rem;
	background: #FF961B;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02 .a02 ul li .ly img{
	margin-right:1.62rem;
}

.foot03{
	width:100%;
	float:left;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	margin-top:1.5rem;
	padding:1.0rem 0;
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot03 a{
	color: rgba(255, 255, 255, 0.60);
}


.kf{
	width: 4.375rem;
	position:fixed;
	right:0rem;
	bottom:8rem;
	z-index:9;
	border-radius: 0.75rem 0rem 0rem 0.75rem;
	background: var(--0778-a-7, #0778A7);
	padding-bottom:0.62rem;
}
.kf ul li{
	width:100%;
	margin-top:0.62rem;
	text-align:center;
	position:relative;
}
.kf ul li dl dt{
	overflow:hidden;
	margin-top:0.69rem;
}
.kf ul li dl dt img{
	max-width:100%;
}
.kf ul li dl dd{
	margin-top:0.2rem;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.31rem;
}
.kf ul li .ewm{
	width:10rem;
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:-10rem;
	top:0;
	z-index:1;
}
.kf ul li .ewm img{
	max-width:100%;
}
.kf ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.kf ul li .tel{
	width: 15rem;
	border-radius: 0.5rem;
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
	padding:0.88rem;
	text-align:center;
	color: var(--999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:absolute;
	left:-15rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.kf ul li:hover .tel{
	opacity:1;
	visibility:visible;
}
.kf ul li .tel dl dt{
	color: var(--333, #333);
	text-align: center;
	font-family: Anton;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16875rem;
}
.kf ul li .tel dl dd{
	color: var(--333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.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%;
	color: var(---white, #FFF);
	text-shadow: 0px 4px 4px rgba(20, 55, 124, 0.18);
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.abcs{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcs .tex{
	width:100%;
}
.abcs .tex dl dt{
	color: var(--0778-a-7, #0778A7);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.0rem;
}
.abcs .tex dl dd{
	padding:1.0rem 0;
	border-bottom:1px solid #0778A7;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abcs .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.abcs .pic img{
	max-width:100%;
	height:auto;
}

.scjd{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd-l{
	width:100%;
}
.scjd-l h1{
	color: var(--0778-a-7, #0778A7);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.5rem;
}
.scjd-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd-l ul li{
	width:49%;
	overflow:hidden;
}
.scjd-l ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scjd-r{
	width:100%;
	margin-top:2.0rem;
}
.scjd-r img{
	width:100%;
	height:auto;
	display:block;
}
.scjd2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l{
	width:100%;
}
.scjd2-l01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l01 dl{
	width:100%;
	margin-top:1.0rem;
}
.scjd2-l01 dl dt{
	padding-bottom:1.3rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: lowercase;
	border-bottom:1px solid #0778A7;
	display: flex;
	align-items: flex-end;
}
.scjd2-l01 dl dt b{
	color: var(--0778-a-7, #0778A7);
	font-family: Anton;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-left:0.32rem;
	margin-right:0.32rem;
}
.scjd2-l01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: lowercase;
}
.scjd2-l02{
	width:100%;
	margin-top:2.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-l02 .a01{
	width:100%;
}
.scjd2-l02 .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.scjd2-l02 .a01 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
	text-transform: lowercase;
}
.scjd2-l02 .sx{
	width:100%;
	height:1px;
	background: #0778A7;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.scjd2-l02 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.scjd2-l02 .a02 dl dt{
	color: var(--0778-a-7, #0778A7);
	text-align: center;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.scjd2-l02 .a02::before{
	width:2.5rem;
	height:5.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.scjd2-l02 .a02::after{
	width:2.5rem;
	height:5.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.scjd2-r{
	width:100%;
	margin-top:2.0rem;
}
.scjd2-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scjd2-r ul li{
	width:48%;
	overflow:hidden;
}
.scjd2-r ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scjd3{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.scjd3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.scjd3 ul li {
    width:32%;
    overflow: hidden;
	margin-bottom:1rem;
}
.scjd3 ul li img{
    max-width: 100%;
}
.ntit{
	width:100%;
	float:left;
	color: var(--0778-a-7, #0778A7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpfa{
	width:100%;
	float:left;
	margin-top:1.0rem;
	overflow-x:scroll;
}
.cpfa table{
	background: var(---Gray-6, #F2F2F2);
	width:1000px;
}
.cpfa table tr td{
	border-right: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:0.6rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.cpfa table tr td.white{
	color:#FFF;
	font-size:1.0rem;
}
.cpfa table tr td a{
	font-weight:600;
	}
.ntit2{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.62rem;
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	border: 1px solid var(---Gray-4, #BDBDBD);
	background: #FFF;
}

.proshow-r{
	width:100%;
	position:relative;
	margin-top:2.5rem;
}
.proshow-r h1{
	color: var(--333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.proshow-r dl{
	margin-top:1.5rem;
	display:flex;
}
.proshow-r dl dt{
	width:5.625rem;
	color: var(--333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	min-width:5.625rem;
}
.proshow-r dl dd{
	width:auto;
	color: var(--666, #666);
	/* 微软雅黑-正文14-220高 */
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.mfzx{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mfzx a{
	width:100%;
	margin-top:1.0rem;
	border: 1px solid var(--0778-a-7, #0778A7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--0778-a-7, #0778A7);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
	padding: 0.9375rem 3.875rem;
}
.mfzx a img{
	margin-left:0.62rem;
}
.mfzx a.a01{
	padding: 0.9375rem 3.875rem;
	background: var(--0778-a-7, #0778A7);
	color: var(---white, #FFF);
}

.cpshow{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
}
.cptit{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-4, #BDBDBD);
}
.cptit ul{
	display: flex;
	flex-wrap: wrap;
}
.cptit ul li{
	width:auto;
	display:flex;
}
.cptit ul li a{
	padding:0 1.5rem;
	border-right: 1px solid var(---Gray-4, #BDBDBD);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
	line-height:2.5rem;
}
.cptit ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.cptit ul li a.cur{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.cptex{
	width:100%;
	float:left;
	height:auto;
	padding:0.5rem;
	font-size:0.8rem;
	line-height:180%;
	color:#666
}
.cptex img{
	max-width:100%;
}
.cptex {
    overflow-x: scroll;
}
.ke-zeroborder{
	width: 720px;
	background: var(---Gray-6, #F2F2F2);
}
.ke-zeroborder tr td{
	border-right: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:0.5rem 0.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.ke-zeroborder tr td.white{
	color:#FFF;
	font-size:0.775rem;
}
.fasmwz{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 220%; /* 1.925rem */
}

.fatit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.fatex{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.fatex img{
	max-width:100%;
}
.jspt{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.jspt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jspt ul li{
	width:100%;
	border: 1px solid var(--0778-a-7, #0778A7);
	background: #FFF;
	padding:1.5rem;
	margin-top:1.0rem;
}
.jspt ul li:nth-child(3n){
	margin-right:0px;
}
.jspt ul li .pic{
	overflow:hidden;
}
.jspt ul li .pic img{
	max-width:4.0rem;
}
.jspt ul li .pic01{
	display:inline-block;
}
.jspt ul li .pic02{
	display:none;
}
.jspt ul li:hover .pic01{
	display:none;
}
.jspt ul li:hover .pic02{
	display:inline-block;
}
.jspt ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.63rem;
}
.jspt ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align:left;
}
.jspt ul li:hover{
	background: #0778A7;
}
.jspt ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.jspt ul li:hover dl dt{
	color: var(--60, rgba(255, 255, 255, 1));
}
.jspt2{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jspt2 img{
	width:100%;
	height:auto;
	display:block;
}

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

.hxyw{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/h1.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.abg2z1{
	position:absolute;
	width:290px; 
	height:200px;
	left:125px; 
	top:75px; 
	text-align:right;
}
.abg2z1 h2{
	font-size:24px; 
	line-height:30px;
}
.abg2z1 h2 a{
	color:#333;
}
.abg2z1 p{
	width:100%; 
	line-height:30px; 
	color:#666; 
	margin-top:40px;
}
.abg2z a:hover{
	color:#0778A7;
}
.abg2z2{
	position:absolute;
	width:290px; 
	height:200px;
	right:120px; 
	top:75px; 
	text-align:left;
}
.abg2z2 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z2 h2 a{
	color:#333;
}
.abg2z2 p{
	width:100%;
	line-height:30px;
	color:#666; 
	margin-top:40px;
}

.abg2z3{
	position:absolute;
	width:290px; 
	height:200px;
	left:125px; 
	top:350px; 
	text-align:right;
}
.abg2z3 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z3 h2 a{
	color:#333;
}
.abg2z3 p{
	width:100%;
	line-height:30px;
	color:#666;
	margin-top:40px;
}

.abg2z4{
	position:absolute; 
	width:290px; 
	height:200px;
	right:120px; 
	top:350px; 
	text-align:left;
}
.abg2z4 h2{
	font-size:24px;
	line-height:30px;
}
.abg2z4 h2 a{
	color:#333;
}
.abg2z4 p{
	width:100%;
	line-height:30px;
	color:#666;
	margin-top:40px;
}
.kjwrap .moblie img{
	width:100%;
	height:auto;
	display:block;
}
.kjtit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
	padding-left:1.5rem;
}
.kjtit::before{
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#0778A7;
	content:'';
	display:inline-block;
}
.kjtit dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kjtit dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.kjtex{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.kjtex img{
	width:100%;
	height:auto;
	display:block;
}
.wrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: #F3F3F3;
	padding:3.0rem 0;
}
.fwzc{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.fwzc ul{
	display: flex;
	flex-wrap: wrap;
}
.fwzc ul li{
	width:100%;
	padding:2.5rem;
	background: #FFF;
	margin-top:1.0rem;
}
.fwzc ul li:nth-child(3n){
	margin-right:0px;
}
.fwzc ul li .a01{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwzc ul li .a01::before{
	width: 0.1875rem;
	height: 1.25rem;
	margin-right:1.56rem;
	content:'';
	display:inline-block;
	background: #2D9CDB;
}
.fwzc ul li .a02{
	padding:0 1.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwzc ul li .a02 .tex{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwzc ul li .a02 .tex p{
	margin-top:0.62rem;
}
.fwzc ul li .a02 .pic{
	width: auto;
}
.fwzc ul li .a02 .pic img{
	max-width:4.0rem;
}

.dzyf01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dzyf01 .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: uppercase;
}
.dzyf01 .tex h1{
	color: var(--0778-a-7, #0778A7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.dzyf01 .tex .a01{
	display:flex;
	margin-top:2.25rem;
}
.dzyf01 .tex .a01 dl{
	margin-right:3.0rem;
}
.dzyf01 .tex .a01 dl dt{
	overflow:hidden;
	text-align: center;
}
.dzyf01 .tex .a01 dl dt img{
	margin-top:0.75rem;
}
.dzyf01 .tex .a01 dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align:center;
}

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

.yftit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align: center;
}
.yftit dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yftit dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	letter-spacing: 0.03rem;
}
.yftex{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.yftex img{
	max-width:100%;
}

.yfwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background: var(---, #E9EDF0);
}

.dzyf02{
	width:100%;
	float:left;
}
.dzyf02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dzyf02 ul li{
	width:49%;
	overflow:hidden;
}
.dzyf02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.dzyf03{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.dzyf03 dl dt{
	color: var(--0778-a-7, #0778A7);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02rem;
}
.dzyf03 dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	text-transform: uppercase;
}

.dzyf04{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.dzyf04 dl{
	width:auto;
	padding:0 0.5rem;
	text-align:center;
	max-width:25%;
}
.dzyf04 dl dt{
	overflow:hidden;
}
.dzyf04 dl dt img{
	max-width:100%;
}
.dzyf04 dl dd{
	margin-top:1.38rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	border: 1px solid var(---Gray-4, #BDBDBD);
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.newlist ul li:hover{
	border: 1px solid var(--0778-a-7, #0778A7);
}
.newlist ul li:hover .tex dl dt{
	color: var(--0778-a-7, #0778A7);
}
.newlist ul li .date{
	width:auto;
	max-width:15%;
	text-align: center;
	display:none;
}
.newlist ul li .date dl dt{
	color: var(---666, #666);
	font-family: Roboto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00875rem;
}
.newlist ul li .tex{
	width:57%;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	/* 微软雅黑-正文14-220高 */
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
	display:none;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.newlist ul li .tex .more a{
	color: var(--0778-a-7, #0778A7);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.0075rem;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}

.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;
	transition: all 0.6s;
}
.fy ul li a{
	padding: 0.3125rem 0.9375rem;
	text-align:center;
	font-size: 0.75rem;
	font-family:'宋体';
	transition: all 0.6s;
	background: var(---white, #FFF);
}
.fy ul li a:hover{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
}

.newtit{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray1, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%;
}
.newtex b{
	color: var(--333, #333);
}
.newtex img{
	max-width:100%;
}
.back{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.back a{
	display: flex;
	width: 9.0rem;
	height: 3rem;
	padding: 1rem 0rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: var(--0778-a-7, #0778A7);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}

.lx{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:100%;
	padding:2.0rem;
	background: var(--0778-a-7, #0778A7);
}
.lx-l dl dt{
	color: var(--white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.75rem;
}
.lx-l dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.lx-l dl dd img{
	margin-right:0.62rem;
}

.lx-r{
	width:100%;
	padding:2.0rem;
	background: var(---, #E9EDF0);
	padding-top:1.0rem
}
.lx-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx-r ul li{
	width:calc(50% - 0.875rem);
	margin-top:1.0rem;
}
.lx-r ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	background: #FFF;
	border:0;
	padding: 1.0rem 1.75rem;
	outline:none;
	font-size: 0.875rem;
	color: var(---999, #999);
	font-family: zt;
}
.lxanniu{
	border: 0px solid var(---333, #333);
	background: var(--0778-a-7, #0778A7);
	color:#FFF;
	display: flex;
	padding: 0.75rem 3.75rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	font-size: 0.875rem;
	text-transform: uppercase;
	
	font-weight: 400;
}
.map{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}



.mart2{
	margin-top:2.5rem;
}



















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



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




}
































