@charset "utf-8";

@font-face {
    font-family: 'songtiB';
    src: url("../font/SourceHanSerifCN-Bold.otf") format("woff");
    font-display: swap;
}

.container2{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: .16rem;
}

.gby {
    padding-top:50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.gby .gb_left{
    width: 69.58%;
}

.gby .top_search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}
.gby .top_search .tit{
    width: 160px;
    height: 130px;
    position: relative;
    padding-right: 0px;
    z-index: 3;
}
.gby .top_search .tit h2{
    font-size: 28px;
    line-height: 59px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-left: 25px;
    z-index: 3;
}
.gby .top_search .tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: -44px;
    top: -10px;
    bottom: 0;
    background: url("../image/gb_img01.png") no-repeat 50%;
    background-size: 100%;
}
.gby .top_search .box{
    width: calc(100% - 130px);
    position: relative;
    margin-left: -30px;
    padding: 15px 25px 15px 56px;
    background: #f7f8f9;
    display: flex;
    align-items: center;
}

.gby .top_search .list_tips{
    display: flex;
    align-items: center;
}
.gby .top_search .list_tips .li{
    display: flex;
    align-items: center;
    margin-left: 14px;
}
.gby .top_search .list_tips .li:first-child{
    margin-left: 0;
}
.gby .top_search .list_tips input{
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
.gby .top_search .list_tips label{
    font-size: 16px;
    line-height: 50px;
    color: #232323;
}
.gby .top_search .inputBox{
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}
.gby .top_search .inputBox input{
    width: 400px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    color: #888888;
    padding: 0 22px;
    border: 1px solid #dbe2e8;
    border-radius: 5px;

}
.gby .top_search .inputBox button{
    width: 98px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #ba0c31;
    border-radius: 5px;
    margin-left: 14px;
    cursor: pointer;
}

.gby .gb_left .content .top h1{
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    font-family: 'songtiB',sans-serif;
    margin-bottom: 39px;
}

.gby .gb_left .content .selBox{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8f9;
    padding: 30px 20px ;
}
.gby .gb_left .content .selBox a{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}
.gby .gb_left .content .selBox a img{
    display: block;
    width: 52px;
    height: 40px;

}
.gby .gb_left .content .selBox a.prev img{
    margin-left: 24px;
}
.gby .gb_left .content .selBox a.next img{
    margin-right: 24px;
}
.gby .gb_left .content .selBox a.next{
    margin-left: 10px;
}
.gby .gb_left .content .selBox select{
    display: block;
    width: 154px;
    height: 40px;
    border: 1px solid #dadfe3;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    padding-left: 13px;
    margin-left: 10px;
    background: transparent;
}
.gby .gb_left .content .b_tit h1{
    font-size: 32px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
.gby .gb_left .content .b_tit{
    padding-top: 40px;
    padding-bottom: 38px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.gby .gb_left .content .b_txt h3{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}
.gby .gb_left .content .b_txt ul li{
    font-size: 16px;
    line-height: 36px;
    color: #494949;
}
.gby .gb_left .content .b_txt ul li:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c0c0c0;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 16px;
}
.gby .gb_left .content .b_txt ul li a{
    color: inherit;
}
.gby .gb_left .content .b_txt .item{
    margin-bottom: 25px;
}

.gby .gb_left .content{
    padding: 56px 30px;
    min-height:1040px;
    border: 1px solid #c0c0c0;
}

.gby .gb_right{
    width: 28.33%;
    background: #f7f8f9;
    padding: 26px 28px 45px;
}
.gby .gb_right .imgBox .img{
    position: relative;
}
.gby .gb_right .imgBox img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 25px;
}
.gby .gb_right .imgBox .tit{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;

}
.gby .gb_right .imgBox span{
    display: block;
    font-size: 18px;
    color: #ee1d23;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.gby .gb_right .imgBox em{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #444;
    font-weight: 600;
}
.gby .gb_right .imgBox p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    text-indent: 2em;
}
.gby .gb_right .lsgb{
    margin-top: 40px;
}
.gby .gb_right .lsgb h3{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: #424a68;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.gby .gb_right .lsgb h3 img{
    display: block;
    width: 21px;
    margin-right: 10px;
}

.gby .gb_right .lsgb li{
    width: 31.69%;
    margin-left: 2.465%;
    margin-top: 10px;
}
.gby .gb_right .lsgb li:nth-child(3n+1){
    margin-left: 0;
}
.gby .gb_right .lsgb li a{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: .5s;
}
.gby .gb_right .lsgb li a:hover{
    background: #ba0c31;
    color: #fff;
    border-color: #ba0c31;
}

.gby .gb_right .lsgb ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gby .gb_right .lsgb{
    margin-bottom: 64px;
}
.gby .gb_right .ewm img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px;
}
.gby .gb_right .ewm p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}
.gby .gb_right .ewm{
    margin-bottom: 50px;
}
.gby .gb_right .a_box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 55px;
    padding-left: 30px;
    padding-right: 23px;
    color: #fff;
    background: #ba0c31;
    border-radius: 5px;
    transition: .5s;
}
.gby .gb_right .a_box a:nth-child(2){
    margin-top: 12px;
    background: #e09428;
}
.gby .gb_right .a_box a:hover{
    transform: translateY(-5px);
}

@media screen and (max-width: 1300px){
    .gby .top_search .inputBox input{
        width: 78%;
    }
    .gby .top_search .inputBox{
        width: calc(100% - 144px);
    }
    .gby .gb_left .content .selBox a.prev img{
        margin-left: 10px;
    }
    .gby .gb_left .content .selBox a.next img{
        margin-right: 10px;
    }
}

@media screen and (max-width: 1025px){
    .gby .gb_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .gby .top_search{
        margin-bottom: 20px;
    }
    .gby .gb_left .content{
        padding: 30px 20px;
        min-height: auto;
    }
    .gby .gb_left .content .top h1{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .gby .gb_left .content .selBox{
        padding: 15px 10px;
    }
    .gby .gb_left .content .b_tit{
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .gby .gb_left .content .b_tit h1{
        font-size: 24px;
        line-height: 30px;
    }
    .gby .gb_left .content .b_txt h3{
        font-size: 18px;
        line-height: 24px;
    }
    .gby .gb_right{
        width: 100%;
    }
    .gby .gb_right .lsgb{
        margin-bottom: 20px;
        margin-top: 24px;
    }
    .gby .gb_right .ewm{
        margin-bottom: 20px;
    }
    .gby .gb_right .a_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gby .gb_right .a_box a{
        width: 48%;
    }
    .gby .gb_right .a_box a:nth-child(2){
        margin-top: 0;
    }
    .gby .gb_left .content .selBox a{
        font-size: 16px;

    }
}

@media screen and (max-width: 768px){
    .gby .top_search .tit{
        width: 100%;
        height: 48px;
        background: #ba0c31;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .gby .top_search .tit h2 br{
        display: none;
    }
    .gby .top_search .tit:after{
        display: none;
    }
    .gby .top_search .tit h2{
        line-height: 48px;
        font-size: 20px;
    }
    .gby .top_search .box{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .gby .top_search .inputBox button,
    .gby .top_search .inputBox input{
        font-size: 16px;
        height: 42px;
        line-height: 42px;
    }
    .gby .top_search .list_tips label{
        font-size: 14px;
        line-height: 42px;
    }
    .gby .gb_left .content .selBox{
        flex-wrap: wrap;
    }
    .gby .gb_left .content .selBox select{
        width: 100%;
        font-size: 14px;
        order: 0;
        margin: 0 0 10px;
    }
    .gby .gb_left .content .selBox a{
        width: 48%;
        order: 1;
    }
    .gby .gb_left .content .selBox a.prev{
        justify-content: flex-end;
    }
    .gby .gb_right .a_box a{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 481px){
    .gby .top_search .list_tips{
        width: 100%;
        justify-content: center;
    }
    .gby .top_search .inputBox{
        width: 100%;
        margin-left: 0;
    }
    .gby .top_search .box{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .gby .gb_left .content .selBox a img{
        width: 40px;
        height: 32px;
    }
    .gby .gb_left .content{
        padding: 24px 10px;
    }
    .gby .gb_right .a_box a{
        width: 100%;
        line-height: 42px;
    }
    .gby .gb_right .a_box a:nth-child(2){
        margin-top: 10px;
    }
}

