@charset "utf-8";


@media (max-width: 1560px) {
  .container {
/*    padding-left: 80px;
    padding-right: 80px;*/
  }
}

@media (max-width: 1360px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}




/* product */
.loading_list {
  padding-bottom: 140px;
}
.pro_nav {
  background: #fff;
  padding: 50px 0;
}
.pro_nav_i {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pro_nav_i a {
  flex-grow: 1;
  height: 100px;
  border-right: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pro_nav_i a:last-child {
  border-right: 0;
}
.pro_nav_i a .img_h {
  width: 52px;
  height: 52px;
}
.pro_nav_i a p {
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_nav_i a.active p,
.pro_nav_i a:hover p {
  color: #02396c;
}
.pro_nav_i a.active .img_h img {
  opacity: 0;
}
.pro_nav_i a.active .img_h img:nth-child(2) {
  opacity: 1;
}
.pro_list {
  margin-top: 68px;
  margin-bottom: 100px;
}
.pro_list li {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  float: left;
  margin-top: 30px;
}
.pro_list li:nth-child(4n) {
  margin-right: 0;
}
.pro_list li:nth-child(4n + 1) {
  clear: both;
}
.pro_list li:nth-child(-n + 4) {
  margin-top: 0;
}
.pro_list li a {
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a:hover {
  box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
}
.pro_list li a .common_btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
}

.pro_list li a .img {
  padding: 50px 40px 18px;

}
.pro_list li a .img img {
  display: block;
  margin: auto;
}
.pro_list li a .img p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 32px;
}
.pro_list li a .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ececec;
  padding: 15px 0 ;
}
.pro_detail {
  margin: 150px 0 100px;
}
.pro_detailtl {
  width: calc(35% - 50px);
  float: left;
}
.pro_detailtr {
  width: 60%;
  float: right;
  margin-left: 50px;
  border-top: 1px solid #e0e0e0;
}
.pro_detailtr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pro_detailtr li {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.pro_detailtr li.active {
  background-color: #02396c;
  color: #fff;
}
.pro_detailtr_i > div {
  display: none;
  padding-top: 30px;
}
.pro_detailtr_i > div:first-child {
  display: block;
}
.pro_detailtr_i table {
  width: 100%;
}

.pro_detailtr_i table td {
  font-size: 14px;
  color: #666666;
  padding: 6px 0;
}
.pro_detailtr_i table td:nth-child(1) {
  font-weight: bold;
  width: 120px;
}

.pro_detailtr_i table td:nth-child(1) *{
  font-weight: bold;

}
.pro_detailtr_i .manual {
  background: transparent;
  padding: 0px;
  margin-top: 40px;
}
.pro_detailtr_i .manual ul {
  display: block;
}
.pro_detailtr_i .manual ul li {
  width: 100%;
  margin: 0;
  height: auto;
  line-height: inherit;
  background: transparent;
}
.pro_detailtr_i .manual ul li a {
  text-align: left;
}
.pro_detailtr_i .manual ul li a span {
  right: 22px;
}
.proP {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.proP li {
  cursor: pointer;
  width: 18.4%;
  margin-right: 2%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  float: left;
}
.proP li.active {
  border-color: #02396c;
}
.proP li:last-child {
  margin-right: 0;
}
.pro_detailb {
  background: #fff;
  padding: 20px 100px;
  margin-top: 100px;
}
.pro_detailb_tit {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding: 48px 0;
}
.pro_detailb_con {
  text-align: center;
  padding: 80px 0;
  border-top: 1px solid #e5e5e5;
}




.loading_list_new{padding-bottom: 0;}

.loading_list_new li{width: calc(33.33% - 40px);margin-right: 40px;text-align: center;margin-bottom: 40px;}

.loading_list_new li a .text{text-align: center;}

.service2 .loading_list_new .text h4{width: 100%;text-align: center;}

.loading_list_new li a:hover .text h4{opacity: 1;visibility: inherit;color: #fff;}




/* product */
