﻿

.m-product{
    padding:26px 0;
}
.search-box{
    border: 1px solid #e7e7e7;
    padding:0 5px;
}
.search-box .row{
    padding:10px 0;
    line-height: 24px;
    font-size: 14px;
}
.search-box .row:not(:last-child){
    border-bottom: 1px dashed #e7e7e7;
}
.search-box .row-head{
    float: left;
    color: #999999;
    padding:0 10px 0 14px;
}
.search-box .row-body{
    overflow: hidden;
}
@media (max-width: 767px) {
    .row{
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
}
.search-box .row-body a{
    display: inline-block;
    color: #333333;
    margin-right: 46px;
}
.search-box .row-body a.cur{
    color: #c10d0c;
}
.search-box .row-body a:hover{
    color: #c10d0c;
}
.m-list{
    margin-top: 26px;
    border: 1px solid #e7e7e7;
    padding:23px 5px 18px;
    overflow: hidden;
}
.m-list ul{
    overflow: hidden;
}
.m-list li{
    float: left;
    width: 25%;
    padding:0 13px;
    margin-bottom: 26px;
}
.m-list li a{
    display: block;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 6px #eeeeee;
    -moz-box-shadow: 0 0 6px #eeeeee;
    box-shadow: 0 0 6px #eeeeee;
}
.m-list li .img{
    padding-top: 74%;
    position: relative;
    overflow: hidden;
}
.m-list li .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.m-list li:hover .img{
    opacity: 0.6;
    filter: alpha(opacity=60);
    /*-webkit-transform:scale(1.2);*/
    /*-moz-transform:scale(1.2);*/
    /*-ms-transform:scale(1.2);*/
    /*-o-transform:scale(1.2);*/
    /*transform: scale(1.2);*/
}
.m-list li .txt{
    height: 54px;
    font-size: 16px;
    color: #191919;
    line-height: 54px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    white-space: nowrap ;
    text-overflow: ellipsis;
}

.g-txt{
    text-align: center;
    padding-top: 100px;
}
.g-txt h3{
    font-size: 30px;
    color: #131313;
    font-weight: normal;
    line-height: 50px;
}
.g-txt p{
    font-size: 36px;
    color: #313131;
    line-height: 60px;

}
.g-txt span{
    font-size: 16px;
    color: #c10d0c;
    line-height: 50px;
    display: inline-block;
    padding-right: 14px;
    background:url(../images/arrow.png) no-repeat right center;
}
.m-product2 .row a{
    display: block;
}
.m-product2 .row img{
    display: block;
    width: 100%;
}
.m-product2 .row:hover img{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.m-product2 .row-right a,
.m-product2 .row-left a,
.m-product2 .row-left2 a{
    position: relative;
}
.m-product2 .row-right a{
    padding-bottom: 160px;
}
.m-product2 .row-right .g-txt{
    position: absolute;
    right: 0;
    /*bottom: 100px;*/
   bottom: 50px;
    text-align: right;
    z-index: 2;
}
.m-product2 .row-left .g-txt{
    position: absolute;
    left: 0;
    top: 0;
    text-align:left;
    z-index: 2;
}
.m-product2 .row-left2 .g-txt{
    position: absolute;
    left: 162px;
    top: 0;
    text-align:left;
    z-index: 2;
}
.m-links .row{
    height: 583px;
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
    background-position: center center;
    position: relative;
}
.m-links .row2{
    height: 558px;
    margin-top: 2px;
}
.m-links .txt{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.m-links h3{
    font-size: 38px;
    line-height: 52px;
    font-weight: normal;
}
.m-links p{
    padding:10px 0 16px;
}
.m-links a{
    display: inline-block;
    color: #fff;
    padding-right: 14px;
    background:url(../images/arrow2.png) no-repeat right center;
}
.m-links a:hover{
    text-decoration: underline;
}
.inner-ban{
    height:360px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}










/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
}



/*Common For Max 768*/
@media only screen and (max-width: 959px) {
    .inner-ban{  height: 400px;}
    .g-txt{  padding-top: 60px;}
    .g-txt h3{  font-size: 24px;  line-height: 40px;  }
    .g-txt p{  font-size: 24px;  line-height: 40px;  }
    .g-txt span{  line-height: 30px;  }
    .m-product2 .row-right .g-txt,
    .m-product2 .row-left .g-txt,
    .m-product2 .row-left2 .g-txt{  position: static;  text-align:center;  }
    .m-product2 .row-right a{  padding-bottom: 0;  }

    .m-links .row{  height: 400px;}
    .m-links .txt{  line-height: 20px;}
    .m-links h3{font-size: 24px;  line-height: 38px;}
    .m-links p{  padding:6px 0;  }
}



/*Common For Max 480*/
@media only screen and (max-width: 768px) {
    .search-box .row-head{  padding:0 6px;  }
    .search-box .row-body a{  margin-right: 10px;  }
    .m-list li{  width: 50%;  }


}



/*Common For Max 320*/
@media only screen and (max-width: 479px) {
    .inner-ban{  height: 200px;}
    .m-product{  padding:10px 0;  }
    .m-list{  margin-top: 10px;  padding:10px 5px 0;  }
    .m-list li{  width: 100%;  float: none;padding:0 5px;  margin-bottom: 10px;}
    .m-list li .txt{  height: 40px; line-height: 40px;  font-size: 14px;}
    .g-txt{  padding-top: 20px;}
    .g-txt h3{  font-size: 16px;  line-height: 30px;  }
    .g-txt p{  font-size: 16px;  line-height: 30px;  }
    .g-txt span{  font-size: 14px;line-height: 30px;  }

    .m-links .row{  height: 200px;}
    .m-links h3{font-size:16px;  line-height: 30px;}


}

/*点击图片-内页*/
.wp1{margin: 0 auto;width: 100%;max-width: 980px;}
.m-article img{opacity: 1 !important;}
.m-pic-box{
    padding: 20px 0;
    overflow: hidden;
}
.m-pic-box img{
    display: inline-block;
    float: left;
    width: 33% !important;
    margin-right: 30px;
}
.m-pic-box .txt{
    overflow: hidden;
    width: 100%;
    /*padding-top: 20px;*/
    text-align: center;
}
.m-pic-box .txt .p1{
    font-family:arial;
    font-size: 16px;
    color: #1d1d1d;
}
.m-pic-box .txt h2{
    font-size: 34px;
    color: #1d1d1d;
    font-weight: normal;
}
.m-pic-box .txt .i1{
    font-size: 17px;
    font-family:arial;
    color: #979696;

}
.m-pic-box .txt .p2{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
}
.m-pic-box .txt .p3{
    font-family:arial;
    color: #808080;
}
.m-article{text-align: center;min-height: 300px;}
.m-article img{width: auto !important;display: inline-block !important;}
.wp2{margin: 0 auto;width: 100%;max-width: 980px;padding-top: 85px;margin-bottom: 60px;}
.wp2 h1{color: #313131;font-size: 35px;font-weight: normal;text-align: center;}
.wp2 p{font-size: 16px;color: #555;margin-top:40px;line-height: 29px;}
