
@media only screen and (min-width: 1200px) {
	#itable {
      width: 50%; 
     display: inline-flex; 
     flex: 50%;
    }
}


@media only screen and (max-width: 780px) {
	#homein_logo {
      width: 180px;  /* 设置宽度为200像素 */
      height: 50px; /* 设置高度为200像素 */
    }
}


@media only screen and (max-width: 780px) {
	#p-screen { display: none; }
	#p-mobile { display: inline-block; }
}


@media only screen and (min-width: 780px) {
	#p-screen { display: inline-block; }
	#p-mobile { display: none; }
}

/*video开始*/

 .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.sp-large {
    position: relative;
    width: 100%;
}

/*video结束*/

.mkw span {
    display:inline-block;margin:2px;
    padding-top:3px; 
    padding-bottom:3px; 
    padding-left:8px; 
    padding-right:8px; 
    color:white; 
    background-color:#f8ab16; 
    border-radius:3px;
}

.top_section {
    background: #eee;
    line-height: 28px;
    padding: 6px 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}

.top_section .top_l {
    float: left;
}

.top_section i {
    line-height: 28px;
    margin-right: 6px;
    color: #f8ab16;
}

.top_section p {
    display: inline-block;
    margin-right: 15px;
}

.top_section a {
    color: #777;
    margin-left: 2px;
    line-height: 20px;
}

.top_section a:hover {
    color: #f8ab16;
    text-decoration: underline;
}

.top_sns {
    float: right;
}

.top_sns a {
    margin: 0px 3px;
}

.top_sns a img {
    margin-right: 4px;
}

.bottom_sns {
    float: left;
    margin-bottom: 5px;
}

.bottom_sns a img {
    margin-right: 4px;
}


/*产品详情*/
.pic4 {
    /*border-top: 5px solid #f8ab16;*/
}

/*.pic-con {*/
/*    border-top:1px solid #f8ab16;*/
/*}*/

.panel-heading {
    cursor: pointer;
}

.pic4 h4 {
    line-height: 250%;
    /*color: white;*/
    /*background-color: rgb(220,220,220);*/
    /*padding-left: 15px;*/
    /*border-left: 5px solid #f8ab16;*/
}

.list-item-art {
    margin: 5px;
    text-align: center;
    padding: 10px;
}

.list-item-art h5 {
    line-height: 300%;
    color: black;
}

.list-item-art p {
    text-align: center;
    height: 90px;
}

/*详情表格*/

.table-spc {
 display: block;
 width: 100%;
 margin-top: 15px;
 margin-bottom: 15px;
 border-collapse:collapse;
}

.table-spc tbody {  display: block; width: 700px; }

@media only screen and (max-width: 540px) {
    .table-spc tbody { display: block; width: 100%; }
}

.table-spc tr {
    display: block;
    width: 100%;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: -1px solid #cccccc;
}



.table-spc tr:nth-last-child(1) {
    border-bottom: 1px solid #cccccc;
}

.table-spc .td1 {
    display: inline-block;
    width: 35%;
    height: 100%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(245,245,245);
}

.table-spc td {
    display: inline-block;
    width: 60%;
    height: 100%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    /*在线样册*/
.f_n_right{ width:100%;}

.list-item {
    margin: 10px;
    /*border: 1px solid #cccccc;*/
    text-align: center;
    padding: 20px;
}

.list-item:hover {
    box-shadow: 5px 5px 10px #cccccc;
}

.list-item a:hover{
    text-decoration: none;
    cursor: pointer;
}

.list-item h4 {
    line-height: 250%;
}

.list-item span {
    display: block;
    line-height: 250%;
    margin: 10px;
}

.c_view {
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid #cccccc;
    border-radius: 20px;
}

.c_view:hover {
    color: #f8ab16;
    border: 1px solid #f8ab16;
}

/*证书下载*/
#cer_cate {
    margin-bottom: 200px;
}

.cer_cate_item {
    margin-top: 50px;
}
.cer_cate_item h4 {
    line-height: 200%;
    text-decoration: #cccccc;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 5px #cccccc;
}

.cer_cate_item h4:hover {
    background-color: #f8ab16;
}

.certificate {
    margin-bottom: 150px;
}
.title_line {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 20px;
}

.title_line h3 {
    display: inline-block;
    line-height: 180%;
    border-bottom: 2px solid #f8ab16;
}

.link_text h4{
    line-height: 180%;
    text-align: left ;
}

.link_text a:hover {
    color: #f8ab16;
}

/*图纸中心下载*/
.drawing-container { }
.drawing {
    /*margin-top: 20px;*/
    margin-bottom: 50px;
}

.drawing span {
    display: inline-block;
    margin-right: 10px;
}

.sub_title_line {
    border-bottom: none;
    margin-bottom: 20px;
}

.sub_title_line h4 {
    display: inline-block;
    line-height: 180%;
    border-bottom: 1px solid #f8ab16;
}

.list-item-drawing {
    margin-bottom: 30px;
}

/*.list-item-drawing p{*/
/*    margin-right: 10px;*/
/*}*/


.list-item-drawing h4{
        line-height: 250%;
        /*margin-top: 10px;*/
}

.list-item-drawing a{
    /*text-decoration: underline;*/
    color: rgb(119,119,119);
}

.list-item-drawing a:hover{
    color: #f8ab16;
}

/*关于我们*/
.homein-profile {
    margin-bottom: 50px;
    margin-top: 50px;
}

.homein-profile p {
    line-height: 180%;
    font-size: 16px;
}

.homein-items {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px;
}

.homein-items img {
    height: 150px;
    margin: 0 auto;
}

.homein-items img:hover{
    transform: scale(1.05);
}

.homein-items:hover {
    box-shadow: 2px 2px 2px 2px #cccccc;
}

.homein-items h3 {
    line-height: 160%;
    text-align: center;
}

.homein-items p {
    font-family: 'Gilroy',arial, sans-serif;
    font-size: 13px;
    height: 70px;
    line-height: 150%;
    color: #808080;
}

@media screen and (max-width: 480px) {
   
       .homein-items svg {
        width: 100px; 
        height: 100px;
    }

}

@media screen and (max-width: 375px) {
    .homein-items h3 {
        font-size: 20px;
    }

    .homein-items {
        height: 210px;
    }

    .homein-items p {
        font-size: 12px;
        height: 100px;
    }
    
    .homein-items svg {
        width: 70px; 
        height: 70px;
    }

}

/*搜索*/

.search-box {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.boxA select {
    height: 50px;
    width: 100%;
    border: none;
}

.boxB, .boxA {
    margin-top: 10px;
}

.boxB input[type=text] {
    height: 50px;
    width: 70%;
    text-indent: 10px;
}

.boxB input[type=submit] {
    height: 50px;
    width: 30%;
    background-color: #f8ab16 ;
    border: solid 0px;
}


/*工厂照片轮播*/

#show .owl-nav {
    height: 100px;
    z-index:9999;
}

#show .owl-next{
    position:absolute;
    top:50%;
    margin-top:-24px;
    right:0px;
    z-index:9999;
    color:#f8ab16;
    width: 100px;
    height: 50px;
}
#show .owl-prev{
    position:absolute;
    top:50%;
    margin-top:-24px;
    left:0px;
    z-index:9999;
    color:#f8ab16;
    width: 100px;
    height: 50px;
}
#show .iconfont{
    font-size:48px;
}
#show .iconfont{
    font-size:48px;
    font-weight:700;
}
#show .owl-nav .disabled{
    color:#ddd;
}


/*搜索页pagination-wrapper*/

.pagination-wrapper td{
    font-size: 18px;
    height: 35px;
    width: 45px;
    border: 1px solid #cccccc;

}

.pagination-wrapper td:hover {
    background-color: #f8ab16;
}

@media screen and (max-width: 480px) {
    .sub_list {
     display: none;
    }

}
    
.sub_list {
    list-style-type:none;
    padding: 15px;
}

.sub_list li {
    display: inline-block;
    line-height:25px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #cccccc;
}

.sub_list li:hover {
    background-color: #f8ab16;
}


.index_box {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.typeimg {
    margin-bottom: 15px;
}

.index_box:hover {
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

.index_box_b h2 {
    text-decoration: underline 1px solid black;
    margin-bottom: 12px;
}

.index_box_b >p {
    margin-bottom: 15px;
    min-height: 100px;
}

.index_box_b_a p {
    padding-top: 5px;
    padding-right: 20px;
    font-size: 12px;
    min-height: 80px;
}


.tab-pane {
    border-left:1px solid #cccccc; 
    border-right:1px solid #cccccc; 
    border-bottom:1px solid #cccccc;
    padding: 15px;
    min-height: 100px;
}



@media screen and (max-width: 480px) {
    #size-table {
      font-size: 12px;
      padding: 0px;
    }
    
    #size-table td{
      font-size: 12px;
      padding-top: 4px;
      padding-bottom:4px;
      padding-left: 2px;
      padding-right: 0px;
    }
    
    #size-table tr{
      font-size: 12px;
      padding: 0px;
    }
    
    #size-table th{
      font-size: 12px;
      padding-top: 4px;
      padding-bottom:4px;
      padding-left: 2px;
      padding-right: 0px;
    }
}

/*列表页描述*/
#home p {
    line-height:150%;
    color: #000000;
}

#home h1 {
    line-height:220%;
    font-size:26px;
    color: #000000;
    font-weight: bold;
}


#home h2 {
    line-height:180%;
    font-size:20px;
    color: #000000;
     font-weight: bold;
}

#home h3 {
    line-height:150%;
    font-size:15px;
    color: #000000;
    font-weight: bold;
}


#home li {
    text-indent: 5px;
    color: #000000;
}


#home li::marker {
  margin-left: 20px;
  color: #000000;
}

#home table {
    border: 1px solid #cccccc;
    padding: 3px;
    color:#000000;
}


/*文章页描述*/
#Feature p {
    line-height:150%;
    color: #000000;
}

#Feature h1 {
    line-height:220%;
    font-size:26px;
    color: #000000;
    font-weight: bold;
}


#Feature h2 {
    line-height:180%;
    font-size:20px;
    color: #000000;
     font-weight: bold;
}

#Feature h3 {
    line-height:150%;
    font-size:15px;
    color: #000000;
    font-weight: bold;
}


#Feature li {
    text-indent: 5px;
    color: #000000;
}


#Feature li::marker {
  margin-left: 20px;
  color: #000000;
}

#Feature table {
    border: 1px solid #cccccc;
    padding: 3px;
    color:#000000;
}


.download-t:hover {
  box-shadow: 3px 3px 6px #777;
}



