@charset "utf-8";



#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}

#loading .loading-img {
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
  animation: fade 1.5s infinite alternate;
}

.tt1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.tt2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tt3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tt4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tt5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.img-scale {
  display: block;
  overflow: hidden;
}

.img-scale img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.img-scale .img-frame {
  overflow: hidden;
}

.img-scale .img {
  /*背景图替换img*/
  height: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.img-scale .img img {
  min-height: 100%;
}

.img-scale:hover img {
  min-height: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.img-scale:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.container {
  width: 95%;
  margin: 0 auto;
}

.header {
  width: 100%;
  padding: 30px 0;
  background: #a70a0a;
}

.header .fr {
  text-align: right;
}

.logo img {
  width: 100%;
  vertical-align: top;
}

.top-links {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: right;
}

.top-links a {
  color: #fff;
}

.top-links a:hover {
  text-decoration: underline !important;
}

.top-links span {
  margin: 0 6px;
}

.search {
  display: inline-block;
  padding: 0 0 0 100px;
  border: 1px solid #fcfdfe;
  border-radius: 3px;
  font-size: 0;
  width: 100%;
}

.search .input {
  width: 80%;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: left;
  vertical-align: top;
}

.search .input::placeholder {
  color:  #f7f0f0;
}

.search .submit {
  width: 20%;
  height: 30px;
  background-image: url(../images/j_icon1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
}

.nav {
  position: relative;
  z-index: 10;
  border-top: 1px solid  hsl(0, 30%, 96%);
  background:  #a70a0a;
}

.nav li {
  position: relative;
  float: left;
  width: 7.5%;
}

.nav li a {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.nav li .lv2 {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: calc(50% - 50px);
  z-index: 1;
  width: 100px;
  border-bottom: 1px solid  #a70a0a;
}

.nav li .lv2 a {
  padding: 0;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-left: 1px solid #a70a0a;
  border-right: 1px solid  #a70a0a;
}

.nav li .lv2 a:hover span {
  color:  #a70a0a;
  text-decoration: underline !important;
}

.nav li .lv2 .tri {
  width: 100%;
  height: 16px;
  background-image: url(../images/g_icon7.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-color: transparent;
  background-size: auto;
}

.nav li .lv2 dd:nth-child(2) a {
  padding: 5px 0 0;
}

.nav li .lv2 dd:last-child a {
  padding: 0 0 10px;
}

.nav li:hover>a {
  background:  #a70a0a;
}

.nav li:nth-child(6) dl {
  left: calc(50% - 80px);
  width: 160px;
}

.nav li:nth-child(8) dl {
  left: calc(50% - 120px);
  width: 240px;
}



.banner {
  position: relative;
  z-index: 1;
  font-size: 0;
}

.banner a {
  position: relative;
  display: block;
  height: 0;
  padding: 31.25% 0 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}

.banner a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.banner .txt {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.banner .txt .t {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.banner .slick-current a {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: transform 5s linear 0s;
  -moz-transition: transform 5s linear 0s;
  -o-transition: transform 5s linear 0s;
  transition: transform 5s linear 0s;
}

.banner .slick-current .txt .t {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner .slick-dots {
  position: absolute;
  top: auto;
  right: calc(50% - 650px);
  bottom: 14px;
  left: auto;
  z-index: 1;
}

.banner .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  border: 1px dashed transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.banner .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
}

.banner .slick-dots li.slick-active {
  padding: 3px;
  border-color: #fff;
}

.banner .slick-dots li.slick-active button {
  background: #fff;
}

.banner .slick-arrow {
  position: absolute;
  top: 42%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 55px;
  height: 55px;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}

.banner .slick-arrow.slick-prev {
  left: 5%;
  background-image: url("../images/n_icon2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
}

.banner .slick-arrow.slick-next {
  right: 5%;
  background-image: url("../images/n_icon2_2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
}

.section {
  position: relative;
  z-index: 2;

}

.section.inset {
  padding: 0;
}

.column {
  margin: 40px 0 35px;
  border-bottom: 1px solid #ddd;
}

.column .more {
  font-size: 16px;
  line-height: 50px;
  color: #999;
}

.column .more:hover {
  color: #015abe;
}

.column h3 {
  display: inline-block;
  margin: 0 0 -1px;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  color:  #a70a0a;
  text-align: left;
  border-bottom: 3px solid #fbe4e4;
}

.column h3 span {
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.list .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  text-align: left;
}

.list2 .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  text-align: left;

}

.title:hover {
  color:  #a70a0a;
}

.info {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #666;
  text-align: justify;
}

.date {
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  color: #999;
  text-align: left;
}

.date1 {
  width: 70px;
  padding: 7px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #666;
  text-align: center;
}

.date1 p:first-child {
  margin: 0 0 4px;
  color:  #a70a0a;
  font-size: 24px;
  line-height: 28px;
}

.list .date2 {
  width: 15%;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color:  #a70a0a;
  text-align: center;
  overflow: hidden;
}

.list2 .date2 {
  width: 15%;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color:  #a70a0a;
  text-align: center;
}

.date2 p:first-child {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.date2 p:first-child {
  color: #fff;
  line-height: 30px;
  background:  #a70a0a;
}

.date2 p:nth-child(2) {
  font-size: 13px;
  color: #2f0303;
  border:  #a70a0a solid 1px;
}

.list2 li:hover .date2 p:first-child {
  background: #910909;
}

.list2 li:hover .date2 p:nth-child(2) {
  border:  #3a0404 solid 1px;
}

.list li:hover .date2 p:first-child {
  background:  #850505;
}

.list li:hover .date2 p:nth-child(2) {
  border:  #a70a0a solid 1px;
}

.zxxw {
  width: 69%;

}

.zxxw .list {
  width: 42%;
}


.news-slick {
  width: 55%;
  padding: 0 0 19px;
  box-shadow: 0 0 10px 1px #ccc;
  font-size: 0;
  height: 480px;
  /* 增加整体高度 */
}


.news-slick .img-scale {
  position: relative;
}

.news-slick .img-frame {
  display: block;
  margin: 0 0 42px;
  height: 340px;
  /* 增加图片区域高度 */
}

.news-slick .img {
  display: block;
  padding: 0;
  /* 移除padding，改用固定高度 */
  background-size: cover;
  /* 确保图片填充整个区域 */
}

.news-slick .date1 {
  position: absolute;
  top: 0;
  left: -10px;
  /* 向左移动 10px */
  z-index: 1;
  width: 100px;
  /* 调整宽度 */
  height: 80px;
  color: #fff;
  background:  #a70a0a;
  border-radius: 0 0 100% 0;
  text-align: center;
  display: flex;
  flex-direction: column;

}

.news-slick .date1 p:first-child {
  color: #fff;
  font-size: 21px;
  line-height: 1;

}

.news-slick .date1 p:last-child {
  font-size: 14px;
  line-height: 1;


}

.news-slick .title {
  display: block;
  margin: 0px 0 0px;
  /* 增加上边距，下移文字 */
  padding: 0px 18px;
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 30px;
}

.news-slick .info {
  padding: 0 17px;
}

.news-slick .slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 108px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-slick .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}

.news-slick .slick-dots li.slick-active {
  background: #d69861;
}

.xxgg {
  width: 29%;
}

.xxgg::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 40%;
  right: 0;
  bottom: 0;
  background-image: url('../../image/tieta3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.list li {
  padding: 12px 0;
  border-bottom: 1px dashed #ccc;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.list li:first-child {
  padding-top: 0;
}

.list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.list li:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list .title {
  width: 79%;
  height: 60px;
  vertical-align: middle;
}

.list2 li {
  padding: 12px 0;
  border-bottom: 1px dashed #ccc;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.list2 li:first-child {
  padding-top: 0;
}

.list2 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.list2 li:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list2 .title {
  width: 80%;
  height: 60px;
  margin: -2px 0 0;
  vertical-align: middle;
}

.list3 li {
  border-bottom: 1px dashed #ddd;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.list3 li:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list3 li:hover .title::before {
  background:  #a70a0a;
}

.list3 .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  display: block;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list3 .title::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 10px 2px 0;
  background:  #c90c0c;
  border-radius: 50%;
}

.list3 .title:hover {
  color:  #a70a0a;
}

.yjcg,
.zsjy,
.bksjy,
.yjsjy {
  width: 620px;
}

.zsjy .column,
.bksjy .column,
.yjsjy .column {
  margin-bottom: 15px;
}

.zsjy .list3 li:last-child,
.bksjy .list3 li:last-child,
.yjsjy .list3 li:last-child {
  border: none;
}

.bksjy .column,
.yjsjy .column {
  margin-top: 20px;
}

.research li {
  margin: 30px 0 0;
  border-left: 2px solid #6196d6;
}

.research li:first-child {
  margin: 0;
}

.research li a {
  display: block;
  padding: 12px 38px;
  border: 1px solid #e5e5e5;
  border-left: none;
  color: #666;
  background: #fdfcff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.research li a span {
  color: #000;
}

.research li a:hover {
  color: #666;
  box-shadow: 5px 5px 0 0 #aaa;
}

.research li a:hover p:first-child {
  color: #015abe;
  font-weight: 700;
}

.research li a:hover p:first-child span {
  color: #015abe;
}

.links {
  margin: 20px 0 0;
  padding: 1px 0 40px;
  background: #efefef;
}

.links .column {
  margin: 25px 0 30px;
}

.link-list {
  font-size: 0;
  margin: 0 -13px;
}

.link-list>li {
  display: inline-block;
  vertical-align: top;
  width: 16.6666666667%;
  padding: 0 13px;
}

.link-list a {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}

.link-list a img {
  width: 100%;
  height: 100%;
}

.copy {
  padding: 22px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #015abe;
}

.decoration {
  position: relative;
  z-index: 2;
  max-height: 380px;
  overflow: hidden;
}

.decoration img {
  width: 100%;
  vertical-align: top;
}

.sidebar {
  width: 20%;
  margin: 40px 0 0 0;
  height: 740px;
  background: url('../images/back1.png') center no-repeat;
  /* 背景图 */
  background-size: 100% 70%;
}

.sidebar h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background:  #a70a0a;
  padding: 20px 10px;
  /* 深蓝色背景 */
  border-radius: 5px 5px 0 0;
  /* 顶部圆角 */
}

.lv2-nav li {

  border-bottom: 1px dashed #5d5b5b;
  /* 每个选项下方虚线 */

  padding: 12px 20px 12px 35px;
  /* 统一左内边距 */
  position: relative;
  /* 为背景图定位做准备 */
  transition: all 0.3s ease;
}

.lv2-nav li a {
  display: block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s;
}

.lv2-nav li a:hover {
  color:  #a70a0a;
}

.lv2-nav li.cur {
  background: url(../images/logoicon.png);
  /* 黄色背景 */
  border-left: 6px solid  #a70a0a;
  /* 左侧蓝色边框 */
  padding-left: 30px;
  /* 增加左内边距给背景图留空间 */
  background-repeat: no-repeat;
  background-position: 0px center;
  /* 调整背景图位置 */
  transition: all 0.3s ease;
  background-position: 10px center;
}

.lv2-nav li.cur>a {
  color:  #a70a0a;
  font-weight: 600;
}

.lv2-nav .lv3 {
  display: none;
  background: #e9eef4;
}

.lv2-nav li.cur .lv3 {
  display: block;
}

.lv2-nav .lv3 a {
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  border: none;
  padding: 35px 0;
}

.lv2-nav .lv3 a.cur {
  color:  #a70a0a;
}



.main {
  width: 75%;
  margin: 25px 0 0;
}

.main .list2 li {
  padding: 18px 0;
  margin: 0;
  border: none;
  border-bottom: 1px dashed #ddd;
}

.main .list2 li::before {
  display: none;
}

.main .list2 li .date {
  width: 60px;
  margin: 0 25px 0 0;
}

.main .list3 li:last-child {
  border-bottom: 1px dashed #ddd;
}

.position {
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.position h3 {
  display: inline-block;
  margin: 0 0 -1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 53px;
  color: #000;
  text-align: left;
  border-bottom: 3px solid #a70a0a;
}

.position .place {
  padding: 0 0 0 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 55px;
  color: #999;
  text-align: left;
  background-image: url(../images/h_icon9.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  background-size: auto;
}

.position .place a {
  color: #999;
}

.position .place a:hover {
  color: #a70a0a;
}

.article {
  padding: 30px 0 0;
}

.article .title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #015abe;
  text-align: center;
}

.article .sub {
  margin: 0 0 30px;
  padding: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #999;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}

.article .sub span {
  margin: 0 6px;
}

.article .content {
  padding: 0px 0 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  text-align: left;
}

.article .content p {
  text-indent: 2em;
}

.article .content img {
  display: block;
  margin: 25px auto;
}

.article .content table p {
  text-indent: 0;
}

.article .content table,
.article .content img,
.article .content video {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.article .content iframe {
  max-width: 100%;
}

.article .content table td {
  border: 1px solid #ddd;
  text-align: center;
}

.article .cont-page {
  padding: 25px 0 0;
  border-top: 1px dashed #ccc;
}

.article .cont-page a {
  display: block;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  color: #666;
  text-align: left;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.article .cont-page a span {
  color: #000;
  font-weight: 700;
}

.article .cont-page a:hover {
  color: #015abe;
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}

.pic-list {
  margin: 30px 0 0;
}

.pic-list ul {
  font-size: 0;
  margin: 0 -15px;
}

.pic-list ul>li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 15px;
}

.pic-list li {
  margin: 0 0 30px;
}

.pic-list .img {
  padding: 65% 0 0;
}

.pic-list .title {
  line-height: 50px;
  text-align: center;
}

.pic-list .img-scale {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.pic-list .img-scale:hover {
  background: #f6f6f6;
  box-shadow: 0 0 12px 0 #aaa;
}

.pic-list .img-scale:hover .title {
  color: #015abe;
}

#browser-modal {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  color: #303233;
  text-align: center;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #111;
}

#browser-modal .browser-content {
  width: 700px;
  margin: 120px auto 0;
  padding: 50px 0 80px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  font-size: 24px;
  text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
  margin: 30px 0 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  height: 130px;
  margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  margin: 0 auto;
  padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  font-size: 80px;
  line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  display: block;
  cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
  text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  max-width: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */

/* 人才计划 */
.read {
  min-height: 200px;
  padding: 10px 20px;
}

.read a {
  color: blue;
  padding-right: 10px;
}

.read a:hover {
  color: red;
}

.readtitle {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  font-weight: normal;
  font-size: 18px;
}

.readcontent {
  padding: 0 15px;
  font-weight: normal;
  font-size: 16px;
}

.readcontent p {
  margin: 10px 0;
}

.infotime a {
  color: #999;
}

.attach {
  width: 90%;
}

.attach ul {
  margin-left: 50px;
}

.attach ul li {
  list-style-type: decimal;
}

.attach img {
  display: inline !important;
  margin: 0 !important;
}

/* 用户登录 */
.l-btn {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}

.l-btn-plain {
  border-width: 0;
  padding: 1px;
}

.l-btn-left {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.l-btn-text {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 24px;
  font-size: 12px;
  padding: 0;
  margin: 0 4px;
}

.l-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 1px;
}

.l-btn span span .l-btn-empty {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 24px;
  font-size: 1px;
  vertical-align: top;
}

.l-btn span .l-btn-icon-left {
  padding: 0 0 0 20px;
  background-position: left center;
}

.l-btn span .l-btn-icon-right {
  padding: 0 20px 0 0;
  background-position: right center;
}

.l-btn-icon-left .l-btn-text {
  margin: 0 4px 0 24px;
}

.l-btn-icon-left .l-btn-icon {
  left: 4px;
}

.l-btn-icon-right .l-btn-text {
  margin: 0 24px 0 4px;
}

.l-btn-icon-right .l-btn-icon {
  right: 4px;
}

.l-btn-icon-top .l-btn-text {
  margin: 20px 4px 0 4px;
}

.l-btn-icon-top .l-btn-icon {
  top: 4px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.l-btn-icon-bottom .l-btn-text {
  margin: 0 4px 20px 4px;
}

.l-btn-icon-bottom .l-btn-icon {
  top: auto;
  bottom: 4px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.l-btn-left .l-btn-empty {
  margin: 0 4px;
  width: 16px;
}

.l-btn-plain:hover {
  padding: 0;
}

.l-btn-focus {
  outline: #0000FF dotted thin;
}

.l-btn-large .l-btn-text {
  line-height: 40px;
}

.l-btn-large .l-btn-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
}

.l-btn-large .l-btn-icon-left .l-btn-text {
  margin-left: 40px;
}

.l-btn-large .l-btn-icon-right .l-btn-text {
  margin-right: 40px;
}

.l-btn-large .l-btn-icon-top .l-btn-text {
  margin-top: 36px;
  line-height: 24px;
  min-width: 32px;
}

.l-btn-large .l-btn-icon-top .l-btn-icon {
  margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-text {
  margin-bottom: 36px;
  line-height: 24px;
  min-width: 32px;
}

.l-btn-large .l-btn-icon-bottom .l-btn-icon {
  margin: 0 0 0 -16px;
}

.l-btn-large .l-btn-left .l-btn-empty {
  margin: 0 4px;
  width: 32px;
}

.l-btn {
  color: #444;
  background: #fafafa;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  background: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.l-btn:hover {
  background: #eaf2ff;
  color: #000000;
  border: 1px solid #b7d2ff;
  filter: none;
}

.l-btn-plain {
  background: transparent;
  border-width: 0;
  filter: none;
}

.l-btn-outline {
  border-width: 1px;
  border-color: #b7d2ff;
  padding: 0;
}

.l-btn-plain:hover {
  background: #eaf2ff;
  color: #000000;
  border: 1px solid #b7d2ff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.l-btn-disabled,
.l-btn-disabled:hover {
  opacity: 0.5;
  cursor: default;
  background: #fafafa;
  color: #444;
  background: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
}

.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon {
  filter: alpha(opacity=50);
}

.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
  background: transparent;
  filter: alpha(opacity=50);
}

.l-btn-selected,
.l-btn-selected:hover {
  background: #ddd;
  filter: none;
}

.l-btn-plain-selected,
.l-btn-plain-selected:hover {
  background: #ddd;
}

.textbox {
  position: relative;
  border: 1px solid #95B8E7;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -moz-border-radius: 5px 5px 5px 5px;

  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.textbox .textbox-text {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 4px;
  white-space: normal;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.textbox .textbox-text::-ms-clear,
.textbox .textbox-text::-ms-reveal {
  display: none;
}

.textbox textarea.textbox-text {
  white-space: pre-wrap;
}

.textbox .textbox-prompt {
  font-size: 12px;
  color: #aaa;
}

.textbox .textbox-bgicon {
  background-position: 3px center;
  padding-left: 21px;
}

.textbox .textbox-button,
.textbox .textbox-button:hover {
  position: absolute;
  top: 0;
  padding: 0;
  vertical-align: top;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.textbox-button-right,
.textbox-button-right:hover {
  border-width: 0 0 0 1px;
}

.textbox-button-left,
.textbox-button-left:hover {
  border-width: 0 1px 0 0;
}

.textbox-addon {
  position: absolute;
  top: 0;
}

.textbox-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  background-position: center center;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  outline-style: none;
}

.textbox-icon-disabled,
.textbox-icon-readonly {
  cursor: default;
}

.textbox-icon:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.textbox-icon-disabled:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.textbox-focused {
  border-color: #6b9cde;
  -moz-box-shadow: 0 0 3px 0 #95B8E7;
  -webkit-box-shadow: 0 0 3px 0 #95B8E7;
  box-shadow: 0 0 3px 0 #95B8E7;
}

.textbox-invalid {
  border-color: #ffa8a8;
  background-color: #fff3f3;
}

.filebox .textbox-value {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: -5000px;
}

.filebox-label {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 10;
}

.l-btn-disabled .filebox-label {
  cursor: default;
}

.combo-arrow {
  width: 18px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.combo-arrow-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.combo-panel {
  overflow: auto;
}

.combo-arrow {}

.combo-panel {
  background-color: #ffffff;
}

.combo-arrow {
  background-color: #E0ECFF;
}

.combo-arrow-hover {
  background-color: #eaf2ff;
}

.combo-arrow:hover {
  background-color: #eaf2ff;
}

.combo .textbox-icon-disabled:hover {
  cursor: default;
}

.combobox-item,
.combobox-group,
.combobox-stick {
  font-size: 12px;
  padding: 3px;
}

.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.combobox-gitem {
  padding-left: 10px;
}

.combobox-group,
.combobox-stick {
  font-weight: bold;
}

.combobox-stick {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  background: inherit;
}

.combobox-item-hover {
  background-color: #eaf2ff;
  color: #000000;
}

.combobox-item-selected {
  background-color: #ffe48d;
  color: #000000;
}

.combobox-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.icon-ok {
  background: url('../images/ok.png') no-repeat center center;
}

.icon-redo {
  background: url('../images/redo.png') no-repeat center center;
}


.footer {
  padding: 10px 0;
  background:  #a20606;
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

.footer-container {
  display: flex;
  background-size: auto;
  max-width: 90%;
  margin: 0 auto;

  color: #ffffff;
}

.contact {
  margin-bottom: 30px;
}

.links1 {
  width: 100%;
}

.contact,
.links1 {
  flex: 1;
}

.contact h3,
.links1 h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact p {
  margin-bottom: 8px;
  line-height: 1.5;
}

.links-container {
  display: flex;
}

.links-column {
  flex: 1;
}

.links1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links1 li {
  margin-bottom: 8px;
}

.links1 a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.links1 a:hover {
  color:  #fb9797;
  /* 悬停时浅蓝色 */
  text-decoration: underline;
}

.copyright {
  width: 100%;
  background-color:  #6e0707;
  color: rgb(255, 255, 255);
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  background-size: cover;
}

.copyright a {
  color: wheat;
  font-weight: bold;
  text-decoration: none;
}

.look,
.look img {
  width: 100%;
  height: 100px;
}

.mobile-nav-toggle {
  display: none;
  /* 默认在桌面端隐藏 */
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 30px;
  height: 24px;
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0f0e0e;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.mobile-nav-toggle span:nth-child(1) {
  top: 0px;
}

.mobile-nav-toggle span:nth-child(2),
.mobile-nav-toggle span:nth-child(3) {
  top: 10px;
}

.mobile-nav-toggle span:nth-child(4) {
  top: 20px;
}

/* 当菜单打开时的样式 */
.mobile-nav-toggle.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-nav-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}

.mobile-nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-nav-toggle.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}