﻿
.qc_container{
    padding-top:10px;
    width:100%;
    height:850px;
    position:relative;
}
.qc_container .qc_header{
    width:100%;
   
}
    .qc_container .qc_header h2 {      
        text-align: center;
        font-size:25px;
         color:#3c3c3c;
         font-weight:800;
         padding:20px;
    }
    .qc_container .qc_header h5 {
        text-align: left;
        text-indent: 35px;
        font-size: 15px;
        color: #3c3c3c;
    }

    .qc_content{
        padding-top:20px;
        width:100%;
        position:relative;
    }

/*第一行个三元素*2023.3.8新增*/
          .qc_content .qc_three1 {
                        margin: 0 auto;
                        width: 800px;
                        height: 150px;
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        justify-content: space-between;
                        /*border: 2px solid #000000;*/
/*position:absolute;*/
/*top:0px;
left:50px;*/
}



.qc_content .qc_three1 .qc_center {
    width: 200px;
    height: 170px;
    background-image: url(../images/bg5/orange.png);
    background-size: 98%;
    background-repeat: no-repeat;
}

    .qc_content .qc_three1 .qc_center .qc_title {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        text-align: center;
        color: #fff;
    }

    .qc_content .qc_three1 .qc_center .qc_teacher {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        color: #fff;
    }

.qc_content .qc_three1 .qc_left {
    width: 200px;
    height: 170px;
    background-image: url(../images/bg5/yellow.png);
    background-size: 98%;
    background-repeat: no-repeat;
}

    .qc_content .qc_three1 .qc_left .qc_title {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        text-align: center;
        color: #fff;
    }

    .qc_content .qc_three1 .qc_left .qc_teacher {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        color: #fff;
    }


.qc_content .qc_three1 .qc_right {
    width: 200px;
    height: 170px;
    background-image: url(../images/bg5/blue.png);
    background-size: 98%;
    background-repeat: no-repeat;
}

    .qc_content .qc_three1 .qc_right .qc_title {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        text-align: center;
        color: #fff;
    }

    .qc_content .qc_three1 .qc_right .qc_teacher {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        color: #fff;
    }


    /* 第一行3个结束*/



    /*第二行 2个*/
        .qc_content .qc_two1 {
            margin:0 auto;
            width: 590px;
            height: 170px;
            display: flex;
            flex-direction: row;
            flex-wrap:nowrap;
            justify-content:space-around ;
            /*border:1px solid #000000;*/
            position:absolute;
            top:140px;
            left:155px;
        }
            .qc_content .qc_two1 .qc_left {
                width: 200px;
                height: 170px;
                /*background-color: red;*/
                /*border: 1px solid #000000;*/
                color: #fff;
                background-image: url(../images/bg5/blue.png);
                background-size: 98%;
                background-repeat: no-repeat;
            }
            .qc_content .qc_two1 .qc_right {
                width: 200px;
                height: 170px;
               /*border:1px solid blue;*/
                color: #fff;
                background-image: url(../images/bg5/green.png);
                     /*background-position:1px,10px;*/
                     background-size:98% ;
                     background-repeat:no-repeat;
            }


                .qc_content .qc_two1 .qc_left .qc_title,
                .qc_content .qc_two1 .qc_right .qc_title {
                    padding-top:30px;
                    text-align: center;
                    font-size:15px;
                    /*background-color:pink;*/
                }
                .qc_content .qc_two1 .qc_left .qc_title {
                    padding-top:30px;   
                    padding-left:30px;
                    padding-right:30px;

                }
                .qc_content .qc_two1 .qc_left .qc_teacher,
                .qc_content .qc_two1 .qc_right .qc_teacher {
                    text-align: center;
                    padding-top: 10px;
                    /*background-color:red;*/
                }

                    .qc_content .qc_two1 .qc_right .qc_teacher {
                        padding-top:40px;
                    }

                    .qc_content .qc_two .qc_left .qc_teacher div:first-child,
                    .qc_content .qc_two .qc_right .qc_teacher div:first-child {
                        font-size: 15px;
                    }
  /**第三行 中间3个*/

                    .qc_content .qc_three {
                        margin: 0 auto;
                        width: 800px;
                        height: 150px;
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        justify-content: space-between;
                        /*border: 1px solid #000000;*/
                        position:absolute;
                        top:255px;
                        left:50px;
                    }
      

                        /*蒋老师*/
                        .qc_content .qc_three .qc_center {
                            width: 200px;
                            height: 170px;
                            background-image: url(../images/bg5/orange.png);
                            background-size: 98%;
                            background-repeat: no-repeat;
                        }
                            .qc_content .qc_three .qc_center .qc_title {
                                padding-top: 30px;
                                padding-left: 30px;
                                padding-right: 30px;
                                font-size: 15px;
                                text-align: center;
                                color: #fff;
                            }
                            .qc_content .qc_three .qc_center .qc_teacher {
                                padding-top: 30px;
                                padding-left: 30px;
                                padding-right: 30px;
                                text-align: center;
                                color: #fff;
                            }
                            /**吴老师*/
                        .qc_content .qc_three .qc_left {
                            width: 200px;
                            height: 170px;
                            background-image: url(../images/bg5/yellow.png);
                            background-size: 98%;
                            background-repeat: no-repeat;
                        }

                            .qc_content .qc_three .qc_left .qc_title {
                                padding-top: 30px;
                                padding-left: 30px;
                                padding-right: 30px;
                                font-size: 15px;
                                text-align: center;
                                color: #fff;
                            }

                            .qc_content .qc_three .qc_left .qc_teacher {
                                padding-top: 30px;
                                padding-left: 30px;
                                padding-right: 30px;
                                text-align: center;
                                color: #fff;
                            }

                            /**候老师*/
                        .qc_content .qc_three .qc_right {
                            width: 200px;
                            height: 170px;
                            background-image: url(../images/bg5/blue.png);
                            background-size: 98%;
                            background-repeat: no-repeat;
                        }

                            .qc_content .qc_three .qc_right .qc_title {
                                padding-top: 30px;
                                padding-left: 30px;
                                padding-right: 30px;
                                font-size: 15px;
                                text-align: center;
                                color: #fff;
                            }

                            .qc_content .qc_three .qc_right .qc_teacher {
                                padding-top: 10px;
                                padding-left: 30px;
                                padding-right: 30px;
                                text-align: center;
                                color: #fff;
                            }

    /**第四行2个*/

        .qc_content .qc_two {
            margin: 0 auto;
            width: 590px;
            height: 170px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-around;
            position:absolute;
            top:370px;
            left:155px;
            /*border:1px solid #000000;*/
        }

            .qc_content .qc_two .qc_left {
                width: 200px;
                height: 170px;
                /*background-color: red;*/
                /*border: 1px solid #000000;*/
                color: #fff;
                background-image: url(../images/bg5/blue.png);
                background-size: 98%;
                background-repeat: no-repeat;
            }

            .qc_content .qc_two .qc_right {
                width: 200px;
                height: 170px;
                /*border:1px solid blue;*/
                color: #fff;
                background-image: url(../images/bg5/red.png);
                /*background-position:1px,10px;*/
                background-size: 98%;
                background-repeat: no-repeat;
            }


                .qc_content .qc_two .qc_left .qc_title,
                .qc_content .qc_two .qc_right .qc_title {
                    padding-top: 30px;
                    text-align: center;
                    font-size: 15px;
                    /*background-color:pink;*/
                }

            .qc_content .qc_two .qc_left .qc_title {
                padding-top: 30px;
                padding-left: 30px;
                padding-right: 30px;
            }
            .qc_content .qc_two .qc_right .qc_title {
                padding-top: 30px;
                padding-left: 30px;
                padding-right: 30px;
            }

            .qc_content .qc_two .qc_left .qc_teacher,
            .qc_content .qc_two .qc_right .qc_teacher {
                text-align: center;
                padding-top: 10px;
                /*background-color:red;*/
            }

            .qc_content .qc_two .qc_right .qc_teacher {
                padding-top: 10px;
            }

        .qc_content .qc_two .qc_left .qc_teacher div:first-child,
        .qc_content .qc_two .qc_right .qc_teacher div:first-child {
            font-size: 15px;
        }

       
        .qc_title:hover{
            cursor:pointer;
        }


/*第三个三元素个*2023.3.8新增*/
.qc_content .qc_three3 {
    margin: 0 auto;
    width: 800px;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*border: 1px solid #000000;*/
    position:absolute;
    top:490px;
left:50px;
}



    .qc_content .qc_three3 .qc_center {
        width: 200px;
        height: 170px;
        background-image: url(../images/bg5/red.png);
        background-size: 98%;
        background-repeat: no-repeat;
    }

        .qc_content .qc_three3 .qc_center .qc_title {
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 15px;
            text-align: center;
            color: #fff;
        }

        .qc_content .qc_three3 .qc_center .qc_teacher {
            padding-top: 10px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            color: #fff;
        }
   
    .qc_content .qc_three3 .qc_left {
        width: 200px;
        height: 170px;
        /*background-image: url(../images/bg5/yellow.png);*/
        background-size: 98%;
        background-repeat: no-repeat;
    }

        .qc_content .qc_three3 .qc_left .qc_title {
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 15px;
            text-align: center;
            color: #fff;
        }

        .qc_content .qc_three3 .qc_left .qc_teacher {
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            color: #fff;
        }


    .qc_content .qc_three3 .qc_right {
        width: 200px;
        height: 170px;
        /*background-image: url(../images/bg5/blue.png);*/
        background-size: 98%;
        background-repeat: no-repeat;
    }

        .qc_content .qc_three3 .qc_right .qc_title {
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 15px;
            text-align: center;
            color: #fff;
        }

        .qc_content .qc_three3 .qc_right .qc_teacher {
            padding-top: 10px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            color: #fff;
        }


/* 第三行3个结束*/