@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 {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* CSS Document by cjy */
/*common-start*/
body {
  background: #fff;
}
.mt20 {
  margin-top: 18px;
}
.mt10 {
  margin-top: 0.6rem;
}
.mt30 {
  margin-top: 30px;
}
.wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: #ebebeb;
  padding-bottom: 0.5rem;
}
.dis-none {
  display: none;
}
/*头部*/
.header img {
  width: 100%;
  display: block;
}
.header .nav {
  background-color: #0d495b;
}
.header .nav a {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
  border-left: 1px solid #045b78;
  margin-left: -1px;
  font: 1rem/2.2rem "微软雅黑";
}
.header .nav a:hover,
.header .nav a.cur {
  background-color: #e5370a;
}
/*尾部*/
.footer {
  margin-top: 0.5rem;
  max-width: 750px;
  margin: 0 auto;
  background: #0a3c51;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer p {
  font: 0.5rem/0.9rem "微软雅黑";
  text-align: center;
  color: #eeeeee;
}
.footer .footer-img {
  padding: 0.4rem 0;
  text-align: center;
}
.content {
  margin: 0.5rem 0.5rem 0;
  background-color: #fff;
}
.content-zw {
  margin: 1rem 0.5rem 0;
}
/* 焦点图 start*/
.main {
  width: 100%;
  max-width: 750px;
  margin: 0 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: 8px;
  height: 8px;
  margin-top: 4%;
  margin-right: 1.5%;
  border-radius: 50%;
  background: #aa878e;
  /*原点背景色*/
  display: inline-block;
}
.index-banner .index-pagination span.swiper-active-switch {
  background: #fff;
  /*原点动态颜色*/
  width: 14px;
  border-radius: 40%;
}
.index-banner .banner-title {
  position: absolute;
  left: 3%;
  bottom: 2.7%;
  color: #fff;
  font-size: 1rem;
  z-index: 100;
}
.banner-title p {
  width: 16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
/*焦点图 end*/
/*通知公告*/
.tzgg {
  background-color: #f8f8f8;
}
.tzgg strong {
  display: inline-block;
  float: left;
  background: url("2017gxx-app-tzgg.png") left center no-repeat;
  background-size: 100%;
  width: 4rem;
  height: 3.5rem;
}
.tzgg .tzgg-wz {
  display: inline-block;
  margin-top: 0.8rem;
  width: 17rem;
  margin-left: 0.7rem;
}
.tzgg MARQUEE {
  height: 2.1rem;
}
.tzgg MARQUEE a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 1.1rem/2.1rem "微软雅黑";
  display: block;
  color: #333;
}
/*正文内容*/
.ssdt-tit {
  background-color: #f8f8f8;
  margin-top: 1rem;
}
.ssdt-tit a {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  color: #666666;
  font: 0.9rem/1.8rem "微软雅黑";
}
.ssdt-tit a.cur,
.ssdt-tit a:hover {
  color: #fff;
  background-color: #ffa101;
}
ul.comlist1 {
  padding: 0.5rem;
}
ul.comlist1 li a {
  display: block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 0.9rem/2rem "微软雅黑";
  color: #333333;
  padding-left: 0.8rem;
  background: url("2017gxx-app-comlist1.png") 4px center no-repeat;
}
ul.comlist1 li a:hover {
  color: #fa0e0e;
}
ul.comlist1 li span {
  float: right;
  color: #999999;
  font: 0.8rem/2rem "微软雅黑";
}
.swgkcont {
  margin-top: 0.5rem;
}
.swgk {
  display: inline-block;
  float: left;
}
.swgk a {
  display: block;
  border-radius: 4px;
  font: 1rem/3rem "微软雅黑";
  padding-left: 35%;
}
.swgk a:hover {
  background-color: #f3cf96;
}
.swgk a.a1 {
  background: #fff5e5 url("2017gxx-app-swgk1.png") center 0.8rem no-repeat;
  background-size: 30%;
  padding-top: 3.2rem;
  padding-left: 0;
  text-align: center;
  line-height: 3.3rem;
}
.swgk a.a2 {
  background: #fff5e5 url("2017gxx-app-swgk2.png") 1.2rem center no-repeat;
  background-size: 17%;
  margin-bottom: 0.5rem;
}
.swgk a.a3 {
  background: #fff5e5 url("2017gxx-app-swgk3.png") 1.2rem center no-repeat;
  background-size: 17%;
}
.swgk a.a4 {
  background: #fff5e5 url("2017gxx-app-swgk4.png") 1.2rem center no-repeat;
  background-size: 17%;
  margin-bottom: 0.5rem;
}
.swgk a.a5 {
  background: #fff5e5 url("2017gxx-app-swgk5.png") 1.2rem center no-repeat;
  background-size: 17%;
}
.swgk.nr1 {
  width: 24%;
}
.swgk.nr2 {
  width: 36%;
  margin-left: 2%;
}
.index-table {
  margin-top: 0.5rem;
}
.index-table table {
  width: 100%;
}
.index-table table th {
  background-color: #fff5e5;
  font: 0.8rem/1.6rem "微软雅黑";
}
.index-table table th.th1 {
  width: 75%;
}
.index-table table th.th2 {
  width: 25%;
}
.index-table table td {
  text-align: center;
  font: 0.6rem/1.5rem "微软雅黑";
}
.index-table table td a {
  display: block;
  font: 0.7rem/1.6rem "微软雅黑";
  text-align: left;
  padding-left: 0.5rem;
}
.index-table table td a:hover {
  color: #fa0e0e;
}
.index-table table td span {
  color: #666;
}
.index-table table td span.col {
  color: #ffa101;
}
.index-table table tbody tr {
  background-color: #f9f9f9;
}
.index-table table tbody tr.bg1 {
  background-color: #f3f3f3;
}
.index-clj {
  width: 18rem;
  height: 3rem;
  margin: 1.4rem auto 0;
}
.index-clj a {
  display: inline-block;
  width: 5rem;
  padding-left: 3rem;
  font: 0.8rem/1.6rem "微软雅黑";
  color: #fff;
}
.index-clj a.a1 {
  background: #ff7043 url("2017gxx-app-wyxx1.png") 1rem center no-repeat;
}
.index-clj a.a2 {
  background: #ff7043 url("2017gxx-app-wyxx2.png") 1rem center no-repeat;
}
/*概览*/
/*面包屑*/
.mbx {
  display: inline-block;
  font: 0.7rem/2.2rem "微软雅黑";
  padding-left: 1.4rem;
  color: #666666;
  margin-right: 1.2rem;
  height: 2.2rem;
  background: url("2017gxx-app-glmbx.png") left center no-repeat;
}
.mbx a {
  font: 0.7rem/2.2rem "微软雅黑";
  color: #666666;
}
.mbx a:hover {
  color: #fa0e0e;
}
.gl-title {
  border-bottom: 1px solid #e3e3e3;
}
.gl-title strong {
  color: #098c86;
  display: inline-block;
  float: left;
  margin-left: 1.2rem;
  font: 1.2rem/2.2rem "微软雅黑";
}
.gl-cont-footer {
  height: 3rem;
  background-color: #ebf7f6;
}
.gl-cont-footer .ysxx {
  margin-left: 0.6rem;
  font: 0.8rem/3rem "微软雅黑";
}
.gl-cont-footer .ysxx span {
  color: red;
}
.gl-cont-footer .ystz {
  margin-right: 0.6rem;
  margin-top: 1rem;
  font: 14px/26px "微软雅黑";
}
.gl-cont-footer .ystz a {
  float: left;
  display: inline-block;
  font: 0.6rem/1.4rem "微软雅黑";
  color: #fff;
  margin-left: 6px;
  padding: 0 0.4rem;
  background-color: #098c86;
}
.gl-cont-footer .ystz a.gred {
  background-color: #ababab;
}
.gl-cont-footer .ystz a.go {
  background-color: #ffa000;
}
.gl-cont-footer .ystz span {
  float: left;
  display: inline-block;
  font: 0.6rem/1.4rem "微软雅黑";
  margin-left: 6px;
}
.gl-cont-footer .ystz input {
  float: left;
  margin-left: 6px;
  width: 1.2rem;
  height: 1.4rem;
  border: 1px solid #e3e3e3;
  padding-left: 4px;
}
/*细缆*/
.xl-cont h2 {
  margin-top: 0.6rem;
  text-align: center;
  font: bold 1rem/2rem "微软雅黑";
  color: #e5370a;
}
.xl-cont .xxxx {
  text-align: center;
}
.xl-cont .xxxx span {
  font: 0.9rem/1rem "微软雅黑";
  color: #666666;
}
.xl-cont .zw {
  padding: 0.5rem;
}
.xl-cont .zw p {
  margin-bottom: 0.5rem;
  font: 0.9rem/1rem "微软雅黑";
  text-align: left;
}
.xl-cont .zw img {
  max-width: 88%;
  height: auto;
}
.xl-cont .fj {
  text-align: left;
  padding: 0.9rem;
}
.xl-cont .fj p {
  font: 0.9rem/1rem "微软雅黑";
}
.xl-cont .fj a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font: 0.9rem/1rem "微软雅黑";
}
.xl-cont .fj a:hover {
  color: #fa0e0e;
}
/*信件查询*/
.xjxq-cont {
  padding: 0.6rem;
}
.xjxq-cont h3 {
  font: 1rem/2.2rem "微软雅黑";
  background-color: #e2f3f2;
  text-align: center;
}
.xjxq-cont p {
  padding: 0.2rem 0.6rem;
  font: 0.8rem/1.8rem "微软雅黑";
}
/*来信公开*/
.lxgk-cont {
  margin: 0.5rem;
}
a.lxgk-a1 {
  display: inline-block;
  width: 4rem;
  padding-left: 2.6rem;
  font: 0.8rem/1.6rem "微软雅黑";
  color: #fff;
  background: #4fb5b0 url("2017gxx-app-wyxx1.png") 1rem center no-repeat;
}
/*领导列表页*/
.ldlby-cont {
  margin: 0.6rem;
}
.ldlby-title a {
  display: inline-block;
  float: left;
  width: 14%;
  margin: 0 -1px;
  text-align: center;
  font: 0.8rem/1.6rem "微软雅黑";
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  margin-left: 2%;
}
.ldlby-title a .ml0 {
  margin-left: 0;
}
.ldlby-title a.cur,
.ldlby-title a:hover {
  color: #fff;
  border: 1px solid #e5370a;
  background-color: #e5370a;
}
.ldlby-nr {
  margin-top: 1rem;
  text-align: center;
}
.ldlby-nr h4 {
  font: 1.2rem/2.2rem "微软雅黑";
}
.ldlby-nr h4 span {
  color: #666666;
  font: 0.8rem/1.2rem "微软雅黑";
}
.ldlby-nr p {
  margin-top: 1.2rem;
  text-align: left;
  font: 0.9rem/1.4rem "微软雅黑";
}
/*咨询投诉-提交页面开始*/
.bdtj-cont {
  padding: 0.5rem;
}
.zxts-tjym-nr {
  background-color: #ebf7f6;
  padding: 0.6rem;
  font: 0.5rem/1rem "微软雅黑";
  color: #666;
}
.zxts-tjym-nr strong {
  color: #FF0000;
}
.zxts-tjym-form {
  margin: 20px auto 0;
}
.zxts-tjym-form strong {
  display: inline-block;
  width: 22%;
  text-align: right;
  font: 0.7rem/1.8rem "微软雅黑";
  float: left;
}
.zxts-tjym-form input {
  float: left;
  height: 1.8rem;
  outline: none;
  border: none;
  background-color: #f8f8f8;
  padding: 0 10px;
}
.zxts-tjym-form input.inp1 {
  width: 66%;
}
.zxts-tjym-form input.inp2 {
  width: 40%;
}
.zxts-tjym-form input[type=radio] {
  background: none;
}
.zxts-tjym-form span {
  float: left;
  display: inline-block;
  font: 0.7rem/1.8rem "微软雅黑";
  width: 2.2rem;
}
.zxts-tjym-form span.red {
  color: red;
  padding: 0 0 0 4px;
  width: 10px;
}
.zxts-tjym-form textarea {
  float: left;
  width: 66%;
  height: 4rem;
  outline: none;
  border: none;
  background-color: #f8f8f8;
  padding: 10px;
}
.zxts-tjym-form .sfgk {
  display: inline-block;
  float: left;
  width: 30%;
}
a.zxts-tjym {
  display: block;
  border-radius: 4px;
  font: 0.8rem/1.8rem "微软雅黑";
  background-color: #ff7800;
  color: #fff;
  width: 5rem;
  text-align: center;
  margin: 10px auto 0;
}
/*咨询投诉-提交页面结束*/
/*栏目列表*/
.lmlb-cont {
  padding: 0.6rem;
}
.lmlb-cont h4 {
  font: 1rem/2.2rem "微软雅黑";
  background: #098c86 url(2017gxx-app-xllb.png) 80% center no-repeat;
  color: #fff;
  text-align: center;
}
.lmlb-cont .lmlb-nr {
  background-color: #ebf7f6;
  padding: 0.6rem;
}
.lmlb-cont .lmlb-nr a {
  display: block;
  text-align: center;
  font: 0.8rem/1.8rem "微软雅黑";
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  .gl-cont-footer .ystz a.sy {
    display: none;
  }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
  .gl-cont-footer .ystz a {
    padding: 0 0.3rem;
  }
}



.tab-bd img {
    max-width: 88%;
	height:auto;
}
.zw p *{
  font: 16px/24px "微软雅黑" !important;
  color: #333333;
  margin-bottom: 20px;
}
.zw p {
  font: 16px/24px "微软雅黑" !important;
  color: #333333;
  margin-bottom: 20px;
}

/*首页更多*/
.index_m_more{display:block;text-align:center;margin:1px auto;line-height:40px;background:#fff;border-bottom:1px solid #ebebeb;color:#666;}