.gais{

    width: 100%;

    box-sizing: border-box;

}

.gais h3{

    font-weight: 600;

    line-height: 50px;

}

.orl {

    overflow: hidden;

    /* display: flex; */

    /* flex-wrap: wrap; */

    /* align-items: center; */

}



.orl li {

    width: 400px;

    /* display: flex; */

    /* align-items: center; */

    font-size: 18px;

    color: #323232;

    margin-bottom: 50px;
    display:inline-block;

}



.orl li:before {

    content: url(../images/duigou.png);

    margin: 5px 20px 0 0;

    line-height: 20px;

}



.orl li img {

    width: 21px;

    height: 21px;

    margin-right: 20px;

    position: relative;

    top: 3px;

}



.orl {

    /* padding-bottom: 100px; */

}

.table{

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #F2F2F2;

    border-collapse:collapse;

}

.table tr,th{

    border: 1px solid #F2F2F2;

    /* border-collapse:collapse; */

}

.table tr th{

    color: #999999;

    width: 60%;

    text-align: left;

    /* padding-left: 15px; */

    padding: 15px;

    font-weight: 500;

}

.table tr th:nth-child(1){

    background-color: #F6F9FE;

    font-weight: 600;

    font-size: 16px;

    color: #333333;

    width: 40%;

}

/*  */

.wenti{

    width: 100%;

    box-sizing: border-box;

}

.wenti_box{

    width: 100%;

    padding-top: 15px;

    padding-bottom: 15px;

}

.wenti_box_top{

    /* display: flex; */

    /* align-items: center; */

}

.wenti_box_top em{

    display: inline-block;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #0370CD;

    margin-right: 10px;

}

.wenti_box_top h3{

    font-weight: 600;
    display: inline-block;

}

.wenti_box_bottom{

    margin-top: 15px;

    color: #999;

}
.table tr {
  height: 70px;
  
}
.table tr td{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.product-tbg2{
    width: 30%;
    text-align: center;
    background: #F6F9FE;
}
@media screen and (max-width:1200px) {
	.gais{
        width: 95%;
        margin: auto;
    }
    .orl{
        width: 95%;
        margin: auto;
    }
    .table{
        width: 95%;
        margin: auto;
    }
    .wenti_box{
        width: 95%;
        margin: auto;
    }
    .wenti_box_top{
        font-size: 20px;
    }
    .orl li{
        font-size: 28px;
    }
    .product-tbg2{
        font-size: 20px;
    }
    .table tr td{
        /* font-size: 20px; */
    }
}