* {
	box-sizing: border-box
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}

body {
	font-family: 'Microsoft Yahei',Arial;
	color: #666;
	font-size: 14px;
	background: #fff
}

a,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,img,input,li,menu,nav,ol,p,section,select,table,tbody,td,textarea,th,tr,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

fieldset,img {
	border: 0;
	vertical-align: top
}

li,ol,ul {
	list-style-type: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

em,i {
	font-style: normal
}

input,textarea {
	border: none;
	resize: none;
	outline: 0;
	-webkit-appearance: none
}

input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: none
}

a {
	color: #333;
	text-decoration: none;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

img {
	max-width: 100%;
	-ms-interpolation-mode: blicubic
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.swiper-wrapper {
	height: auto!important
}

.fl {
	float: left
}

.fr {
	float: right
}

.eps {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.zHead {
	height: .9rem;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 11;
	box-shadow: 0 2px 5px #acacac;
	overflow: hidden;
}

.zHead a {
	display: block
}

.zHead .logo {
	padding: .15rem 0 .15rem .2rem;
	height: .9rem
}

.zHead .logo img {
	max-height: 100%
}

.zHead .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: .9rem
}

.zHead .btn span {
	display: block;
	background: #333;
	width: 22px;
	height: 2px;
	position: absolute;
	left: 14px;
	transition: all ease .35s
}

.zHead .btn span:nth-of-type(1) {
	top: 15px
}

.zHead .btn span:nth-of-type(2) {
	top: 23px
}

.zHead .btn span:nth-of-type(3) {
	top: 31px
}

.zHead .btn_se span:nth-of-type(1) {
	top: 24px;
	transform: rotate(45deg)
}

.zHead .btn_se span:nth-of-type(2) {
	opacity: 0
}

.zHead .btn_se span:nth-of-type(3) {
	top: 24px;
	transform: rotate(-45deg)
}

.downNav {
	position: fixed;
	z-index: 9;
	background: rgba(255,255,255,.9);
	width: 100%;
	height: calc(100% - 50px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease .35s
}

.nav_show {
	top: .9rem
}

.downNav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.downNav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.downNav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.downNav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999
}

.downNav ul li i {
	position: absolute;
	top: 5px;
	right: 0;
	height: 30px;
	width: 10%;
	text-align: right
}

.downNav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease .35s
}

.downNav ul li .downNav_i_se svg {
	transform: rotate(0)
}

.downNav ul li {
	border-top: 1px #ddd solid;
	text-indent: .3rem;
	position: relative;
	line-height: .9rem;
	font-size: 16px
}

.downNav>ul>li:last-child {
	border-bottom: 1px #ddd solid
}

.downNav ul li ul {
	display: none;
	margin: 0
}

.downNav ul li a {
	color: #333;
	width: 80%;
	display: block
}

.downNav ul li ul li a {
	color: #666;
	display: block;
	text-align: left;
	text-indent: .5rem;
	font-size: 14px;
	line-height: .75rem
}

.downNav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
	margin-right: 10px
}

.downNav ul li ul li>ul {
	margin-left: 10px
}

.zSlide {
	overflow: hidden;
	margin-top: .9rem
}

.swiper-container .swiper-slide img {
	display: block;
	width: 100%
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: .5
}

.swiper-pagination-bullet-active {
	background: #2a3d77;
	opacity: 1
}

.zPageSlide {
	margin-top: .9rem;
	background-position: center;
	background-size: cover;
	height: 3rem;
}

.zFoot {
	background: #333;
	padding: .48rem .2rem 1.7rem;
	overflow: hidden;
	color: #888;
	text-align: center
}

.zFoot a {
	padding: 0 .1rem;
	color: #888;
	display: inline-block
}

.zFoot .copy {
	padding-top: .2rem;
	line-height: .48rem
}

.flexBtn {
	background: #1e1e1e;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 13
}

.flexBtn a {
	width: 25%;
	border-left: 1px solid #2c2c2c;
	padding: .15rem 0;
	display: block;
	overflow: hidden;
	text-align: center
}

.flexBtn a i {
	width: .45rem;
	height: .45rem;
	position: relative;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.flexBtn a i::before {
	margin-left: 0;
	font-size: 24px;
	position: relative;
	color: #fff;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.flexBtn a:first-child {
	border-left: none;
	background: #2a3d77
}

.flexBtn a span {
	display: block;
	padding-top: .05rem;
	color: #fff;
	font-size: 12px
}

.ptit {
	text-align: center;
	font-size: .48rem;
	color: #333
}

.ptit span {
	display: block;
	padding-top: .1rem;
	font-size: .24rem;
	color: #777
}

.zProd {
	padding: .5rem 0;
	overflow: hidden;
	background: #f5f5f5
}

.zProd ul {
	padding: .35rem .1rem 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap
}

.zProd ul li {
	width: 50%;
	padding: .1rem .1rem 0 .1rem;
	text-align: center
}

.zProd ul li span {
	display: block;
	line-height: .8rem
}

.zAbout .box a,.zProd .more {
	display: block;
	margin: .4rem auto 0;
	width: 2.8rem;
	line-height: .7rem;
	text-align: center;
	background: #2a3d77;
	color: #fff;
	border-radius: .35rem
}

.zAdv {
	background: url(advbj.jpg) no-repeat;
	padding: .5rem 0;
	overflow: hidden
}

.zAbout .ptit,.zAdv .ptit {
	color: #fff
}

.zAbout .ptit span,.zAdv .ptit span {
	color: #c8c8c8
}

.index-news-big {
	z-index: 1;
	margin-top: .34rem
}

.zAdv .swiperbox {
	padding-left: .2rem
}

.zAdv .box {
	margin: 0 .1rem
}

.zAdv .text_box {
	width: 100%;
	height: 4.6rem;
	border: 1px solid #4f4f4f;
	text-align: center
}

.zAdv .text_box h4 {
	font-size: .75rem;
	color: #fff;
	font-weight: 700;
	font-family: Arial;
	text-align: center;
	padding: .5rem 0 0 0
}

.zAdv .text_box h5 {
	font-size: .24rem;
	color: #fff;
	font-weight: 700;
	text-align: center
}

.zAdv .text_box .heng {
	height: .05rem;
	width: .35rem;
	background-color: #ddd;
	display: inline-block
}

.zAdv .text_box p {
	font-size: .22rem;
	color: #aaa;
	line-height: .34rem;
	margin: .3rem .25rem 0 .25rem
}

.zAdv .swiper-slide {
	width: 3.75rem
}

.zAdv .swiper-wrapper {
	padding-bottom: .2rem
}

.zAdv .swiper-slide-active .text_box {
	border: .01rem solid #2a3d77
}

.zAdv .swiper-slide-active #heng2 {
	background-color: #2a3d77
}

.zAdv .swiper-container {
	overflow: visible;
	padding-top: .45rem
}

.zAdv .swiper-scrollbar {
	background-color: #3d3d3d;
	position: relative;
	top: 0
}

.zAdv .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #2a3d77
}

.zApp,.zNews,.zParnter {
	padding: .5rem 0;
	overflow: hidden
}

.zApp .swiper-container {
	padding-top: .45rem
}

.zApp .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: .3s;
	transform: scale(.8)
}

.zApp .swiper-slide span {
	padding-top: .1rem;
	display: block;
	font-size: .28rem
}

.zApp .swiper-slide img {
	border-radius: 10px
}

.swiper-slide-duplicate-active,.zApp .swiper-slide-active {
	transform: scale(1)
}

.zAbout {
	background: #2a3d77;
	padding: .5rem 0;
	overflow: hidden
}

.zAbout .box {
	text-align: center;
	padding: .55rem .3rem 0;
	color: #f1f1f1;
	font-size: .26rem;
	line-height: .5rem
}

.zAbout .box a {
	background: #fff;
	color: #2a3d77;
	margin-top: .85rem
}

.zNews ul {
	padding: .45rem .2rem 0;
	overflow: hidden
}

.zNews .pic {
	width: 33%;
	height: 1.5rem;
	overflow: hidden;
	float: left
}

.zNews .pic img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.zNews a {
	display: block;
	margin-bottom: .2rem;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: .2rem
}

.zNews .txt {
	padding-left: 36%;
	margin-top: 0;
	line-height: .9rem
}

.zNews .txt .wz {
	line-height: .5rem;
	height: 1rem;
	font-size: 12px;
	color: #888;
	margin-top: 2%;
	overflow: hidden
}

.zNews .txt h3 {
	font-size: 15px;
	color: #333;
	line-height: .4rem
}

.zParnter {
	background: #f5f5f5
}

.zParnter ul {
	padding: .45rem .1rem 0;
	overflow: hidden
}

.zParnter ul li {
	width: 33.33333%;
	float: left;
	padding: .2rem .1rem 0
}

.zParnter ul li img {
	width: 100%
}

.zCatlist {
	height: .8rem;
	background: #2a3d77;
	padding: 0 .25rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px
}

.zCatlist h3 {
	font-weight: 700
}

.zCatlist span {
	display: block;
	line-height: .21rem
}

.zCatlist span i {
	position: relative;
	float: left;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	font-size: 30px
}

.head_menuc_box {
	background: #2a3d77;
	padding: 0 .26rem;
	overflow: hidden;
	display: none
}

.head_menuc_box .head_menu_child {
	line-height: .8rem
}

.head_menuc_box .head_menu_child a {
	color: #fff;
	font-size: 16px
}

.mainBox {
	font-size: 14px;
	line-height: .4rem;
	overflow: hidden
}

.mainBox .viov {
	width: 100%;
	height: 320px
}

.boxAbout {
	padding-top: .3rem;
	overflow: hidden;
	line-height: .4rem;
	font-size: 15px
}

.boxAbout p {
	padding-top: .24rem
}

.pImg iframe {
	width: 100%;
	height: 320px;
	overflow: hidden;
	transition: all .5s;
	padding-top: .34rem
}

.zPage {
	text-align: center;
	padding-top: .4rem;
	overflow: hidden
}

.zPage a,.zPage span {
	font-size: 12px;
	display: inline-block;
	padding: .12rem .22rem;
	background: #fff;
	border-radius: .06rem;
	margin: 0 .1rem;
	vertical-align: top
}

.zPage .Last_page,.zPage .a1_page,.zPage .first_page {
	display: none
}

.zPage a.current {
	background: #2a3d77;
	color: #fff
}


.zPage a.page-num-current {
	background: #2a3d77;
	color: #fff
}






.pageMain {
	padding: .45rem .3rem .8rem;
	background: url(webMap.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden
}

.prodList {
	overflow: hidden
}

.prodList ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.prodList li {
	background: #fff;
	width: 48%;
	margin-bottom: 4%
}

.prodList li span {
	display: block;
	width: 100%;
	padding: .2rem .1rem;
	text-align: center
}

.swiper-container5 {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.swiper-container5 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff
}

.swiper-container5 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #2a3d77
}

.swiper-container5 .swiper-pagination-bullet {
	background: #000
}

.zptitle {
	padding-top: .3rem;
	overflow: hidden
}

.zptitle h3 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #dadada;
	padding-bottom: .2rem
}

.zptitle .tx {
	font-size: 14px;
	line-height: .4rem;
	padding-top: .1rem
}

.zptitle .tx span {
	font-weight: 700;
	color: #333
}

.zptitle .tx p {
	padding-left: 15px;
	padding-top: .2rem;
	padding-bottom: .2rem
}

.zptitle .tx p:nth-of-type(odd) {
	background-color: #e0e0e0
}

.ptitle {
	width: 100%
}

.ptitle span {
	display: block;
	font-size: 22px;
	color: #2a3d77;
	text-transform: uppercase;
	font-weight: 700
}

.ptitle p {
	background: url(orange.png) no-repeat 1.6rem center;
	padding-right: .22rem;
	font-size: 20px;
	color: #333
}

.prodBox {
	background: #f0f1f2;
	padding: .3rem .3rem;
	overflow: hidden
}

.prodDetail {
	background: #fff;
	padding: .4rem .3rem;
	overflow: hidden
}

.prodDetail .hd {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .44rem;
	overflow: hidden
}

.prodDetail .hd .planBtn a,.prodDetail .hd .planBtn span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width: 1.8rem;
	height: .68rem;
	line-height: .68rem;
	background: #a2abb7;
	text-align: center;
	margin-right: .2rem;
	cursor: pointer
}

.prodDetail .hd .planBtn span.on {
	background: #2a3d77
}

.prodDetail .hd .planBtn a {
	background: #f5191e
}

.prodDetail .hd .arl {
	float: right;
	font-size: 0;
	padding-top: 1px;
	text-align: right;
	margin-top: 7px
}

.prodDetail .hd .arl span {
	display: block;
	float: left;
	line-height: 28px;
	color: grey;
	font-size: 12px;
	vertical-align: middle;
	font-weight: 700
}

.prodDetail .hd .arl a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	cursor: pointer
}

.prodDetail .plasBox {
	padding-top: .4rem;
	display: none;
	overflow: hidden;
	font-size: 14px;
	line-height: .4rem
}

.prodDetail .viov {
	width: 100%;
	height: 320px
}

.prodDetail .plasBox p+p {
	padding-top: .2rem
}

.prodDetail .edit {
	margin: 20px 0 70px
}

.prodDetail .edit table {
	width: 100%!important;
	margin: 0 0 40px
}

.prodDetail .edit table,.prodDetail .edit td,.proshow .edit tr {
	border: 1px solid #e6e6e6
}

.prodDetail .edit table tr {
	line-height: 36px
}

.prodDetail .edit table td {
	text-align: center;
	vertical-align: middle
}

.prodDetail .edit table br {
	display: none
}

.pagecont {
	background: #fff;
	padding: .5rem .4rem;
	overflow: hidden
}

.pagecont .box {
	padding-top: .6rem;
	overflow: hidden
}

.pagecont .box .title {
	font-size: 18px;
	color: #000;
	padding-bottom: .2rem
}

.pagecont .box p {
	width: 100%;
	padding-top: .25rem;
	font-size: 14px;
	overflow: hidden
}

.pagecont .box p span {
	display: block;
	width: 40%;
	float: left;
	margin-right: .3rem;
	text-align: center
}

.pagecont .box p img {
	width: 100%;
	display: block
}

.pagecont .mp {
	padding-top: .8rem;
	overflow: hidden
}

.pagecont .mp img {
	width: 100%
}

.pagefeed {
	background: #fff;
	padding: .5rem .4rem;
	margin-top: .45rem;
	overflow: hidden
}

.pagefeed .f_form {
	padding-top: .1rem
}

.pagefeed .f_form .inpuText {
	width: 100%;
	height: .9rem;
	line-height: .9rem;
	float: left;
	display: block;
	color: #b9b9b9;
	padding-left: .2rem;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: #fff;
	margin-top: .3rem
}

.pagefeed .f_form .inputTextarea {
	width: 100%;
	height: 4rem;
	display: block;
	border: 1px solid rgba(0,0,0,.15);
	padding: .2rem;
	margin-top: .3rem;
	color: #b1b1b1;
	font-size: 14px;
	line-height: .3rem;
	background: #fff
}

.pagefeed .f_form .inpuText:focus {
	color: #c1d7ff;
	background-border-color: #c1d7ff;
	outline: 0;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out
}

.pagefeed .f_form .inpuText:focus,.pagefeed .f_form .inputTextarea:focus {
	border-color: #c1d7ff
}

.pagefeed .f_form .inputTextarea:focus {
	color: #333
}

.pagefeed .f_form .inputBtn {
	display: block;
	width: 2rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	font-size: 16px;
	background: #e5e5e5;
	color: #333;
	text-transform: uppercase;
	margin: 30px auto 0
}

.pagefeed .f_form .inputBtn:hover {
	background: #2a3d77;
	color: #fff
}

.falcList {
	overflow: hidden
}

.falcList ul {
	padding: .6rem 0 0 .8rem;
	overflow: hidden;
	position: relative
}

.falcList ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 13px;
	width: 1px;
	height: 100%;
	background: #dcdcdc;
	z-index: 1
}

.falcList ul li {
	padding-bottom: .4rem;
	position: relative
}

.falcList ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -.69rem;
	width: 85px;
	height: 15px;
	background: url(../image/list2.png) no-repeat left center;
	margin-top: -1.5rem;
	z-index: 2
}

.falcList ul li img {
	position: relative;
	z-index: 3
}

.falcList ul li h3 {
	font-size: 20px;
	padding-top: .3rem;
	color: #333
}

.falcList ul li .tx {
	font-size: 14px;
	line-height: .42rem;
	padding-top: .2rem
}

.falcList ul li .tx p {
	padding-top: .2rem
}

.joblist {
	overflow: hidden
}

.joblist li {
	overflow: hidden;
	margin-bottom: .3rem;
	background: #fff
}

.joblist .liti {
	line-height: .8rem;
	background: #dfdfdf;
	display: flex;
	justify-content: space-around
}

.joblist .libox {
	padding: .4rem
}

.joblist .libox .ti {
	padding-bottom: .3rem;
	color: #333;
	font-weight: 700;
	font-size: 16px
}

.joblist .libox .wz {
	font-size: 14px;
	line-height: .42rem;
	margin-bottom: .5rem
}

.joblist .libox .wz p {
	padding-top: .24rem
}

.downList .box {
	background: #fff;
	overflow: hidden
}

.downList .box dt {
	height: .8rem;
	line-height: .8rem;
	background: #dfdfdf;
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: space-around
}

.downList .box dd {
	height: .8rem;
	line-height: .8rem;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	display: flex;
	justify-content: space-around
}

.downList .box dd span {
	display: block;
	height: .8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.downList .box dd span.sp1,.downList .box dt span.sp1 {
	width: 40%
}

.downList .box dd span a {
	display: block;
	width: .4rem;
	height: .4.2rem;
	margin-top: .2rem
}

.downList .box dd:hover {
	background: #fafafa
}

.prodLista {
	overflow: hidden
}

.prodLista ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.prodLista li {
	background: #fff;
	width: 100%;
	margin-bottom: 4%
}

.prodLista li .vo {
	width: 100%;
	overflow: hidden
}

.prodLista li span {
	display: block;
	width: 100%;
	padding: .2rem .1rem;
	text-align: center
}

.newsList li {
	font-size: .2rem;
	padding: .3rem;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	background: #fff
}

.newsList li .pic {
	width: 2.5rem;
	height: 1.86rem;
	float: left;
	display: table-cell;
	vertical-align: middle
}

.newsList li .pic img {
	height: 100%;
	width: 100%
}

.newsList li .txt {
	float: right;
	width: 3.5rem
}

.newsList li .txt h3 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding-top: .1rem
}

.newsList li .txt h4 {
	font-size: 12px;
	font-family: Arial;
	color: #888;
	padding-top: .15rem
}

.newsList li .txt .wz {
	font-size: 12px;
	color: #666;
	height: 1rem;
	line-height: .42rem;
	padding-top: .15rem;
	overflow: hidden
}

.newsDetail .tie {
	font-size: 15px;
	color: #333;
	line-height: .45rem;
	font-weight: 700
}

.newsDetail .time {
	font-size: 12px;
	padding-top: .1rem;
	color: #999
}

.newsDetail .font {
	padding: .45rem .3rem;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
	line-height: .42rem;
	color: #666;
	margin: .2rem 0
}

.newsDetail .font p {
	padding-top: .15rem
}

.newsDetail .prea {
	font-size: 14px;
	padding-top: .1rem
}

.siteMapList {
	overflow: hidden
}

.siteMapList .list {
	background: #fff;
	padding: .3rem;
	margin-bottom: .2rem
}

.siteMapList .list h4 {
	font-size: 15px;
	overflow: hidden;
	width: 100%;
	padding-bottom: .2rem;
	font-weight: 700;
	color: #000
}

.siteMapList .list a {
	font-size: 12px;
	line-height: .42rem;
	margin: 0 .3rem
}

.siteMapList .list a.mo1 {
	margin-left: 0
}