@media(min-width:761px){

    .pic_list{
        padding: 0 13px;
    
    }
    .pic_list li{
        width: 183px;
        float: left;
        min-height: 224px;
        box-sizing: border-box;
        margin: 0 25px 15px;
        transition:.5s ;
        -webkit-transition:.5s ;
        -moz-transition:.5s ;
        -ms-transition:.5s ;
        -o-transition:.5s ;
       
    }
    .pic_list li:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pic_list li img{
        width: 100%;
        border: 2px solid #5EA290;
        height: 160px;
    }
    .pic_list li p{
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        background-color: #5EA290;
        color: #fff;
        font-size: 18px;
		letter-spacing: 1px;
		text-align: center;
    }
    .search_resu{
        background-color: #5EA290;
        color: #fff;
        width: 100px;
        text-align: center;
        line-height: 30px;
        display: inline-block;
        border-radius: 5px;
        font-size: 16px;
        margin-left: 5px;
      
    }
    .resour{
        color: #ef0012;
        text-decoration: underline;
    }
}
@media(max-width:761px){
    .btn-sty{
        font-size: 14px;
        width: 120px;
        line-height: 30px;
        display: inline-block;
    }
    .pic_list{
        padding: 0px;
    
    }
    .pic_list li{
        width:48%;
        float: left;
        min-height: 224px;
        box-sizing: border-box;
        margin: 0 1% ;
        transition:.5s ;
        -webkit-transition:.5s ;
        -moz-transition:.5s ;
        -ms-transition:.5s ;
        -o-transition:.5s ;
        height: 254px;
    }
    .pic_list li:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pic_list li img{
        width: 100%;
        border: 2px solid #01b2a9;
    }
    .pic_list li p{
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        background-color: #01b2a9;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0 5px;
    }
    .search_resu{
        background-color: #01B2A9;
        color: #fff;
        width: 100px;
        text-align: center;
        line-height: 35px;
        display:block;
        border-radius: 5px;
        font-size: 16px;
        margin: 5px auto;
    }
    .resour{
        color: #ef0012;
    }
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media(min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .btn-sty{
        font-size: 16px;
        width: 160px;
        line-height: 40px;
        margin: 0 auto;
        display: block;
    }
}
@media(min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .btn-sty{
        font-size: 16px;
        width: 160px;
        line-height: 40px;
        margin: 0 auto;
        display: block;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .btn-sty{
        font-size: 18px;
        width: 160px;
        line-height: 40px;
        margin: 0 auto;
        display: block;
    }
}
.lineH3{
    color: #333;
    font-size: 20px;
    margin: 10px 0;
    line-height: 40px;
}
.btn-sty{
    background-color: #5EA290;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin:15px auto;
}
.btn-sty:hover{
    color: #fff;
}
p{
    font-size: 14px;
    line-height: 24px;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
.mt10{
    margin-top: 10px;
}
.mb25{
    margin-bottom: 25px;
}

.infineon{
    position: relative;
    width: 100%;
    background: url('http://www.dianyuan.com/view/page/infineon190117/statics/css/images/bg.png') repeat center center;
}
.infineon .main-op {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    z-index: 1;
    background-color: rgba(248, 247, 251, 0.95);
    padding-bottom: 20px;
}