.container {
  max-width: 1600px !important;
}
.header_advertising_column {
  background-color: #0164ad;
  padding: 10px 0;
}
.header_advertising_column_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_advertising_column_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_advertising_column_list span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 0 15px;
}
.header_advertising_column_list li i {
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}
.header_advertising_column_list li a {
  flex: 1;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
}
.headersearch_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}
.headersearch_box form{
    display: flex;
}
.headersearch_box input {
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  overflow: hidden;
}
.search button{
    border: 0px solid ;
    background-color: white;
}
/* indexproduct */
.indexproduct {
  padding: 60px 30px;
  background-color: #fdfdfd;
}
.indexproduct_title {
  margin-bottom: 40px;
}
.indexproduct_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.indexproduct_title p {
  font-size: 16px;
  color: #000;
  text-align: center;
  word-wrap: break-word;
}
.indexproduct_box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.indexproduct_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 15px;
}
.indexproduct_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.indexproduct_mask {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(2, 100, 172, 0.8),
    rgba(2, 100, 172, 0)
  );
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexproduct_content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  margin: 0 auto;
  padding: 10px 15px;
}
.indexproduct_content h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.indexproduct_content a {
  font-size: 20px;
  /*color: #fff;*/
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.indexproduct_box:hover .indexproduct_mask {
  height: 0%;
}
.indexproduct_main .swiper-slide {
  padding-bottom: 60px;
}
/* indexabout */
.indexabout {
  padding: 60px 0;
  position: relative;
}
.indexaboutbg img {
  max-width: 100%;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.indexabout_left {
  position: relative;
}
.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
  position: relative;
}
.indexabout_dot {
  position: absolute;
  top: 0;
}
.indexabout_dot img {
  max-width: 100%;
  vertical-align: middle;
}
.indexabout_color {
  width: 450px;
  height: 460px;
  background-color: #f1f4f9;
  position: absolute;
  top: 40px;
  left: 40px;
}
.indexabout_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_img {
  position: absolute;
  top: 80px;
  left: 80px;
}
.indexabout_right {
  padding-left: 50px;
}
.indexabout_content span {
  font-size: 48px;
  color: #000;
  font-family: "impact";
  /* font-weight: bold; */
  display: block;
  margin-bottom: 10px;
}
.indexabout_content h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.indexabout_content p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /* word-break: break-all; */
}
.indexabout_list {
  margin-top: 50px;
}
.indexabout_list ul {
  position: relative;
  padding-left: 45px;
}
.indexabout_list ul::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #0164ad;
  position: absolute;
  left: 0px;
  top: 10px;
}
.indexabout_list ul::after {
  left: 14px;
  top: -22px;
  content: "";
  height: 100%;
  width: 1px;
  background: #0164ad;
  position: absolute;
}
.indexabout_list li {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}
.indexabout_list li span {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-right: 15px;
  background-color: #0164ad;
}
.indexabout_list li p {
  font-size: 16px;
  color: #333;
  /* word-break: break-all; */
  word-wrap: break-word;
  flex: 1;
}
.indexabout_more {
  display: inline-block;
  padding: 12px 40px;
  background-color: #0164ad;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexabout_more:hover {
  background-color: #000;
}
/* indexapplication */
.indexapplication {
  padding: 60px 0;
  position: relative;
}
.indexapplication .container {
  position: relative;
  z-index: 999;
}
.indexapplicationbg img {
  position: absolute;
  top: -150px;
  right: 0;
  max-width: 100%;
  vertical-align: middle;
  z-index: 9;
}
.indexapplication_flex {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.indexapplication_left,
.indexapplication_right {
  margin: 0 !important;
  padding: 0 !important;
}
.indexapplication_img {
  position: relative;
  overflow: hidden;
}
.indexapplication_img img {
  width: 100%;
  vertical-align: middle;
}
.indexapplication_content {
  padding: 30px 50px;
}
.indexapplication_content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.indexapplication_content p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  word-wrap: break-word;
}
/* indexnews */
.indexnews {
  padding: 30px 0 30px 0;
  background-color: #fdfdfd;
}
.indexnews_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews_li {
  margin-bottom: 30px;
  position: relative;
}
.indexnews_box {
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.indexnews_img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.indexnews_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_content {
  padding: 20px;
}
.indexnews_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_content .indexnews_contenth3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_more {
  padding-top: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.indexnews_more p {
  font-size: 16px;
  color: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_more i {
  font-size: 18px;
  color: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_box:hover .indexnews_img img {
  transform: scale(1.1);
}
.indexnews_box:hover .indexnews_more p,
.indexnews_box:hover .indexnews_more i {
  color: #0164ad;
}
/* indexcontactus */
.indexcontactus {
  position: relative;
  overflow: hidden;
  padding: 40px 0 80px 0;
}
.indexcontactus .container {
  position: relative;
  z-index: 999;
}
.indexcontactus_bg1 img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  max-width: 100%;
  vertical-align: middle;
}
.indexcontactus_bg2 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  vertical-align: middle;
}
.indexcontactus_bg3 img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  vertical-align: middle;
}
.indexcontactus .contact_main {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 100px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.indexcontactus .contact_inquiry_form_main {
  padding: 0;
}
/* footer */
.footer {
  background: url(../images/good6.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 70px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
}
.footer_logo {
  display: block;
  margin-bottom: 30px;
}
.footer .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footer .public_ad_header_social_media a {
  margin: 5px 10px 5px 0;
}
.footer_copyrights {
  padding-top: 20px;
  margin-top: 60px;
  border-top: 1px solid #fff;
}
.footer_copyrights a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.footer_nav h3,
.footer_way h3,
.footer_info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
}
.footer_nav span,
.footer_way span,
.footer_info span {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #0485f1;
  margin: 15px 0 20px 0;
}
.footer_nav a {
  font-size: 16px;
  display: block;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.footer_nav a:hover {
  color: #0485f1;
}
.footer_way li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.footer_way li a {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  flex: 1;
}
.footer_way li p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  flex: 1;
}
.footer_way li b {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  margin-right: 15px;
  text-align: center;
  line-height: 45px;
  font-weight: normal;
}
.footer_way li b i {
  font-size: 26px;
  color: #0485f1;
}
.footer_info p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}
.footer_infomore {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 40%;
  background-color: #fff;
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_infomore p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_infomore i {
  font-size: 26px;
  color: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_infomore:hover {
  background-color: #0164ad;
}
.footer_infomore:hover p,
.footer_infomore:hover i {
  color: #fff;
}
@media (max-width: 576px) {
  .indexabout_color {
    display: none;
  }
  .header_advertising_column {
    display: none;
  }
  .bg-dark {
    background-color: #fff !important;
  }
  .navbar-toggler {
    color: #222 !important;
    background-color: #222 !important;
  }
  .offcanvas-header {
    background-color: #f1f1f1 !important;
  }
  .btn-close-white {
    filter: none !important;
  }
  .offcanvas-body {
    background-color: #f1f1f1 !important;
  }
  .nav-link {
    color: #000 !important;
  }
  .indexproduct {
    padding: 40px 15px;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexabout {
    padding: 0 0 40px 0;
  }
  .indexabout_dot {
    display: none;
  }
  .indexabout_img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .indexabout_right {
    padding-left: 15px;
  }
  .indexabout_content span {
    font-size: 36px;
  }
  .indexabout_content h2 {
    font-size: 24px;
  }
  .indexapplicationbg img {
    opacity: 0.8;
  }
  .indexapplication {
    padding: 60px 0 40px 0;
  }
  .indexapplication_content {
    padding: 20px 15px;
  }
  .indexcontactus {
    padding: 0 0 40px 0;
  }
  .indexcontactus .contact_main {
    margin: 0;
  }
  .footer {
    padding: 40px 0 130px 0;
  }
  .footer_logo img {
    max-height: 60px;
  }
  .footer .footer_li:nth-child(2) {
    display: none;
  }
  .footer_li {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 20px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexabout_color {
    display: none;
  }
  .header_advertising_column {
    display: none;
  }
  .bg-dark {
    background-color: #fff !important;
  }
  .navbar-toggler {
    color: #222 !important;
    background-color: #222 !important;
  }
  .offcanvas-header {
    background-color: #f1f1f1 !important;
  }
  .btn-close-white {
    filter: none !important;
  }
  .offcanvas-body {
    background-color: #f1f1f1 !important;
  }
  .nav-link {
    color: #000 !important;
  }
  .indexproduct {
    padding: 40px 15px;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexabout {
    padding: 0 0 40px 0;
  }
  .indexabout_dot {
    display: none;
  }
  .indexabout_img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .indexabout_right {
    padding-left: 15px;
  }
  .indexabout_content span {
    font-size: 36px;
  }
  .indexabout_content h2 {
    font-size: 24px;
  }
  .indexapplicationbg img {
    opacity: 0.8;
  }
  .indexapplication {
    padding: 60px 0 40px 0;
  }
  .indexapplication_content {
    padding: 20px 15px;
  }
  .indexcontactus {
    padding: 0 0 40px 0;
  }
  .indexcontactus .contact_main {
    margin: 0;
  }
  .footer {
    padding: 40px 0 130px 0;
  }
  .footer_logo img {
    max-height: 60px;
  }
  .footer .footer_li:nth-child(2) {
    display: none;
  }
  .footer_li {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexabout_color {
    display: none;
  }
  .header_advertising_column {
    display: none;
  }
  .bg-dark {
    background-color: #fff !important;
  }
  .navbar-toggler {
    color: #222 !important;
    background-color: #222 !important;
  }
  .offcanvas-header {
    background-color: #f1f1f1 !important;
  }
  .btn-close-white {
    filter: none !important;
  }
  .offcanvas-body {
    background-color: #f1f1f1 !important;
  }
  .nav-link {
    color: #000 !important;
  }
  .indexproduct {
    padding: 40px 15px;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexabout {
    padding: 0 0 40px 0;
  }
  .indexabout_dot {
    display: none;
  }
  .indexabout_img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .indexabout_right {
    padding-left: 15px;
  }
  .indexabout_content span {
    font-size: 36px;
  }
  .indexabout_content h2 {
    font-size: 24px;
  }
  .indexapplicationbg img {
    opacity: 0.8;
  }
  .indexapplication {
    padding: 60px 0 40px 0;
  }
  .indexapplication_content {
    padding: 20px 15px;
  }
  .indexcontactus {
    padding: 0 0 40px 0;
  }
  .indexcontactus .contact_main {
    margin: 0;
  }
  .footer {
    padding: 40px 0 130px 0;
  }
  .footer_logo img {
    max-height: 60px;
  }
  .footer .footer_li:nth-child(2) {
    display: none;
  }
  .footer_li {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .indexabout_color {
    display: none;
  }
  .header_advertising_column {
    display: none;
  }
  .bg-dark {
    background-color: #fff !important;
  }
  .navbar-toggler {
    color: #222 !important;
    background-color: #222 !important;
  }
  .offcanvas-header {
    background-color: #f1f1f1 !important;
  }
  .btn-close-white {
    filter: none !important;
  }
  .offcanvas-body {
    background-color: #f1f1f1 !important;
  }
  .nav-link {
    color: #000 !important;
  }
  .indexproduct {
    padding: 40px 15px;
  }
  .indexproduct_title h2 {
    font-size: 36px;
  }
  .indexabout {
    padding: 0 0 40px 0;
  }
  .indexabout_dot {
    display: none;
  }
  .indexabout_img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .indexabout_right {
    padding-left: 15px;
  }
  .indexabout_content span {
    font-size: 36px;
  }
  .indexabout_content h2 {
    font-size: 24px;
  }
  .indexapplicationbg img {
    opacity: 0.8;
  }
  .indexapplication {
    padding: 60px 0 40px 0;
  }
  .indexapplication_content {
    padding: 20px 15px;
  }
  .indexcontactus {
    padding: 0 0 40px 0;
  }
  .indexcontactus .contact_main {
    margin: 0;
  }
  .footer {
    padding: 40px 0 130px 0;
  }
  .footer_logo img {
    max-height: 60px;
  }
  .footer .footer_li:nth-child(2) {
    display: none;
  }
  .footer_li {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .headersearch_box {
    width: 15%;
  }
  .logo-fixed img {
    max-height: 80px;
  }
  .nav_wrap .head_nav {
    text-align: center;
  }
  .footer_infomore {
    width: 70%;
  }
  .footer_logo img {
    max-height: 80px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
