/**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: #1073b7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.color-1 {
  color: #1073b7 !important;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.pr {
  position: relative;
}
.text-left {
  text-align: left !important;
}
/*reset e*/
/*.page-* s*/
.page-header {
  height: 320px;
  min-width: 1300px;
  position: relative;
}
.page-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
  z-index: -1;
}
.page-top {
  background: rgba(255, 255, 255, 0.4);
  min-width: 1300px;
}
.page-top .inner {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-top .inner .welcome {
  font-size: 13px;
  color: #333;
}
.page-top .inner .right {
  display: flex;
  align-items: center;
}
.page-top .inner .right .accessible {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.page-top .inner .right .accessible:hover {
  text-decoration: underline;
}
.page-top .inner .right .accessible span {
  font-size: 13px;
  color: #333;
  margin-left: 5px;
}
.page-top .inner .right .senior {
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  padding: 0 15px;
  background: #1073b7;
  border-radius: 100px;
}
.page-top .inner .right .senior:hover {
  text-decoration: underline;
}
.page-head {
  min-width: 1300px;
}
.page-head .inner {
  height: 285px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-head .inner .logo h1 a {
  display: block;
}
.page-head .inner .search-wrap {
  margin-top: 180px;
  align-self: normal;
  display: flex;
  width: 400px;
  height: 48px;
  margin-right: 37px;
}
.page-head .inner .search-wrap .search-ipt {
  flex: 1;
  border: 1px solid #1073b7;
  border-right: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.page-head .inner .search-wrap .search-ipt::-webkit-input-placeholder {
  color: #ccc;
}
.page-head .inner .search-wrap .search-btn {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background-color: #1073b7;
  cursor: pointer;
}
.page-head .inner .search-wrap .search-btn:hover {
  background: #1981c9;
}
.page-nav {
  min-width: 1300px;
  background: #1073b7;
}
.page-nav .inner {
  display: flex;
  justify-content: center;
}
.page-nav .inner .item:hover {
  background: #fff;
}
.page-nav .inner .item:hover .far-a span {
  color: #1073b7;
}
.page-nav .inner .item .far-a {
  height: 52px;
  padding: 0 28px;
  display: flex;
  align-items: center;
}
.page-nav .inner .item .far-a .txt {
  font-size: 22px;
  color: #fff;
}
.page-footer {
  min-width: 1300px;
  background: #1073b7;
}
.page-footer .copyright {
  padding: 50px 0;
  overflow: hidden;
}
.page-footer .copyright .sec1 {
  margin: 0 30px 0 53px;
  float: left;
  width: 94px;
}
.page-footer .copyright .sec1 a {
  display: block;
  margin: 0 auto 10px;
}
.page-footer .copyright .sec1 a:last-of-type {
  margin-bottom: 0px;
}
.page-footer .copyright .sec1 a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.page-footer .copyright .sec2 {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #3c8fc9;
  margin-right: 20px;
}
.page-footer .copyright .sec2 a {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  color: #fff;
  white-space: nowrap;
}
.page-footer .copyright .sec2 a:last-of-type {
  margin-bottom: 0px;
}
.page-footer .copyright .sec3 {
  float: left;
}
.page-footer .copyright .sec3 p {
  margin-bottom: 20px;
  line-height: 1;
}
.page-footer .copyright .sec3 p span {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  line-height: 1.5;
}
.page-footer .copyright .sec3 p a {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  line-height: 1.5;
}
.page-footer .sec4 {
  float: left;
  margin-left: 30px;
}
.page-footer .sec4 img {
  width: 74px;
  height: 74px;
  display: block;
  margin-bottom: 5px;
}
.page-footer .sec4 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.page-footer .friend-link {
  border-bottom: 1px solid #005b9a;
}
.page-footer .friend-link ul {
  text-align: center;
  font-size: 0;
}
.page-footer .friend-link .item {
  margin: 0 30px;
  display: inline-block;
}
.page-footer .friend-link .item .btn {
  cursor: pointer;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.page-footer .friend-link .item .btn span,
.page-footer .friend-link .item .btn a {
  font-size: 18px;
  color: #fff;
  display: block;
  height: 64px;
  line-height: 64px;
}
.page-footer .friend-link .item.show .btn {
  background: #2286cb;
}
.page-footer .friend-link .item.show .btn span {
  color: #fff;
}
.ft-listWrap {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #2286cb;
  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-crumbs-bar {
  line-height: 1;
  font-size: 16px;
  color: #999;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-crumbs-bar img {
  display: inline-block;
  vertical-align: middle;
}
.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: #1073b7;
}
.page-left {
  width: 230px;
  float: left;
  margin-bottom: 40px;
}
.page-right {
  float: right;
  width: 1036px;
  margin-bottom: 20px;
  min-height: 500px;
}
.page-submenu h3 {
  height: 72px;
  vertical-align: middle;
  /**  line-height: 72px;
 /** line-height: 60px;*/
  display: table-cell;
  font-size: 22px;
  color: #fff;
  text-align: center;
 /** overflow: hidden;
  white-space: nowrap;*/
  text-overflow: ellipsis;
  padding: 0 10px;
  background: #1073b7;
  border-top-left-radius: 18px;
  margin-bottom: 12px;
  width: 230px;
}
.page-submenu .ul {
  background: #f5f5f5;
}
.page-submenu .ul .ullia {
  display: block;
  overflow: hidden;
  /**white-space: nowrap;
  text-overflow: ellipsis;*/
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  transition: none;
  border-bottom: 1px solid #e7e7e7;
  width: 230px;
}
.page-submenu .ul .ulli.active .ullia {
  background-image: url(../img/img-36.jpg);
}
.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: #0f61c1;
  background-color: #1073b7;
  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: #0f61c1;
  background-color: #1073b7;
  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: #0f61c1;
  background-color: #1073b7;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.page-page .okbtn:hover {
  opacity: 0.85;
}
.page-title {
  border-bottom: 1px solid #ddd;
}
.page-title .title {
  height: 54px;
  display: flex;
  align-items: center;
}
.page-title .title img {
  margin-right: 10px;
}
.page-title .title span {
  font-size: 22px;
  color: #2383ea;
  margin-right: 10px;
}
/*.page-* e*/
.index-stateNews {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.index-stateNews .index-focus {
  width: 635px;
  height: 406px;
  overflow: hidden;
  position: relative;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #1073b7;
}
.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: 24px;
}
.index-stateNews .index-focus .title .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.index-stateNews .tabs {
  width: 635px;
}
.index-stateNews .tabs .hd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1073b7;
  margin-bottom: 11px;
}
.index-stateNews .tabs .hd .tab-nav {
  display: flex;
}
.index-stateNews .tabs .hd .tab-nav .item a {
  padding: 0 16px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #333;
  display: block;
}
.index-stateNews .tabs .hd .tab-nav .item.active {
  background: #1073b7;
}
.index-stateNews .tabs .hd .tab-nav .item.active a {
  color: #fff;
}
.index-stateNews .tabs .hd .more-box {
  flex: 1;
  background: #fff;
  padding-left: 10px;
  line-height: 52px;
  text-align: right;
}
.index-stateNews .tabs .hd .more-box .more-btn {
  font-size: 16px;
  color: #999;
  display: none;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it {
  padding: 12px 0;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 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:before {
  background: #1073b7;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .tl {
  color: #1073b7;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .date {
  color: #1073b7;
}
.index-swiper2 {
  margin-top: 18px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #1073b7;
  height: 110px;
}
.index-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-swiper2 .swiper-pagination {
  width: auto;
  right: 20px;
  bottom: 12px;
  left: auto;
}
.index-swiper2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.index-govOpen {
  overflow: hidden;
  margin-top: 34px;
}
.index-govOpen .item {
  width: 418px;
  height: 84px;
  background: #ddedff;
  float: left;
  margin-right: 15px;
  margin-top:15px;
}
.index-govOpen .item:nth-child(5n) {
  margin-right: 0;
}
.index-govOpen .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.index-govOpen .item a:hover img {
  transform: translateX(-4px);
}
.index-govOpen .item a img {
  margin-left: 24px;
  margin-right: 15px;
  transition: all 0.2s;
}
.index-govOpen .item a span {
  font-size: 22px;
  color: #1073b7;
}
.index-sec1 {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.index-sec1 .tabs {
  width: 834px;
}
.index-sec1 .tabs .hd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1073b7;
  margin-bottom: 11px;
}
.index-sec1 .tabs .hd .tab-nav {
  display: flex;
}
.index-sec1 .tabs .hd .tab-nav .item a {
  padding: 0 13px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #333;
  display: block;
}
.index-sec1 .tabs .hd .tab-nav .item.active a {
  font-weight: 700;
  border-bottom: 2px solid #1073b7;
}
.index-sec1 .tabs .hd .more-box {
  flex: 1;
  background: #fff;
  padding-left: 10px;
  line-height: 52px;
  text-align: right;
}
.index-sec1 .tabs .hd .more-box .more-btn {
  font-size: 16px;
  color: #999;
  display: none;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it {
  padding: 12px 0;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.index-sec1 .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-sec1 .tabs .tab-swiper .swiper-slide .list .it a .date {
  width: 110px;
  text-align: right;
  color: #ccc;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover:before {
  background: #1073b7;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover .tl {
  color: #1073b7;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover .date {
  color: #1073b7;
}
.index-sec1 .gov-interact {
  width: 436px;
}
.index-sec1 .gov-interact .hd {
  border-bottom: 1px solid #529655;
  overflow: hidden;
}
.index-sec1 .gov-interact .hd .title {
  float: left;
  padding: 0 13px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #333;
  font-weight: 700;
  border-bottom: 2px solid #529655;
}
.index-sec1 .gov-interact .bd {
  background: #f8f8f8;
  padding: 20px 40px;
  margin-top: 10px;
}
.index-sec1 .gov-interact .bd .item {
  height: 54px;
  border: 1px dashed #ddd;
  background: #fff;
  margin-bottom: 11px;
}
.index-sec1 .gov-interact .bd .item:last-of-type {
  margin-bottom: 0;
}
.index-sec1 .gov-interact .bd .item:hover a img {
  transform: translateX(-4px);
}
.index-sec1 .gov-interact .bd .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: url(../img/img-15.png) no-repeat 299px center;
}
.index-sec1 .gov-interact .bd .item a img {
  margin-left: 64px;
  margin-right: 26px;
  width: 30px;
  transition: all 0.2s;
}
.index-sec1 .gov-interact .bd .item a span {
  font-size: 22px;
  color: #333;
}
.index-swiper3 {
  margin-top: 28px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #1073b7;
  height: 110px;
}
.index-swiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-swiper3 .swiper-pagination {
  width: auto;
  right: 20px;
  bottom: 12px;
  left: auto;
}
.index-swiper3 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.index-sec2 {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.index-sec2 .left {
  width: 834px;
}
.index-sec2 .left .hd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1073b7;
  margin-bottom: 24px;
}
.index-sec2 .left .hd .title {
  font-weight: 700;
  border-bottom: 2px solid #1073b7;
  padding: 0 13px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #333;
}
.index-sec2 .left .hd .more-box {
  background: #fff;
  padding-left: 10px;
  line-height: 52px;
  text-align: right;
}
.index-sec2 .left .hd .more-box .more-btn {
  font-size: 16px;
  color: #999;
  display: none;
}
.index-sec2 .left .tab {
  display: flex;
}
.index-sec2 .left .tab .tab-nav {
  width: 184px;
  margin-right: 10px;
}
.index-sec2 .left .tab .tab-nav .item {
  height: 38px;
  background: #ddedff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-sec2 .left .tab .tab-nav .item img {
  margin-left: 15px;
  margin-right: 12px;
}
.index-sec2 .left .tab .tab-nav .item span {
  font-size: 16px;
  color: #1073b7;
}
.index-sec2 .left .tab .tab-nav .item.active {
  background: #bedcff;
}
.index-sec2 .left .tab .tab-cnt {
  flex: 1;
}
.index-sec2 .left .tab .tab-cnt .list {
  display: none;
}
.index-sec2 .left .tab .tab-cnt .list .item {
  padding: 5px 0 22px;
}
.index-sec2 .left .tab .tab-cnt .list .item a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}
.index-sec2 .left .tab .tab-cnt .list .item a:hover:before {
  background: #1073b7;
}
.index-sec2 .left .tab .tab-cnt .list .item a:hover .tl {
  color: #1073b7;
}
.index-sec2 .left .tab .tab-cnt .list .item a:hover .date {
  color: #1073b7;
}
.index-sec2 .left .tab .tab-cnt .list .item a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.index-sec2 .left .tab .tab-cnt .list .item a .tl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.index-sec2 .left .tab .tab-cnt .list .item a .date {
  width: 110px;
  text-align: right;
  color: #ccc;
}
.index-sec2 .right {
  width: 436px;
}
.index-sec2 .right .hd {
  display: flex;
  border-bottom: 1px solid #1073b7;
  margin-bottom: 24px;
}
.index-sec2 .right .hd .title {
  font-weight: 700;
  border-bottom: 2px solid #1073b7;
  padding: 0 13px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #333;
}
.index-sec2 .right .bd .item {
  display: block;
  margin-bottom: 10px;
}
.index-sec2 .right .bd .item:last-of-type {
  margin-bottom: 0;
}
.index-sec2 .right .bd .item img {
  width: 100%;
}
.index-special {
  margin-top: 18px;
  margin-bottom: 100px;
}
.index-special .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1073b7;
  margin-bottom: 24px;
}
.index-special .hd .title {
  padding: 0 16px;
  font-size: 22px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  display: block;
  background: #1073b7;
}
.index-special .hd .more-btn {
  font-size: 16px;
  color: #999;
}
.index-special .list {
  overflow: hidden;
}
.index-special .list .item {
  float: left;
  width: 304px;
  height: 171px;
  margin-right: 28px;
  overflow: hidden;
}
.index-special .list .item:nth-child(4n) {
  margin-right: 0;
}
.index-special .list .item:hover img {
  transform: scale(1.04);
}
.index-special .list .item a {
  display: block;
}
.index-special .list .item a img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  width: 304px;
  height: 171px;
}
.office-main .leader {
  margin-bottom: 23px;
}
.office-main .leader .hd {
  border-bottom: 2px solid #eeeeee;
  height: 54px;
  margin-bottom: 24px;
}
.office-main .leader .hd .title {
  float: left;
  border-bottom: 2px solid #1073b7;
  height: 54px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.office-main .leader .hd .title img {
  margin-right: 10px;
}
.office-main .leader .hd .title span {
  font-size: 24px;
  color: #1073b7;
}
.office-main .leader .bd {
  display: flex;
}
.office-main .leader .bd .left {
  width: 492px;
  display: flex;
  align-items: center;
  border-right: 1px solid #eee;
  padding: 0 40px 0 20px;
}
.office-main .leader .bd .left .avatar {
  margin-right: 30px;
  width: 160px;
  height: 240px;
}
.office-main .leader .bd .left .cnt {
  flex: 1;
}
.office-main .leader .bd .left .cnt .item {
  margin-bottom: 15px;
}
.office-main .leader .bd .left .cnt .item:last-of-type {
  margin-bottom: 0;
}
.office-main .leader .bd .left .cnt .item .tl a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.office-main .leader .bd .left .cnt .item .txt {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
}
.office-main .leader .bd .right {
  flex: 1;
  padding: 16px 20px 0 40px;
}
.office-main .leader .bd .right .list {
  overflow: hidden;
}
.office-main .leader .bd .right .list .item {
  float: left;
  margin-right: 49px;
  margin-bottom: 10px;
  width: 110px;
}
.office-main .leader .bd .right .list .item:nth-child(5n) {
  margin-right: 0;
}
.office-main .leader .bd .right .list .item a {
  display: block;
}
.office-main .leader .bd .right .list .item a .avatar {
  width: 100%;
  height: 130px;
  margin-bottom: 5px;
}
.office-main .leader .bd .right .list .item a .name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.office-main .leader .bd .right .list .item a .office {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  color: #333;
  height: 54px;
}
.office-main .orgIntro {
  margin-bottom: 15px;
}
.office-main .orgIntro .hd {
  border-bottom: 2px solid #eeeeee;
  height: 54px;
  margin-bottom: 24px;
}
.office-main .orgIntro .hd .title {
  float: left;
  border-bottom: 2px solid #1073b7;
  height: 54px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.office-main .orgIntro .hd .title img {
  margin-right: 10px;
}
.office-main .orgIntro .hd .title span {
  font-size: 24px;
  color: #1073b7;
}
.office-main .orgIntro .bd .intro p {
  margin-bottom: 20px;
}
.office-main .orgIntro .bd .see-more {
  color: #1073b7;
}
.office-main .mod-tab {
  margin-bottom: 80px;
}
.office-main .mod-tab .head {
  height: 54px;
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 24px;
}
.office-main .mod-tab .head .tab-nav {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1073b7;
  margin-bottom: -2px;
  padding-right: 10px;
}
.office-main .mod-tab .head .tab-nav img {
  margin-right: 10px;
}
.office-main .mod-tab .head .tab-nav .it {
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.office-main .mod-tab .head .tab-nav .it.active {
  color: #1073b7;
}
.office-main .mod-tab .head .tab-nav p {
  font-size: 20px;
  margin: 0 20px;
  color: #999;
}
.office-main .mod-tab .tab-swiper .list {
  display: flex;
  flex-wrap: wrap;
}
.office-main .mod-tab .tab-swiper .list .itt {
  display: block;
  width: 200px;
  background: #f7f7f7;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  border-radius: 5px;
}
.office-main .mod-tab .tab-swiper .list .itt:nth-child(6n) {
  margin-right: 0;
}
.leader-main {
  display: flex;
  padding: 0 20px;
  margin-bottom: 100px;
}
.leader-main .left {
  width: 200px;
  margin-right: 40px;
}
.leader-main .left .avatar {
  width: 100%;
}
.leader-main .left .name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 7px;
}
.leader-main .left .office {
  text-align: center;
}
.leader-main .cnt {
  flex: 1;
}
.leader-main .cnt .item {
  margin-bottom: 20px;
}
.leader-main .cnt .item .hd {
  border-bottom: 1px solid #eee;
  height: 46px;
  margin-bottom: 14px;
}
.leader-main .cnt .item .hd .tl {
  border-bottom: 2px solid #1073b7;
  margin-bottom: -1px;
  color: #1073b7;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  float: left;
  padding: 0 5px;
}
.leader-main .cnt .item .desc {
  line-height: 2;
}
.list-main {
  margin-top: 13px;
}
.list-main .item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.list-main .item a {
  display: flex;
  font-size: 18px;
}
.list-main .item a .tl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.list-main .item a .date {
  width: 200px;
  text-align: right;
  color: #1073b7;
}
.detail-main {
  padding-bottom: 80px;
  min-height: 500px;
  margin-top: 40px;
}
.detail-main .detail-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
}

.detail-main .detail-title p{
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
  font-family: "\9ED1\4F53";
}
.detail-main .detail-meta {
  text-align: center;
  padding: 5px 0;
  background: #f6f6f6;
  margin: 20px 0 40px;
}
.detail-main .detail-meta span {
  margin: 0 20px;
  font-size: 16px;
  color: #999;
  display: inline-block;
}
.detail-main .detail-cnt p,
.detail-main .detail-cnt p span,
.detail-main .detail-cnt div p,
.detail-main .detail-cnt div p span,  {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  text-indent: 2em;
}
.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-ftInfo {
  margin-top: 50px;
}
.detail-main .detail-ftInfo span {
  font-size: 16px;
  color: #2b2828;
  margin-left: 20px;
}
.pic-list {
  overflow: hidden;
}
.pic-list .item {
  float: left;
  width: 355px;
  padding-right: 30px;
  border-bottom: 1px solid #eee;
  padding-top: 26px;
}
.pic-list .item:nth-child(3n) {
  width: 325px;
  padding-right: 0;
}
.pic-list .item a {
  display: block;
}
.pic-list .item a:hover .img img {
  opacity: 0.85;
}
.pic-list .item a .tl {
  padding: 18px 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background: url(../img/img-39.png) no-repeat 10px center, url(../img/img-40.png) no-repeat 306px center;
}
.pic-list .item a .img img {
  width: 100%;
  height: 220px;
  transition: all 0.2s;
}
.pic2-list {
  overflow: hidden;
}
.pic2-list .item {
  float: left;
  width: 332.5px;
  padding-right: 30px;
  border-bottom: 1px solid #eee;
  padding-top: 26px;
}
.pic2-list .item:nth-child(4n) {
  width: 302.5px;
  padding-right: 0;
}
.pic2-list .item a {
  display: block;
}
.pic2-list .item a:hover .img img {
  opacity: 0.85;
}
.pic2-list .item a .tl {
  padding: 18px 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background: url(../img/img-39.png) no-repeat 10px center, url(../img/img-40.png) no-repeat 283.5px center;
}
.pic2-list .item a .img img {
  width: 100%;
  height: 220px;
  transition: all 0.2s;
}
.complain-main {
  margin-top: 24px;
  margin-bottom: 80px;
}
.complain-main .list .item {
  margin-bottom: 30px;
}
.complain-main .list .item .hd {
  height: 46px;
  background: #dbecf8;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 46px;
}
.complain-main .list .item .hd .tl {
  font-size: 20px;
  color: #1073b7;
}
.complain-main .list .item .lis {
  overflow: hidden;
}
.complain-main .list .item .lis .it {
  float: left;
  border-bottom: 1px dotted #ddd;
  margin-right: 24px;
  width: 506px;
  display: flex;
  align-items: center;
  height: 50px;
}
.complain-main .list .item .lis .it:nth-child(2n) {
  margin-right: 0;
}
.complain-main .list .item .lis .it .label {
  background: url(../img/img-45.png) no-repeat left center;
  padding-left: 30px;
  width: 134px;
  margin-right: 20px;
}
.complain-main .list .item .lis .it .cnt {
  flex: 1;
  color: #626262;
  font-family: Arial;
}
.list2-main {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 60px;
}
.list2-main .item {
  float: left;
  width: 508px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #0986E6;
  background: linear-gradient(180deg, #01bdf7 0, #0986E6 100%);
}
.list2-main .item:nth-child(2n) {
  margin-right: 0;
}
.list2-main .item:hover {
  filter: brightness(1.08);
}
.list2-main .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.list2-main .item a img {
  margin-left: 35px;
  margin-right: 20px;
}
.list2-main .item a span {
  color: #fff;
  font-size: 22px;
}
.tabPage-main .mod-title {
  height: 39px;
  border-bottom: 2px solid #eee;
  display: flex;
}
.tabPage-main .mod-title .tl {
  width: 165px;
  height: 49px;
  background: url(../img/img-53.png) no-repeat;
  font-size: 20px;
  color: #fff;
  line-height: 49px;
  text-align: center;
  padding-right: 10px;
}
.tabPage-main .tab-nav {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.tabPage-main .tab-nav .item {
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  margin: 0 20px;
}
.tabPage-main .tab-nav .item .in-a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabPage-main .tab-nav .item .in-a .tl {
  color: #1073b7;
  font-size: 19px;
  margin-bottom: 12px;
  position: relative;
}
.tabPage-main .tab-nav .item .in-a .img {
  width: 54px;
  height: 54px;
}
.tabPage-main .tab-nav .item:hover {
  background: #1073b7;
}
.tabPage-main .tab-nav .item:hover .tl {
  color: #fff;
}
.tabPage-main .tab-nav .item:hover .tl:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  background: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.tabPage-main .tab-nav .item.active {
  background: #1073b7;
}
.tabPage-main .tab-nav .item.active .tl {
  color: #fff;
}
.tabPage-main .tab-nav .item.active .tl:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  background: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.tabPage-main .phone-list {
  margin-top: 34px;
  overflow: hidden;
  margin-bottom: 66px;
}
.tabPage-main .phone-list .item {
  float: left;
  width: 33.333333%;
  margin-bottom: 34px;
}
.tabPage-main .phone-list .item .tl {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.tabPage-main .phone-list .item .phone {
  display: flex;
  align-items: center;
}
.tabPage-main .phone-list .item .phone img {
  margin-right: 10px;
}
.tabPage-main .phone-list .item .phone span {
  font-family: Arial;
  font-size: 20px;
}
.tabPage-main .advice-detail {
  margin-top: 34px;
  margin-bottom: 100px;
}
.tabPage-main .advice-detail .item {
  margin-bottom: 24px;
}
.tabPage-main .advice-detail .item .hd {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 20px;
  margin-bottom: 3px;
}
.tabPage-main .advice-detail .item ul li {
  margin-bottom: 3px;
  padding: 10px 20px;
  display: flex;
  background: #f5f5f5;
}
.tabPage-main .advice-detail .item ul li .label {
  font-weight: 700;
}
.tabPage-main .advice-detail .item ul li .cnt {
  flex: 1;
}
.adviceDetail-main {
  min-height: 500px;
  margin-top: 50px;
}
.adviceDetail-main .detail-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
}
.adviceDetail-main .detail-meta {
  text-align: center;
  padding: 5px 0;
  background: #f6f6f6;
  margin: 20px 0 40px;
}
.adviceDetail-main .detail-meta span {
  margin: 0 20px;
  font-size: 16px;
  color: #999;
  display: inline-block;
}
.adviceDetail-main .detail-cnt p,
.adviceDetail-main .detail-cnt p span {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.adviceDetail-main .detail-cnt p img,
.adviceDetail-main .detail-cnt img,
.adviceDetail-main .detail-cnt table img,
.adviceDetail-main .detail-cnt video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 16px auto !important;
}
.adviceDetail-main .detail-cnt table {
  height: auto !important;
  margin: 16px auto !important;
}
.onlineTalk-main .list {
  margin-top: 34px;
}
.onlineTalk-main .list .item {
  margin-bottom: 20px;
  background: #f5f5f5;
  display: flex;
  height: 306px;
}
.onlineTalk-main .list .item:last-of-type {
  margin-bottom: 0;
}
.onlineTalk-main .list .item .img-box {
  border-right: 2px solid #fff;
  width: 474px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onlineTalk-main .list .item .img-box img {
  width: 432px;
  height: 256px;
}
.onlineTalk-main .list .item .cnt {
  flex: 1;
  padding: 30px 20px 0;
}
.onlineTalk-main .list .item .cnt .it {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.onlineTalk-main .list .item .cnt .it .label {
  font-weight: 700;
  font-size: 20px;
  width: 100px;
}
.onlineTalk-main .list .item .cnt .it .ct {
  flex: 1;
  color: #333;
  font-size: 20px;
}
.onlineTalk-main .list .item .cnt .it .ct a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  font-size: 20px;
}
.onlineTalk-main .list .item .cnt .see-more {
  margin-top: 50px;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}
.onlineTalk-main .list .item .cnt .see-more:hover {
  filter: brightness(1.06);
}
.onlineTalk-main .onlineTalk-detail {
  margin-bottom: 100px;
}
.onlineTalk-main .onlineTalk-detail .title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
  margin: 50px 0;
}
.onlineTalk-main .onlineTalk-detail .info {
  display: flex;
}
.onlineTalk-main .onlineTalk-detail .info .img {
  width: 398px;
  height: 222px;
  margin-right: 34px;
}
.onlineTalk-main .onlineTalk-detail .info .img img {
  width: 100%;
  height: 100%;
}
.onlineTalk-main .onlineTalk-detail .info .cnt {
  flex: 1;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it {
  margin-bottom: 15px;
  display: flex;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it .label {
  margin-right: 15px;
  width: 80px;
  height: 34px;
  background: #e5f0fa;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  color: #1073b7;
  font-size: 16px;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it .ct {
  flex: 1;
  line-height: 34px;
}
.onlineTalk-main .onlineTalk-detail .content {
  margin-top: 40px;
  line-height: 2;
}
.zt-main {
  margin-bottom: 66px;
}
.zt-main .list {
  overflow: hidden;
  margin-top: 24px;
}
.zt-main .list .item {
  width: 314px;
  height: 132px;
  float: left;
  margin-right: 14.5px;
  margin-bottom: 20px;
}
.zt-main .list .item:nth-child(4n) {
  margin-right: 0;
}
.zt-main .list .item a {
  display: block;
}
.zt-main .list .item a img {
  width: 314px;
  height: 132px;
}
.zt-main .list2 {
  margin-top: 24px;
  overflow: hidden;
}
.zt-main .list2 .item {
  width: 633px;
  height: 115px;
  margin-right: 34px;
  float: left;
  margin-bottom: 34px;
}
.zt-main .list2 .item:nth-child(2n) {
  margin-right: 0;
}
.zt-main .list2 .item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.zt-main .list2 .item a img {
  width: 318px;
  height: 115px;
  margin-right: 15px;
}
.zt-main .list2 .item a .cnt {
  flex: 1;
}
.zt-main .list2 .item a .cnt .tl {
  height: 72px;
  font-size: 20px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}
.zt-main .list2 .item a .cnt .source {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  line-height: 1.8;
}
.center-main {
  margin-top: 34px;
  margin-bottom: 80px;
}
.center-main .tab-nav {
  background: #dbecf8;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.center-main .tab-nav .item {
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 15px;
}
.center-main .tab-nav .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1073b7;
  font-size: 20px;
}
.center-main .tab-nav .item.active {
  background: #1073b7;
  border-radius: 7px;
}
.center-main .tab-nav .item.active a {
  color: #fff;
}
.center-main .detail .title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
  margin: 40px 0;
}
.center-main .detail .content p {
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.advice-main {
  margin-top: 40px;
}
.advice-main .hd {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 24px;
  height: 54px;
}
.advice-main .hd .title {
  height: 54px;
  font-size: 22px;
  color: #1073b7;
  border-bottom: 2px solid #1073b7;
  padding: 0 5px;
  font-weight: 700;
  line-height: 54px;
}
.advice-main .hd .info {
  flex: 1;
  padding-left: 60px;
  line-height: 54px;
}
.advice-main .hd .advice-btn {
  display: block;
  margin-top: 13px;
}
.advice-main .search-bar {
  height: 60px;
  margin-bottom: 24px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
}
.advice-main .search-bar span {
  margin: 0 10px 0 20px;
}
.advice-main .search-bar .ipt {
  background: #fff;
  border: 1px solid #eee;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 18px;
}
.advice-main .search-bar .search-btn {
  margin-left: 10px;
  height: 34px;
  background: #1073b7;
  color: #fff;
  line-height: 34px;
  width: 90px;
  text-align: center;
}
.advice-main .advice-table {
  width: 100%;
}
.advice-main .advice-table th {
  background: #e3f4ff;
  border: 0;
  padding: 8px 15px;
  font-size: 20px;
}
.advice-main .advice-table td {
  border: 1px solid #eee;
  text-align: center;
  padding: 12px 20px;
}
.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: #1073b7;
}
.peopleAdvice-wrap .title {
  border-top: 1px solid #eaeaea;
  margin: 60px auto 20px;
  width: 70%;
}
.peopleAdvice-wrap .title span {
  font-size: 20px;
  color: #0055b0;
  width: 150px;
  font-weight: 700;
  background: #fff;
  text-align: center;
  margin: -17px auto 0;
  display: block;
}



.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 #1073b7;
    text-align: center;
    width: 120px;
    background: #1073b7;
    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);
}
.mySwiper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.mySwiper .swiper-wrapper .swiper-slide {       
    width: 304px;
 }
.mySwiper .swiper-button-prev {
  left: 0;
  width: 31px;
  height: 44px;
  background: url(../img/btn-left-1.png) no-repeat;
}
.mySwiper .swiper-button-prev:after {
  display: none;
}
.mySwiper .swiper-button-next {
  right: 7px;
  width: 31px;
  height: 44px;
  background: url(../img/btn-right-1.png) no-repeat;
}
.mySwiper .swiper-button-next:after {
  display: none;
}

/*# sourceMappingURL=css.css.map */
