﻿
.ab_header_box
{backdrop-filter: saturate(180%) blur(20px);
 background-color: rgba(0, 0, 0, 0.6);
}
.bx{
    padding: 0 12.5%;
}
.gy_top{
    width: 100%;
    overflow: hidden;
    border: 0 solid red;
}
.gy_top_content{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/gy_bg.jpg);
    background-size: cover;
    border: 0 solid red;
    text-align: center;
}
.gy_top_content_title{
    margin-top: 2.5rem;
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; 
}
.gy_top_content_ftitle{
    font-size: 16px;
    margin: 30px 0;
    color: #fff;
    text-align: center;
}
.gy_top_content_button{
    display: inline-block;
    padding: 14px 38px;
    background-color: #de3232;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}
.gy_top_content_button a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.gy_top_content_button a:hover{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.gy_top_content_button a:hover{
    font-weight: 700;
}
.gy_top_content_contant{
    margin: 0 2.5%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gy_top_content_contant_text{
    padding:  43px 54px ;
    margin: 12px;
    background-color: #fff;
    border-radius: 8px;
    width: 28.8rem;
}
.gy_top_content_contant_text p{

   display: flex;
   justify-content: center;
   font-size: 20px;
   flex-wrap: wrap;

}
.gy_top_content_contant_text p span{
    float: left;
    color:red;
    font-size: 20px;
}
.gy_top_content_contant_text p a{
 font-size: 18px;
 color: red;
}
.gy_top_content_contant_text p img{
    width: 24px;
    color: red;
    transition: all 0.5s;

}
.gy_top_content_contant_text p a:hover img {
    margin-left: 15px;

}
/* 公益一屏 */
.gy_contant {
    width: 100%;
    overflow: hidden;
}
.gy_contant_first{
    width: 100%;
    background-image: url(../images/gy_bg_content.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    margin-bottom: 80px;
    background-size: cover;
}
.gy_contant_first_left{
    float: left;
    width: 50%;
}
.gy_contant_first_left .gy_contant_first_left_title{
    color:  #DE3232;
    font-family: "Microsoft YaHei";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    position: relative;
}
.gy_contant_first_left_test{
    line-height: 24px;
    padding-right: 130px;
    
}
.gy_contant_first_left_title i{
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 24px;
    background-color:#DE3232;
}
.gy_contant_first_left_test p {
    color:  #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 0;
}
.gy_contant_first_left_test p span{
    font-size: 18px;
    font-weight: 700;
    color: red;

}
.gy_contant_second p span{
    font-size: 18px;
    font-weight: 700;
    color: red;

}
.gy_contant_three p span{
    font-size: 18px;
    font-weight: 700;
    color: red;

}
.gy_contant_four p span{
    font-size: 18px;
    font-weight: 700;
    color: red;

}
.gy_contant_first_right{
    float: right;
    width: 50%;
    overflow: hidden;
    border-radius: 8px;
}
.gy_contant_first_right img{
    width: 100%;
    display: block;
}

.gy_contant_second{
    width: 100%;    
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.gy_contant_second_left{
    float: left;
    width: 50%;
    overflow: hidden;
    border-radius: 8px 8px  0 8px ;
  
}
.gy_contant_second_left img{
  width: 100%;
  height: auto;
  display: block;
}
.gy_contant_second_right{
    float: right;
    width: 50%;
    padding-left: 130px;
}
.gy_contant_second_left_title{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #DE3232;
}
.gy_contant_second_left_title p{
    padding-top: 6px;
    color:  #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gy_contant_second_left_test p:nth-child(1){
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;
}
.gy_contant_second_left_test p:nth-child(2){
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;

}
.gy_contant_second_left_test p:nth-child(2) a{
    text-decoration: none;
    color: #DE3232;
    font-size: 20px;
}

/* 第三屏 */
.gy_contant_three{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.gy_contant_three_left{
    float: left;
    width: 50%;
    overflow: hidden;
    padding-right: 130px;
}
.gy_contant_three_left_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #DE3232;
}
.gy_contant_three_left_title p{
    padding-top: 6px;
    color:  #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gy_contant_three_left_test p span{
    color: #DE3232;
    font-weight: 700;
    font-size: 16px;

}
.gy_contant_three_left_test p span:nth-child(2){
    color: #DE3232;
    font-weight: 700;
    font-size: 18px;

}
.gy_contant_three_left_test p:nth-child(1){
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;
}
.gy_contant_three_left_test p:nth-child(2){
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;

}
.gy_contant_three_left_test p:nth-child(2) a{
    text-decoration: none;
    color: #DE3232;
    font-size:20px;
}

.gy_contant_three_right{
    float: right;
    width: 50%;
    overflow: hidden;
    border-radius: 0 8px  8px 0;    
}
.gy_contant_three_right img{
    width: 100%;
    display: block;
}
/* 第四屏 */

.gy_contant_four{ 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.gy_contant_four_left{
    float: left;
    width: 50%;
    overflow: hidden;
    border-radius: 8px  0 8px   8px ;
  
}
.gy_contant_four_left img{
    width: 100%;
    display: block;
}
.gy_contant_four_right{
    float: right;
    width: 50%;
    padding-left: 130px;
}
.gy_contant_four_left_title{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #DE3232;
}
.gy_contant_four_left_title p{
    padding-top: 6px;
    color:  #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gy_contant_four_left_test p:nth-child(1){
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;
}
.gy_contant_four_left_test p:nth-child(2){
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 0;

}
.gy_contant_four_left_test p:nth-child(2) a{
    text-decoration: none;
    color: #DE3232;
    font-size: 20px;
}
@media screen and (max-width:1600px) {
    .gy_top_content_contant_text p{
       text-align: center;
        display: flex;
        justify-content: center;
        font-size: 20px;
        flex-wrap: wrap;
     }
     .gy_top_content_contant_text p span{
      width: 100%;
      
      }
    
    .gy_top_content_contant{
        margin: 12.5%;
        margin-top: 8em;
        }
    .gy_contant_second_left_title{
        font-size: 32px;
    } 
    .gy_contant_three_left_title{
        font-size: 32px;
    }
    .gy_contant_four_left_title{
        font-size: 32px;
    }
    .gy_top_content_contant_text{
        padding:  23px 27px ;
        margin: 12px;
        background-color: #fff;
        border-radius: 8px;
        width: 28.8rem;
        font-size: 18px;
    }
    
}
@media screen and (max-width:1440px) {
   .gy_contant_first_left_test{
    margin-right: 80px;
    padding-right: 0;
    height: 245px;
    overflow-y: auto;
   }
   .gy_contant_second_right{
    padding-left: 80px;
   }
   .gy_contant_three_left{
    padding-right: 80px;
   }
   .gy_contant_four_right{
    padding-left: 80px;
   }
}
@media screen and (max-width:1366px) {
   .gy_contant_first_left_test{
    margin-right: 50px;
   }
   .gy_contant_second_right{
    padding-left: 50px;
   }
   .gy_contant_three_left{
    padding-right: 50px;
   }
   .gy_contant_four_right{
    padding-left: 50px;
   }
}

@media screen and (max-width:1200px) {
    .gy_top_content_title{
        font-size: 36px;
        line-height: 44px;
    }
    .gy_top_content_contant_text p span{
        font-size: 16px;
    }
    .gy_top_content_ftitle{
        margin: 20px 0;

    }
    .gy_top_content_contant_text p i{
        display: block;
        width: 100%;
    }
    
    .gy_contant_first_left_test{
     padding-right: 80px;
    }

    .gy_contant_second_left_title{
        font-size: 20px;
    }
    .gy_contant_three_left_title{
        font-size: 20px;
    }
    .gy_contant_four_left_title{
        font-size: 20px;
    }
    .gy_top_content_contant{
        margin-top: 0.8rem;
    }
    .gy_top_content_contant_text{
        width: 100%;
   }
   .gy_top_content_contant_text p{
    font-size: 16px;
}
.gy_top_content_contant_text span{
    font-size: 16px;
}
 }
 @media screen and (max-width:900px) {
    .gy_top_content_contant{
        flex-wrap: wrap;
        margin-top:2rem
    }
   .gy_top_content_contant_text{
        width: 100%;
   }
   .gy_top_content_title{
    font-size: 28px;
   }
   .gy_contant_first_left{
        float: none;
        width: 100%;
   }
   .gy_contant_first_right{
    float: none;
    width: 100%;
    margin-top: 40px;
   }
   .gy_contant_first_left_test{
    padding-right: 0;
   }

   .gy_contant_first_left .gy_contant_first_left_title{
    font-size: 20px;
   }
   .gy_contant_second{
    flex-direction: column;
   }
   .gy_contant_second_right{
    padding-left:0;
    margin-top: 20px;
   }
   
   .gy_contant_three{
    flex-direction:column-reverse;
    margin-top: 40px;
   }
   .gy_contant_three_right{
    width: 100%;
    padding-left:0;
   }
   
   .gy_contant_three_left{
    width: 100%;
    padding-right:0;
    margin-top: 20px;
   }
   .gy_contant_second_left{
    float: none;
    width: 100%;
   }
   .gy_contant_second_right{
    float: none;
    width: 100%;
   }
   .gy_contant_second_left_test p:nth-child(1){
    font-size: 14px;
   }
   .gy_contant_second_left_test p:nth-child(2){
    padding: 0;
   }
   .gy_contant_three_left_test p:nth-child(1){
    font-size: 14px;
   }
   .gy_contant_three_left_test p:nth-child(2){
    padding: 0;
   }
   .gy_contant_four{
    flex-direction: column;
    margin-top: 40px;
   }
   .gy_contant_four_left{
    width: 100%;
    float: none;
   }
   .gy_contant_four_right{
    margin-top: 20px;
    width: 100%;
    float: none;
    padding-left: 0;
   }
   .gy_contant_four_left_testp:nth-child(1){
    font-size: 14px;
   }
   .gy_contant_four_left_test p:nth-child(2){
    padding: 0;
   }
   .gy_contant_second_left{
    border-radius: 8px;
   }
   .gy_contant_three_right{
    border-radius: 8px;
   }
   .gy_contant_four_left{
    border-radius: 8px;
   }
   
 }
 
 @media screen and (max-width:450px) {
   .gy_top_content_title{
    margin-top: 5.5rem;
   }
   
 }
 /* 滚动条 */
 .gy_contant_first_left_test::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
.gy_contant_first_left_test::-webkit-scrollbar-button:vertical {
    display: none
}
.gy_contant_first_left_test::-webkit-scrollbar-corner,
.gy_contant_first_left_test::-webkit-scrollbar-track {
    background-color: #ccc;
}
.gy_contant_first_left_test::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #DE3232;
}