html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  background: url(../img/004.png);
  background-size: 100%;
}
.foot_copyright{
  width: 100%;
  order: 10;
  padding: 4px 0;
  background: url(../img/004.png) no-repeat;
  background-size: 100%;
  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 .foot1{
    color: #005aa1;
  }
}
.header {
  width: calc(100% - 40px);
  padding: 10px 20px;
}
.header img {
  width: 100%;
  display: block;
}
.index_title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.index_title span {
  width: 100%;
  color: #1883dd;
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.index_title .image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index_title .image img {
  width: 200px;
  display: block;
}
.menu {
  width: 100%;
  background-image: linear-gradient(80deg, #1884de 0%, #1883dd 21%, #1884de 35%);
}
.menu .menu_box {
  width: 100%;
}
.menu .menu_box ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.menu .menu_box ul li {
  width: calc((100% - 3px) / 3);
  list-style: none;
  padding: 10px 0;
  border-right: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .menu_box ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 3px 5px;
}
.menu .menu_box ul li a:hover {
  background-color: #fa7821;
}
.menu .menu_box ul li .menu_active {
  background-color: #fa7821;
}
.menu .menu_box ul li:nth-child(3n) {
  border-right: 0;
}
.menu .menu_box ul li:nth-child(-n + 3) {
  border-bottom: 1px solid white;
}
.product {
  width: 100%;
  min-height: 10px;
}
.product .productbox {
  width: 90%;
  margin: 0 auto;
}
.product .productbox .product_box {
  width: 100%;
}
.product .productbox .product_box .image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.product .productbox .product_box .image img {
  width: 100%;
  display: block;
}
.product .productbox .more {
  width: 100%;
}
.product .productbox .more .more_box {
  width: 140px;
  margin: 0 auto;
  padding: 8px 0;
  text-decoration: none;
  background-color: #005bac;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .productbox .more .more_box span {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-right: 4px;
}
.product .productbox .more .more_box img {
  height: 14px;
}
.index_image {
  width: 100%;
  min-height: 10px;
  margin-top: 40px;
}
.index_image img {
  width: 100%;
}
.our {
  width: 100%;
  min-height: 10px;
}
.our .image {
  width: 100%;
}
.our .image img {
  width: 100%;
  display: block;
}
.our .our_box {
  width: 90%;
  margin: 0 auto;
}
.our .our_box .text {
  width: 100%;
  margin-top: 20px;
  text-align: justify;
}
.case {
  width: 100%;
  min-height: 10px;
}
.case .case_box {
  width: 90%;
  margin: 0 auto;
}
.index_image2 {
  width: 100%;
  min-height: 10px;
  margin-top: 30px;
}
.index_image2 img {
  width: 100%;
  display: block;
}
.new {
  width: 100%;
  min-height: 10px;
  margin-bottom: 30px;
}
.new .new_box {
  width: 90%;
  margin: 0 auto;
}
.new .new_box .mySwiper3 {
  width: calc(100% - 2px);
  border: 1px solid black;
}
.new .new_box .mySwiper3 .swiper-slide {
  flex-direction: column;
  margin: 10px 0;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 {
  width: calc(100% - 70px);
  margin: 0 35px;
  text-decoration: none;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .ntbox {
  width: calc(100% - 40px);
  margin: 0 20px;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .ntbox .new_time {
  width: 100%;
  color: #494949;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .ntbox .new_ge {
  width: 140px;
  height: 4px;
  margin: 3px 0;
  background-color: #494949;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .ntbox .new_title {
  width: 100%;
  color: #494949;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .new_content {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .new_content span {
  display: block;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
  color: black;
  text-align: justify;
  position: relative;
}
.new .new_box .mySwiper3 .swiper-slide .swiperslide3 .new_content span:after {
  content: "...";
  position: absolute;
  background: url(../img/004.png) no-repeat;
  width: 17px;
  height: 24px;
  top: 24px;
  right: 0;
}
.tabber {
  width: 100%;
  height: 105px;
  padding-top: 30px;
  background-color: #0262b8;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber .image {
  z-index: 61;
  width: 100%;
  position: absolute;
  top: -25px;
  display: flex;
  justify-content: center;
}
.tabber .image img {
  height: 50px;
  width: auto;
}
.tabber .tabber1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.tabber .tabber2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.tabber .tabber2 .tabber_btn {
  width: 30%;
}
.tabber .tabber2 .tabber_btn a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.tabber .tabber2 .tabber_btn a img {
  height: 32px;
  display: block;
}
.tabber .tabber2 .tabber_btn a span {
  display: block;
  font-size: 14px;
  color: white;
  margin-top: 3px;
}
.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: 90%;
  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: #1884de;
  margin-top: 5px;
}
.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_product {
  width: 100%;
}
.com_product .compro_list {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  display: block;
}
.com_product .compro_list img {
  width: 100%;
  display: block;
}
.com_product .compro_list span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 5px 0;
  font-size: 16px;
  letter-spacing: 1px;
  background: rgba(4, 138, 221, 0.6) none repeat scroll !important;
}
.pagination {
  width: 100%;
  order: 6;
  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;
  background-color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  background-color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #0183f3;
  color: white;
  cursor: pointer;
}
.com_new .swiperslide3 {
  width: calc(100% - 22px);
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 8px;
  margin-bottom: 10px;
}
.com_new .swiperslide3 .ntbox {
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-bottom: 10px;
}
.com_new .swiperslide3 .ntbox .new_time {
  width: 100%;
  color: #494949;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}
.com_new .swiperslide3 .ntbox .new_ge {
  width: 140px;
  height: 4px;
  margin: 3px 0;
  background-color: #1884de;
}
.com_new .swiperslide3 .ntbox .new_title {
  width: 100%;
  color: #494949;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.com_new .swiperslide3 .new_content {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.com_new .swiperslide3 .new_content span {
  display: block;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
  color: black;
  text-align: justify;
  position: relative;
}
.com_new .swiperslide3 .new_content span:after {
  content: "...";
  position: absolute;
  background: url(../img/004.png) no-repeat;
  width: 17px;
  height: 24px;
  top: 24px;
  right: 0;
}
