@charset "UTF-8";
/* 字体引入 */
@font-face {
  font-family: 'ysbth';
  src: url("../css/fonts/ysbth.woff") format("woff"), url("../css/fonts/ysbth.ttf") format("truetype"), url("../css/fonts/ysbth.eot") format("embedded-opentype");
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
html,
body {
  height: 100%;
}

body {
  color: #333;
  min-width: 1200px;
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #666;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #666;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #666;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #666;
}

.placeholder {
  color: #666;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* header样式 */
.header {
  width: 100%;
  height: 131px;
  background: #fff url(../images/header_bg.png) no-repeat center top;
  /*右侧*/
  /* 头部搜索 */
  /* 头部导航 */
}

.header-left {
  padding-top: 44px;
  font-size: 28px;
  font-size: 20px;
  color: #666;
  line-height: 20px;
}

.header-title {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #1261d6;
  padding-top: 10px;
}

.header-title-top {
	letter-spacing: 0.45em;
}

.header-top {
  margin-top: 27px;
}

.header-search {
  height: 34px;
  line-height: 34px;
  border-radius: 18px;
  background: transparent;
  border: 1px solid #1261d6;
  position: relative;
}

.input-placeholder {
  position: absolute;
  top: 0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  left: 26px;
}

.header-search-input {
  width: 272px;
  padding: 0 10px 0 26px;
  height: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-search-btn {
  width: 52px;
  height: 34px;
  border-radius: 0px 18px 18px 0px;
  background: #1261d6 url("../images/search_ico.png") no-repeat center;
}

.header-search-btn:hover {
  background-color: rgba(18, 97, 214, 0.9);
}

.header-search.senior {
  display: block;
  width: 100px;
  text-align: center;
  color: #1261d6;
  margin-left: 19px;
}

.header-search.senior:hover {
  background: #1261d6;
  color: #fff;
}

.header-nav {
  padding-top: 7px;
}

.header-nav-item {
  height: 48px;
  line-height: 48px;
  border-bottom: 3px solid transparent;
  border-radius: 2px;
  padding: 0 1px;
  margin: 0 0 0 40px;
  /*margin: 0 0 0 60px;*/
}

.header-nav-item.current, .header-nav-item:hover {
  border-color: #3775ef;
}

.header-nav-item.current .header-nav-link, .header-nav-item:hover .header-nav-link {
  font-size: 20px;
  color: #1261d6;
  font-weight: bold;
}

.header-nav-link {
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.header-nav-new{
  position:relative;
}

.header-nav-new.header-nav-link::after{
  position:absolute;
  content:'';
  width: 37px;
  height: 38px;
  background: url(../images/nav_new.png) no-repeat center;
  right: -19px;
  top: -26px;
}


/* footer */
.footer-wrap {
  height: 119px;
  background-color: #222328;
  border-top: 1px solid #d3d3d4;
}

.footer-content {
  padding: 20px 0 9px 0;
  line-height: 30px;
  text-align: center;
}

.footer-item {
  color: #8991a1;
}

.footer-txt {
  display: inline-block;
  vertical-align: top;
  color: #8991a1;
  margin: 0 20px;
}

/*公共标题*/
.sub-title {
  height: 53px;
  margin: 0 24px;
  border-bottom: 1px solid #bfd3f2;
}

.sub-title-txt {
  display: inline-block;
  margin-top: 16px;
  padding: 0 0 0 32px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #1261d6;
  border-bottom: 3px solid #1261d6;
  background: url(../images/index/public_title_ico1.png) no-repeat left center;
}

/*通用列表*/
.lists-item {
  line-height: 36px;
  font-size: 15px;
}

.lists-item:hover .lists-link, .lists-item:hover .lists-date {
  color: #3775ef;
}

.lists-item:hover .lists-link:before {
  background: #3775ef;
}

.lists-date {
  color: #999;
}

.lists-link {
  margin-right: 101px;
  position: relative;
  padding-left: 12px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lists-link:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

/*子页公共样式*/
/*子页头部*/
.subheader.header {
  height: auto;
  background-image: url(../images/subheader_bg.png);
}

.subheader-top {
  height: 153px;
}

.subheader .header-title {
  padding-top: 6px;
}

.subheader .header-top {
  margin-top: 54px;
}

.subheader .header-search {
  height: 42px;
  line-height: 42px;
  border-radius: 22px;
}

.subheader .header-search-input {
  width: 332px;
}

.subheader .header-search-btn {
  height: 42px;
}

.subheader .input-placeholder {
  height: 42px;
  line-height: 42px;
}

.subheader-nav {
  height: 54px;
  background: rgba(18, 97, 214, 0.9);
}

.subheader-nav .header-nav {
  padding-top: 0;
}

.subheader-nav .header-nav-item {
  width: 200px;
  height: 54px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 54px;
  text-align: center;
}

.subheader-nav .header-nav-item:hover, .subheader-nav .header-nav-item.current {
  background: #4f9eff;
}

.subheader-nav .header-nav-item:hover .header-nav-link, .subheader-nav .header-nav-item.current .header-nav-link {
  color: #fff;
  font-size: 18px;
}

.subheader-nav .header-nav-link {
  color: #fff;
  font-size: 17px;
  padding-left: 30px;
  background: url(../images/suheader_nav_ico1.png) no-repeat left center;
}

.subheader-nav .header-nav-item:nth-child(2) .header-nav-link {
  background-image: url(../images/suheader_nav_ico2.png);
}

.subheader-nav .header-nav-item:nth-child(3) .header-nav-link {
  background-image: url(../images/suheader_nav_ico3.png);
}

.subheader-nav .header-nav-item:nth-child(4) .header-nav-link {
  background-image: url(../images/suheader_nav_ico4.png);
}

.subheader-nav .header-nav-item:nth-child(5) .header-nav-link {
  background-image: url(../images/suheader_nav_ico5.png);
}

.subheader-nav .header-nav-item:nth-child(6) .header-nav-link {
  background-image: url(../images/suheader_nav_ico6.png);
}

/** location **/
.loca-wrap {
  height: 45px;
  padding-top: 20px;
  line-height: 21px;
}

.loca-wrap .current {
  color: #1261d6;
}

.loca-this {
  display: inline-block;
  padding-left: 33px;
  background: url(../images/location_ico.png) no-repeat left center;
}

.loca-link {
  color: #333;
}

.content-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0.36px rgba(44, 86, 202, 0.25);
          box-shadow: 0px 0px 6px 0.36px rgba(44, 86, 202, 0.25);
}

.content-box + .content-box {
  margin-top: 27px;
}

/*分页样式*/
.pager {
  padding: 20px 29px 21px 28px;
  height: 30px;
  margin-top: 0;
}

.m-pagination-page > li {
  margin-right: 8px;
}

.m-pagination-page > li > a {
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-info {
  color: #333;
}

.m-pagination-info:last-child {
  float: right;
  color: #afafaf;
}

.m-pagination-info:last-child > span {
  color: #333;
  font-weight: 500;
}

.m-pagination-jump {
  width: 200px;
  position: relative;
}

.m-pagination-jump:before {
  position: absolute;
  content: '转至';
  width: 36px;
  padding-left: 3px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  left: 0;
}

.m-pagination-page,
.m-pagination-jump {
  float: left;
}

.m-pagination-group {
  padding-left: 50px;
}

.m-pagination-group > input {
  height: 28px;
  width: 49px;
}

.m-pagination-group > button {
  height: 30px;
}

/*表格样式*/
.table-wrap {
  padding-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}

.table-box {
  table-layout: fixed;
  width: 100%;
}

.table-box tr th,
.table-box tr td {
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-box tr td {
  cursor: pointer;
}

.look-details {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/sub_search_ico2.png) no-repeat center;
}

.table-head {
  background: #2970da;
  color: #fff;
}

.tbody-tr .link {
  color: #333;
}

.tbody-tr:hover {
  background: #f4f8fe;
  color: #2970da;
}

.tbody-tr:hover .link {
  color: #2970da;
}

.tbody-tr:hover .look-details {
  background-image: url(../images/sub_search_ico_blue.png);
}

/* 供应商公示:*/
/*左右布局高度一致*/
.layout-parent {
  position: relative;
}

.layout-parent .content-box + .content-box {
  margin-top: 0;
}

.layout-right {
  min-height: 400px;
  margin-left: 256px;
  padding: 2px 0 0 0;
}

/*左侧菜单栏*/
.menu-wrap {
  position: absolute;
  height: 100%;
  width: 233px;
}

.menu-title {
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 19px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/sub_nav_title_bg.png) no-repeat center;
  background-size: cover;
}

.menu-box {
  padding: 21px 17px 0 16px;
}

.menu-item {
  height: 50px;
  background: url(../images/index/friendly_arrow.png) no-repeat right 13px center, url(../images/menu_item_bg.png) no-repeat center;
  margin-bottom: 22px;
}

.menu-item:hover, .menu-item.current {
  background: #4f9eff url(../images/arrow_white.png) no-repeat right 13px center;
}

.menu-item:hover .menu-link, .menu-item.current .menu-link {
  color: #fff;
  font-weight: bold;
}

.menu-link {
  display: block;
  padding: 0 30px 0 23px;
  line-height: 50px;
  color: #333;
  font-size: 18px;
}

/*2022-05-27*/
.header-logo {
  display: block;
  width: 80px;
  height: 60px;  
  margin: 44px 20px 0 0;
}


/* 2023-4-24 */
.footer-wrap {
  color: #fff;
  height: 320px;
  background: url("../images/newfooter/footer_bg.png") center top no-repeat;
}

.footer-wrap .footer-txt {
  color: #fff;
}

.footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-info {
  width: 566px;
  height: 320px;
  background: url("../images/newfooter/footer_line.png") right 119px no-repeat;
}

.footer-service {
  width: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-time {
  margin-top: 39px;
  padding-left: 37px;
  height: 27px;
  line-height: 27px;
  font-size: 24px;
  background: url("../images/newfooter/tel_img_bg.png") left center no-repeat;
}

.info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 36px;
  padding-top: 10px;
}

.info-items .info-item {
  width: 264px;
  margin-top: 25px;
}

.info-items .info-item:nth-child(2n) {
  width: 238px;
}

.visitor-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visitor-num {
  margin-top: 10px;
  font-size: 24px;
  height: 28px;
  line-height: 28px;
  padding-left: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/newfooter/tel_img.png") left center no-repeat;
}

.visitor-num.qq-info {
  background-image: url("../images/newfooter/qq_img.png");
}

.platform-service {
  width: 150px;
}

.platform-service>a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}


.platform-name {
  margin-top: 38px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.platform-items {
  margin-top: 25px;
}

.platform-item {
  height: 38px;
  line-height: 38px;
}

.platform-item > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.code-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.code-items .code-item {
  width: 178px;
  margin-left: 50px;
  font-size: 18px;
}

.code-items .code-item img {
  display: block;
  height: 178px;
}

.code-items .code-item:first-child {
  margin-left: 0;
}

.code-items .code-txt {
  margin: 7px 15px 0;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.copyright-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

.copyright-info > span:first-child {
  margin-left: 0;
}

.copyright-info > a,
.copyright-info > span {
  color: #333;
  margin-left: 24px;
}

.copyright-info .ga-img {
  padding-left: 25px;
  background: url("../images/newfooter/gov_ico1.png") left center no-repeat;
}