body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h32 {
  font-size: 32px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
.topline {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 4px;
  background-size: 200% auto;
  background-position: 100% 100%;
  background-image: -webkit-linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
  background-image: -ms-linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
  background-image: linear-gradient(
    to right,
    #cd2263 0%,
    #2d3db7 50%,
    #6d29a9 100%
  );
}

.no-gutter > [class*="col-"] {
  padding: 0;
}
@-webkit-keyframes iconRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes iconRotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}
/*------btn03------*/
@-webkit-keyframes btn03 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn03 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.btn03 {
  display: inline-block;
  position: relative;
  color: #c9242b;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 12px;
  line-height: 1;
  border: 1px solid #c9242b;
  background: #ffffff;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.btn03:before {
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.btn03:hover {
  background: #c9242b;
  color: #fff;
}
.btn03:hover:before,
.btn03:focus:before,
.btn03:active:before {
  -webkit-animation-name: btn03;
  animation-name: btn03;
  border: 1px solid #c9242b;
}
.btn03:hover:after {
  opacity: 1;
}
/*---------------区域背景---------------------*/
.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.z-depth-2 {
  position: relative;
  z-index: 2;
}
#bg-section {
  background-image: url(bg03.jpg);
  top: inherit;
  height: 260%;
  background-size: 100% 100%;
  bottom: -220%;
}
#bg-section-pg {
  height: 68vh;
}
.contentpart {
  background: url(hr-bg01.jpg) repeat-x top center #ffffff;
  position: relative;
}
.firstpart {
  padding: 50px 0 80px;
  position: relative;
}
.secondpart {
  padding: 0 0 50px;
  overflow: hidden;
}
.thirdpart {
  padding: 0 0 50px;
  overflow: hidden;
}
.secondarybox {
  width: 100%;
  display: block;
  padding: 40px 0 25px;
  min-height: -moz-calc(100vh - 650px);
  min-height: -webkit-calc(100vh - 650px);
  min-height: calc(100vh - 650px);
  background: -webkit-linear-gradient(top, #cedef8 10%, #ffffff 80%);
  background: -ms-linear-gradient(top, #cedef8 10%, #ffffff 80%);
  background: linear-gradient(to bottom, #cedef8 10%, #ffffff 80%);
}
.index-left-con {
  padding-right: 10px;
}

.pagebox {
  padding: 90px 60px 60px;
  background: url(bg03.png) no-repeat 30px 30px #fff;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.personbox {
  background: #ffffff;
  padding: 50px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.win-l {
  width: 960px;
  padding-right: 40px;
  float: left;
}
.win-r {
  overflow: hidden;
}
.win-r1 {
  float: right;
  width: calc(100% - 960px);
}
.content-info {
  background: #ffffff;
  padding: 16px 30px 30px;
  min-height: 620px;
}
.building {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.building1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1680px) {
  .building img {
    width: 80%;
    float: right;
  }
  .building1 img {
    width: 90%;
    float: right;
  }
}
@media (max-width: 1536px) {
  .building img {
    width: 75%;
  }
  .building1 img {
    width: 85%;
  }
}
@media (max-width: 1440px) {
  .building img {
    width: 72%;
  }
  .building1 img {
    width: 78%;
  }
  .win-l {
    width: 820px;
  }
  .win-r1 {
    width: calc(100% - 820px);
  }
}
@media (max-width: 1280px) {
  .building img {
    width: 68%;
  }
  .building1 img {
    width: 72%;
  }
  .firstpart {
    padding: 30px 0 70px;
  }
  .secondpart {
    padding: 0 0 20px;
  }
  .thirdpart {
    padding: 0 0 30px;
  }
  .content-info {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .contentpart {
    background-size: auto 50%;
  }
  .win-l {
    width: 620px;
  }
  .win-l.pad {
    width: 560px;
  }
  .win-r1 {
    width: calc(100% - 560px);
  }
  .building img {
    width: 58%;
  }
  .building1 img {
    width: 62%;
  }
  .content-info {
    padding: 16px 20px 30px;
  }
}
@media (max-width: 991px) {
  .win-l, .win-l.pad, .win-r1 {
    width: 100%;
  }
  .win-l {
    padding-right: 0;
  }
  .firstpart .win-l {
    width: 360px;
    padding-right: 20px;
  }
  .firstpart {
    padding: 20px 0 56px;
  }
  .secondpart {
    padding: 0 0 14px;
  }
  .thirdpart {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .firstpart .win-l {
    width: 100%;
    padding-right: 0;
  }
  .win-r {
    width: 100%;
    float: left;
  }
  .content-info {
    padding: 16px 18px 20px;
    min-height: inherit;
  }
  .firstpart {
    padding: 0 0 56px;
  }
  .secondpart {
    padding: 0 0 7px;
  }
  .thirdpart {
    padding: 0 0 25px;
  }
  .building1 img {
    width: 105%;
  }
}
.indexlanmu {
  margin-bottom: 32px;
  position: relative;
  padding-top: 40px;
}
.indexlanmu span {
  float: left;
  font-size: 36px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
.indexlanmu span.en {
  font-size: 50px;
  color: #8898d2;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  font-weight: 300;
  background-image: -webkit-linear-gradient(top, #8898d2 0%, transparent 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexlanmu .more {
  float: right;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  color: #ffffff;
  z-index: 3;
  width: 84px;
  height: 26px;
  background: url(hr-more.png) no-repeat right center;
}
.indexlanmu .more:hover {
  opacity: 0.8;
}
.indexlanmu.dark span {
  color: #1f3e91;
}
.indexlanmu.dark span.en {
  opacity: 0.3;
}

.indexlanmu_c {
  position: relative;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 42px;
  height: 100px;
  margin-bottom: 20px;
}
.indexlanmu_c span {
  font-size: 34px;
  line-height: 1.1;
  color: #b60200;
  font-weight: 700;
}
.indexlanmu_c span em {
  color: #3d3d3d;
  font-style: normal;
}
.thirdpart .indexlanmu_c span {
  color: #ffffff;
}
.thirdpart .indexlanmu_c span em {
  color: #ffffff;
}
.indexlanmu_more {
  width: 68px;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  color: #0052a3;
}
.indexlanmu_more i {
  width: 28px;
  height: 12px;
  margin-left: 8px;
  position: relative;
  background: url(gnjt-more01.png) no-repeat right center;
  display: inline-block;
}
.indexlanmu_more i:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 12px;
  width: 12px;
  border: 1px dashed #0052a3;
  border-radius: 50%;
  z-index: 3;
  -webkit-animation: iconRotate 4s linear infinite;
  animation: iconRotate 4s linear infinite;
}
.indexlanmu_more i:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  background: #0052a3;
  border-radius: 50%;
  z-index: 3;
}
.indexlanmu_more:hover {
  color: #b60200;
}
.indexlanmu_c .indexlanmu_more {
  position: absolute;
  right: 0;
  top: 52px;
}

.thirdpart .indexlanmu_more {
  color: #ffffff;
}
.thirdpart .indexlanmu_more i {
  background-image: url(gnjt-more01f.png);
}
.thirdpart .indexlanmu_more i:before {
  border-color: #ffffff;
}
.thirdpart .indexlanmu_more i:after {
  background-color: #ffffff;
}
.thirdpart .indexlanmu_more:hover {
  color: #ff9800;
}
@media (max-width: 767px) {
  .indexlanmu span.en {
    font-size: 40px;
  }
  .indexlanmu_c {
    margin-bottom: 20px;
  }
}
/*---------------index news---------------------*/
.index-news {
  position: relative;
}
.index-news li {
  margin-bottom: 35px;
}
.index-news li:last-child {
  margin-bottom: 0;
}
.index-news .news-box {
  padding: 37px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -ms-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -o-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  box-shadow: 0 0 14px 0 rgba(0, 82, 163, 0.2);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  overflow: hidden;
}
.index-news .news-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transition: all 0.3s; /* Firefox */
  -ms-transition: all 0.3s; /* IE 9 */
  -o-transition: all 0.3s; /* Opera */
  transition: all 0.3s;
  z-index: -1;
  background: #1e3d96;
}
.index-news .news-box:hover:before {
  height: 100%;
}
.index-news .news-box .date {
  float: left;
  width: 82px;
  margin-right: 24px;
  overflow: hidden;
  padding-right: 24px;
  text-align: center;
  padding-top: 6px;
  position: relative;
}
.index-news .news-box .date:before {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.index-news .news-box .date h2 {
  font-size: 30px;
  line-height: 1;
  color: #0052a3;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-news .news-box .date h3 {
  line-height: 1;
  font-size: 14px;
  color: #0052a3;
}
.index-news .news-box .txt-box {
  overflow: hidden;
}
.index-news .news-box .txt-box h3 {
  overflow: hidden;
  font-size: 20px;
  color: #333;
  margin: 0;
  line-height: 1.5;
  margin: 10px 0 21px;
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-news .news-box .txt-box h4 {
  font-size: 16px;
  line-height: 1.1;
  color: #37529b;
}
.index-news .news-box .txt-box h5 {
  font-size: 16px;
  color: #37529b;
  line-height: 1.1;
}
.index-news .news-box:hover .txt-box h3 {
  color: #ffffff;
}
.index-news .news-box:hover .txt-box h4,
.index-news .news-box:hover .txt-box h5 {
  color: #ffffff;
}
.index-news .news-box:hover .date h2,
.index-news .news-box:hover .date h3 {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .index-news .news-box {
    padding: 25px 28px;
  }
}
@media (max-width: 1199px) {
  .index-news .news-box {
    padding: 18px 20px;
  }
  .index-news .news-box .txt-box h3 {
    margin-bottom: 10px;
  }
  .index-news li {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index-news .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-news .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-news .news-box {
    padding: 18px 20px;
  }
  .index-news .news-box .date {
    width: 68px;
    margin-right: 16px;
    padding-right: 16px;
    padding-top: 4px;
  }
  .index-news .news-box .txt-box h3 {
    font-size: 18px;
    height: 54px;
  }
  .index-news .news-box .date h2 {
    margin-bottom: 2px;
  }
  .index-news .row > [class^="col"] {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .index-news {
    margin-top: 15px;
  }
  .index-news .row > [class^="col"] {
    width: 100%;
  }
  .index-news .news-box .txt-box h3 {
    -webkit-line-clamp: inherit;
    height: auto;
  }
}

.index-recruit {
  position: relative;
  padding: 28px 28px 34px;
  background: #ffffff;
  -ms-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -o-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -moz-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  -webkit-box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  box-shadow: 0 0 7px 0 rgba(15, 42, 71, 0.1);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  min-height: 581px;
}
.index-recruit li {
  margin-bottom: 28px;
}
.index-recruit .item-box {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
  border-bottom: #E1EBEB dashed 1px;
}
.index-recruit .item-box:hover:before {
  height: 100%;
}
.index-recruit .item-box .date {
  float: left;
  margin-right: 18px;
  overflow: hidden;
  text-align: right;
  padding-top: 6px;
  position: relative;
}
.index-recruit .item-box .date h2 {
  font-size: 26px;
  line-height: 1;
  color: #1f3e91;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-recruit .item-box .date h3 {
  line-height: 1;
  font-size: 15px;
  color: #1f3e91;
}
.index-recruit .item-box .txt-box {
  overflow: hidden;
}
.index-recruit .item-box .txt-box h3 {
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #3d3d3d;
  overflow: hidden;
}
.index-recruit .item-box .txt-box h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  height: 63px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}
.index-recruit .item-box:hover .txt-box h3 {
  color: #37529b;
}
.index-recruit li:last-child {
  margin-bottom: 0;
}
.index-recruit li:last-child .item-box {
  padding: 0;
  border: 0;
}
@media (max-width: 1440px) {
  .index-recruit {min-height: 533px;}
  .index-recruit li {margin-bottom: 22px;}
  .index-recruit .item-box {padding-bottom: 20px;}
}
@media (max-width: 1199px) {
  .index-recruit {min-height: 502px;padding: 24px 24px 30px;}
  .index-recruit li {margin-bottom: 18px;}
  .index-recruit .item-box {padding-bottom: 18px;}
}
@media (max-width: 991px) {
  .index-recruit {min-height: inherit;}
}
@media (max-width: 767px) {
  .index-recruit {padding: 20px 18px 30px;}
  .index-recruit .item-box .txt-box h3 {
    height: auto;
    -webkit-line-clamp: inherit;font-size: 18px;
  }
}
/*---------------Photo News List---------------------*/
.index-piclist {
  position: relative;
}
.index-piclist li {
  margin-bottom: 35px;
}
.index-piclist .viopic-box {
  border: #f5f7fc solid 1px;
  position: relative;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  background: transparent;
  -ms-box-shadow: 0 0 5px 0 rgba(0, 82, 163, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(0, 82, 163, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 82, 163, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 82, 163, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 82, 163, 0.1);
}
.index-piclist .viopic-box::before,
.index-piclist .viopic-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #0052d9;
  transform: scale(0);
  transition: 0.3s;
  z-index: 1;
}
.index-piclist .viopic-box::before {
  border-right: none;
  border-bottom: none;
  transform-origin: 0 0;
}
.index-piclist .viopic-box::after {
  border-left: none;
  border-top: none;
  transform-origin: 100% 100%;
}
.index-piclist .viopic-box:hover {
  border: #f5f7fc solid 1px;
}
.index-piclist .viopic-box:hover::before,
.index-piclist .viopic-box:hover::after {
  transform: scaleX(1);
}
.index-piclist .viopic-box .img-box {
  overflow: hidden;
  position: relative;
  width: 440px;
  height: 290px;
  margin-right: 40px;
  float: left;
  border-right: #ecf0f5 solid 1px;
}
.index-piclist .viopic-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-piclist .viopic-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index-piclist .viopic-box .viopic-txt {
  padding: 30px 30px 20px 0;
  overflow: hidden;
}
.index-piclist .viopic-box .viopic-txt h5 {
  font-size: 34px;
  color: #0052a3;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}
.index-piclist .viopic-box .viopic-txt h5 span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.index-piclist .viopic-box .viopic-txt h3 {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 1.7;
  margin: 0 0 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 68px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.index-piclist .viopic-box:hover .viopic-txt h3 {
  color: #004cac;
}
.index-piclist .viopic-box .viopic-txt h4 {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin: 0 0 16px;
  max-height: 57px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.index-piclist .viopic-box .viopic-txt .more {
  position: relative;
  text-align: right;
}
.index-piclist .viopic-box .viopic-txt .more i {
  display: inline-block;
  background: url(gnjt-more02.png) no-repeat center center;
  width: 21px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
@media (max-width: 1280px) {
  .index-piclist .viopic-box .img-box {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .index-piclist .viopic-box .img-box {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .index-piclist .viopic-box .img-box {
    width: 340px;
    height: 224px;
    margin-right: 30px;
  }
  .index-piclist .viopic-box .viopic-txt {
    padding: 20px 20px 10px 0;
  }
  .index-piclist .viopic-box .viopic-txt h3 {
    font-size: 18px;
    line-height: 1.4;
    max-height: 50px;
    margin-bottom: 12px;
  }
  .index-piclist .viopic-box .viopic-txt h5 {
    margin-bottom: 12px;
  }
  .index-piclist .viopic-box .viopic-txt h4 {
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .index-piclist li {
    margin-bottom: 28px;
  }
  .index-piclist .viopic-box .img-box {
    width: 100%;
    height: 57vw;
    margin-right: 0;
  }
  .index-piclist .viopic-box .viopic-txt {
    padding: 18px 18px 22px;
  }
  .index-piclist .viopic-box .viopic-txt h3 {
    max-height: inherit;
    -webkit-line-clamp: inherit;
  }
}

.new-graphics {
  position: relative;
}
.new-graphics .row {
  margin-left: -20px;
  margin-right: -20px;
}
.new-graphics .row > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.new-graphics li {
  margin-bottom: 30px;
}
.new-graphics li .boxstyle {
  background: #fff;
  overflow: hidden;
  position: relative;
  -ms-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -o-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
}
.new-graphics li .boxstyle:hover {
  -ms-box-shadow: 0 0 30px 0 rgba(0, 82, 163, 0.2);
  -o-box-shadow: 0 0 30px 0 rgba(0, 82, 163, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 82, 163, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 82, 163, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 82, 163, 0.2);
}
.new-graphics li .boxstyle .imgbox {
  position: relative;
  height: 298px;
  z-index: 0;
}
.new-graphics li .boxstyle .imgbox img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.new-graphics li .boxstyle .txtinfo {
  padding: 43px 30px 21px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.new-graphics li .boxstyle .txtinfo span {
  position: absolute;
  left: 0px;
  top: -22px;
  color: #fff;
  display: inline-block;
  width: 140px;
  height: 44px;
  margin-right: 22px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-family: Arial;
  overflow: hidden;
  padding: 8px 10px 0 20px;
  background: #0052a3;
}
.new-graphics li .boxstyle .txtinfo span b {
  line-height: 1.2;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
}
.new-graphics li .boxstyle .txtinfo h4 {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 14px;
  height: 64px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.new-graphics li .boxstyle:hover .txtinfo h4 {
  color: #004cac;
}
.new-graphics li .boxstyle .txtinfo h5 {
  font-size: 14px;
  color: #888;
  margin: 0;
  font-family: Arial;
  font-weight: 500;
  line-height: 1.4;
  height: 59px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.new-graphics li .boxstyle .txtinfo .more {
  position: relative;
  text-align: right;
}
.new-graphics li .boxstyle .txtinfo .more i {
  display: inline-block;
  background: url(gnjt-more02.png) no-repeat center center;
  width: 21px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
@media (min-width: 992px) {
  .new-graphics li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .new-graphics li .boxstyle .imgbox {
    height: 260px;
  }
}
@media (max-width: 1280px) {
  .new-graphics li .boxstyle .imgbox {
    height: 246px;
  }
}
@media (max-width: 1199px) {
  .new-graphics li .boxstyle .imgbox {
    height: 293px;
  }
}
@media (max-width: 991px) {
  .new-graphics li .boxstyle .imgbox {
    height: 224px;
  }
  .new-graphics .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .new-graphics .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-graphics li .boxstyle .txtinfo h4 {
    font-size: 17px;
    height: 54px;
  }
  .new-graphics li .boxstyle .txtinfo {
    padding: 43px 24px 21px;
  }
}
@media (max-width: 767px) {
  .new-graphics li .boxstyle .txtinfo {
    padding: 36px 18px 18px;
  }
  .new-graphics li .boxstyle .imgbox {
    height: 59.467vw;
  }
  .new-graphics li .boxstyle .txtinfo h4 {
    height: auto;
    -webkit-line-clamp: inherit;
    line-height: 1.5;
  }
}

/*  Links  */
.links-list {
}
.links-list .row {
  margin-left: -16px;
  margin-right: -16px;
}
.links-list .row > [class^="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.links-list li {
  margin-bottom: 30px;
}
.links-a {
  display: table;
  height: 100px;
  background: #ffffff;
  border-radius: 13px;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  -ms-box-shadow: 0px 0px 15px 0px rgba(8, 59, 132, 0.15);
  -o-box-shadow: 0px 0px 15px 0px rgba(8, 59, 132, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(8, 59, 132, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 59, 132, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(8, 59, 132, 0.15);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.links-a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}
.links-a img {
  width: auto;
  height: auto;
  max-height: 44px;
}
.links-a:hover {
  border: 1px solid #0661c8;
}
.links-list[data-v-pg] {
  margin-top: 34px;
}
@media (max-width: 1280px) {
  .links-a {
    height: 86px;
  }
}
@media (max-width: 1199px) {
  .links-list .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .links-list .row > [class^="col"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .links-list .links-a img {
    max-height: 45px;
  }
  .links-a {
    height: 84px;
  }
}
@media (max-width: 991px) {
  .links-a {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .links-list li {
    margin-bottom: 18px;
  }
  .links-a {
    height: 90px;
  }
}
/*---------------Detailed Page---------------------*/
.nrhei {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-dp {
  font-size: 18px;
  line-height: 2;
  color: #333;
  word-wrap: break-word;
}
.nrhei-dpxl {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.nrhei-ry {
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3d;
  word-wrap: break-word;
}
.nrhei-lw {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  word-wrap: break-word;
}
.rylanmu {
  border-left: #0052a3 solid 4px;
  margin-bottom: 21px;
  margin-top: 30px;
  background: #f2f5fa;
  background: -webkit-linear-gradient(left, #f2f5fa 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #f2f5fa 10%, #ffffff 100%);
  background: linear-gradient(to right, #f2f5fa 10%, #ffffff 100%);
}
.rylanmu_l {
  color: #0052a3;
  float: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
  background: #ffffff;
  padding: 0 14px;
  min-width: 130px;
}
.rylanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.lwlanmu {
  border-left: #f0913d solid 4px;
  margin: 36px 0 22px;
  overflow: hidden;
}
.lwlanmu h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  font-weight: 700;
  min-width: 174px;
  float: left;
  position: relative;
  padding: 0 18px;
  height: 0;
  text-transform: uppercase;
  border-right: 26px solid transparent;
  border-bottom: 46px solid #0661c8;
  margin: 0;
}

.xlmain .nrhei font,
.xlmain .nrhei p,
.xlmain .nrhei span,
.xlmain .nrhei div {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 18px !important;
}
.xlmain .nrhei table {
  width: 100% !important;
}
.xlmain .nrhei table > thead > tr > th,
.xlmain .nrhei table > tbody > tr > th {
  color: #ffffff;
  font-size: 17px;
  padding: 8px;
  border-color: #dde3ec;
  background-color: #0661c8;
  vertical-align: middle;
  text-align: center;
}
.xlmain .nrhei table > tbody > tr > td {
  font-size: 16px;
  border-color: #dde3ec !important;
  padding: 15px 10px !important;
  line-height: 1.3;
  vertical-align: middle;
}
.xlmain .nrhei td,
.xlmain .nrhei td p,
.xlmain .nrhei td font,
.xlmain .nrhei td span {
  font-size: 16px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
.xlmain .nrhei table > tbody > tr > td a {
  color: #1b70b9;
}
.xlmain .nrhei table > tbody > tr > td a:hover {
  color: #167edb;
}
.xlmain .nrhei table > tbody > tr > td strong {
  font-size: 18px;
}
.xlmain .nrhei td p {
  margin: 0 !important;
}

.xlmain {
  display: block;
  margin: 0px;
}
.xlmain hr {
  margin-top: 25px;
  border-top: 1px solid #eee;
}
.xlmain .wztitle {
  color: #333;
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  padding: 0px 8% 2px;
  font-weight: 700;
  margin: 58px 0 24px 0;
}
.xlmain .wztitle[data-v-lw] {
  margin: 38px 0 24px 0;
  line-height: 1.2;
  font-size: 24px;
  padding: 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-cg] {
  margin: 38px 0 24px 0;
  color: #124c9c;
}
.xlmain .wztitle[data-v-dp] {
  margin: 20px 0 24px 0;
  color: #333;
  font-size: 26px;
}
.xlmain .wztitle[data-v-xc] {
  margin: 40px 0 24px 0;
}
.xlmain .basicinfo {
  border-bottom: #f1f1f3 solid 1px;
  padding-bottom: 8px;
}
.xlmain .basicinfo .other-share {
  float: right;
}
.xlmain .basicinfo .qtinfo {
  color: #999;
  font-size: 16px;
  margin: 0;
}
.xlmain .basicinfo .qtinfo a {
  color: #999;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
  color: #de0c0c;
  text-decoration: none;
}
.xlmain .basicinfo .share {
  float: right;
}
.xlmain .basicinfo .qtinfo span {
  display: inline-block;
  margin-right: 20px;
}
.xlmain .basicinfo .qtinfo span:last-child {
  margin-right: 0;
}
.xlmain .text {
  margin: 32px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .text p,
.xlmain .text div {
  margin-bottom: 18px;
}
.xlmain .text p:last-child,
.xlmain .text div:last-child {
  margin-bottom: 0;
}
.xlmain .text img {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .text .zc img {
  margin-left: inherit !important;
  margin-right: inherit !important;
  display: inline-block;
}
.xlmain .text.nrhei-dp p strong {
  font-size: 22px;
}
.xlmain .textdp p,
.xlmain .textdp div {
  margin-bottom: 20px;
}
.xlmain .textdp p:last-child,
.xlmain .textdp div:last-child {
  margin-bottom: 0;
}

.xlmain .textlx {
  margin: 0;
  overflow: hidden;
  display: block;
}
.xlmain .textlx p {
  margin: 0 0 12px 0;
}
.xlmain .textlx img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl {
  margin: 30px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxl p,
.xlmain .textxl div {
  margin: 0 0 26px;
}
.xlmain .textxl p:last-child,
.xlmain .textxl div:last-child {
  margin: 0;
}
.xlmain .textxl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl table {
  margin: 0 0 15px 0;
}
.xlmain .textxl td {
  text-align: center;
}
.xlmain .textxl video {
  width: 100% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.xlmain .textsp {
  margin: 30px auto 26px auto;
  overflow: hidden;
  display: block;
  width: 76%;
}

.xlmain .textry {
  overflow: hidden;
  margin: 36px 0 0 0;
}
.xlmain .textry .mt {
  margin-top: 288px;
}
.xlmain .textry h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  display: block;
  color: #272727;
  font-weight: 700;
}
.xlmain .textry h3 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry h4 {
  font-size: 28px;
  line-height: 1.2;
  margin: 5px 0 20px 0;
  display: block;
  color: #31373f;
  font-weight: 700;
}
.xlmain .textry h4 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.xlmain .textry .nrhei-ry font,
.xlmain .textry .nrhei-ry p,
.xlmain .textry .nrhei-ry span,
.xlmain .textry .nrhei-ry div {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
  word-wrap: break-word;
  font-size: 16px !important;
}
.xlmain .textry .nrhei-ry p,
.xlmain .textry .nrhei-ry div {
  margin: 0 0 6px;
}
.xlmain .textry .nrhei-ry p:last-child,
.xlmain .textry .nrhei-ry div:last-child {
  margin: 0;
}
.xlmain .textry .nrhei-ry p a {
  color: #333;
}
.xlmain .textry .nrhei-ry p a:hover {
  color: #005bac;
}
.xlmain .nrhei-lw p,
.xlmain .nrhei-lw div {
  margin: 0 0 18px;
}
.xlmain .nrhei-lw p:last-child,
.xlmain .nrhei-lw div:last-child {
  margin: 0;
}
.xlmain .textry th {
  color: #333;
  font-size: 16px;
}
.xlmain .textry .ryinfo {
  overflow: hidden;
  background: #e6f3fc;
}
.xlmain .textry .ryinfo .ryimg {
  margin-right: 30px;
  background: #c1dced;
  padding: 30px 50px;
}
.xlmain .textry .ryinfo .ryimg img {
  border-radius: 5px;
  width: 180px;
  height: 240px;
}
.xlmain .textry .ryinfo .rytxt p {
  line-height: 220%;
  font-size: 17px;
  margin: 30px 0 0 0;
  color: #222;
}
.xlmain .textry .ryinfo .rytxt p a {
  color: #222;
  font-size: 17px;
  text-decoration: none;
  font-style: normal;
}
.xlmain .textry .ryinfo .rytxt p a:hover {
  color: #ff7300;
}
.xlmain .textry .fl {
  margin-right: 28px;
  margin-bottom: 12px;
}
.xlmain .textry .fl img {
  max-width: 198px;
}
.xlmain .textry .fl h4 {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  text-align: center;
  font-weight: 500;
  color: #3157bb;
}
.xlmain .textry h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  padding: 3px 0 16px 0;
  color: #124c9c;
  margin: 0;
  position: relative;
}
.xlmain .textry h2 span {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-left: 15px;
}
.xlmain .textry .left img {
  max-width: 248px;
  margin-right: 26px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: #fff solid 1px;
}
.xlmain .textry .rydetail {
  overflow: hidden;
  margin-top: 15px;
}
.xlmain .textry .rydetail table {
  border: transparent;
}
.xlmain .textry .rydetail tbody {
  background-color: transparent;
}

.xlmain .textxmz {
  margin: 24px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxmz p {
  margin: 0 0 10px 0;
}
.xlmain .textxmz p:last-child {
  margin: 0;
}
.xlmain .textxmz .el-tab-pane {
  line-height: 150%;
}
.xlmain .textxmz .el-tabs--border-card > .el-tabs__content {
  padding: 20px 0px 0 0px;
}

.xlmain .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  line-height: 24px;
  color: #4d4d4d;
  font-size: 17px;
}
.xlmain .cont-page .a-page {
  margin-bottom: 10px;
}
.xlmain .cont-page .a-page a {
  color: #4d4d4d;
}
.xlmain .cont-page .a-page:hover {
  color: #004cac;
}
.xlmain .cont-page .a-page:hover a {
  color: #004cac;
}
@media (min-width: 767px) {
  .xlmain .textxl img {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .xlmain .textsp {
    width: 80%;
  }
  .xlmain .textxl video {
    width: 80% !important;
  }
}
@media screen and (max-width: 991px) {
  .xlmain .wztitle {
    margin: 40px 0 24px 0;
    padding: 0 0 2px;
    font-size: 26px;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 28px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 10px 0 24px 0;
  }
  .xlmain .textxl img {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .xlmain .wztitle {
    font-size: 22px;
    margin: 30px 0 12px 0;
  }
  .xlmain .wztitle[data-v-lw] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-cg] {
    margin: 20px 0 24px 0;
  }
  .xlmain .wztitle[data-v-dp] {
    margin: 5px 0 10px;
    font-size: 20px;
  }
  .xlmain .text {
    margin: 26px 0 0 0;
  }
  .xlmain .text .left {
    width: 100%;
    margin-right: auto !important;
  }
  .xlmain .textsp {
    width: 100%;
    margin: 15px auto 2px auto;
  }
  .xlmain .textxl video {
    width: 100% !important;
  }
  .xlmain .textry .fl {
    width: 100%;
  }
  .xlmain .textry .fl img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
  }
  .xlmain .textry h3 span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
  .xlmain .textry .left {
    width: 100%;
  }
  .xlmain .textry .left img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .xlmain .basicinfo .qtinfo {
    text-align: center;
  }
  .xlmain .textry h2 span {
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  .xlmain .textxl img {
    max-width: 100%;
  }
  .xlmain .basicinfo .qtinfo span {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
  }
  .nrhei-dp {
    line-height: 1.7;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 22px;
  }
  .xlmain .nrhei table > tbody > tr > td {
    font-size: 14px;
    padding: 15px 4px !important;
  }
  .xlmain .nrhei td,
  .xlmain .nrhei td p,
  .xlmain .nrhei td font,
  .xlmain .nrhei td span {
    font-size: 14px !important;
  }
  .xlmain .nrhei table > tbody > tr > td strong {
    font-size: 17px;
  }
  .xlmain .nrhei font,
  .xlmain .nrhei p,
  .xlmain .nrhei span,
  .xlmain .nrhei div {
    font-size: 17px !important;
  }
  .xlmain .nrhei .TRS_UEDITOR table {
    width: 700px !important;
  }
}
/*---PAGES---*/
.fy-box {
  margin-top: 35px;
}
.comp-pages {
  padding-top: 40px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #ededed;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ebebeb;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #1d43a5;
  border: 1px solid #1d43a5;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #1d43a5;
  border: 1px solid #1d43a5;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1d43a5;
  border: 1px solid #1d43a5;
  display: none !important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {
  font-style: normal;
  font-size: 15px;
  color: #999;
  margin-right: 15px;
}
.comp-pages .page-pc #pagenav_head,
.comp-pages .page-pc #pagenav_tail {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .comp-pages {
    padding-top: 30px;
  }
}

.pgmt {
  margin-top: 36px;
}
#pages {
  width: 100%;
  font-size: 14px;
  text-align: center;
  clear: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  padding-top: 0px;
  float: left;
}
#pages a,
#pages a:visited {
  border: 1px solid #e5e5e5;
  height: 40px;
  background: #ffffff;
  color: #444;
  padding: 0 15px !important;
  text-decoration: none;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  border-radius: 3px;
}
#pages SPAN {
  height: 40px;
  color: #444;
  padding: 0 15px;
  text-decoration: none;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
#pages a:hover,
#pages a.curr,
#pages a.curr:visited,
#pages a:hover {
  border: #2d4faf 1px solid;
  background: #2d4faf;
  color: #fff;
}
.pagebtn {
  width: 100%;
  background: linear-gradient(90deg, #2c3eb8, #7028a9);
  border: 0;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}
/*-----Left NAV----*/
.other-menu {
  margin-bottom: 30px;
  background: #fff;
}
.other-menu .menu-title {
  background: url(hr-pgnavbg.jpg) no-repeat right bottom #1c439d;
  background-size: cover;
  font-size: 26px;
  padding: 24px 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
  min-height: 70px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  position: relative;
}
.other-menu .menu-cont .box-a {
  position: relative;
}
.other-menu .menu-cont .box-a:after {
  position: absolute;
  content: "";
  left: 25px;
  right: 25px;
  bottom: 0;
  height: 1px;
  background-color: #e3e9f4;
}
.other-menu .menu-cont .box-a.active .a-title,
.other-menu .menu-cont .box-a:hover .a-title {
  background: #ffffff;
  color: #0834b0;
}
.other-menu .menu-cont .box-a.active .a-title::before,
.other-menu .menu-cont .box-a:hover .a-title::before {
  opacity: 1;
}
.other-menu .menu-cont .box-a.active .a-title::after,
.other-menu .menu-cont .box-a:hover .a-title::after {
  color: #0d4994;
}
.other-menu .menu-cont .a-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 20px 56px 20px 43px;
  background: #ffffff;
  position: relative;
}
.other-menu .menu-cont .a-title::before {
  position: absolute;
  content: "";
  top: 35%;
  left: 25px;
  height: 17px;
  width: 5px;
  border-radius: 5px;
  background: #0d4994;
  opacity: 1;
}
.other-menu .menu-cont .a-title::after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: 26px;
  font-size: 18px;
  color: #c7d2e4;
  font-weight: 300;
}
.other-menu .menu-cont .down-menu {
  background: #ffffff;
  padding: 0 0 10px;
  display: none;
  position: relative;
  margin-top: -2px;
}

.other-menu .menu-cont .down-menu li {
  padding: 0 20px 0 45px;
  margin-bottom: 10px;
}
.other-menu .menu-cont .down-menu a {
  display: block;
  color: #7d8899;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
}
.other-menu .menu-cont .down-menu a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #bbc7db;
  left: 0;
  top: 8px;
}
.other-menu .menu-cont .down-menu a:hover {
  color: #2c74b6;
}
.other-menu .menu-cont .down-menu a:hover::before {
  background: #2c74b6;
}
.other-menu .menu-cont .sub-menu.active .down-menu {
  display: block;
}

/*---------------Left NAV-----------------*/
.sidebar {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  z-index: 1;
  margin-top: -75px;
}
.sidebar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 25px;
  right: 10px;
  background: url(gnjt-leftbg.png) no-repeat top center;
  background-size: 100% auto;
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.sidebar .title-en {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6px;
  opacity: 0.3;
  display: block;
  text-transform: uppercase;
}
.sidebar .title {
  margin-bottom: 0px;
  position: relative;
  padding: 30px 40px 12px 30px;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  background-size: cover;
}
@media (max-width: 1199px) {
  .sidebar {
    margin-right: 0px;
  }
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 82, 163, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contentLeft .spacing {
  overflow: hidden;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.leftNavigation {
  margin: 0rem 0;
  position: relative;
  z-index: 1;
  background: url(gnjt-leftbg1.png) no-repeat bottom center #ffffff;
  background-size: 100% auto;
  padding-bottom: 190px;
  border-radius: 0 0 20px 20px;
}
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation {
  list-style: none;
}
.leftNavigation li {
  position: relative;
}
.leftNavigation li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: #b60200;
  left: -10px;
  opacity: 0;
}
.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 19px 54px 19px 26px;
  color: #3b4461;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  position: relative;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.leftNavigation li:last-child a {
  border-bottom: 0;
}
.leftNavigation li a:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: #e9eef5 solid 1px;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 1rem 8px 64px !important;
  color: #73798f;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 400;
  border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9ca5c6;
  position: absolute;
  top: 16px;
  left: 48px;
  margin-top: -2px;
  background-image: none !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4.8rem;
  padding: 18px 0;
  text-align: center;
  font-weight: 500;
  color: #ccc;
  font-size: 19px;
}
.leftNavigation li.active a .leftNavIcon {
  color: #0052a3;
}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #f67400;
}
.leftNavigation li a:hover {
  color: #0052a3;
  text-decoration: none;
  font-weight: 500;
  background: #eaf3ff;
  background: -webkit-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: linear-gradient(to right, #eaf3ff 10%, #ffffff 100%);
}

.leftNavigation li a:hover:after {
  opacity: 1;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #0052a3;
}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #e4eeff;
  border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li {
  border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a:hover {
  color: #2a45a6;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
}
.leftNavigation li ul li a:hover:after {
  background-color: #02449e;
}
.leftNavigation li ul li.active a {
  color: #2a45a6;
  text-decoration: none;
  font-weight: 500;
}
.leftNavigation li ul li.active a:after {
  background-color: #02449e;
  font-weight: 500;
  opacity: 1;
}
.leftNavigation li.active > a {
  color: #0052a3;
  background: #eaf3ff;
  background: -webkit-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: -ms-linear-gradient(left, #eaf3ff 10%, #ffffff 100%);
  background: linear-gradient(to right, #eaf3ff 10%, #ffffff 100%);
}
.leftNavigation li.active > a:after {
  opacity: 1;
}

.leftNavigation li.active ul {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #fff;
}
.leftNavigation > li.active:before,
.leftNavigation > li:hover:before {
  opacity: 1;
}
.leftNavigation li ul li .level4 {
  border-top: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #d0e9f3;
  font-size: 13px;
  color: #535353;
  margin-left: 30px;
  padding-left: 12px;
  background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {
  color: #006bb1;
}
.leftNavigation li ul li .level4 li {
  border-bottom: solid 1px #d0e9f3;
}
.leftNavigation li ul li .level4 li:last-child {
  border-bottom: solid 0px #d0e9f3;
}

.leftNavigation .down-menu {
  display: none;
}
.leftNavigation .sub-menu.active .down-menu {
  display: block;
}
.leftNavigation .down-menu a:hover,
.leftNavigation .down-menu a.active {
  color: #394493;
}
.leftNavigation .down-menu a:hover:after,
.leftNavigation .down-menu a.active:after {
  background-color: #394493;
}

.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 0;
}

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898b92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #111;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.details-page .main-cont p:last-child {
  margin-bottom: 0px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont[data-v-org] {
  overflow-x: auto;
}

.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #dee5ec;
  padding-top: 20px;
  line-height: 24px;
  color: #999;
}
.details-page .cont-page .a-page {
  margin-top: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 22px;
  padding-left: 32px;
}
.details-page .cont-page .a-page:nth-child(1) {
  background-image: url(arrow-pre2.png);
}
.details-page .cont-page .a-page:nth-child(2) {
  background-image: url(arrow-next2.png);
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #999;
}
.details-page .cont-page .a-page:hover {
  color: #0f2bab;
}
.details-page .cont-page .a-page:hover a {
  color: #0f2bab;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -184px;
  left: -64px;
  width: 148px;
  height: 170px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #ccc;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  display: none;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto 10px;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: "\f101";
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: "|";
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: "/";
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #103a84;
}
.bread-crumbs .bread-item > span:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #ffa200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #103a84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #f5f8fc;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: "";
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3d55a7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: "FontAwesome";
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #ffffff;
  background: #103a84;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3d55a7;
}
.side-menu .down-menu a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #103a84;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: "\f104";
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: "\f105";
}
.slider-progress-bar .progress {
  height: 4px;
  background: #103a84;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
body {
  font-family:
    Arial, PingFangSC-Regular, sans-serif, "Microsoft YaHei", "微软雅黑";
  background: #f2f5fa;
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
.nav-wrap.nav-other nav.navbar.bootsnav {
  background: #073d90;
  position: relative;
}
.nav-wrap.nav-other nav.navbar.bootsnav::before {
  display: none;
}
nav.navbar.bootsnav {
  min-height: 103px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.home nav.navbar.bootsnav::before {
  opacity: 1;
  height: 347px;
}
.home nav.navbar.bootsnav {
  padding: 11px 0 0;
}
nav.navbar.bootsnav {
  padding: 0 100px;
}
nav.bootsnav .container {
  width: 100% !important;
  padding: 0;
}
nav.navbar.bootsnav::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 180px;
  background: url(hr-top-bg01.png) repeat-x top center;
  opacity: 0.9;
}
nav.navbar.bootsnav .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 20px 0 10px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width: 685px;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 66px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 54px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
  position: relative;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 0px #000000;
}
nav.navbar.bootsnav ul.nav > li > a span {
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0 4px;
  position: relative;
  transition: background-size 0.3s;
  padding-bottom: 18px;
}
nav.navbar.bootsnav ul.nav > li > a:hover span,
nav.navbar.bootsnav
  ul.nav
  > li
  > a:focus
  span
  nav.navbar.bootsnav
  ul.nav
  > li.active
  a
  span,
nav.navbar.bootsnav ul.nav > li.active a:hover span,
nav.navbar.bootsnav ul.nav > li.active a:focus span,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a span,
nav.navbar.bootsnav ul.nav > li.active > a span {
  background-size: 50% 4px;
}
nav.navbar.bootsnav ul.nav > li:first-child > a:hover span,
nav.navbar.bootsnav
  ul.nav
  > li:first-child
  > a:focus
  span
  nav.navbar.bootsnav
  ul.nav
  > li:first-child.active
  a
  span,
nav.navbar.bootsnav ul.nav > li:first-child.active a:hover span,
nav.navbar.bootsnav ul.nav > li:first-child.active a:focus span,
nav.navbar.bootsnav ul.nav > li:first-child.dropdown.on > a span,
nav.navbar.bootsnav ul.nav > li:first-child.active > a span {
  background-size: 100% 4px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #ffffff !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: 700;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #ffffff;
  background: -webkit-linear-gradient(
    top,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  background: -ms-linear-gradient(
    top,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 10%,
    rgba(255, 255, 255, 0.9) 80%
  );
  min-width: 256px;
  width: 256px;
  left: 50%;
  margin-left: -128px;
  padding: 11px;
}
/*nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 7px solid #000;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}*/
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 8px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  border-left-color: #4094e9;
  color: #fff;
  background: #004295;
}
nav.navbar.bootsnav
  ul.nav
  li.dropdown
  ul.dropdown-menu
  > li
  > ul.dropdown-menu {
  margin-left: 0;
  left: 100%;
  margin-top: 4px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background-repeat: repeat-x;
  background-position: center;
  background: #1c41a3;
  -moz-transition: all 0.3s; /* Firefox */
  -ms-transition: all 0.3s; /* IE 9 */
  -o-transition: all 0.3s; /* Opera */
  transition: all 0.3s;
  padding: 0 100px;
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
.header-other {
  padding-top: 17px;
  position: absolute;
  right: 4px;
}
.header-other > div {
  float: left;
}
.header-other .other-link a {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  position: relative;
  line-height: 34px;
}
.header-other .other-link a:before {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  top: 9px;
  bottom: 9px;
  right: 0;
}
.header-other .other-link a:last-child {
  padding-right: 0;
}
.header-other .other-link a:last-child:before {
  content: none;
}
.header-other .other-link a:hover {
  color: #ffffff;
}
.header-other .search-a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.phoe-menu-toggle {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
  margin-left: 0;
}

.hc-mobile-nav li.nav-parent a {
  padding-right: 24px;
}
.hc-mobile-nav .nav-wrapper {
  background: #0a57b5;
}
.hc-mobile-nav:not(.touch-device) a:hover {
  background: #044697;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: #044697;
  border-top: 1px solid #044697;
  border-bottom: 1px solid #044697;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #044697;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  background: #216bc5;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #044697;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #044697;
}
@media (max-width: 2020px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 40px;
  }
}
@media (max-width: 1920px) {
  nav.navbar.bootsnav,
  nav.navbar.bootsnav.scroll {
    padding: 0 60px;
  }
}
@media (max-width: 1680px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 32px;
  }
}
@media (max-width: 1640px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 17px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 592px;
  }
}
@media (max-width: 1536px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 22px;
  }
}
@media (max-width: 1440px) {
  nav.navbar.bootsnav .navbar-brand img {
    width: 511px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 26px;
  }
  nav.navbar.bootsnav,
  nav.navbar.bootsnav.scroll {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 24px;
  }
}
@media (max-width: 1280px) {
  .header-other {
    padding-top: 18px;
  }
  nav.navbar.bootsnav {
    min-height: 100px;
    padding: 0 40px;
  }
  nav.navbar.bootsnav,
  nav.navbar.bootsnav.scroll {
    padding: 0 30px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 462px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand img {
    width: auto;
  }
  nav.navbar.bootsnav {
    min-height: 67px;
  }
  nav.navbar.bootsnav::before,
  .home nav.navbar.bootsnav::before {
    height: 136px;
    background-size: 100% 100%;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding: 17px 0 10px;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 38px;
    top: 17px;
    padding-top: 0;
    margin-right: 0 !important;
  }
  .navbar .toggle {
    right: -9px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
  .navbar .toggle {
    margin-top: 30px;
  }
  .attr-nav {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav::before,
  .home nav.navbar.bootsnav::before {
    height: 82px;
    opacity: 1;
  }
  nav.navbar.bootsnav {
    padding: 0 20px;
  }
  nav.navbar.bootsnav .navbar-brand {
    width: auto;
    padding-top: 14px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 220px;
  }
  .navbar .toggle {
    margin-top: 18px;
  }
  .header-other {
    right: 45px;
    top: 11px;
  }
  .navbar .toggle {
    margin-top: 0;
    top: 13px;
  }
  .hc-mobile-nav {
    background: #004ec0;
  }
  .navbar .toggle {
    right: -14px;
  }
}
/*-----------------------------------------  FOOT  -----------------------------------------*/
.footer {
  padding: 30px 0 0;
  overflow: hidden;
  background: url(hr-foot.jpg) no-repeat center top #0957b5;
  background-size: 100% auto;
}
.copyright {
  font-size: 12px;
  line-height: 20px;
  color: #f7f7f7;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 165px;
  height: 110px;
}
.copyright .logo {
  width: 640px;
  display: block;
  overflow: hidden;
  float: left;
  padding: 24px 0;
  margin-right: 110px;
}
.copyright .logo img {
  width: 100%;
}
.copyright .left {
  font-size: 14px;
  line-height: 1.9;
  color: #ffffff;
  display: block;
  overflow: hidden;
  float: none;
  padding-top: 18px;
}
.copyright .left li {
  margin: 3px 0;
}
.copyright .left a {
  color: #d9dff5;
}
.copyright .left a:hover {
  color: #77d3ff;
}
.copyright .rightwx {
  width: 145px;
  height: 110px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.copyright .rightwx img {
  width: 100%;
  height: 100%;
}
.banquan {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  padding: 17px 0;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  text-align: center;
  margin-top: 30px;
}
.banquan a,
.banquan span {
  display: inline-block;
  margin: 0 8px;
}
.banquan a:hover {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .copyright .logo {
    width: 572px;
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  .copyright .logo {
    width: 522px;
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .copyright {
    height: auto;
  }
  .copyright .logo {
    width: 378px;
    padding: 4px 0 0;
  }
  .copyright .left {
    float: left;
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .footer {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding-right: 0;
  }
  .copyright .logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .copyright .logo img {
    width: 100%;
  }
  .copyright .rightwx {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .copyright .left {
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}

/*-----------------------------------------  index  -----------------------------------------*/
.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-title {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #013778;
  line-height: 60px;
  z-index: 1;
}
.public-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 203px;
  height: 36px;
  z-index: -1;
}
.public-more {
  width: 150px;
  height: 42px;
  position: relative;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  background: #1a4cb1;
  border-radius: 22px;
  color: #ffffff;
}
.public-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: #f4a13f;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 22px;
}
.public-more:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.public-more:hover {
  color: #fff;
  background: #f4a13f;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.public-more:hover span {
  color: #fff;
}
.public-more.more-w {
  background: #fff;
  border-color: #fff;
}
.public-more.more-w:hover {
  border-color: #de291a;
}
.public-more.more-line-w {
  border-color: #fff;
}
.public-more.more-line-w:hover {
  border-color: #de291a;
}
.public-more.more-line-w span {
  color: #fff;
}
.public-more span {
  position: relative;
  color: #de291a;
  line-height: 30px;
  padding-right: 16px;
  z-index: 10;
}
.public-more span::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: -1px;
  line-height: 1;
}
/************************/
/*  Text List   */
/************************/
.textlist {
  margin-top: 32px;
}
.textlist .box-s {
  padding: 15px 136px 15px 45px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
.textlist .box-s:before {
  content: "";
  left: 25px;
  top: 26px;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #1d43a5;
  border-radius: 50%;
}
.textlist li:nth-child(odd) .box-s {
  background: #f3f5fa;
}
.textlist .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.textlist .box-s .box-date {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #999999;
  font-size: 17px;
}
.textlist .box-s:hover .box-title,
.textlist .box-s:hover .box-date {
  color: #ffffff;
}
.textlist .box-s:hover:before {
  background: #ffffff;
}
.textlist .box-s:hover,
.textlist li:nth-child(odd):hover .box-s {
  background: #1d43a5;
}
.textlist[data-v-no] .box-s {
  padding: 18px 20px 18px 45px;
}
.textlist[data-v-no] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
}
.textlist[data-v-no] .box-s:before {
  top: 25px;
}
.textlist[data-v-lm] .box-s {
  padding: 19px 20px 19px 42px;
}
.textlist[data-v-lm] .box-s .box-title {
  white-space: normal;
  height: auto;
  line-height: 1.4;
  font-size: 17px;
}
.textlist[data-v-lm] .box-s:before {
  top: 26px;
}
@media (max-width: 767px) {
  .textlist .box-s {
    padding: 15px 15px 15px 38px;
  }
  .textlist .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 1.5;
  }
  .textlist .box-s .box-date {
    position: static;
  }
  .textlist .box-s:before {
    top: 21px;
    left: 18px;
  }
  .textlist[data-v-no] .box-s {
    padding-left: 38px;
  }
}

.list-article {
  overflow: hidden;
  display: block;
  margin-top: 10px;
}
.list-article li {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}
.list-article li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1a4cb1;
  border-radius: 50%;
}
.list-article li a {
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  padding-left: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: justify;
}
.list-article li a > img {
  display: inline-block;
  margin: 0 0 0 6px;
}
.list-article li a:hover {
  color: #1958af;
}
@media (max-width: 991px) {
  .list-article li a {
    white-space: normal;
  }
}
/************************/
/*  Personnel list   */
/************************/
.group {
  position: relative;
}
.group li {
  margin-top: 35px;
  overflow: hidden;
}
.group li:nth-child(2n + 1) {
  clear: left;
}
.group li .picbox {
  width: 155px;
  height: 213px;
  border: #e5e5e5 solid 1px;
  float: left;
  margin-right: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.group li .picbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.group li:hover .picbox img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.group li .txtinfo {
  padding: 25px 0 0;
  overflow: hidden;
  background: #ffffff;
}
.group li .txtinfo h3 {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}
.group li .txtinfo h4 {
  margin: 0;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
.group li .txtinfo h4 p {
  margin-top: 8px;
}
.group li:hover .txtinfo h3 {
  color: #2655c7;
}
.group[data-v-three]  .row > [class^="col"] {width: 33.333%;float: left;}
.group[data-v-three] li:nth-child(2n + 1) {
  clear: inherit;
}
.group[data-v-three] li:nth-child(3n + 1) {
  clear: left;
}
@media (max-width: 1440px) {
.group[data-v-three] li .picbox {width: 140px;height: 187px;margin-right: 18px;}
}
@media (max-width: 991px) {
  .group .row > [class^="col"] {
    width: 100%;
  }
  .group[data-v-three] .row > [class^="col"] {
    width: 50%;
  }
  .group[data-v-three] li:nth-child(2n + 1) {
    clear: left;
  }
  .group[data-v-three] li:nth-child(3n + 1) {
    clear: inherit;
  }
}
@media (max-width: 767px) {
  .group[data-v-three] .row > [class^="col"] {
    width: 100%;
  }
  .group li .picbox, .group[data-v-three] li .picbox {
    margin: 0 auto;
    float: none;
    width: 53.333vw;
    height: 72.8vw;
  }
  .group li .txtinfo {
    float: left;
    width: 100%;
  }
  .group[data-v-three] li .txtinfo {
    text-align: center;
  }
  .group[data-v-three] li .txtinfo h3 {margin-bottom: 8px;}
}
/************************/
/*  Personnel Details   */
/************************/
.ryname {
  border-bottom: #d6dfeb solid 1px;
}

.ryname_l {
  color: #333;
  float: left;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  padding: 0 0 18px;
  padding-right: 3px;
  position: relative;
}

.ryname_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1e3d96;
}

.ryname_l span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}

.ryname_l span i {
  color: #8dadd7;
  margin-right: 10px;
}
.rcphotobox {
  width: 100%;
  height: 295px;
  display: table;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.rcphotobox span {
  display: table-cell;
  vertical-align: middle;
}

.rcphotobox span img {
  max-height: 240px;
  border: #efefef solid 0px;
}

.pepxl-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.2;
}

.pepxl-txt li {
  margin-top: 10px;
}

.pepxl-txt span {
  color: #404040;
  font-weight: 700;
}

.pepxl-txt i {
  color: #333;
  font-style: normal;
  font-weight: 500;
}

.pepxl-txt .col-md-6 {
  float: left;
}
.module {
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  background: url(gb2023-rybg.png) no-repeat top left #fff;
  position: relative;
  background-size: 100%;
}

.module-a {
  float: right;
  padding-bottom: 200em;
  margin-bottom: -200em;
}

.module-b,
.module-c,
.module-d {
  float: left;
  padding-bottom: 200em;
  margin-bottom: -200em;
}

.module-a {
  width: 25%;
}

.module-a img {
  border-radius: 5px;
}

.module-b {
  width: 75%;
}

.module-b .jbinfo {
  padding: 36px 0 30px 40px;
}

.module-b .jbinfo h2 {
  font-size: 26px;
  line-height: 1;
  margin: 2px 0 15px 0;
  overflow: hidden;
  color: #1f1f1f;
  /*text-overflow: ellipsis;white-space: nowrap;*/
  display: block;
  background: url(lmbg01.png) repeat-x bottom;
  padding-bottom: 12px;
  font-weight: 700;
}

.module-b .jbinfo h2:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: #4c63b6;
}

.rydetail {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.rydetail .detail {
  padding-left: 2px;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.rydetail strong,
.rydetail b {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 15px;
  position: relative;
}

.rydetail strong:after,
.rydetail b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1e3d96;
}

.rydetail .field p.line,
.rydetail .field div.line {
  display: block;
  width: 100%;
  margin: 40px 0 22px;
  height: 34px;
  border-bottom: #f0f0f0 solid 1px;
  line-height: 1;
}

.rydetail div {
  margin: 0 0 4px;
}
.rydetail .field:first-child p.line {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .module:after {
    width: 196px;
    height: 196px;
    top: 12%;
    right: 58px;
  }

  .module-a {
    width: 33%;
  }

  .module-b {
    width: 67%;
  }

  .module-b .jbinfo {
    padding: 30px 72px 30px 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .module:after {
    width: 240px;
    height: 240px;
    top: 9%;
    right: 72px;
  }

  .module-b .jbinfo {
    padding: 30px 88px 30px 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .module {
    background-size: 137% 100%;
  }

  .module:after {
    width: 220px;
    height: 220px;
    top: 153px;
    right: inherit;
    left: 50%;
    opacity: 0.3;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .module-a {
    width: 100%;
  }

  .module-b {
    width: 100%;
  }

  .module-b .jbinfo {
    padding: 16px 18px 20px 18px;
  }

  .rydetail {
    margin-top: 30px;
  }

  .pepxl-txt .col-md-6 {
    width: 100%;
  }
}
/************************/
/*  Picture List   */
/************************/
.view-list {
  margin-top: 10px;
}
.view-list .row {
  margin-left: -18px;
  margin-right: -18px;
}
.view-list .row > [class^="col"] {
  padding-left: 18px;
  padding-right: 18px;
}
.view-list li:nth-child(4n + 1) {
  clear: left;
}
.view-list li {
  margin-top: 30px;
}
.view-list .box-s .box-img {
  height: 202px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 3px;
}
.view-list .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0;
}
.view-list .box-s:hover .box-title {
  color: #1a4cb1;
}
.img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img-cont .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}
.img-cont .img-box {
  width: 100%;
  height: 100%;
  display: block;
  background: #dce7ff;
}
.img-cont .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.box-s-w:hover .img-cont .img-box img {
  -webkit-transition: scale(1.16) rotate(3deg);
  -moz-transition: scale(1.16) rotate(3deg);
  -o-transition: scale(1.16) rotate(3deg);
  transform: scale(1.16) rotate(3deg);
}

.view-list[data-v-fg] .box-s .box-img {
  height: 277px;
}

@media (max-width: 1680px) {
  .view-list li:nth-child(4n + 1) {
    clear: inherit;
  }
  .view-list li:nth-child(3n + 1) {
    clear: left;
  }
  .view-list .box-s .box-img {
    height: 229px;
  }
  .view-list .col-md-3 {
    width: 33.333333%;
    float: left;
  }
  .view-list[data-v-fg] .col-md-3 {
    width: 25%;
    float: left;
  }
  .view-list[data-v-fg] li:nth-child(4n + 1) {
    clear: left;
  }
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: inherit;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 250px;
  }
}
@media (max-width: 1536px) {
  .view-list .box-s .box-img {
    height: 197px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 223px;
  }
}
@media (max-width: 1440px) {
  .view-list .box-s .box-img {
    height: 183px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 213px;
  }
}
@media (max-width: 1366px) {
  .view-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .view-list .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .view-list .box-s .box-img {
    height: 183px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 202px;
  }
}
@media (max-width: 1280px) {
  .view-list .box-s .box-img {
    height: 156px;
  }
  .view-list[data-v-fg] .box-s .box-img {
    height: 189px;
  }
}
@media (max-width: 1199px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 215px;
  }
  .view-list[data-v-fg] .col-md-3 {
    width: 33.333333%;
  }
  .view-list[data-v-fg] li:nth-child(4n + 1) {
    clear: inherit;
  }
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 183px;
  }
}
@media (max-width: 991px) {
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 176px;
  }
}
@media (max-width: 800px) {
  .view-list li:nth-child(3n + 1),
  .view-list[data-v-fg] li:nth-child(3n + 1) {
    clear: inherit;
  }
  .view-list li:nth-child(2n + 1),
  .view-list[data-v-fg] li:nth-child(2n + 1) {
    clear: left;
  }
  .view-list .col-md-3,
  .view-list[data-v-fg] .col-md-3 {
    width: 50%;
  }
  .view-list .box-s .box-img,
  .view-list[data-v-fg] .box-s .box-img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .view-list .col-md-3,
  .view-list[data-v-fg] .col-md-3 {
    width: 100%;
  }
  .view-list .box-s .box-img {
    height: auto;
  }
  .img-cont .img-box img {
    min-height: 210px;
  }
}
/************************/
/*  Table Data   */
/************************/
.tabledata {
  overflow: hidden;
  margin-top: 40px;
  border: #f0f5ff solid 1px;
}
.tabledata table {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0;
}
.tabledata table tr td {
  border: solid 1px #ffffff;
  padding: 19px 14px;
  color: #333333;
  vertical-align: middle;
}
.tabledata table thead tr th {
  background-color: #5377bf;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #9fb2d9;
  vertical-align: middle;
}
.tabledata table tbody tr td {
  line-height: 1.4;
  text-align: center;
  font-size: 15px;
}
.tabledata table tbody tr:nth-child(even) {
  background-color: #f0f5ff;
}
.tabledata .table-hover > tbody > tr:hover {
  background-color: #e7eff4;
}
.tabledata .title-s {
  display: block;
  color: #333;
}
.tabletit {
  margin-top: 16px;
}
.tabletit h3 {
  font-size: 22px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
}
.tabletit h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.1;
  margin: 0 0 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .tabledata {
    margin-top: 26px;
  }
  .tabledata.xs tr td {
    text-align: left;
    border: 0;
    padding: 0;
    font-size: 15px;
  }
  .tabledata {
    border: #d2e3ed solid 1px;
  }
  .tabledata table tbody tr td {
    padding: 0;
    text-align: left;
    border: 0;
  }
  table.bt tbody td:before {
    width: 98px;
  }
  table.bt tbody td .bt-content {
    width: 68%;
  }
}
@media (max-width: 390px) {
  table.bt tbody td .bt-content {
    width: 63%;
  }
}
@media (max-width: 375px) {
  table.bt tbody td .bt-content {
    width: 60%;
  }
}
/************************/
/*  About   */
/************************/
.about {
  padding: 0 0 58px;
  position: relative;
  z-index: 0;
  margin-top: 85px;
}
.about:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: url(bg01.jpg) no-repeat top left #f6f7f9;
  z-index: -2;
  width: 73%;
}
.about .about-l {
  width: 45.931%;
  height: 521px;
  margin-left: 50px;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-top: -85px;
}
.about .about-r {
  font-size: 18px;
  line-height: 2.2;
  color: #333333;
}
.about .about-r p {
  margin-bottom: 18px;
  overflow: hidden;
  max-height: 317px;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.about .about-r p:first-child {
  margin-top: 42px;
}
.about .about-r p:last-child {
  margin-bottom: 0;
}
.about .about-r .more {
}
.about .container {
  position: relative;
}
.about .indexlanmu {
  position: absolute;
  top: -80px;
}

div.CuMob {
  height: 521px;
}
.video-js .vjs-big-play-button {
  width: 124px !important;
  height: 124px !important;
  background: url(video-icon.png) no-repeat center !important;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -62px !important;
  margin-left: -62px !important;
  border: 0 !important;
}
.video-js .vjs-big-play-button:after {
  width: 124px !important;
  height: 124px !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  display: none !important;
}
@media (min-width: 767px) {
  .about .about-r {
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .about {
    padding: 0 0 36px;
  }
  .about .about-r {
    line-height: 2;
  }
  .about .about-r p {
    max-height: 216px;
    -webkit-line-clamp: 6;
  }
  .about .about-l,
  div.CuMob {
    height: 396px;
  }
}
@media (max-width: 1366px) {
  .about .about-l,
  div.CuMob {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .about .about-l,
  div.CuMob {
    height: 356px;
  }
  .about .about-r {
    font-size: 17px;
  }
  .about .about-r p {
    max-height: 170px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1199px) {
  .about {
    margin-top: 145px;
  }
  .about .about-l {
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    width: 70%;
  }
  .about:after {
    width: 100%;
  }
  .about .about-l,
  div.CuMob {
    height: 435px;
  }
  .about .about-r p:first-child {
    margin-top: 38px;
    margin-bottom: 22px;
  }
  .about .indexlanmu {
    top: -155px;
  }
  .about .about-r p {
    max-height: inherit;
    -webkit-line-clamp: inherit;
  }
  .about .about-r .more {
    text-align: center;
  }
  .about .about-r .more .public-more {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .about .about-l {
    width: 100%;
  }
  .about .about-l,
  div.CuMob {
    height: 450px;
  }
  .about .about-r p:first-child {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 128px;
    padding: 0 0 22px;
  }
  .about .indexlanmu {
    top: -146px;
  }
  .about .about-r p:first-child {
    margin-top: 26px;
  }
  .about .about-l,
  div.CuMob {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .about .about-r p:first-child {
    margin-top: 26px;
  }
  .about .about-l,
  div.CuMob {
    height: 246px;
  }
  .video-js .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
    background: url(video-icon.png) no-repeat center !important;
    background-size: 100% !important;
  }
  .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -35px !important;
    margin-left: -35px !important;
  }
  .video-js .vjs-big-play-button:after {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (max-width: 390px) {
  .about .about-l,
  div.CuMob {
    height: 233px;
  }
}
@media (max-width: 360px) {
  .about .about-l,
  div.CuMob {
    height: 212px;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.picturelist {
  overflow: hidden;
}
.picturelist .row {
  margin-right: -20px;
  margin-left: -20px;
}
.picturelist .row > [class^="col"] {
  padding-right: 20px;
  padding-left: 20px;
}
.picturelist li .boxstyle {
  position: relative;
}
.picturelist li .boxstyle .img-box {
  width: 100%;
  height: 295px;
  overflow: hidden;
  position: relative;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border: #ebeff7 solid 1px;
}
.picturelist li .boxstyle .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.picturelist li .boxstyle .img-box .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f18200;
  padding: 15px 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  z-index: 3;
  border-radius: 10px 0 0 0;
}
.picturelist li a:hover .boxstyle .img-box img {
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}
.picturelist li .boxstyle .txtinfo {
  overflow: hidden;
  padding: 20px 0 18px;
  position: relative;
  z-index: 2;
  border-bottom: #E1EBEB dashed 1px;
}
.picturelist li .boxstyle .txtinfo h3 {
  color: #37529b;
  font-size: 16px;
  line-height: 1.1;
}
.picturelist li .boxstyle .txtinfo h4 {
  overflow: hidden;
  font-size: 21px;
  color: #333;
  margin: 0;
  line-height: 1.4;
  margin: 8px 0 10px;
  height: 56px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.picturelist li a:hover .boxstyle .txtinfo h4 {
  color: #37529b;
}
.picturelist li .boxstyle .txtinfo h5 {
  font-size: 16px;
  color: #37529b;
  line-height: 1.1;
}
.picturelist li .boxstyle .txtinfo p {
  font-size: 15px;
  color: #e1edf8;
  line-height: 140%;
  margin: 0;
  word-break: break-all;
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 86px;
}
.picturelist li .txtbottom {
  overflow: hidden;
}
.picturelist li .txtbottom .dates {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #195ab4;
  float: left;
  line-height: 33px;
  padding-left: 1px;
}
.picturelist li .txtbottom .dates i {
  margin-right: 5px;
}
.picturelist li .txtbottom .wzlink {
  float: right;
  overflow: hidden;
}
.picturelist li .txtbottom .wzlink img {
  width: auto;
  height: auto;
}
.picturelist li .txtbottom .wzlink a {
  display: block;
  height: 33px;
  width: 33px;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
.picturelist li .txtbottom .wzlink a:hover {
  opacity: 1;
}
@media (max-width: 1440px) {
  .picturelist li .boxstyle .img-box {
    height: 248px;
  }
}
@media (max-width: 1280px) {
  .picturelist .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .picturelist .row > [class^="col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .picturelist li .boxstyle .img-box {
    height: 251px;
  }
}
@media (max-width: 1199px) {
  .picturelist li .boxstyle .img-box {
    height: 164px;
  }
}
@media (max-width: 991px) {
  .picturelist li .boxstyle .img-box {
    height: 228px;
  }
}
@media (max-width: 767px) {
  .picturelist li .boxstyle .img-box {
    height: 60vw;
  }
  .picturelist li .boxstyle .txtinfo h4 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}

.list-tab {
  overflow: hidden;
  display: block;
  margin-top: 8px;
}
.list-tab ul li {
  overflow: hidden;
  text-align: left;
  margin-top: 20px;
}
.list-tab ul li:nth-child(n+7) {display: none;}
.list-tab ul li a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  font-size: 21px;
  line-height: 1.4;
  color: #333333;
  background-image: url(hr_nicon_arrow.png);
  background-repeat: no-repeat;
  background-position: left 9px;
  background-size: 8px 9px;
  padding: 0 0 0 20px;
  display: block;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-tab ul li a span {
  color: #eb0003;
  margin-right: 10px;
}
.list-tab ul li a:hover {
  color: #37529b;
  text-decoration: none;
}
.list-tab span {
  line-height: 1.4;
  color: #a6a6a6;
  font-size: 16px;
  font-family: Arial;
}
.list-tab span.right {
  float: right;
}
@media (max-width: 1199px) {
  .list-tab .row > [class^="col"] {
    width: 100%;
  }
  .list-tab ul li:nth-child(n+5) {display: none;}
}
@media (max-width: 991px) {
  .list-tab {margin-bottom: 46px;}
}
@media (max-width: 767px) {
  .list-tab ul li a {white-space: inherit;}
  .list-tab ul li {margin-top: 18px;}
}

.list-txt {
  position: relative;
}
.list-txt .box-s {
  border-bottom: 1px solid #eeeeee;
  padding: 23px 110px 24px 122px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.list-txt .box-date {
  position: absolute;
  left: 40px;
  top: 21px;
}
.list-txt .box-date .date-01 {
  font-size: 24px;
  line-height: 1.1;
  color: #0661c8;
}
.list-txt .box-date .date-02 {
  font-size: 15px;
  line-height: 20px;
  color: #0661c8;
}
.list-txt .txtbox {
  height: 51px;
  overflow: hidden;
}
.list-txt .box-info {
  overflow: hidden;
  font-size: 17px;
  color: #222222;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
.list-txt .box-title {
  margin-bottom: 4px;
  overflow: hidden;
  display: table;
  height: 46px;
}
.list-txt .box-txt {
  font-size: 13px;
  color: #999999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
}
.list-txt .box-r {
  width: 80px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
}
.list-txt .box-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 4px;
  border: #dcdcdc solid 2px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-txt .box-arrow i {
  color: #dcdcdc;
  font-size: 20px;
  width: 21px;
  margin-top: -1px;
}
.list-txt .box-s:hover {
  background: #ffffff;
  -ms-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -o-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
}
.list-txt .box-s:hover .box-info {
  color: #0061db;
}
.list-txt .box-s:hover .box-date .date-01,
.list-txt .box-s:hover .box-date .date-02 {
  color: #0061db;
}
.list-txt .box-s:hover .box-arrow {
  background-color: #0061db;
}
.list-txt .box-s:hover .box-r {
  background: #0661c8;
}
@media (max-width: 1280px) {
  .list-txt .box-s {
    padding: 22px 110px;
  }
  .list-txt .box-date {
    left: 28px;
  }
}
@media (max-width: 767px) {
  .list-txt .box-s {
    padding: 16px 85px 16px 20px;
  }
  .list-txt .box-date {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .list-txt .box-date .date-01 {
    float: left;
    margin-right: 8px;
  }
  .list-txt .box-date .date-02 {
    line-height: 30px;
  }
  .list-txt .box-info {
    line-height: 1.3;
  }
  .list-txt .box-r {
    width: 70px;
  }
  .list-txt .box-title {
    height: auto;
  }
}

.index-culture-box {
  overflow: hidden;
  background: url(bg02.jpg) no-repeat left bottom #ffffff;
  padding: 30px;
  border-top: #1a4cb1 solid 3px;
  background-size: 100%;
  min-height: 773px;
}
.index-culture-box li {
  margin-bottom: 24px;
  border-bottom: #a3c0de dashed 1px;
  padding-bottom: 24px;
}
.index-culture-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.culture-a {
  display: block;
  overflow: hidden;
}
.culture-a .c-date {
  float: left;
  margin-right: 30px;
  width: 72px;
  text-align: right;
  font-size: 30px;
  color: #1a4cb1;
  line-height: 1.1;
  margin-top: 5px;
  position: relative;
  font-family: "Times New Roman", "serif";
  padding-bottom: 6px;
}
.culture-a .c-date:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #f18200;
  right: 0;
  bottom: 0;
}
.culture-a .c-date div:first-child {
  font-size: 14px;
  color: #9ba2bb;
}
.culture-a .c-title {
  font-size: 16px;
  color: #262626;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.culture-a:hover .c-title {
  color: #2245ab;
}
@media (max-width: 1680px) {
  .index-culture-box li {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
}
@media (max-width: 1440px) {
  .index-culture-box {
    padding: 24px 30px 30px;
    min-height: 660px;
  }
  .index-culture-box li {
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
@media (max-width: 1366px) {
  .culture-a .c-date {
    width: 66px;
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .index-culture-box {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .list-txt .txtbox {
    height: auto;
  }
  .culture-a .c-date {
    margin-right: 20px;
  }
  .culture-a .c-date div {
    width: 66px;
  }
  .culture-a .c-title {
    display: block;
    height: auto;
  }
  .index-culture-box {
    padding: 24px 20px 30px;
  }
}

.rprogress {
  overflow: hidden;
}
.rprogress .progress-l {
  width: 540px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.rprogress .progress-l .limg {
  height: 356px;
  overflow: hidden;
  position: relative;
  border: #e1e3ec solid 1px;
  border-bottom: 0;
}
.rprogress .progress-l .limg .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f18200;
  padding: 15px 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  z-index: 3;
  border-radius: 10px 0 0 0;
}
.rprogress .progress-l .limg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.rprogress .progress-l:hover .limg img {
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}
.rprogress .progress-l .ltext {
  padding: 24px 30px;
  background: #1a4cb1;
}
.rprogress .progress-l .ltext h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  height: 54px;
  overflow: hidden;
}
.rprogress .progress-l:hover .ltext h4 {
  color: #b3cbff;
}
.rprogress .progress-l .ltext h5 {
  line-height: 1;
  color: #778bac;
  font-size: 15px;
  margin: 16px 0 0;
}
.rprogress .progress-l .ltext h5 i {
  line-height: 1;
  color: #778bac;
  font-size: 14px;
  margin-right: 10px;
}
.rprogress .progress-l .ltext h5 span {
  line-height: 1;
  color: #125bc3;
  font-size: 15px;
  font-weight: 500;
}
.rprogress .progress-l .ltext h6 {
  font-size: 14px;
  line-height: 1.6;
  color: #9da6b4;
  margin: 16px 0 0;
  font-weight: 500;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 112px;
}
.rprogress .progress-r {
}

@media (max-width: 1680px) {
  .rprogress .progress-l {
    width: 466px;
  }
  .rprogress .progress-l .limg {
    height: 307px;
  }
}
@media (max-width: 1440px) {
  .rprogress .progress-l {
    width: 402px;
  }
  .rprogress .progress-l .limg {
    height: 266px;
  }
}
@media (max-width: 1440px) {
  .rprogress .progress-l {
    width: 367px;
  }
  .rprogress .progress-l .limg {
    height: 252px;
  }
}
@media (max-width: 1280px) {
  .rprogress .progress-l {
    width: 359px;
  }
  .rprogress .progress-l .limg {
    height: 238px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .rprogress {
    min-height: initial;
  }
  .rprogress .progress-l .limg {
    height: auto;
  }
  .rprogress .progress-l {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .rprogress .progress-r {
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
  .rprogress .progress-l .ltext h4 {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 380px) {
  .rprogress .progress-l .limg img {
    max-height: 222px;
  }
}
@media (max-width: 320px) {
  .rprogress .progress-l .limg img {
    max-height: 186px;
  }
}
/************************/
/*  RESEARCH PROGRESS   */
/************************/
.swiper-event-box {
  position: relative;
  margin: 0 auto;
}
.swiper-event-box .event-prev {
  left: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-prev:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #ae96d5;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f104";
}
.swiper-event-box .event-prev:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-prev:hover::after {
  color: #fff;
}
.swiper-event-box .event-next {
  right: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-next:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #ae96d5;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f105";
}
.swiper-event-box .event-next:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-next:hover::after {
  color: #fff;
}
.events {
  display: block;
  overflow: hidden;
}
.events .img-box {
  width: 100%;
  height: 264px;
  overflow: hidden;
  border-radius: 5px;
}
.events .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.events .img-txt {
  padding: 18px 0 0;
}
.events h1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.events h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.events p {
  color: #999999;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.events:hover .img-box img {
  transform: scale(1.1);
}
.events:hover h1 {
  color: #1b3baa;
}
.events:hover .img-txt::after {
  width: 100%;
}

.links-box {
  overflow: hidden;
  margin-top: 60px;
}
.links-box .link-l {
  width: 200px;
  margin-right: 35px;
  float: left;
  position: relative;
  overflow: hidden;
}
.links-box .link-l:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 60px;
  right: 0;
  background: #2440a0;
  z-index: 0;
  border-radius: 0 20px;
  opacity: 0.26;
}
.links-box .link-l .link-tit {
  width: 190px;
  float: left;
  background: #2440a0;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  position: relative;
  font-size: 28px;
  border-radius: 0 20px;
  z-index: 1;
}
.links-box .link-r {
  overflow: hidden;
}
.links-box .link-r a {
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  padding-right: 47px;
  margin-right: 47px;
  display: inline-block;
  position: relative;
}
.links-box .link-r a:hover {
  color: #2440a0;
}
.links-box .link-r a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  top: 50%;
  right: 0;
  background: #666666;
  z-index: 0;
  margin-top: -9px;
}
.links-box .link-r a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.links-box .link-r a:last-child:after {
  width: 0;
}

/*----------------------------------  内页分割  ----------------------------------*/
@-webkit-keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
@keyframes bgpulse {
  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
.pageheader {
  position: relative;
  z-index: 0;
  background: #0c2237;
  overflow: hidden;
  height: 21.875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageheader .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: bgpulse 18s infinite linear;
  -webkit-animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
  background-position: center;
}

.column {
  border-bottom: #e1e2f0 solid 1px;
}
.column_l {
  width: auto;
  font-size: 24px;
  font-weight: 700;
  color: #113080;
  float: left;
  display: inline-block;
  padding: 8px 0 18px;
  line-height: 130%;
  position: relative;
}
.column_l:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: #0d2b78;
}
.column_r {
  float: right;
}
.column.long .column_l {
  float: none;
}
.column.long .column_r {
  float: left;
  width: 100%;
}
.column.long .column_r .bread-item {
  padding: 5px 0 4px;
}

.column1 {
  background: #193d7b;
  overflow: hidden;
}
.column1_l {
  width: auto;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 9px 15px;
  line-height: 130%;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .pageheader {
    height: 24vw;
  }
}
@media (max-width: 767px) {
  .pageheader {
    height: 28vw;
  }
  .column_r {
    float: left;
    width: 100%;
  }
  .column_l {
    padding: 12px 0 15px;
  }
}

/* Breadcrumb
---------------------------------- */
.bread-item {
  background: transparent;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  padding: 15px 0 0;
  position: relative;
}
.bread-item > li {
  color: #666666;
}
.bread-item > li > a {
  color: #666666;
}
.bread-item > li > a:hover {
  color: #2446a0;
}
.bread-item > li > a:last-child {
  color: #2446a0;
}
.bread-item > li > span:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #666666;
}
.bread-item[data-v-xl] {
  padding: 2px 0 18px 0;
}
@media (max-width: 767px) {
  .bread-item {
    padding-top: 0;
  }
  .bread-item:before {
    top: 3px;
  }
}
/*-----------------图文---------------------*/
.graphiclist {
  margin-top: 30px;
}
.graphiclist li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: #e5e5e5 solid 1px;
  padding-bottom: 30px;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {
  margin-bottom: 0px;
}
.graphiclist li h2 {
  margin: 0 0 13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #3d3d3d;
  overflow: hidden;
  display: block;
}
.graphiclist li:hover h2 {
  color: #004cac;
  text-decoration: none;
}
.graphiclist .news-img {
  width: 260px;
  height: 172px;
  margin-right: 34px;
}
.graphiclist .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.graphiclist .news-txt h5 {
  font-size: 34px;
  color: #0052a3;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 3px;
}
.graphiclist .news-txt h5 span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.graphiclist .news-txt p {
  line-height: 1.7;
  font-size: 16px;
  margin: 0px;
  color: #666;
  overflow: hidden;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 54px;
}
.graphiclist .news-txt i {
  font-family: Arial;
  font-size: 15px;
  margin: 15px 0 0 0;
  color: #0661c8;
  display: block;
  padding: 0 5px 0 0;
  font-style: normal;
  line-height: 1.1;
}
.graphiclist .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.graphiclist .news-txt p a:hover {
  color: #004ea2;
}
.graphiclist li a.db[data-img=""] .news-img {
  display: none;
}
@media (min-width: 767px) {
  .graphiclist .news-txt {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .graphiclist .news-img {
    width: 239px;
    height: 158px;
    margin-right: 22px;
  }
  .graphiclist .news-txt h5 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .graphiclist li h2 {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .graphiclist li {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .graphiclist .news-img {
    width: 100%;
    height: 52.8vw;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .graphiclist .news-txt {
    float: left;
  }
}

.text-list-01 {
  padding-top: 16px;
}
.text-list-01 .box-s {
  position: relative;
  background: #f0f5ff;
  padding: 20px 20px 20px 136px;
  margin-top: 20px;
  z-index: 0;
  overflow: hidden;
}
.text-list-01 .box-s:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0b4ab7;
  opacity: 1;
}
.text-list-01 .box-s:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url(bg05.jpg) no-repeat center #1a4cb1;
  background-size: cover;
}
.text-list-01 .box-s:hover:before {
  left: 0;
}

.text-list-01 .box-s .date {
  position: absolute;
  top: 22px;
  left: 30px;
  font-size: 26px;
  line-height: 1.1;
  float: left;
  width: 78px;
  height: 42px;
  text-align: center;
  border-right: #dae4f7 solid 1px;
  z-index: 3;
  padding-right: 30px;
  color: #1a4cb1;
  font-weight: 700;
  font-family: cursive;
}
.text-list-01 .box-s .date span {
  display: block;
  font-size: 12px;
}
.text-list-01 .box-s .txt {
  display: table;
  height: 42px;
}
.text-list-01 .box-s .txt h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.text-list-01 .box-s:hover .txt h4 {
  color: #ffffff;
}
.text-list-01 .box-s:hover .date {
  color: #ffffff;
}

.text-list-02 {
  overflow: hidden;
  border-top: #a68a72 dashed 1px;
  margin-top: 50px;
}
.text-list-02 li {
  border-bottom: #a68a72 dashed 1px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-list-02 li:hover {
  background: url(siii-bg05.png) no-repeat right center #fff;
  background-size: cover;
}
.text-list-02 .date {
  font-size: 42px;
  line-height: 1.1;
  float: left;
  width: 74px;
  text-align: center;
  margin-right: 30px;
  background: -webkit-linear-gradient(left, #2d3db7 30%, #6d29a9 60%);
  background: linear-gradient(90deg, #2c3eb8 30%, #7028a9 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-list-02 .date .nybox {
  padding: 5px;
  background-image: -webkit-linear-gradient(left, #eeeef8 10%, #eae3f4 80%);
  background-image: -ms-linear-gradient(left, #eeeef8 10%, #eae3f4 80%);
  background-image: linear-gradient(to right, #eeeef8 10%, #eae3f4 80%);
}
.text-list-02 .date .nybox span {
  display: block;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #2d3db7 60%, #6d29a9 90%);
  background: linear-gradient(90deg, #2c3eb8 60%, #7028a9 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-list-02 .txt {
  overflow: hidden;
}
.text-list-02 .txt h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}
.text-list-02 a:hover .txt h3 {
  color: #5e2eac;
}
.text-list-02 .txt h4 {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-list-03 .box-s {
  position: relative;
  background: #f4f5f9;
  margin-bottom: 30px;
  z-index: 0;
  overflow: hidden;
}
.text-list-03 .box-s .rbg {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 153px;
  height: 155px;
  background: url(siii-bg04f.png) no-repeat center;
  z-index: 2;
}
.text-list-03 .box-s:last-child {
  margin-bottom: 0;
}
.text-list-03 .box-s:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background: #4b34b0;
  background-position: 100% 100%;
  background-image: -webkit-linear-gradient(top, #2d06a0 10%, #7d12ac 80%);
  background-image: -ms-linear-gradient(top, #2d06a0 10%, #7d12ac 80%);
  background-image: linear-gradient(to bottom, #2d06a0 10%, #7d12ac 80%);
  opacity: 1;
}
.text-list-03 .box-s:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #4b34b0;
  background: -webkit-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
  background: -o-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
  background: -moz-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
  background: linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
}
.text-list-03 .box-s:hover:before {
  left: 0;
}
.text-list-03 .box-s a {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: block;
  padding: 32px 40px;
}
.text-list-03 .box-s:hover a {
  color: #fff;
}

/* Dark Buttons */
.btn-text {
  color: #333;
  float: right;
  padding: 0px;
  background: none;
  font-size: 20px;
  position: relative;
}
.btn-text:after {
  top: 13px;
  left: -62px;
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-size: 200% auto;
  background-position: 100% 100%;
  background-image: -webkit-linear-gradient(
    to right,
    #cd2263 0%,
    #153df2 50%,
    #cd2263 100%
  );
  background-image: -ms-linear-gradient(
    to right,
    #cd2263 0%,
    #153df2 50%,
    #cd2263 100%
  );
  background-image: linear-gradient(
    to right,
    #cd2263 0%,
    #153df2 50%,
    #cd2263 100%
  );
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active,
.btn-text.active,
.open .dropdown-toggle.btn-text {
  color: #e40266;
}
.btn-text:hover:after,
.btn-text:focus:after,
.btn-text:active:after {
  background-position: left center;
}
@media (max-width: 767px) {
  .btn-text {
    font-size: 15px;
  }
  .btn-text:after {
    top: 11px;
    left: -40px;
    width: 30px;
  }
}

.btn-xq {
  color: #0f2bab;
  float: right;
  padding: 0px;
  background: none;
  margin: 12px 0 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-xq:hover,
.btn-xq:focus,
.btn-xq:active,
.btn-xq.active,
.open .dropdown-toggle.btn-xq {
  color: #cc2264;
}

.btn01 {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 50px transparent;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  position: relative;
  z-index: 1;
}
.btn01:hover {
  color: #0f2bab;
  background: #fff;
  box-shadow: inset 0 0 0 0 #fff;
  border-color: #fff;
}

.btn-more {
  display: inline-block;
  position: relative;
  border: #fff solid 1px;
  color: #fff;
  padding: 7px 35px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-transform: uppercase;
  background: transparent;
}
.btn-more:hover {
  background: #3bb4ff;
  border-color: #3bb4ff;
}
.btn-more:before {
  content: " ";
  position: absolute;
  background: #fff;
  width: 25px;
  height: 50px;
  top: 0;
  left: -45px;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.btn-more:hover:before {
  width: 45px;
  left: 185px;
}

.btn-more1 {
  display: inline-block;
  position: relative;
  color: #5032af;
  padding: 10px 17px;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border: #5032af solid 1px;
  border-radius: 5px;
}
.btn-more1 span {
  background-image: -webkit-linear-gradient(left, #2d3db7 60%, #6d29a9 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-more1:hover {
  background: #5032af;
  color: #fff;
}
.btn-more1:hover span {
  background-image: -webkit-linear-gradient(left, #ffffff 60%, #ffffff 90%);
}
.btn-more1:before {
  content: " ";
  position: absolute;
  background: #fff;
  width: 25px;
  height: 50px;
  top: 0;
  left: -45px;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.btn-more1:hover:before {
  width: 45px;
  left: 130px;
}

.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 8px;
  right: 0;
  width: 34px;
  height: 34px;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
  background: url(hr-search.png) center no-repeat;
  background-size: 44%;
}
.attr-nav:hover {
  background-color: #3c7dff;
}
.d-box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.d-box .d-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.d-box .close-d-box {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: -300px;
  cursor: pointer;
  background: url(hr-search-close.png) no-repeat center center;
}
.d-box .search-cont {
  width: 53%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.d-box .search-cont .s-inp {
  width: 100%;
  height: 62px;
  line-height: 40px;
  background: none;
  padding-left: 18px;
  padding-right: 40px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #eaedfa;
  border-radius: 5px;
}
.d-box .search-cont .s-btn {
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 9;
  width: 60px;
  height: 62px;
  background: url(hr-search2.png) no-repeat center;
}
.d-box .search-cont ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  font-size: 16px;
}
.d-box .search-cont :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-size: 16px;
}
.d-box .search-cont ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-size: 16px;
}
.d-box .search-cont :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  font-size: 16px;
}
@media (max-width: 767px) {
  .d-box .search-cont {
    width: 90%;
  }
  .d-box .close-d-box {
    top: -100px;
    right: 20px;
  }
  .attr-nav,
  .attr-nav:after {
    width: 28px;
    height: 28px;
  }
}

.moblink {
  padding: 15px 15px 30px;
  overflow: hidden;
  text-align: center;
}
.moblink a,
.moblink span {
  margin: 0 10px;
  padding: 5px 0;
  border: 0;
  display: inline-block;
  color: #ffffff;
}
.attr-nav-mob {
  float: right;
  display: inline-block;
  margin-left: 25px;
}
.attr-nav-mob .searchbox {
  position: relative;
  background-color: transparent;
  width: 216px;
  padding: 6px 0;
  border: 1px solid transparent;
  border-radius: 36px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image:
    linear-gradient(to right, #101b2b, #101b2b),
    linear-gradient(90deg, #85adff, #b667ff);
}
.attr-nav-mob .searchbox input[type="text"] {
  margin: 0 16px 0;
  outline: none;
  color: #fff;
  background: none;
  border: none;
  width: 66.33333%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  float: left;
}
.attr-nav-mob .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
  font-family: Arial;
}
.attr-nav-mob .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #101b2b inset;
}
.attr-nav-mob .searchbox input[type="submit"] {
  background: url(searchbtn.png) no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  outline: none;
  position: absolute;
  top: 6px;
  right: 7px;
}
@media (max-width: 991px) {
  .attr-nav-mob {
    margin-top: 15px;
    margin-left: 0;
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .attr-nav-mob .searchbox {
    width: 100%;
    background-image:
      linear-gradient(to right, #004ec0, #004ec0),
      linear-gradient(90deg, #85adff, #85adff);
  }
}

.goTopBtn {
  width: 50px;
  height: 50px;
  background: #356dd6;
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 10;
  display: none;
}
.goTopBtn i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .goTopBtn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .goTopBtn {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}

/************************/
/*  Current Leader   */
/************************/
.leader {
  overflow: hidden;
  margin: 0 auto 36px;
}

.leader li {
  margin-top: 45px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.leader li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}

.leader li:nth-child(4n + 1) {
  clear: left;
}

.leader .imgbox {
  overflow: hidden;
  display: block;
  border-radius: 2px;
  width: 170px;
  height: 232px;
  margin: 0 auto;
}

.leader .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader .titbox {
}

.leader h4 {
  color: #1a1a1a;
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  margin: 16px 0 0;
  position: relative;
}

.leader h4 span {
  color: #666666;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 9px;
}

.leader li:hover h4 {
  color: #2c4fa5;
}

@media (max-width: 991px) {
  .leader {
    margin-bottom: 26px;
  }
  .leader .imgbox {
    width: 100%;
    height: 198px;
  }
  .leader li {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .leader li {
    margin-top: 30px;
  }
  .leader .col-sm-3 {
    width: 100%;
  }
  .leader .imgbox {
    width: 220px;
    height: 300px;
  }
}

.council {
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  background: #f6f8ff;
  overflow: hidden;
  padding: 46px 60px;
  margin-top: 40px;
}
.council ul {
  margin-left: -10px;
  margin-right: -10px;
}
.council ul li {
  padding-right: 10px;
  padding-left: 10px;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  float: left;
}
@media (max-width: 991px) {
  .council {
    margin-top: 28px;
    padding: 26px 40px;
  }
}
@media (max-width: 767px) {
  .council {
    padding: 22px 28px;
  }
  .council ul li {
    width: 33.333%;
  }
  .council .nrhei-dp {
    line-height: 2;
  }
}

.leader-info {
  overflow: hidden;
  margin-top: 32px;
}
.leader-info .info-img {
  width: 200px;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.leader-info .info-img img {
  width: 100%;
  height: 100%;
  position: relative;
}
.leader-info .info-txt {
}
.leader-info .info-txt .name {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.leader-info .info-txt .name h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 0;
  color: #333333;
  position: relative;
  float: left;
}
.leader-info .info-txt .name h3 span {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 20px;
  color: #666666;
  font-weight: 500;
}
.leader-info .info-txt .details {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.leader-info .info-txt .details p {
  margin: 0 0 20px;
}
.leader-info .info-txt .details p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .leader-info .info-txt {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .leader-info .info-img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .leader-info .info-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    float: inherit;
  }
}

.index-notice {
  position: relative;
}
.index-notice a {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d8d8d8;
  display: block;
}
.index-notice li:last-child a {
  margin-bottom: 0;
}
.index-notice h5 {
  font-size: 30px;
  color: #0052a3;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-notice h5 span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.index-notice h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #3d3d3d;
}
.index-notice a:hover h4 {
  color: #004cac;
}
@media (max-width: 1199px) {
  .index-notice .row > [class^="col"] {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) {
  .index-notice .row > [class^="col"] {
    width: 100%;
  }
}

.thirdpart .row-w {
  margin-left: -25px;
  margin-right: -25px;
}
.thirdpart .row-w .col-w {
  padding-left: 25px;
  padding-right: 25px;
}
.thirdpart .row-w .col-w.col-xsbg-l {
  width: 490px;
  float: left;
}
.thirdpart .row-w .col-w.col-xsbg-r {
  overflow: hidden;
}
.thirdpart .activity-calendar .calendar-main {
  height: 468px;
  overflow: hidden;
}
.thirdpart .activity-list {
  position: relative;
}
.thirdpart .activity-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.thirdpart .activity-list > li {
  margin-bottom: 25px;
}
.thirdpart .activity-list > li:last-child,
.thirdpart .activity-list > li:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.thirdpart .activity-list > li:nth-child(n + 4) {
  display: none;
}
.thirdpart .activity-list .box-s {
  position: relative;
}
.thirdpart .activity-list .box-s .box-date {
  position: relative;
  width: 160px;
  margin-left: 10px;
  color: #ffffff;
  background: #0052a3;
  padding-left: 30px;
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
}
.thirdpart .activity-list .box-s .box-date:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 21px;
  height: 21px;
  background: #0052a3;
  border: #eee solid 2px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.thirdpart .activity-list .box-s .box-date.gsy {
  background: #13a8be;
}
.thirdpart .activity-list .box-s .box-date.gsy:before {
  background: #13a8be;
}
.thirdpart .activity-list .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 40px;
  font-size: 30px;
  display: inline-block;
}
.thirdpart .activity-list .box-s .box-date .date-02 {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.thirdpart .activity-list .box-s .box-info {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
  height: 84px;
}
.thirdpart .activity-list .box-s .box-info .info-title {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 50px;
  line-height: 1.4;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.thirdpart .activity-list li:hover .box-s .box-info .info-title {
  color: #a8d6ff;
}
.thirdpart .activity-list .box-s .box-info .info-txt {
  color: #000000;
  overflow: hidden;
  display: block;
}

.thirdpart .activity-list .box-s .box-info .info-txt > ul > li {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.thirdpart .activity-list .box-s .box-info .info-txt > ul > li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: 0;
  top: 4px;
}
.thirdpart
  .activity-list
  .box-s
  .box-info
  .info-txt
  > ul
  > li:nth-child(1):before {
  background-image: url(gnjt-icon02.png);
}
.thirdpart
  .activity-list
  .box-s
  .box-info
  .info-txt
  > ul
  > li:nth-child(2):before {
  background-image: url(gnjt-icon03.png);
}
.thirdpart
  .activity-list
  .box-s
  .box-info
  .info-txt
  > ul
  > li:nth-child(3):before {
  background-image: url(gnjt-icon04.png);
}
@media (max-width: 1200px) {
  .thirdpart .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .thirdpart .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .thirdpart .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }
  .thirdpart .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .thirdpart .row-w .col-w.col-xsbg-l {
    width: 390px;
  }
  #calendar .fc-view-container {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .thirdpart .row-w .col-w.col-xsbg-l {
    width: 100%;
  }
  .thirdpart .activity-calendar .calendar-main {
    margin-bottom: 40px;
  }
  .thirdpart .activity-list .box-s .box-info {
    height: auto;
  }
  .thirdpart .activity-list .box-s .box-info .info-title {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .thirdpart .activity-calendar .calendar-main {
    height: auto;
    margin-bottom: 30px;
  }
  .thirdpart .activity-list > li {
    margin-bottom: 26px;
  }
  .thirdpart .activity-list .box-s .box-info .info-title {
    line-height: 1.3;
    -webkit-line-clamp: inherit;
    max-height: inherit;
  }
  .thirdpart .activity-list .box-s .box-info {
    padding-left: 20px;
  }
  .thirdpart .activity-list .box-s .box-info .info-txt > ul > li {
    white-space: inherit;
  }
}
#calendar {
  box-shadow: 0px 2px 20px 0px rgba(0, 35, 87, 0.5);
  position: relative;
  overflow: hidden;
}
#calendar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 70, 140, 0.3);
}
#calendar .fc-toolbar,
#calendar .fc-view-container {
  position: relative;
  z-index: 2;
}
#calendar .fc-header-toolbar {
  margin-bottom: 0;
  height: 65px;
  border-bottom: none;
  position: relative;
}
#calendar .fc-header-toolbar h2 {
  color: #fff;
  display: inline-block;
  font-size: 23px;
  width: 150px;
  line-height: 65px;
}
#calendar .fc-header-toolbar .fc-button {
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  border: #eee solid 1px;
}
#calendar .fc-header-toolbar .fc-button span {
  display: none;
}
#calendar .fc-header-toolbar .fc-prev-button:before {
  position: absolute;
  content: "\f104";
  font: normal normal normal 16px / 1 FontAwesome;
  color: #eee;
  top: 2px;
  left: 7px;
}
#calendar .fc-header-toolbar .fc-next-button:before {
  position: absolute;
  content: "\f105";
  font: normal normal normal 16px / 1 FontAwesome;
  color: #eee;
  top: 2px;
  left: 9px;
}
#calendar .fc-header-toolbar .fc-prev-button:hover:before,
#calendar .fc-header-toolbar .fc-next-button:hover:before {
  color: #fff;
}
#calendar .fc-view-container {
  overflow: hidden;
  padding: 0 26px;
}
#calendar .fc-row .fc-content-skeleton {
  padding-top: 12px;
}
#calendar.fc td,
#calendar.fc th {
  border: none;
  text-align: center;
}
#calendar.fc td.fc-today {
  background: transparent !important;
}
#calendar.fc td.fc-today.active .fc-day-number {
  background-color: #d81515;
  color: #fff;
}
#calendar.fc td.fc-today.active .fc-day-number::after {
  display: block;
  background: #fff;
}
#calendar.fc td.fc-today .fc-day-number {
  background-color: #d81515;
  color: #fff;
}

#calendar.fc .fc-past.active .fc-day-number::after,
#calendar.fc .fc-future.active .fc-day-number::after {
  display: block;
}
#calendar.fc .fc-day-number {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  position: relative;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
}
#calendar.fc .fc-day-number::after {
  content: "";
  position: absolute;
  background: #d81515;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  bottom: calc(100vw * 3 / 1920);
}
#calendar .fc-head-container .fc-row {
  background: rgba(0, 73, 144, 0.6);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#calendar .fc-head .fc-day-header {
  color: #ffffff;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
}
#calendar .fc-basic-view .fc-body .fc-row {
  min-height: 61px;
}
@media (max-width: 1439px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    bottom: 0.2307692308rem;
  }
}
@media (max-width: 1199px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    bottom: 0.2307692308rem;
  }
}
@media (max-width: 767px) {
  #calendar.fc .fc-day-number::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    bottom: 0.2727272727rem;
  }
  #calendar .fc-header-toolbar {
    height: 62px;
  }
  #calendar .fc-header-toolbar h2 {
    font-size: 22px;
    line-height: 62px;
  }
  #calendar .fc-header-toolbar .fc-button {
    margin-top: 19px;
  }
  #calendar .fc-row .fc-content-skeleton {
    padding-top: 9px;
  }
  #calendar.fc .fc-day-number {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }
  #calendar .fc-head .fc-day-header {
    font-size: 15px;
    font-weight: bold;
  }
}

.links {
  position: relative;
}
.links .ui-select-wrap {
  display: block;
  border: 0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
}
.links .ui-select-input {
  right: 40px;
  padding-left: 20px;
}
.links .fa-caret-down:before {
  content: none;
}
.links .ui-select-arrow {
  right: 15px;
  top: 40%;
  border: 0;
  border-width: 0;
  border-top-color: transparent;
  background: url(gnjt-icon05.png) no-repeat center right;
  width: 15px;
  height: 8px;
  background-size: auto 100%;
}
.links .ui-select-list {
  border: 0;
  background-color: #eef0f6;
  width: 100.2%;
  top: 60px;
  max-height: 220px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.links .ui-select-list li {
  line-height: 42px;
  margin-bottom: 0;
}
.links .ui-select-wrap.up .ui-select-list {
  bottom: 60px;
}
@media (max-width: 991px) {
  .links .ui-select-list li {
    margin-bottom: 0;
  }
}

.index-platform-link {
  position: relative;
}
.index-platform-link .row {
  margin-left: -15px;
  margin-right: -15px;
}
.index-platform-link .row > [class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.index-platform-link .links {
  -ms-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -o-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 82, 163, 0.2);
}
.index-platform-link .links .ui-select-wrap {
  height: 70px;
  line-height: 70px;
  padding-right: 52px;
  font-size: 18px;
}
.index-platform-link .links .ui-select-arrow {
  right: 20px;
  top: 44%;
  height: 8px;
}
.index-platform-link .links .ui-select-list {
  top: 72px;
}

.linksbox {
  position: relative;
  margin-top: 10px;
}
.linksbox .row {
  margin-left: -20px;
  margin-right: -20px;
}
.linksbox .row > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.linksbox .links {
  border: #e5e5e5 solid 1px;
}
.linksbox .links .ui-select-wrap {
  height: 60px;
  line-height: 60px;
  padding-right: 52px;
  font-size: 18px;
}

.index-platform {
  position: relative;
}
.index-platform .row {
  margin-left: -15px;
  margin-right: -15px;
}
.index-platform .row > [class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.index-platform li {
  margin-bottom: 30px;
}
.index-platform .item-box {
  padding: 40px 30px;
  background: #edf7ff;
  background: -webkit-linear-gradient(top, #edf7ff 10%, transparent 100%);
  background: -ms-linear-gradient(top, #edf7ff 10%, transparent 100%);
  background: linear-gradient(to bottom, #edf7ff 10%, transparent 100%);
  border: #9bc3eb solid 1px;
}
.index-platform li:nth-child(2) .item-box {
  background: #ecfdff;
  background: -webkit-linear-gradient(top, #ecfdff 10%, transparent 100%);
  background: -ms-linear-gradient(top, #ecfdff 10%, transparent 100%);
  background: linear-gradient(to bottom, #ecfdff 10%, transparent 100%);
  border: #78c7d3 solid 1px;
}
.index-platform .item-box h3 {
  font-size: 24px;
  color: #3d3d3d;
  line-height: 70px;
  margin-bottom: 30px;
  font-weight: 700;
}
.index-platform .item-box h3 img {
  height: 70px;
  margin-right: 16px;
}
.index-platform .item-box h4 {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.8;
  max-height: 58px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-platform .item-box .more {
  position: relative;
  text-align: right;
  margin-top: 26px;
}
.index-platform .item-box .more i {
  display: inline-block;
  background: url(gnjt-more02.png) no-repeat center center;
  width: 21px;
  height: 5px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
@media (max-width: 1280px) {
  .linksbox {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .index-platform-link {
    margin-bottom: 50px;
  }
  .linksbox .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .linksbox .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .index-platform .item-box h3 {
    line-height: 54px;
  }
  .index-platform .item-box {
    padding: 30px;
  }
  .index-platform .item-box h3 img {
    height: 54px;
  }
  .linksbox {
    margin-top: 0;
  }
  .linksbox .row > [class^="col"] {
    width: 50%;
    float: left;
  }
  .linksbox li {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-platform-link {
    margin-bottom: 20px;
  }
  .index-platform-link li {
    margin-bottom: 22px;
  }
  .linksbox .row > [class^="col"] {
    width: 100%;
  }
  .linksbox li {
    margin-top: 16px;
  }
}

.r-direction {
  position: relative;
}
.r-direction .row {
  margin-left: -20px;
  margin-right: -20px;
}
.r-direction .row > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.r-direction li {
  margin-bottom: 40px;
}
.r-direction .item-box {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.r-direction .item-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: url(gnjt-picbg.png) repeat-x center bottom;
  z-index: 1;
}
.r-direction .item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.r-direction .item-box h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-weight: 700;
  z-index: 3;
}
.r-direction a:hover .item-box img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.r-direction[data-v-pg] {
  margin-bottom: 10px;
}
.r-direction[data-v-pg] li {
  margin-bottom: 0;
  margin-top: 40px;
}
.r-direction[data-v-pg] .item-box {
  height: 314px;
}
@media (max-width: 1440px) {
  .r-direction .item-box {
    height: 196px;
  }
  .r-direction[data-v-pg] .item-box {
    height: 267px;
  }
}
@media (max-width: 1280px) {
  .r-direction .item-box {
    height: 186px;
  }
  .r-direction .item-box h4 {
    font-size: 18px;
    bottom: 15px;
  }
  .r-direction[data-v-pg] .item-box {
    height: 247px;
  }
}
@media (max-width: 1199px) {
  .r-direction .row > [class^="col"] {
    width: 50%;
    float: left;
  }
  .r-direction .item-box {
    height: 296px;
  }
  .r-direction .item-box h4 {
    font-size: 20px;
    bottom: 20px;
  }
  .r-direction[data-v-pg] .item-box {
    height: 283px;
  }
}
@media (max-width: 991px) {
  .r-direction li {
    margin-bottom: 30px;
  }
  .r-direction .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .r-direction .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .r-direction .item-box {
    height: 226px;
  }
  .r-direction[data-v-pg] .item-box {
    height: 213px;
  }
  .r-direction[data-v-pg] li {
    margin-top: 30px;
  }
  .r-direction[data-v-pg] {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index-platform .item-box {
    padding: 18px;
  }
  .r-direction .row > [class^="col"] {
    width: 100%;
  }
  .r-direction li {
    margin-bottom: 20px;
  }
  .r-direction .item-box {
    height: 59.467vw;
  }
  .r-direction[data-v-pg] .item-box {
    height: 50.067vw;
  }
  .r-direction[data-v-pg] li {
    margin-top: 20px;
  }
}

.list-names {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.list-names .row {
  margin-left: -10px;
  margin-right: -10px;
}
.list-names .row > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.list-names h3 {
  position: relative;
  background: #f2f5fa;
  color: #0052a3;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 18px;
  line-height: 1.1;
  margin-top: 34px;
}
.list-names h3:before {
  position: absolute;
  content: "";
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  background: #0052a3;
}
.list-names ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list-names ul li {
  display: block;
  margin-top: 30px;
}
.list-names ul li {
  font-size: 18px;
  color: #454545;
  line-height: 1.1;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-left: 30px;
  font-weight: 700;
  display: inline-block;
  width: 25%;
  float: left;
}
.list-names ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(gnjt-icon07.png) no-repeat center center;
  background-size: 100% 100%;
}
.list-names ul li:hover {
  color: #00438f;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list-names ul li {
    margin-top: 30px;
    width: 50%;
  }
  .list-names {
    margin-bottom: 10px;
  }
}

.report-list {
  position: relative;
  margin-top: 34px;
}
.report-list > ul > li {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: #e5e5e5 solid 1px;
}
.report-list > ul > li:last-child {
  margin-bottom: 0;
}
.report-list .date {
  width: 70px;
  margin-right: 34px;
  float: left;
  background: #0052a3;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: #0052a3 solid 1px;
  overflow: hidden;
}
.report-list .date .day {
  background: #ffffff;
  height: 44px;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  color: #0052a3;
  text-align: center;
  padding-top: 10px;
}
.report-list .date .month {
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.report-list .txt {
  overflow: hidden;
}
.report-list .txt h3 {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 1.4;
  margin-bottom: 11px;
  font-weight: 700;
}
.report-list .txt .info-txt {
  overflow: hidden;
  display: block;
}
.report-list .txt .info-txt > ul > li {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.report-list .txt .info-txt > ul > li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: 0;
  top: 4px;
}
.report-list .txt .info-txt > ul > li:nth-child(1):before {
  background-image: url(gnjt-icon09.png);
}
.report-list .txt .info-txt > ul > li:nth-child(2):before {
  background-image: url(gnjt-icon10.png);
}
.report-list .txt .info-txt > ul > li:nth-child(3):before {
  background-image: url(gnjt-icon11.png);
}
.report-list .txt .info-txt > ul > li:nth-child(4):before {
  background-image: url(gnjt-icon12.png);
}
.report-list a:hover .txt h3 {
  color: #004cac;
}
.report-list .box-s.gsy .date {
  background: #13a8be;
  border-color: #13a8be;
}
.report-list .box-s.gsy .date .day {
  color: #13a8be;
}
.report-list a:hover .box-s.gsy .txt h3 {
  color: #13a8be;
}
@media (max-width: 1199px) {
  .report-list .date {
    margin-right: 22px;
  }
}
@media (max-width: 991px) {
  .report-list .txt .info-txt > ul > li {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .report-list .date {
    width: 56px;
  }
  .report-list .date .day {
    padding-top: 4px;
    height: 32px;
    font-size: 26px;
  }
  .report-list .date {
    margin-right: 15px;
  }
  .report-list .txt h3 {
    font-size: 17px;
  }
  .report-list .txt .info-txt > ul > li {
    margin-top: 8px;
    font-size: 15px;
    white-space: inherit;
    line-height: 1.2;
  }
  .report-list > ul > li {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .report-list .txt .info-txt > ul > li:before {
    top: 3px;
  }
}

.mod-table {
  margin-top: 32px;
}
.mod-table .table-hover > tbody > tr:hover {
  background-color: #f4f6f9;
}
.mod-table .box-search {
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 28px;
}
.mod-table .box-search.search-other {
  position: relative;
  padding-right: 100px;
}
.mod-table .box-search.search-other .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.mod-table .box-search.search-other .btn-wrap .btn-s {
  height: 100px;
}
.mod-table .box-search .box-s {
  float: left;
  width: 33.333333%;
  margin-bottom: 18px;
  padding-left: 100px;
  line-height: 40px;
}
.mod-table .box-search .box-s > div {
  float: left;
}
.mod-table .box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 40px;
  width: 90px;
  color: #333333;
  font-size: 15px;
}
.mod-table .box-search .box-s .box-inp {
  width: 100%;
}
.mod-table .box-search .box-s .inp-s {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 4px;
  border-color: #eee;
  margin-bottom: 0;
}
.mod-table .box-search .box-s1 {
  width: 66.666666% !important;
}
.mod-table .box-search .btn-s {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #fd8f02;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 15px;
}
.mod-table .box-search .btn-s:hover {
  background-color: #1366b1;
}
.mod-table .box-table {
  overflow: hidden;
}
.mod-table .box-table .t-title {
  display: block;
  color: #333333;
}
.mod-table .box-table .t-title:hover {
  color: #1958af;
}
.mod-table .box-table table {
  width: 100%;
  border: solid 1px #fff;
  /*min-width: 600px;*/
}
.mod-table .box-table table tr td {
  border: solid 1px #fff;
  padding: 17px 14px;
  color: #333333;
  font-size: 15px;
  word-break: break-word;
}
.mod-table .box-table table thead tr th {
  background-color: #0052a3;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 16px 12px;
  border: solid 1px #fff;
}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;
}
.mod-table .box-table table tbody tr:nth-child(even) {
  background-color: #f3faff;
}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
.mod-table .box-table table tbody tr:hover,
.mod-table .box-table table tbody tr:nth-child(even):hover {
  background-color: #dfeffd;
}
.mod-table .btn.btn-sm {
  padding: 4px 7px;
  min-width: inherit;
  border-radius: 4px;
}
.mod-table .btn-primary {
  background-color: #007be4;
  border-color: #007be4;
}
.mod-table .btn-primary:hover {
  background-color: #003e6f;
  border-color: #003e6f;
}
.hjtbw1 {
  width: 20%;
}
.hjtbw2 {
  width: 30%;
}
.hjtbw3 {
  width: 15%;
}
.zltbw1 {
  width: 15%;
}
.zltbw2 {
  width: 25%;
}
@media (max-width: 1199px) {
  .mod-table .box-search .box-s {
    width: 50%;
  }
  .mod-table .box-search .box-s1 {
    width: 50% !important;
  }
  .mod-table .box-search .box-btn {
    float: right;
  }
  .mod-table .box-table table thead tr th {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .mod-table {
    border: #deeaf3 solid 2px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .mod-table .box-search {
    margin-bottom: 13px;
  }
  .mod-table .box-search.search-other {
    position: relative;
    padding-right: 0;
  }
  .mod-table .box-search.search-other .btn-wrap {
    position: static;
    width: 100%;
  }
  .mod-table .box-search.search-other .btn-wrap .btn-s {
    height: 40px;
  }
  .mod-table .box-search .box-s {
    width: 100%;
  }
  .mod-table .box-search .box-s.box-btn {
    padding-left: 0;
  }
  .mod-table .box-search .box-s1 {
    width: 100% !important;
  }
  .mod-table .box-search .box-btn .btn-s {
    width: 100% !important;
    float: right;
  }
  .mod-table .box-table.cg-hj tr td,
  .mod-table .box-table.cg-zl tr td {
    text-align: left;
    border: 0;
    padding: 0;
    font-size: 15px;
  }
}

.img-list {
  position: relative;
  margin-top: 6px;
}
.img-list li {
  margin-top: 26px;
}
.img-list .img-con {
  border: #e6e6e6 solid 1px;
  padding: 10px;
}
.img-list .img-con .img-box {
  height: 203px;
  overflow: hidden;
}
.img-list .img-con .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.img-list a:hover .img-con .img-box img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.img-list .img-tit {
  position: relative;
  padding-left: 12px;
  font-size: 17px;
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.img-list .img-tit:before {
  content: "";
  position: absolute;
  left: 0;
  background: #236ed2;
  width: 4px;
  height: 15px;
  top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.img-list a:hover .img-tit {
  color: #236ed2;
}
@media (max-width: 1440px) {
  .img-list .img-con .img-box {
    height: 171px;
  }
}
@media (max-width: 1280px) {
  .img-list .img-con .img-box {
    height: 156px;
  }
}
@media (max-width: 1199px) {
  .img-list .img-con .img-box {
    height: 182px;
  }
}
@media (max-width: 991px) {
  .img-list .img-con .img-box {
    height: 213px;
  }
}
@media (max-width: 767px) {
  .img-list .img-con .img-box {
    height: 52.8vw;
  }
}

.index-banner {
  position: relative;
  height: 100vh;
}
.index-banner .banner-arrow-w {
  position: absolute;
  width: 50px;
  height: 20px;
  top: -1px;
}
.index-banner .banner-arrow-w .banner-prev {
  left: 0;
}
.index-banner .banner-arrow-w .banner-next,
.index-banner .banner-arrow-w .banner-prev {
  width: 12px;
  height: 20px;
  margin-top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}
.index-banner .banner-arrow-w .banner-prev:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f104";
}
.index-banner .banner-arrow-w .banner-next:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f105";
}
.index-banner .banner-arrow-w .banner-next:hover:after,
.index-banner .banner-arrow-w .banner-prev:hover:after {
  color: #94baff;
}
.index-banner .banner-ad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 990;
  overflow: hidden;
  height: 20px;
}
.index-banner .banner-ad .container {
  position: relative;
}
.index-banner .banner-ad h3 {
  padding-left: 206px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
}
.index-banner .banner-page-w {
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.index-banner .banner-page-w .banner-page {
  position: static;
  font-size: 18px;
  color: #9ba6ec;
}
.index-banner .banner-page-w .banner-page span {
  left: 0;
  width: auto;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.index-banner .banner-page-w .banner-page span:last-child {
  margin-right: 0;
}
.index-banner .banner-page-w .swiper-pagination-bullet {
  border: none;
  font-size: 18px;
  color: rgba(255, 255, 255, 0);
  opacity: 1 !important;
  background: transparent !important;
}
.index-banner
  .banner-page-w
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent !important;
  color: #fff;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-pagination {
  left: 80px;
  top: -4px;
}
.index-banner .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 0;
}
.index-banner .swiper-pagination-bullet-active {
  background: #ffffff;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
}
.index-banner .banner-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 172px;
  background: url(hr-top-bg02.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 1;
}
.index-banner .banner-box .banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 100vh;
}
.index-banner .banner-box .banner-img img {
  display: block;
  height: 560px;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-box .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  align-items: center;
}
.index-banner .banner-box .banner-cont .box-title {
  color: #fefefe;
  overflow: hidden;
  display: block;
  line-height: 1.3;
  font-size: 62px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #333333;
}
.index-banner .banner-box .banner-cont .box-title h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 10px 0;
}
.index-banner .banner-box .banner-cont .box-title h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 10px;
  background-image: -webkit-linear-gradient(
    to right,
    #c62369 0%,
    #642db8 48%,
    transparent 90%
  );
  background-image: -ms-linear-gradient(
    to right,
    #c62369 0%,
    #642db8 48%,
    transparent 90%
  );
  background-image: linear-gradient(
    to right,
    #c62369 0%,
    #642db8 48%,
    transparent 90%
  );
}
.index-banner .banner-box .banner-cont .box-txt {
  color: #fefefe;
  overflow: hidden;
  display: block;
  margin-top: 16px;
}
.index-banner .banner-box .banner-cont .box-txt .partbox .date {
  width: 158px;
  height: 30px;
  background-image: -webkit-linear-gradient(to right, #ce2263 0%, #193def 100%);
  background-image: -ms-linear-gradient(to right, #ce2263 0%, #193def 100%);
  background-image: linear-gradient(to right, #ce2263 0%, #193def 100%);
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.index-banner .banner-box .banner-cont .box-txt .partbox .date:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 13px solid #183df0;
  border-bottom: 15px solid transparent;
}
.index-banner .banner-box .banner-cont .box-txt .partbox h4 {
  font-size: 62px;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #333333;
}
.index-banner .banner-box .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.index-banner .banner-box .title .container {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.index-banner .banner-box .title h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  padding-left: 204px;
}
.index-banner .box-title {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}
.index-banner .box-txt {
  -webkit-animation: fadeOutDown 1s both;
  animation: fadeOutDown 1s both;
}
.index-banner .public-more {
  -webkit-animation: fadeOutDown 1.5s both;
  animation: fadeOutDown 1.5s both;
}
.index-banner .swiper-slide-active .box-title {
  -webkit-animation: fadeInUp 0.3s both 0.9s;
  animation: fadeInUp 0.3s both 0.9s;
}
.index-banner .swiper-slide-active .box-txt {
  -webkit-animation: fadeInUp 0.9s both 0.9s;
  animation: fadeInUp 0.9s both 0.9s;
}
.index-banner .swiper-slide-active .public-more {
  -webkit-animation: fadeInUp 1.5s both 1s;
  animation: fadeInUp 1.5s both 1s;
}
@media (max-width: 1199px) {
  .index-banner {
    height: 50.293vw;
  }
  .index-banner .banner-box .banner-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .index-banner .banner-arrow-w {
    display: none;
  }
  .index-banner .banner-box::before {
    height: 44px;
  }
  .index-banner .banner-box .title h4 {
    display: none;
  }
  .index-banner .banner-ad {
    bottom: 8px;
  }
  .index-banner .swiper-pagination {
    left: 50%;
    margin-left: -60px;
  }
}

/************************/
/*     News and Information     */
/************************/
.slider-1 {
}
.slider-1 .section-title {
  text-align: center;
}
.slider-1 .h2-heading {
  margin-bottom: 3rem;
  text-align: center;
}
.slider-1 .slider-container {
  position: relative;
}
.slider-1 .swiper-container {
  position: static;
}
.slider-1 .card {
  position: relative;
  border: none;
  background-color: #f5f9fc;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  overflow: hidden;
}
.slider-1 .card:hover {
  background-color: #ffffff;
}
.slider-1 .card-image {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
.slider-1 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-1 .card-body {
  overflow: hidden;
  border-top: #f5f5f5 solid 1px;
  background: #f1f6ff;
  background: -webkit-linear-gradient(left, #e0ecff 10%, #ffffff 80%);
  background: -ms-linear-gradient(left, #e0ecff 10%, #ffffff 80%);
  background: linear-gradient(to right, #e0ecff 10%, #ffffff 80%);
}
.slider-1 .card-body .txtbox {
  padding: 16px 25px 20px;
  overflow: hidden;
  background: url(hr-tit-bg.png) no-repeat right center;
}
.slider-1 .card-body .more {
  display: block;
  overflow: hidden;
  position: relative;
  /* color: #c62525; */
  color: #768ac2;
}
.slider-1 .card-body .more i {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(hr_nicon_more.png) no-repeat left center;
  background-size: auto 100%;
  margin-left: 12px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  position: absolute;
  top: 4.5px;
}
.slider-1 .card-body .more:hover {
  /* color: #c62525; */
  color: #2c4fa5;
}
.slider-1 .testimonial-text {
  font-size: 15px;
  color: #0055a2;
}
.slider-1 .testimonial-author {
  font-size: 18px;
  color: #2c4fa5;
  height: 27px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-1 .testimonial-abstract {
  font-size: 14px;
  color: #768ac2;
  line-height: 1.4;
  height: 19px;
  margin-top: 2px;
  margin-bottom: 9px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-1 a:hover .card-image img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-1 a:hover .card-body {
  background: -webkit-linear-gradient(right, #e0ecff 10%, #ffffff 80%);
  background: -ms-linear-gradient(right, #e0ecff 10%, #ffffff 80%);
  background: linear-gradient(to left, #e0ecff 10%, #ffffff 80%);
}

.slider-1 .swiper-button-next,
.slider-1 .swiper-button-prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  visibility: visible;
  transition: all 0.5s;
  width: 51px;
  height: 51px;
  transform: translateZ(0);
  outline: none;
  border-radius: 100%;
  border: rgba(255, 255, 255, 0.5) solid 1px;
  background: transparent;
}
.slider-1 .swiper-button-next.swiper-button-disabled,
.slider-1 .swiper-button-prev.swiper-button-disabled {
  background-color: #d0c3bc;
  opacity: 1;
}
.slider-1 .swiper-button-next.swiper-button-disabled:after,
.slider-1 .swiper-button-prev.swiper-button-disabled:after {
  color: #ffffff;
}
.slider-1 .swiper-button-next:after {
  display: block;
  position: absolute;
  left: 53%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f105";
}
.slider-1 .swiper-button-prev:after {
  display: block;
  position: absolute;
  left: 47%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f104";
}
.slider-1 .swiper-button-next {
  right: -7.53958%;
}
.slider-1 .swiper-button-prev {
  left: -7.53958%;
}
.slider-1 .swiper-button-next:hover,
.slider-1 .swiper-button-prev:hover {
  background: #1e3d96;
  border-color: #1e3d96;
}
.slider-1 .swiper-button-next:hover:after,
.slider-1 .swiper-button-prev:hover:after {
  color: #ffffff;
}
.slider-1 .pglanmu1_l:after {
  width: 152px;
}

.slider-1.list .card-image {
  height: 216px;
  border: #e6edf7 solid 1px;
  border-radius: 17px 17px 0 0;
  -webkit-border-radius: 17px 17px 0 0;
  -moz-border-radius: 17px 17px 0 0;
  -ms-border-radius: 17px 17px 0 0;
  -o-border-radius: 17px 17px 0 0;
}
.slider-1.list li {
  margin-top: 30px;
}
.slider-1.list .card-body {
  border: #e6edf7 solid 1px;
  border-top: 0;
  border-radius: 0 0 17px 17px;
  -webkit-border-radius: 0 0 17px 17px;
  -moz-border-radius: 0 0 17px 17px;
  -ms-border-radius: 0 0 17px 17px;
  -o-border-radius: 0 0 17px 17px;
}
.slider-1.list .card-body .txtbox {
  padding: 12px 18px 18px;
}
@media (max-width: 1536px) {
  .slider-1 .swiper-button-next {
    right: -6.53958%;
  }
  .slider-1 .swiper-button-prev {
    left: -6.53958%;
  }
}
@media (max-width: 1440px) {
  .slider-1 .card-image {
    height: 248px;
  }
  .slider-1 .swiper-button-next {
    right: -8%;
  }
  .slider-1 .swiper-button-prev {
    left: -8%;
  }
  .slider-1.list .card-image {
    height: 183px;
  }
}
@media (max-width: 1366px) {
  .slider-1 .swiper-button-next {
    right: -4%;
  }
  .slider-1 .swiper-button-prev {
    left: -4%;
  }
}
@media (max-width: 1280px) {
  .slider-1 .card-image {
    height: 251px;
  }
  .slider-1.list .card-image {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .slider-1 .card-image {
    height: 184px;
  }
  .slider-1 .swiper-button-next,
  .slider-1 .swiper-button-prev {
    top: 45%;
  }
  .slider-1 .swiper-button-next {
    right: -6%;
  }
  .slider-1 .swiper-button-prev {
    left: -6%;
  }
  .slider-1.list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-1.list .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-1.list li {
    margin-top: 30px;
  }
  .slider-1.list .card-image {
    height: 186px;
  }
  .slider-1.list .card-body .txtbox {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .slider-1 .card-image {
    height: 228px;
  }
  .slider-1 .swiper-button-next {
    right: -9%;
  }
  .slider-1 .swiper-button-prev {
    left: -9%;
  }
  .slider-1.list .row > [class^="col"] {
    width: 50%;
    float: left;
  }
  .slider-1.list .card-image {
    height: 215px;
  }
}
@media (max-width: 767px) {
  .slider-1 .card-image {
    height: 60vw;
  }
  .slider-1 .swiper-button-next {
    display: none;
  }
  .slider-1 .swiper-button-prev {
    display: none;
  }
  .slider-1 .card-body .txtbox {
    padding: 14px 20px 16px;
  }
  .slider-1.list .row > [class^="col"] {
    width: 100%;
  }
  .slider-1.list .card-image {
    height: 53.333vw;
  }
  .slider-1.list .testimonial-author,
  .slider-1.list .testimonial-abstract {
    -webkit-line-clamp: inherit;
    height: auto;
  }
  .slider-1.list .testimonial-author {
    line-height: 1.3;
    margin-bottom: 6px;
  }
}

.yqgl-url {
  position: relative;
  margin-top: 90px;
  text-align: center;
  padding-top: 238px;
  padding-left: 13px;
  background: url(hr-yqgl.png) no-repeat center center;
  background-size: 100%;
  height: 408px;
}
.yqgl-url h3 {
  font-size: 26px;
  color: #2246ab;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0px 0px 3px #ffffff;
}
.yqgl-url .btn03 {
  width: 106px;
  height: 106px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  border: 1px solid #be0707;
  background: #be0707;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.yqgl-url .btn03:after {
  content: "";
  border: rgba(190, 7, 7, 0.1) solid 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.yqgl-url .btn03:before {
  border: 1px solid #be0707;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
}
.yqgl-url .btn03:hover {
  background: #be0707;
  color: #fff;
}
.yqgl-url .btn03:hover:before,
.yqgl-url .btn03:focus:before,
.yqgl-url .btn03:active:before {
  -webkit-animation-name: btn03;
  animation-name: btn03;
  border: 1px solid #be0707;
}
.yqgl-url .btn03 img {
  width: 25px;
  display: block;
  margin: 0 auto 6px;
}
@media (max-width: 1440px) {
  .yqgl-url {
    height: 378px;
    padding-top: 209px;
  }
}
@media (max-width: 1199px) {
  .yqgl-url {
    height: 335px;
    padding-top: 165px;
    margin-top: 70px;
    padding-left: 9px;
  }
}
@media (max-width: 991px) {
  .yqgl-url {
    height: 356px;
    padding-top: 185px;
    margin-top: 74px;
  }
}
@media (max-width: 757px) {
  .yqgl-url {
    height: 100.333vw;
    padding-top: 54.733vw;
    margin-top: 0;
  }
}

.sub-column {
  float: right;
  position: relative;
  margin-top: -15px;
}
.sub-column a {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 54px;
  border: #d9deeb solid 1px;
  width: 138px;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  text-align: center;
}
.sub-column a:hover {
  background: #1e3d96;
  border-color: #1e3d96;
  color: #ffffff;
}
@media (max-width: 991px) {
  .sub-column {
    margin-top: -5px;
  }
  .sub-column a {
    width: auto;
    padding: 0 15px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .sub-column {
    margin-top: 5px;
  }
  .sub-column a {
    width: 47%;
    padding: 0 15px;
    line-height: 42px;
    margin: 0 5px;
    margin-top: 10px;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.thumbnail__link::before {
  left: -29%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.sys a:nth-child(n+6).thumbnail__link::before {left: -60%;}
.sys {
  height: 454px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sys a {
  height: 8.37%;
  display: inline-block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  color: transparent;
}
.sys a:nth-child(1) {
  top: 16.23%;
  left: 0;
  width: 32%;
}
.sys a:nth-child(2) {
  top: 29.295%;
  left: 0;
  width: 29%;
}
.sys a:nth-child(3) {
  top: 42.291%;
  left: 0;
  width: 28%;
}
.sys a:nth-child(4) {
  top: 55.286%;
  left: 0;
  width: 30%;
}
.sys a:nth-child(5) {
  top: 68.282%;
  left: 0;
  width: 32%;
}
.sys a:nth-child(6) {
  top: 16.23%;
  right: 0;
  width: 34%;
}
.sys a:nth-child(7) {
  top: 33.7%;
  right: 0;
  width: 32%;
}
.sys a:nth-child(8) {
  top: 50.661%;
  right: 0;
  width: 32%;
}
.sys a:nth-child(9) {
  top: 68.062%;
  right: 0;
  width: 34%;
}
.sys:after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 48.598%;
  top: 46.028%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 1479px) {
  .sys {
    height: 392px;
  }
  .sys:after {width: 160px;height: 160px;}
}
@media (max-width: 1339px) {
  .sys {
    height: 365px;
  }
}
@media (max-width: 1279px) {
  .sys {
    height: 338px;
  }
  .sys:after {width: 146px;height: 146px;}
}
@media (max-width: 1199px) {
  .sys {
    height: 396px;
  }
  .sys:after {width: 160px;height: 160px;}
}
@media (max-width: 991px) {
  .sys {
    height: 298px;
  }
  .sys:after {width: 120px;height: 120px;}
}
@media (max-width: 767px) {
  .sys {
    height: 35.4667vw;
  }
  .sys:after {width: 14.933vw;height: 14.933vw;}
}

#accordion {
  position: relative;
}
.yqsearchbox {
  position: relative;
  margin-top: 32px;
  padding-left: 50%;
}
.yqsearchbox .row {
  margin-left: -5px;
  margin-right: -5px;
}
.yqsearchbox .row > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.yqsearchbox .panel-title a {
  display: block;
  height: 48px;
  padding: 0 8px 0 16px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #cad6f2;
  line-height: 46px;
  font-size: 16px;
  color: #888;
}
.yqsearchbox .panel-title a i {
  float: right;
  margin-top: 13px;
  font-size: 20px;
  color: #a1a1a1;
}
.yqsearchbox .panel-collapse {
  position: absolute;
  padding: 14px 15px;
  background: #ffffff;
  left: 0;
  right: 0;
  border: 1px solid #cad6f2;
  z-index: 6;
}
.yqsearchbox .panel-collapse li {
  margin-bottom: 9px;
}
.yqsearchbox .panel-collapse li:last-child {
  margin-bottom: 0;
}
.yqsearchbox .panel-collapse li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
}
.yqsearchbox .panel-collapse li a i {
  font-size: 16px;
  color: #1958af;
  margin-right: 5px;
}
.yqsearchbox .panel-collapse li a:hover {
  color: #1958af;
}

.yqsearchbox-input {
  position: relative;
  padding-right: 98px;
}
.yqsearchbox input[type="text"] {
  padding: 8px 16px;
  border: 1px solid #cad6f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  outline: none;
  color: #888;
  background: none;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  -webkit-appearance: none;
  width: 100%;
}
.yqsearchbox input[type="text"]::-webkit-input-placeholder {
  color: #888 !important;
  font-family: Arial;
}
.yqsearchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.yqsearchbox input[type="submit"] {
  background: #e7effe;
  width: 88px;
  height: 48px;
  position: absolute;
  font-size: 16px;
  color: #1f439c;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.yqsearchbox input[type="submit"]:hover {
  background: #1f439c;
  color: #ffffff;
}

.resources-container {
  padding-top: 30px;
}
.resources-header h3 {
  color: #2c3e50;
  font-size: 16px;
}

.resources-all {
  display: block;
  float: right;
  text-align: center;
  background: #2c4fa5;
  padding: 8px 18px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 500;
  min-width: 100px;
  font-size: 14px;
}
.resources-all:hover {
  background: #6183d7;
  color: #ffffff;
}
.counter {
  float: left;
  color: #3d55a7;
  background: transparent;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
}
.no-results {
  text-align: center;
  padding: 50px 20px;
  width: 100%;
  color: #95a5a6;
}

.no-results i {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #bdc3c7;
}

.list-resources {
  display: none;
}
@media (max-width: 1199px) {
  .yqsearchbox {
    padding-left: 34%;
  }
}
@media (max-width: 991px) {
  .yqsearchbox {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .yqsearchbox-input {
    margin-top: 10px;
  }
}

.instrument {
  position: relative;
  margin-top: 35px;
  overflow: hidden;
}
.instrument .img-box {
  width: 31.343%;
  margin-right: 36px;
  float: left;
  overflow: hidden;
}
.instrument .img-box img {
  width: 100%;
  height: auto;
}
.instrument .txt-box h3 {
  font-size: 32px;
  color: #262626;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}
.instrument .txt-box h4 {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.instrument .txt-box h4 p,
.instrument .txt-box h4 div,
.instrument .txt-box h4 span,
.instrument .txt-box h4 strong {
  font-size: 18px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1 !important;
}
.instrument .txt-box h4 strong {
  color: #1d43a5;
}
@media (min-width: 992px) {
  .instrument .txt-box {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .instrument .img-box {
    width: 35.343%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .instrument {
    margin-top: 25px;
  }
  .instrument .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .instrument .txt-box {
    float: left;
    overflow: hidden;
  }
  .instrument .txt-box h3 {
    font-size: 24px;
  }
}

.pic-txt-list {
  position: relative;
}
.pic-txt-list .con-box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 30px 0 30px 100px;
}
.pic-txt-list .con-box .date-box {
  position: absolute;
  content: "";
  top: 32px;
  left: 0;
  width: 70px;
  height: 70px;
  background: #1f429b;
  text-align: center;
  z-index: 3;
}
.pic-txt-list .con-box .date-box h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding: 9px 0 2px;
}
.pic-txt-list .con-box .date-box h5 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}
.pic-txt-list .con-box .img-box {
  overflow: hidden;
  position: relative;
  width: 324px;
  height: 216px;
  margin-left: 35px;
  float: right;
  border: #e5e5e5 solid 1px;
}
.pic-txt-list .con-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pic-txt-list .con-box .txt-box {
  overflow: hidden;
  position: relative;
  height: 216px;
}
.pic-txt-list .con-box .txt-box h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 14px;
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 60px;
}
.pic-txt-list .con-box .txt-box h4 {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 18px;
  max-height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.pic-txt-list .con-box .txt-box h5 {
  font-size: 17px;
  color: #999999;
  line-height: 1;
  display: none;
}
.pic-txt-list .con-box .txt-box .more {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 15px;
  line-height: 1.1;
  color: #1d43a5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pic-txt-list .con-box .txt-box .more i {
  width: 15px;
  height: 6px;
  display: inline-block;
  background: url(hr-icon03.png) no-repeat center center;
  margin-left: 6px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.pic-txt-list .con-box:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pic-txt-list .con-box:hover .txt-box h3 {
  color: #1f429b;
}
.pic-txt-list .con-box .txt-box .more:hover {
  color: #c9242b;
}
.pic-txt-list li {
  position: relative;
  border-bottom: #e1ebeb solid 1px;
}
.pic-txt-list li a.con-box[data-img=""] .img-box {
  display: none;
}
@media (max-width: 1280px) {
  .pic-txt-list .con-box .txt-box {
    height: 186px;
  }
  .pic-txt-list .con-box .img-box {
    width: 280px;
    height: 186px;
  }
}
@media (max-width: 991px) {
  .pic-txt-list .con-box {
    padding-left: 92px;
  }
  .pic-txt-list .con-box .txt-box {
    height: 153px;
  }
  .pic-txt-list .con-box .img-box {
    width: 230px;
    height: 153px;
    margin-left: 22px;
  }
  .pic-txt-list .con-box .txt-box h4 {
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
}
@media (max-width: 767px) {
  .pic-txt-list .con-box {
    padding: 22px 0 30px;
  }
  .pic-txt-list .con-box .date-box {
    top: 22px;
  }
  .pic-txt-list .con-box .img-box {
    width: 100%;
    margin-left: 0;
    height: 53.067vw;
    margin-bottom: 20px;
  }
  .pic-txt-list .con-box .txt-box {
    float: left;
  }
  .pic-txt-list .con-box .txt-box h3 {
    -webkit-line-clamp: inherit;
    max-height: inherit;
    line-height: 1.4;
  }
  .pic-txt-list .con-box .txt-box .more {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .pic-txt-list .con-box .txt-box {
    height: auto;
  }
  .pic-txt-list .con-box .txt-box h4 {
    -webkit-line-clamp: 3;
    max-height: 72px;
    line-height: 1.6;
  }
}

@media (min-width: 767px) {
  #mse0 {
    width: 66% !important;
    height: 530px !important;
  }
}
@media (max-width: 1440px) {
  #mse0 {
    height: 460px !important;
  }
}
@media (max-width: 1280px) {
  #mse0 {
    height: 430px !important;
  }
}
@media (max-width: 1199px) {
  #mse0 {
    height: 358px !important;
  }
}
@media (max-width: 991px) {
  #mse0 {
    width: 80% !important;
    height: 41.049vw !important;
  }
}
@media (max-width: 767px) {
  #mse0 {
    width: 100% !important;
    height: 51.163vw !important;
  }
}

.scenery {position: relative;margin-top: 4px;}
.portfolio-item {
	margin: 28px 0 0 0;background-color: #f1f1f1;overflow: hidden;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
  width: 100%;
  height: 330px;
}
.portfolio-item .hover-bg .imgline {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;border-radius: 3px;
	border: 1px solid rgba(193, 207, 246, 0.6);z-index: 1;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
}
.portfolio-item .hover-bg img {height: 100%;width: 100%;object-fit: cover;
	-webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	
-webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.portfolio-item .hover-bg:hover img { -webkit-transform: scale(1.03); transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); }
.portfolio-item p { font-size:15px; line-height:140%; color:#4c4c4c; width:100%; display:block; margin: 9px 0 15px;overflow: hidden;}
.portfolio-item p a { color: #1c41a3;overflow: hidden;text-decoration: none;text-transform: uppercase;text-overflow: ellipsis;white-space: nowrap;width: 100%;display: block;text-align: center;font-weight: 700;font-size: 17px;}
.portfolio-item p a:hover { color: #333333;text-decoration: none;}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
@media (max-width: 1440px) {
  .portfolio-item .hover-bg {height: 283px;}
}
@media (max-width: 1280px) {
  .portfolio-item .hover-bg {height: 263px;}
}
@media (max-width: 1199px) {
  .portfolio-item .hover-bg {height: 286px;}
}
@media (max-width: 991px) {
	.portfolio-item .hover-bg {height: 213px;}
}
@media (max-width: 767px) {
	.portfolio-item .hover-bg {height: auto;}
}

.inline-gallery-container {
	width: 100%;
	height: 600px;
}

@media (max-width: 767px) {
	.inline-gallery-container {
		height: 500px;
	}
}

.lg-backdrop {background-color: #eff4fd !important;}
.lg-outer .lg-inner {margin-bottom: 20px;}
.lg-outer .lg-thumb-outer {background-color: #d9e5f9 !important;}
.lg-next, .lg-prev {background-color: #91a8e5 !important;top: 44% !important;}
.lg-outer .lg-object {border: 0 !important;}
.lg-toolbar .lg-download:after {background-image: url(hr-light-h-download.png) !important;}
.lg-inline .lg-maximize:after {background-image: url(hr-light-fullpage.png) !important;background-size: 22px !important;}
.lg-toolbar .lg-icon {width: 35px !important;}
.lg-toolbar .lg-maximize {margin-right: 10px !important;}
.lg-item .lg-sub-html {
  color: #000000;
  background: -webkit-linear-gradient(left, transparent 0%, #f8fbfd 50%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, #f8fbfd 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #f8fbfd 50%, transparent 100%);
  opacity: .7 !important;
}

/*------------------TAB----------------*/
.mores_all {
  position: absolute;
  right: 0;
  top: 0;
}
.mores_all .more {
  float: right;
  margin-top: 9px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  color: #1F3E91;
  z-index: 3;
  width: 84px;
  height: 26px;
  background: url(hr-more1.png) no-repeat right center;
}
.mores_all .more:hover {
  opacity: 0.7;
}

.fwcx {
  width: 100%;
  min-height: 216px;
  overflow: hidden;
}
.index_tab {
  position: relative;
}
.index_tab .tabmenu {
  margin: 0 0 28px;
}
.index_tab .tabmenu ul li {
  color: #2e2d2d;
  font-size: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  float: left;
  margin-right: 30px;
  line-height: 1.1;
  margin-top: 6px;
}
.index_tab .tabmenu ul li.selected {
  /* margin-top: 0; */
  font-size: 30px;
}

.index_tab .tabmenu ul li:last-child {
  margin-right: 0px;
  background: none;
}
.index_tab .tabmenu ul li span {
  float: left;
  display: block;
  line-height: 1.1;
  position: relative;
}
.index_tab .tabmenu ul li span.en {font-size: 30px;color: #eff2f9;position: absolute;text-transform: uppercase;top: -20px;opacity: 0;font-weight: 700;}
.index_tab .tabmenu ul li span.tabg {
  padding: 0;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  background-size: 24px;
}
.index_tab .tabmenu ul li span.tabg.tabg-01 {
  background-image: url('hr_nicon_01.png');
}
.index_tab .tabmenu ul li span.tabg.tabg-02 {
  background-image: url('hr_nicon_02.png');
}
.index_tab .tabmenu ul li span.tabg.tabg-03 {
  background-image: url('hr_nicon_03.png');
}
.index_tab .tabmenu ul li span.tabg.tabg-04 {
  background-image: url('hr_nicon_04.png');
}
.index_tab .tabmenu ul li span.tabg.tabg-05 {
  background-image: url('hr_nicon_05.png');
}
.index_tab .tabmenu ul li span.tabg.tabg-06 {
  background-image: url('hr_nicon_06.png');
}

.index_tab .tabmenu ul li.selected span.tabg {
  width: 100%;
  text-align: center;
  color: #1f3e91;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 700;
  position: relative;
}
.index_tab .tabmenu ul li.selected span.en {opacity: 1;}
@media (max-width: 1280px) {
  .index_tab .tabmenu ul li.selected {font-size: 32px;}
  .index_tab .tabmenu ul li {font-size: 27px;margin-right: 26px;}
}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
  .mores_all {top: -6px;}
  .index_tab .tabmenu {margin-bottom: 22px;}
  .index_tab .tabmenu ul li {
    margin-right: 30px;
    font-size: 32px;
  }
  .index_tab .tabmenu ul {
    padding-right: 100px;
  }
  .index_tab .tabmenu ul li {
    font-size: 17px;
    margin-right: 14px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .index_tab .tabmenu ul li span {
    line-height: 28px;
  }
  .index_tab .tabmenu ul li.selected {font-size: 19px;}
}

