@charset "UTF-8";
#searchForm .mainContent .container,
#loginForm .mainContent .container{
  width: 100%;
}
#loginForm .mainContent .formItem p{
  margin-top: 0;
  margin-bottom: 0;
}
#loginForm .mainContent .formItem.code input{
  max-width: 175px;
}
.inputIcon_account{
  background-image: url(../images/name01.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 45px;
}
.inputIcon_account:focus{
  background-image: url(../images/name02.png);
}
.inputIcon_password{
  background-image: url(../images/lock01.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 45px;
}
.inputIcon_password:focus{
  background-image: url(../images/lock02.png);
}

.newPro_blk .matches{
  text-align: right;
  margin-bottom: 10px;
}
.tips_txt{
  color: red;
}
/* .newPro_blk .tips_txt{
  display: none;
} */
.pro_table_height {
  height: 700px;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancyTable{
  width: 100%;
  min-width: 1100px;
  text-align: left;
  font-size: 15px;
  border-spacing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fancyTable tr th{
  color: #ffffff;
  padding: 10px 15px;
  background-color: #007c3a;
}
.fancyTable tr th{
  width: 10%;
}
.fancyTable tr th:nth-child(5){
  width: 12%;
}
.fancyTable tr th:nth-child(6){
  width: 13%;
}
.fancyTable tr th:nth-child(7){
  width: 24%;
}
.fancyTable tr th:nth-child(8){
  width: 15%;
}
.fancyTable tr td{
  padding: 15px 15px;
  border-bottom: 1px solid #909090;
}
.fancyTable tr:hover td:not(:last-child){
  color: #007c3a;
  cursor: pointer;
}
.fancyTable tr td a:hover{
  color: #007c3a;
}
.fancyTable tr:nth-child(even) td{
  background-color: #f9f9f9;
}

.oem_group{
  display: flex;
  flex-wrap: wrap;
}
.oem_group .oem_LR{
  flex: 0 0 50%;
  width: 50%;
}
.oem_group p{
  margin: 0;
}

.productdetail .tableStyle01 tr td div.oem_group,
.productdetail .tableStyle01 tr td div.oem_group div{
  padding: 0;
}

.goTop{
  width: 35px;
  height: 35px;
  position: fixed;
  right: 8px;
  bottom: 60px;
  z-index: 99;
  cursor: pointer;
}

.tableStyle01 img{
  width: auto;
  height: 17px;
  margin-top: -2px;
  margin-bottom: 0;
}

/* 190719_edit */
.newproductdetail .tableStyle01 tr td div{
  padding: 0;
}
.company_3 .about03_tab a{
  color: #007c3a;
}
.contact_2 .boxTitle p{
  font-weight: bold;
}
.contact_2 .blockStyle01 .title{
  font-weight: normal;
}
/* 190730_edit */
.newsdetail .main{
  min-height: 100%;
}

/* 191004_edit */
/* .privacy_1 .banner{
  display: none;
} */
.privacy_1 p span{
  padding-left: 16px;
  display: block;
}
.privacy_1 p span span{
  padding-left: 24px;
}

@media screen and (max-width:1500px){
  .newPro_blk .tips_txt{
    display: block;
  }
}

@media screen and (max-width:992px){
  .fancyTable tr .image{
    display: none;
  }
}

@media screen and (max-width:768px){
  .productSearch .gridBox {
    margin-left: 0 !important;
  }
  .pro_table_height {
    height: 350px;
  }
  .company_4 .boxTitle h3 {
  	text-align: center;
  }
  .company_4 .boxTitle h3:after {
  	content: '';
  	width: 20px;
  	height: 2px;
  	margin: 15px auto 0;
  }
}

.indexData li:before {
  display: none;
}

@media (max-width: 1024px) {
  .main {
    padding: 30px 0 0;
  }
}

@media (max-width: 768px) {
  .indexLink .container > div:first-child .img, .indexLink .container > div:nth-child(2) .img, .indexLink .container > div:nth-child(3) .img {
    height: 310px;
  }
  .indexLink {
    margin-bottom: 0px;
  }
}

.imgHover .img.indexContact div {
  width: 100%;
}