@charset "utf-8";
body {
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
  color: #333333;
}

ul,
li,
ol {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: #505050;
}

a:hover,
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1350px;
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.top ul {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 30px;
  /* border-bottom: 2px solid rgb(245, 245, 245); */
}

.top ul li {
  /* margin-bottom: 1px; */
  border-bottom: 2px solid transparent;
  transition: all 1s;
}

.top ul li a {
  display: block;
  padding: 25px 30px;
}

.top ul li.active {
  border-bottom: 2px solid rgb(255, 255, 255);
  font-weight: bold;
  transition: all 0.5s;
}

.top ul li:hover {
  border-bottom: 2px solid rgb(255, 255, 255);
  transition: all 0.5s;
}

.top ul li a {
  display: block;
  color: white;
}

.swiper-container {
  width: 100%;
  height: 90vh;
}

.banner {
  background-position: center;
  background-size: cover;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
  width: 70px;
  height: 3px;
  border-radius: 0;
}

.car_type {
  margin-top: 50px;
}

.car_type_main {
  position: relative;
}

.car_type_main img {
  width: 100%;
  transition: all 1s;
}

.car_type ul li {
  width: 47%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 1s;
}

.car_type ul li:hover {
  cursor: pointer;
  box-shadow: 0px 2px 12px 2px rgba(0, 13, 5, 0.6);
}

.car_type ul li:hover img {
  scale: 1.1;
}

.car_type ul li:hover h2 {
  scale: 1.1;
}

.car_type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car_type_txt {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 40px;
}

.car_type_txt_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car_type_txt_flex img {
  width: 30px;
  transition: all 1s;
}

.car_type_txt_flex h2 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  transition: all 1s;
}

.product {
  margin-top: 20px;
  text-align: center;
}

.product h1 {
  font-size: 56px;
  font-weight: bold;
  padding: 50px 0;
}

.product ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product ul li {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.product_main {
  position: relative;
}

.product ul li:hover .product_main::after {
  opacity: 0.2;
}

.product_main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  left: 0;
  opacity: 0.4;
  transition: all 1s;
}

.product_txt {
  transition: all 1s;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 2;
  color: #fff;
  text-align: left;
  padding-left: 50px;
}

.product_txt h2 {
  font-size: 23px;
  font-weight: bold;
}

.product_txt p {
  font-size: 15px;
  margin: 15px 0px;
  margin-top: 10px;
}

.btn_botton {
  background-color: rgb(251, 252, 255);
  color: rgb(1, 2, 5);
  padding: 10px 0px;
  font-size: 16px;
  width: 35%;
  border-radius: 5px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 1s;
}

.btn_botton:hover {
  background-color: #afb0b3;
  border-color: #afb0b3;
  cursor: pointer;
}

.btn_botton2 {
  margin-left: 15px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn_botton2:hover {
  background-color: rgba(148, 149, 152, 0.18);
  border-color: #88898c;
  cursor: pointer;
}

/* footer */

.footer {
  position: relative;
  background: black;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  /* z-index: 4;*/
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}

.footer a:hover {
  color: #fff;
}

.footer .logo {
  display: block;
}

.footer .logo img {
  width: 100px;
}

.footer .list li {
  margin-bottom: 18px;
}

.footer .container {
  padding-left: 35px;
  padding-right: 35px;
}

.footer .row {
  margin-left: -35px;
  margin-right: -35px;
}

.footer .row > div {
  padding-left: 35px;
  padding-right: 35px;
}

.footer .row.normal {
  margin-left: -15px;
  margin-right: -15px;
}

.footer .row.normal > div {
  padding-left: 15px;
  padding-right: 15px;
}

.footer .figure {
  width: calc(65% / 3);
}

.footer .figure.larger {
  width: 32%;
}

.footer .social-media li {
  margin-bottom: 0;
  margin-right: 20px;
}

.footer .social-media li img {
  width: 35px;
  height: 35px;
}

.footer .contact li {
  display: flex;
  align-items: center;
}

.footer .contact .icon {
  margin-right: 15px;
  width: 10%;
}

.footer .contact .icon img {
  width: 20px;
  height: 23px;
}

.copyright {
  padding: 18px 0;
  background: #a1a1a1;
  color: white;
  font-size: 0.875rem;
}

.copyright a {
  color: #ddd;
}

.copyright a:hover {
  color: #fff;
}

.fs-24 {
  font-size: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 40px;
}

.list {
  margin-bottom: 50px;
}

.top_logo {
  position: absolute;
  z-index: 2;
  width: 180px;
  top: 5%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.tpye ul span {
  font-size: 36px;
}

.tpye ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.tpye ul h2 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tpye ul li {
  width: 16%;
}

.tpye ul li p {
  font-size: 15px;
  margin-bottom: 0;
}

.more,
.more2 {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.more2 {
  background: #f9f9f9;
}

.more h1,
.more2 h1 {
  font-size: 56px;
  font-weight: bold;
  padding: 50px 0;
}

.more img {
  width: 50px;
}

.btn_flex {
  display: flex;
  justify-content: left;
  align-items: center;
}

.product ul li {
  transition: all 1s;
}

.product ul li:hover {
  box-shadow: 0px 2px 12px 2px rgba(0, 13, 5, 0.6);
}

.product ul li:hover img {
  scale: 1.1;
}

.product ul li:hover .product_txt {
  scale: 1.05;
}

.product ul li img {
  width: 100%;
  transition: all 1s;
}

.serve_ul2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serve2_title {
  position: relative;
  text-align: center;
  background-color: white;
  margin-top: -50px;
  z-index: 1;
  padding: 30px 10px;
  padding-top: 80px;
  height: 246px;
  width: 150px;
}

.serve2_bg {
  width: 150px;
  height: 173px;
  text-align: center;
  position: relative;
  background-image: url(../images/liubianxing-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.serve2_bg h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.serve2_bg p {
  font-size: 18px;
  color: #747474;
  line-height: 15px;
  text-align: center;
}

.serve2_h2 {
  text-align: center;
  padding: 100px 0;
}

.serve2_h2 h3 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 18px 30px;
  background-color: #ff6600;
  border-radius: 50px;
}

.produt_banner {
  background-image: url(../images/product_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.product_tpye {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 24px;
}

.product_tpye ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product_tpye ul li:last-child {
  margin-bottom: 0px;
}

.product_tpye h2 {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5%;
  white-space: nowrap;
}

.product_tpye ul {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.product_tpye ul a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 24px;
  cursor: pointer;
  padding: 7px 20px;
  margin: 0 2px;
  margin-bottom: 10px;
}

.product_tpye ul a.active {
  border: 1px solid #333;
  font-weight: 600;
}

.btn_search {
  text-align: right;
}

.btn_search a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #333;
  padding: 5px 30px;
  border-radius: 24px;
  font-weight: bold;
}

.btn_search a:last-child {
  background: #333;
  color: #fff;
  margin-right: 0px;
}

.product_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product_list ul li {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.product_list ul li a {
  display: block;
}

.product_list ul li:last-child {
  margin-right: 0;
}

.product_list_img {
  border-radius: 16px;
  overflow: hidden;
}

.product_list_txt {
  padding: 30px 20px;
}

.product_list_txt span {
  display: inline-block;
}

.product_list_txt h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_rz span {
  background: #333;
  padding: 1px 4px;
  font-size: 12px;
  color: #ccc;
  border-radius: 4px;
  font-weight: bold;
}

.list_time {
  margin: 10px 0;
}

.list_time span {
  padding: 4px 6px;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.list_cx {
  margin-bottom: 25px;
}

.list_cx span {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.product_list_txt h3 {
  padding: 0 0 4px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.product_list_txt h3 span {
  font-size: 24px;
  margin-left: 2px;
  font-weight: bold;
  color: #333333;
}

.product_list_txt p {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.sp-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  background-color: #fff;
}

.sp-thumbs a {
  width: 24%;
  height: 110px;
  border-radius: 15px;
  overflow: hidden;
}

.product_detail_flex {
  background-color: #fff;
  display: flex;
  padding: 24px 18px 24px 24px;
}

.detali_img {
  width: 50%;
  padding: 0 10px;
}

.detali_small_img {
  display: flex;
  align-items: center;
}

.sp-wrap {
  width: 100%;
}

.sp-large a img:hover {
  cursor: zoom-in;
}

.sp-large {
  border-radius: 15px;
  overflow: hidden;
}

.sp-wrap {
  background-color: white;
}

.product_detail_txt {
  width: 50%;
  padding: 10px 20px;
}

.product_detail_txt h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 7px;
}

.product_detail_txt .list_time {
  margin: 5px 0;
}

.product_detail_txt .list_cx {
  margin-bottom: 40px;
}

.product_detail_txt h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 7px;
}

.product_detail_txt p {
  color: #666;
  font-weight: 600;
}

.product_detail_location {
  margin-top: 36px;
  background: #fafafa;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 7px;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-bottom: 50px;
}

.product_detail_location_name {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 16px;
}

.location_detail {
  padding: 10px 20px;
}

.product_detail_location_name h2 {
  font-size: 14px;
  font-weight: bold;
}

.product_detail_location_name span {
  font-size: 14px;
  color: #666666;
}

.location_detail h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.location_detail p {
  font-size: 14px;
  color: #333333;
  margin: 0;
  font-weight: normal;
}

.location_detail p span {
  font-weight: bold;
  font-size: 15px;
}

.product_detail_txt .btn_search {
  text-align: left;
}

.product_detail_txt .btn_search a {
  padding: 10px 30px;
  margin-right: 10px;
}

.product_detail_flex {
  border-radius: 16px;
  overflow: hidden;
}

.product_detail_type {
  background-color: #fff;
  border-radius: 16px;
  margin: 40px auto;
}

.product_detail_type ul {
  display: flex;
  align-items: center;
}

.product_detail_type ul li a {
  display: block;
  padding: 30px 20px;
  font-size: 18px;
  color: #666;
}

.product_detail_type ul li.active a {
  color: #333333;
  font-weight: bold;
}

.detail_main h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 36px;
}

.detail_main h3 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.detail_main {
  background-color: #fff;
  border-radius: 16px;
  margin: 30px auto;
  padding: 30px 30px;
}

.detail_main_car {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 24px 32px;
  position: relative;
  border-radius: 12px;
}

.detail_main_car li {
  text-align: center;
  position: relative;
  width: 17%;
}

.detail_main_car li::after {
  content: "";
  position: absolute;
  right: 0%;
  width: 1px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.09);
  transform: translateY(-50%);
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.detail_main_car li:last-child:after {
  display: none;
}

.detail_main span {
  font-weight: 400;
  font-size: 14px;
  color: #919191;
}

.detail_main_car p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  color: #333;
}

.detail_main_car p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  color: #333;
}

.detail_main_car span {
  font-weight: 400;
  font-size: 14px;
  color: #919191;
  display: inline-block;
}

.detail_main_car2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 24px 32px;
  position: relative;
  border-radius: 12px;
}

.detail_main_car2 ul li {
  width: 29%;
  position: relative;
}

.detail_main_car2 ul li::after {
  content: "";
  position: absolute;
  right: -12%;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.09);
  transform: translateY(-50%);
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.detail_main_car2 li:last-child:after {
  display: none;
}

.detail_main_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail_main_flex p {
  margin: 0;
}

.detail_main_flex p {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.detail_main_flex {
  margin-bottom: 15px;
}

.detail_main_flex:last-child {
  margin-bottom: 0;
}

.detail_main_img {
  background-color: #fff;
  border-radius: 16px;
  margin: 30px auto;
  padding: 30px 30px;
}

.detail_main_img h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 36px;
}

.detail_main_img ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.detail_main_img ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.detail_main_img ul li:nth-child(3n) {
  margin-right: 0%;
}

.detail_main_img ul li img {
  border-radius: 16px;
  overflow: hidden;
}

.detail_main_qy {
  background-color: #fff;
  border-radius: 16px;
  margin: 30px auto;
  padding: 30px 30px;
}

.detail_main_qy h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 36px;
}

.detail_main_qy img {
  min-width: 100%;
}

/* 联系我们 */

#allmap {
  height: 500px;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
  width: 50%;
}

#allmap div div div label {
  display: table !important;
  z-index: 99999999;
  width: 100%;
}

.contact_us {
  padding: 50px 30px;
  background-color: #fff;
}

.contact_us .contact_us_title {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  font-size: 30px;
  color: #000;
  line-height: 60px;
  font-weight: bold;
  font-family: "微软雅黑";
  padding-top: 50px;
  padding-bottom: 30px;
}

.contact_us .contact_us_title > p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  background: url(../images/line1.jpg) center repeat-x;
  margin: 0 auto;
}

.contact_us .contact_us_title > p span {
  background: #fff;
  padding: 0 35px;
  color: #999;
  font-size: 15px;
}

.callus_map {
  display: flex;
}

.callus_map h3 {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.5px;
  color: #000;
  padding-bottom: 20px;
}

.contact_location {
  padding-left: 100px;
  padding-top: 50px;
}

.callus_map p {
  color: #696969;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact_us {
  margin-bottom: 60px;
}

.contact_us #allmap {
  width: 50%;
}

.contact_us .contact_location {
  width: 50%;
}

.contact_location_dz {
  padding-bottom: 40px;
}

textarea.form-control {
  height: 160px;
  border-radius: 0;
}

.nr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.nr input {
  width: 47%;
  border-radius: 0;
  margin-bottom: 20px;
}

.contact_location_ly button {
  border-radius: 0;
}

.product_detail {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .product_detail h2 {
    line-height: 50px;
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
} */

.product_detail_style {
  display: flex;
  align-items: center;
}

.product_detail_style .product_detail_img {
  width: 50%;
  padding-right: 30px;
}

.product_detail_style ul h3 {
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  font-weight: bolder;
}

.product_detail_style ul li:first-child {
  font-size: 20px;
  font-weight: bolder;
}

.product_detail_style ul span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.product_detail_des {
  height: 40px;
  padding-left: 21px;
  line-height: 40px;
  border-bottom: 2px solid #d4d4d4;
  margin-top: 22px;
}

.product_detail_des h3 {
  display: inline-block;
  font-size: 18px;
  color: #4c4c4c;
}

.product_detail_des span {
  display: inline-block;
  color: #d2d2d2;
  margin-left: 10px;
}

.product_detail_des_p {
  background: #fff;
  margin-top: 10px;
  padding: 18px 21px;
}

.cases,
.solution {
  padding: 60px 0;
}

.cases h2,
.solution h2 {
  border-left: 8px solid #00799e;
  color: #00799e;
  font-size: 30px;
  font-weight: bolder;
  padding-left: 25px;
  margin-bottom: 45px;
}

.case_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case_list li a {
  display: block;
}

.case_list_img {
  transition: all 1s;
  overflow: hidden;
}

.case_list_img img {
  transition: all 1s;
}

.case_list li:hover img {
  scale: 1.1;
}

.case_list li {
  width: 32%;
  box-shadow: 10px 5px 10px #f1f1f1;
  margin-bottom: 20px;
}

.case_list h3 {
  font-size: 20px;
  margin: 15px 0;
}

.case_detail {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

.case_detail_txt {
  padding-top: 60px;
  border-top: 1px dashed #dadada;
}

.case_detail h2 {
  line-height: 50px;
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.case_detail_start {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.case_detail_start span {
  color: #999;
}

.case_detail_start span:first-child {
  padding-right: 20px;
}

.product_detail_style {
  margin-top: 20px;
  border-top: 1px dashed #dadada;
  padding-top: 20px;
}

.solution_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solution_list li a {
  display: block;
}

.solution_list_img {
  transition: all 1s;
  overflow: hidden;
}

.solution_list_img img {
  transition: all 1s;
}

.solution_list li:hover img {
  scale: 1.1;
}

.solution_list li {
  width: 32%;
  box-shadow: 10px 5px 10px #f1f1f1;
  margin-bottom: 20px;
}

.solution_list h3 {
  font-size: 20px;
  margin: 15px 0;
}

.about_detail h2 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #dadada;
}

.detection ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.detection ul li {
  width: 33%;
  box-shadow: 0px 4px 61px #f1f1f1;
  background-color: white;
}

.detection ul li:hover {
  cursor: pointer;
}

.detection {
  padding: 50px 0;
}

.public {
  background: #f8f8f8;
  height: auto;
  overflow: hidden;
}

/* #baguetteBox-overlay .full-image img {
  max-height: 85% !important
} */

.detection h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.product_style .news_nodisply {
  display: block;
}

.news_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list a {
  display: block;
}

.news_list li {
  width: 33%;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: white;
  margin-top: 20px;
  box-shadow: 0px 4px 61px #f1f1f1;
  margin-bottom: 30px;
}

.news_list li a {
  transition: all 0.5s;
}

.new_img {
  overflow: hidden;
}

.news_list h3 {
  font-size: 18px;
  color: #000000;
  font-family: Poppins-Regular;
  padding: 0 10px;
}

.news_detail {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 4px 61px #f1f1f1;
  padding: 50px 10px;
}

.news_detail h2 {
  line-height: 50px;
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.news_txt p {
  text-indent: 2em;
}

.news_txt {
  margin-top: 20px;
  border-top: 1px dashed #dadada;
  padding-top: 20px;
}

.callus_map {
  padding-top: 50px;
}

.contact_location_ly button {
  color: white;
}

.partner_list {
  display: flex;
  flex-wrap: wrap;
}

.partner_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.partner_list ul li {
  width: 33%;
  box-shadow: 0px 4px 61px #f1f1f1;
  background-color: white;
  text-align: center;
  margin-bottom: 20px;
}

.partner_list h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.product_style li.active {
  background-color: #cee6e6;
}

.btn2 a {
  display: block;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 90% !important;
  height: 90% !important;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.contact_people ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_people ul li {
  width: 35%;
}

.contact_people ul li p {
  text-align: center;
  font-size: 18px;
}

.product_son {
  border-bottom: 1px solid #f1f1f1;
}

.product_style ul .product_son a {
  border-bottom: none;
  padding-left: 50px;
}

.product_fater {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_fater img {
  padding: 15px;
}

.product_fater a {
  width: 80%;
}

.product_fater img:hover {
  cursor: pointer;
}

.equipment ul li {
  height: 250px;
}

.product_style ul .product_fater a {
  border-bottom: none;
}

.location_name {
  display: flex;
  justify-content: space-between;
}

.location_name h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.location_name .name {
  width: 46%;
}

#allmap {
  height: 570px;
}

.min_nav {
  position: relative;
  height: 50px;
  background: #006fe2;
}

.min_nav .logo {
  display: block;
  width: 130px;
  height: 30px;
  padding: 10px 0 0 10px;
}

.min_nav .logo img {
  display: block;
  width: 100%;
}

.min_nav .search {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: 40%;
}

.min_nav .search:hover {
  background-color: #0067d2;
}

.min_nav .search span {
  display: none;
}

.min_nav .user-icon {
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background: url(../images/icon-user.png) no-repeat center center;
  background-size: 40%;
}

.min_nav .user-icon span {
  display: none;
}

.min_nav .user-icon:hover {
  background-color: #0067d2;
}

.min_nav .back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background: url(../images/icon-back.png) no-repeat center center;
  background-size: 12px 20px;
}

.tck {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 30%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.tck_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.close_x {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  right: 10px;
  top: 16px;
  background-image: url(../images/x.png);
  background-size: contain;
  z-index: 2;
}

.close_x:hover {
  cursor: pointer;
}

.tck_img_position {
  position: relative;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 2px 12px 2px rgba(0, 13, 5, 0.6);
  border-radius: 25px;
}
.language {
  position: absolute;

  z-index: 6;
  right: 0;
  padding-right: 30px;
}
.language a {
  width: 100px;
  color: white;
  display: inline-block;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50px;
  text-align: center;
  margin: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.language a.active {
  background-color: #c30d23;
  border: 1px solid #c30d23;
  color: white;
}
