@charset "UTF-8";
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'SourceHanSerifCN-Heavy';
  src: url("./fonts/SourceHanSerifCN-Heavy.otf");
}

@font-face {
  font-family: 'OPPOSans-Bold';
  src: url("./fonts/OPPOSans-Bold.woff") format("woff"), url("./fonts/OPPOSans-Bold.ttf") format("truetype"), url("./fonts/OPPOSans-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'D-DIN';
  src: url("./fonts/D-DIN.woff") format("woff"), url("./fonts/D-DIN.ttf") format("truetype"), url("./fonts/D-DIN.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 */
body {
  color: #333;
  font-size: 14px;
  min-width: 1200px;
  font-family: 'SourceHanSansCN-Regular';
}

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 {
  font-family: 'SourceHanSansCN-Regular';
  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: #999;
}

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

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

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

.placeholder {
  color: #999;
}

/* 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;
}

/* 头部 */
.com-header {
  background: url("../images/header_img.png") top no-repeat;
  height: 515px;
}

.header {
  height: 100%;
  color: #fff;
}

.header-top {
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.15);
}

.header-bottom {
  padding-top: 26px;
}

.header-bottom .logo {
  width: 422px;
}

.header-nav {
  width: 530px;
  padding-left: 18px;
}

.header-item {
  width: 20%;
  text-align: center;
}

.header-item > a {
  display: block;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #fff;
}

.header-item.active > a,
.header-item:hover > a {
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bc1611), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(to bottom, #bc1611, rgba(255, 255, 255, 0.2));
}

.header-search {
  width: 223px;
  height: 42px;
  padding: 3px;
  margin-top: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.302);
}

.header-search .input {
  width: calc(100% - 60px);
  height: 100%;
  line-height: 37px;
  padding: 0 17px;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.header-search input::-webkit-input-placeholder {
  color: #fff;
}

.header-search input::-moz-placeholder {
  color: #fff;
}

.header-search input:-moz-placeholder {
  color: #fff;
}

.header-search input:-ms-input-placeholder {
  color: #fff;
}

.header-search .btn {
  position: relative;
  width: 60px;
  height: 100%;
  border-radius: 30px;
  background-color: #ff8048;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8048), to(#ffb67a));
  background-image: linear-gradient(to bottom, #ff8048, #ffb67a);
}

.header-search .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/header_search.png") no-repeat;
}

.btn {
  cursor: pointer;
}

.header .header-banner {
  height: 415px;
}

.header .header-banner img {
  width: 100%;
  height: auto;
}

/* 尾部 */
.footer {
  padding: 35px 0 30px;
  color: #c6d5ea;
  font-size: 16px;
  background-color: #262c35;
}

.footer-left {
  width: 600px;
}

.footer-select {
  width: 440px;
}

.footer-sel {
  display: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  background-color: #fff;
}

.chosen-search {
  display: none;
}

.footer-select .chosen-container-single .chosen-single {
  height: 35px;
  line-height: 35px;
  color: #555;
  padding-left: 17px;
  border: none;
}

.footer-select .chosen-container-single .chosen-single div {
  right: 16px;
}

.footer-select .chosen-container-single .chosen-single div b {
  background: url("../images/footersel_down.png") no-repeat center;
}

.footer-select .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-image: url("../images/footersel_up.png");
}

.footer-select .chosen-container .chosen-drop {
  border: none;
}

.footer-select .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.footer-select .chosen-container .chosen-results li {
  padding: 5px 17px;
}

.footer-info {
  margin-top: 14px;
  line-height: 36px;
}

.footer-info .call {
  margin-left: 20px;
}

.footer-right {
  width: 250px;
  margin-right: 36px;
  margin-top: 30px;
}

.footer-code {
  width: 153px;
  height: 149px;
  padding: 5px 7px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.footer-code > img {
  width: 100%;
  height: 100%;
}

.footer-txt {
  line-height: 22px;
  margin-top: 17px;
  text-align: center;
}

/* 通用列表 */
.news-item {
  height: 43px;
  line-height: 43px;
  padding-left: 43px;
  font-size: 16px;
  background: url("../images/news_before.png") no-repeat left center;
}

.news-item + .news-item {
  border-top: 1px dashed #d5d9e4;
}

.news-item > a {
  color: #333;
  width: calc(100% - 293px);
}

.news-item:hover > a {
  color: #d7083c;
}

.news-item .state {
  width: 200px;
  text-align: center;
  color: #d7083c;
}

.news-item.over > .state {
  color: #666;
}

.news-item .date {
  color: #999;
}

.info-list {
  margin-left: -23px;
}

.info-item {
  position: relative;
  width: calc(50% - 23px);
  float: left;
  height: 46px;
  line-height: 44px;
  margin-top: 15px;
  margin-left: 23px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-item:before {
  position: absolute;
  left: 7px;
  top: -35px;
  content: '';
  width: 1px;
  height: 54px;
  background-color: #fdcdbd;
}

.info-item:nth-child(1):before, .info-item:nth-child(2):before {
  display: none;
}

.info-item:after {
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 4.9px 0.1px rgba(215, 8, 60, 0.3);
          box-shadow: 0px 3px 4.9px 0.1px rgba(215, 8, 60, 0.3);
  background-color: #d7083c;
  z-index: 2;
}

.info-item > a {
  position: relative;
  display: block;
  height: 46px;
  border: 1px solid #f7f8f9;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  background-color: #f7f8f9;
}

.info-item > a > span {
  display: block;
}

.info-item > a:before {
  position: absolute;
  left: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 9px;
  height: 13px;
  background: url("../images/triangle_before.png") no-repeat;
  z-index: 1000;
}

.info-item:hover > a {
  color: #d7083c;
  border-color: #fcede0;
  background-color: #fceee2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(#fceee2));
  background-image: linear-gradient(to bottom, #fff, #fff, #fceee2);
}

.info-item:hover > a:before {
  background-image: url("../images/triangle_beforeh.png");
}

/*2021-10-20新增*/
/*子页面模块通用样式*/
.module-container {
  background-color: #fff;
  padding: 17px 28px 44px 28px;
  margin-top: -50px;
  border-radius: 5px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(185, 197, 209, 0.21);
          box-shadow: 0px 3px 13px 0px rgba(185, 197, 209, 0.21);
}

.positon {
  padding-left: 27px;
  height: 46px;
  line-height: 46px;
  background: url("../images/position.png") left no-repeat;
  color: #666;
}

.positon li {
  float: left;
  margin-right: 5px;
}

.positon span {
  margin-left: 5px;
}

.positon a {
  color: #666;
  margin-left: 4px;
}

.positon .local a {
  color: #d7083c;
}

.module-header {
  height: 67px;
  line-height: 66px;
  border-bottom: 1px solid #fccfcb;
}

.module-header .title-img {
  width: 40px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
}

.module-header .title-img:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 2px;
  position: absolute;
  background-color: #d7083c;
  bottom: 0;
}

.module-header .title {
  padding-left: 16px;
  font-size: 24px;
  font-weight: 900;
}

.module-header .search-box {
  position: relative;
}

.module-header .search-box .search-input {
  width: 300px;
  height: 32px;
  border-radius: 14px;
  border: 1px solid #f0eded;
  padding-left: 22px;
  padding-right: 65px;
  color: #999;
}

.module-header .search-box img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.pager {
  margin-top: 44px;
}

.m-pagination-page > li.active > a {
  background-color: #e53d4e;
  border-color: #e53d4e;
}

.m-pagination-jump {
  margin-left: 50px;
  position: relative;
}

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

.m-pagination-jump::before {
  content: '跳至';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
}

.m-pagination-jump::after {
  content: '页';
  color: #666;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-pagination-jump input {
  border: 1px solid #dedede;
}

.m-pagination-jump button {
  width: 40px;
  border: 0;
  background-color: #e53d4e;
  color: #fff;
  border-radius: 2px;
  margin-left: 40px;
  position: relative;
}

/* 2021-1-4新增 */
.header-item.active > a, 
.header-item:hover > a {
  background: url("../images/nav-item-active.png") no-repeat center bottom;
}

.openurl{
cursor:pointer;
}

.footer-bah{
padding-left:5px;
}

.footer-icp{
padding-left:27px;
}