html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
}
@keyframes right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.right {
  animation: right 500ms;
}
.left {
  animation: left 500ms;
}
.header {
  width: 100%;
  min-height: 10px;
}
.header .header_box {
  width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_box .logo img {
  display: block;
}
.header .header_box .contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_box .contact .image img {
  width: auto;
  height: 35px;
  display: block;
}
.header .header_box .contact .text {
  font-size: 18px;
  margin-left: 10px;
}
.header .header_box .contact .text p {
  color: #878787;
  margin: 0;
}
.header .header_box .contact .text span {
  color: #f5a566;
}
.header .header_box .menu_x {
  display: none;
}
.header .header_box .menu_x .image_btn {
  padding: 8px;
  background-color: #005aa1;
  border-radius: 5px;
}
.header .header_box .menu_x .image_btn img {
  width: 40px;
  height: 30px;
  display: block;
}
@media (max-width: 1200px) {
  .header .header_box {
    width: 90%;
  }
  .header .header_box .contact {
    display: none;
  }
  .header .header_box .menu_x {
    display: block;
  }
}
@media (max-width: 760px) {
  .header .header_box .logo {
    width: 340px;
  }
  .header .header_box .logo img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 540px) {
  .header .header_box .logo {
    width: calc(100% - 80px);
  }
}
.menu {
  width: 100%;
  background-color: #0262b8;
  display: flex;
  justify-content: center;
}
.menu .menu_box ul {
  padding: 0;
  margin: 0;
}
.menu .menu_box ul li {
  float: left;
  list-style: none;
  padding: 15px 0;
  position: relative;
}
.menu .menu_box ul li a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  padding: 0 40px;
}
.menu .menu_box ul li .menu2_box {
  display: none;
  width: 209px;
  padding: 10px 0;
  position: absolute;
  background-color: #0262b8;
  top: 52px;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.menu .menu_box ul li .menu2_box ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu .menu_box ul li .menu2_box ul li {
  width: 100%;
}
.menu .menu_box ul li .menu2_box ul li a {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.menu .menu_box ul .menu_active {
  background-color: #fa7821;
}
.menu .menu_box ul li:hover {
  background-color: #fa7821;
}
.menu .menu_box ul li:hover .menu2_box {
  display: block;
}
@media (max-width: 1200px) {
  .menu {
    display: none;
  }
}
.menu_hide {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  overflow: hidden;
}
.menu_hide .menu_box {
  z-index: 40;
  width: 60%;
  padding-top: 20px;
  height: 100%;
  background-color: white;
  position: absolute;
}
.menu_hide .menu_box ul {
  padding: 0;
  margin: 0;
}
.menu_hide .menu_box ul li {
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: black;
}
.menu_hide .menu_box ul li a {
  width: calc(100% - 40px);
  padding: 0 20px;
  text-decoration: none;
  border-bottom: 1px solid #e3e3e3;
  color: black;
  line-height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_hide .menu_box ul li a img {
  height: 14px;
  display: block;
}
.menu_hide .menu_box ul li ul {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.menu_hide .menu_box ul li ul li {
  width: 100%;
  text-decoration: none;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}
.menu_hide .menu_box ul li ul li a {
  width: calc(100% - 60px);
  padding: 0 20px 0 40px;
  text-decoration: none;
  border-bottom: 1px solid #e3e3e3;
  color: black;
  line-height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_hide .menu_box ul li ul li a img {
  height: 14px;
  display: block;
}
.menu_hide .Mask {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.1;
}
.pro_case_box {
  width: 100%;
  background-image: url(../img/002.png), url(../img/003.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right top,left bottom;
  background-size: 30% auto,30% auto;
}
@media (max-width: 1200px) {
  .pro_case_box {
    background-size: 40% auto,40% auto;
  }
}
@media (max-width: 540px) {
  .pro_case_box {
    background-image: url(../img/003.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80% auto;
  }
}
.product {
  width: 100%;
  padding-top: 30px;
  min-height: 10px;
}
.product .index_title {
  display: none;
}
.product .productbox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product .productbox .column {
  width: 240px;
}
.product .productbox .column h2 {
  color: #0262b8;
  margin: 10px 0;
}
.product .productbox .column .column_list {
  width: calc(100% - 24px);
  max-height: 900px;
  overflow-y: auto;
  padding: 0 10px;
  border-left: 2px solid rgba(36, 148, 222, 0.3);
  border-right: 2px solid rgba(36, 148, 222, 0.3);
}
.product .productbox .column .column_list a {
  width: calc(100% - 16px);
  background-color: #0262b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  margin-bottom: 16px;
  text-decoration: none;
}
.product .productbox .column .column_list a span {
  color: white;
}
.product .productbox .column .column_list a img {
  width: 13px;
  height: 12px;
}
.product .productbox .column .contact {
  width: 100%;
  padding: 20px 0;
  background-color: #474747;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .productbox .column .contact .image img {
  width: auto;
  height: 35px;
  display: block;
}
.product .productbox .column .contact .text {
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
.product .productbox .column .contact .text p {
  margin: 0;
}
.product .productbox .product_box {
  width: calc(100% - 270px);
  display: flex;
  flex-flow: row wrap;
}
.product .productbox .product_box .prolist {
  width: calc((100% - 40.5px) / 3);
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  text-decoration: none;
  display: block;
}
.product .productbox .product_box .prolist img {
  width: 100%;
  display: block;
}
.product .productbox .product_box .prolist .text {
  width: 100%;
  padding: 10px 0;
  background-color: #eeeeee;
  font-weight: 600;
  font-size: 14px;
  color: black;
  letter-spacing: 2px;
}
.product .productbox .product_box .prolist .text span {
  width: calc(100% - 20px);
  padding: 0 10px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productbox .product_box .prolist .text p {
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productbox .product_box .prolist:nth-child(3n) {
  margin-right: 0;
}
.product .mySwiper2 {
  display: none;
}
@media (max-width: 1200px) {
  .product .productbox {
    width: 90%;
  }
  .product .productbox .product_box .prolist {
    width: calc((100% - 20.5px) / 2);
    display: none;
  }
  .product .productbox .product_box .prolist:nth-child(3n) {
    margin-right: 20px;
  }
  .product .productbox .product_box .prolist:nth-child(2n) {
    margin-right: 0;
  }
  .product .productbox .product_box .prolist:nth-child(-n+4) {
    display: block;
  }
}
@media (max-width: 760px) {
  .product .productbox {
    width: 90%;
  }
  .product .productbox .product_box .prolist {
    width: 100%;
  }
  .product .productbox .product_box .prolist:nth-child(n) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .product .index_title {
    display: flex;
  }
  .product .productbox {
    display: none;
  }
  .product .mySwiper2 {
    display: block;
  }
}
.index_title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #0262b8;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_title .index_title_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_title .index_title_box .inx {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_title .index_title_box .inx .a,
.index_title .index_title_box .inx .b {
  display: block;
  background-color: #acacac;
}
.index_title .index_title_box .inx .a {
  width: calc(100% - 4px);
  height: 2px;
}
.index_title .index_title_box .inx .b {
  height: 4px;
  width: 4px;
}
.index_title .index_title_box span {
  display: block;
}
@media (max-width: 1200px) {
  .index_title .index_title_box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .index_title .index_title_box {
    width: 100%;
  }
}
.case {
  width: 100%;
  min-height: 10px;
  margin-bottom: 30px;
}
.case .casebox {
  width: 1200px;
  margin: 0 auto;
}
.case .casebox .case_box {
  width: 100%;
}
.case .casebox .case_box a {
  width: calc((100% - 40.5px) / 3);
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  text-decoration: none;
  display: block;
}
.case .casebox .case_box a img {
  width: 100%;
  display: block;
}
.case .casebox .case_box a .text {
  width: 100%;
  padding: 10px 0;
  background-color: #eeeeee;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
.case .casebox .case_box a .text span {
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}
.case .casebox .case_box a:nth-child(3n) {
  margin-right: 0;
}
.case .mySwiper3 {
  display: none;
}
@media (max-width: 1200px) {
  .case .casebox {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .case .casebox .case_box a {
    width: calc((100% - 20.5px) / 2);
  }
  .case .casebox .case_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .case .casebox .case_box a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .case .casebox {
    display: none;
  }
  .case .mySwiper3 {
    display: block;
  }
}
.introdue {
  width: 100%;
  background: url(../img/007.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.introdue .introduebox {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}
.introdue .introduebox .intro_title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.introdue .introduebox .intro_title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 10px;
  color: white;
  position: relative;
}
.introdue .introduebox .intro_title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 70%;
  background-color: white;
}
.introdue .introduebox .intro_title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 30%;
  background-color: #5888cc;
}
.introdue .introduebox .introdue_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.introdue .introduebox .introdue_box .image {
  width: 50%;
  display: flex;
  align-items: center;
}
.introdue .introduebox .introdue_box .image img {
  width: 94%;
}
.introdue .introduebox .introdue_box .textbox {
  width: calc(50% - 40px);
  padding: 0 20px;
  padding-top: 20px;
}
.introdue .introduebox .introdue_box .textbox .text {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 2px;
  text-indent: 40px;
  line-height: 30px;
  color: white;
}
.introdue .introduebox .introdue_box .textbox .more {
  display: none;
  justify-content: center;
}
.introdue .introduebox .introdue_box .textbox .more .morebox {
  text-decoration: none;
  color: #5888cc;
  font-weight: 600;
  padding: 5px 20px;
  background-color: white;
}
@media (max-width: 1200px) {
  .introdue .introduebox {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .introdue .introduebox {
    padding: 15px 0;
  }
  .introdue .introduebox .introdue_box .image {
    display: none;
  }
  .introdue .introduebox .introdue_box .textbox {
    width: calc(100% - 40px);
  }
  .introdue .introduebox .introdue_box .textbox .more {
    display: flex;
  }
}
.index_image {
  width: 100%;
  min-height: 10px;
  padding: 20px 0;
  display: none;
}
.index_image .image {
  width: 90%;
  margin: 0 auto;
}
.index_image .image img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .index_image {
    display: block;
  }
}
.new {
  width: 100%;
}
.new .newbox {
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.new .newbox .new_box {
  width: calc(48% - 4px);
  border: 2px solid #a3a3a3;
}
.new .newbox .new_box h3 {
  width: calc(100% - 8px);
  letter-spacing: 2px;
  border-left: 8px solid #c03d07;
  text-align: center;
  color: #646464;
}
.new .newbox .new_box a {
  text-decoration: none;
  width: calc(100% - 30px);
  padding: 0 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .newbox .new_box a .new_title {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
.new .newbox .new_box a .new_title span {
  color: #ec4908;
  display: block;
  margin-right: 3px;
}
.new .newbox .new_box a .new_title p {
  width: calc(100% - 15px);
  color: #393939;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .newbox .new_box a .time {
  color: #393939;
}
@media (max-width: 1200px) {
  .new .newbox {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .new .newbox .new_box {
    width: calc(100% - 4px);
  }
  .new .newbox .new_box:nth-child(2) {
    display: none;
  }
}
.index_image2 {
  width: 100%;
  min-height: 10px;
  margin: 15px 0;
}
.index_image2 img {
  width: 100%;
  display: block;
}
@media (max-width: 540px) {
  .index_image2 {
    display: none;
  }
}
.index_image3 {
  width: 100%;
  min-height: 10px;
  margin: 15px 0;
  display: none;
}
.index_image3 img {
  width: 100%;
  display: block;
}
@media (max-width: 540px) {
  .index_image3 {
    display: block;
  }
}
.foot {
  width: 100%;
  height: 200px;
  background-color: black;
}
.foot .footbox {
  width: 1200px;
  margin: 0 auto;
}
.foot .footbox .foot_menu {
  width: 100%;
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .footbox .foot_menu a {
  text-decoration: none;
  color: white;
}
.foot .footbox .foot_menu span {
  color: white;
  font-size: 12px;
}
.foot .footbox .foot_menu span:nth-last-child(1) {
  display: none;
}
.foot .footbox .foot_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.foot .footbox .foot_box .foot1 {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
.foot .footbox .foot_box .foot1 .image {
  margin-right: 40px;
}
.foot .footbox .foot_box .foot1 .image img {
  width: 85px;
  display: block;
}
.foot .footbox .foot_box .foot1 .text {
  color: white;
  font-size: 14px;
}
.foot .footbox .foot_box .foot1 .text p {
  margin: 8px 0;
}
.foot .footbox .foot_box .foot2 {
  width: 100px;
}
.foot .footbox .foot_box .foot2 .image {
  width: 100%;
  display: flex;
  align-items: center;
}
.foot .footbox .foot_box .foot2 .image img {
  width: 100px;
  display: block;
}
@media (max-width: 1200px) {
  .foot .footbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .foot {
    display: none;
  }
}
.foot_copyright{
  width: 100%;
  padding: 4px 0;
  background-color: black;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.foot_copyright .foot1{
  white-space: nowrap;
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 540px) {
  .foot_copyright{
    background-color: white;
  }
  .foot_copyright .foot1{
    color: #005aa1;
  }
}
.tabber {
  width: 100%;
  height: 70px;
  display: none;
  justify-content: space-between;
  background-color: #005aa1;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber .tabber_btn {
  width: 30%;
}
.tabber .tabber_btn a {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.tabber .tabber_btn a img {
  width: 26px;
}
.tabber .tabber_btn a span {
  display: block;
  font-size: 15px;
  color: white;
  margin-top: 5px;
}
.tabber .tabber_btn a .image {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -31px;
}
.tabber .tabber_btn a .image img {
  height: 62px;
  width: 62px;
}
@media (max-width: 540px) {
  body {
    padding-bottom: 95px;
  }
  .tabber {
    display: flex;
  }
  .foot_copyright{
    background-color: white;
  }
  .foot_copyright .foot1{
    color: #005aa1;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
}
.common_image img {
  width: 100%;
  display: block;
}
.common {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 15px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 45px;
  height: 4px;
  background-color: #0262b8;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
.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;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_new {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.com_new .column {
  width: 240px;
}
.com_new .column h2 {
  color: #0262b8;
  margin: 10px 0;
}
.com_new .column .column_list {
  width: calc(100% - 24px);
  max-height: 900px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  border-left: 2px solid rgba(36, 148, 222, 0.3);
  border-right: 2px solid rgba(36, 148, 222, 0.3);
}
.com_new .column .column_list a {
  width: calc(100% - 16px);
  background-color: #0262b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  margin-bottom: 16px;
  text-decoration: none;
}
.com_new .column .column_list a span {
  color: white;
}
.com_new .column .column_list a img {
  width: 13px;
  height: 12px;
}
.com_new .column .contact {
  width: 100%;
  padding: 20px 0;
  background-color: #474747;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_new .column .contact .image img {
  width: auto;
  height: 35px;
  display: block;
}
.com_new .column .contact .text {
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
.com_new .column .contact .text p {
  margin: 0;
}
.com_new .com_new_box{
  width: calc(100% - 270px);
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.com_new .com_new_list {
  width: calc(48% - 60px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 30px;
  margin-bottom: 20px;
  text-decoration: none;
}
.com_new .com_new_list .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #2f2f2f;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.com_new .com_new_list span {
  display: block;
  color: #4f4f4f;
  font-size: 16px;
}
.com_new .com_new_list:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.com_new .com_new_list:hover .title {
  color: #0177de;
}
.com_new .com_new_list:hover span {
  color: #0177de;
}
@media (max-width: 1200px) {
  .com_new {
    flex-direction: column;
    justify-content: center;
  }
  .com_new .column {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .com_new .column h2 {
    color: black;
    margin-right: 20px;
    font-size: 18px;
  }
  .com_new .column .column_list {
    width: calc(100% - 120px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    align-items: center;
  }
  .com_new .column .column_list a {
    width: auto;
    display: block;
    white-space: nowrap;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .com_new .column .column_list a img {
    display: none;
  }
  .com_new .column .contact {
    display: none;
  }
  .com_new .com_new_box {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .com_new .com_new_list {
    width: calc(100% - 60px);
  }
}
@media (max-width: 540px) {
  .com_new .column h2 {
    display: none;
  }
  .com_new .column .column_list {
    width: 100%;
  }
}
.pagination {
  width: 100%;
  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: #cecece;
  border: 1px solid #cecece;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #0183f3;
  color: white;
  cursor: pointer;
}
.com_product {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.com_product .column {
  width: 240px;
}
.com_product .column h2 {
  color: #0262b8;
  margin: 10px 0;
}
.com_product .column .column_list {
  width: calc(100% - 24px);
  max-height: 900px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  border-left: 2px solid rgba(36, 148, 222, 0.3);
  border-right: 2px solid rgba(36, 148, 222, 0.3);
}
.com_product .column .column_list a {
  width: calc(100% - 16px);
  background-color: #0262b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  margin-bottom: 16px;
  text-decoration: none;
}
.com_product .column .column_list a span {
  color: white;
}
.com_product .column .column_list a img {
  width: 13px;
  height: 12px;
}
.com_product .column .contact {
  width: 100%;
  padding: 20px 0;
  background-color: #474747;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_product .column .contact .image img {
  width: auto;
  height: 35px;
  display: block;
}
.com_product .column .contact .text {
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
.com_product .column .contact .text p {
  margin: 0;
}
.com_product .product_box {
  width: calc(100% - 270px);
  display: flex;
  flex-flow: row wrap;
}
.com_product .product_box .prolist {
  width: calc((100% - 40.5px) / 3);
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  text-decoration: none;
  display: block;
}
.com_product .product_box .prolist .image {
  overflow: hidden;
}
.com_product .product_box .prolist .image img {
  width: 100%;
  display: block;
}
.com_product .product_box .prolist .text {
  width: 100%;
  padding: 10px 0;
  background-color: #eeeeee;
  font-weight: 600;
  font-size: 14px;
  color: black;
  letter-spacing: 2px;
}
.com_product .product_box .prolist .text span {
  width: calc(100% - 20px);
  padding: 0 10px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_product .product_box .prolist .text p {
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_product .product_box .prolist:nth-child(3n) {
  margin-right: 0;
}
.com_product .product_box .prolist:hover .image img {
  transform: scale(1.2);
  transition: 300ms ease;
}
@media (max-width: 1200px) {
  .com_product {
    flex-direction: column;
    justify-content: center;
  }
  .com_product .column {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .com_product .column h2 {
    color: black;
    margin-right: 20px;
    font-size: 18px;
  }
  .com_product .column .column_list {
    width: calc(100% - 120px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    align-items: center;
  }
  .com_product .column .column_list a {
    width: auto;
    display: block;
    white-space: nowrap;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .com_product .column .column_list a img {
    display: none;
  }
  .com_product .column .contact {
    display: none;
  }
  .com_product .product_box {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .com_product .product_box .prolist {
    width: calc((100% - 20.5px) / 2);
  }
  .com_product .product_box .prolist:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product .product_box .prolist:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .com_product .column h2 {
    display: none;
  }
  .com_product .column .column_list {
    width: 100%;
  }
  .com_product .product_box .prolist {
    width: 100%;
  }
  .com_product .product_box .prolist:nth-child(n) {
    margin-right: 0;
  }
}
