@charset "utf-8";
@font-face {
  font-family: 'MyFont';
  src: url('../font/DINCond-Black.ttf');
}
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background: #fff;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fdb815;
  text-decoration: none;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, hr {
  padding: 0;
  margin: 0;
}
p {
  line-height: 23px;
}
ul, li {
  list-style: none;
}
em, i {
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body a, input {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
@media screen and (min-width:1360px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* header */
.pc-header { 
  padding: 10px 0;
}
.header-right {
  margin-top: 16px;
}
.fa-search {
  display: none;
  height: 30px;
  width: 25px;
  float: right;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.search_block_top {
  background: #fff;
  border: 1px solid #ccc;
  height: 44px;
  line-height: 42px;
  position:relative;
  overflow: hidden;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 277px;
}
.search_block_top input#sub_bg {
  float: right;
  padding: 0;
  cursor: pointer;
  width: 30px;
  border: none;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -6px 5px;
  background-color: transparent;
}
.search_block_top input#search_query {
  background: none;
  border: none;
  width: 83%;
  float: left;
  padding: 0 0 0 15px;
  font-size: 14px;
}
.search_block_top input:focus {
  outline: 0;
}
.social-contact {
  margin: 0 10px;
}
.social-contact a {
  width: 40px;
  height: 40px;
  z-index: 9999;
  display: inline-block;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
}
.social-contact a.whatsapp {
  background-position: -5px -56px;
}
.social-contact a.s-wchat {
  position: relative;
  background-position: -49px -56px;
}
.social-contact a.facebook {
  background-position: -92px -56px;
}
.social-contact a.ins {
  background-position: -135px -56px;
}
.hidden-img {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  max-width: none;
  width: 80px;
}
.social-contact a.s-wchat:hover .hidden-img {
  display: block;
}
.language {
  margin-top: 10px;
}
.language a {
  color: #666;
  font-size: 12px;
  margin: 0 5px;
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
}
.language .active {
  color: #fdb815;
}
.nav {
  padding: 12px 0;
  z-index: 999;
  text-align: center;
  position: relative;
  background-color: #0289cd;
}
.nav_item {
  float: left;
  margin: 0 30px;
  position: relative;
}
.nav_item > a {
  display: block;
  padding: 0 25px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: capitalize;
}
.menu_open {
  display: none;
}
@media screen and (min-width:1001px) {
  .nav_item.active > a,
  .nav_item:hover > a {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #fdb815;
  }
}
.nav_item_open, .nav_item2_open {
  width: 150px;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
  line-height: 37px;
  visibility: hidden;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
}
.nav_item2_open {
  top: 0;
  left: 150px;
}
.nav_item:hover .nav_item_open, .nav_item2:hover .nav_item2_open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.menu_open, .hcover, .subopen, .subopenopen {
  display: none;
}
.nav_item2 {
  display: block;
  position: relative;
}
.nav_item2 a, .nav_item3 a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #0289cd;
  border-bottom: 1px dotted #ddd;
}
.nav_item2:hover > a,
.nav_item3:hover > a {
  background-color: #fdb815;
}
.nav_item3 a {
  padding: 0 20px;
}
@media screen and (max-width:1199px) {
  .menu_open {display: block; float: right; width: 24px; height: 20px; margin-top: 26px; margin-right: 2%; }
  .menu_open i { height: 2px; width: 100%; background: #000; display: block; margin-bottom: 7px; }
  .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 100; overflow: hidden; background: #333; color: rgba(255, 255, 255, .6); }
  .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .6); position: fixed; right: -100%; top: 0; z-index: 101; }
  .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
  .nav_item, .nav_item2 { float: none; margin: 0; width: 100%; }
  .nav_item:after, .nav_item2:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .nav_item > a, .nav_item2 a { display: block; margin: 0; font-size: 14px; line-height: 1.8; color: inherit; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-right: 40px; }
  .nav_item i, .nav_item2 i { position: absolute; z-index: 2; top: 0; right: 0; width: 40px; height: 100%; }
  .nav_item i:before, .nav_item2 i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .15); position: absolute; top: 0; left: 0; }
  .nav_item i:after, .nav_item2 i:after { content: ''; display: block; width: 7px; height: 7px; margin-bottom: -5px; border: 2px solid rgba(255, 255, 255, .3); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav_item_open, .nav_item2_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background: #333; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -100%; top: 0; }
  .subopen, .subopenopen { display: block; }
  .subopen a, .subopenopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .3); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
  .subopen a:before, .subopenopen a:before { content: ''; display: block; width: 7px; height: 7px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 2px solid rgba(255, 255, 255, .3); border-right: 0; border-bottom: 0; }
  .nav_item2 a, .nav_item3 { line-height: 1.8; background-color: transparent; border-width: 0; text-align: left; }
  .nav_item2:after, .nav_item3:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .15); margin-left: 20px; }
  .nav_item2_open { width: 100%; }
}
.swiper-container {
  width: 100%;
  /* height: 100%; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container img {
  width: 100%;
}
.title-part {
  color: #0289cd;
  font-family: 'MyFont';
  font-size: 42px;
  margin: 60px 0 30px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.title-part::after {
  content: '';
  width: 65px;
  height: 6px;
  display: block;
  margin: 20px auto 0;
  background-color: #fdb815;
}
.product-show .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.product-show .swiper-slide h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.product-show .img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.img {
  overflow: hidden;
}
.img img {
  width: 100%;
  -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
      -o-transition: .5s all ease;
        transition: .5s all ease;
}
.img:hover img {
  transform:scale(1.15);
  -ms-transform:scale(1.15);
  -webkit-transform:scale(1.15);
  -o-transform:scale(1.15);
  -moz-transform:scale(1.15);
}
.swiper-rel {
  position: relative;
}
.swiper-rel .swiper-slide > a {
  display: block;
  max-width: 100%;
}
.product-show .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.product-show .swiper-slide {
  width: 25%;
  padding: 0 10px;
}
.gray-btn.swiper-button-prev,
.gray-btn.swiper-button-next {
  height: 70px;
  top: 43%;
  width: 50px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.gray-btn.swiper-button-prev {
  background-position: -6px -139px;
  left: 0;
}
.gray-btn.swiper-button-next {
  background-position: -61px -139px;
  right: 0;
}
.more {
  color: #999;
  font-weight: bold;
  border: 1px solid #ccc;
  display: block;
  width: 107px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0;
  margin-top: -15px;
  font-family: Arial;
  font-size: 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.more:hover {
  color: #fff;
  background-color: #fdb815 !important;
  border-color: #fdb815;
}
.news-center li {
  float: left;
  width: 30.666%;
}
.news-center li.middle {
  margin: 0 4%;
}
.news-center .date {
  color: #999;
}
.title-name {
  color: #333;
  font-size: 18px;
  margin: 5px 0 25px;
}
.news-center p {
  color: #666;
  margin: 25px 0;
  line-height: 20px;
}
.mores {
  color: #0289cd;
  text-decoration: underline;
}
.mores:hover {
  text-decoration: underline;
}
/* footer */
.footer {
  margin-top: 50px;
  padding: 25px 0;
  color: #fff;
  background-color: #0289cd;
}
.footer a {
  color: #fff;
}
.footer_left {
  float:  left;
  width: 80%;
}
.footer-code {
  text-align: center;
}
.footer-code p {
  line-height: 26px;
  text-transform: uppercase;
}
/* 返回顶部 */
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 80px;
  right: 10px;
  width: 45px;
  height: 39px;
  display: none;
  z-index: 999;
}
.actGotop a, .actGotop a:link {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../images/totop.png) no-repeat;
  outline:none;
}
/* pagination */
.paginations {
  clear: both;
  text-align: center;
  font-size: 12px;
  cursor: default;
  margin: 35px 0 10px;
}
.paginations a {
  padding: 7px 15px;
  background-color: #eaeaea;
  color: #323232;
  display: inline-block;
  _zoom: 1;
  *display: inline;
  font-size: 12px;
}
.paginations span {
  padding: 7px 15px;
  display: inline-block;
  background-color: #fdb815;
  color: #fff;
}
/******** 搜索 *********/
.shousuo li {
  border-bottom: 1px dotted #b8b8b8;
  line-height: 42px;
  font-size: 14px;
}
.shousuo li a.nif {
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.shousuo li b {
  display: inline-block;
}
.shousuo li b a {
  color: #fdb815;
}
.shousuo li .riqi {
  float: right;
  color: #999;
  font-size: 12px;
}
/******** 404 *********/
.si {text-align:center;background:#fff;width:100%;float:left;margin-top:12%;}
.psicx {margin:15px 0;}
.psicx h1 {font-family:"Arial";font-size:30px;font-weight:bold;color:#393939;}
.psicx p {font-family:"Arial";font-size:14px;font-weight:bold;color:#393939;}
.psicl h3 {font-family:"Arial";font-size:16px;color:#5f5f5f;}
.psicl p {font-family:"Arial";font-size:12px;color:#5f5f5f;}
.ruturnk {margin:15px auto 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:125px;height:50px;padding:4px 0 0;background:#ed0f0f;}
.ruturnk h1 {font-family:"Arial";font-size:20px;font-weight:bold;color:#fff;margin: 0;padding: 0;}
.ruturnk p {line-height:16px;font-family:"Arial";font-size:14px;color:#fff;text-transform:uppercase;margin: 0;padding: 0;}
/* download */
.page_content {
  min-height: 60%;
}
.page_content .title-part {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
}
.page_content .title-part::after {
  display: none;
}
.download_page_content {
  border-top: 1px solid #dcdcdc;
}
.download_page_content li {
  font-size: 14px;
  padding: 0 15px;
  height: 65px;
  line-height: 65px;
  font-family: Tahoma;
  border-bottom: 1px solid #dcdcdc;
}
.download_page_content li:nth-child(even) {
  background-color: #f3f3f3;
}
.download_page_content li span {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download_page_content li a {
  color: #0289cd;
  float: right;
  position: relative;
}
.download_page_content li a::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: -76px -3px;
  background-image: url(../images/icon.png);
}
/* contact */
.contact-text {
  width: 33%;
}
.map {
  width: 63%;
}
.contact_page_content .con-list li {
  margin-bottom: 30px;
}
.con-list li::after, .news_page_content li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.company-name {
  font-family: Tahoma;
  font-size: 20px;
  margin-bottom: 30px;
}
.con-list-img {
  width: 67px;
  height: 67px;
  float: left;
  align-items: center;
  display: flex;
  border: 1px solid #d9d9d9;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.con-list-img img {
  margin: 0 auto;
}
.con-list li > div {
  float: right;
  width: calc(100% - 82px);
}
.con-list li > div > strong {
  font-size: 18px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.con-list li p {
  font-size: 14px;
  color: #000;
}
/* news */
.news_page_content li {
  padding: 20px 10px;
  border-bottom: 1px dotted #ddd;
}
.news_page_content li:last-child {
  border-width: 0;
}
.news_page_content li:hover {
  background-color: #f2f2f2;
}
.news_page_content li .img {
  float: left;
  width: 158px;
}
.newslist-inf {
  width: calc(100% - 180px);
}
.newslist-inf h3 {
  margin-bottom: 5px;
}
.newslist-inf h3 a {
  max-width: 80%;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newslist-inf h3 span {
  float: right;
  color: #999;
  font-size: 12px;
}
.newslist-inf p {
  color: #666;
  line-height: 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newslist-inf .more {
  margin: 10px 0 0;
  position: static;
  line-height: 33px;
  background-color: #f6f6f6;
}
/* new */
.titles {
  margin-bottom: 10px;
}
.titles h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.titles p {
  color: #999;
}
.backclick {
  margin-top: 30px;
}
.backclick p {
  font-size: 14px;
}
/* products */
.mspan3 {
  width: 254px;
}
.menuTitle {
  width: 100%;
  line-height: 47px;
  margin-bottom: 8px;
  overflow: hidden;
}
.firstmenu {
  overflow: hidden;
  background-color: #0289cd;
}
.menuTitle a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}
.firstmenu a, .secondmenu a {
  height: 47px;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 82%;
  display: inline-block;
}
.firstmenu, .secondmenu, .menuContent > a, .inquiry-link, .inquiry-form .text-input {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.menuContent > a {
  display: block;
  width: 100%;
}
.secondmenu, .menuContent > a {
  margin-top: 2px;
  background-color: #eee;
  border: 2px solid #ccc;
}
.secondmenu a, .menuContent > a {
  color: #333;
  font-size: 14px;
}
.menuTitle.open i, .secondmenu.open i {
  width: 25px;
  height: 25px;
  float: right;
  margin: 7px 15px 0 0;
}
.menuTitle.open i, .secondmenu.open i, .menuContent li a::before {
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -226px;
}
.menuTitle.open.activeTitle i {
  background-position: -2px -279px;
}
.menuContent.open .secondmenu i {
  background-position: -5px -355px;
}
.menuContent.open.activeTitle i {
  background-position: -5px -401px;
}
.menuContent.open.activeTitle .secondmenu {
  border-color: #0289cd;
}
.menuContent.open.activeTitle .secondmenu a, .menuContent li a.active {
  color: #0289cd;
}
.menuContent, .menuContent ul {
  display: none;
}
.menuContent ul {
  padding: 5px 0;
}
.menuContent ul li {
  line-height: 30px;
  list-style-type: disc;
}
.menuContent li a {
  color: #666;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
.menuContent li a::before {
  content: '';
  width: 10px;
  height: 10px;
  left: 5px;
  top: 31%;
  display: block;
  position: absolute;
  background-position: -134px -4px;
}
.menuContent li a.active::before {
  background-position: -134px -25px;
}
.mspan9 {
  width: calc(100% - 300px);
  margin-top: 60px;
}
.produc_show li {
  float: left;
  width: 25%;
  padding: 0 5px;
  text-align: center;
  margin: 0 0 25px;
}
.produc_show .img {
  border: 3px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.produc_show .img:hover img {
  border-color: #0289cd;
}
.produc_show li h3 a {
  display: block;
  line-height: 26px;
  font-size: 12px;
  color: #333;
  padding: 0 5px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.produc_show li h3 a:hover {
  color: #0289cd;
}
/* product */
#MagnifierWrap2 {
  position: relative;
  width: 335px;
  float: left;
  text-align: center;
  z-index: 9;
}
.MagnifierMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity = 40);
  cursor: move;
  width: 130px !important;
  height: 130px !important;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.MagnifierImg {
  position: absolute;
  top:0;
  left: 0;
}
.MagnifierImg img {
  max-width: auto;
}
.spec-items {
  position: relative;
  width: 95%;
  height: 112px;
  overflow: hidden;
  margin: 5px auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 10px;
  left: 0;
}
.spec-items li {
  width: 60px;
  float: left;
  overflow: hidden;
  margin-right: 8px;
  border: 2px solid #fff;
  cursor: pointer;
}
.spec-items li.on {
  border-color: #0289cd;
}
.spec-items li img {
  max-width: 100%;
  max-height: 100%;
}
.spe_leftBtn, .spe_rightBtn {
  position: absolute;
  bottom: 14%;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0;
  cursor: default;
  background-image: url(../images/icon.png);
}
.spe_leftBtn {
  background-position: -105px -224px;
  left: -15px;
}
.spe_rightBtn {
  background-position: -57px -226px;
  right: -17px;
}
span.on {
  color: #999;
  cursor: pointer;
}
.brief-description {
  float: left;
  margin: 100px 0 0 30px;
}
.brief-description h1 {
  color: #0289cd;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}
.inquiry-link {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  display: inline-block;
  background-color: #0289cd;
}
.inquiry-link a {
  color: #fff;
  font-size: 18px;
}
.details_name {
  color: #0289cd;
  font-size: 24px;
  padding-right: 50px;
  line-height: 40px;
  display: inline-block;
  border-bottom: 2px solid #0289cd;
}
hr {
  background-color: #ccc;
}
.infotext {
  margin-top: 25px;
}
/* inquiry */
.inquiry-product .img {
  float: left;
  width: 136px;
}
.inquiry-product-detail {
  float: right;
  width: calc(100% - 155px);
}
.inquiry-product-detail h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.inquiry-product-detail p {
  font-size: 16px;
}
.inquiry-form {
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px dotted #ddd;
}
.inquiry-form > div {
  margin-bottom: 10px;
}
.inquiry-form label {
  width: 150px;
  font-size: 14px;
  text-align: right;
  float: left;
  line-height: 40px;
  margin-right: 10px;
  font-weight: normal;
}
.inquiry-form .text-input {
  line-height: 22px;
  padding: 5px 13px;
  font-size: 14px;
  overflow: hidden;
  width: 45%;
  border: 1px solid #ddd;
}
.inquiry-form input.text-input {
  height: 40px;
}
.inquiry-form textarea.text-input {
  width: 75%;
  padding: 10px 13px;
}
.inquiry-form .text-input.code-input {
  width: 165px;
  margin-right: 10px;
}
.inquiry-form input[type="submit"] {
  width: auto;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0 35px;
  height: 46px;
  line-height: 46px;
  margin-left: 160px;
  background-color: #0289cd;
}
.inquiry-form input[type="submit"]:hover {
  background-color: #fdb815;
}




@media only screen and (max-width: 992px) {
  .pc-header {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12);
  }
  .menu_open {
    position: fixed;
    z-index: 9999;
    right: 0;
  }
  .fa-search {
    display: block;
  }
  .header-right {
    margin-right: 30px;
  }
  .search_block_top {
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
    z-index: 9;
    border-radius: 0;
    height: 37px;
    line-height: 35px;
  }
  .search_block_top input#sub_bg {
    background-position: 0 3px;
  }
  .search_block_top input#search_query {
    padding: 0 0 0 10px;
  }
  .social-contact {
    margin: 0 5px 0 0;
  }
  .social-contact a {
    width: 35px;
    height: 35px;
    background-size: 200px;
  }
  .social-contact a.whatsapp {
    background-position: -3px -47px;
  }
  .social-contact a.s-wchat {
    background-position: -42px -47px;
  }
  .social-contact a.facebook {
    background-position: -79px -47px;
  }
  .social-contact a.ins {
    background-position: -115px -47px;
  }
  .mspan3, .mspan9, .contact-text, .map {
    width: 100%;
    float: none;
  }
  .mspan9 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right {
    margin-top: 25px;
  }
  .language {
    margin-top: -25px;
    position: absolute;
    right: 10px;
  }
  .menu_open {
    margin-top: 33px;
  }
  .fa-search {
    background-position: -3px 2px;
  }
  .search_block_top {
    top: 75px;
  }
  .title-part {
    font-size: 36px;
  }
  .page_content .title-part, .brief-description h1 {
    font-size: 24px;
  }
  .firstmenu a, .secondmenu a, .inquiry-link a, .details_name {
    font-size: 16px;
  }
  .product-show .swiper-slide {
    width: 33.333%;
  }
  .footer_left, .footer-code {
    width: auto;
    float: none;
  }
  .footer-code {
    margin-top: 10px;
    padding: 0;
    display: inline-block;
  }
  .menuTitle {
    line-height: 40px;
  }
  .firstmenu a, .secondmenu a {
    height: auto;
    display: inline-block;
  }
  .menuTitle.open i, .secondmenu.open i, .menuContent li a::before {
    background-position: 0 -230px;
  }
  .menuTitle.open.activeTitle i {
    background-position: -2px -282px;
  }
  .menuContent.open .secondmenu i {
    background-position: -5px -358px;
  }
  .menuContent.open.activeTitle i {
    background-position: -5px -405px;
  }
  .shousuo li a.nif {
    width: 76%;
  }
}
@media only screen and (max-width: 640px) {
  .logo img {
    max-height: 55px;
  }
  .product-show .swiper-container {
    width: 86%;
  }
  .product-show .swiper-slide {
    width: 50%;
  }
  .news-center li, .news-center li.middle, #MagnifierWrap2, .brief-description {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .produc_show li {
    width: 50%;
  }
  .spe_leftBtn, .spe_rightBtn {
    bottom: 13%;
  }
  .titles h3 {
    font-size: 18px;
  }
  .company-name, .con-list li > div > strong {
    font-size: 16px;
  }
  .con-list li > div {
    margin-top: 13px;
  }
  .download_page_content li a {
    font-size: 0;
  }
    /*404*/
	.si {margin-top: 30%;padding: 0 10px;}
}
@media only screen and (max-width: 480px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 6px !important;
  }
  .title-part {
    font-size: 26px;
  }
  .product-show .title-part , .news-center .title-part {
    margin: 43px 0 60px;
  }
  .title-part .more {
    margin-top: 30px;
    line-height: 32px;
    width: auto;
    padding: 0 20px;
  }
  .gray-btn.swiper-button-prev, .gray-btn.swiper-button-next {
    height: 50px;
    top: 43%;
    width: 30px;
    background-size: 170px;
  }
  .gray-btn.swiper-button-next {
    background-position: -50px -102px;
    right: -5px;
  }
  .gray-btn.swiper-button-prev {
    left: -5px;
    background-position: -2px -102px;
  }
  .product-show .swiper-slide {
    padding: 0 5px;
  }
  .product-show .swiper-slide h3 {
    -ms-word-break: break-all;
    word-break: break-all;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .spec-items li {
    width: 83px;
  }
  .spec-items {
    height: 99px;
  }
  .spe_leftBtn, .spe_rightBtn {
    bottom: 8%;
  }
  .news_page_content li .img {
    width: 115px;
  }
  .newslist-inf {
    width: calc(100% - 130px);
  }
  .newslist-inf h3 {
    margin-bottom: 0;
  }
  .newslist-inf h3 span, .newslist-inf .more {
    display: none;
  }
  .newslist-inf h3 a {
    max-width: 100%;
    font-size: 16px;
  }
  .newslist-inf p {
    line-height: 18px;
    -webkit-line-clamp: 3;
  }
  .social-contact a {
    width: 30px;
    height: 30px;
    background-size: 175px;
  }
  .hidden-img {
    width: 60px;
    left: -10px;
  }
  .social-contact a.whatsapp {
    background-position: -4px -42px;
  }
  .social-contact a.s-wchat {
    background-position: -37px -42px;
  }
  .social-contact a.facebook {
    background-position: -68px -42px;
  }
  .social-contact a.ins {
    background-position: -102px -42px;
  }
  .inquiry-product-detail h3 {
    font-size: 18px;
  }
  .inquiry-form label,
  .inquiry-form input.text-input,
  .inquiry-form textarea.text-input {
    width: 100%;
    float: none;
    text-align: left;
  }
  .inquiry-form input[type="submit"] {
    margin-left: 0;
  }
  .shousuo li a.nif{width:auto;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-all;line-height:23px;}	
    /*404*/
	.psicx h1 {font-size: 24px;}
	.psicx p {font-size: 12px;}
	.psicl h3 {font-size: 14px;}
	.psic {width: 80%;margin: 0 auto;}
}
@media only screen and (max-width: 414px) {
    /*404*/
	.si {margin-top: 25%;}
}
@media only screen and (max-width: 375px) {
  .spec-items li {
    width: 70px;
  }
  .spec-items {
    height: 90px;
  }
    /*404*/
	.ruturnk h1{font-size:17px;}
	.ruturnk p{font-size:12px;}
	.psicx h1 {font-size: 20px;}
}