<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document by cjy */
html,
body {
  font-size: 30px;
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
  html,
  body {
    font-size: 25px;
  }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  html,
  body {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  html,
  body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  html,
  body {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
  html,
  body {
    font-size: 16.875px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  html,
  body {
    font-size: 16.4px;
  }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
  /*7PLUS*/
  html,
  body {
    font-size: 16.4px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
  html,
  body {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
  html,
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
  html,
  body {
    font-size: 12px;
  }
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  color: #333;
}
html {
  display: inline-block;
  width: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
strong {
  font-weight: bold;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.dis-in-b {
  display: inline-block;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  overflow: hidden;
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* CSS Document by cjy */
/*common-start*/
body {
  background: #ebebeb;
}
.mt20 {
  margin-top: 0.7rem;
}
.mt10 {
  margin-top: 0.6rem;
}
.mt30 {
  margin-top: 30px;
}
.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}
.wrapper1 {
  max-width: 710px;
  margin: 0 auto;
  padding: 0 0.6rem;
  background-color: #ffffff;
}
.dis-none {
  display: none;
}
/*头部*/
.header {
  background-color: #004687;
  padding: 0.6rem;
  height: auto;
  position: relative;
}
.header .top-xlk {
  left: 0;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 4.2rem;
  height: auto;
  padding-bottom: 10px;
  box-shadow:0px 3px 10px rgba(0,0,0,.5);
  background-color: #fff;
  /* background: url("../images/2017swtapp-top-zkbg.png") no-repeat;
  background-size: 100% 100%; */
}
.header .xlk-menu a {
    display: inline-block;
    float: left;
    padding: .8rem 0.6rem 0;
    text-align: center;
    font-size: 1rem;
}
.header .xlk-menu a:hover,
.header .xlk-menu a.cur {
  color: #e63722;
  font-weight: bold;
}
.header .xlk-search {
  width: 16rem;
  margin: 0.8rem auto;
  height: 2.4rem;
  display: block;
  background: url("../images/2017swtapp-top-search.png") no-repeat;
  background-size: 100% 100%;
}
.header .xlk-search .srk {
  width: 12.4rem;
  outline: none;
  border: none;
  font: 0.6rem/1.4rem "微软雅黑";
  background-color: #fff;
  padding-left: 0.4rem;
  margin-left: 1rem;
  margin-top: 0.2rem;
}
.header .xlk-search .ss {
  float: right;
  width: 2rem;
  margin-top: 0.2rem;
  height: 1.4rem;
  outline: none;
  border: none;
  background: none;
}
.header a {
  display: inline-block;
}
.header a.logo {
  float: left;
  width: 70%;
}
.header a.logo img {
  width: 100%;
}
.header a.menu {
  float: right;
  width: 2rem;
  margin-top: 0.5rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url("../images/2017swtapp-menu.png") left center no-repeat;
  background-size: 100% 100%;
}
.header a.menu.zk {
  background: url("../images/2017swtapp-menu.png") left center no-repeat;
  background-size: 100% 100%;
}
.header a.search {
  float: right;
  width: 2rem;
  margin-top: 0.2rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url("../images/2017swtapp-search.png") left center no-repeat;
  background-size: 100% 100%;
}
.header a.search.zk {
  background: url("../images/2017swtapp-top-gban.png") left center no-repeat;
  background-size: 100% 100%;
}
/*头部*/
/*尾部*/
.footer {
  margin-top: 1rem;
  border-top: 2px solid #4188af;
  background-color: #e8f2f7;
  padding: 1rem 0 6rem;
}
.footer p {
  /* font: 0.6rem/1.2rem "微软雅黑"; */
  color: #666666;
  text-align: center;
}
.footer p a {
    color: #666666;
}
.footer p strong {
  font: bold 0.8rem/1.6rem "微软雅黑";
  color: #333333;
}
.footertp {
  width: 7rem;
  margin: 0 auto;
}
.footertp a {
  display: inline-block;
}
.footertp .a1 img {
  width: 2.5rem;
}
.footertp .a2 img {
  margin-top: 0.6rem;
  width: 4rem;
}
/*尾部*/
/*首页*/
/* 焦点图 start*/
.main {
  width: 100%;
  margin: 0.6rem auto;
  position: relative;
  overflow: hidden;
}
.index-banner {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  width: 100%;
}
.index-banner .swiper-wrapper li {
  float: left;
}
.index-banner .swiper-wrapper li img {
  width: 100%;
  height: 100%;
  display: none;
}
.index-banner .index-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 15%;
  text-align: right;
}
.index-banner .index-pagination span {
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: 2%;
  margin-right: 1%;
  border-radius: 50%;
  background: #9f9f9f;
  /*原点背景色*/
  display: inline-block;
}
.index-banner .index-pagination span.swiper-active-switch {
  background: #fff;
  /*原点动态颜色*/
}
.index-banner .banner-title {
  position: absolute;
  left: 3%;
  bottom: 2.7%;
  color: #fff;
  font-size: 1.4em;
  z-index: 100;
}
.banner-title p {
  color: #fff;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 0.8rem/1.6rem "微软雅黑";
}
/*焦点图 end*/
/*网上办事*/
.wsbs-m {
  height: auto;
  margin:.3rem auto;
  overflow: hidden;
}
.wsbs-m .zwfw{
    width: 45%;
    display: inline-block;
}
.wsbs-m .zwfw img {
    width:100%;
    height: 3.5rem;
}
.wsbs-m .index-wsbs-xxgkzn1{
    float: right;
    width: 55%;
}
.index-wsbs-xxgkzn1 a {
    width: 31%;
    height: auto;
    display: inline-block;
    float: left;
    padding: 1.6rem 0.1rem 0;
    /* font: 0.8rem/1rem "微软雅黑"; */
    text-align: center;
    padding-bottom: .2rem;
}
.index-wsbs-xxgkzn1 a.a1 {
    background: #f5f5f5 url(../images/2017swtgb-wsbs-nr1_m.png) center .3rem no-repeat;
}
.index-wsbs-xxgkzn1 a.a2 {
    background: #fafafa url(../images/2017swtgb-wsbs-nr2_m.png) center .3rem no-repeat;
}
.index-wsbs-xxgkzn1 a.a3 {
    background: #fafafa url(../images/2017swtgb-wsbs-nr4_m.png) center .3rem no-repeat;
}
.more {
  margin-right: 10px;
  display: inline-block;
}
.more a {
  font: 0.7rem/1.8rem "微软雅黑";
  color: #666666;
  display: none;
}
.more a:hover {
  text-decoration: underline;
}
ul.comlist1 { overflow: hidden;
  padding: 0.3rem 0;
}
ul.comlist1 li a {
  display: block;
  width: 83%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 0.9rem/1.8rem "微软雅黑";
  color: #333333;
  padding-left: 0.4rem;
}
ul.comlist1 li a:hover {
  color: #fa0e0e;
}
ul.comlist1 li strong {
  float: left;
  color: #004687;
  font: 0.8rem/1.8rem "微软雅黑";
}
ul.comlist2 {
  padding: 0.3rem 0.4rem;
}
ul.comlist2 li {height: auto;overflow: hidden;
  margin: 0.4rem 0;
}
ul.comlist2 li strong {float: left;
    color: #004687;
    /* font: 0.8rem/1.2rem "微软雅黑"; */
}
ul.comlist2 li a {float: left; width: 59%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  /* font: 0.9rem/1.2rem "微软雅黑"; */
    color: #333333;
    padding-left: 0.2rem;
}
ul.comlist2 li a:hover {
  color: #fa0e0e;
}
.index-comtit {
  display: block;
  padding-left: 7%;
  font: 1rem/2rem "微软雅黑";
}
.index-comtit.a1 {
  background: url("../images/2017swtapp-tit1.png") left bottom no-repeat;
  background-size: 100% auto;
}
.index-comtit.a2 {
  background: url("../images/2017swtapp-tit2.png") left bottom no-repeat;
  background-size: 100% auto;
}
.index-comtit.a3 {
  background: url("../images/2017swtapp-tit3.png") left bottom no-repeat;
  background-size: 100% auto;
}
.index-comtit:hover {
  color: #fa0e0e;
}
.index-tit2 {
  margin-top: .5rem;
  text-align: center;
  border-bottom: 1px dashed #cfd8dc;
  height: auto;
}
.index-tit2-nr {
  display: inline-block;
}
.index-tit2-nr a,
.index-tit2-nr span {
  display: inline-block;
  float: left;
  font: 0.9rem/2rem "微软雅黑";
  color: #e63722;
  padding: 0 0.2rem;
}
.index-tit2-nr a:hover,
.index-tit2-nr span:hover {
  color: #fa0e0e;
}
.index-zwgk a {
  text-align: center;
  font: 1rem/2.4rem "微软雅黑";
  padding-bottom: 0.6rem;
  display: inline-block;
  width: 49%;
  background: url("../images/2017swtapp-index-zwgk.png") no-repeat;
  background-size: 100% 100%;
}
.index-zwgk a:hover {
  color: #fa0e0e;
}
.index-tit3 {
  background-color: #eeeeee;
}
.index-tit3 a {
  display: inline-block;
  padding: 0 0.4rem;
  color: #fff;
  font: 1rem/2rem "微软雅黑";
  background-color: #00a1de;
}
.index-zcwj {
  background-color: #fafafa;
}
.index-tzgd {
  width: 80%;
  margin: 0.6rem auto;
}
.index-tzgd img {
  width: 100%;
}
.index-tzgd-list {
  padding: 0.3rem 0.2rem 0.6rem 0.6rem;
  background: url("../images/2017swtapp-zexjh.png") no-repeat;
  background-size: 100% 100%;
}

/*首页*/
/*面包屑*/
.mbx {
  width: 91%;
  font: 0.7rem/2.8rem "微软雅黑";
  padding-left: 1.4rem;
  color: #666666;
  padding-left: 9%;
  height: auto;
  background: #f5f5f5 url("../images/2017sltapp-mbx.png") 3% center no-repeat;
  background-size: auto 34%;
}
.mbx a {
  font: 0.7rem/2.2rem "微软雅黑";
  color: #666666;
}
.mbx a:hover {
  color: #fa0e0e;
}
/*概览s*/
.gl-cont h2 {
  border-bottom: 1px solid #d4d4d4;
  font: bold 1.2rem/3rem "微软雅黑";
  color: #004687;
}
.gl-comlist {
  margin-top: 1rem;
}
.gl-comlist a { width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
  display: block;padding: 5px 0;
  /* font: 0.8rem/1.8rem "微软雅黑"; */
}
.gl-comlist1 {
  margin-top: 1rem;
}
.gl-comlist1 a {
  display: inline-block;
  font: 0.8rem/1.8rem "微软雅黑";
}
.gl-comlist1 span{
    font: 0.8rem/1.8rem "微软雅黑";
    color: #d32525;
    float: right;
}
.page{
	background-color:#CFD8DC ;
	text-align: center;
}
.page span,.page a{
	text-align: center;
	display: inline-block;
	padding: 0 0.2rem;
	font:0.6rem/1.2rem "微软雅黑";
	color: #333;
}
.page select{
	width: 1.4rem;
	height: 0.7rem;
	
}
.page input{
	border: none;
	background-color: #CFD8DC;
	font:0.6rem/1.2rem "微软雅黑";
	color: #333;
}
/*概览e*/
/*细览s*/
.xl-cont h3{ font-weight: bold ! important;
	 font:1.2rem/1.8rem "微软雅黑";
	 width: 90%;
	 text-align: center;
	 margin: 1rem auto;
}
.xl-cont .gzdt{ text-align: center;
	border-bottom: 1px solid #9F9F9F;
}
.xl-cont .gzdt span{
	font:0.6rem/1rem "微软雅黑";
	color: #666666;
	display: inline-block;
}
.bdsharebuttonbox{
	float: right;
	display: inline-block;
}
.zwnr {
	margin: 0.6rem 0;
}
.zwnr p{
		font:0.7rem/1rem "微软雅黑";
}
/*细览e*/</pre></body></html>