@charset "utf-8";
/* CSS Document */
/*reset*/
* {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  font-weight: normal;
}
html,
body,
fieldset,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
ul,
ol,
ul li,
li,
ol li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #3d3d3d;
  outline: 0;
}
a {
  color: #333;
  border: none;
  text-decoration: none;
  outline: none;
  /* hide-focus: expression(this.hideFocus=true); */
}
a:hover {
  text-decoration: none;
  color: #2f5f9b;
}
a:focus {
  text-decoration: none;
  outline: 0;
  -moz-outline-style: none;
  color: #2f5f9b;
}
img {
  border: 0 none;
  width: auto\9;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  font-family: tahoma;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  _overflow: visible;
  *vertical-align: middle;
  *overflow: visible;
}
body {
  background: #fff;
  /* min-width: 1300px; */
}

/*function*/
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-pa {
  position: absolute;
}
.f-pf {
  position: fixed;
}
.f-oh {
  overflow: hidden;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-bgn {
  background: none !important;
}
.f-bdn {
  border: none;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.f-clear {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  clear: both;
  font-size: 0;
}
.f-clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}
* html .f-clearfix {
  zoom: 1;
}
*:first-child + html .f-clearfix {
  zoom: 1;
}
.f-wd100 {
  width: 100%;
}
.f-npd {
  padding: 0;
}
.f-nmg {
  margin: 0 !important;
}
.f-mlr2 {
  margin: 0 2px;
}
.f-mlr5 {
  margin: 0 5px;
}
.f-mlr10 {
  margin: 0 10px;
}
.f-mlr15 {
  margin: 0 15px;
}
.f-mlr20 {
  margin: 0 20px;
}
.f-mlrf5 {
  margin: 0 -5px;
}
.f-mlrf6 {
  margin: 0 -6px;
}
.f-mlrf7 {
  margin: 0 -7px;
}
.f-mlrf10 {
  margin: 0 -10px;
}
.f-mlrf15 {
  margin: 0 -15px;
}
.f-mlrf20 {
  margin: 0 -20px;
}
.f-plr5 {
  padding: 0 5px;
}
.f-plr6 {
  padding: 0 6px;
}
.f-plr7 {
  padding: 0 7px;
}
.f-plr10 {
  padding: 0 10px;
}
.f-plr15 {
  padding: 0 15px;
}
.f-plr20 {
  padding: 0 20px;
}
.f-mb5 {
  margin-bottom: 5px;
}
.f-mb10 {
  margin-bottom: 10px;
}
.f-mb12 {
  margin-bottom: 12px;
}
.f-mb15 {
  margin-bottom: 15px;
}
.f-mb16 {
  margin-bottom: 16px;
}
.f-mb20 {
  margin-bottom: 20px;
}
.f-mb25 {
  margin-bottom: 25px;
}
.f-mb28 {
  margin-bottom: 28px;
}
.f-mb30 {
  margin-bottom: 30px;
}
/*module*/
.m-tabstyle1 {
  padding-bottom: 4px;
}
.m-tabstyle1 ul li {
  width: 200px;
  height: 56px;
  line-height: 56px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding-right: 47px;
}
.m-tabstyle1 ul .u-active {
  background-image: url(../images/home/listbg.png);
}

.m-tabstyle1 .is-newstit {
  position: relative;
  width: 200px;
  height: 50px;
  line-height: normal;
}

.m-tabstyle1 .is-newstit a {
  display: inline-block;
  width: 200px;
  height: 50px;
}

.m-tabstyle1 .is-newstit .is-whole {
  display: inline-block;
  width: 120px;
  height: 40px;
  position: absolute;
  left: 17px;
  top: -5px;
}

.m-tabstyle1 .is-newstit img {
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 8px;
}

.m-tabstyle1 ul .u-active a {
  color: #fff;
}
.m-tabstyle1 ul li a {
  font-size: 26px;
  font-weight: bold;
}
.m-tabstyle1 ul li a .u-span1,
.m-tabstyle1 ul li a {
  color: #333;
}
.m-tabstyle1 ul li a .u-span2 {
  color: #0273ac;
}

.m-tabstyle1 .u-more {
  right: 0;
  top: 15px;
  color: #666666;
}

.m-liststyle1 ul {
  height: auto;
  overflow: hidden;
}
.m-liststyle1 li {
  height: 38px;
  line-height: 38px;
}
.m-liststyle1 li span {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  color: #b8b8b8;
}
.m-liststyle1 li a {
  display: block;
  padding-left: 15px;
  font-size: 18px;
  background: url(../images/public/icon-li1.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-liststyle1 li a:hover {
  color: #d80000;
}

.m-location {
  margin-top: 20px;
}

.m-location {
  padding: 5px 0 10px 25px;
  background: url(../images/public/position.png) left 6px no-repeat;
}
.m-location,
.m-location a {
  font-size: 14px;
  color: #666;
}

/*pagination*/
#pagination {
  text-align: center;
  padding: 15px 0 15px;
}
#pagination .pull-right {
  float: none !important;
}
.m-pagination {
  padding: 15px;
}
.m-pagination li {
  margin: 3px;
  height: 28px;
  font-size: 14px;
  display: inline-block;
}
.m-pagination li a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
}
.m-pagination li.u-redirect {
  line-height: 28px;
}
.m-pagination li.u-redirect input {
  padding: 0 5px;
  vertical-align: middle;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: -2px 0 0 3px;
  *margin: -2px 0 0 3px;
  _margin: -2px 0 0 3px;
}
.m-pagination li.active a,
.m-pagination li a:hover {
  background: #0273ac;
  border: 1px solid #ddd;
  color: #fff;
}
.m-pagination li.page-info a,
.m-pagination li.page-info a:hover {
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
  background: #fff;
}
.m-pagination li.disabled a,
.m-pagination li.disabled a:hover {
  background: #eee;
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
}

/*share*/
.share-main {
  position: relative;
  width: 102px;
  height: 24px;
}
.share-bar a {
  margin-left: 10px;
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/public/icon-share.png);
}
.share-bar .share-tsina {
  background-position: 0 0;
}
.share-bar .share-weixin {
  background-position: -24px 0;
}
.share-bar .share-qzone {
  background-position: -48px 0;
}
.weixin-share-open {
  position: absolute;
  bottom: 34px;
  right: 0;
  display: none;
  background: #fff;
}
.weixin-wrap {
  position: relative;
  padding: 10px;
  width: 234px;
  height: 102px;
  border: 1px solid #ddd;
}
.share-qrcode {
  float: left;
}
.share-qrcode img {
  display: block;
  width: 80px;
  height: 80px;
}
.weixin-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #d4d4d4;
  cursor: pointer;
}
.weixin-text {
  padding: 10px 0 0 90px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.is-main .container-box {
  width: 1200px;
  margin: 0 auto;
}
/*头部*/
.is-headTop {
  width: 100%;
  height: 42px;
  background: #f5f5f5;
}
.is-headTop .m-banner {
  width: 1280px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.is-headTop .m-banner .m-left {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
}
.is-headTop .m-banner .m-right {
  width: 262px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.is-headTop .m-banner .m-right form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.is-headTop .m-banner .m-right input {
  width: 85%;
  outline: none;
  border: none;
  padding-left: 8px;
}
.is-headTop .m-banner .m-right .m-search {
  width: 18px;
  height: 18px;
  margin-right: 13px;
  cursor: pointer;
}
.is-whole .is-header {
  width: 1280px;
  height: 172px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-whole .is-header img {
  vertical-align: middle;
}
.is-whole .is-header .is-left {
  /* width: 635px; */
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.is-whole .is-header .is-left .is-line {
  width: 1px;
  height: 60px;
  background: #ebebeb;
  margin: 0 35px;
}
.is-whole .is-header .is-left p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0273ac;
  text-align: center;
}
.is-whole .is-line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.is-whole .u-list {
  width: 1280px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.is-whole .u-list li {
  height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3d3d3d;
}
.is-whole .u-list li a {
  color: #3d3d3d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.u-list.u-listTop>li{
  height: 60px;
  padding-top: 15px;
}
.is-whole .u-list li p {
  width: 60%;
  height: 3px;
  background: #e01f00;
  opacity: 0;
  margin-top: 7px;
}
.is-whole .u-list .n-active>a {
  font-family: Microsoft YaHei;
  color: #0273ac;
  font-weight: bold;
}
.is-whole .u-list .l-active {
  opacity: 1;
}
.ejdh {
  background-color: #0273ac;
  position: absolute;
  z-index: 9;
  width: 110px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.is-whole .u-list .ejdh li {
  height: 30px;
  font-weight: normal;
}
.is-whole .u-list .ejdh li:hover{
  background-color: #1a8ec9;
}
.is-whole .u-list .ejdh li a {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.is-whole .u-list li:hover .ejdh{
  display: block;
}
.is-whole .u-list li {
  position: relative;
}

.phone {
  display: none;
}

/*尾部*/
.is-footer {
  width: 100%;
  background-color: #0273ac;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
}
.is-footer p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

/*print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ejdh{display: none !important;}
}
@media screen and (max-width: 1000px) {
  .f-fl {
    margin-top: 5px;
  }
  .is-headTop {
    display: none;
  }
  .is-whole .is-header {
    width: 95%;
    height: auto;
    margin: 10px auto 10px auto;
  }
  .is-whole .is-header .is-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .is-whole .is-header .is-left {
    width: 100%;
  }
  .is-whole .is-header .is-left .is-line,
  .is-whole .is-header .is-left p {
    display: none;
  }
  .is-whole .is-header .is-left a {
    display: inline-block;
  }
  .is-whole .is-header .is-right {
    display: none;
  }
  .is-whole .u-list {
    width: 98%;
    height: 80px;
    flex-wrap: wrap;
  }
  .is-whole .u-list li {
    height: auto;
    font-size: 16px;
    width: fit-content;
  }
  .is-whole .is-main {
    width: 98%;
    margin: 0 auto;
  }
  .is-whole .is-main .is-center {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .is-whole .is-main .is-center .c-left {
    width: 100%;
    height: auto;
  }
  .is-whole .is-main .is-center .c-left .c-head {
    width: 98%;
  }
  .is-whole .is-main .is-center .c-left .c-head .m-more a span {
    display: none;
  }
  .is-whole .is-main .is-center .c-left .m-l-contain {
    flex-wrap: wrap;
    justify-content: center;
  }
  .is-whole .is-main .is-center .c-left .r-txt {
    width: 100%;
  }
  .is-whole .is-main .is-center .c-left .r-txt .list-txt li a {
    width: 75%;
  }
  .is-whole .is-main .is-center .c-left .r-txt .list-txt li .time {
    margin-right: 0;
  }
  /* .is-whole .is-main .is-center .c-right {
    width: 100%;
    margin-top: 10px;
    height: 420px;
  } */
  .is-whole .is-main .k-container {
    background-repeat: repeat;
  }
  .is-whole .is-main .k-container .c-head .m-more a span {
    display: none;
  }
  .is-whole .is-main .k-container .c-center {
    width: 98%;
  }
  .is-whole .is-main .k-container .c-center .k-list {
    width: 100%;
    flex-direction: column;
  }
  .is-whole .is-main .k-container .c-center .k-list .l-list01 {
    width: 100%;
  }
  .is-whole .is-main .k-container .c-center .k-list .l-list01:nth-child(2) {
    margin-left: 0;
    margin-top: 5px;
  }
  .is-whole .is-main .k-container .c-center .k-list .l-nav,
  .is-whole .is-main .k-container .c-center .k-list .r-nav {
    width: 50px;
  }
  .is-whole .is-main .k-container .c-center .k-list .r-container {
    width: 85%;
    display: block !important;
  }
  .is-whole .is-main .k-container .c-center .k-list .r-container ul {
    width: 100%;
  }
  .is-whole .is-main .k-container .c-center .k-list .r-container ul li {
    width: 40%;
    margin-top: 8px;
  }
  .is-whole .is-main .k-container .c-center .k-list .r-container .l-bot {
    width: 105%;
  }
  .is-whole .is-main .is-team {
    width: 98%;
  }
  .is-whole .is-main .is-team .c-head span {
    display: none;
  }
  .is-whole .is-main .is-team .show01 {
    display: none;
  }
  .is-whole .is-main .is-team .show02 {
    display: block;
  }
  .is-whole .is-main .is-public {
    width: 98%;
  }
  .is-whole .is-main .is-public .m-more span {
    display: none;
  }
  .is-whole .is-main .is-public .is-news {
    width: 100%;
  }
  .is-whole .is-main .is-public .is-news ul {
    width: 90%;
  }
  .is-whole .is-main .is-public .is-news ul .t-txt {
    width: 85%;
  }
  .is-whole .is-main .is-public .is-news ul .b-txt {
    width: 90%;
  }
  .is-whole .is-main .is-public .p-bot {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
  .is-whole .is-main .is-public .p-bot .p-list {
    margin-bottom: 10px;
  }
  .is-whole .is-main .is-special {
    width: 98%;
  }
  .is-whole .is-main .is-special .m-more span {
    display: none;
  }
  .is-whole .is-main .is-special .s-list {
    flex-wrap: wrap;
  }
  .is-whole .is-main .is-special .s-list li {
    width: 48%;
    margin-top: 10px;
  }
  .is-whole .is-main .is-special .s-list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .is-whole .is-main .is-special .s-list li a img {
    width: 100%;
  }
  .is-whole .is-main .b-search .b-box {
    width: 98%;
    flex-wrap: wrap;
  }
  .is-whole .is-main .b-search .b-box .b-select {
    width: 48%;
    margin-top: 5px;
  }
  .is-whole .is-main .b-search .b-box select {
    width: 97%;
  }
  .nav-pc {
    display: none;
  }
  .nav-phone {
    width: 98%;
    margin: 0 auto;
    background: #0273ac;
    z-index: 2;
    display: block;
  }
  .is-whole .nav-phone .u-list {
    height: 40px;
  }
  .is-whole .nav-phone .u-list li {
    width: 80%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .is-whole .nav-phone .u-list button {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .is-whole .nav-phone .u-list button span {
    display: inline-block;
    width: 80%;
    height: 1px;
    background-color: #666666;
  }
  .is-whole .nav-phone ul {
    width: 100%;
  }
  .is-whole .nav-phone ul li {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .is-whole .nav-phone ul a {
    color: #fff;
  }
  /* 分页器样式修改 */
  .m-pagination .page-info {
    display: none;
  }
  /* #pagination .m-pagination li:nth-child(1){display: none;}
#pagination .m-pagination li:nth-child(9){display: none;} */
  #pagination .m-pagination li:nth-child(6) {
    display: none;
  }
  #pagination .m-pagination li:nth-child(7) {
    display: none;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  ul.u-list.u-listTop>li{
    height: 30px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 1001px) {
  .nav-phone {
    display: none;
  }
}
