/* ===== Inner: banner and base ===== */
.banner > img {
  width: 100%;
}
.about-inner {
  background: #fff;
}
.about-inner .txt .more {
  display: none;
}


/* ===== Inner: application ===== */
.application {
  background: url(../images/appl-bg.jpg) no-repeat center top;
  background-size: 100% 54%;
}
.application-en {
  background-size: 100% 55.5%;
}
.appl-con .txt {
  background-color: #fff;
  padding: .1rem ;
}
.appl-con .txt .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appl-con .top i {
  font-style: normal;
  color: #999;
}


/* ===== Inner: vision and development ===== */
.vision {
  background-color: #f6f6f6;
}
.vis-con .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bebebe;
}
.vis-con .item .item-l {
  width: 84%;
}
.vis-con li:last-child .item {
   margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


/* ===== Inner: layout and content ===== */
.inner {
  background-color: #fff;
}


.inner .content p img {
  max-width: 100%;
}


/* ===== Inner: category navigation ===== */
.inner_cate_nav {
  background-color: #f5f5f5;
}


.inner_cate_nav li.active h4 {
  color: #fff;
}


/* ===== Inner: article content base ===== */
.arti_con p,.arti_con span {
  text-wrap: wrap !important;
}
.arti_con p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.arti_con .txt_wrap table td,
.arti_con .txt_wrap table td p {
  height: 100%;
  padding: 10px;
}
.arti_con .txt_wrap p {
  margin-bottom: 0;
}
.arti_con .txt_wrap table td {
  border-width: 0 !important;
  border-style: none !important;
}
.arti_con .txt_wrap table td {
  border: 1px solid #ccc !important;
}

.arti_con .txt_wrap table p {
  margin-bottom: 0;
  display: block;
  text-indent: 0;
}
.arti_con .txt_wrap table p span {
  display: block;
}
.arti_con .txt_wrap .firstRow {
  background-color: #0068bd;
}
.arti_con .txt_wrap .firstRow span,
.arti_con .txt_wrap .firstRow td
{
  color: #fff;
}
.arti_con .top {
  display: flex;

  margin-bottom: 20px;
}
.arti_con table {
  width: 100%;
}
.arti_con .sp-thumbs {
  margin-top: 10px;
  height: 72px;
  display: none;
}
.arti_con .sp-thumbs a:last-child {
  margin-right: 0;
}
.arti_con .sp-thumbs a {
  margin-right: 10px;
  width: calc((100% - 40px) / 5);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 62.95px;
}
.arti_con .top .top_box {
  width: 30%;
}
.arti_con .top .txt {
  width: 64%;
}
.arti_con .top .txt_wrap {
  padding-left: .2rem;
}
.arti_con_title {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ccc;
}
.arti_con_title h3 {
    padding: 20px 0;
    font-weight: bold;
}
.arti_con .txt {
  background-color: #fff;
}
.arti_con .top h3 {
  font-weight: bold;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

  .arti_con .top .inner-more {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #0068bd;
    margin-top: 40px;
    border: none;
    border-radius: 30px;
}
.arti_con .top .cont_more {
  background-color: #999;
  margin-left: 20px;
}
.inner_cate_nav .list a {
  text-align: center;
}

.inner_cate_nav .list {
  display: flex;
  justify-content: center;
}
.inner_cate_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% / 6);
}
.inner_cate_nav h4 {
  padding: 20px;
  margin: 0 ;
}
.inner_cate_nav a {
  width: 100%;
  height: 100%;
  display: block;
}
.inner_cate_nav .active {
  background-color: #0068bd;
  border: none;
}
.inner_cate_nav .active a {
  color: #fff;
}

.inner_pro .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner_pro .content {
  flex: 1;
}


/* ===== Inner: equipment list ===== */


.related .list{
  display: flex;
  flex-wrap: wrap;
}
.related .list .item {
  width: calc((100% - 90px) / 4);
}
.related .list .item {
  margin-right: 30px;
  margin-bottom: 30px;
}
.related .list .item:nth-child(4n+4) {
  margin-right: 0;
}
.related .list .pic {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.related .list .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related .list .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  text-align: center;
  height: 50px;
}


.inner_con:last-child {
  margin-bottom: 0;
}


/* ===== Inner: news detail base ===== */
.inner_news_con .news-title h3 {
  text-align: center;
}
.inner_news_con .news-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.inner_con p span {
  font-family: inherit !important;
}
.inner_con .news-title {
  text-align: center;
}
.inner_con .title h2,
.inner_con .title p {
  text-align: center;
}


/* ===== Inner: section titles ===== */


.inner-title h2,
.inner-title p {
  text-align: center;
}

/* ===== Inner: product category navigation ===== */
.inner_pro a {
  display: block;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.inner_pro a:focus,
.inner_pro a:active {
  outline: none;
  box-shadow: none;
}
.inner_pro li.item:hover h4 {
  border-color: #0068bd;
  background: transparent;
  color: #0068bd;
}

.inner_pro li.active h4,
.inner_pro .active h4 {
  border-color: #0068bd;
  background: #0068bd;
  color: #fff;
}

.inner_pro ul li h4 {
  border-radius: 999px;
  background: transparent;
  border: 1px solid #b8b8b8;
}

.inner_pro li.item:hover a {
  color: inherit;
}

.inner_pro li.active a,
.inner_pro .active a {
  color: #fff;
}
.inner_pro h4 {
  margin: 0;
}
.inner_pro ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner_pro ul li {
  display: flex;
  width: 100%;
  margin: 0;
  height: 100%;
}
.inner_pro ul li:nth-child(5n+5) {
  margin-right: 0;
}
.server-info li .item {
  background-color: #eee;
}

.pro_list {
  display: flex;
  flex-wrap: wrap;
}
.related .pro_item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.related .pro_item:nth-child(4n+4) {
  margin-right: 0;
}


/* ===== Inner: news list ===== */
.news-list .list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px dashed #ccc;
}
.news-list .list-item .pic {
  width: 298px;
  height: 196px;
  margin-right: 60px;
}
.news-list .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .list-item .txt {
  flex: 1;
  display: flex;
  align-items: center;
}
.news-list .list-item .time {
  margin-right: 60px;
  color: #0068bd;
  padding: 20px 40px;
  background-color: #eaeaea;
}
.news-list .list-item h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-list .list-item p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  text-indent: 0;
}
.news-list .list-item .time span {
  display: block;
  text-align: center;
}
.news-list .list-item .info {
  flex: 1;
}
.news-list .list-item .day {
  font-size: 50px;
  font-family: 'ITCAVANTGARDESTD-BOLD',sans-serif;
}
.news-list .list-item .year {
  font-size: 20px;
  font-family: 'ITCAvantGardeStd-Md',sans-serif;
}
.newsPage {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.newsPage .pagePrev, .newsPage .pageNext {
  width: 122px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.newsPage a {
  display: block;
  transition: 400ms ease-in-out;
}

.cont-list ul {
  display: flex;
  justify-content: space-between;
}
.cont-list ul li {
  margin-right: 20px;
  min-width: 20%;
  max-width: 25%;
}
.cont-list ul li:last-child {
  margin-right: 0;
}


/* ===== Inner: contact ===== */
.contact {
  position: relative;
}

.cont-list .item {
  display: flex;
  align-items: center;
}
.cont-list .item-l {
     width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    margin-right: 15px;
}
.cont-list .item-r h4 {
  margin-bottom: 8px;
}
.cont-list .item-r {
  flex: 1;
}
.cont-list i {
  font-size: 52px;
  color: 607cff;
}
.form_container {
  display: flex;
  justify-content: space-between;
}
.form_container .item {
  width: 49%;
}
.form_container textarea,
.form_container .form_textarea {
  height: 100%;
}
.form_container .form_input:last-child {
  margin-bottom: 0;
}

/* Three-field inquiry forms: two short fields above one full-width message. */
#contact-form .form_container {
  display: block;
}

#contact-form .form_container > .item:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

#contact-form .form_container > .item:first-child .form_input {
  width: 100%;
  margin: 0;
}

#contact-form .form_container > .item:last-child {
  width: 100%;
  margin-top: 18px;
}

#contact-form .form_container > .item:last-child .form_textarea {
  width: 100%;
  height: 232px;
  margin: 0;
}

#contact-form .form_container > .item:last-child textarea {
  width: 100%;
  height: 232px;
  min-height: 232px;
}

.form-control {
  height: 46px;
}


/* ===== Inner: content sections and form ===== */


.form_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_list .single-input {
  width: 48%;
}
.double-input textarea {
  padding-top: 15px;
  padding-left: 15px;
  background: #fff;
}
.single-input input {
  width: 100%;
  padding: 0 15px;
  background: #fff;
  outline: none;
  border-radius: 0px;
  margin-bottom: 20px;
}
.form_list .double-input {
  width: 100%;
}
.form_list .double-input textarea {
  height: 240px;
}


/* ===== Inner: equipment gallery ===== */
.equ-list li h5 {
  width: 100%;
  text-align: center;
  margin-top:15px;
}
.equ-list .equ-item a {
  position: relative;
  padding-top: 100%;
  cursor: zoom-in;
}
.equ-list li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== Inner: product card base ===== */

.pro_item dd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  height: 78px;
  padding: 20px;
}
.pro_item dd a {
  display: block;
  width: 100%;
}
.pro_item dd h4 {
  margin-bottom: 0;
}
.pro_item dt img {
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
    opacity: 1;
}
.sp-large {
  flex: none;
}
.sp-large a {
  width: 100%;
  display: block;
  padding-top: 75%;
  height: 0;
}
.sp-large a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_item dl:hover dt a:after{
  opacity: .4;
  transform: scale(1,1);
}

.pro_item dt {
  background: url(../images/pro-item-bg.png) no-repeat center;
  background-size: cover;
  padding: 25px;
  overflow: hidden;
}

.pro_item dt a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0;
    transform: scale(0,0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}
.sp-large a:before,
.pro_item dt a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/watermark.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 1002;
}
.pro_item dt a {
  height: 0;
  position: relative;
  display: block;
  padding-top: 75%;
}
.pro_item .loading {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #f9f9f9 url("../images/loading24.gif") no-repeat center center;
}
.pro_item dt a i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 100;
  display: block;
  transform: translate(-50%,-50%);
  transition: all 0.5s ease 0s;
  z-index: 1001;
}

.pro_item dl:hover dt a i {
  opacity: 1;
}
.pro_item dl:hover dt:before,
.pro_item dl:hover dt:after
 {
  width: 100%;
}


/* ===== Inner: pagination ===== */
.PageV {
  text-align: center;
  margin-top: 30px;
}
.page_item {
  font-size: 18px;
}
.PageV .disabled {
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
}
.page_item {
  display: inline-block;
  padding: 8px;
  border: 1px solid #ccc;
  margin-right: 6px;
}
.pro_item dd p {
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_item dl {
  margin-bottom: 0;
}


/* ===== Inner: forms and map ===== */

.form_con {
  margin-top: 28px;
}


.single-input textarea,
.single-input input {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
}
.single-input textarea:hover,
.single-input input:hover {
  border: 1px solid #999;
}
.single-input textarea:focus,
.single-input input:focus {
  border: 1px solid #3d88f2;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.single-input {
  position: relative;
  display: flex;
  align-items: center;
}
.single-input span {
  display: block;
  height: 40px;
  line-height: 40px;
}

.single-input textarea {
  height: 160px;
  padding-top: 10px;
  resize: none;
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 90px;
  width: auto;
  height: 46px;
  padding: 0 24px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  letter-spacing: 0;
  background: #0068bd;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: none;
  vertical-align: middle;
}

.btn.theme-btn {
  padding: 0 24px;
  line-height: 1;
}


/* ===== Inner product: list redesign ===== */
body:has(.pro_list) .section.inner {
  background: #f2f2f2;
}

.inner_pro {
  padding: 24px 0 32px;
  background: #f2f2f2;
}

.inner_pro + .section.inner {
  padding-top: 32px;
}

.inner_pro + .section.inner .sec-ti {
  margin-top: 0;
}

.inner_pro ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
  width: 100%;
  overflow: visible;
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner_pro ul li,
.inner_pro ul li:nth-child(5n+5) {
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  height: 100%;
}

.inner_pro ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 40px;
  padding: 12px 26px;
  border: 1px solid #b8b8b8;
  border-radius: 999px;
  background: transparent;
  color: #333;
  line-height: 1.35;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: clip;
  text-align: center;
}

.inner_pro li.item:hover h4 {
  border-color: #0068bd;
  background: transparent;
  color: #0068bd;
}

.inner_pro li.active h4,
.inner_pro .active h4 {
  border-color: #0068bd;
  background: #0068bd;
  color: #fff;
}

.inner_pro ul li h4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: normal;
  word-break: break-word;
}

.inner_pro li.item:hover a {
  color: inherit;
}

.inner_pro li.active a,
.inner_pro .active a {
  color: #fff;
}

.section.inner .sec-ti {
  margin: 36px 0 48px;
}

.section.inner .sec-ti h2 {
  margin: 0;
  color: #333;
  line-height: 1.25;
  font-weight: 700;
}

.section.inner .pro_list.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}

.section.inner .pro_list .pro_item {
  width: 25%;
  padding: 0 13px;
  margin-bottom: 40px;
}

.section.inner .pro_list > .pro_item dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.section.inner .pro_list > .pro_item dl:hover {
  transform: translateY(-3px);
      box-shadow: 0 18px 36px rgb(0 0 0 / 20%);
}

.section.inner .pro_list > .pro_item dt {
  padding: 12px;
  background: #fff;
}

.section.inner .pro_list > .pro_item dt a {
  padding-top: 68%;
  background: #f0f0f0;
  overflow: hidden;
}

.section.inner .pro_list > .pro_item dt a:before,
.section.inner .pro_list > .pro_item dt a:after,
.section.inner .pro_list > .pro_item dt a i {
  display: none;
}

.section.inner .pro_list > .pro_item dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.inner .pro_list > .pro_item dd {
  position: relative;
  display: block;
  height: auto;
  min-height: 168px;
  padding: 10px 20px 58px;
  text-align: left;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link) {
  display: block;
  width: 100%;
  color: #333;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):hover,
.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):focus {
  color: #333;
}

.section.inner .pro_list > .pro_item dd h4 {
  margin: 0 0 10px;
  color: #333;
  line-height: 1.35;
}

.section.inner .pro_list > .pro_item dd p {
  display: -webkit-box;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  color: #666;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after,
.section.inner .pro_list > .pro_item dd:after {
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 34px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  box-sizing: border-box;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after {
  content: "查看详情  >";
  left: 20px;
  background: #0068bd;
  color: #fff;
}

.section.inner .pro_list > .pro_item dd a.pro_consult_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 142px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
}

.section.inner .pro_list > .pro_item dd a.pro_consult_link:after {
  display: none;
  content: none;
}

.section.inner .pro_list > .pro_item dd:after {
  content: "立即咨询  >";
  right: 20px;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #333;
  pointer-events: none;
}

body.lang-en .section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after {
  content: "Details  >";
  min-width: 80px;
  padding: 0 18px;
}

body.lang-en .section.inner .pro_list > .pro_item dd:after {
  content: "Contact  >";
  min-width: 80px;
  padding: 0 18px;
}

body.lang-en .section.inner .pro_list > .pro_item dd a.pro_consult_link {
  width: 80px;
  min-width: 80px;
}

.section.inner .PageV {
  margin-top: 4px;
  padding-bottom: 34px;
  text-align: center;
}

.section.inner .page_wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.section.inner .page_item {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  line-height: 28px;
  text-align: center;
}

.section.inner .PageV .disabled {
  border-color: #d7d7d7;
  color: #aaa;
}

.arti_con.inner_con + .inner_con .related .pro_list.row {
  margin-left: -18px;
  margin-right: -18px;
}

.arti_con.inner_con + .inner_con .related .pro_list .pro_item {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 36px;
}

.arti_con.inner_con + .inner_con .related .pro_list > .pro_item dd {
  min-height: 112px;
  padding: 12px 16px 50px;
}


/* ===== Inner product: detail redesign ===== */


.arti_con .top {
  align-items: stretch;
  gap: 0;
  margin-bottom: 34px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.04);
}

.arti_con .top .top_box {
  width: 36%;
  min-width: 0;
  background: #fff;
}

.arti_con .top .txt {
  display: flex;
  align-items: stretch;
  width: 64%;
  background: #fff;
}

.arti_con .top .txt_wrap {
  width: 100%;
  padding: 34px 42px;
}

.arti_con .top h3 {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
  line-height: 1.45;
  font-weight: 700;
}

.arti_con .top .txt_wrap p {
  margin-bottom: 24px;
  color: #333;
  line-height: 2;
}

.arti_con .top .inner-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 34px;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0068bd;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.arti_con .top .inner-more i {
  margin-right: 6px;
  font-size: 16px;
}

.arti_con .top .cont_more {
  margin-left: 14px;
  background: #8e8e8e;
}

.arti_con .sp-wrap {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  background: #fff;
}

.arti_con .sp-large {
  width: 100% !important;
  background: #f7f7f7;
}

.arti_con .sp-large a,
.arti_con .sp-wrap > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 76%;
  background: #f7f7f7;
}

.arti_con .sp-large a img,
.arti_con .sp-wrap > a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arti_con .sp-large a:before {
  display: none;
}

.arti_con .bottom {
  padding: 30px 34px 34px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.035);
}

.arti_con .bottom .txt {
  background: #fff;
}

.arti_con .bottom .txt_wrap {
  padding: 0;
}

.arti_con_title {
  margin: 0;
  border-bottom: 1px solid #dedede;
}

.arti_con_title h3 {
  margin: 0;
  padding: 20px 0;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
}

.arti_con .bottom .txt_wrap > p {
  padding: 36px 0 0;
  color: #333;
  line-height: 2;
}

.arti_con .txt_wrap p img {
  margin: 0 auto 34px;
}

.arti_con.inner_con + .inner_con .inner-title {
  margin-top: 74px;
  margin-bottom: 34px;
  text-align: center;
}

.arti_con.inner_con + .inner_con .inner-title h2 {
  margin: 0;
  color: #333;
  line-height: 1.35;
  font-weight: 700;
}

.arti_con.inner_con + .inner_con .inner-title p {
  margin: 14px auto 0;
  max-width: 820px;
  color: #333;
  line-height: 1.8;
}

.arti_con.inner_con + .inner_con .related {
  margin-top: 0;
  margin-bottom: 70px;
}

.arti_con.inner_con + .inner_con .related .pro_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}

.arti_con.inner_con + .inner_con .related .pro_item,
.arti_con.inner_con + .inner_con .related .pro_item:nth-child(4n+4) {
  width: 25%;
  margin: 0 0 36px;
  padding: 0 18px;
}

.arti_con.inner_con + .inner_con .related .pro_item dl {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.arti_con.inner_con + .inner_con .related .pro_item dt {
  padding: 10px;
  background: #fff;
}

.arti_con.inner_con + .inner_con .related .pro_item dd {
  display: block;
  height: auto;
  min-height: 112px;
  padding: 12px 16px 50px;
  text-align: left;
}

.arti_con.inner_con + .inner_con .related .pro_item dd h6 {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.arti_con.inner_con + .inner_con .related .pro_item dd > a:not(.pro_consult_link):after,
.arti_con.inner_con + .inner_con .related .pro_item dd:after {
  bottom: 16px;
}

.arti_con.inner_con + .inner_con .related .pro_item dd a.pro_consult_link {
  bottom: 16px;
}

body.lang-en .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd > a:not(.pro_consult_link):after {
  content: "Details  >";
  min-width: 80px;
  padding: 0 18px;
}

body.lang-en .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd:after {
  content: "Contact  >";
  min-width: 80px;
  padding: 0 18px;
}

body.lang-en .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd a.pro_consult_link {
  width: 80px;
  min-width: 80px;
}

.arti_con.inner_con + .inner_con .inner_cont_con {
  padding-bottom: 70px;
}

.arti_con.inner_con + .inner_con .contact_form {
  width: 100%;
  max-width: none;
}

.arti_con.inner_con + .inner_con .contact_form .form_con,
.arti_con.inner_con + .inner_con .contact_form .form_container {
  width: 100%;
}

.arti_con.inner_con + .inner_con .contact_form .form_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.arti_con.inner_con + .inner_con .contact_form .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.arti_con.inner_con + .inner_con .contact_form .form_input,
.arti_con.inner_con + .inner_con .contact_form .form_textarea {
  display: block;
  width: 100% !important;
  margin: 0;
  float: none !important;
  box-sizing: border-box;
}

.arti_con.inner_con + .inner_con .contact_form .form-control {
  width: 100% !important;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-shadow: none;
}

.arti_con.inner_con + .inner_con .contact_form input.form-control {
  height: 46px;
  padding: 0 14px;
  line-height: 46px;
}

.arti_con.inner_con + .inner_con .contact_form textarea.form-control {
  height: 100%;
  min-height: 232px;
  padding: 13px 14px;
  line-height: 1.6;
  resize: vertical;
}

.arti_con.inner_con + .inner_con .contact_form .form_btn {
  margin-top: 30px;
  text-align: center;
}

.arti_con.inner_con + .inner_con .contact_form .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  width: auto;
  height: 44px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  background: #0068bd;
  color: #fff;
  line-height: 1;
}

.arti_con.inner_con + .inner_con .form_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 38px;
}

.arti_con.inner_con + .inner_con .single-input,
.arti_con.inner_con + .inner_con .double-input {
  width: 100%;
}

.arti_con.inner_con + .inner_con .double-input {
  grid-column: 1 / -1;
}

.arti_con.inner_con + .inner_con .single-input input,
.arti_con.inner_con + .inner_con .double-input textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #333;
  font-size: 16px;
}

.arti_con.inner_con + .inner_con .single-input input {
  height: 42px;
  padding: 0 16px;
}

.arti_con.inner_con + .inner_con .double-input textarea {
  height: 180px;
  padding: 14px 16px;
  resize: none;
}

.arti_con.inner_con + .inner_con .theme-btn {
  min-width: 72px;
  width: auto;
  height: 38px;
  margin-top: 26px;
  margin-bottom: 0;
  padding: 0 20px;
  border: 0;
  background: #0068bd;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.contact .form_btn {
  text-align: center;
}

.contact .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  width: auto;
  line-height: 1;
}
