@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.pb_sys_common {
    display: block !important;
    margin-bottom: 60px;
    border: none !important;
    padding-top:0px !important;
  margin-top:0px !important;
}

/* 内容1 */
.index_1 {
  width: 100%;
  background: url(../images/main1_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index_1_nav {
  padding-top: 50px;
}

.index_1_nav ul,
.index_1_main,
.index_2-main,
.index_3_main,
.index_4-top,
.index_4-btm,
.graphicList > div {
  margin: 0 auto;
  max-width: 1440px;
}

.index_1_nav ul {
  height: 120px;
  background: #a5272f;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
}

.index_1_nav ul li {
  height: 100%;
  flex: 1;
}

.index_1_nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index_1_nav ul li:hover a img {
  transform: rotateY(180deg);
  transition: transform 0.5s ease;
}

.index_1_nav ul li a p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 16px;
}

.index_1_nav ul li a div {
  width: 1px;
  height: 60px;
  background: #b95455;
  position: absolute;
  right: 0;
}

.index_1_main {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.index_1_left {
  width: 66%;
}

.index_1_left_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index_1_left_title ul img{
  width:100%;
}
.index_1_left_title > div {
  display: flex;
  align-items: center;
}

.index_1_left_title > div > div {
  margin-left: 18px;
}

.index_1_left_title > div > div > p:first-child {
  font-size: 29px;
  line-height: 29px;
  color: #a5272f;
  font-weight: bold;
}

.index_1_left_title > div > div > p:last-child {
  font-size: 13px;
  color: #a6282f;
  line-height: 13px;
  margin-top: 8px;
}

.index_1_left_title > div:last-child {
  width: 86px;
  height: 26px;
  background: #a5272f;
  border-radius: 13px;
}

.index_1_left_title > div:last-child > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_1_left_title > div:last-child > a > span {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 12px;
  line-height: 26px;
}

.index_1_left_title > div:last-child > a > p {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  background-image: url(../images/left_hong.png);
  background-position: center;
  background-size: auto;
}
.index_1_left_title > div:last-child > a:hover > p {
  background-image: url(../images/left_lv.png);
  background-position: center;
  background-size: auto;
   transition: all 0.5s ease;
}

.index_1_left > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_1_left > div:nth-child(2) > div {
  width: 48.5%;
  /* height: 370px; */
  background: #ffffff;
  box-shadow: 0px 0px 10px #ddd;
}

.index_1_left > div:nth-child(2) > div > a {
  display: block;
}

.index_1_left > div:nth-child(2) > div > a > p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  padding: 20px 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index_1_left > div:nth-child(2) > div > a > p:last-child {
  display: flex;
  align-items: center;
  padding-top: 0;
  line-height: 14px;
}

.index_1_left > div:nth-child(2) > div > a > p:last-child > span {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  margin-left: 7px;
  line-height: 14px;
}
.index_1_left > div:nth-child(2) > div > a > p:last-child > span:first-child,
.index_4-top_l-main
  > div
  > a
  > div:nth-child(2)
  > p:nth-child(2)
  > span:first-child {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/time.png) no-repeat;
  background-position: center left;
  background-size: auto;
  margin-left: 0;
  line-height: 14px;
}
.index_1_left
  > div:nth-child(2)
  > div:hover
  > a
  > p:last-child
  > span:first-child,
.index_4-top_l-main
  > div:hover
  > a
  > div:nth-child(2)
  > p:nth-child(2)
  > span:first-child {
  background: url(../images/time_.png) no-repeat;
  background-position: center left;
  background-size: auto;
}

.index_1_left > div:nth-child(2) > div > a > span {
  height: 280px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_1_left > ul {
  margin-top: 15px;
}

.index_1_left > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 45px;
  border-bottom: 1px dotted #c9c9c9;
}

.index_1_left > ul > li:first-child > a {
  border-top: 1px dotted #c9c9c9;
}

.index_1_left > ul > li > a > p {
  color: #333333;
  font-size: 16px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_1_left > ul > li > a > span {
  color: #999999;
  font-size: 16px;
  text-align: right;
}

.index_1_right {
  width: 31.25%;
}

.index_1_right ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  background: #fff;
}

.index_1_right ul li a > div {
  width: 18.5%;
  background: #eeeeee;
  margin-right: 12px;
}

.index_1_right ul li a > div > p {
  text-align: center;
}

.index_1_right ul li a > div > p:nth-child(1) {
  font-size: 19px;
  line-height: 19px;
  color: #a5272f;
  font-weight: bold;
  margin: 9px 0;
}

.index_1_right ul li a > div > p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #a5272f;
  margin-bottom: 10px;
}

.index_1_right ul li a > p {
  width: 75%;
  height: 46px;
  font-size: 16px;
  color: #333333;
}

/* 内容2 */
.index_2 {
  width: 100%;
  background: url(../images/main2_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 660px;
}

.index_2-main .index_1_left_title {
  padding-top: 80px;
}

.index_2-main .index_1_left_title > div:first-child > div > p {
  color: #fff;
}

.index_2-main .index_1_left_title > div:last-child {
  background: #fff;
}

.index_2-main .index_1_left_title > div:last-child:hover {
  background: #23ab7f;
  transition: background-color 0.5s ease;
}

.index_2-main .index_1_left_title div:nth-child(2) a span {
  color: #a5272f;
}

.index_2-main .index_1_left_title div:nth-child(2):hover a span {
  color: #fff;
  transition: color 0.5s ease;
}

.index_2-main .index_1_left_title div:nth-child(2) > a > p {
  background: #a5272f;
  background-image: url(../images/left_bai.png);
    background-position: center;
    background-size: auto;
}

.index_2-main .index_1_left_title div:nth-child(2):hover > a > p {
  background: #fff;
  
  background-image: url(../images/left_lv.png);
    background-position: center;
    background-size: auto;

}

.index_2_content {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

.index_2_content .slick-slide.slick-active {
  padding: 25px;
  overflow: hidden;
}

.index_2_content li div {
  display: flex;
  align-items: center;
}

.index_2_content li p:first-child {
  line-height: 32px;
  font-weight: bold;
}

.index_2_content .slick-slide {
  width: 240px !important;
  height: 270px !important;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 90px;
  background: #edd4d5;
}

.index_2_content .slick-slide p:nth-child(1) {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.index_2_content .slick-slide div:nth-child(2) {
  margin-top: 60px;
}

.index_2_content .slick-slide div:nth-child(2) span {
  margin: 0 8px;
  color: #999999;
}

.index_2_content .slick-slide p:nth-child(3) {
  display: none;
}

.index_2_content .slick-slide div:nth-child(4) {
  display: none;
}

.index_2_content .slick-center {
  width: 400px !important;
  height: 450px !important;
  margin-top: 0px !important;
  background: #ffffff !important;
}

.index_2_content .slick-center p:nth-child(1) {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #23ab7f;
  font-size: 16px;
}

.index_2_content .slick-center div:nth-child(2) {
  margin-top: 30px;
}

.index_2_content .slick-center p:nth-child(3) {
  overflow: hidden;
  height: 120px;
  /* display: -webkit-box; */
  display: block;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 28px;
}

.index_2_content .slick-center div:nth-child(4) {
  display: flex;
  margin-top: 50px;
}

.index_2_content .slick-center div:nth-child(4) span {
  font-size: 15px;
  /* font-weight: bold; */
  color: #23ab7f;
  margin-right: 8px;
}

.index_2-main .slick-cloned:last-child {
  display: none;
}

.index_2-main button {
  position: absolute;
}

.index_2-main .slick-prev {
  top: 48%;
  left: -2.5%;
  width: 18px;
  height: 18px;
  background: url(../images/left.png);
}

.index_2-main .slick-next {
  top: 48%;
  right: -2.5%;
  width: 18px;
  height: 18px;
  background: url(../images/right.png);
}

/* 内容3 */
.index_3 {
  width: 100%;
  background: url(../images/main3_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index_3_main {
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
}

.index_3_main > div {
  width: 49%;
}

.index_3_left_content {
  display: flex;
  height: 460px;
  justify-content: space-between;
}

.index_3_left_content > ul > li {
  overflow: hidden;
}
.index_3_left_content > ul > li>a {
 display:block;
 width:100%;
 height:100%;
 position: relative;
}
.index_3_left_content > ul > li a img {
  width:100%;
  height: 90%;
  object-fit: cover;
}
.index_3_left_content > ul > li a p {
  position: absolute;
  width:100%;
  background: #000;
  color:#fff;
  display: flex;
  align-items: center;
  bottom: 0;
  padding: 5px;
}
.index_3_left_content > ul > li a p span{
 font-size: 15px;
 overflow:hidden;
 white-space:nowrap;
 text-overflow: ellipsis;
 padding: 0 5%;
}

.index_3_left_content > ul:first-child {
  width: 65.5%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.index_3_left_content > ul:nth-child(2) {
  width: 32.5%;
  display:flex;
  flex-wrap:wrap;
  align-content:space-between
}
.index_3_left_content > ul:nth-child(2)>li:nth-child(1) {
  width: 100%;
  height: 42%;
}
.index_3_left_content > ul:nth-child(2)>li:nth-child(2) {
  width: 100%;
  height:55%
}
.index_3_left_content > ul:first-child > li {
  width: 48.5%;
  height: 42%;
}

.index_3_left_content > ul:first-child > li:first-child {
  width: 100%;
  height: 55%;
}

.index_3_right_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_3_right_content > li {
  margin-bottom: 15px;
  width: 49%;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #dedede;
  border-radius: 10px 10px 10px 10px;
}

.index_3_right_content > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.index_3_right_content > li > a > span {
  font-size: 20px;
  font-weight: bold;
  color: #a5272f;
  line-height: 20px;
}

/* 背景hover */
.index_1_nav ul li:hover a div,
.index_1_left_title > div:last-child:hover,
.index_1_right ul li:hover a > div {
  background: #23ab7f;
  transition: background-color 0.5s ease;
}

.index_1_nav ul li:hover {
  background: #23ab7f;
  border-radius: 10px;
  transition: background-color 0.5s ease;
}

/* 文本hover */
.index_1_left_title > div:last-child:hover > a > p,
.index_1_left > div:nth-child(2) > div:hover > a > p,
.index_1_left > div:nth-child(2) > div:hover > a > p:last-child > span,
.index_1_left > ul > li:hover > a > p,
.index_1_left > ul > li:hover > a > span,
.index_1_right ul li:hover a > p,
.index_3_right_content > li:hover > a > span,
.index_3_right_content > li:hover > a > p,
.index_3_right_content > li:hover > a > div > p,
.index_4-top_l-main > div:hover > a > div:nth-child(2) > p:first-child,
.index_4-top_l-main > div:hover > a > div:nth-child(2) > p:nth-child(2) > span,
.index_4-btm-main li:hover a p,
.index_3_left_content > ul > li:hover a p{
  color: #23ab7f;
  transition: color 0.5s ease;
}

.index_1_right ul li:hover a > div > p {
  color: #fff;
  transition: color 0.5s ease;
}

/* 容器hover */
.index_3_left_content > ul > li:hover,
.index_4-top_r-main:hover,
.index_4-top_l-main > ul > li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.index_1_left > div:nth-child(2) > div:hover,
.index_3_right_content > li:hover,
.index_4-top_l-main > div:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

/* 图片hover */
.index_1_left > div:nth-child(2) > div:hover > a > span > img,
.index_3_left_content > ul > li:hover > a > img,
.index_4-top_l-main > div:hover > a > div:first-child > img,
.index_4-top_l-main > ul > li:hover > a > img,
.index_4-top_r-main:hover > a > img:first-child {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.index_3_right_content > li > a > p {
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}

.index_3_right_content > li > a > div {
  display: flex;
  align-items: center;
  margin-top: 14px;
  line-height: 16px;
}

.index_3_right_content > li > a > div > p {
  color: #999999;
}

.index_3_right_content > li > a > div > span {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center left;
  background-size: auto;
}
.index_3_right_content > li > a > div:nth-child(3) > span {
  background: url(../images/dizhiguanli.png) no-repeat;
}
.index_3_right_content > li > a > div:nth-child(4) > span {
  background: url(../images/shijian.png) no-repeat;
}
.index_3_right_content > li > a > div:nth-child(5) > span {
  background: url(../images/jiaoshou1.png) no-repeat;
}
.index_3_right_content > li:hover > a > div:nth-child(3) > span {
  background: url(../images/dizhi_.png) no-repeat;
  transition: all 0.5s ease;
}
.index_3_right_content > li:hover > a > div:nth-child(4) > span {
  background: url(../images/shijian_.png) no-repeat;
  transition: all 0.5s ease;
}
.index_3_right_content > li:hover > a > div:nth-child(5) > span {
  background: url(../images/jiaoshou1_.png) no-repeat;
  transition: all 0.5s ease;
}

.index_3_right_content > li > a > div > p:nth-child(2) {
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 内容4 */
.index_4-top {
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
}

.index_4-top > div {
  width: 49%;
}

.index_4-top_l-main {
  display: flex;
  /* height: calc(48.7vw/700*430); */
  justify-content: space-between;
}

.index_4-top_l-main > div {
  width: 61%;
  box-shadow: 0px 0px 10px 0px #ededed;
}

.index_4-top_l-main > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_4-top_l-main > div > a > div:first-child {
  width: 100%;
  height: 74%;
  overflow: hidden;
}

.index_4-top_l-main > div > a > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_4-top_l-main > div > a > div:nth-child(2) {
  width: 100%;
  height: 26%;
  padding: 30px;
}

.index_4-top_l-main > div > a > div:nth-child(2) > p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_4-top_l-main > div > a > div:nth-child(2) > p:nth-child(2) {
  display: flex;
  align-items: center;
  line-height: 14px;
  margin-top: 20px;
}

.index_4-top_l-main > div > a > div:nth-child(2) > p:nth-child(2) > span {
  font-size: 14px;
  line-height: 14px;
  color: #9b9b9b;
  margin-left: 7px;
}

.index_4-top_l-main > ul {
  width: 37%;
  height: 100%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.index_4-top_l-main > ul li img{
  width: 100%;
  height: 90%;
  object-fit: cover;
}

.index_4-top_l-main > ul > li:first-child {
  margin-bottom: 15px;
}
.index_4-top_l-main > ul > li {
  width: 100%;
  /* height: 49%; */
}
.index_4-top_l-main > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index_4-top_l-main > ul > li > a > p {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 5px;
  color: #ffffff;
  background: rgba(166, 40, 47);
}
.index_4-top_r-main{
  height:430px;
}
.index_4-top_r-main > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow:hidden;
}
.index_4-top_r-main > a > img:first-child {
 width:100%;
 height:100%;
 object-fit: cover;
}
.index_4-top_r-main > a > img:last-child {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.index_4-btm-main {
  margin-bottom: 40px;
}
.index_4-btm-main .slick-slide img {
    display: block;
    margin: 0 auto;
}

.index_4-btm-main li a p {
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.index_4-btm-main button {
  position: absolute;
  z-index: 99;
}

.index_4-btm-main .slick-prev {
  top: 40%;
  left: -2.5%;
  width: 18px;
  height: 18px;
  background: url(../images/left_h.png);
}

.index_4-btm-main .slick-next {
  top: 40%;
  right: -2.5%;
  width: 18px;
  height: 18px;
  background: url(../images/right_h.png);
}

/* 图文列表 */
.graphicList > div {
  display: flex;
  justify-content: space-between;
}

.graphicList_nav {
  width: 240px;
  margin-top: -60px;
}
.intro_main{
  min-height:200px;
}
.graphicList_nav > .cluname {
  width: 100%;
  background: url(../images/sidenamebg.png) #8e190f no-repeat 110px center;
  background-size: 80%;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.graphicList_nav > ul {
  width: 100%;
  background: #f7f7f7;
  padding: 10px 35px 30px;
}

.graphicList_nav > ul > li {
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px dashed #d0d0d0;
}

.graphicList_nav > ul > .active {
  color: #a5272d;
  font-weight: bold;
}

.graphicList_nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* side-wrap */
#side-wrap{display: block;position: relative;width: 100%;z-index: 2;margin-bottom: 50px;}
#side-wrap .submenu .lm-tit{position: absolute; top: 100px; left: 0; width: 100%; text-align: center; color: #fff; transition: .5s;}
#side-wrap .submenu .lm-tit h1{display: block; font-size: 36px; letter-spacing: -.04em; line-height: 42px; text-shadow: 0 0 5px rgba(0, 0, 0, .7); opacity: 0; transform: translateY(30px); transition: all .6s ease .6s;}
#side-wrap .submenu .lm-tit p{display: block; font-size: 17px; text-shadow: 0 0 5px rgb(0 0 0 / 70%); opacity: 0; transform: translateY(40px); transition: all .6s ease 1s;}
#side-wrap .submenu .submenu-wr{position: absolute; width: 100%; height: 60px; left: 0; bottom: 0;background: #FFF; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
#side-wrap .submenu .submenu-wr .home{display: block; position: relative; float: left; width: 60px; height: 60px; background-color: #000000;}
#side-wrap .submenu .submenu-wr .home i{display: block; position: absolute; width: 14px; height: 12px; left: 50%; top: 50%; margin: -9px 0 0 -6px; color: #FFF; font-size: 17px;}
#side-wrap .submenu .submenu-wr #cont-navi-wrap{display: block; width: 100%;}
#side-wrap .submenu .submenu-wr .cnavi-fix{display: block; position: fixed; width: 100%; height: 52px; left: 0; top: 0; background: rgba(181, 138, 96, .7)}
.loaded #side-wrap .submenu .lm-tit h1{opacity: 1; transform: translateY(0);}
.loaded #side-wrap .submenu .lm-tit p{opacity: 1; transform: translateY(20px);}
/*---------------------------------------------------*/
#side-wrap .submenu .depth1{}
#side-wrap .submenu .depth1 .lm_a1{display: none;}
#side-wrap .submenu .depth2{display: block; font-size: 0;}
#side-wrap .submenu .depth2 .lm_l2{position: relative;display:block;margin: 2px 0;}
#side-wrap .submenu .depth2 .lm_a2{display: block;padding:15px 0 15px 15px;font-size: 17px;transition: all 0.3s ease;background: #f9f8f8;}
#side-wrap .submenu .depth2 .lm_a2:before,#side-wrap .submenu .depth2 .lm_a2:after {content: '';position: absolute;right: 15px;top: 27px;width: 12px;height: 2px;background: #656565;transition:.6s}
#side-wrap .submenu .depth2 .lm_a2:before{transform:rotate(90deg);}
#side-wrap .submenu .depth2 .lm_a2[target=_blank]:after{content: ''; position: absolute; right: 18px; top: 19px; width: 15px; height: 15px; z-index: 100}
#side-wrap .submenu .depth2 .lm_a2:hover,#side-wrap .submenu .depth2 .lm_a2:focus{/* font-weight: 500; */}
#side-wrap .submenu .depth2 .over .lm_a2,#side-wrap .submenu .depth2 .is-open .lm_a2{font-weight:bold;color: #FFF;background: #b5281c;}
#side-wrap .submenu .depth2 .over .tgl-btn,#side-wrap .submenu .depth2 .is-open > .tgl-btn{color: #FFF}
#side-wrap .submenu .depth2 .over .lm_a2:before,#side-wrap .submenu .depth2 .is-open .lm_a2:before{height: 0;}
#side-wrap .submenu .depth2 .over .lm_a2:after,#side-wrap .submenu .depth2 .is-open .lm_a2:after{background: #edaba5;}
#side-wrap .submenu .depth2 .has-sub .lm_a2{}
#side-wrap .submenu .depth3{display: none;width: 100%;box-sizing: border-box;}
#side-wrap .submenu .lm_l2.over .depth3, .submenu .lm_l2.is-open .depth3{background: #f9f9f9;}
#side-wrap .submenu .depth3 .lm_l3{position: relative;}
#side-wrap .submenu .depth3 .lm_a3:before,#side-wrap .submenu .depth3 .lm_a3:after{content: '';background-color:#aebbc6;position: absolute;left:1rem;}
#side-wrap .submenu .depth3 .lm_a3:before {width:2px;height: 7px;top: 1.25rem;}
#side-wrap .submenu .depth3 .lm_a3:after {width: 7px;height: 2px;top: calc(1.25rem + 5px);}
#side-wrap .submenu .depth3 .lm_a3{position: relative;display: block;font-size: 15px;padding: 10px 0 10px 35px;}
#side-wrap .submenu .depth3 .lm_a3[target=_blank]:after{content: ''; display: inline-block; width: 11px; height: 11px;border-bottom: 1px solid #d9e0e7;z-index: 100}
#side-wrap .submenu .depth3 .has-sub .lm_a3{}
#side-wrap .submenu .depth3 .over .lm_a3,#side-wrap .submenu .depth3 .lm_a3:hover,#side-wrap .submenu .depth3 .lm_a3:focus{color: #bc2316;}
#side-wrap .submenu .depth3 .over .lm_a3:before,#side-wrap .submenu .depth3 .lm_a3:hover:before,#side-wrap .submenu .depth3 .lm_a3:focus:before,#side-wrap .submenu .depth3 .over .lm_a3:after,#side-wrap .submenu .depth3 .lm_a3:hover:after,#side-wrap .submenu .depth3 .lm_a3:focus:after{background: #bc2316;}
#side-wrap .submenu .depth3 .over .lm_a3,#side-wrap .submenu .depth3 .is-open .lm_a3{font-weight:bold;color: #FFF;background: #969696;padding-left: 30px;}
#side-wrap .submenu .depth3 .is-open .lm_a3:before,#side-wrap .submenu .depth3 .is-open .lm_a3:after{background:#FFF}
#side-wrap .submenu .depth3 .over .tgl-btn,#side-wrap .submenu .depth3 .is-open > .tgl-btn{color: #FFF}
#side-wrap .submenu .depth4{background: rgb(241 241 241);padding: 8px 10px 8px 53px;display: none;}
#side-wrap .submenu .depth4 .lm_l4{position: relative;}
#side-wrap .submenu .depth4 .lm_a4{position: relative;font-size: 15px;display: block;padding: 6px 0 6px 13px;}
#side-wrap .submenu .depth4 .lm_l4.is-open .lm_a4{color: #a02429;}
#side-wrap .submenu .depth4 .lm_l4.is-open .lm_a4:before{/* left: 10px; */background: #a02429;}
#side-wrap .submenu .depth4 .lm_a4:before{content: '';position: absolute;left: 0;top: 17px;width: 3px;height: 3px;border-radius: 50%;background: #969696;}
#side-wrap .submenu .depth4 .over .lm_a4,#side-wrap .submenu .depth4 .lm_a4:hover,#side-wrap .submenu .depth4 .lm_a4:focus{color: #8e190f;}
#side-wrap .submenu .depth4 .over .lm_a4:before,#side-wrap .submenu .depth4 .lm_a4:hover:before,#side-wrap .submenu .depth4 .lm_a4:focus:before{background: #8e190f;}
#side-wrap .submenu .depth5{background: rgb(255,255,255);padding: 0 10px;display: none;}
#side-wrap .submenu .depth5 .lm_l5{position: relative;margin: 0 0;}
#side-wrap .submenu .depth5 .lm_a5{position: relative;display: block;font-size: 13px;padding: 5px 0 5px 10px;}
#side-wrap .submenu .depth5 .lm_a5:before{content: '';position: absolute;left: 0;top: 17px;width: 2px;height: 2px;border-radius: 50%;background: #8e190f;}
#side-wrap .submenu .depth5 .over .lm_a5,#side-wrap .submenu .depth5 .lm_a5:hover,#side-wrap .submenu .depth5 .lm_a5:focus{color: #8e190f;}
#side-wrap .submenu .depth5 .over .lm_a5:before,#side-wrap .submenu .depth5 .lm_a5:hover:before,#side-wrap .submenu .depth5 .lm_a5:focus:before{background: #0a56ae;}
#side-wrap .lm_a1, #side-wrap .lm_l1 > button{display: none;}
#side-wrap .depth2 .has-sub .tgl-btn{position: absolute; top:18px; right:10px; width: 20px; height: 20px;font-size: 17px; z-index: 9;}
#side-wrap .depth2 .has-sub:focus .tgl-btn:before, #side-wrap .depth2 .has-sub:focus .tgl-btn:after, #side-wrap .depth2 .has-sub:hover .tgl-btn:before, #side-wrap .depth2 .has-sub:hover .tgl-btn:after{background: #333;}
#side-wrap .depth2 .depth3 .has-sub .tgl-btn{top:7px; right:10px; border: none;}
#side-wrap .depth2 .depth4 .has-sub .tgl-btn{top: 1px;}
/*---------------------------------------------------*/
#side-wrap .submenu #cont-navi button.m-btn{display: none}
#side-wrap .submenu #cont-navi .home{display: block; position: relative; float: left; width: 60px; height: 60px; background-color: #000000;}
#side-wrap .submenu #cont-navi .home i{display: block; position: absolute; width: 14px; height: 12px; left: 50%; top: 50%; margin: -9px 0 0 -6px; color: #FFF; font-size: 17px;}
#side-wrap .submenu #cont-navi dl{display: block; float: left; position: relative}
#side-wrap .submenu #cont-navi dl:after{content: ""; display: block; position: absolute; width: 1px; height: 100%; top: 0; right: 0; background-color: #e9474c;}
#side-wrap .submenu #cont-navi dl dt a{display: block; position: relative; min-width: 200px; height: 60px; line-height: 60px;}
#side-wrap .submenu #cont-navi dl.cnavi3 dt a{min-width: 160px; width: auto; padding-right: 40px}
#side-wrap .submenu #cont-navi dl dt a .txt{display: block; font-size: 15px; color: #fff; letter-spacing: .03em; margin: 0 20px;}
#side-wrap .submenu #cont-navi dl dt a .txt i{display: inline-block; float: right; vertical-align: bottom; font-size: 20px;}
#side-wrap .submenu #cont-navi dl dt a .txt i:before{border: 1px solid rgb(255 255 255 / 50%);}
#side-wrap .submenu #cont-navi dl dt a:hover .txt i:before{border-color: #fff; transition: .5s;}
#side-wrap .submenu #cont-navi dl{background-color: #da2127;}
#side-wrap .submenu #cont-navi dl .isOver a,#side-wrap .submenu #cont-navi dl .isOver a:hover{background: #c0191e;}
#side-wrap .submenu #cont-navi dl .isOver a:after{content: ""; display: block; position: absolute; width: 5px; height: 9px; right: 20px; top: 50%; margin: -4.5px 0 0 0;}
#side-wrap .submenu #cont-navi dl dd{display: none}
#side-wrap .submenu #cont-navi dl dd ul{display: block}
#side-wrap .submenu #cont-navi dl dd ul li{display: block}
#side-wrap .submenu #cont-navi dl dd ul li a{display: block; position: relative; color: #fff; font-size: 15px; letter-spacing: -.05em; padding: 16px 0;}
#side-wrap .submenu #cont-navi dl dd ul li a span{display: block; margin: 0 0 0 15px}
#side-wrap .submenu #cont-navi dl dd ul li a:hover,#side-wrap .submenu #cont-navi dl dd ul li a:focus{background-color: #b31f23;}
#side-wrap .submenu #cont-navi dl dd ul li a:before{content: ""; display: block; position: absolute; width: 100%; height: 1px; left: 0; top: 0; background-color: #e9474c;}
#side-wrap .submenu #cont-navi dl dd ul li a:hover:after,#side-wrap .submenu #cont-navi dl dd ul li a:focus:after{content: ""; display: block; position: absolute; width: 5px; height: 9px; right: 20px; top: 50%; margin: -4.5px 0 0 0;}
#side-wrap .submenu .cont-ctrl-btns{display: block; float: right; position: relative; z-index: 999;}
#side-wrap .submenu .cont-ctrl-btns button{display: block; position: relative; width: 60px; height: 60px; background: none; font-size: 0;}
#side-wrap .submenu .cont-ctrl-btns button i{display: block; position: absolute; width: 25px; height: 20px; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: all .3s ease;}
#side-wrap .submenu .cont-ctrl-btns button i:before{font-size: 22px;}
#side-wrap .submenu .cont-ctrl-btns button:before{content: ""; display: block; position: absolute; width: 1px; height: 14px; left: 0; top: 50%; margin: -5px 0 0 0; background: rgb(115 115 115 / 30%);}
#side-wrap .submenu .cont-ctrl-btns button:focus i,#side-wrap .submenu .cont-ctrl-btns button:hover i{transform: translateY(-3px);}
#side-wrap .submenu .unit{position: relative; float: left;}
#side-wrap .submenu .unit .btn-cast::before{display: none}
#side-wrap .submenu .unit .btn-cast.is-open,#side-wrap .submenu .unit .btn-cast:hover, .submenu .unit .btn-cast:focus{}
#side-wrap .submenu .unit .btn-print:hover,#side-wrap .submenu .unit .unit .btn-print:focus{background-color: #12213a; border-color: #12213a}
#side-wrap .submenu .unit .btn-share.is-open,#side-wrap .submenu .unit .unit .btn-share:hover, .submenu .unit .btn-share:focus{background: #ffffff;}
#side-wrap .submenu .unit .sns-list{display: none; position: absolute; top: 100%; right: 0; z-index: 100; width: auto; white-space: nowrap; box-sizing: border-box; box-shadow: 0 2px 8px rgb(0, 0, 0, 10%);}
#side-wrap .submenu .unit .sns-list.is-open{display: block}
#side-wrap .submenu .unit .sns-list .inwr{background: #fff; border: 1px solid #EEE; padding: 10px 12px; text-align: center; position: relative;}
#side-wrap .submenu .unit .sns-list .inwr:before{display: block; position: absolute; right: 22px; top: -7px; width: 12px; height: 12px; background: #FFF; border: solid #E1E1E1; border-width: 0 1px 1px 0; content: ''; transform: rotate(-135deg);}
#side-wrap .submenu .unit .sns-list.is-open .inwr{border-radius: 999px; opacity: 1; transition: opacity .35s ease, border-radius 3s ease .5s}
#side-wrap .submenu .unit .sns-list.is-open .inwr:before,#side-wrap .submenu .unit .sns-list.is-open .inwr:after{opacity: 1}
#side-wrap .submenu .unit .sns-list .tit{display: block; font-size: 15px; color: #333333; font-weight: 500; line-height: 22px;}
#side-wrap .submenu .unit .sns-list button{display: block; width: 36px; height: 36px; position: relative; font-size: 0; margin: auto; overflow: hidden; border-radius: 50%; transition: .25s; background: #888;}
#side-wrap .submenu .unit .sns-list button i{font-size: 22px; color: #FFF;}
#side-wrap .submenu .unit .sns-list ul{display: block; font-size: 0; white-space: nowrap;}
#side-wrap .submenu .unit .sns-list li{display: block; box-sizing: border-box; position: relative; vertical-align: top; margin: 12px auto;}
#side-wrap .submenu .unit .sns-list li:last-child{}
#side-wrap .submenu .unit .sns-list li button:hover,#side-wrap .submenu .unit .sns-list li button:focus{box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.3);}
#side-wrap .submenu .unit .sns-list li .btn-wechat{background-color: #3db042;}
#side-wrap .submenu .unit .sns-list li .box-wechat{width: 150px; height: 150px; padding: 15px; top: -80%; right: calc(100%); position: absolute; background: #FFF; border: 1px solid #EEE; overflow: hidden; opacity: 0; transition: .5s;}
#side-wrap .submenu .unit .sns-list li .box-wechat.on{opacity: 1; right: calc(100% + 12px);}
#side-wrap .submenu .unit .sns-list li .box-wechat img{width: 100%}
#side-wrap .submenu .unit .sns-list li .btn-wechat:hover .box-wechat{display: block}
#side-wrap .submenu .unit .sns-list li .btn-weibo{background-color: #f52212;}
#side-wrap .submenu .unit .sns-list .sns-closer:before,#side-wrap .submenu .unit .sns-list .sns-closer:after{content: ""; display: block; background: #FFF; box-sizing: border-box; width: 15px; height: 2px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: all .3s ease}
#side-wrap .submenu .unit .sns-list .sns-closer:before{transform: rotate(45deg)}
#side-wrap .submenu .unit .sns-list .sns-closer:after{transform: rotate(135deg)}
#side-wrap .submenu .unit .sns-list .sns-closer:hover{background: #000}
#side-wrap .submenu .unit .sns-list .sns-closer:hover:before,#side-wrap .submenu .unit .sns-list .sns-closer:focus:before{transform: rotate(135deg)}
#side-wrap .submenu .unit .sns-list .sns-closer:hover:after,#side-wrap .submenu .unit .sns-list .sns-closer:focus:after{transform: rotate(225deg)}


.graphicList_main {
  width: calc(100% - 310px);
}
.graphicList_main .a{
  font-size: 15px;
  color:#333;
  margin-bottom: 10px;
}
.graphicList_main > div {
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.graphicList_main > div:last-child {
  border-bottom:none;
  display: block !important;
  padding-top: 15px;
}

.graphicList_main > div > div {
  display: flex;
  align-items: center;
}
.graphicList_main .links{
    display: block;
}
.graphicList_main .links .links_box{
    position: relative;
    background: #fff8f8;
    border-radius: 8px;
    padding: 20px 0;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}
.graphicList_main .links h1{
   font-size: 16px;
    padding: 15px 20px;
    display: inline-block;
    color: #fff8f8;
    position: absolute;
    top: 30px;
    left: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 0;
    background: #8e190f;
    background: -webkit-linear-gradient(to left, #9c1c11, #c0281b);
    background: linear-gradient(to left, #9c1c11, #c0281b);
}
.graphicList_main .links ul{
    padding: 30px;
    background: #FFF;
    margin: 90px 40px 40px 40px;
    border-radius: 8px;
    box-shadow: 0 0 26px #f7e0de;
}
.graphicList_main .links ul li{
    display: inline-block;
    width: 150px;
    margin: 10px 0px;
    border: none;
}
.graphicList_main .links ul li a{
    font-size: 16px;
    display: block;
    /* color: #333; */
    padding: 0;
}

.graphicList_main .links1{
    display: block;
}
.graphicList_main .links1 h1{
    font-size: 22px;
    margin-top: 15px;
    display: block;
}
.graphicList_main .links1 ul{
    margin: 10px 0;
}
.graphicList_main .links1 ul li{
    display: block;
    margin: 5px 15px 10px 0;
}
.graphicList_main .links1 ul li a{
    font-size: 17px;
    display: block;
    color: #333;
}

.content .graphicList_main > div > div {
  width: 100%;
  display: flex;
  align-items: center;
}

.graphicList_main > div > div > a {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  display: flex;
  align-items: center;
}

.graphicList_main > div > div > a:hover {
  font-weight: bold;
  transition: all 0.5s ease;
}

.graphicList_main > div > div > a:first-child {
  font-weight: bold;
}

.graphicList_main > div > div > a:first-child::before {
  content: url(../images/home.png);
  margin-left: 0;
  height: 42px;
}

.graphicList_main > div > div > a::before {
  /* content: ">"; */
  margin: 0 12px;
  font-weight:500;
}
.graphicList_main > div > div > a:hover::before {
font-weight:normal;
}

.graphicList_main > div > p {
  font-size: 20px;
  font-weight: bold;
  color: #a5272d;
  line-height: 46px;
}

.graphicList_main_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 50px;
}

.graphicList_main_content > li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.graphicList_main_content > li:hover > a > div:first-child {
}

.graphicList_main_content > li:hover > a > div:nth-child(2) > button {
  background: #a5272d;
  color: #fff;
  transition: all 0.5s ease;
}

.graphicList_main_content > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 40px;
}

.graphicList_main_content > li > a > div:first-child {
  width: 31.3%;
  position: relative;
  width: 160px;
  height: 200px;
}

.graphicList_main_content > li > a > div:first-child > img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.graphicList_main_content > li > a > div:nth-child(2) {
  width: calc(100% - 195px);
}

.graphicList_main_content > li > a > div:nth-child(2) > span {
  font-size: 22px;
  color: #333333;
  line-height: 18px;
}

.graphicList_main_content > li > a > div:nth-child(2) > p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.graphicList_main_content > li > a > div .txt{
    overflow: visible;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}
.graphicList_main_content > li > a > div .txt span{display:block}
.graphicList_main_content > li > a > div:nth-child(2) > button {
  background: #fff;
  opacity: 1;
  border: 1px solid #cecece;
  font-size: 13px;
  color: #7a7a7a;
  text-align: center;
  padding: 8px 20px;
  margin-top: 35px;
}

/* 文字列表 */
.literalList_main_content {
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 400px;
}

.literalList_main_content > li {
  padding-top: 10px;
  border-bottom: 1px dashed #d0d0d0;
}

.literalList_main_content > li > a > span {
  display: block;
  font-size: 22px;
  line-height: 24px;
  /* font-weight: bold; */
  color: #333333;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.literalList_main_content > li > a > p {
  height: 40px;
  font-size: 13px;
  color: #555555;
  line-height: 22px;
  margin-top: 15px;
}

.literalList_main_content > li > a > div {
  display: flex;
  align-items: center;
  margin-top: 15px;
  line-height: 16px;
  padding-bottom: 20px;
}
.literalList_main_content > li > a > div > span {
  width: 14px;
  height: 14px;
  background: url(../images/shijian_.png);
  background-position: center left;
  background-size: 100%;
}
.literalList_main_content > li:hover > a > div > span {
  background: url(../images/shijian.png);
  background-size: 100%;
  transition: all 0.5s ease;
}

.literalList_main_content > li > a > div > p {
  margin-left: 10px;
  font-size: 14px;
  color: #999999;
  margin-top: 2px;
}

.literalList_main_content > li:hover {
  border-bottom: 1px solid #24ab82;
  transition: all 0.5s ease;
}

.literalList_main_content > li:hover > a > span {
  color: #a5272d;
  transition: all 0.5s ease;
}

/* 内容页 */
.content_main {
  padding: 20px 0 50px;
}

.content_main  h3 {
  padding: 28px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.content_main form  p {
  /* text-align: center; */
  font-size: 14px;
  color: #999999;
}

.content_main form  div:nth-child(3) {
  margin-top: 20px;
  border-top: 1px dashed #c1c1c1;
  border-bottom: 1px solid #dadada;
  padding: 22px 0 32px;
  overflow: hidden;
}

.content_main form div:nth-child(3) > p {
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.content_main form  div:nth-child(3) > p:nth-child(2) {
  margin: 36px 0;
}

.content_main form div:nth-child(3) > span {
  display: block;
  text-align: right;
}

.content_main form div:nth-child(3) > span:nth-child(5) {
  margin-top: 40px;
}
.content_main .fj li{
   margin: 20px 0 30px;
}
.content_main .fj a {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #23ab81;
 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content_main > a:hover {
  color: #a5272d;
}

.div {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  width: 100%;
  padding: 24px 20px;
}

.content_main form div:last-child > a {
  width: 45.5%;
  display: block;
  display: flex;
  justify-content: flex-start;
}

.content_main form div:last-child > a > span {
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.content_main form  div:last-child > a > p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.content_main form div:last-child > a:hover > p {
  color: #23ab81;
}

.content_main form div:last-child > div {
  /* width: 1px; */
  height: auto;
  /* background: #dadada; */
}

/* 简介 */
.intro_main > p {
  margin-top: 45px;
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.intro_main > div {
  margin: 50px 0 100px;
}

.intro_main > div > span {
  display: block;
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
#vsb_content p{
  /* margin-top: 16px; */
  text-indent: 2em;
  font-size: 17px;
  line-height: 36px;
  color: #333;
}
#vsb_content p *{
  color: #333;
  font-family: '微软雅黑' !important;
  text-decoration: none !important;
}
#vsb_content p video{display: unset;margin: 30px 0;}
.vsbcontent_img{
  width: 100%;
}
.vsbcontent_img img{
  display:block;
  margin:0 auto;
}



.v_news_content p img{
margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .index_1_nav,
  .index_1_main,
  .index_2-main,
  .index_3_main,
  .index_4-top,
  .index_4-btm,
  .graphicList > div {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* 内容1 */

  .index_1_left_title > div > div {
    margin-left: 13px;
  }

  .index_1_left_title > div > div > p:last-child {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
  }

  .index_1_left > div:nth-child(2) > div > a > span {
    height: 234px;
  }

  .index_1_left > div:nth-child(2) > div > a > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index_1_right ul li a {
    padding: 6.2px 10px;
  }

  .index_1_left_title > div:last-child {
    width: 75px;
  }

  .index_1_left_title > div:last-child > a > span {
    font-size: 13px;
    margin-right: 8px;
  }

  /* 内容3 */
  .index_3_left_content {
    height: 433px;
  }

  .index_3_left_content > ul > li > a {
    display: block;
  }

  .index_3_left_content > ul:first-child > li,
  .index_3_left_content > ul:nth-child(2) > li:first-child {
    height: 43.5%;
  }

  .index_3_left_content > ul:first-child > li:first-child,
  .index_3_left_content > ul:nth-child(2) > li:nth-child(2) {
    width: 100%;
    height: 54.4%;
  }

  .index_3_left_content > ul:first-child > li > a,
  .index_3_left_content > ul:nth-child(2) > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .index_3_left_content > ul:first-child > li > a > img,
  .index_3_left_content > ul:nth-child(2) > li > a > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .index_3_right_content > li > a > span {
    font-size: 19px;
  }

  .index_3_right_content > li > a {
    padding: 15px;
  }

  .index_3_right_content > li > a > p {
    font-size: 15px;
    margin-top: 10px;
  }

  .index_3_right_content > li > a > div:nth-child(3) > p:nth-child(3) {
    display: none;
  }
  .index_4-top_l-main > ul > li {
    width: 100%;
    height: 49%;
}
.index_4-top_r-main {
    height: calc(48.7vw/700*430);
}
  .index_4-top_l-main {
  height: calc(48.7vw/700*430);
}
 
  /* 内容页 */
  .content .graphicList_main > div > div > a {
    white-space: nowrap;
    margin: 0 6px;
  }

  .content .graphicList_main > div > div > a:last-child {
    display: block;
    /* width: 30%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .graphicList_main > div {
    display: block;
}
}

@media (max-width: 1200px) {
  .index_1_nav,
  .index_1_main,
  .index_2-main,
  .index_3_main,
  .index_4-top,
  .index_4-btm,
  .graphicList > div {
    padding-left: 4%;
    padding-right: 4%;
  }

  /* 内容1 */
  .index_1_main,
  .index_3_main,
  .index_4-top {
    display: block;
  }

  .index_1_left,
  .index_1_right,
  .index_3-left,
  .index_3-right,
  .index_4-top_l,
  .index_4-top_r {
    width: 100% !important;
  }

  .index_1_left,
  .index_3-left,
  .index_4-top_l {
    margin-bottom: 40px;
  }

  .index_1_right > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .index_1_right ul li a {
    padding: 10px;
  }

  .index_1_right > ul > li {
    width: 49.5%;
  }

  .index_1_left > div:nth-child(2) > div > a > span {
    height: calc(89vw/2/4*3);
  }

  /* 内容3 */

  .index_3_right_content > li > a > div:nth-child(3) > p:nth-child(3) {
    display: block;
  }
  .index_3_left_content{
    height:auto;
  }

  /* 内容4 */

  .index_4-top_r-main > a > img:first-child {
    width: 100%;
    height: 100%;
  }

  .index_4-top_l-main > ul > li > a > img {
    width: 100%;
    height: 100%;
  }
  .index_4-top_r-main {
    height: calc(90vw/700*430);
}
  .index_4-top_l-main {
  height: calc(90vw/70*43);
  }
    .index_4-btm-main li a p {
    text-align: center;
    
    margin-left: 0;
}
  /* 内容页 */
  .content .graphicList_nav {
    display: none;
  }

  .content .graphicList_main {
    width: 100%;
  }

  .content .graphicList_main > div > div > a::before {
    margin: 0 5px;
  }
}

@media (max-width: 1024px) {
  .index_1_nav,
  .index_1_main,
  .index_2-main,
  .index_3_main,
  .index_4-top,
  .index_4-btm,
  .graphicList > div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .index_4-btm {
    overflow: hidden;
  }

  /* 内容1 */
  .index_1_nav ul {
    height: 100px;
  }

  .index_1_nav ul li a > img {
    width: 20px;
  }

  .index_1_nav ul li a p {
    font-size: 16px;
    margin-left: 10px;
  }

  /* 图文列表 */
  .graphicList_nav {
  }

  .graphicList_main {
    width: calc(100% - 290px);
  }

  /* 内容页 */
  .graphicList content {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 999px) {
  .graphicList_nav > .cluname{
    font-size: 22px;
    line-height: 1;
    width: 80%;
    margin: auto;
    padding: 20px 10px;
    display: none;
}
  .graphicList_main .a{font-size:13px}
  .graphicList > div{display:block}
  .graphicList_nav{width:100%;margin-top: -10px;}
  .graphicList_main {width:100%;padding-top: 45px;}
  #side-wrap{width: 100%;margin: 20px auto;}
	#side-wrap .lm_a1{display: block !important;width: 100%;font-size: 15px;padding: 10px 15px;font-weight: 500;/* text-align: center; */color: #FFF;background: #8e190f;}
	#side-wrap .sub_title{font-size: 22px;background: #2d82c6;padding: 15px 20px;text-align: left;}
	#side-wrap .submenu .depth1{position: absolute;top: auto;width: 100%;}
	#side-wrap .submenu .depth2 .lm_a2{padding: 12px 0 12px 5px;font-size: 15px;}
	#side-wrap .submenu .depth3{max-height: 500px; overflow: auto;}
	#side-wrap .submenu .depth3 .lm_l3{display: block;width: 100%;margin: 0;}
	#side-wrap #leftmenu .lm_l1 > .tgl-btn{position: absolute;top: 0;left: 0;width: 100%;height: 45px;z-index: 99;display: block;}
	#side-wrap #leftmenu .lm_l1 > .tgl-btn i{font-size:22px;color: #FFF;position: absolute;top: 15px;right: 15px;border: 2px solid #FFF;width: 10px;height: 10px;border-width: 2px 2px 0 0;transform: rotate(135deg);}
	#pubPages .supBox{width:100%;margin-top: 30px;}
	#svisual-wrap{height: 290px;border: none;}
	#svisual-wrap #visImgWrap #visImg img.Img1{display:none}
	#svisual-wrap #visImgWrap #visImg img.Img2{display:block}
	#svisual-wrap #visImgWrap #visImg img{width: 1190px;margin: 0 0 0 -500px;}
	#side-wrap .submenu .depth2{padding: 0 15px 15px 15px;display: none;background: #FFF;box-shadow: 0 15px 20px #dcebf7;}
	.submenu .lm-tit{top: -170px;}
	.submenu .lm-tit h1{font-size: 28px; line-height: 32px; text-shadow: 0 0 10px rgba(0, 0, 0, .4), 0 5px 10px rgba(0, 0, 0, .4), 1px 1px 1px rgba(0, 0, 0, .4)}
	.submenu .lm-tit p{font-size: 15px; line-height: 1.4; margin: 0 10%;}
	.loaded .submenu .lm-tit p{transform: translateY(15px);}
  .graphicList_main_content > li > a > div:first-child{
    width: 140px;
    height: 180px;
}
  .graphicList_main_content > li > a{
    align-items: flex-start;
    padding: 30px 0 30px;
}
  .graphicList_main_content > li > a > div:nth-child(2) > span {font-size: 17px;}
  .graphicList_main_content > li > a > div:nth-child(2) > p{
    font-size: 13px;
    overflow: inherit;
    margin-top: 3px;
    -webkit-line-clamp: revert !important;
    line-height: 24px;
}
}
@media (max-width: 768px) {
  .index_1_nav,
  .index_1_main,
  .index_2-main,
  .index_3_main,
  .index_4-top,
  .index_4-btm,
  .graphicList > div {
    padding-left: 2%;
    padding-right: 2%;
  }

  /* 内容1 */
  .index_1_nav ul li a div {
    display: none;
  }

  .index_1_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
    background: none;
  }

  .index_1_nav ul li {
    width: 32%;
    flex: none;
    height: 80px;
    background: #a5272f;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .index_1_right > ul > li,
  .index_3_right_content > li {
    width: 100%;
  }

  /* 内容4 */

  .index_4-top_l-main {
    display: block;
    height:auto;
/*     margin-bottom:500px */
  }

  .index_4-top_l-main > div {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_4-top_l-main > ul {
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
  }

  .index_4-top_l-main > ul > li:first-child {
    /* margin-bottom: 0px; */
  }


  .index_4-top_l-main > ul > li {
    width: 49%;
    height: auto;
  }

  /* 图文列表 */
  .graphicList_main_content > li {
    width: 100%;
  }

  .graphicList_main_content > li > a > div:nth-child(2) {
  width: calc(100% - 158px);
  }
.graphicList_main_content > li > a > div:nth-child(2) > button{
    margin-top: 5px;
}
  /* 文字列表 */
  .literalList_main_content > li > a > span {
    padding-top: 20px;
    font-size: 17px;
  }

  .literalList_main_content > li > a > div {
    padding-bottom: 20px;
  }

  /* 内容页 */
  .content_main > div:last-child {
    display: block;
    width: 100%;
    padding: 24px 20px;
  }

  .content_main > div:last-child > a {
    justify-content: flex-start;
    width: 100%;
  }

  .content_main > div:last-child > a:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
.graphicList_main > div > p {
}
}

@media (max-width: 540px) {
  .index_1_nav,
  .index_1_main,
  .index_2-main,
  .index_3_main,
  .index_3_main,
  .index_4-top,
  .index_4-btm,
  .graphicList > div {
    padding-left: 2% !important;
    padding-right: 2% !important;
    box-sizing: border-box;
  }

  /* 内容1 */
  .index_1_nav {
    padding-top: 20px;
  }

  .index_1_nav ul li {
    height: 60px;
  }

  .index_1_nav ul {
    margin-bottom: 10px;
  }

  .index_1_left_title > div > div > p:first-child {
    font-size: 22px;
  }
.index_3_left_content{
  flex-wrap:wrap;
}
  .index_3_left_content > ul:first-child {
    width: 100%;
    margin-bottom:10px;
}
  .index_3_left_content > ul:nth-child(2) {
    width: 100%;
    justify-content:space-between
}
    .index_3_left_content > ul:nth-child(2)>li:nth-child(1) {
    width: 49%;
      height:100%;
}
    .index_3_left_content > ul:nth-child(2)>li:nth-child(2) {
    width: 49%;
      height:100%;
      
}
  .index_1_left_title {
    margin-bottom: 30px;
  }

  .index_1_left > ul > li > a > p {
    width: 70%;
  }
  .index_1_left > div:nth-child(2) > div > a > span {
    height: calc(89vw/4*3);
}
.index_1_left > div:nth-child(2) {
    display: block;
}
  .index_1_left > div:nth-child(2) > div {
    width: 100%;
    margin-bottom: 20px;
}
   
  .index_1_left > div:nth-child(2) > div > a > p {
    font-size: 15px;
    padding: 10px;
  }

  .index_1_left > div:nth-child(2) > div > a > p:last-child > span {
    font-size: 13px;
  }

  .index_1_left > ul > li > a > span {
    width: 26%;
  }

  .index_1_main {
    padding-bottom: 30px;
  }

  /* 内容2 */

  .index_2-main .index_1_left_title {
    padding-top: 40px;
  }

  .index_2 {
    height: 480px;
  }

  .index_2-main > .index_1_left_title > div:first-child {
    width: 75%;
    overflow: hidden;
  }

  .index_2-main > .index_1_left_title > div > div > p:last-child {
    text-overflow: ellipsis;
    width: 70%;
  }

  /* 内容3 */

  .index_3_main {
    padding: 30px 0 20px;
  }

  .index_3_right_content > li > a > p {
    font-size: 16px;
    height: auto;
  }

  .index_3_right_content > li > a > span {
    font-size: 20px;
  }

.index_4-top_l-main > ul > li:first-child {
  margin-bottom: 0px;
}
  /* 内容4 */

  .index_4-top_l-main > div > a > div:nth-child(2) {
    padding: 20px;
  }

  /* 文字列表 */
  .literalList_main_content > li > a > span {
    padding-top: 10px;
  }

  .literalList_main_content > li > a > div {
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .literalList_main_content > li > a > p {
    margin-top: 10px;
  }

  .graphicList_main > div > div > a::before {
    margin: 0 5px;
  }

  /* 内容页 */
  .content_main {
    padding: 20px 0 30px;
  }

  /* 简介 */
  .intro .graphicList_main > div > p {
  }

  .intro_main > div {
    margin: 30px 0 50px;
  }

  .intro_main > p {
    margin-top: 30px;
  }
.index_2_content li {
    padding: 20px 30px;
}
.index_2_content .slick-center div:nth-child(2) {
    margin-top: 10px;
}
.index_2_content .slick-center p:nth-child(3) {
    margin-top: 10px;
}
.index_2_content .slick-center div:nth-child(4) {
    margin-top: 20px;
}
.index_2_content .slick-center {
 height: auto !important;
}

  .index_2_content .slick-slide {
    width: 400px !important;
    height: auto !important;
}
.index_2_content .slick-slide {
    margin-top: 25px;
}
.footer_btm p {
    line-height: 25px;
}
.index_2_content .slick-slide.slick-active {
    padding: 25px 25px;
}
.index_1_left, .index_3-left, .index_4-top_l {
    margin-bottom: 30px;
}
.index_4-top {
    padding: 30px 0;
}
.index_4-btm-main {
    margin-bottom: 20px;
}
.index_2_content .slick-center p:nth-child(1) {
  
    font-size: 18px;
}
}