html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  padding-bottom: 332px;
  min-height: calc(100% - 332px);
  position: relative;
  margin: 0;
}
.menu {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 10;
}
.menu .logo {
  width: calc(100% - 20px);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6670c;
}
.menu .logo img {
  display: block;
  width: 100%;
}
.menu .image {
  width: calc(100% - 20px);
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.menu .image:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
}
.menu .menu_box {
  background: rgba(255, 255, 255, 0.92);
}
.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu ul .menu_active a {
  color: white;
}
.menu ul .menu_active:before {
  content: "";
  width: 100%;
  height: 30px;
  padding: 2px 4px;
  background-color: #d6670c;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -4px;
  margin-top: -17px;
}
.menu ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.menu ul li a {
  width: 100%;
  position: relative;
  z-index: 20;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.menu ul li:hover:before {
  content: "";
  width: 100%;
  height: 30px;
  padding: 2px 4px;
  background-color: #d6670c;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -4px;
  margin-top: -17px;
}
.menu ul li:hover a {
  color: white;
}
@media (max-width: 1200px) {
  .menu {
    display: none;
  }
}
.menu_2 {
  display: none;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #033d8b;
}
.menu_2 ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.menu_2 ul li {
  list-style: none;
}
.menu_2 ul li a {
  display: block;
  text-decoration: none;
  color: #033d8b;
  font-size: 24px;
  font-weight: 600;
}
.menu_2 ul li span {
  color: #033d8b;
  font-size: 24px;
}
.menu_2 ul li:nth-last-child(1) {
  display: none;
}
.menu_2 ul li:hover a {
  color: #d6670c;
}
@media (max-width: 1200px) {
  .menu_2 {
    display: block;
    background: url(../img/012.jpg);
  }
}
@media (max-width: 760px) {
  .menu_2 {
    padding: 0;
  }
  .menu_2 ul {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .menu_2 ul li {
    width: 30%;
    padding: 5px 0;
  }
  .menu_2 ul li a {
    width: 100%;
    text-align: center;
  }
  .menu_2 ul li span {
    font-size: 24px;
  }
  .menu_2 ul li:nth-child(6) {
    display: none;
  }
  .menu_2 ul li:nth-child(2n) {
    width: auto;
  }
  .menu_2 ul:before {
    content: "";
    width: 94%;
    height: 1px;
    background-color: #033d8b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47%;
    margin-top: -0.5px;
  }
}
@media (max-width: 540px) {
  .menu_2 ul li a {
    font-size: 18px;
  }
  .menu_2 ul li span {
    font-size: 18px;
  }
}
.our {
  width: 100%;
  overflow: hidden;
  background: url(../img/005.png), url(../img/012.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
}
.our .index_title {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.our .index_title span {
  display: block;
  color: white;
  margin-left: 5%;
  width: 80px;
  text-align: center;
  font-size: 32px;
  padding: 70px 45px 110px 45px;
  background: url(../img/003.jpg) no-repeat;
  background-size: 100% 100%;
}
.our .image {
  width: 38%;
  position: absolute;
  right: 0;
  top: 0;
}
.our .image img {
  width: 100%;
  display: block;
}
.our .our_box {
  width: calc(1300px * 0.55);
  margin: 0 auto;
  padding-right: calc(1300px * 0.45);
}
.our .our_box span {
  display: block;
  width: 100%;
  color: black;
  font-weight: 600;
  font-size: 26px;
}
.our .our_box p {
  margin: 20px 0;
  width: 100%;
  text-align: justify;
  line-height: 30px;
  font-size: 20px;
  text-indent: 2em;
}
.our .our_box .more_1 {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}
.our .our_box .more_1 a {
  display: block;
}
.our .our_box .more_1 a img {
  width: 130px;
  display: block;
}
.our .our_box .three_image {
  width: 100%;
}
.our .our_box .three_image img {
  display: block;
  width: 80%;
}
@media (max-width: 1300px) {
  .our .image {
    width: auto;
    height: 270px;
  }
  .our .image img {
    width: auto;
    height: 100%;
  }
  .our .our_box {
    width: 90%;
    padding-right: 0;
  }
  .our .our_box .three_image {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .our .index_title {
    padding: 22px 0;
    justify-content: center;
  }
  .our .index_title span {
    width: auto;
    margin-left: 0;
    padding: 15px 30px;
    background: url(../img/003_2.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
  }
  .our .image {
    display: none;
  }
  .our .our_box span {
    color: #033d8b;
    text-align: center;
    font-size: 26px;
  }
  .our .our_box p {
    font-size: 20px;
  }
  .our .our_box .more_1 img {
    width: 100px;
  }
  .our .our_box .three_image img {
    width: 100%;
  }
}
.index_title_2 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_title_2 span {
  display: none;
  padding: 10px 25px;
  background-color: #ed6c00;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}
.index_title_2 p {
  width: 100%;
  color: #f39800;
  text-align: center;
  margin: 5px 0;
  font-weight: 600;
  font-size: 26px;
}
.index_title_2 p:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .index_title_2 span {
    display: block;
  }
}
@media (max-width: 760px) {
  .index_title_2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .index_title_2 p {
    color: white;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .index_title_2 p:nth-child(3) {
    font-size: 12px;
  }
}
.left_title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5%;
}
.left_title span {
  width: 80px;
  display: block;
  text-align: center;
  font-size: 32px;
  padding: 70px 45px 110px 45px;
  background-color: #ed6c00;
  color: white;
}
@media (max-width: 1300px) {
  .left_title {
    display: none;
  }
}
.case {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background: url(../img/007.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.case .case_box {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.case .case_box .mySwiper2 .swiper-slide {
  flex-flow: column wrap;
  height: 540px;
}
.case .case_box .mySwiper2 .swiper-slide a {
  display: block;
  width: calc(40% - 20px);
  margin-left: 20px;
  height: 260px;
  overflow: hidden;
}
.case .case_box .mySwiper2 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.case .case_box .mySwiper2 .swiper-slide a img:hover {
  transition: 300ms;
  transform: scale(1.2);
}
.case .case_box .mySwiper2 .swiper-slide a:nth-child(1) {
  width: 60%;
  margin-left: 0;
  height: 540px;
}
.case .case_box .mySwiper2 .swiper-slide a:nth-child(1) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_box .mySwiper2 .swiper-slide a:nth-child(2) {
  margin-bottom: 20px;
}
.case .case_box .swiper-button-next,
.case .case_box .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.case .case_box .swiper-button-next,
.case .case_box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.case .case_box .swiper-button-next {
  right: 0;
  background-image: url(../img/right.png);
}
.case .case_box .swiper-button-prev {
  left: 0;
  background-image: url(../img/left.png);
}
.case .case_box .case_list {
  display: none;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.case .case_box .case_list a {
  width: 48%;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.case .case_box .case_list a img {
  width: 100%;
  display: block;
}
.case .case_box .case_list a img:hover {
  transition: 300ms;
  transform: scale(1.2);
}
.case .case_box .more_2 {
  width: 100%;
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.case .case_box .more_2 a {
  display: block;
}
.case .case_box .more_2 a img {
  width: 120px;
  display: block;
}
@media (max-width: 1300px) {
  .case .case_box {
    width: 90%;
  }
  .case .case_box .mySwiper2 {
    display: none;
  }
  .case .case_box .swiper-button-next,
  .case .case_box .swiper-button-prev {
    display: none;
  }
  .case .case_box .case_list {
    display: flex;
  }
  .case .case_box .more_2 {
    display: flex;
  }
}
@media (max-width: 760px) {
  .case {
    background: url(../img/016.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.image_ge {
  width: 100%;
}
.image_ge .b {
  display: none;
}
.image_ge img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .image_ge .a {
    display: none;
  }
  .image_ge .b {
    display: block;
  }
}
.video {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  background: url(../img/007.jpg) no-repeat;
  background-size: 100% 100%;
}
.video .video_box {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  margin-top: 160px;
}
.video .video_box .swiper-button-next,
.video .video_box .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.video .video_box .swiper-button-next,
.video .video_box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.video .video_box .swiper-button-next {
  right: 0;
  background-image: url(../img/right.png);
}
.video .video_box .swiper-button-prev {
  left: 0;
  background-image: url(../img/left.png);
}
.video .video_box .more_2 {
  width: 100%;
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.video .video_box .more_2 a {
  display: block;
}
.video .video_box .more_2 a img {
  width: 120px;
  display: block;
}
@media (max-width: 1300px) {
  .video .video_box {
    width: 90%;
    margin-top: 0px;
  }
}
@media (max-width: 760px) {
  .video {
    background: url(../img/016.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .video .video_box .swiper-button-next,
  .video .video_box .swiper-button-prev {
    display: none;
  }
  .video .video_box .more_2 {
    display: flex;
  }
}
.image_ge2 {
  width: 100%;
}
.image_ge2 img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .image_ge2 {
    display: none;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  background-color: #fdd3a8;
  position: relative;
  padding: 40px 0;
}
.new .index_title {
  position: absolute;
  left: 5%;
  top: 0;
}
.new .index_title span {
  display: block;
  color: white;
  margin-left: 5%;
  width: 80px;
  text-align: center;
  font-size: 32px;
  padding: 70px 45px 110px 45px;
  background: url(../img/003.jpg) no-repeat;
  background-size: 100% 100%;
}
.new .new_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .new_box .mySwiper4 {
  width: 50%;
  height: 100%;
}
.new .new_box .mySwiper4 .swiper-slide {
  position: relative;
}
.new .new_box .mySwiper4 .swiper-slide img {
  width: 100%;
  display: block;
}
.new .new_box .mySwiper4 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 30%;
  background-color: rgba(8, 127, 67, 0.6);
  display: flex;
  justify-content: space-between;
}
.new .new_box .mySwiper4 .swiper-slide p span {
  display: block;
  margin-top: 20px;
  width: calc(100% - 120px);
  color: white;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new .new_box .mySwiper4 .swiper-slide p span:nth-child(2) {
  width: 120px;
}
.new .new_box .new_list {
  width: calc(50% - 40px);
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .new_box .new_list a {
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  position: relative;
}
.new .new_box .new_list a span {
  display: block;
  width: calc(100% - 20px);
  text-align: left;
  color: #4c4b4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.new .new_box .new_list a p {
  width: 100%;
  margin: 5px 0;
  color: #4c4b4a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.new .new_box .new_list a span:nth-child(3) {
  font-size: 14px;
}
.new .new_box .new_list a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4b4a;
  font-size: 26px;
  font-weight: 600;
}
/*.new .new_box .new_list a:nth-child(n+5) {
  display: none;
}*/
.new .new_box .new_list a:hover {
  border-bottom: 2px solid #0142da;
}
.new .new_box .new_list a:hover:after {
  transform: rotate(180deg);
  transition: 400ms;
  color: #0142da;
}
.new .more_2 {
  width: 100%;
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.new .more_2 a {
  display: block;
}
.new .more_2 a img {
  width: 120px;
  display: block;
}
@media (max-width: 1800px) {
  .new .index_title {
    position: static;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .new .index_title span {
    margin-left: 0;
    width: auto;
    padding: 20px 40px;
    background: url(../img/003_2.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .new .new_box {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .new .new_box .mySwiper4 {
    display: none;
  }
  .new .new_box .new_list {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .new .more_2 {
    display: flex;
  }
}
@media (max-width: 760px) {
  .new {
    background: url(../img/012.jpg);
  }
  .new .index_title span {
    padding: 15px 30px;
    font-size: 24px;
  }
  .new .new_box .new_list a {
    padding: 8px 0;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new .new_box .new_list a span {
    padding-left: 20px;
    width: calc(100% - 120px);
    font-size: 18px;
  }
  .new .new_box .new_list a p {
    display: none;
  }
  .new .new_box .new_list a span:nth-child(3) {
    width: 100px;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid #4c4b4a;
  }
  .new .new_box .new_list a:after {
    content: "";
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-color: #033d8b;
  }
  .new .new_box .new_list a:hover {
    border-bottom: 0;
  }
  .new .new_box .new_list a:nth-child(n+5) {
    display: flex;
  }
}
.flow {
  width: 100%;
  padding: 40px 0;
  background-color: rgba(58, 58, 58, 0.6);
}
.flow .flow_title {
  width: 760px;
  margin: 0 auto;
  background: url(../img/015.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 24px;
}
.flow .flow_box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .flow_box .image {
  padding: 0 60px;
  text-decoration: none;
}
.flow .flow_box .image img {
  width: 100px;
  display: block;
}
.flow .flow_box .image span {
  width: 100%;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
}
.flow .flow_box .image:hover img {
  transform: rotate(360deg);
  transition: 500ms;
}
@media (max-width: 760px) {
  .flow {
    display: none;
  }
}
.foot {
  width: 100%;
  height: 300px;
  background: url(../img/012.jpg);
  position: absolute;
  bottom: 32px;
  left: 0;
}
.foot .foot_column {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  background-color: #023ece;
}
.foot .foot_column a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.foot .foot_column span {
  color: white;
  display: block;
  margin: 0 20px;
  font-size: 20px;
}
.foot .foot_column span:nth-last-child(1) {
  display: none;
}
.foot .foot_box {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.foot .foot_box .foot_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.foot .foot_box .foot_1 span {
  display: block;
  color: #575757;
  font-weight: 600;
  font-size: 22px;
}
.foot .foot_box .foot_1 p {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 15px;
  color: #575757;
  font-weight: 600;
  font-size: 30px;
}
.foot .foot_box .foot_1 p img {
  display: block;
  width: 60px;
}
.foot .foot_box .ge {
  height: 80px;
  width: 2px;
  background-color: #575757;
  margin: 0 30px;
}
.foot .foot_box .foot_2 {
  display: flex;
  justify-content: center;
}
.foot .foot_box .foot_2 .image {
  padding-right: 15px;
}
.foot .foot_box .foot_2 .image img {
  width: 120px;
  display: block;
}
.foot .foot_box .foot_2 .image span {
  width: 100%;
  display: block;
  /*color: white;*/
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 760px) {
  .foot {
    display: none;
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 102px;
    min-height: calc(100% - 102px);
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #023ece;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 70px;
  }
}
.tabber {
  width: 100%;
  height: 70px;
  display: none;
  justify-content: space-between;
  background-color: #292929;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber .tabber_btn {
  width: 30%;
}
.tabber .tabber_btn a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.tabber .tabber_btn a img {
  width: 30px;
  display: block;
}
.tabber .tabber_btn a span {
  display: block;
  font-size: 12px;
  color: white;
  margin-top: 3px;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
}
.common_image img {
  width: 100%;
  display: block;
}
.common {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #0262b8;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .common .common_title {
    font-size: 20px;
  }
  .common .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0262b8;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
  /*text-indent: 2em;*/
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  border-bottom: 3px solid #0757d4;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #60a9d7;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #60a9d7;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #0978ce;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #61b9f4;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #0262b8;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: calc(48% - 20px);
  padding: 8px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  position: relative;
}
.com_new_box a span {
  display: block;
  width: calc(100% - 20px);
  text-align: left;
  color: #4c4b4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.com_new_box a p {
  width: 100%;
  margin: 5px 0;
  color: #4c4b4a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.com_new_box a span:nth-child(3) {
  font-size: 14px;
}
.com_new_box a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4b4a;
  font-size: 26px;
  font-weight: 600;
}
.com_new_box a:nth-child(n+5) {
  /*display: none;*/
}
.com_new_box a:hover {
  border-bottom: 2px solid #0142da;
}
.com_new_box a:hover:after {
  transform: rotate(180deg);
  transition: 400ms;
  color: #0142da;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    padding: 8px 0;
  }
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
