html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: calc(100% - 482px);
  padding-bottom: 482px;
  position: relative;
  margin: 0;
}
.header {
  width: 86%;
  padding: 0 7%;
  background-color: #0254a6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header .logo {
  padding: 15px 0;
}
.header .logo img {
  width: 210px;
  display: block;
}
.header .logo .b {
  display: none;
}
.header .menu ul {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  margin: 0;
}
.header .menu ul .menu_active a {
  color: #7594c3;
}
.header .menu ul li {
  list-style: none;
  padding: 0 25px 25px 25px;
  position: relative;
}
.header .menu ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #e9edf4;
  white-space: nowrap;
  font-size: 19px;
}
.header .menu ul li a:hover {
  color: #7594c3;
}
.header .menu ul li ul {
  position: absolute;
  z-index: 20;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.header .menu ul li ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid white;
  background-color: #e5eef6;
}
.header .menu ul li ul li a {
  width: 100%;
  color: #3576b8;
}
.header .menu ul li ul li a:hover {
  color: #3576b8;
}
.header .menu ul li ul li:hover {
  background-color: #3576b8;
}
.header .menu ul li ul li:hover a {
  color: #e5eef6;
}
.header .menu ul li:hover ul {
  display: block;
}
@media (max-width: 1600px) {
  .header {
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .logo {
    padding: 15px 0;
    width: 100%;
  }
  .header .logo img {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .header .menu {
    width: 100%;
    background-color: #0567c9;
  }
  .header .menu ul {
    width: 100%;
    justify-content: space-between;
  }
  .header .menu ul .menu_active {
    background-color: #0554a4;
  }
  .header .menu ul .menu_active a {
    color: #e5eef6;
  }
  .header .menu ul li {
    width: 20%;
    padding: 15px 0;
  }
  .header .menu ul li a {
    width: 100%;
    font-size: 16px;
  }
  .header .menu ul li a:hover {
    color: #e5eef6;
  }
  .header .menu ul li ul {
    top: 51px;
  }
  .header .menu ul li ul li {
    padding: 8px 0;
  }
  .header .menu ul li:hover {
    background-color: #0554a4;
  }
}
@media (max-width: 760px) {
  .header .menu ul {
    flex-flow: row wrap;
  }
  .header .menu ul li {
    width: calc((100% - 5px) / 5);
    padding: 7px 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  .header .menu ul li a {
    font-size: 16px;
  }
  .header .menu ul li ul {
    top: 36px;
  }
  .header .menu ul li:nth-last-child(1) {
    border-right: 0;
  }
  .header .menu ul li:nth-child(n+6) {
    border-bottom: 0;
  }
}
@media (max-width: 540px) {
  .header .logo {
    padding: 10px 0;
  }
  .header .logo img {
    width: 90%;
  }
  .header .logo .a {
    display: none;
  }
  .header .logo .b {
    display: block;
  }
  .header .menu ul li a {
    font-size: 13px;
  }
  .header .menu ul li ul {
    display: none!important;
  }
}
.our {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.our .image {
  width: 50%;
}
.our .image img {
  width: 100%;
  display: block;
}
.our .our_box {
  width: calc(50% - 180px);
  padding: 0 120px 0 60px;
  background-color: #0254a6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our .our_box span {
  width: 100%;
  display: block;
  color: white;
  font-size: 38px;
}
.our .our_box p {
  margin: 20px 0;
  width: 100%;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  color: white;
  line-height: 54px;
  letter-spacing: 3px;
  font-size: 28px;
}
.our .our_box .our_more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.our .our_box .our_more a {
  text-decoration: none;
  display: block;
  padding: 8px 24px;
  border: 2px solid white;
  color: white;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .our .our_box {
    width: calc(50% - 80px);
    padding: 0 40px;
  }
  .our .our_box span {
    font-size: 34px;
  }
  .our .our_box p {
    margin: 20px 0;
    -webkit-line-clamp: 6;
    line-height: 42px;
    letter-spacing: 3px;
    font-size: 23px;
  }
  .our .our_box .our_more a {
    padding: 6px 18px;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .our {
    flex-direction: column;
  }
  .our .image {
    width: 100%;
    order: 2;
  }
  .our .image img {
    width: 100%;
    display: block;
  }
  .our .our_box {
    order: 1;
    width: calc(100% - 80px);
    padding: 40px 40px;
  }
  .our .our_box span {
    font-size: 34px;
  }
  .our .our_box p {
    margin: 20px 0;
    -webkit-line-clamp: 6;
    line-height: 42px;
    letter-spacing: 3px;
    font-size: 23px;
  }
  .our .our_box .our_more a {
    padding: 6px 18px;
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .our .our_box {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .our .our_box span {
    font-size: 24px;
  }
  .our .our_box p {
    margin: 15px 0;
    -webkit-line-clamp: 200;
    line-height: 32px;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .our .our_box .our_more a {
    padding: 5px 15px;
    font-size: 15px;
  }
}
.index_title {
  width: 100%;
}
.index_title strong {
  display: block;
  width: 100%;
  letter-spacing: 3px;
  text-align: center;
  color: #4f4d4d;
  margin-bottom: 10px;
  font-size: 38px;
}
.index_title span {
  width: 100%;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  color: #4f4d4d;
  font-size: 22px;
}
@media (max-width: 760px) {
  .index_title strong {
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-size: 21px;
  }
  .index_title span {
    font-size: 14px;
  }
}
.more {
  width: 100%;
  display: flex;
  justify-content: center;
}
.more a {
  background-color: #0254a6;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.more a span {
  display: block;
  color: white;
  letter-spacing: 2px;
  font-size: 28px;
}
.more a img {
  width: 30px;
  display: block;
}
.more a:hover {
  background-color: #0178e7;
}
@media (max-width: 760px) {
  .more a {
    padding: 7px 20px;
  }
  .more a span {
    font-size: 19px;
  }
  .more a img {
    width: 15px;
  }
}
.question {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  background-color: #fcfcfc;
}
.question .qubox {
  width: 100%;
  padding: 15px 0 60px 0;
  margin-top: 20px;
  position: relative;
  background: url(../img/004.png) no-repeat;
  background-size: 1920px auto;
  background-position: center top;
}
.question .qubox .qu_box {
  width: 100%;
  padding-bottom: 160px;
  display: flex;
  justify-content: center;
}
.question .qubox .qu_box .box_1 .qb,
.question .qubox .qu_box .box_3 .qb {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.question .qubox .qu_box .box_1 .qb p,
.question .qubox .qu_box .box_3 .qb p {
  margin: 0;
}
.question .qubox .qu_box .box_1 .qb p span,
.question .qubox .qu_box .box_3 .qb p span {
  display: block;
  color: #4f4d4d;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 28px;
}
.question .qubox .qu_box .box_1 .qb p span:nth-child(2),
.question .qubox .qu_box .box_3 .qb p span:nth-child(2) {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}
.question .qubox .qu_box .box_1 .qb p span:nth-child(3),
.question .qubox .qu_box .box_3 .qb p span:nth-child(3) {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}
.question .qubox .qu_box .box_1 .qb img,
.question .qubox .qu_box .box_3 .qb img {
  width: 90px;
  height: 90px;
  display: block;
  transition: 500ms;
}
.question .qubox .qu_box .box_1 .qb:hover img,
.question .qubox .qu_box .box_3 .qb:hover img {
  transform: rotate(180deg);
}
.question .qubox .qu_box .box_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.question .qubox .qu_box .box_1 .qb {
  justify-content: flex-end;
}
.question .qubox .qu_box .box_1 .qb p {
  padding-right: 25px;
}
.question .qubox .qu_box .box_1 .qb p span {
  text-align: right;
}
.question .qubox .qu_box .box_2 {
  width: 30%;
}
.question .qubox .qu_box .box_3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.question .qubox .qu_box .box_3 .qb {
  justify-content: flex-start;
}
.question .qubox .qu_box .box_3 .qb p {
  padding-left: 25px;
}
.question .qubox .qu_box .box_3 .qb p span {
  text-align: left;
}
@media (max-width: 1300px) {
  .question .qubox .qu_box .box_2 {
    width: 15%;
  }
}
@media (max-width: 760px) {
  .question {
    padding-bottom: 40px;
    background: url(../img/004_2.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .question .qubox {
    padding: 96% 0 0 0;
    background: url(../img/004_3.png) no-repeat;
    background-size: 100% auto;
  }
  .question .qubox .qu_box {
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .question .qubox .qu_box .box_1 .qb,
  .question .qubox .qu_box .box_3 .qb {
    padding: 5px 0;
  }
  .question .qubox .qu_box .box_1 .qb p span,
  .question .qubox .qu_box .box_3 .qb p span {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 22px;
  }
  .question .qubox .qu_box .box_1 .qb p span:nth-child(2),
  .question .qubox .qu_box .box_3 .qb p span:nth-child(2) {
    font-size: 14px;
  }
  .question .qubox .qu_box .box_1 .qb p span:nth-child(3),
  .question .qubox .qu_box .box_3 .qb p span:nth-child(3) {
    font-size: 14px;
  }
  .question .qubox .qu_box .box_1 .qb img,
  .question .qubox .qu_box .box_3 .qb img {
    width: 55px;
    height: 55px;
  }
  .question .qubox .qu_box .box_1 {
    width: calc(100% - 25px);
    padding-right: 25px;
  }
  .question .qubox .qu_box .box_1 .qb p {
    padding-right: 15px;
  }
  .question .qubox .qu_box .box_2 {
    width: 100%;
    height: 10px;
  }
  .question .qubox .qu_box .box_3 {
    width: calc(100% - 25px);
    padding-left: 25px;
  }
  .question .qubox .qu_box .box_3 .qb {
    padding: 10px 0;
  }
  .question .qubox .qu_box .box_3 .qb p {
    padding-left: 15px;
  }
}
.product {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.product .pro_box {
  width: 1500px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
}
.product .pro_box a {
  display: block;
  overflow: hidden;
  width: calc((100% - 40px) / 3);
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 50px;
  border-bottom: 3px solid #ebebeb;
}
.product .pro_box a .image {
  width: 100%;
}
.product .pro_box a .image img {
  width: 100%;
  display: block;
}
.product .pro_box a strong {
  display: block;
  width: 100%;
  padding: 30px 0 60px 0;
  text-align: center;
  letter-spacing: 1px;
  color: black;
  font-size: 28px;
  position: relative;
}
.product .pro_box a strong p {
  margin: 0;
  width: calc(100% - 40px);
  padding: 25px 20px;
  background-color: #0254a6;
  min-height: 100%;
  color: white;
  transform: translateY(100%);
  transition: 400ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .pro_box a strong p span {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  font-size: 22px;
}
.product .pro_box a strong p span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product .pro_box a:hover strong p {
  transform: translateY(0);
}
.product .pro_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1500px) {
  .product .pro_box {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .product .pro_box a {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .product .pro_box a strong {
    padding: 20px 0 20px 0;
    font-size: 16px;
  }
  .product .pro_box a strong p {
    width: calc(100% - 20px);
    padding: 15px 10px;
  }
  .product .pro_box a strong p span {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .product .pro_box a strong p span:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
  .product .pro_box a:nth-child(3n) {
    margin-right: 10px;
  }
  .product .pro_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.honor {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: url(../img/007.jpg) no-repeat;
  background-size: cover;
}
.honor .hon_box {
  width: 1500px;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .honor .hon_box {
    width: 90%;
  }
}
.number {
  width: 100%;
  padding: 30px 0;
  background: url(../img/009.jpg) no-repeat;
  background-size: cover;
}
.number .num_box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.number .num_box .num p {
  margin: 0;
  transition: 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number .num_box .num p span {
  color: white;
  font-weight: 600;
  font-size: 50px;
}
.number .num_box .num span {
  display: block;
  text-align: center;
  color: white;
  margin-top: 5px;
  font-size: 24px;
}
.number .num_box .num:hover p {
  transform: rotateY(360deg);
}
@media (max-width: 1200px) {
  .number .num_box {
    width: 90%;
  }
  .number .num_box .num p span {
    font-size: 42px;
  }
  .number .num_box .num span {
    margin-top: 5px;
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .number .num_box {
    width: 94%;
  }
  .number .num_box .num p span {
    font-size: 22px;
  }
  .number .num_box .num span {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .number .num_box .num p span {
    font-weight: 400;
    font-size: 20px;
  }
  .number .num_box .num span {
    margin-top: 5px;
    font-size: 10px;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.new .new_box {
  width: 1500px;
  padding-top: 70px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.new .new_box a {
  width: 47%;
  text-decoration: none;
  display: flex;
  margin-bottom: 60px;
}
.new .new_box a .time {
  width: 120px;
  padding-right: 30px;
}
.new .new_box a .time span {
  display: block;
  text-align: right;
  color: black;
  line-height: 35px;
  font-size: 32px;
}
.new .new_box a .time span:nth-child(2) {
  margin-top: 5px;
  font-size: 22px;
  color: #9a9a9a;
}
.new .new_box a .text {
  width: calc(100% - 150px);
}
.new .new_box a .text span {
  width: 100%;
  display: block;
  color: black;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}
.new .new_box a .text p {
  margin: 0;
  margin-top: 15px;
  text-align: justify;
  color: #9a9a9a;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}
.new .new_box a:hover .time span {
  color: #0254a6;
}
.new .new_box a:hover .time span:nth-child(2) {
  color: #0254a6;
}
.new .new_box a:hover .text span {
  color: #0254a6;
}
@media (max-width: 1500px) {
  .new .new_box {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .new .new_box {
    padding-top: 30px;
  }
  .new .new_box a {
    width: calc(100%);
    margin-bottom: 30px;
  }
  .new .new_box a .time {
    width: 70px;
    padding-right: 20px;
  }
  .new .new_box a .time span {
    line-height: 28px;
    font-size: 24px;
  }
  .new .new_box a .time span:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }
  .new .new_box a .text {
    width: calc(100% - 90px);
  }
  .new .new_box a .text span {
    font-size: 16px;
  }
  .new .new_box a .text p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.contact {
  width: 100%;
  padding: 40px 0;
  background-color: #eeeeee;
}
.contact .con_box {
  width: 1500px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contact .con_box .box {
  width: calc(32% - 100px);
  background-color: white;
  padding: 50px;
  border-bottom: 4px solid #0254a6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.contact .con_box .box p {
  width: 100%;
  margin: 5px 0;
  display: flex;
  justify-content: center;
}
.contact .con_box .box p span {
  display: block;
  white-space: nowrap;
  padding-right: 10px;
  letter-spacing: 1px;
  font-size: 28px;
}
.contact .con_box .box p span:nth-child(2) {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.contact .con_box .box img {
  width: 100px;
  height: 70px;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -50px;
}
@media (max-width: 1500px) {
  .contact .con_box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .contact .con_box .box {
    width: calc(100% - 100px);
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .contact .con_box {
    padding-top: 60px;
  }
  .contact .con_box .box {
    width: calc(100% - 60px);
    padding: 40px 30px;
    margin-bottom: 50px;
    border-bottom: 2px solid #0254a6;
  }
  .contact .con_box .box p span {
    font-size: 19px;
  }
  .contact .con_box .box img {
    width: 70px;
    height: 50px;
    top: -25px;
    margin-left: -35px;
  }
}
.foot {
  width: 100%;
  height: 450px;
  background-color: #393939;
  position: absolute;
  bottom: 32px;
  left: 0;
}
.foot .box_1 {
  width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
}
.foot .box_1 img {
  width: 100%;
  display: block;
}
.foot .box_1 .b {
  display: none;
}
.foot .box_2 {
  width: 1400px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foot .box_2 .left img {
  width: 560px;
  display: block;
}
.foot .box_2 .left span {
  display: block;
  color: white;
  letter-spacing: 4px;
  margin-top: 18px;
  font-size: 34px;
}
.foot .box_2 .right {
  display: flex;
  justify-content: center;
}
.foot .box_2 .right .erwei {
  padding: 0 10px;
}
.foot .box_2 .right .erwei img {
  width: 160px;
  display: block;
}
.foot .box_2 .right .erwei span {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  margin-top: 8px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .foot .box_1 {
    width: 90%;
  }
  .foot .box_2 {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .foot .box_1 p img {
    width: 55px;
  }
  .foot .box_1 p span {
    width: 60px;
    padding-left: 10px;
    font-size: 14px;
  }
  .foot .box_2 .left img {
    width: 360px;
  }
  .foot .box_2 .left span {
    font-size: 24px;
  }
  .foot .box_2 .right .erwei img {
    width: 110px;
  }
  .foot .box_2 .right .erwei span {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .foot {
    bottom: 102px;
  }
  .foot .box_1 .a {
    display: none;
  }
  .foot .box_1 .b {
    display: block;
  }
  .foot .box_2 {
    padding-top: 30px;
    flex-direction: column;
  }
  .foot .box_2 .left {
    width: 100%;
  }
  .foot .box_2 .left img {
    width: 80%;
    margin: 0 auto;
  }
  .foot .box_2 .left span {
    letter-spacing: 2px;
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
  }
  .foot .box_2 .right {
    margin-top: 20px;
  }
  .foot .box_2 .right .erwei {
    padding: 0 10px;
  }
  .foot .box_2 .right .erwei img {
    width: 120px;
  }
  .foot .box_2 .right .erwei span {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .foot {
    height: 360px;
  }
  .foot .box_1 {
    padding-top: 30px;
  }
  .foot .box_1 p img {
    width: 30px;
  }
  .foot .box_1 p span {
    width: 25px;
    padding-left: 3px;
    font-size: 6px;
  }
  .foot .box_2 {
    padding-top: 20px;
  }
  .foot .box_2 .left img {
    width: 92%;
  }
  .foot .box_2 .left span {
    letter-spacing: 2px;
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 552px;
    min-height: calc(100% - 552px);
  }
}
@media (max-width: 540px) {
  body {
    padding-bottom: 462px;
    min-height: calc(100% - 462px);
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: black;
  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: #0254a6;
  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;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: white;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  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: #0254a6;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.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;
}
.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;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #0254a6;
  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: #0254a6;
  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: #6199e3;
    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 .image {
  overflow: hidden;
}
.com_product_box a .image 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: #6199e3;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 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;
  }
}
.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: #6199e3;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: 47%;
  text-decoration: none;
  display: flex;
  margin-bottom: 60px;
}
.com_new_box a .time {
  width: 120px;
  padding-right: 30px;
}
.com_new_box a .time span {
  display: block;
  text-align: right;
  color: black;
  line-height: 35px;
  font-size: 32px;
}
.com_new_box a .time span:nth-child(2) {
  margin-top: 5px;
  font-size: 22px;
  color: #9a9a9a;
}
.com_new_box a .text {
  width: calc(100% - 150px);
}
.com_new_box a .text span {
  width: 100%;
  display: block;
  color: black;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}
.com_new_box a .text p {
  margin: 0;
  margin-top: 15px;
  text-align: justify;
  color: #9a9a9a;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}
.com_new_box a:hover .time span {
  color: #0254a6;
}
.com_new_box a:hover .time span:nth-child(2) {
  color: #0254a6;
}
.com_new_box a:hover .text span {
  color: #0254a6;
}
@media (max-width: 1200px) {
  .com_new_box {
    padding-top: 20px;
  }
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    margin-bottom: 30px;
  }
  .com_new_box a .time {
    width: 70px;
    padding-right: 20px;
  }
  .com_new_box a .time span {
    line-height: 28px;
    font-size: 24px;
  }
  .com_new_box a .time span:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }
  .com_new_box a .text {
    width: calc(100% - 90px);
  }
  .com_new_box a .text span {
    font-size: 16px;
  }
  .com_new_box a .text p {
    margin-top: 10px;
    font-size: 14px;
  }
}
