.bannerTwo {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #a11010;
  overflow: hidden;
}
.bannerTwo .bannBg01 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 1200px) / 2);
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bannerTwo .bannBg02 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1200px) / 2);
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bannerTwo .banneTwo {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 350px;
}
.bannerTwo .banneTwo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerTwo .swiper-container {
  width: 100%;
  height: 100%;
}
.bannerTwo .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerTwo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 1px 0 #eee;
}
.bannerTwo .swiper-horizontal > .swiper-pagination-bullets,
.bannerTwo .swiper-pagination-bullets.swiper-pagination-horizontal,
.bannerTwo .swiper-pagination-custom,
.bannerTwo .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 10px);
}
.bannerTwo .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}
.service {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 0 0 30px;
}
.service .sect {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0 30px;
}
.service .sect ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .sect ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service .sect ul li div {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #eee;
  box-shadow: 0 0 10px 0 #d8d8d8;
  transition: all linear 0.3s;
}
.service .sect ul li div img {
  display: block;
  width: 50px;
}
.service .sect ul li p {
  font-weight: 700;
  margin-top: 15px;
  font-size: 17px;
  color: #333;     text-align: center;
}
.service .sect ul li:hover div {
  transform: translateY(-15px);
  box-shadow: 0 0 10px 0 #e3e3e3;
}
.sectR_color {
  color: #fff;
  background-color: #a11010;
}
.sectR_block {
  display: block !important;
}
.sectionBox {
  width: 100%;
  margin: 30px auto;
  display: none;
}
.sectionBox .sectBox {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
.sectionBox .sectBox h1 {
  margin-top: 10px;
  font-size: 24px;
  color: #a11010;
}
.sectionBox .sectBox h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.sectionBox .sectBox .sectDiv {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 465px;
}
.sectionBox .sectBox .sectDiv .sectL {
  position: relative;
  width: 45%;
  height: 100%;
  margin-top: 20px;
  box-shadow: 0 0 5px 1px #999;
}
.sectionBox .sectBox .sectDiv .sectL > div > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
.sectionBox .sectBox .sectDiv .sectL .sectL_cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.sectionBox .sectBox .sectDiv .sectL .sectL_cont > h2 {
  margin-top: 15px;
}
.sectionBox .sectBox .sectDiv .sectL .sectL_cont > p {
  margin: 5px 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.5;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
}
.sectionBox .sectBox .sectDiv .sectR {
  width: 45%;
  height: 100%;
  margin-top: 20px;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_tab {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 3px solid #a11010;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_tab ul {
  display: flex;
  align-items: center;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_tab ul li {
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_tab p {
  font-weight: 700;
  cursor: pointer;
  padding: 0 15px;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_box {
  width: 100%;
  height: calc(100% - 110px);
  display: none;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_Div {
  width: 100%;
  margin: 8px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_Div > div {
  display: flex;
  align-items: center;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_Div > div img {
  display: block;
  width: 100px;
  max-height: 100px;
  border: 1px solid #999;
  margin-right: 20px;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_Div > div > div p {
  white-space: nowrap;
  /* 莽娄聛忙颅垄忙聧垄猫隆艗 */
  overflow: hidden;
  /* 茅拧聬猫鈥斅徝垛�γモ�÷好ヂ姑モ劉篓莽拧鈥灻┢捖ニ嗏�� */
  text-overflow: ellipsis;
  /* 忙藴戮莽陇潞莽艙聛莽鈥⒙ッヂ徛� */
}
.sectionBox .sectBox .sectDiv .sectR .sectR_Div p {
  margin-top: 10px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.3;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #f3f3f3;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_ul li strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.3;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
  width: 70%;
  font-size: 16px;
  font-weight: 500;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_ul li span {
  display: block;
  width: 25%;
  text-align: right;
  font-size: 14px;
  padding-right: 15px;
}
.sectionBox .sectBox .sectDiv .sectR .sectR_ul li::before {
  content: "脗路";
  font-size: 50px;
  font-weight: 700;
  color: #a11010;
  padding-right: 15px;
}
.sectionSum {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background: url(../images/bg_img.jpg) repeat center;
}
.sectionSum .sectSum {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.sectionSum .sectSum h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}
.sectionSum .sectSum h3 div {
  display: flex;
  align-items: center;
}
.sectionSum .sectSum h3 img {
  width: 52px;
  padding-right: 10px;
}
.sectionSum .sectSum h3 span {
  cursor: pointer;
  font-size: 14px;
}
.sectionSum .sectSum .sectsumL {
  width: 64%;
}
.sectionSum .sectSum .sectsumL .sectsumL_box {
  display: flex;
  justify-content: space-between;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_l {
  width: 50%;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_l > div > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_l .sectsum_l_cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_l .sectsum_l_cont > h2 {
  margin-top: 15px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
clolor:#fff;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_l .sectsum_l_cont > p {
  font-size: 12px;
  margin: 5px 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.5;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;clolor:#fff;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r {
  width: 48%;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul {
  width: 95%;
  margin: auto;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul li strong {
  display: block;
  width: 80%;
  white-space: nowrap;
  /* 盲赂聧忙聧垄猫隆艗 */
  overflow: hidden;
  /* 猫露鈥γモ�÷好┢捖ニ嗏�犆┡÷惷ㄢ�斅� */
  text-overflow: ellipsis;
  /* 盲陆驴莽鈥澛撀伱р�⒙ッヂ徛访λ溌久ぢ� */
  font-weight: 400;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul li span {
  display: block;
  width: 15%;
  text-align: center;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #a11010;
}
.sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r ul > li:hover strong {
  color: #a11010;
}
.sectionSum .sectSum .sectsumR {
  width: 32%;
}
.sectionSum .sectSum .sectsumR .sectsumR_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul {
  width: 94%;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li > div:nth-child(1) {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #333;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li > div:nth-child(1) strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #a11110;
  font-weight: 700;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li > div:nth-child(1) span {
  font-weight: 700;
  color: #666;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li > div:nth-child(2) {
  flex: 0.95;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul li > div:nth-child(2) p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.5;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
}
.sectionSum .sectSum .sectsumR .sectsumR_box ul > li:hover {
  box-shadow: 0 0 5px 0 #d4d4d4;
}
.notice {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background: url(../images/bg_img.jpg) repeat center;
  display: none;
}
.notice .noti {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  height: 300px;
}
.notice .noti h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 35px;
  font-size: 24px;
  color: #000;
}
.notice .noti h3 div {
  display: flex;
  align-items: center;
}
.notice .noti h3 img {
  width: 52px;
  padding-right: 10px;
}
.notice .noti h3 span {
  cursor: pointer;
  font-size: 18px;
}
.notice .noti span {
  display: block;
  float: right;
}
.notice .noti ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.notice .noti ul li {
  width: 29%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px;
}
.notice .noti ul li div {
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
  margin-right: 15px;
  background: url(../images/logo_small.png) no-repeat center;
  background-size: contain;
  background-color: #a11010;
  transition: all linear 0.3s;
}
.notice .noti ul li div strong {
  font-size: 22px;
  color: #fff;
}
.notice .noti ul li div span {
  color: #fff;
}
.notice .noti ul li p {
  flex: 1;
  font-size: 18px;
}
.notice .noti ul li p:hover {
  color: #a11110;
  cursor: pointer;
}
.notice .noti ul li:hover div {
  background-color: #a11010d7;
}
.actiDiv_color {
  color: #fff;
  background-color: #a11110;
}
.actiDiv_block {
  display: block !important;
}
.activeitem {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.activeitem .acti {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.activeitem .acti > h3 {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 24px;
  color: #000;
}
.activeitem .acti > h3 img {
  width: 52px;
  padding-right: 10px;
}
.activeitem .acti .actiDiv {
  width: 100%;
  height: 360px;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
}
.activeitem .acti .actiDiv .actiDiv_l {
  position: relative;
  width: 32%;
  height: 100%;
  background: url(../images/section/zl.jpeg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 17, 16, 0.8);
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lTop {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  height: 20%;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lTop strong {
  font-size: 26px;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lTop span {
  font-size: 20px;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lBom {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 100%;
  height: 20%;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lBom strong {
  font-size: 38px;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lBom span {
  font-size: 32px;
}
.activeitem .acti .actiDiv .actiDiv_l .actiDiv_lBom p {
  font-size: 22px;
  cursor: pointer;
}
.activeitem .acti .actiDiv .actiDiv_r {
  width: 100%;
  height: 100%;
}
.activeitem .acti .actiDiv .actiDiv_r > ul {
  display: flex;
  align-items: center;
}
.activeitem .acti .actiDiv .actiDiv_r > ul > li {
  font-weight: 700;
  font-size: 17px;
  padding: 5px 12px;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.activeitem .acti .actiDiv .actiDiv_r > ul > li:hover {
  color: #fff;
  background-color: #a11110;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box {
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box .actiDiv_rBox {
  width: 1100px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box .actiDiv_rBox div {
  width: 350px;
  margin-bottom: 22px;
  margin-right: 10px;
  cursor: pointer;
  flex: 0 0 auto;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box .actiDiv_rBox div img {
  width: 100%;
  height: 240px;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box .actiDiv_rBox div h3 {
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.5;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
}
.activeitem .acti .actiDiv .actiDiv_r .actiDiv_box .actiDiv_rBox div p {
  width: 100%;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  line-height: 1.5;
  /* 猫隆艗茅芦藴 */
  max-height: 4.5em;
  /* 忙艙鈧ヂぢ┞溍ヂ郝γ寂捗┾偓拧猫驴鈥∶∨捗┞溍モ�櫯捗∨捗︹�⒙懊∶�斆ヂ锯�斆モ�÷� */
  text-overflow: ellipsis;
}
.swipInfo {
  width: 100%;
  margin: auto;
  background-color: #f7f7f7;
  overflow: hidden;
}
.swip {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.swip h3 {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000;
}
.swip h3 img {
  width: 52px;
  padding-right: 10px;
}
.swip .swiper {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding-bottom: 60px;
}
.swip .swiper-slide {
  width: 25%;
  cursor: pointer;
  margin-right: 10px !important;
}
.swip .swiper-slide img {
  width: 100%;
  height: 160px;
}
.swip .swiper-slide strong {
  display: block;
  margin-top: 5px;
}
.swip .swiper-slide p {
  margin-top: 5px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 忙藴戮莽陇潞莽拧鈥灻∨捗︹�⒙� */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swip .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
@media (max-width: 799px) {
  .head_c {
    flex-wrap: wrap;
  }
  .head_P {
    display: flex !important;
  }
  .head_P img {
    height: 40px !important;
  }
  .head_B {
    display: none !important;
  }
  .el-drawer__header {
    margin: 0 !important;
    padding: 0 !important;
  }
  .el-drawer__body {
    background-color: #770c0c;
  }
  .bannerTwo .banneTwo {
    height: 200px;
  }
  .service .sect ul li p {
    font-size: 15px;
  }
  .sect ul {
    flex-wrap: wrap;
  }
  .service .sect ul li {
    width: 32%;
    margin-bottom: 15px;
  }
  .service .sect ul li div {
    width: 100px;
    height: 100px;
  }
  .notice {
    display: none;
  }
  .notice .noti {
    height: auto;
  }
  .notice .noti ul {
    flex-wrap: wrap;
  }
  .notice .noti ul li {
    width: 90%;
    margin: auto;
  }
  .sectionSum .sectSum {
    flex-wrap: wrap;
  }
  .sectionSum .sectSum .sectsumL,
  .sectionSum .sectSum .sectsumR {
    width: 95%;
    margin: auto;
  }
  .sectionSum .sectSum .sectsum_l {
    display: none;
  }
  .sectionSum .sectSum .sectsumL .sectsumL_box .sectsum_r {
    width: 100%;
  }
  .actiDiv {
    height: auto !important;
  }
  .actiDiv_rBox {
    flex-wrap: wrap;
  }
  .actiDiv_rBox div {
    width: 90% !important;
    margin: auto;
  }
  footer .footBom {
    flex-wrap: wrap;
  }
  footer .footBom .footDiv01 {
    width: 90%;
    margin: auto;
  }
  footer .footBom .footDiv02 {
    width: 90%;
    margin: auto;
  }
  footer .footBom .footDiv03 img {
    margin-top: 10px;
  }
  .swip .swiper-slide {
    margin-right: 0 !important;
  }
  .swip .swiper-slide img {
    height: 240px;
  }
  .swip .swiper {
    padding-bottom: 40px;
  }
}