@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", SimSun, "SourceHanSansCN", "PingFang SC";
  font-size: 12px;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right !important;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

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

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.g-w1000 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.ymain {
  min-height: 600px;
}

.bk-top {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.bk-top * {
  box-sizing: border-box;
}
.bk-top .nav-wrap {
  background: linear-gradient(to bottom, #9a0000, #bb0000);
}
.bk-top .nav-wrap {
  width: 100%;
  height: 76px;
}
.bk-top .nav-wrap .list-nav li {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-right: 43px;
  line-height: 76px;
  cursor: pointer;
}
.bk-top .nav-wrap .list-nav li.open .list-fold, .bk-top .nav-wrap .list-nav li.normal:hover .list-fold {
  display: block;
}
.bk-top .nav-wrap .list-nav li.open .list-fold {
  margin-left: -36px;
}
.bk-top .nav-wrap .list-nav li .list-fold {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  white-space: nowrap;
  background-color: #bc0000;
  color: #fff;
  box-shadow: 0px 5px 2.91px 0.09px rgba(76, 0, 0, 0.35);
  text-align: center;
  z-index: 2;
}
.bk-top .nav-wrap .list-nav li .list-fold .item-fold {
  line-height: 1;
  font-size: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid #fff;
}
.bk-top .nav-wrap .list-nav li .list-fold .item-fold:last-child {
  border: 0;
}
.bk-top .nav-wrap .list-nav li.active:after {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, 0);
  content: "";
}
.bk-top .nav-wrap .list-nav li a {
  color: #fff;
}
.bk-top .search-wrap {
  position: absolute;
  right: 0;
  top: 18%;
  line-height: 60px;
  color: #4c4c4c;
  font-size: 16px;
}
.bk-top .search-wrap .label-sousuo {
  position: absolute;
  right: 4%;
  top: 0%;
  color: #4c4c4c;
  cursor: pointer;
}
.bk-top .search-wrap .icon-sousuo {
  position: absolute;
  right: 4%;
  top: 33%;
}
.bk-top .search-wrap .icon-submit {
  width: 15px;
  height: 15px;
  background: url(../images/y-icon-sousuo.png) center top/contain no-repeat;
}
.bk-top .search-wrap input {
  border-radius: 56px;
  font-size: 15px;
  padding: 6px 15px;
  line-height: 1;
  background-color: #fff;
}
.bk-top .search-wrap input::placeholder {
  color: #4c4c4c;
}

.logo-wrap {
  background-color: #bc0000;
}

.top-content {
  position: relative;
  height: 200px;
  padding-top: 68px;
  font-size: 18px;
}

.top-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 18px;
}

.left-date {
  float: left;
}

.right-links {
  float: right;
}
.right-links a {
  margin-right: 10px;
}

.g-title2 {
  position: relative;
  border-bottom: 2px solid #e3d7bd;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  margin-bottom: 14px;
}
.g-title2 span {
  color: rgb(188, 0, 0);
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
}
.g-title2 .more {
  float: right;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
}

.g-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #dadada;
  margin-bottom: 13px;
  height: 52px;
}
.g-title span {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 220px;
  height: 52px;
  line-height: 52px;
  font-size: 30px;
  text-align: center;
  background: url(../images/bg-lanmu.png) top center no-repeat;
}
.g-title .more {
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 16%;
  color: #000000;
  font-weight: normal;
  opacity: 0.6;
}

.g-title-white {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  height: 40px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px solid #e4ebf0;
  margin-bottom: 30px;
}
.g-title-white span {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #002f7b;
}
.g-title-white .more {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 16%;
  color: #8d8d8d;
}

.bk-footer-wrap {
  padding-top: 100px;
  text-align: left;
  background: #bc0000;
  padding-bottom: 50px;
}
.bk-footer-wrap .hline {
  width: 1558px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.bk-footer-wrap .list-logo {
  font-size: 0;
}
.bk-footer-wrap .list-logo li {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.bk-footer-wrap .list-logo li:nth-child(9n) {
  margin-right: 0;
}
.bk-footer-wrap .row {
  margin-bottom: 0px;
}
.bk-footer-wrap .row p {
  font-size: 18px;
  color: #fff;
}
.bk-footer-wrap .qrcode-wrap {
  padding-top: 30px;
  margin-bottom: 20px;
}
.bk-footer-wrap .list-qrcode {
  text-align: center;
}
.bk-footer-wrap .list-qrcode li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-left: 77px;
  line-height: 1;
}
.bk-footer-wrap .list-qrcode li img {
  margin-bottom: 20px;
}
.bk-footer-wrap .list-qrcode li:first-child {
  margin-left: 0;
}
.bk-footer-wrap .copyright-wrap {
  position: relative;
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
}

body {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

.flinks .item-website {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-bottom: 10px;
  margin-right: 73px;
  cursor: pointer;
}
.flinks .item-website:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 16px;
  height: 15px;
  background: url(../images/triangle2.png) left top no-repeat;
}
.flinks .item-website:last-child {
  margin-right: 0;
}
.flinks .item-website span {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  background-color: #fff;
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.flinks .item-website.open {
  background-color: #fff;
}

.open-wrap {
  background-color: #fff;
}
.open-wrap ul {
  display: none;
  padding: 0 0 0 20px;
}
.open-wrap ul li {
  width: 200px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-right: 10px;
}
.open-wrap ul li.font0 {
  font-size: 13px;
}
.open-wrap ul li:nth-child(5n) {
  margin-right: 0;
}

.flinks-wrap {
  width: 1060px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.kexin {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -300px;
}