/**reset s*/
* {
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
fieldset,
img {
  border: none;
}
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
var,
em,
i,
sub,
sup {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #333;
  font: 18px/1.5 "microsoft yahei";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clr {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:visited,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #009687;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.color-1 {
  color: #009687 !important;
}
.mt15 {
  margin-top: 15px;
}
.pr {
  position: relative;
}
/*reset e*/
/*.module-* s*/
.module-title {
  background: url(../img/img-162.jpg) repeat-x center center;
}
.module-title span {
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  padding-right: 20px;
}
/*.module-* e*/
/*.page-* s*/
.page-page {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-page strong {
  color: #222;
}
.page-page a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #444;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 4px;
}
.page-page a:hover {
  border-color: #007a6e;
  background-color: #009687;
  color: #fff;
}
.page-page a.gray {
  display: inline-block;
  border: 1px solid #ddd;
  color: #ddd;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  cursor: not-allowed;
  background: #fff;
}
.page-page a.currpage {
  border-color: #007a6e;
  background-color: #009687;
  color: #fff;
}
.page-page .ipt {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  color: #444;
  font-size: 16px;
  display: inline-block;
  outline: none;
  padding: 0 3px;
  width: 50px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}
.page-page .okbtn {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  font-size: 15px;
  display: inline-block;
  outline: none;
  padding: 0 3px;
  width: 50px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  border-color: #007a6e;
  background-color: #009687;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.page-page .okbtn:hover {
  opacity: 0.85;
}
.page-left {
  width: 297px;
  float: left;
  margin-bottom: 40px;
}
.page-right {
  width: 963px;
  float: right;
  margin-bottom: 90px;
}
.page-submenu h3 {
  height: 70px;
  line-height: 51px;
  display: block;
  font-size: 26px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  background: url(../img/img-157.png) no-repeat center center;
}
.page-submenu .ul {
  margin: -6px 14px 0;
}
.page-submenu .ul .ulli {
  background-size: cover;
  margin-bottom: 11px;
}
.page-submenu .ul .ullia {
  transition: all 0.2s;
  background: url(../img/img-159.png) no-repeat;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
.page-submenu .ul .ullia span {
  width: 135px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-submenu .ul .ullia em {
  width: 82px;
  float: left;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-submenu .ul .ulli.active .ullia {
  background-image: url(../img/img-158.png);
}
.page-submenu .ul .ulli.active span,
.page-submenu .ul .ulli.active em {
  font-weight: 700;
}
.page-submenu .ul .ulli:hover .ullia {
  background-image: url(../img/img-158.png);
}
.page-submenu .ul .ulli:hover .ullia span {
  font-weight: 700;
}
.page-submenu .ul .ulli:hover .ullia em {
  font-weight: 700;
}
.page-top .inner {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.page-top .inner .welcome {
  color: #a2a1a1;
  margin-right: 10px;
}
.page-top .inner .link {
  margin-right: 10px;
}
.page-top .inner .link img {
  height: 30px;
}
.page-nav {
  min-width: 1300px;
  background: rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 1;
}
.page-nav .inner {
  display: flex;
  justify-content: space-between;
}
.page-nav .inner .item {
  display: flex;
  align-items: center;
  position: relative;
}
.page-nav .inner .item:hover:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #009687;
  z-index: 0;
}
.page-nav .inner .item .far-a {
  height: 66px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-nav .inner .item .far-a .icon {
  margin-right: 15px;
  height: 26px;
}
.page-nav .inner .item .far-a .txt {
  font-size: 24px;
  color: #009687;
}
.page-second-body .page-nav {
  background: #009687;
}
.page-second-body .page-nav .inner .item .far-a {
  height: 60px;
}
.page-second-body .page-nav .inner .item:hover:after {
  display: none;
}
.page-second-body .page-nav .inner .item .far-a {
  transition: all 0.15s;
}
.page-second-body .page-nav .inner .item .far-a:hover {
  transform: scale(1.05);
}
.page-second-body .page-nav .inner .item .far-a .icon {
  filter: grayscale(1) brightness(500%);
}
.page-second-body .page-nav .inner .item .far-a .txt {
  color: #fff;
}
.page-header {
  background: url(../img/img-83.jpg) no-repeat center top;
}
.page-header .inner {
  display: flex;
  height: 195px;
  align-items: center;
  justify-content: space-between;
}
.page-header .inner .logo a {
  display: block;
}
.page-header .inner .search-box {
  position: relative;
  z-index: 1;
  display: flex;
  width: 614px;
  justify-content: space-between;
}
.page-header .inner .search-box .search-ipt {
  width: 260px;
  display: flex;
  align-items: center;
  background: #fff;
  height: 38px;
}
.page-header .inner .search-box .search-ipt img {
  margin-left: 20px;
}
.page-header .inner .search-box .search-ipt span {
  color: #eee;
  margin: 0 8px;
  font-size: 14px;
}
.page-header .inner .search-box .search-ipt .ipt {
  flex: 1;
  font-size: 16px;
  border: 0;
  color: #333;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 0;
}
.page-header .inner .search-box .search-ipt .ipt::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.page-header .inner .search-box .search-btn {
  width: 110px;
  height: 38px;
  border-radius: 4px;
  background: #009687;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.page-header .inner .search-box .search-btn:hover {
  opacity: 0.85;
}
.page-crumbs-bar {
  line-height: 1;
  font-size: 16px;
  color: #999;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-crumbs-bar .trs-crumbsbar {
  color: #e9e9e9;
}
.page-crumbs-bar em {
  color: #333;
}
.page-crumbs-bar .CurrChnlCls {
  color: #333;
}
.page-crumbs-bar .CurrChnlCls:hover {
  color: #009687;
}
.page-footer {
  min-width: 1300px;
  background: #009687;
}
.page-footer .friend-link {
  padding: 40px 0;
}
.page-footer .friend-link ul {
  text-align: center;
  font-size: 0;
}
.page-footer .friend-link .item {
  margin: 0 15px;
  border-top: 10px solid #009687;
  display: inline-block;
}
.page-footer .friend-link .item .btn {
  cursor: pointer;
  padding: 0 15px;
  width: 220px;
  height: 40px;
  background: #03a696;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer .friend-link .item .btn span {
  font-size: 18px;
  color: #fff;
}
.page-footer .friend-link .item .btn img {
  transform: rotateZ(180deg);
  transition: transform 0.3s;
  margin-left: 10px;
}
/**
.page-footer .friend-link .item.show {
  border-color: #03a696;
}
.page-footer .friend-link .item.show .btn span {
  color: #fff;
}
.page-footer .friend-link .item.show img {
  transform: rotateZ(0);
}*/
.ft-listWrap {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #03a696;
  width: 1300px;
  padding: 21px 30px;
  display: none;
  z-index: 9999;
}
.ft-listWrap .list {
  font-size: 0;
  max-height: 250px;
  min-height: 111px;
  text-align: left;
}
.ft-listWrap .list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin: 5px 24px 5px 0;
}
.ft-listWrap .list a:hover {
  text-decoration: underline;
}
.page-footer .copyright {
  display: flex;
  padding-bottom: 50px;
  width: 1222px;
}
.page-footer .copyright .left {
  flex: 1;
  line-height: 1.8;
}
.page-footer .copyright .left .mini-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-footer .copyright .left .mini-nav a {
  font-size: 14px;
  color: #9af0e7;
}
.page-footer .copyright .left .mini-nav a:hover {
  text-decoration: underline;
}
.page-footer .copyright .left .mini-nav span {
  font-size: 14px;
  color: #9af0e7;
  margin: 0 6px;
}
.page-footer .copyright .left .p {
  font-size: 14px;
  color: #9af0e7;
}
.page-footer .copyright .left .p span {
  font-size: 14px;
  color: #9af0e7;
  margin-right: 13px;
}
.page-footer .copyright .left .p span img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.page-footer .copyright .left .p span a {
  font-size: 14px;
  color: #9af0e7;
}
.page-footer .copyright .left .p span a:hover {
  text-decoration: underline;
}
.page-footer .copyright .right {
  display: flex;
}
.page-footer .copyright .right .sec1 {
  width: 123px;
}
.page-footer .copyright .right .sec1 a {
  display: block;
  margin-bottom: 15px;
}
.page-footer .copyright .right .sec1 a img {
  width: 100%;
}
.page-footer .copyright .right .sec2 {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .copyright .right .sec2 a {
  display: block;
  margin-bottom: 10px;
}
.page-footer .copyright .right .sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
}
.page-footer .copyright .right .sec3 img {
  width: 111px;
}
.page-footer .copyright .right .sec3 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 9px;
}
/*.page-* e*/
.index-swiper {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 482px;
  overflow: hidden;
}
.index-logo {
  display: flex;
  justify-content: center;
  margin: 25px 0 165px;
  position: relative;
  z-index: 1;
}
.index-search {
  position: relative;
  z-index: 1;
  display: flex;
  width: 614px;
  justify-content: space-between;
  margin: 0 auto;
}
.index-search .search-ipt {
  width: 260px;
  display: flex;
  align-items: center;
  background: #fff;
  height: 38px;
}
.index-search .search-ipt img {
  margin-left: 20px;
}
.index-search .search-ipt span {
  color: #eee;
  margin: 0 8px;
  font-size: 14px;
}
.index-search .search-ipt .ipt {
  flex: 1;
  font-size: 16px;
  border: 0;
  color: #333;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 0;
}
.index-search .search-ipt .ipt::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.index-search .search-btn {
  width: 110px;
  height: 38px;
  border-radius: 4px;
  background: #009687;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.index-search .search-btn:hover {
  opacity: 0.85;
}
.index-headline {
  margin-top: 28px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 140px;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}
.index-headline .icon {
  position: absolute;
  top: -7px;
  left: -1px;
}
.index-headline .title {
  font-size: 32px;
  font-weight: 700;
  color: #009687;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-headline .title:hover {
  text-decoration: underline;
}
.index-headline .desc {
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  font-size: 18px;
}
.index-stateNews {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-stateNews .index-focus {
  width: 755px;
  height: 420px;
  overflow: hidden;
  position: relative;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #009687;
}
.index-stateNews .index-focus .icon_a {
  position: absolute;
  width: 42px;
  height: 54px;
  background: url(../img/img-15.png) no-repeat -1px top;
  left: 0;
  top: 0;
  z-index: 1000;
}
.index-stateNews .index-focus .icon_b {
  position: absolute;
  width: 42px;
  height: 54px;
  background: url(../img/img-16.png) no-repeat 3px 2px;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.index-stateNews .index-focus .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-stateNews .index-focus .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  z-index: 998;
}
.index-stateNews .index-focus .title ul {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.index-stateNews .index-focus .title ul li {
  line-height: 44px;
}
.index-stateNews .index-focus .title ul li a {
  display: block;
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
}
.index-stateNews .index-focus .title .swiper-pagination {
  position: static;
  width: auto;
  margin-right: 60px;
}
.index-stateNews .tabs {
  width: 520px;
}
.index-stateNews .tabs .hd {
  margin-bottom: 11px;
  display: flex;
  justify-content: space-between;
}
.index-stateNews .tabs .hd .item {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.index-stateNews .tabs .hd .item a {
  font-size: 20px;
  color: #333;
  display: block;
}
.index-stateNews .tabs .hd .item.active {
  background: #009687;
  border-radius: 5px;
}
.index-stateNews .tabs .hd .item.active a {
  font-weight: 700;
  color: #fff;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it {
  padding: 22px 0;
  border-bottom: 1px dashed #ddd;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it:last-of-type {
  border-bottom: 0;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 12px;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a .tl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a .date {
  width: 110px;
  text-align: right;
  color: #ccc;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .tl {
  color: #009687;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .date {
  color: #009687;
}
.index-swiper2 {
  margin-top: 40px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #009687;
  width: 100%;
  height: 110px;
}
.index-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-swiper2 .swiper-pagination {
  width: auto;
  right: 12px;
  bottom: 12px;
  left: auto;
}
.index-notice {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-notice .notice {
  flex: 1;
}
.index-notice .notice .hd {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.index-notice .notice .hd:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.index-notice .notice .hd .tl-img {
  background: #fff;
  padding: 0 15px;
  margin-left: 25px;
}
.index-notice .notice .hd .more-btn {
  color: #009687;
  font-size: 15px;
  background: #fff;
  padding-left: 15px;
}
.index-notice .notice .list {
  margin-top: 4px;
}
.index-notice .notice .list .item {
  padding: 17px 0;
  border-bottom: 1px dashed #ddd;
}
.index-notice .notice .list .item a {
  display: flex;
}
.index-notice .notice .list .item a .tl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-notice .notice .list .item a .date {
  width: 110px;
  text-align: right;
  color: #ccc;
}
.index-notice .hot-link {
  width: 340px;
  margin-left: 25px;
}
.index-notice .hot-link .item {
  margin-bottom: 12px;
  display: block;
}
.index-notice .hot-link .item img {
  width: 100%;
}
.index-hotLink {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 70px;
}
.index-hotLink .item {
  margin: 0 20px;
  width: 122px;
}
.index-hotLink .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-hotLink .item a:hover img {
  transform: scale(1.07);
}
.index-hotLink .item a img {
  height: 35px;
  margin-bottom: 15px;
  transition: all 0.15s;
}
.index-hotLink .item a span {
  font-size: 20px;
}
.index-bigTab .hd {
  margin-bottom: 40px;
  background: #e6ebeb;
  display: flex;
  justify-content: center;
}
.index-bigTab .hd .item {
  cursor: pointer;
  width: 359px;
  height: 60px;
  line-height: 60px;
  margin: 0 15px;
  position: relative;
  text-align: center;
}
.index-bigTab .hd .item span {
  font-size: 32px;
  color: #333;
  position: relative;
  z-index: 2;
}
.index-bigTab .hd .item::after {
  content: "";
  width: 359px;
  height: 66px;
  background: url(../img/img-32.png) no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: none;
}
.index-bigTab .hd .item.active span {
  color: #fff;
  font-weight: 700;
}
.index-bigTab .hd .item.active::after {
  display: block;
}
.index-bigTab .tab-swiper .tab-panel-1 {
  display: flex;
  justify-content: space-between;
}
.index-bigTab .tab-swiper .tab-panel-1 .left {
  width: 780px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  z-index: -1;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .tab-nav {
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 24px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .tab-nav .it {
  font-size: 20px;
  cursor: pointer;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .tab-nav .it.active {
  font-weight: 700;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .tab-nav p {
  font-size: 16px;
  color: #ccc;
  margin: 0 24px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .more-box {
  background: #fff;
  padding-left: 10px;
  line-height: 30px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .head .more-box .more-btn {
  font-size: 16px;
  color: #999;
  display: none;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .minitab-swiper .list {
  margin-top: 6px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .minitab-swiper .list .itt {
  padding: 11px 0;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .minitab-swiper .list .itt .link {
  display: flex;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .minitab-swiper .list .itt .link .tl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .minitab-swiper .list .itt .link .date {
  width: 110px;
  text-align: right;
  color: #ccc;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .hot-link {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .hot-link .item {
  display: flex;
  align-items: center;
  width: auto;
  margin: 5px 0;
  margin-left: 10px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .hot-link .item img {
  margin-right: 10px;
}
.index-bigTab .tab-swiper .tab-panel-1 .left .hot-link .item span {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-1 .right {
  width: 495px;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .hot-link {
  display: flex;
  justify-content: space-between;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .hot-link .item img {
  width: 240px;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .list {
  margin-top: 20px;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .list .item {
  float: left;
  width: 158px;
  height: 50px;
  background: #e1ecfe;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .list .item:nth-child(3n) {
  margin-right: 0;
}
.index-bigTab .tab-swiper .tab-panel-1 .right .list .item a {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .head2 {
  margin-bottom: 38px;
  display: flex;
  justify-content: center;
}


.index-bigTab .tab-swiper .tab-panel-2 .list {
  margin-top: 20px;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-2 .list .item {
  float: left;
  width: auto;
  height: 50px;
  background: #e1ecfe;
  line-height: 50px;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 10px;
  min-width: 200px;
}
.index-bigTab .tab-swiper .tab-panel-2 .list .item a {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .head2 .item {
  margin: 0 5px;
  width: 165px;
  height: 48px;
  border-radius: 5px;
  background: #e6ebeb;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .head2 .item a {
  color: #fff;
  font-size: 22px;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .head2 .item.active {
  background: #c2ddeb;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list {
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f5f9fc;
  width: 172.5px;
  height: 172.5px;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item:nth-child(7n) {
  margin-right: 0;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item a:hover img {
  transform: scale(1.07);
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item a img {
  height: 40px;
  margin-bottom: 18px;
  transition: all 0.25s;
}
.index-bigTab .tab-swiper .tab-panel-2 .tab .tab-2-swiper .list .item a span {
  font-size: 18px;
  color: #333;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper {
  margin-top: 11px;
  --swiper-navigation-color: #009687;
  --swiper-navigation-size: 28px;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-button-next:after,
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-button-prev:after {
  font-weight: 700;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-slide {
  border-radius: 5px;
  height: 120px;
  background: #e1fdfa;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-slide a span {
  flex: 1;
  text-align: center;
  font-size: 25px;
}
.index-bigTab .tab-swiper .tab-panel-2 .mySwiper .swiper-slide a img {
  width: 69px;
  height: 69px;
  margin-right: 25px;
}
.index-bigTab .tab-swiper .tab-panel-3 {
  display: flex;
}
.index-bigTab .tab-swiper .tab-panel-3 .left {
  width: 378px;
  margin-right: 25px;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .big-a {
  display: block;
  margin-bottom: 15px;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .big-a img {
  width: 100%;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .hot-link {
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .hot-link .it {
  width: 181px;
  height: 150px;
  float: left;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #daedff;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .hot-link .it:nth-child(2n) {
  margin-right: 0;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .hot-link .it img {
  margin-bottom: 15px;
}
.index-bigTab .tab-swiper .tab-panel-3 .left .hot-link .it span {
  padding: 0 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle {
  flex: 1;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .head3 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .head3 .tl {
  font-size: 18px;
  border-bottom: 3px solid #009687;
  padding: 0 10px;
  margin-bottom: -1px;
  line-height: 2.1;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .head3 .more-btn {
  font-size: 16px;
  color: #ccc;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .list .item {
  padding: 10px 0;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .list .item a {
  display: block;
  position: relative;
  padding-left: 15px;
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .list .item a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-bigTab .tab-swiper .tab-panel-3 .middle .listBox .list .item a .tl {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-bigTab .tab-swiper .tab-panel-3 .right {
  width: 288px;
  margin-left: 25px;
}
.index-bigTab .tab-swiper .tab-panel-3 .right .list .item {
  margin-bottom: 10px;
}
.index-bigTab .tab-swiper .tab-panel-3 .right .list .item a {
  display: block;
}
.index-bigTab .tab-swiper .tab-panel-3 .right .list .item a img {
  width: 100%;
}
.index-column .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 38px 0;
}
.index-column .hd:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ddd;
  z-index: -1;
}
.index-column .hd .title {
  padding: 0 25px;
  background: #fff;
}
.index-column .mySwiper .swiper-slide a:hover img {
  opacity: 0.85;
}
.index-column .mySwiper .swiper-slide img {
  width: 244px;
  height: 152px;
  transition: all 0.25s;
}
.index-column .mySwiper .swiper-button-prev {
  left: 0;
  width: 31px;
  height: 44px;
  background: url(../img/btn-left-1.png) no-repeat;
}
.index-column .mySwiper .swiper-button-prev:after {
  display: none;
}
.index-column .mySwiper .swiper-button-next {
  right: 0;
  width: 31px;
  height: 44px;
  background: url(../img/btn-right-1.png) no-repeat;
}
.index-column .mySwiper .swiper-button-next:after {
  display: none;
}
.index-walkInto {
  position: relative;
  margin-bottom: 100px;
}
.index-walkInto .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 38px 0;
}
.index-walkInto .hd:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ddd;
  z-index: -1;
}
.index-walkInto .hd .title {
  padding: 0 25px;
  background: #fff;
}
.index-walkInto .tab .head {
  position: absolute;
  right: 0;
  top: 32px;
  display: flex;
}
.index-walkInto .tab .head .item {
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e1ecfe;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-left: 10px;
}
.index-walkInto .tab .head .item.active {
  background: #009687;
  color: #fff;
}
.index-walkInto .tab .mySwiper .swiper-slide .list {
  display: flex;
  flex-wrap: wrap;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item {
  margin-bottom: 11px;
  margin-right: 11px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item a {
  display: block;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item a:hover img {
  opacity: 0.85;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item a img {
  display: block;
  transition: all 0.25s;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(1) img {
  width: 383px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(2) img {
  width: 383px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(3) {
  margin-right: 0;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(3) img {
  width: 512px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(4) img {
  width: 328px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(5) img {
  width: 328px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(6) img {
  width: 363px;
  height: 209px;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(7) {
  margin-right: 0;
}
.index-walkInto .tab .mySwiper .swiper-slide .list .item:nth-child(7) img {
  width: 248px;
  height: 209px;
}
.wlt-main .sec1 .title {
  margin: 70px 0 40px;
  display: flex;
  justify-content: center;
}
.wlt-main .sec1 .title a {
  display: block;
}
.wlt-main .sec1 .bd {
  height: 628px;
  background: url(../img/img-84.jpg) no-repeat center top;
  overflow: hidden;
}
.wlt-main .sec1 .bd .inner {
  padding: 0 47px;
  background: rgba(255, 255, 255, 0.8);
  height: 256px;
  margin-top: 320px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.wlt-main .sec1 .bd .inner .wlt-gk .tl-img {
  margin-right: 47px;
}
.wlt-main .sec1 .bd .inner .cnt {
  flex: 1;
}
.wlt-main .sec1 .bd .inner .cnt .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
}
.wlt-main .sec1 .bd .inner .cnt .list {
  font-size: 0;
  text-align: center;
}
.wlt-main .sec1 .bd .inner .cnt .list .item {
  margin: 0 32px;
  display: inline-block;
}
.wlt-main .sec1 .bd .inner .cnt .list .item a {
  display: block;
}
.wlt-main .sec1 .bd .inner .cnt .list .item a:hover img {
  transform: scale(1.07);
}
.wlt-main .sec1 .bd .inner .cnt .list .item a img {
  height: 54px;
  margin: 0 auto 14px;
  transition: all 0.2s;
}
.wlt-main .sec1 .bd .inner .cnt .list .item a span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.wlt-main .sec2 .title {
  margin: 70px 0 40px;
  display: flex;
  justify-content: center;
}
.wlt-main .sec2 .title a {
  display: block;
}
.wlt-main .sec2 .bd {
  height: 708px;
  background: url(../img/img-97.jpg) no-repeat center top;
  overflow: hidden;
}
.wlt-main .sec2 .bd .inner .tl {
  margin: 60px 0 30px;
  font-size: 26px;
  color: #333;
}
.wlt-main .sec2 .bd .inner .list {
  overflow: hidden;
}
.wlt-main .sec2 .bd .inner .list .item {
  width: 415px;
  height: 468px;
  float: left;
  margin-right: 27px;
  overflow: hidden;
}
.wlt-main .sec2 .bd .inner .list .item:nth-child(3n) {
  margin-right: 0;
}
.wlt-main .sec2 .bd .inner .list .item:hover img {
  transform: scale(1.025);
}
.wlt-main .sec2 .bd .inner .list .item a {
  display: block;
}
.wlt-main .sec2 .bd .inner .list .item a img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.wlt-main .sec3 .title {
  margin: 70px 0 40px;
  display: flex;
  justify-content: center;
}
.wlt-main .sec3 .title a {
  display: block;
}
.wlt-main .sec3 .list {
  overflow: hidden;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.wlt-main .sec3 .list .item {
  margin-right: 9px;
  margin-bottom: 9px;
}
.wlt-main .sec3 .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.wlt-main .sec3 .list .item a:hover .tl-box {
  opacity: 1;
}
.wlt-main .sec3 .list .item a img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.wlt-main .sec3 .list .item a .tl-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
  transition: opacity 0.25s;
}
.wlt-main .sec3 .list .item a .tl {
  width: 90%;
  height: 58px;
  background: url(../img/img-111.png) no-repeat center center;
  font-size: 16px;
  white-space: nowrap;
  font-family: simsun;
  font-weight: 700;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  color: #fff;
}
.wlt-main .sec3 .list .item:nth-child(1) {
  width: 592px;
  height: 320px;
}
.wlt-main .sec3 .list .item:nth-child(2) {
  width: 248px;
  height: 276px;
}
.wlt-main .sec3 .list .item:nth-child(3) {
  width: 216px;
  height: 177px;
}
.wlt-main .sec3 .list .item:nth-child(4) {
  width: 216px;
  height: 177px;
  margin-right: 0;
}
.wlt-main .sec3 .list .item:nth-child(5) {
  width: 273px;
  height: 222px;
}
.wlt-main .sec3 .list .item:nth-child(6) {
  width: 309px;
  height: 222px;
}
.wlt-main .sec3 .list .item:nth-child(7) {
  width: 248px;
  height: 266px;
  margin-top: -45px;
}
.wlt-main .sec3 .list .item:nth-child(8) {
  width: 216px;
  height: 177px;
  margin-top: -143px;
}
.wlt-main .sec3 .list .item:nth-child(9) {
  width: 217px;
  height: 177px;
  margin-top: -374px;
  margin-left: 1082px;
  margin-right: 0;
}
.wlt-main .sec3 .list .item:nth-child(10) {
  width: 217px;
  height: 177px;
  margin-top: -188px;
  margin-left: 857px;
}
.wlt-main .sec3 .list .item:nth-child(11) {
  width: 217px;
  height: 177px;
  margin-right: 0;
  margin-left: 1082px;
  margin-top: -188px;
}
.wlt-main .sec4 {
  background: #dbe5e4;
  min-width: 1300px;
  overflow: hidden;
  padding-bottom: 100px;
}
.wlt-main .sec4 .title {
  margin: 70px 0 40px;
  display: flex;
  justify-content: center;
}
.wlt-main .sec4 .title a {
  display: block;
}
.wlt-main .sec4 .list {
  overflow: hidden;
  height: 553px;
}
.wlt-main .sec4 .list li {
  width: 162px;
  height: 553px;
  float: left;
}
.wlt-main .sec4 .list li.active a {
  display: block;
  padding-top: 450px;
}
.wlt-main .sec4 .list li.active .tl {
  writing-mode: initial;
  text-align: center;
}
.wlt-main .sec4 .list li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wlt-main .sec4 .list li a .tl {
  font-family: simsun;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  writing-mode: tb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.zwOpen-main {
  margin-bottom: 60px;
}
.zwOpen-main .sec1 {
  display: flex;
}
.zwOpen-main .sec1 .leader-desc {
  width: 570px;
  padding-right: 20px;
  border-right: 1px solid #f8f8f8;
}
.zwOpen-main .sec1 .leader-desc .leader {
  display: flex;
}
.zwOpen-main .sec1 .leader-desc .leader .img {
  width: 191px;
  height: 268px;
  margin-right: 30px;
}
.zwOpen-main .sec1 .leader-desc .leader .cnt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zwOpen-main .sec1 .leader-desc .leader .cnt .p {
  font-size: 20px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.zwOpen-main .sec1 .leader-desc .leader .cnt .desc {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  line-height: 1.7;
}
.zwOpen-main .sec1 .leader-desc .leader .cnt .more-btn {
  font-size: 16px;
  color: #009687;
}
.zwOpen-main .sec1 .leader-desc .leader .cnt .more-btn:hover {
  text-decoration: underline;
}
.zwOpen-main .sec1 .leader-desc .hot-link {
  margin-top: 61px;
  display: flex;
  justify-content: space-between;
}
.zwOpen-main .sec1 .leader-desc .hot-link .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zwOpen-main .sec1 .leader-desc .hot-link .item a img {
  height: 39px;
  margin-bottom: 10px;
}
.zwOpen-main .sec1 .leader-desc .hot-link .item a span {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.zwOpen-main .sec1 .leader-list {
  flex: 1;
  padding: 0 70px;
}
.zwOpen-main .sec1 .leader-list .tl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 34px;
  color: #333;
}
.zwOpen-main .sec1 .leader-list .list {
  overflow: hidden;
}
.zwOpen-main .sec1 .leader-list .list .item {
  width: 110px;
  float: left;
  margin-right: 50px;
}
.zwOpen-main .sec1 .leader-list .list .item:nth-child(4n) {
  margin-right: 0;
}
.zwOpen-main .sec1 .leader-list .list .item a {
  display: block;
}
.zwOpen-main .sec1 .leader-list .list .item a img {
  width: 110px;
  height: 138px;
}
.zwOpen-main .sec1 .leader-list .list .item a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  text-align: center;
}
.zwOpen-main .sec2 {
  margin-top: 40px;
}
.zwOpen-main .sec2 .list {
  display: flex;
}
.zwOpen-main .sec2 .list .item {
  position: relative;
  margin-right: 42.5px;
  width: 226px;
  height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zwOpen-main .sec2 .list .item:nth-child(5n) {
  margin-right: 0;
}
.zwOpen-main .sec2 .list .item:hover .pullDown {
  visibility: visible;
  opacity: 1;
}
.zwOpen-main .sec2 .list .item .tl {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
.zwOpen-main .sec2 .list .item .tl:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zwOpen-main .sec2 .list .item .mini-links {
  margin: 16px 0 18px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.zwOpen-main .sec2 .list .item .mini-links a {
  display: block;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zwOpen-main .sec2 .list .item .mini-links a:hover {
  text-decoration: underline;
}
.zwOpen-main .sec2 .list .item .pullDown {
  position: absolute;
  z-index: 999;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  width: 510px;
  left: 0;
  transition: all 0.2s;
  background-color: #fff;
  padding-top: 15px;
}
.zwOpen-main .sec2 .list .item .pullDown.right {
  left: auto;
  right: 0;
}
.zwOpen-main .sec2 .list .item .pullDown.right:after {
  right: 19%;
  left: auto;
}
.zwOpen-main .sec2 .list .item .pullDown:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: 1px solid #b4e7e2;
  border-left: 1px solid #b4e7e2;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  display: block;
  position: absolute;
  left: 19%;
  top: 4px;
}
.zwOpen-main .sec2 .list .item .pullDown ul {
  padding: 30px 30px 0;
  border: 1px solid #b4e7e2;
  box-shadow: 0 0 10px #a3e0da;
  overflow: hidden;
}
.zwOpen-main .sec2 .list .item .pullDown ul li {
  margin: 0 0 30px 0;
  width: 50%;
  float: left;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zwOpen-main .sec2 .list .item .pullDown ul li a {
  padding-left: 15px;
  font-size: 16px;
  position: relative;
}
.zwOpen-main .sec2 .list .item .pullDown ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #009687;
  border-radius: 50%;
}
.zwOpen-main .sec3 {
  margin-top: 34px;
}
.zwOpen-main .sec3 .left {
  width: 900px;
  float: left;
}
.zwOpen-main .sec3 .left .mod-tab {
  margin-bottom: 24px;
}
.zwOpen-main .sec3 .left .mod-tab .head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zwOpen-main .sec3 .left .mod-tab .head:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  z-index: -1;
}
.zwOpen-main .sec3 .left .mod-tab .head .tab-nav {
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 24px;
}
.zwOpen-main .sec3 .left .mod-tab .head .tab-nav .it {
  font-size: 20px;
  cursor: pointer;
}
.zwOpen-main .sec3 .left .mod-tab .head .tab-nav .it.active {
  font-weight: 700;
}
.zwOpen-main .sec3 .left .mod-tab .head .tab-nav p {
  font-size: 16px;
  color: #ccc;
  margin: 0 24px;
}
.zwOpen-main .sec3 .left .mod-tab .head .more-box {
  background: #fff;
  padding-left: 10px;
  line-height: 30px;
}
.zwOpen-main .sec3 .left .mod-tab .head .more-box .more-btn {
  font-size: 16px;
  color: #999;
  display: none;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list {
  margin-top: 13px;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt {
  padding: 11px 0;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt .link {
  display: flex;
  align-items: center;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt .link .tl {
  max-width: 750px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt .link .em-box {
  flex: 1;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt .link .em-box em {
  margin-left: 10px;
  padding: 0 5px;
  height: 18px;
  border-radius: 10px;
  background: #009687;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.zwOpen-main .sec3 .left .mod-tab .minitab-swiper .list .itt .link .date {
  flex: 1;
  text-align: right;
  color: #ccc;
}
.zwOpen-main .sec3 .left .impor-open .hd {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.zwOpen-main .sec3 .left .impor-open .hd:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.zwOpen-main .sec3 .left .impor-open .hd .tl {
  font-size: 20px;
  font-weight: 700;
  background: #ffffff;
  padding-right: 20px;
}
.zwOpen-main .sec3 .left .impor-open .hd .more-btn {
  color: #999;
  font-size: 16px;
  background: #fff;
  padding-left: 15px;
}
.zwOpen-main .sec3 .left .impor-open .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.zwOpen-main .sec3 .left .impor-open .list .item {
  width: 33.333333%;
  margin-bottom: 40px;
}
.zwOpen-main .sec3 .left .impor-open .list .item a {
  display: flex;
  align-items: center;
  width: 73%;
}
.zwOpen-main .sec3 .left .impor-open .list .item a:hover img {
  transform: translateX(-5px);
}
.zwOpen-main .sec3 .left .impor-open .list .item a img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: all 0.2s;
}
.zwOpen-main .sec3 .left .impor-open .list .item a span {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
.zwOpen-main .sec3 .right {
  width: 362px;
  float: right;
}
.zwOpen-main .sec3 .right .govOpen {
  margin-bottom: 4px;
}
.zwOpen-main .sec3 .right .govOpen .hd {
  margin-bottom: 16px;
}
.zwOpen-main .sec3 .right .govOpen .hd a {
  display: block;
  height: 66px;
  background: url(../img/img-147.png) no-repeat;
}
.zwOpen-main .sec3 .right .govOpen .list {
  overflow: hidden;
}
.zwOpen-main .sec3 .right .govOpen .list .item {
  float: left;
  width: 48%;
  margin-bottom: 16px;
  background: #f8f8f8;
  padding: 14px 10px 10px;
  margin-right: 4%;
}
.zwOpen-main .sec3 .right .govOpen .list .item:hover {
  background: #f3f2f2;
}
.zwOpen-main .sec3 .right .govOpen .list .item:nth-child(2n) {
  margin-right: 0;
}
.zwOpen-main .sec3 .right .govOpen .list .item a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zwOpen-main .sec3 .right .govOpen .list .item a img {
  margin-bottom: 10px;
}
.zwOpen-main .sec3 .right .govOpen .list .item a span {
  color: #333;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.zwOpen-main .sec3 .right .hot-link li {
  margin-bottom: 20px;
}
.zwOpen-main .sec3 .right .hot-link li a {
  display: block;
  height: 58px;
  line-height: 58px;
  border: 1px solid #eeeeee;
  padding: 0 0 0 62px;
  background: url(../img/img-154.png) no-repeat 293px center;
  font-size: 18px;
  color: #333;
}
.zwOpen-main .sec3 .right .hot-link li a.on {
  color: #009687;
  background: url(../img/img-153.png) no-repeat center / 100% 100%;
  border-color: #23b4b8;
}
.zwOpen-main .sec3 .right .hot-link li a:hover {
  color: #009687;
  background: url(../img/img-153.png) no-repeat center / 100% 100%;
  border-color: #23b4b8;
}
.zwOpen-main .sec3 .right .hot-link li a img {
  float: left;
  margin: 12px 0px 0 0;
}
.zwOpen-main .sec3 .right .hot-link li a em {
  display: block;
  margin-left: 53px;
}
.zwOpen-main .sec3 .right .ad .it {
  display: block;
  margin-bottom: 20px;
}
.zwOpen-main .sec3 .right .ad .it img {
  width: 100%;
}
.org-main .avatar {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.org-main .avatar img {
  width: 191px;
  height: 268px;
  margin-bottom: 24px;
}
.org-main .avatar p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.org-main .mod-item {
  margin-bottom: 34px;
}
.org-main .mod-item .hd {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.org-main .mod-item .hd img {
  margin-right: 15px;
}
.org-main .mod-item .hd span {
  font-size: 22px;
  color: #009687;
}
.org-main .mod-item .cnt {
  font-size: 18px;
  line-height: 2;
}
.org-main .mod-item .cnt .p {
  font-size: 18px;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.org-main .mod-item .cnt .p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #009687;
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
  height: 5px;
}
.list-main {
  margin-top: 13px;
}
.list-main .item {
  padding: 12px 0;
}
.list-main .item:nth-child(4n) {
  padding-bottom: 30px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}
.list-main .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
}
.list-main .item a {
  display: flex;
  font-size: 18px;
}
.list-main .item a .tl {
  flex: 1;
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.list-main .item a .tl:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 9px;
  background: url(../img/img-163.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-main .item a .date {
  width: 200px;
  text-align: right;
  color: #009687;
  padding-right: 20px;
}
.detail-main {
  padding-bottom: 90px;
  min-height: 500px;
  margin-top: 30px;
}
.detail-main .detail-title {
  font-size: 30px;
  color: #009687;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
}
.detail-main .detail-meta {
  text-align: center;
  padding: 5px 0;
  background: #ecf3f2;
  margin: 20px 0 40px;
}
.detail-main .detail-meta span {
  margin: 0 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
}
.detail-main .detail-cnt p,
.detail-main .detail-cnt p span {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 16px auto !important;
}
.detail-main .detail-cnt table {
  height: auto !important;
  margin: 16px auto !important;
}
.detail-main .detail-cnt table tr td {
  border: 1px solid #111;
}
.newspaper-main .newspaper-left .title {
  height: 55px;
  display: block;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #009687;
}
.newspaper-main .newspaper-left .bd {
  background: #f8f8f8;
}
.newspaper-main .newspaper-left .bd .img-link {
  display: block;
  padding: 15px 0 30px;
  border-bottom: 1px dashed #ddd;
}
.newspaper-main .newspaper-left .bd .img-link img {
  margin: 0 auto;
  width: 191px;
  height: 268px;
  box-shadow: -4px 3px 0px 2px #f5f5f5;
  display: block;
}
.newspaper-main .newspaper-left .bd .list {
  padding: 30px 0px 15px;
}
.newspaper-main .newspaper-left .bd .list .item {
  margin-bottom: 15px;
}
.newspaper-main .newspaper-left .bd .list .item a {
  text-align: center;
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ededed;
}
.newspaper-main .newspaper-right .ad-img {
  display: block;
  margin-bottom: 30px;
}
.newspaper-main .newspaper-right .ad-img img {
  width: 100%;
}
.newspaper-main .newspaper-right .search-box .tl {
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  background: #009687;
  text-align: center;
  margin-bottom: 15px;
  width: 114px;
  color: #fff;
}
.newspaper-main .newspaper-right .search-box .search {
  display: flex;
  margin-bottom: 20px;
}
.newspaper-main .newspaper-right .search-box .search .search-ipt {
  flex: 1;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  outline: none;
  background: #fff;
  padding: 0 20px;
  font-size: 18px;
}
.newspaper-main .newspaper-right .search-box .search .search-ipt::-webkit-input-placeholder {
  color: #ccc;
  font-size: 18px;
}
.newspaper-main .newspaper-right .search-box .search .search-btn {
  width: 180px;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #009687;
  margin-left: 15px;
  cursor: pointer;
}
.newspaper-main .newspaper-right .search-box .search .search-btn:hover {
  opacity: 0.85;
}
.newspaper-main .newspaper-right .mod-tab .head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #009687;
}
.newspaper-main .newspaper-right .mod-tab .head .tab-nav {
  display: flex;
  align-items: center;
}
.newspaper-main .newspaper-right .mod-tab .head .tab-nav .it {
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  color: #333;
}
.newspaper-main .newspaper-right .mod-tab .head .tab-nav .it1 {
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  color: #333;
}
.newspaper-main .newspaper-right .mod-tab .head .tab-nav .it.active {
  color: #009687;
}
.newspaper-main .newspaper-right .mod-tab .head .tab-nav p {
  font-size: 20px;
  margin: 0 20px;
  color: #999;
}
.newspaper-main .newspaper-right .mod-tab .head .select {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.newspaper-main .newspaper-right .mod-tab .head .select select {
  width: 196px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #e8e8e8;
  font-size: 14px;
  outline: none;
}
.newspaper-main .newspaper-right .mod-tab .tab-swiper .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.newspaper-main .newspaper-right .mod-tab .tab-swiper .list .itt {
  display: block;
  width: 229px;
  background: #f7f7f7;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 0px;
  font-size: 12px;
  margin-right: 15px;
  border: 2px solid #e8e8e8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.newspaper-main .newspaper-right .mod-tab .tab-swiper .list .itt:nth-child(4n) {
  margin-right: 0;
}
.newspaper-main .newspaper-right .select-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
.newspaper-main .newspaper-right .select-date span {
  font-size: 18px;
  color: #333;
  margin-right: 10px;
}
.newspaper-main .newspaper-right .select-date em {
  margin-right: 10px;
  cursor: pointer;
}
.newspaper-main .newspaper-right .select-date em img {
  display: block;
}
.newspaper-main .newspaper-right .select-date .sel {
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  outline: none;
}
.newspaper-main .newspaper-right .select-date .sel1 {
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  outline: none;
}
.newspaper-main .newspaper-right .newspaper-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.newspaper-main .newspaper-right .newspaper-content {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.newspaper-main .newspaper-right .newspaper-content p {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.newspaper-main .newspaper-right .newspaper-content p span {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.newspaper-main .newspaper-right .newspaper-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 16px auto !important;
}
.newspaper-main .newspaper-right .newspaper-content p img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 16px auto !important;
}
.newspaper-main .newspaper-right .newspaper-content table {
  height: auto !important;
  margin: 16px auto !important;
}
.sidebar-fixed-wrapper {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
.sidebar-fixed-wrapper .back-to-top {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../img/ico-backtop-1.png) no-repeat center;
  border: 1px solid #8698aa;
  display: none;
}
.sidebar-fixed-wrapper .back-to-top:hover {
  background-image: url(../img/ico-backtop-2.png);
  border-color: #009687;
}

/**ΧΙΡ―ΑτΡΤ*/
.message-main {
    padding-bottom: 30px;
}

.message-main .xdLayout {
    width: 100% !important;
    margin-top: 18px;
}

.message-main .xdLayout tr td, .message-main .xdLayout tr td > div {
    text-align: right !important;
}

.message-main .xdLayout tr td div > font {
    font-size: 18px !important;
    line-height: 72px !important;
    padding-right: 15px !important;
    font-family: "microsoft yahei" !important;
}

.message-main .xdLayout tr td input {
    padding: 0 12px !important;
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    border-radius: 4px !important;
    color: #444 !important;
    margin: 10px 0 !important;
    box-sizing: border-box;
}

.message-main .xdLayout tr td textarea {
    outline: none !important;
    padding: 12px !important;
    border: 1px solid #eaeaea;
    background: #f3f9fe !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    color: #444 !important;
    border-radius: 4px !important;
    font-family: microsoft yahei;
    box-sizing: border-box !important;
    margin: 12px 0 !important;
    height: auto !important;
}

.message-main .submit-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 220px;
    background: #1364be;
    background: -webkit-linear-gradient(0deg, #125EB3 0, #1986FF 100%);
    #background: linear-gradient(0deg, #c12729 0, #c12729 100%);
    display: block;
    margin: 10px auto 0;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border:none;
}

.message-main .submit-btn:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}

.page-left {
    width: 230px;
    float: left;
    margin-bottom: 40px;
}

.page-right {
    float: right;
    width: 980px;
    /* margin-bottom: 40px; */
    min-height: 500px;
}
.page-submenu h3 {
  height: 52px;
  line-height: 52px;
  display: block;
  background: #009687;
  font-size: 22px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 4px;
}
.page-submenu .ul1 .ulli {
  margin-bottom: 14px;
  position: relative;
}
.page-submenu .ul1 .ulli::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  background: #009687;
  z-index: 2;
  height: 46px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.page-submenu .ul1 .ullia {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 8px 8px 10px;
  text-align: center;
  cursor: pointer;
  background: #f3f3f3;
  font-size: 20px;
  color: #333;
  border-radius: 4px;
  transition: none;
}

.page-submenu .ul1 .ullia:hover {
  border-top: 1px solid #009687;
  border-bottom: 1px solid #009687;
  border-right: 1px solid #009687;
  padding: 7px 7px 7px 10px;
  background-color: #fff;
  color: #009687;
}

.list2-main {
  margin-top: -13px;
}
.module-title1 .head {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  height: 50px;
}
.module-title1 .head .tl {
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  border-bottom: 3px solid #009687;
  color: #009687;
}

.list2-main .list2-tb {
  width: 100%;
  margin-top: 24px;
  table-layout: fixed;
}
.list2-main .list2-tb th {
  background-color: #f3f9fe;
  font-size: 18px;
  white-space: nowrap;
  padding: 8px 20px;
  color: #333;
}
	.list2-main .list2-tb td {
  padding: 20px 10px;
  border-bottom: 1px dashed #ddd;
  text-align: center;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reply-main {
  margin-top: -13px;
}
.reply-main .reply-tb {
  width: 100%;
  margin: 24px auto 0;
}
.reply-main .reply-tb .th {
  background-color: #f4faff;
  text-align: center;
  color: #333;
}
.reply-main .reply-tb td {
  font-size: 18px;
  padding: 20px;
  border: 1px solid #ddd;
  color: #333;
}

.message-main {
    margin-top: -13px;
}

.message-main .important-msg {
    margin: 34px auto 22px;
    padding: 15px 30px;
    line-height: 1;
    text-align: center;
    width: 730px;
    color: #035aa0;
    border: 1px solid #ddd;
    border-radius: 100px;
}

.message-main .xdLayout {
    width: 100% !important;

}

.message-main .xdLayout tr td, .message-main .xdLayout tr td > div {
    text-align: right !important;
}

.message-main .xdLayout tr td div > font {
    font-size: 18px !important;
    line-height: 66px !important;
    padding-right: 15px !important;
    font-family: "microsoft yahei" !important;
}

.message-main .xdLayout tr td input {
    padding: 0 12px !important;
    height: 46px !important;
    line-height: 46px !important;
    border: 1px solid #eaeaea;
    background: #fafafa !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    border-radius: 4px !important;
    color: #444 !important;
    margin: 10px 0 !important;
    box-sizing: border-box;
}

.message-main .xdLayout tr td textarea {
    outline: none !important;
    padding: 12px !important;
    border: 1px solid #eaeaea;
    background: #fafafa !important;
    -webkit-transition-delay: 0s !important;
    font-size: 18px !important;
    width: 100% !important;
    color: #444 !important;
    border-radius: 4px !important;
    font-family: microsoft yahei;
    box-sizing: border-box !important;
    margin: 10px 0 !important;
    height: auto !important;
}

.message-main .submit-btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #009687;
    text-align: center;
    width: 120px;
    background: #009687;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
}

.message-main .reset-btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #004b88;
    text-align: center;
    width: 120px;
    display: inline-block;
    font-size: 20px;
    color: #035aa0;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
    background-color: #fff;
}

.message-main .submit-btn:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}


.top {
  height: 36px;
  line-height: 36px;
  background-color: #009687;
  overflow: hidden;
  width: 1920px;
  margin: 0 auto;
  display:block;
}
 .container {
  width: 1280px;
  margin: 0 auto;
}
.top .left {
  width: 250px;
  display: inline;
  color: #a2bedb;
}
.top .left span{
  color: #a2bedb;
}
.top .right {
  position: relative;
  z-index: 100;
}
.r {
  float: right;
}
.top .right li {
  float: left;
}
.top .right li a {
  display: block;
  font-size: 14px;
  color: #a2bedb;
  padding-right: 15px;
  padding-left: 15px;
}


  .article-share-group a {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
    vertical-align: middle;
    position: relative;
    margin-left:5px;
}
#shareCode {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 10px;
    border: 5px solid #ccc;
    background: #fff;
    display: none;
}
.bd_weixin {
  background-image: url(../img/bs_wx.png) !important;
  background-size: cover;
}
.bd_weibo {
  background-image: url(../img/bs_weibo.png) !important;
  background-size: cover;
}
.bd_sqq {
  background-image: url(../img/bs_qq.png) !important;
  background-size: cover;
}
.bd_qzone {
  background-image: url(../img/bs_qzone.png) !important;
  background-size: cover;
}


.page-left {
  width: 330px;
  float: left;
  margin-bottom: 40px;
}
.page-submenu h3 {
  height: 54px;
  line-height: 54px;
  display: block;
 /** background: url(../img/ico-12.png) no-repeat 210px center #009687;*/
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
/**  padding: 0 10px 0 50px;*/
  margin-bottom: 12px;
  border-radius: 4px;
}
.page-submenu .ul li.active {
  border-color: #009687;
  background: #f4faff;
}
.page-submenu .ul li {
  cursor: pointer;
  height: 52px;
  background: #fafafa;
  line-height: 52px;
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
  border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
  border-radius: 4px;
}
.page-submenu .ul li.active a {
  color: #009687;
}
.page-submenu .ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 /** padding: 0 10px 0 10px;*/
  text-align: center;
}
.page-right {
  float: right;
  width: 930px;
  background-color: #fff;
  margin-bottom: 40px;
  min-height: 500px;
  margin-top: -10px;
}