.n_ews{
    padding:100px 0;
}
.wrap{
    width: 94%;
    max-width: 1430px;
    margin:0 auto;
}
.news_list li {
  padding: 20px;
  background: #e9ecf1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_list li .img{
    width: 35%;
    overflow: hidden;
}
.news_list li .img img{
    transition: all 0.4s ease-out;
}


.news_list li .text{
    padding-left: 45px;
    width: 65%;
}

.news_list li .text img{
    width: 22px;
}
.news_list li .text .name{
    font-size: 24px;
    color: #333;
    line-height: 1.4;
}
.news_list li .text .txt{
    font-size: 16px;
    margin:15px 0;
}
.news_list li:hover{
    box-shadow: 0 0 10px #ccc;
}
.news_list li:hover .img img{
    transform:scale(1.1);
}
.news_list li:hover .text .name{
    color: #1C88E0;
}
.felx_about{
    display: flex;
    align-items: center;    
}
.felx_about .more {
    margin: 0 25px 0 50px;
}
.more_4 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #707070;
}
.more_4 div {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
   display: none;
}
.more_4 div .iconfont {
  font-size: 1rem;
  display: block;
  font-weight: 600;

}
.more_4:hover {
  color: #1C88E0;
}

.more_4:hover div {
  border-color: #1C88E0;
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_4:hover div .iconfont {
  color: #1C88E0;
}

.more {
  display: flex;
  align-items: center;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #3d96df 0%, #1C88E0 100%);
  background: -webkit-linear-gradient(90deg, #3d96df 0%, #1C88E0 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #3d96df), color-stop(1, #1C88E0));
  background: -o-linear-gradient(90deg, #3d96df 0%, #1C88E0 100%);
  background: -ms-linear-gradient(90deg, #3d96df 0%, #1C88E0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d96df', endColorstr='#1C88E0' ,GradientType=0)";
  background: linear-gradient(0deg, #3d96df 0%, #1C88E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C88E0', endColorstr='#3d96df', GradientType=0);
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

.more .flex {
  padding: 0 0.3125rem;
  position: relative;
  z-index: 8;
}

.more .flex::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0;
  height: calc(100% - .625rem);
  background: #fff;
  z-index: -1;
  border-radius: 3.125rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more .flex div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more .flex div img {
  height: 1.375rem;
}

.more .flex span {
  padding: 0 1.125rem;
}

.more:hover .flex::before {
  width: calc(100% - .625rem);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover .flex span {
  color: #1C88E0;
}
.flex{
    display: flex;
    align-items: center;
}
.more.bgt {
  border: 1px solid #1C88E0;
  background: transparent;
  color: #1C88E0;
}

.more.bgt>div div {
  background: -moz-linear-gradient(13.62% 17.12% -42.11deg, #3d96df 0%, #1C88E0 100%);
  background: -webkit-linear-gradient(-42.11deg, #3d96df 0%, #1C88E0 100%);
  background: -webkit-gradient(linear, 13.62% 17.12%, 79.83% 76.96%, color-stop(0, #3d96df), color-stop(1, #1C88E0));
  background: -o-linear-gradient(-42.11deg, #3d96df 0%, #1C88E0 100%);
  background: -ms-linear-gradient(-42.11deg, #3d96df 0%, #1C88E0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d96df', endColorstr='#1C88E0' ,GradientType=0)";
  background: linear-gradient(132.11deg, #3d96df 0%, #1C88E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d96df', endColorstr='#1C88E0', GradientType=1);
}

.more.bgt>div img {
  filter: brightness(0) invert(1);
}

.more.bgt .flex::before {
  background: #1C88E0;
}

.more.bgt:hover span {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.phone_show {
    display: none !important;
}
.news_detail{
    padding: 70px 0 ;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
.page{
    padding: 0;
    margin-left: 0%;    
}
.page a, .page span{
    float: none;
    display: inline-block;
    border: none;
    padding: 0;
    margin-left: 0;
    line-height: 22px;
    color: #666;
    font-weight: normal;
}
.page a:hover {
    background: none;
    color: #337ab7;
}



@media(max-width:1600px){
    .n_ews{
        padding:75px 0;
    }
    .news_list li .text .name{
        font-size:20px;
    }
    .news_list li .text .txt{
        font-size:14px;
    }
    h1.title{
        font-size:24px;
    }
    .news_detail .content{
        font-size:14px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:1099px){
    .pc_show{
        display:none;
    }
    h1.title{
        font-size:24px;
    }
    .news_list li .text .name{
        font-size:18px;
    }
    .news_list li .text .txt{
        font-size:13px;
        margin:10px 0;
    }
    .more_4{
        font-size:13px;
    }
}
@media(max-width:820px){
    .n_ews,.news_detail{
        padding:50px 0;
    } 
    .news_list li .text{
        padding-left:30px;
    }
    .news_list li .text .name{
        font-size:16px;
    }
}
@media(max-width:640px){
    .n_ews,.news_detail{
        padding:40px 0;
    } 
    .news_list li .img{
        width:100%;
        text-align:center;
    }
    .news_list li .text{
        width:100%;
    }
    .news_list li .text {
        padding-left: 0px;
        padding-top:12px;
    }
    h1.title{
        font-size:18px;
    }
}


/**/
.index_about,.index_about2{
    padding: 110px 0 68px;
    background:url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_about .text,.index_about2 .text{
    font-size:20px;
    color: #333333;
    /*text-align: center;*/
    line-height: 1.6;
    padding:26px 0 35px;
}
.index_about2 .index_t1{
    /*max-width:200px;*/
    text-align:left;
    display:inline-block;
}

a.more2{
    color: #0075cf;
    border:1px solid #0075cf;
    margin:0 auto;
}
a.more2:hover{
    color: #fff;
}
.index_about2 a{
    margin:0;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top:112px;*/
}
.num_list dl{
    border-right: 2px solid #f9f9f9;
    padding: 24px 0 24px 32px;
    background: #fff;
    width: 25%;
}
.num_list dl dt{
    font-size:62px;
    color: #111111;
    font-family: "puhui65";
    line-height: 1;
}
.num_list dl dt sup{
    font-size:16px;
    color: #666666;
    font-family: "puhui55";
    margin-left: 6px;
    position: relative;
    top: -5px;
}
.num_list dl dd{
    font-size:16px;
    color: #666;
    margin-top:10px;
}
.index_about2_c{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
.index_about2_txt{
    width:48%;
}

.index_about2_c .img{
    width: 50%;
    border-radius: 15px;
    box-shadow: 0 0 10px #999;
}
.index_about2_c .img img{
    width: 100%;
    border-radius: 15px;
}
.index_about2_c .img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index_about {
        padding: 100px 0 68px;
    }
    .index_about .text,.index_about2 .text{
        font-size:17px;
    }
    .num_list{
        margin-top: 0px;
    }
    .num_list dl dt{
        font-size:52px;
    }
    .num_list dl dt sup,.num_list dl dd{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_about .text,.index_about2 .text{
        font-size:16px;
    }
    .num_list dl dt{
        font-size:42px;
    }   
}
@media(max-width: 1024px){
    .index_about, .index_about2{
        padding: 75px 0 68px;
    }
    .num_list dl dt{
        font-size:32px;
    }
    .num_list dl dt sup{
        font-size: 12px;
    }
    .num_list dl dd{
        margin-top:5px;
    }
}
@media(max-width: 820px){
    .index_about, .index_about2{
        padding:55px 0;
    }  
    .index_about .text, .index_about2 .text{
        font-size:14px;
        padding: 15px 0 25px;
    }
}
@media(max-width: 640px){
    .index_about, .index_about2{
        padding:40px 0;
    }
    .index_about2_txt,.index_about2_c .img{
        width:100%;
    }
    .index_about .text, .index_about2 .text{
        font-size:14px;
        
    }
    .index_about2_c .img{
        margin-top:20px;
    }
    .num_list dl{
        width:50%;
        padding:20px 0 20px 20px;
        border-bottom: 2px solid #f9f9f9;
    }
    .num_list dl dt {
        font-size: 28px;
    }
    .num_list dl dt sup {
        font-size: 10px;
    }
    .num_list dl dd {
        font-size: 13px;
    }
}

/*关于*/
.about1{
    position: relative;
}
.index_t1{
    position: relative;
    text-align: center;
    line-height: 1;
    padding-top:28px;
}
.index_t1 h2{
    position: relative;
    z-index: 9;
    font-size:48px;
    color: #111111;
    font-family: "puhui65";
}
.index_t1 p{
    position: absolute;
    z-index: 7;
    top:0;
    left:0;
    font-size:72px;
    color: #111111;
    opacity: .1;
    font-family: "Barlow Condensed";
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.about1 .index_about2_txt{
    width: 42%;
}
.about1 .index_about2_txt .text{
    font-size: 16px;    
}
.about1 .text{
    padding-bottom: 0;
}
.about2{
    padding:100px 0 ;
    position: relative;
/*    background:#f9f9f9;*/
}
.wh_list{
    margin-top:62px;
    display: flex;
    flex-wrap: wrap;
}
.wh_list li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#edf1f5;
    border-radius: 6px;
    padding:20px 54px;
    min-height: 180px;
    margin-bottom: 20px;
    width: 49%;
    margin-right: 2%;
    min-height: 80px;
}
.wh_list li:nth-child(2n){
    margin-right: 0;
}
.wh_list li .img{
    width: 135px;
}
.wh_list li .text{
    width: calc(100% - 135px);
}
.wh_list li .text h3{
    font-size:30px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1;
    margin-bottom: 15px;
}
.wh_list li .text p{
    font-size:16px;
    line-height: 1.8;
}
.about3{
    background:#f7f7f7;
    position: relative;
}
.about3 .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.about3 .index_t1{
    display: inline-block;
    text-align: left;
}
.about3_l{
    width: 41%;
    padding: 35px 0;
}
.about3_list{
    margin-top:85px;
}
.about3_list li{
    margin-bottom: 55px;
}
.about3_list li:last-child{
    margin-bottom: 0;
}
.about3_list li .p1{
    font-size:66px;
    color: #0075cf;
    line-height: 1;
}
.about3_list li .p1 span{

}
.about3_list li .p2{
    font-size:22px;
    color: #000000;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:5px;
}
.about3_r{
    width: 59%;
    height: calc(100vh - 100px);
    max-height: 818px;
    display: flex;
    flex-wrap: wrap;
}
.flexBetween {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about3 .ryzz_scroll{
    width: calc(100% / 3);
    height: 100%;
}
.about3 .ryzz_scroll .swiper-container {
    height: 100%;
    padding: 0 18px;
}
.about3 .ryzz_scroll .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.about3 .ryzz_scroll .swiper-container .swiper-slide {
    height: auto;
}
.about3 .ryzz_scroll .swiper-container .swiper-slide p {
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.about3 .ryzz_scroll .swiper-container .swiper-slide p img {
    width: 100%;
}
.about4{
    padding:105px 0;
    position: relative;
    background: #f7f7f7;
}
.hzhb,.gshj{
    margin-top:50px;
}
#gshj,#gshj2{
    padding-bottom: 60px;
}
#gshj .swiper-pagination,#gshj2 .swiper-pagination{
    bottom: 0;
}
#gshj .img,#gshj2 .img{
    overflow: hidden;
}
#gshj .img img,#gshj2 .img img{
    transition: all 0.4s ease-out;
}
#gshj img:hover,#gshj2 img:hover{
    transform: scale(1.1);
}
.about5{
    padding:105px 0;
    position: relative;    
}
.about3-2{
    padding:90px 0;
    background: #f7f7f7;
}
.ryzz01{
    margin-top:50px;
}
#ryzz01{
    padding-bottom: 60px;
    padding-top:5px;
    padding-left: 5px;
    padding-right: 5px;
}
#ryzz01 .swiper-slide{
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
}
#ryzz01 .img{
    /*padding:30px;*/
    /*background:#d9d9d9;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 292px;*/
    border-radius: 6px 6px 0 0;
}
#ryzz01 .img img{
    max-height: 100%;
}
#ryzz01 p{
    font-size:16px;
    color: #1a1a1a;
    line-height: 1.4em;
    height: calc(2.8em + 15px);
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*height: 120px;*/
    border-radius: 0 0 6px 6px ;
    padding:0 10px 15px;
    /*display: none;*/
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:42px;
    }
    .index_t1 p{
        font-size:62px;
    }
    .about2{
        padding:90px 0 ;
    }
    .about3{
        padding:90px 0 0;
    }
    .wh_list li{
        padding:20px 40px;
    }
    .wh_list li .img {
        width: 100px;
    }
    .wh_list li .text {
        width: calc(100% - 100px);
    }
    .wh_list li .text h3{
        font-size:24px;
        margin-bottom: 10px;
    }
    .wh_list li .text p{
        font-size:14px;
    }
    .about3_r{
        max-height:680px;
    }
    .about3_list {
        margin-top: 60px;
    }
    .about3_list li {
        margin-bottom: 50px;
    }
    .about3_list li .p1{
        font-size:46px;
    }
    .about3_list li .p2{
        font-size:18px;
    }
    .about4,.about5{
        padding:90px 0;
    }
    .about1 .text{
        padding-top:20px;
    }
    .about1 .index_about2_txt .text{
        font-size:14px;
    }
    #ryzz01 p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .about2{
        padding:75px 0 ;
    }  
    .wh_list,.scjd,.hzhb{
        margin-top: 40px;
    }
    .wh_list li .text p{
        font-size:13px;
    }
    .about3_list li .p2 {
        font-size: 16px;
    }
    .about3_list li .p1 {
        font-size: 36px;
    }
    .about3_list li .p2 {
        font-size: 16px;
    }
    .about3-2,.about4,.about5{
        padding:75px 0;
    }
    .index_t1{
        padding-top:26px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 p {
        font-size: 52px;
    }
}
@media(max-width: 1024px){
    .wh_list li{
        padding: 20px 20px;
        min-height:150px;
    }
    .wh_list li .img{
        width: 70px;
    }
    .wh_list li .img img{
        max-width:55px;
        max-height:60px;
    }
    .wh_list li .text {
        width: calc(100% - 70px);
    }
    .wh_list li .text h3{
        font-size:20px;
    }
    .about3_l {
        width: 30%;
    }
    .about3_r{
        width:69%;
        max-height:600px;
    } 
    .about1 .index_about2_txt{
        width:46%;
    }
    .about1 .text{
        padding-top:15px;
    }
    .about1 .index_about2_txt .text{
        font-size:13px;
    }
    #ryzz01 p{
        font-size:14px;
        padding:0 10px 10px;
        height: calc(2.8em + 10px);
    }
}
@media(max-width: 820px){
    .index_t1{
        padding-top:22px;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_t1 p {
        font-size: 42px;
    } 
    .about2{
        padding:35px 0 55px;
    }   
    .wh_list li{
        padding: 15px 15px;
        min-height:135px;
    }
    .wh_list li .img{
        width: 60px;
    }
    .wh_list li .img img{
        max-width:45px;
        max-height:52px;
    }
    .wh_list li .text {
        width: calc(100% - 60px);
    }
    .wh_list li .text h3{
        font-size:18px;
    }
    .about2 {
        padding: 55px 0;
    }
    .about3_r{
        height:450px;
    }
    .about3-2,.about4,.about5{
        padding:55px 0;
    }
    .about1 .index_about2_txt,.index_about2_c .img{
        width:100%;
    }
    .index_about2_c .img{
        margin-top:20px;
    }
}
@media(max-width: 640px){
    .index_t1 h2{
        padding-bottom:8px;
    }
    .index_t1{
        padding-top:26px;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .index_t1 p {
        font-size: 32px;
    } 
    .about2{
        padding:40px 0 ;
    }
    .wh_list, .scjd, .hzhb {
        margin-top: 25px;
    }
    .wh_list li{
        width:100%;
        margin-right:0;
        height:auto;
        padding:15px;
        margin-bottom:12px;
    }
    .wh_list li:last-child{
        margin-bottom:0;
    }
    .wh_list li .img img {
        max-width: 36px;
        max-height: 40px;
    }
    .about3{
        padding-top:40px;
    }
    .about3_l{
        width:100%;
        padding-top:0;
    }
    .about3_list{
        margin-top:30px;
        display:flex;
        justify-content:space-between;
    }
    .about3_list li{
        margin-bottom:0;
    }
    .about3_list li .p1{
        font-size:28px;
    }
    .about3_list li .p2{
        font-size:14px;
    }
    .about3_r{
        width:100%;
        margin-top:20px;
        height:300px;
    }
    .about3 .ryzz_scroll .swiper-container{
        padding:0 10px;
    }
    .about3-2,.about4,.about5{
        padding:40px 0;
    }
    .hzhb,.gshj{
        margin-top:30px;
    }
    #ryzz01 p{
        font-size:13px;
    }
}

/**/
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    height: 100%;
    background:#f6f6f6;
}
.case_list li a .img{
    overflow: hidden;
}
.case_list li a .text{
    text-align: center;
    padding: 45px 45px 45px;
}
.case_list li a .text h3{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.2;
}
.case_list li a .text .txt{
    font-size:18px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:30px 0 0px;
}
.more2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #c3121a;
}
.more2 i{
    display: block;
    width: 10px;
    height: 17px;
    background: url(../images/more4.png) no-repeat center;
    margin-left: 10px;
    transition: 0.4s ease;
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list li a:hover .text h3{
    color: #c3121a;
}
.n_banner2{
    height: 702px;
    border-top:1px solid #dbdbdb;
}
.n_banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    z-index: 99;    
    padding:95px 0 0;
}
.n_banner_text2 h2{
    font-size:56px;
    color: #c3121a;
    line-height: 1.2;
}   
.n_banner_text2 .txt{
    font-size:32px;
    color: #000000;
    margin-top:15px;
    line-height: 1.6;
}
.case1{
    padding:100px 0 85px;
}
.c_t1{
    text-align: center;
}
.c_t1 h2{
    font-size:50px;
    color: #333333;
    line-height: 1.4;
}
.n_yyal{
    position: relative;
    margin-top:90px;
}
.n_yyal .swiper-button-prev,.n_yyal .swiper-button-next,.n_yyal2 .swiper-button-prev,.n_yyal2 .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.n_yyal .swiper-button-prev,.n_yyal2 .swiper-button-prev{
    left:-115px;
    background:url(../images/left2.png) no-repeat center #c3141a;
}
.n_yyal .swiper-button-next,.n_yyal2 .swiper-button-next{
    right:-115px;
    background:url(../images/right2.png) no-repeat center #c3141a;
}
#yyal{
    padding-bottom:75px;
}
#yyal .swiper-slide a{
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
}
#yyal .swiper-slide:after{
    content:'';
    background:#f6f6f6;
    width: 100%;
    height: 56%;
    z-index: -1;
    position: absolute;
    bottom:0;
    left:0;
}
#yyal .swiper-slide a h3{
    font-size:26px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding:50px 15px 30px;
}
#yyal .swiper-pagination{
    bottom:0;
}
#yyal .swiper-pagination span,#yyal2 .swiper-pagination span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #c3121a;
    opacity: 1;
    background: transparent;
    margin:0 10px;
}
#yyal .swiper-pagination span.swiper-pagination-bullet-active,#yyal2 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#c3121a;
}
.case2{
    background:#f6f6f6;
    padding:130px 0 105px;
}
.c_t1 p{
    font-size:20px;
    color: #808080;
    line-height: 1.6;
    margin-top:20px;
}
.n_yyal2{
    margin-top:50px;
    position: relative;
}
#yyal2{

}
#yyal2 .swiper-slide a{
    display: block;
    position: relative;
    height: 100%;
    background:#ffffff;
    border-radius: 10px;
    padding:40px 48px 55px;
    border-radius: 10px;
}
#yyal2 .swiper-slide a h3{
    font-size:30px;
    color: #1a1a1a;
    line-height: 1;
}
#yyal2 .swiper-slide a p{
    font-size:22px;
    color: #4c4c4c;
    line-height: 1.6;
    margin:5px 0 25px;
}
#yyal2 .swiper-slide a .more2{
    justify-content: flex-start;
    margin-bottom: 35px;
}
#yyal2 .swiper-slide a:hover h3{
    color: #c3121a;
}
#yyal2 .swiper-pagination{
    bottom:0;
    display: none;
}

@media(max-width: 1600px){
    .case_list li a .text{
        padding:40px 30px;
    }
    .case_list li a .text h3{
        font-size:24px;
    }
    .case_list li a .text .txt {
        font-size: 15px;
        margin: 20px 0 0px;
    }
    .more2{
        font-size:15px;
    }
    .n_banner_text2 h2{
        font-size:42px;
    }
    .n_banner_text2 .txt{
        font-size:24px;
    }
    .case1 {
        padding: 85px 0 ;
    }
    .c_t1 h2 {
        font-size: 42px;
    }
    .n_yyal .swiper-button-prev, .n_yyal2 .swiper-button-prev {
        left: -90px;
    }
    .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-next {
        right: -90px;
    }
    .n_yyal .swiper-button-prev, .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-prev, .n_yyal2 .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    #yyal .swiper-pagination span, #yyal2 .swiper-pagination span {
        width: 15px;
        height: 15px;
    }
    #yyal .swiper-slide a h3{
        padding:30px 15px 25px;
        font-size:20px;
    }
    .case2{
        padding:100px 0;
    }
    .c_t1 p {
        font-size: 15px;
        margin-top: 10px;
    }
    .n_yyal{
        margin-top:70px;
    }
    #yyal2 .swiper-slide a{
        padding:25px 30px 35px;
    }
    #yyal2 .swiper-slide a h3{
        font-size:20px;
    }
    #yyal2 .swiper-slide a p {
        font-size: 16px;
        margin: 5px 0 15px;
    }
    .case2 .c_t1 h2{
        font-size:32px;
    }
}
@media(max-width: 1280px){
    .n_case {
        padding: 90px 0;
    }
    .case_list li a .text{
        padding:30px 25px;
    }
    .case_list li a .text h3{
        font-size:20px;
    }
    .case_list li a .text .txt {
        font-size: 14px;
        margin: 15px 0 0px;
    }  
    .n_yyal .swiper-button-prev, .n_yyal .swiper-button-next, .n_yyal2 .swiper-button-prev, .n_yyal2 .swiper-button-next{
        display: none;
    } 
    .case1,.case2{
        padding: 85px 0;
    }
    .c_t1 h2 {
        font-size: 32px;
    }
    .n_yyal{
        margin-top:50px;
    }
    .case2 .c_t1 h2{
        font-size:28px;
    }
    .n_banner2{
        height: 500px;
    }
    .n_banner_text2{
        padding:65px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 36px;
    }
    .n_banner_text2 .txt {
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .n_case {
        padding: 70px 0;
    }
    .case_list li a .text{
        padding:20px 20px;
    }
    .case_list li a .text h3{
        font-size:18px;
    } 
    #yyal .swiper-pagination span, #yyal2 .swiper-pagination span {
        width: 12px;
        height: 12px;
    } 
    .c_t1 h2 {
        font-size: 28px;
    }
    .case2 .c_t1 h2{
        font-size:24px;
    }
    .n_banner2{
        height: 350px;
    }
    .n_banner_text2{
        padding:50px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 32px;
    }
    .n_banner_text2 .txt {
        font-size: 16px;
    }
}
@media(max-width: 820px){
    .n_case {
        padding: 55px 0;
    }
    .case_list li a .text .txt {
        margin: 10px 0 0px;
    }
    .case1,.case2{
        padding: 55px 0;
    } 
    #yyal {
        padding-bottom: 50px;
    }
    #yyal .swiper-slide a h3 {
        padding: 30px 15px 20px;
        font-size: 16px;
    }
    #yyal .swiper-slide a .img{
        padding:0 15%;
    }
    .c_t1 h2 {
        font-size: 26px;
    } 
    .c_t1 p {
        font-size: 14px;
        margin-top: 8px;
    }
    .case2 .c_t1 h2{
        font-size:22px;
    }
    .n_banner_text2{
        padding:35px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 26px;
    }
    .n_banner_text2 .txt {
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 35px 0;
    }
    .case_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    } 
    .case_list li a .text h3 {
        font-size: 16px;
    }  
    .case1,.case2{
        padding: 35px 0;
    } 
    .c_t1 h2 {
        font-size: 22px;
    } 
    .n_yyal{
        margin-top:30px;
    }
    .n_yyal2 {
        margin-top: 50px;
    }
    #yyal {
        padding-bottom: 40px;
    }
    #yyal .swiper-slide a h3 {
        padding: 25px 15px 20px;
        font-size: 15px;
    }
    .case2 .c_t1 h2{
        font-size:18px;
    }
    .n_banner2{
        height: 240px;
    }
    .n_banner_text2{
        padding:30px 0 0;
    }
    .n_banner_text2 h2 {
        font-size: 20px;
    }
    .n_banner_text2 .txt {
        font-size: 14px;
    }
}








