@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  height: auto;
}
.g-clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.g-clr {
  *zoom: 1;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
.mar-top-20 {
  margin-top: 20px;
}
img {
  vertical-align: top;
}
body,
html {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
}
.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.slidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -155px;
  z-index: 55;
  width: 160px;
}
.slidebar a {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  display: block;
  border-radius: 50%;
  margin-bottom: 2px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin: 8px 0;
}
.slidebar a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slidebar a.zx:hover {
  border: 1px solid #33a9ff;
  background: #33a9ff;
}
.slidebar a.zx:hover i {
  background: url(../img/zx-icon-act.png) no-repeat 60% 50%;
}
.slidebar a.zx:hover span {
  display: block;
}
.slidebar a.lx:hover {
  border: 1px solid #33a9ff;
  background: #33a9ff;
  margin-left: 0;
}
.slidebar a.lx:hover i {
  background: url(../img/lx-icon-act.png) no-repeat 50% 50%;
}
.slidebar a.lx:hover span {
  display: block;
}
.slidebar a.qq:hover {
  border: 1px solid #33a9ff;
  background: #33a9ff;
  margin-left: 0;
}
.slidebar a.qq:hover i {
  background: url(../img/qq-icon-act.png) no-repeat 50% 50%;
}
.slidebar a.qq:hover span {
  display: block;
}
.slidebar a.scrtop:hover {
  border: 1px solid #33a9ff;
  background: #33a9ff;
}
.slidebar a.scrtop:hover i {
  background: url(../img/scrtop-icon-act.png) no-repeat 50% 50%;
}
.slidebar a.zx i {
  background: url(../img/zx-icon.png) no-repeat 60% 50%;
}
.slidebar a.lx i {
  background: url(../img/lx-icon.png) no-repeat 50% 50%;
}
.slidebar a.qq i {
  background: url(../img/qq-icon.png) no-repeat 50% 50%;
}
.slidebar a.scrtop i {
  background: url(../img/scrtop-icon.png) no-repeat 50% 50%;
}
.slidebar a:hover span {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slidebar a span {
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 58px;
  background: url(../img/pop-border.png) no-repeat;
  width: 117px;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
  color: #00a0e9;
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -ms-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.top-bar {
  width: 100%;
  height: 100px;
  background: #fff;
}
.top-bar .logo {
  background: url(../img/zyxy.png) no-repeat 0 50%;
  width: 187px;
  height: 100px;
  display: block;
  margin-left: 20px;
}
.top-bar .menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  line-height: 100px;
}
.top-bar .menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  margin-right: 28px;
  font-size: 18px;
  color: #666666;
}
.top-bar .menu a.cur {
  color: #00a0e9;
  border-bottom: 4px solid #00a0e9;
}
.m-title {
  text-align: center;
  color: #333333;
  font-size: 42px;
  padding: 90px 0 24px;
}
.m-desc {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.img-show {
  height: 450px;
  width: 100%;
}
.img-show .swiper-container {
  font-size: 0;
  height: 450px;
}
.img-show .swiper-slide {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.img-show .swiper-slide img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 1920px;
  height: 450px;
}
.img-show .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.img-show .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.5;
  border: 1px solid #fff;
  cursor: pointer;
}
.img-show .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.fajs {
  background: #fff;
  height: 510px;
}
.fajs .info-list {
  padding-top: 66px;
}
.fajs .info-list ul {
  text-align: center;
}
.fajs .info-list li {
  width: 260px;
  display: inline-block;
  text-align: center;
  margin: 0 17px;
}
.fajs .info-list li div[class^="icon"] {
  width: 70px;
  height: 68px;
  margin: 0 auto;
}
.fajs .info-list li .icon-xyk {
  background: url(../img/icon1.png) no-repeat 50% 50%;
}
.fajs .info-list li .icon-zfyjf {
  background: url(../img/icon2.png) no-repeat 50% 50%;
}
.fajs .info-list li .icon-xyyy {
  background: url(../img/icon3.png) no-repeat 50% 50%;
}
.fajs .info-list li .icon-sddz {
  background: url(../img/icon4.png) no-repeat 50% 50%;
}
.fajs .info-list li .name {
  font-size: 24px;
  color: #333333;
  padding: 14px 0 22px;
}
.fajs .info-list li .text {
  font-size: 14px;
  color: #666666;
}
.wmdal {
  height: 724px;
  background: #f7f7f7;
}
.wmdal .al-list {
  padding-top: 70px;
  width: 1176px;
  margin: 0 auto;
}
.wmdal .al-list ul {
  width: 1220px;
}
.wmdal .al-list li {
  float: left;
  margin-right: 18px;
  margin-bottom: 20px;
  width: 280px;
  height: 180px;
  background: #fff;
}
.zftyh {
  padding-bottom: 74px;
}
.zftyh .data-list {
  text-align: center;
}
.zftyh .data-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 50px;
}
.zftyh .data-list li .num {
  color: #00a0e9;
  font-size: 34px;
}
.zftyh .data-list li .text {
  font-size: 16px;
  color: #666666;
}
.zftyh .yh-logo {
  padding-top: 60px;
  width: 1078px;
  overflow: hidden;
  margin: 0 auto;
}
.zftyh .yh-logo ul {
  width: 1230px;
}
.zftyh .yh-logo ul li {
  float: left;
  margin-right: 90px;
  margin-bottom: 35px;
}
.footer {
  background: url(../img/bt-bg.jpg) no-repeat 50% 0%;
  height: 280px;
  overflow: hidden;
}
.footer .title {
  padding-top: 94px;
  padding-left: 38px;
}
.footer .title span {
  position: relative;
  font-size: 36px;
  color: #fff;
}
.footer .title span i {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background: #fff;
}
.footer .title-2 {
  color: #ffffff;
  font-size: 18px;
  padding-top: 26px;
  padding-left: 38px;
}
.footer .btn-group {
  position: absolute;
  top: 120px;
  right: 60px;
  width: 490px;
  height: 50px;
}
.footer .btn-group a {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #00a0e9;
  text-align: center;
  border-radius: 25px;
  width: 230px;
}
.footer .btn-group a.fl {
  left: 0;
}
.footer .btn-group a.fr {
  right: 0;
  color: #00a0e9;
  background: #fff;
}
.copy-right {
  height: 120px;
  line-height: 120px;
  width: 100%;
  background: #06060b;
  overflow: hidden;
}
.copy-right .link {
  float: left;
  padding-left: 28px;
}
.copy-right .link a {
  font-size: 14px;
  color: #999999;
  padding: 0 10px;
  border-right: 1px solid #999999;
}
.copy-right .link a.jr {
  border: 0;
}
.copy-right .comp {
  float: right;
  font-size: 14px;
  color: #999999;
}
.zpxx .tab-btn {
  padding: 50px 0 28px;
  width: 1078px;
  border-bottom: 1px solid #eeeff0;
  margin: 0 auto;
}
.zpxx .tab-btn .type {
  height: 36px;
  line-height: 36px;
  margin: 8px 0;
}
.zpxx .tab-btn .type strong {
  font-size: 14px;
  color: #162033;
  float: left;
}
.zpxx .tab-btn .type ul {
  float: left;
}
.zpxx .tab-btn .type ul li {
  float: left;
  margin-right: 14px;
}
.zpxx .tab-btn .type ul li.curr a {
  background: #eeeff0;
  border: 1px solid #ff3341;
}
.zpxx .tab-btn .type ul li a {
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  display: block;
  font-size: 14px;
  color: #162033;
  padding: 0 14px;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  transition: all ease 0.5s 0s;
}
.zpxx .tab-cont {
  width: 1078px;
  margin: 0 auto;
  padding: 60px 0;
}
.zpxx .tab-cont .details {
  display: none;
}
.zpxx .tab-cont .details.show {
  display: block;
}
.zpxx .tab-cont .details h3 {
  color: #162033;
  font-size: 20px;
  font-weight: normal;
}
.zpxx .tab-cont .details .text {
  padding: 48px 0 0;
}
.zpxx .tab-cont .details .text h4 {
  color: #162033;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
}
.zpxx .tab-cont .details .text .desc {
  color: #162033;
  font-size: 14px;
  padding-left: 82px;
  line-height: 36px;
}
.zpxx .tips-cont {
  width: 1078px;
  margin: 0 auto 80px;
  background: #eeeff0;
  height: 60px;
  font-size: 12px;
  color: #162033;
  text-align: center;
  line-height: 60px;
}
.zpxx .tips-cont strong {
  color: #ff3341;
}
.wywm .info {
  padding: 40px 0;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.zx-list .fl,
.article .fl,
.cpzx-list .fl {
  float: left;
  *display: inline;
  *zoom: 1;
}
.zx-list .fr,
.article .fr,
.cpzx-list .fr {
  float: right;
  *display: inline;
  *zoom: 1;
}
.zx-list .clearfix,
.article .clearfix,
.cpzx-list .clearfix {
  clear: both;
}
.zx-list .clearfix:before,
.article .clearfix:before,
.cpzx-list .clearfix:before,
.zx-list .clearfix:after,
.article .clearfix:after,
.cpzx-list .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.zx-list .clearfix:after,
.article .clearfix:after,
.cpzx-list .clearfix:after {
  clear: both;
}
.zx-list .max-min,
.article .max-min,
.cpzx-list .max-min {
  width: 100%;
  max-width: 1280px;
  /* min-width: 1280px; */
  margin: 0 auto;
}
.zx-list .inner-title,
.article .inner-title,
.cpzx-list .inner-title {
  padding-top: 24px;
  margin-bottom: 24px;
  height: 43px;
  border-bottom: 1px solid #e8e8e8;
}
.zx-list .inner-title .breadcrumbs,
.article .inner-title .breadcrumbs,
.cpzx-list .inner-title .breadcrumbs {
  font-size: 12px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.zx-list .inner-title .breadcrumbs a,
.article .inner-title .breadcrumbs a,
.cpzx-list .inner-title .breadcrumbs a {
  font-size: 14px;
  color: #108ee9;
}
.zx-list .inner-title .breadcrumbs a:last-child,
.article .inner-title .breadcrumbs a:last-child,
.cpzx-list .inner-title .breadcrumbs a:last-child {
  color: #333333;
  cursor: default;
}
.zx-list .inner-title .breadcrumbs span,
.article .inner-title .breadcrumbs span,
.cpzx-list .inner-title .breadcrumbs span {
  padding: 0 6px;
}
.zx-list .inner-title .breadcrumbs b,
.article .inner-title .breadcrumbs b,
.cpzx-list .inner-title .breadcrumbs b {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.zx-list .news_list,
.article .news_list,
.cpzx-list .news_list {
  margin: 0;
  padding: 0;
  background: #fff;
}
.zx-list .news_list li,
.article .news_list li,
.cpzx-list .news_list li {
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
  background-color: #f8f8f8;
  margin-bottom: 12px;
}
.zx-list .news_list li .img,
.article .news_list li .img,
.cpzx-list .news_list li .img {
  width: 35%;
  max-width: 380px;
  background-size: cover;
  background-position: center center;
  height: 212px;
}
.zx-list .news_list li .title,
.article .news_list li .title,
.cpzx-list .news_list li .title {
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: normal;
}
.zx-list .news_list li .info-panel,
.article .news_list li .info-panel,
.cpzx-list .news_list li .info-panel {
  width: 64%;
}
.zx-list .news_list li .intro,
.article .news_list li .intro,
.cpzx-list .news_list li .intro {
  max-height: 120px;
  overflow: hidden;
  line-height: 30px;
  color: #666666;
}
.zx-list .news_list li .datetime,
.article .news_list li .datetime,
.cpzx-list .news_list li .datetime {
  line-height: 30px;
  color: #999999;
  margin-top: 5px;
}
.zx-list .news_list li .datetime .date,
.article .news_list li .datetime .date,
.cpzx-list .news_list li .datetime .date {
  padding-left: 28px;
  padding-right: 40px;
  background-image: url(../img/time-icon.png);
}
.zx-list .news_list li .datetime .browse,
.article .news_list li .datetime .browse,
.cpzx-list .news_list li .datetime .browse {
  padding-left: 28px;
  background-image: url(../img/browse-icon.png);
}
.zx-list .news_list li .datetime > *,
.article .news_list li .datetime > *,
.cpzx-list .news_list li .datetime > * {
  display: inline-block;
  line-height: 16px;
  background: no-repeat left center;
}
.zx-list .news_list li .detail-btn,
.article .news_list li .detail-btn,
.cpzx-list .news_list li .detail-btn {
  color: white;
  width: 140px;
  line-height: 40px;
  text-align: center;
  background-color: #108ee9;
  display: block;
  border-radius: 4px;
  margin-top: 12px;
  transition: background 0.2s;
}
.zx-list .page_div,
.article .page_div,
.cpzx-list .page_div {
  height: 42px;
  margin: 0 auto 20px;
  padding: 25px 0 28px 0;
  text-align: center;
}
.zx-list .list_page,
.article .list_page,
.cpzx-list .list_page {
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.zx-list .list_page li,
.article .list_page li,
.cpzx-list .list_page li {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.zx-list .list_page li a,
.article .list_page li a,
.cpzx-list .list_page li a {
  background-color: white;
  border-radius: 4px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #e9e9e9;
}
.zx-list .list_page .next_page,
.article .list_page .next_page,
.cpzx-list .list_page .next_page,
.zx-list .list_page .disabled,
.article .list_page .disabled,
.cpzx-list .list_page .disabled,
.zx-list .list_page .current,
.article .list_page .current,
.cpzx-list .list_page .current,
.zx-list .list_page a,
.article .list_page a,
.cpzx-list .list_page a,
.zx-list .list_page .gap,
.article .list_page .gap,
.cpzx-list .list_page .gap {
  padding: 0 30px;
  border: 1px solid #d8d8d8;
  border-left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  color: #666;
  float: left;
  background-color: #f0f0f0;
}
.zx-list .list_page .current,
.article .list_page .current,
.cpzx-list .list_page .current,
.zx-list .list_page a,
.article .list_page a,
.cpzx-list .list_page a,
.zx-list .list_page .gap,
.article .list_page .gap,
.cpzx-list .list_page .gap {
  width: 60px;
  padding: 0;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.zx-list .list_page .next_page,
.article .list_page .next_page,
.cpzx-list .list_page .next_page,
.zx-list .list_page .disabled,
.article .list_page .disabled,
.cpzx-list .list_page .disabled,
.zx-list .list_page .current,
.article .list_page .current,
.cpzx-list .list_page .current,
.zx-list .list_page a,
.article .list_page a,
.cpzx-list .list_page a,
.zx-list .list_page .gap,
.article .list_page .gap,
.cpzx-list .list_page .gap {
  float: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.cpzx-list {
  background: #f8f8f8;
}
.cpzx-list .inner-title {
  margin-bottom: 0;
}
.cpzx-list .wrap {
  background: #fff;
}
.cpzx-list .wrap .side {
  float: left;
  padding-left: 41px;
  width: 133px;
  padding-top: 44px;
  padding-bottom: 20px;
}
.cpzx-list .wrap .side a {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 28px;
}
.cpzx-list .wrap .side a.curr {
  color: #00A0E9;
  border-right: 2px solid #00A0E9;
}
.cpzx-list .wrap .content {
  float: right;
  width: 945px;
  border-left: 1px solid #eee;
  min-height: 288px;
  padding: 0 40px 40px;
}
.cpzx-list .wrap .content ul li {
  display: none;
}
.cpzx-list .wrap .content ul li.curr {
  display: block;
}
.cpzx-list .wrap .content h2 {
  font-size: 24px;
  color: #333333;
  padding: 30px 0;
}
.cpzx-list .wrap .content h4 {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.cpzx-list .wrap .content .imgcont {
  padding-bottom: 20px;
}
.cpzx-list .wrap .content .imgcont .text {
  font-size: 14px;
  color: #7A7A7A;
}
.cpzx-list .wrap .content p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 28px;
  padding-bottom: 20px;
}
.cpzx-list .wrap .content p strong {
  font-weight: normal;
  color: #333;
}
.cpzx-list .wrap .content .list-show .list {
  float: left;
  margin-bottom: 32px;
}
.cpzx-list .wrap .content .list-show .list .title {
  width: 150px;
  height: 30px;
  background: #bceaff;
  border-radius: 6px;
  font-size: 14px;
  color: #00a0e9;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}
.cpzx-list .wrap .content .list-show .list .text {
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.cpzx-list .wrap .content .article-item .title {
  width: 300px;
  height: 40px;
  background: #4e99f5;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.cpzx-list .wrap .content .article-item .list {
  width: 550px;
}
.cpzx-list .wrap .content .article-item .list span {
  float: left;
  width: 100px;
  height: 60px;
  background: #68acff;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 10px 10px 0;
  line-height: 60px;
}
.cpzx-list .wrap .content .article-item .list span.s2 {
  line-height: 18px;
  padding-top: 12px;
  height: 48px;
}
.cpzx-list .wrap .content .pz {
  margin-bottom: 38px;
}
.cpzx-list .wrap .content .pz .list {
  float: left;
  width: 84px;
  height: 160px;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 24px;
}
.cpzx-list .wrap .content .pz .mar-left {
  margin-left: 80px;
}
.cpzx-list .wrap .content .gn .list {
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
}
.cpzx-list .wrap .content .gn .list .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.cpzx-list .wrap .content .gn .list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.cpzx-list .wrap .content .gn .list .ctext h5 {
  font-size: 14px;
  font-weight: normal;
  color: #6A6A6A;
}
.cpzx-list .wrap .content .gn .list .ctext span {
  font-size: 14px;
  color: #888888;
  line-height: 38px;
}
.cpzx-list .wrap .content .circle-item {
  margin-bottom: 20px;
  width: 280px;
}
.cpzx-list .wrap .content .circle-item .list {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 22px;
  background: #68acff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
}
.article .news_info {
  background: #fff;
  padding: 40px 60px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}
.article .news_info h1.title {
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  color: #333;
  line-height: 45px;
}
.article .news_info .data {
  text-align: left;
  border-width: 4px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.article .news_info .prev {
  font-size: 16px;
  margin-top: 40px;
}
.article .news_info .prev a {
  display: block;
  padding: 10px 0 10px 0;
  color: #999999;
  transition: color 0.2s;
}
.article .news_info .next {
  font-size: 16px;
  margin-top: 40px;
}
.article .news_info .next a {
  display: block;
  padding: 10px 0 10px 0;
  color: #999999;
  transition: color 0.2s;
}
.article .news_info .art-cont {
  color: #666;
}
.article .news_info .art-cont p span {
  font-size: 14px;
  text-indent: 28px;
}
.qdzm h1 {
  text-align: center;
  color: #666666;
}
.qdzm .info {
  padding: 20px 0;
}
.qdzm .m-text .p1 {
  margin: 0px;
  text-indent: 0px;
  padding: 0px;
  line-height: 2em;
  border-left: 2px solid #108ee9;
  line-height: 16px;
  padding-left: 16px;
}
.qdzm .m-text .p1 span {
  color: #666666;
  letter-spacing: 0px;
  font-size: 16px;
  font-family: 微软雅黑;
}
.qdzm .m-text .p2 {
  margin: 0px;
  text-indent: 0px;
  padding: 0px;
  line-height: 100px;
}
.qdzm .m-text .p2 span {
  font-size: 24px;
  font-family: 微软雅黑;
  letter-spacing: 0px;
  color: #108ee9;
  padding-left: 90px;
}
.qdzm .m-text .p2 span.pad-l-16 {
  padding-left: 16px;
}
#mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 98;
  background: url(../img/mask.png);
  width: 100%;
  height: 100%;
  display: none;
}
#mask.show {
  display: block;
}
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -250px;
  z-index: 99;
  background: #fff;
  border-radius: 8px;
  width: 500px;
  height: 340px;
  text-align: center;
  display: none;
}
.pop.show {
  display: block;
}
.pop .cont .close {
  position: absolute;
  top: 28px;
  right: 28px;
  background: url(../img/close-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.pop .cont .icon {
  background: url(../img/phone-icon.png) no-repeat;
  width: 114px;
  height: 114px;
  margin: 48px auto 36px;
}
.pop .cont .name {
  font-size: 24px;
  color: #00a0e9;
  text-align: center;
  padding-bottom: 20px;
}
.pop .cont .phone {
  width: 238px;
  height: 46px;
  background: #00a0e9;
  border-radius: 23px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  margin: 0 auto;
}
