.banner {
    height: auto;
}

.gy1 {
    background: url(../img/gy/gy1-txt.jpg) bottom center no-repeat;
    background-size: 100%;
}

.gy1-cont {
    padding-top: .95rem;
    padding-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.gy1-cont .gy1-left {
    width: 5.2rem;
    flex: 0 0 5.2rem;
    font-family: "font_M";
    font-weight: bold;
}

.gy1-cont .img-box {
    padding-top: .95rem;
    width: 8rem;
    flex: 0 0 8rem;
}

.gy1-cont .gy1-tit {
    margin-bottom: .5rem;
}

.gy1-cont .gy1-tit .cn {
    margin-bottom: .45rem;
    font-size: .33rem;
    white-space: nowrap;
    color: #ff4900;
    line-height: 1em;
    display: flex;
    align-items: center;
}
.gy1-cont .gy1-tit .cn img{
    width: 1.14rem;
}


.gy1-cont .gy1-desc p {
    margin-bottom: .3rem;
    font-size: .16rem;
    
    line-height: .28rem;
    color: #707070;
    text-align: justify;
}

.gy1-cont .gy1-tit .en img{
    width: 3.44rem;
}
.gy1-cont .gy1-tit .en {
    font-size: .42rem;
    color: #3c3d3d;
}

.gy2{
    padding-top: 1.1rem;
    padding-bottom: 2rem;
}
.gy2 .p1 {
    margin-bottom: 1.35rem;
    display: flex;
    justify-content: space-between;
}
.gy2 .p1 .p1-tit{
    flex: 0 0 7rem;
    width: 7rem;
}
.gy2 .p1 .p1-tit .en img{
    width: 3.05rem;
    margin-bottom: .4rem;
}
.gy2 .p1 .p1-tit .cn{
    position: relative;
    padding-bottom: .5rem;
    font-size: .6rem;
    line-height: 1.2em;
    font-family: 'font_M';
    font-weight: bold;
    color: #3c3d3d;
}
.gy2 .p1 .p1-tit .cn::after{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 1rem;
    height: 1px;
    background: #ff4600;
}
.gy2 .p1-list{
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gy2 .p1-list .item:nth-of-type(1),
.gy2 .p1-list .item:nth-of-type(4) {
    width: 2.15rem;
    flex: 0 0 2.15rem;
}

.gy2 .p1-list .item:nth-of-type(2),
.gy2 .p1-list .item:nth-of-type(5) {
    width: 1.25rem;
    flex: 0 0 1.25rem;
}

.gy2 .p1-list .item:nth-of-type(3),
.gy2 .p1-list .item:nth-of-type(6) {
    width: 2.2rem;
    flex: 0 0 2.2rem;
}

.gy2 .p1-list .item:nth-of-type(1),
.gy2 .p1-list .item:nth-of-type(2),
.gy2 .p1-list .item:nth-of-type(3) {
    padding-bottom: .25rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #c1c1c1;
}

.gy2 .p1-list .big,
.gy2 .p1-list .small {
    white-space: nowrap;
}

.gy2 .p1-list .small {
    font-size: .18rem;
}

.gy2 .p1-list .big {
    font-size: .58rem;
    font-family: "font_B";
    color: #ff4900;
}
.gy2 .p1-list .big  em{
    font-size: .18rem;
    font-style: normal;
    color: #000;
    font-weight: normal;
    
}







.gy3 {
    padding-top: 1.4rem;
}
.gy3-cont {
    display: flex;
    margin-bottom: 1rem;
}
.gy3-cont .tit-left{
    width: 6.2rem;
    flex: 0 0 6.2rem;
    font-family: "font_B";
    font-size: 1.5rem;
    line-height: .8em;
    color: #3c3d3d;
}
.gy3-cont .tit-left img{
    width: 4.2rem;
}
.gy3-cont .tit-right .en img{
    width: 3.35rem;
    margin-bottom: .1rem;
}
.gy3-cont .tit-right .cn{
    font-size: .36rem;
    font-family: "font_M";
    font-weight: bold;
    color: #3c3d3d;
}
.gy3-cont .tit-right .cn span{

    color: #ff4900;
}
.gy4 {
    padding-top: .9rem;
    padding-bottom: 1.9rem;
}

.gy4-cont {
    display: flex;
    font-family: "font_M";
}


.gy4-left {
    margin-right: 1.7rem;
    width: 7.6rem;
    flex: 0 0 7.6rem;
}

.gy4-left .en {
    padding-bottom: .45rem;
    position: relative;
    margin-bottom: .55rem;
   
    border-bottom: 1px solid #c3c3c3;
}
.gy4-left .en  img{
    width: 4.64rem;
}
.gy4-left  .img-box{
    width: 7.6rem;
    height: 6.9rem;
    position: relative;
    width: 100%;

}
.gy4-left  .img-box img{
    position: relative;
    z-index: 1;
    width: 100%;
}
.gy4-left  .img-box::after{
    content: "";
    position: absolute;
    right: -.3rem;
    bottom: -.3rem;
    width: 6.75rem;
    height: 1.65rem;
    background: #ff4900;
}
.gy4-right .right-tit {
    margin-bottom: .55rem;
    padding-right: 1.55rem;
    font-size: .6rem;
    font-weight: bold;
    line-height: 1.1em;
    color: #3c3d3d;

}

.gy4-right .gy4-desc p {
    margin-bottom: .28rem;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    color: #717071;
}



.gy6 {
    padding-top: .9rem;
}

.gy6 .item {
    position: relative;
    margin-bottom: .9rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #9e9d9e;
    font-family: "font_M";
    display: flex;
    justify-content: space-between;
}
.gy6 .item::after{
    content: "";
    position: absolute;
    right: 0;
    width: 2.1rem;
    height: .1rem;
    bottom:-.06rem;
    background: #ff4900;
}
.gy6 .item:last-child {
    border-bottom: none;
}
.gy6 .item:last-child::after{
    display: none;
}
.gy6 .item .item-txt
{
    text-align: center;
}
.gy6 .item .item-txt .item-tit {
    margin-bottom: .25rem;
    font-size: .48rem;
    font-weight: bold;
    color: #3c3d3d;
}

.gy6 .item .item-txt .desc {
    margin-bottom: .3rem;
    font-size: .16rem;
    font-weight: bold;
    line-height: .28rem;
    color: #717071;
    
}

.gy6 .item .item-txt .en  img{
    margin-top: .2rem;
   width: 2.45rem;
}

.gy6 .item .item-img {
    width: 9.4rem;
    height: 5.3rem;
    flex: 0 0 9.4rem;
}



.gy7 {
    padding-top: 1.1rem;
}

.gy7 .p1-cont {
    margin-bottom: .85rem;
    display: flex;
    justify-content: space-between;
    font-family: "font_M";
}

.gy7 .p1-txt {
    padding-top: .5rem;
    width: 5.8rem;
}

.gy7 .p1-txt .big {
    margin-top: .2rem;
    margin-bottom: .4rem;
    font-size: .6rem;
    font-weight: bold;
    color: #3c3d3d;
}

.gy7 .p1-txt .en  img{
    width: 3.68rem;
}

.gy7 .p1-txt .desc {
    font-size: .16rem;
    line-height: .28rem;
    color: #707070;
}

.gy7 .p1-img {
    width: 6.75rem;
    flex: 0 0 6.75rem;
}

.gy7 .p2-cont {
    padding-top: .55rem;
    border-top: 1px solid #9e9d9e;
    position: relative;
    padding-bottom: 1rem;
    font-family: "font_M";
}
.gy7 .p2-cont::before{
    content: "";
    position: absolute;
    left: 0;
    top: -.07rem;
    width: 2.1rem;
    height: .1rem;
    background: #ff4900;
}

.gy7 .p2-txt {
    text-align: center;
}
.gy7 .p2-txt .big {
    margin-bottom: .2rem;
    font-size: .6rem;
    font-weight: bold;
    line-height: 1em;
    color: #3c3d3d;
}

.gy7 .p2-txt .en  img{
    margin-bottom: .3rem;
    width: 3.57rem;
}

.gy7 .p2-txt .desc {
    margin-bottom: .8rem;
    font-size: .32rem;
    font-weight: bold;
    line-height: 1em;
    color: #3c3d3d;
}
.gy7 .p2-txt .desc-list{
    display: flex;
    justify-content: center;
}
.gy7 .p2-txt .desc-list span{
    margin: 0 .35rem 1.3rem .35rem;
    width: 2.25rem;
    height: 2.09rem;
    background: url(../img/gy/gy7-c.png) center no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    color: #fff;
}
.gy7 .p3 {
    height: 7.79rem;
    background: url(../img/gy/gy7-img.jpg) center no-repeat;
    background-size: cover;
}

.gy7 .p3-cont {
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    font-family: "font_M";
}

.gy7 .p3-cont .en img{
    width: 5.27rem;
}

.gy7 .p3-cont .cn {
    font-size: .2rem;
    line-height: 1.5em;
}

.gy7 .p3-cont .cn span {
    font-size: .36rem;
}

.gy7 .p3-cont .cn p {
    margin-bottom: .6rem;
}

.gy7 .p3-cont .cn p:last-child {
    margin-bottom: 0;
}