@charset "UTF-8";
*{ margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
body{ margin:0px; padding:0px; color:#666; font-family:Arial,Helvetica,sans-serif; max-width: 7.5rem; margin: 0 auto; font-size: .24rem; line-height: .4rem; overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; outline: none;}
input,textarea,select{*font-size:100%}
.clear:after{ content: ''; display: block; clear:both;}
a{ color:#666; text-decoration:none;}
img{ display: block; border: 0;}
.padTB-50{ padding: .5rem 0;}
.padTB-a{ padding:.2rem .1rem;}
.padTB-b{ padding: .5rem .1rem;}
.marTB-50{ margin: .5rem 0;}
.marT-30{ margin-top: .3rem}
.marT-50{ margin-top: .5rem}
.Msky-block{ width: 100%; height: .1rem; background-color: #eee;}
.imgW{ width: 100%;}
.mui-bar{ max-width: 7.5rem; margin:0 auto;}
.mui-content,body{ background-color: #fff;}

.MskyHeader.mui-bar{ height:1rem; background-color: #fff;}
.MskyLogo{ margin-top: .1rem;}
/*.MskyLogo a {url(../images/Msky-logo.png) no-repeat;}*/
.MskyLogo a{ display: block; width: 4.7rem; height: .79rem; background:  background-size: 4.7rem .79rem;}
.MskyHeader .menu-btn{ display: block; width: .5rem; height: .43rem; background: url(../images/Msky-11.png) no-repeat; background-size: .5rem .43rem; margin-top: .28rem;}
.mui-bar-nav~.mui-content{ padding-top:1rem;}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.bounce-in-down {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes fadeInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.fade-in-down {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.bounce-out-up {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fade-out-up {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.menu-open {
	height: 100%;
	width: 100%;
}
.menu-open .mui-scroll-wrapper {
	position: absolute;
	top: 48;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.menu-backdrop {
	display: none;
}
.menu-open .menu-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 998;
	background-color: rgba(0,0,0,.5);
	left: 0;
}
.menu-wrapper {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	background-color: #101055;
	width: 100%;
}
.mui-table-view{ background-color: inherit;}
.menu-wrapper.hidden {
	-webkit-transform: translate3d(0, -150%, 0);
	transform: translate3d(0, -150%, 0);
	z-index: -1;
}
.menu {
	width: 100%;
}
.menu .mui-table-view-inverted {
	color: gray;
	font-size: 19px;
}
.menu .mui-table-view-inverted .mui-table-view-cell:after {
	height: 2px;
	left: 0;
	right: 0;
}
.menu-wrapper.mui-active,
.menu-wrapper.mui-active .menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu-wrapper .mui-table-view-cell>a:not(.mui-btn){ text-align: left; color: #fff;}
.menu-wrapper .mui-table-view-cell:after{ background-color: #404077;}
.menu-wrapper .mui-table-view-cell>a.ejBtn{ line-height:20px; padding-top:0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; text-indent: 20px;}
.menu-wrapper .mui-table-view-cell>a.mui-active{ background-color: inherit;}

/*Banner*/
.Msky-banner{ width: 100%; position: relative;}
.Msky-banner a{ display: block;}
.Msky-banner img{ width: 100%;}
.Msky-banner .mui-slider-indicator{ bottom: 0;}
.Msky-banner .mui-slider-indicator .mui-indicator{ border-radius: 0; width: .2rem; height: .04rem; background-color: #fff; margin-left: .04rem; margin-right:.04rem; box-shadow:none; margin-top: 0;}
.Msky-banner .mui-slider-indicator .mui-indicator.mui-active{ background-color: #ec7c2e;}
.Msky-xwss{ background-color: #101056; padding:.12rem .1rem;}
.Msky-xwssNew{ line-height: .46rem;}
.Msky-xwssNew img{ display: inline-block; vertical-align: top; width: .32rem; position: relative; top: .08rem; margin-right: .1rem;}
.Msky-xwssNew a{ color: #fff; display: inline-block; vertical-align: top; width:3.2rem; overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;}
.Msky-xwssSea input{  background: url(../images/Msky-3.jpg) no-repeat; background-size: .25rem .25rem; background-position:2.83rem center; background-color: #fff; border: 0; width: 3.24rem; line-height: .46rem; height:.46rem; border-radius:.03rem; margin: 0; padding:0 .6rem 0 .18rem;}
/*Banner end*/

/*Footer*/
.MskyFooter{ background: #101056; color: #fff;}
.MskyFooter-top{ padding: .35rem 0; border-bottom: 1px solid #282867;}
.MskyFooter-l{ padding: 0 .34rem; border-right: 1px solid #282867; margin-right: .34rem;}
.MskyFooter-l a{ display: block; width:1.33rem ;}
.MskyFooter-l a img{ width: 100%;}
.MskyFooter-l dt{ width: 1.22rem; margin: 0 auto;}
.MskyFooter-l dt img{ width: 100%;}
.MskyFooter-l dd{ font-size: .18rem; text-align: center; margin-top: .1rem;}
.MskyFooter-r{ width: 4.9rem; margin-right: .2rem;}
.MskyFooter-rMeau{ padding-bottom: .36rem; margin-bottom: .36rem; border-bottom: 1px solid #282867;}
.MskyFooter-rMeau ul{ margin: -.46rem 0 0 -.54rem;}
.MskyFooter-rMeau li { float: left; margin: .46rem 0 0 .54rem;}
.MskyFooter-rMeau a{ display: block; line-height: .26rem; font-size: .22rem; color: #fff;}
.MskyFooter-rMeau img{ height: .26rem; display: inline-block; vertical-align: top; margin-right: .07rem;}
.MskyFooter-rDz p{ font-size: .2rem; line-height:1.4; margin-bottom: .15rem; color: #fff;}
.MskyFooter-rDz p:last-child{ margin-bottom: 0;}
.MskyFooter-copy p{ line-height: .3rem; color: #fff; font-size: .16rem; padding: .21rem .1rem; text-align: center;}
/*Footer end*/

/*Index*/
.MskyIndex-aboutTop { background-color: #101056;}
.MskyIndex-aboutTop img{ width: 2.94rem;}
.MskyIndex-aboutTop dl{ color: #fff; width: 3.9rem;}
.MskyIndex-aboutTop dt{ font-weight: bold; line-height: 1;}
.MskyIndex-aboutTop dd{ font-size: .2rem; line-height: 1.6; margin-top: .18rem;}
.MskyIndex-aboutTop dd a{ color: #f18a00; display: inline-block; margin-left: .2rem;}
.MskyIndex-aboutBot{ margin-top: .1rem; background-color: #101056;}
.zs-slider .mui-slider-item li{ width: 1.53rem; float: left; margin-right: .12rem;}
.zs-slider .mui-slider-item li:first-child{ margin-left: .3rem;}
.zs-slider .mui-slider-item li:last-child{ margin-right: 0;}
.zs-slider .mui-slider-indicator{ width: 100%; bottom: 50%; margin-bottom: -.3rem; left: 0;}
.zs-slider .mui-slider-indicator .mui-icon{ width: .2rem; height: .6rem; border: 0; background-color: #092164; margin: 0; line-height: .6rem; font-size: .14rem;}

.MskyIndex-tit{ padding-bottom: .15rem; border-bottom: .04rem solid #eee; margin-bottom: .1rem;}
.MskyIndex-tit h4{ color: #999;  line-height: 1; text-transform: uppercase;}
.MskyIndex-tit h4 span{ color: #101056; font-size: .34rem; display: inline-block; position: relative;}
.MskyIndex-tit h4 span:after{ content:''; display: block; position: absolute; left: 0; bottom: -.2rem; width: 100%; height: .04rem; background-color: #101056;}
.MskyIndex-tit a{ display: block; width: 1.02rem; text-align: center; line-height: .36rem; color: #fff; background-color: #f18a00; border-radius: .03rem;}
.MskyIndex-list li{ padding: .2rem 0; border-bottom: 1px dashed #ccc;}
.MskyIndex-list li:last-child{ padding-bottom: 0; border: 0;}
.MskyIndex-list .liImg{ width: 3rem; padding: .04rem; border: 1px solid #e8e8e8;}
.MskyIndex-list .liImg img{ width: 100%; height: 1.7rem;}
.MskyIndex-list dl{ width: 4.1rem;}
.MskyIndex-list dt{ width: 100%; color: #101056; font-size: .28rem; line-height: 1; padding: .2rem 0; border-bottom: .02rem solid #101056; margin-bottom: .2rem; overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;}
.MskyIndex-list dd{ line-height: 1.6; word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;}
/*Index end*/

.Msky-fyMain{ padding: .6rem .2rem;}
.Msky-fyTit{ text-align: center;}
.Msky-fyTit h4{ display:inline-block; color: #101056; font-size: .36rem; line-height: .39rem;}
.Msky-fyTit h4 span{ display: block; background: url(../images/Msky-18.jpg) no-repeat left center; background-size: .45rem .39rem; padding-left: .52rem;}
.Msky-fyTit:after{ content: ''; display: block; width:.76rem; height: .03rem; background-color: #eb6301; margin: .15rem auto auto auto;}
.Msky-fyMeau ul{ margin: -.2rem -.1rem 0 -.1rem; font-size: 0;}
.Msky-fyMeau li{  margin:.2rem .1rem 0 .1rem; display: inline-block; vertical-align: top;}
.Msky-fyMeau a{ display: block; font-size: .24rem; width: 2.2rem; line-height: .66rem; height: .66rem; background-color: #101056; text-align: center; color: #fff; border-radius: .08rem;}
.Msky-fyMeau li.on a{ background-color: #eb6301;}
.Msky-fyHf{ border: 1px solid #dcdcdc; padding: .1rem;}
.Msky-fyHf img{ width: 100%;}
.Msky-fyCon .text{ color: #3a3a3a; text-indent: 2em; margin-bottom: .4rem; font-size:.22rem;}
.Msky-fyCon .text:last-child{ margin-bottom: 0;}

.dsjList{ padding-left: .43rem; position: relative; padding-top: .2rem; padding-bottom: .2rem;}
.dsjList:after{ content: ''; display: block; width: .02rem; position: absolute; left: .1rem; top: 0; bottom: 0; background-color: #c9c9c9;}
.dsjList ul{ position: relative; z-index: 2;}
.dsjList li{ border: 1px solid #101056; padding: .15rem .15rem; position: relative; margin-top: .35rem;}
.dsjList li:first-child{ margin-top: 0;}
.dsjList dt{ color: #080a5f; line-height: 1.8;}
.dsjList dd{ color: #3a3a3a; font-size: .22rem; line-height: 1.8; margin-top: .1rem;}
.dsjList li:before{ content: ''; display: block; width:.17rem; height:.17rem; background-color: #ee7800; border: .04rem solid #1d2088; border-radius: 50%; position: absolute; top: .06rem; left: -.45rem;}
.dsjList li:after{ content:''; width: .16rem; height: .14rem; background: url(../images/Msky-21.jpg) no-repeat; background-size: .16rem .14rem; position: absolute; left: -.16rem; top: .15rem;}
.xstdBox{ text-align: center; font-size: 0;}
.xstdBox dl{ display: inline-block; vertical-align: top; margin: .4rem .3rem 0 .3rem;}
.xstdBox:first-child dl{ margin-top: 0;}
.xstdBox dt { text-align: center;}
.xstdBox dt img{ width: 1.5rem; height: 2rem; display: inline-block; vertical-align: top;}
.xstdBox dd{ color: #666; font-size: .22rem; line-height: 1.8; margin-top: .1rem}
.ryzz-a li{ color: #3a3a3a;line-height:1.8; padding: .05rem 0;}
.skyFy-conentBt h5{ color: #a40000; font-size: .28rem; line-height: 1; font-weight: bold; padding-left:.13rem; border-left: .03rem solid #a40000;}
.ryzz-b .zs-slider .mui-slider-item li{ width: 1.62rem; margin: 0 .12rem;}
.ryzz-b .zs-slider .mui-slider-item li:first-child { margin-left: .85rem;}
.ryzz-b .zs-slider .mui-slider-indicator .mui-icon{ width: auto; height: auto; background-color: inherit; color: #dcdcdc; font-size: .6rem;}

.newsCon-box{ padding-bottom: .5rem; margin-bottom: .5rem; border-bottom: 1px solid #e5e5e5;}
.newsCon-box:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: 0;}
.newsCon-box .skyFy-conentBt h5{ color: #3a3a3a; border-color: #3a3a3a;}
.newsCon-img .mui-slider-group a{ display: block; position: relative;}
.newsCon-img .mui-slider-group img{ width: 100%; height:3.81rem;}
.newsCon-img .mui-slider-group .bdText{ position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgba(0,0,0,.6); padding: 0 .2rem; height: .58rem; overflow: hidden;}
.newsCon-img .mui-slider-group .bdText p{ line-height: .58rem; height:.58rem; color: #fff; font-size: .24rem; width:5rem; overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;}
.newsCon-img .mui-slider-indicator{ bottom: .03rem; right: .1rem; font-size: 0; text-align: right;}
.newsCon-img .mui-slider-indicator .mui-indicator{ vertical-align: top; margin: 0 .03rem; border-radius: 0;  width: .3rem; height: .3rem; text-align: center; border: 1px solid rgba(255,255,255,.9); background-color: rgba(255,255,255,.2); text-align: center; color: #fff; font-size: .22rem; line-height: .3rem;}
.newsCon-img .mui-slider-indicator .mui-indicator.mui-active{ background-color: rgba(29,32,136,.6); border-color:rgba(29,32,136,.9);}
.newsCon-list a{ display: block; color: #3a3a3a; line-height: 2;}
.newsCon-list span.mui-pull-left{ width: 5.2rem; overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;}
.newsCon-moreBtn{ width: 100%; text-align: right;}
.newsCon-moreBtn a{ display: inline-block; color: #02045b; font-size: .22rem;}
.newList-page{ width: 100%; text-align: center; font-size: 0;}
.newList-page li{ display: inline-block; vertical-align: top; margin: 0 .05rem;}
.newList-page li.sl{ line-height: .46rem; height: .46rem; font-size: .23rem;}
.newList-page a{ display: block; border: 1px solid #dddddd; height:.46rem; line-height: .46rem; min-width:.5rem; padding: 0 .05rem; text-align: center; color: #999; font-size: .23rem;}
.newList-page .on a{ color: #fff; background-color: #02045b; border-color: #02045b;}
.newsDetail-tit{ text-align: center; padding-bottom: .3rem; margin-bottom: .3rem; border-bottom: 1px dashed #e5e5e5;}
.newsDetail-tit h5{ color: #02045b; font-size:.3rem; line-height: 1.8;}
.newsDetail-tit h6{ font-size: .2rem; margin-top:.2rem}

.sjNav{ padding-top: .3rem; border-top: 1px solid #dcdcdc;}
.sjNav ul{ width: 100%;  border: 1px solid #dcdcdc; border-radius: .05rem; overflow: hidden;}
.sjNav li{ width: 50%; float: left;}
.sjNav a{ display: block; text-align: center; line-height: .64rem;}
.sjNav li:last-child a{ border-left: 1px solid #dcdcdc;}
.sjNav li.on a{ background-color: #eb6301; color: #fff;}
.imgList ul{ margin: -.14rem 0 0 -.1rem;}
.imgList li{ float: left; margin: .14rem 0 0 .15rem;}
.imgList a{ display: block; width: 3.4rem; border: 1px solid #d3d3d3; padding:.06rem;}
.imgList dl{ width:100%; height: 2.6rem; position: relative;}
.imgList dl img{ width: 100%; height: 100%;}
.imgList dd{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
.imgList dd:after{ content: ''; display: block; width: .54rem; height: .54rem; background:url(../images/Msky-26.png) no-repeat; background-size: .54rem .54rem; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.imgList li p{ font-size: .22rem; padding:.24rem 0 .2rem; text-align: center; width: 100%; overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;}

.Msky-fyMeau.centerPos{ width: 100%; text-align: center;}
.Msky-fyMeau.centerPos li{ display: inline-block; vertical-align: top;}

.jrwmText dt{ color: #3a3a3a; font-weight: bold;}
.jrwmText dd{ font-size: .22rem; line-height: 1.8;}
.jrwmText dd p{ padding-top: .1rem;}
.jrwmText dd p:first-child{ padding-top: 0;}
.yqljCon ul{ margin: -.5rem 0 0 0;}
.yqljCon li{ float: left; width: 3rem; margin: .5rem .25rem 0 .25rem;}
.yqljCon .li-img{ width:100%; height: 1.4rem; border: 1px solid #d3d3d3; position: relative;}
.yqljCon img{  max-height: 1rem; max-width: 2.28rem; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.yqljCon p{ text-align: center; margin-top: .2rem; font-size: .2rem; line-height: 1.4;}

.zydj li{ padding: .25rem .17rem; border: 1px solid #dcdcdc; margin-top: .2rem;}
.zydj li:first-child{ margin-top: 0;}
.zydj li h5{ color: #3a3a3a; line-height: 1.8; font-weight: bold; padding-bottom: .2rem; margin-bottom: .2rem; border-bottom: 1px dashed #d3d3d3;}
.zydj li dl{ color: #666; line-height: 1.8;}
.zydj li dt{ font-size: .22rem;}
.zydj li dd{ margin-top: .1rem;}
.djBtn{ display: block; width: 2.6rem; line-height: .66rem; height: .66rem; text-align: center; color: #fff; border-radius: .05rem; margin: .3rem auto auto auto;}
.djBtn.ydj{ background-color: #009944;}
.djBtn.ywc{ background-color: #a0a0a0;}
.djBtn.ddj{ background-color: #e60012;}
.skyPop{ display: none; position: relative; z-index: 10;}
.mask{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,.6);}
.skyPop-box{ display: none; width: 7.1rem; background-color: #fff; padding: .5rem .3rem; position: fixed; left: 50%; top: 50%;  transform: translateX(-50%) translateY(-50%);}
.skyPop-tit{ text-align: center; color: #101056; font-size: .34rem; line-height: 1; font-weight: bold;}
.skyPop-formGroup{ margin-top: 15px;}
.skyPop-formGroup:first-child{ margin-top: 0;}
.skyPop-formGroup.bor{border: 1px solid #ddd; padding: }
.skyPop-formInput,input[type=text].skyPop-formInput,textarea.skyPop-formInput,select.skyPop-formInput{ margin-bottom: 0; height: .64rem; border: 1px solid #ddd; padding: .17rem .15rem; color: #666; font-size: .26rem; width: 100%;}
textarea.skyPop-formInput{ height: 2.25rem; border-radius: 0;}
select.skyPop-formInput{ line-height: 1;}
.upfile input[type=file]{ width: 100%; position: absolute;left: 0; top: 0; right: 0; bottom: 0; opacity: 0;}
.upfile{ position: relative}
.upfile p{ line-height: 1;}
.skyPop-formBtn{ width: 100%; text-align: center;}
.skyPop-formBtn-a{ display: inline-block; line-height: .68rem; text-align: center; width: 2.2rem; border: 1px solid #101056; color: #fff; background-color: #101056; border-radius: .3rem; margin: 0 .35rem; font-size: .26rem;}
.skyPop-formBtn-a.noBg{ background-color: inherit; color: #101056;}
.skyPop-djwc{ text-align: center;}
.skyPop-djwc img{ display: inline-block; width:1.47rem;}
.fbxqTit{ text-align: center;}
.fbxqTit h4{ color: #333; font-size: .36rem;}
.fbxqTit p{ color: #999; font-size: .24rem; line-height: 1.4;}
.fbxq .skyPop-form{ padding: 0 .2rem;}
.fbxq .skyPop-formBtn-a{ width: auto; display: block; border-radius: 0; margin: 0;}

.jbxx-tit{ padding-bottom: .1rem; border-bottom: .02rem solid #e5e5e5;}
.jbxx-tit h5{ line-height: 1; font-size: .35rem; color: #131358; font-weight: bold; position: relative; display: inline-block;}
.jbxx-tit h5 span{ color: #e94e08;}
.jbxx-tit h5:before{ content:''; display: inline-block; width: .08rem; height: .14rem; background: url(../images/Msky-36.jpg) no-repeat; background-size: .08rem .14rem; vertical-align: top; margin-right: .1rem; position: relative; top: .1rem;}
.jbxx-tit h5:after{ content: ''; display: block; width: 100%; height: .02rem; background-color: #e94e08; position: absolute; left: 0; bottom: -.2rem;}
.jbxx-con ul{ margin: 1px 0 0 0;}
.jbxx-con li{ border: 1px solid #e5e5e5; width: 100%; margin:-1px 0 0 0; background-color: #f3f3f3;}
.jbxx-con dt{ line-height: 1.6; padding: .2rem; background-color: #f3f3f3; width: 30%; float: left; text-align: center;}
.jbxx-con dd{  line-height: 1.6; padding:.2rem; width: 70%; float: left; background-color: #fff;  border-left: 1px solid #e5e5e5; word-wrap: break-word}
.jbxx-ms dl{ margin-bottom: .3rem;}
.jbxx-ms dl:last-child{ margin-bottom: 0;}
.jbxx-ms dt{ color: #3a3a3a; font-size: .24rem; font-weight: bold; line-height: 1.2;}
.jbxx-ms dd{ color: #666; font-size: .22rem; line-height: 1.8; margin-top: .15rem;}
.cgzsImg { margin: 0 .5rem;}
.cgzsImg img{ width: 100%;}

img{    max-width: 100%;
    max-height: 100%;}
/*.MskyLogo a {url(../images/Msky-logo.png) no-repeat;}*/	
	