﻿@charset "utf-8";
.banner{ width:100%; height:100vh; position:relative; overflow:hidden; box-sizing: border-box;}
.banner .swiper_banner{ width: 100%; height: 100%; position: relative;}
.banner .swiper-slide{ width:100%;  height: 100%; overflow:hidden; background:#fff;position: relative;overflow: hidden;}
.banner .swiper-slide a{  width: 100%; height: 100%; display: block;}
.banner .swiper-slide a video{ width:100%; height: 100%; object-fit: cover; transform: scale(1); transition: all 5s linear; position: absolute; left: 0; top:0; z-index: 2; }
.banner .swiper-slide img{ width:100%; height: 100%; object-fit: cover; transform: scale(1); transition: all 5s linear;}
.banner .swiper-slide.swiper-slide-active img{transform: scale(1); }
.banner img.img01{ display:block}
.banner img.img02{ display:none}
.banner .swiper-slide .item{position: absolute;left: 0; top:50%;width: 100%; transform: translateY(-60%); color: #ffffff; z-index: 3; line-height: 1.6; z-index: 3;}

.banner .swiper-slide .item .title{  font-size:64px;  position:relative; top:80px; transition:all 0.3s linear; opacity:0;  transition-delay:1s; width: 100%;   color: #333333; line-height: 1.3; font-weight: bold; }
.banner .swiper-slide .item .intro{ font-size:30px; color:#333333; margin-top:40px;position:relative; top:80px; transition:all 0.3s linear; transition-delay:1.2s; opacity:0; margin-bottom: 80px; }
.banner .swiper-slide .item .m{  top:80px; transition:all 0.3s linear; transition-delay:1.4s; opacity:0; position: relative;}

.banner .swiper-slide.color1 .item .title{   color: #fff;  }
.banner .swiper-slide.color1 .item .intro{   color: #fff;  }


.banner .swiper-slide.swiper-slide-active .item .title{ top:0; opacity:1}
.banner .swiper-slide.swiper-slide-active .item .intro{ top:0; opacity:1}
.banner .swiper-slide.swiper-slide-active .item .m{ top:0; opacity:1}
.banner .swiper_banner .pagination_banner{ position: absolute; left: 0; bottom: 5%; z-index: 2; width: 100%; display: flex; align-items: center; justify-content: center;}
.banner .swiper_banner .pagination_banner span{ display: block; width: fit-content; font-size: 18px; color: #465a79; padding-bottom: 5px; border-bottom: 1px solid #465a79; border-radius: 0; background: none; height: auto; padding: 0; margin: 0 40px; opacity: 1; position: relative;  padding-bottom: 10px; font-weight: bold;}
.banner .swiper_banner .pagination_banner span:after{ content: ""; display: block; width: 0; height: 2px; background: #ff0033; position: absolute; left: 0; bottom: -1px; z-index: 2; transition: all 0.6s;}
.banner .swiper_banner .pagination_banner span:hover:after{ width: 100%;}
.banner .swiper_banner .pagination_banner span.swiper-pagination-bullet-active:after{ width: 100%;}
.banner .swiper_banner .pagination_banner span.swiper-pagination-bullet-active{ color: #ff0033;}
.banner .swiper_banner .pagination_banner span:hover{ color: #ff0033;}



@media only screen and (max-width:1680px){

    .banner .swiper-slide .item .title{  font-size:40px;}
    .banner .swiper-slide .item .intro{ font-size:20px; margin-top: 20px; margin-bottom: 60px; }
    .banner .swiper_banner .pagination_banner span{ font-size: 16px; margin: 0 30px;}
   
}
@media only screen and (max-width:1200px){
    .banner{ height: auto;}
    .banner img.img02{ display:block}
    .banner img.img01{ display:none}
	.banner .swiper-slide .item .title{  font-size:32px; }
    .banner .swiper-slide .item .intro{ font-size:16px; margin-top: 20px; margin-bottom: 40px; }
    .banner .swiper_banner .pagination_banner span{ font-size: 14px; margin: 0 20px; padding-bottom: 8px;}
}
@media only screen and (max-width:750px){
	.banner .swiper-slide .item .title{  font-size:24px; }
    .banner .swiper-slide .item .intro{ font-size:14px; margin-top: 15px }
    .banner .swiper_banner .pagination_banner span{ font-size: 12px; margin: 0 10px; padding-bottom: 8px;}
     
}

.gcon_1{ background: url(g_04.jpg) center center no-repeat; background-size: cover; padding: 100px 0 200px;}
.gcon_1 .ibd{ margin-top: 70px; display: flex; justify-content: space-evenly; align-items: flex-start;}
.gcon_1 .ibd .item .p1{ display: flex; align-items: center;}
.gcon_1 .ibd .item .p1 .ico{ width: 45px;}
.gcon_1 .ibd .item .p1 .ico img{ height: 32px; display: block;}
.gcon_1 .ibd .item .p1 .t{ font-size: 18px; color: #444444;}
.gcon_1 .ibd .item .p2{ padding: 20px 0 0 45px; font-size: 60px; color: #e7000e; font-weight: bold; line-height: 1;}
@media only screen and (max-width:1680px){
    .gcon_1{ padding: 80px 0 160px;}
    .gcon_1 .ibd{ margin-top: 50px; justify-content: space-between;}
    .gcon_1 .ibd .item .p1 .ico{ width: 40px;}
    .gcon_1 .ibd .item .p1 .ico img{ height: 24px;}
    .gcon_1 .ibd .item .p1 .t{ font-size: 16px;}
    .gcon_1 .ibd .item .p2{ padding: 20px 0 0 40px; font-size: 48px;}
}
@media only screen and (max-width:1200px){
    .gcon_1{ padding: 60px 0 100px;}
    .gcon_1 .ibd{ margin-top: 40px;}
    .gcon_1 .ibd .item .p1 .ico{ width: 30px;}
    .gcon_1 .ibd .item .p1 .ico img{ height: 20px;}
    .gcon_1 .ibd .item .p1 .t{ font-size: 14px;}
    .gcon_1 .ibd .item .p2{ padding: 16px 0 0 30px; font-size: 36px;}
}
@media only screen and (max-width:750px){
    .gcon_1{ padding: 40px 0 100px; background-position: bottom center;}
    .gcon_1 .ibd{ margin-top: 0; flex-wrap: wrap;}
    .gcon_1 .ibd .item{ width: 50%; margin-top: 20px;}
    .gcon_1 .ibd .item .p1 .ico{ width: 25px;}
    .gcon_1 .ibd .item .p1 .ico img{ height: 16px;}
    .gcon_1 .ibd .item .p1 .t{ font-size: 14px;}
    .gcon_1 .ibd .item .p2{ padding: 5px 0 0 25px; font-size: 28px;}
}

.gcon_2{ padding: 100px 0;}
.gcon_2 .ibd{ margin-top: 50px;}
.gcon_2 .ibd .hd ul{ display: flex; align-items: flex-start; justify-content: center;}
.gcon_2 .ibd .hd ul li{ width: fit-content; margin: 0 15px; cursor: pointer;}
.gcon_2 .ibd .hd ul li .pic{ width: 158px;}
.gcon_2 .ibd .hd ul li .pic img{ width: 100%;}
.gcon_2 .ibd .hd ul li .title{ text-align: center; font-size: 18px; color: #333;}
.gcon_2 .ibd .hd ul li.on .title{color: #e6222a;}
.gcon_2 .ibd .bd{ margin-top: 50px; position: relative;}
.gcon_2 .ibd .bd .con{ width: 100%;position: relative; z-index: 2;}
.gcon_2 .ibd .bd .con .swiper02{  width: 1430px; margin:  0 auto;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide{ width: 444px; margin-right: 49px; box-sizing: border-box; border:2px solid #f5f5f5; border-radius: 30px; overflow: hidden; padding: 32px 45px; background: #f5f5f5;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide:hover{ border-color: #e7000e; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p1{ font-size: 16px; color: #e7000e; line-height: 1; font-weight: bold;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p2{ font-size: 26px; color: #333; line-height: 1; margin-top: 15px; }
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p3{ width: 100%; overflow: hidden; margin: 20px 0;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p3 img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide:hover .p3 img{ transform: scale(1.1);}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m{ display: flex; align-items: center; justify-content: center;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m a{ display: flex; align-items: center; justify-content: center; background: #e7000e; margin: 0 10px; font-size: 14px; color: #fff; border-radius: 5px; padding: 10px 25px; cursor: pointer;}
.gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m .m2{ background: #66778b;}
.gcon_2 .ibd .bd .con:nth-child(n+2){ position: absolute; left: 0; top: 0; opacity: 0;}
.gcon_2 .ibd .bd .con.on{ opacity: 1; z-index: 3;}
@media only screen and (max-width:1680px){
    .gcon_2{ padding: 80px 0;}
    .gcon_2 .ibd{ margin-top: 40px;}
    .gcon_2 .ibd .hd ul li{ margin: 0 12px;}
    .gcon_2 .ibd .hd ul li .pic{ width: 130px;}
    .gcon_2 .ibd .hd ul li .title{ font-size: 16px;}
    .gcon_2 .ibd .bd{ margin-top: 40px;}
    .gcon_2 .ibd .bd .con .swiper02{  width: 90%; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide{ width: 32%; margin-right: 2%; border-radius: 20px; padding: 25px 30px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p1{ font-size: 14px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p2{ font-size: 22px; margin-top: 12px; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p3{ margin: 16px 0;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m a{ margin: 0 10px; font-size: 12px; padding: 10px 22px; }
}
@media only screen and (max-width:1200px){
    .gcon_2{ padding: 60px 0;}
    .gcon_2 .ibd{ margin-top: 30px;}
    .gcon_2 .ibd .hd ul{ justify-content: space-between;}
    .gcon_2 .ibd .hd ul li{ margin: 0 0; width: 19%;}
    .gcon_2 .ibd .hd ul li .pic{ width: 100%;}
    .gcon_2 .ibd .hd ul li .title{ font-size: 14px;}
    .gcon_2 .ibd .bd{ margin-top:30px;}
    .gcon_2 .ibd .bd .con .swiper02{  width: 100%; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide{ width: 32%; margin-right: 2%; border-radius: 10px; padding: 20px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p1{ font-size: 12px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p2{ font-size: 20px; margin-top: 10px; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p3{ margin: 12px 0;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m a{ width: 48.5%; margin: 0 1.5%; box-sizing: border-box; font-size: 12px; padding: 8px 0; }
}
@media only screen and (max-width:750px){
    .gcon_2{ padding: 40px 0;}
    .gcon_2 .ibd{ margin-top: 20px;}
    .gcon_2 .ibd .hd ul li .title{ font-size: 12px;}
    .gcon_2 .ibd .bd{ margin-top:20px;}
    .gcon_2 .ibd .bd .con .swiper02{  width: 100%; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide{ width: 48.5%; margin-right: 3%; border-radius: 5px; padding: 10px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p1{ font-size: 12px;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p2{ font-size: 18px; margin-top: 10px; }
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .p3{ margin: 10px 0;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m{ justify-content: space-between;}
    .gcon_2 .ibd .bd .con .swiper02 .swiper-slide .m a{ width: 48.5%; margin: 0 0; box-sizing: border-box; font-size: 12px; padding: 8px 0; }
}
@media only screen and (max-width:450px){
     .gcon_2 .ibd .bd .con .swiper02 .swiper-slide{ width: 60%;}
}

.gcon_3{ position: relative; padding: 100px 0 170px; background: #f6f6f6;}
.gcon_3::after{content: "";left: 0;bottom: 0;background: url(g_14.png) bottom left no-repeat;width: calc(632 / 1920 * 100%);height: 100%;position: absolute; background-size: 100%;}
.gcon_3::before{content: "";right: 0;bottom: 0;background: url(g_13.png) bottom left no-repeat;width: calc(714 / 1920 * 100%);height: 100%;position: absolute; background-size: 100% 100%;}
.gcon_3 .nr{ display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10;}
.gcon_3 .nr .ihd{ width: 575px; text-align: left;}
.gcon_3 .nr .intro{ width: 100%; margin-bottom: 65px; }
.gcon_3 .nr .ibd{ width: 544px;}
.gcon_3 .nr .ibd img{ width: 100%;}
.bd3{	color: #333333;opacity: 0.1;font-size: 122px; line-height: 1;position: absolute;font-weight: bold;bottom: 70px;z-index: 9;  display: flex; white-space: nowrap; }
.bd3 span{animation: move_left 40s linear infinite;    transform: translate3d(0, 0, 0);}
@keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@media only screen and (max-width:1680px){
    .gcon_3{ padding: 80px 0 120px;}
    .gcon_3 .nr .ihd{ width: 520px;}
    .gcon_3 .nr .intro{ margin-bottom: 50px; }
    .gcon_3 .nr .ibd{ margin-left: 100px; width: 500px;}
    .bd3{ font-size: 80px; bottom: 50px; }
}
@media only screen and (max-width:1200px){
    .gcon_3{ padding: 60px 0 80px;}
    .gcon_3 .nr .ihd{ width: 390px;}
    .gcon_3 .nr .intro{ margin-bottom: 50px; }
    .gcon_3 .nr .ibd{ margin-left: 20px; width: calc(100% - 410px);}
    .bd3{ font-size: 60px; bottom: 20px; }
}
@media only screen and (max-width:750px){
    .gcon_3{ padding: 40px 0 80px;}
    .gcon_3 .nr{ flex-wrap: wrap;}
    .gcon_3 .nr .ihd{ width: 100%;}
    .gcon_3 .nr .intro{ margin-bottom: 20px; }
    .gcon_3 .nr .ibd{ margin-left: 20%; width:60%;}
    .bd3{ font-size: 40px; bottom: 20px; }
}

.gcon_4{ width: 100%; margin-top: 120px;}
.gcon_4 .ihd{ text-align: left;}
.gcon_4 .ibd{ width: 100%; position: relative;  overflow: hidden; margin-top: 10px;}
.gcon_4 .ibd .swiper04{ width: 822px;}
.gcon_4 .ibd .swiper04 .swiper-slide{ width: 100%; margin-right: 36px; position: relative; border-radius: 20px; overflow: hidden;}
.gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active{ margin-top: 80px;}
.gcon_4 .ibd .swiper04 .swiper-slide .pic{ width: 100%; overflow: hidden; position: relative;}
.gcon_4 .ibd .swiper04 .swiper-slide .pic::after{ content: ""; display: block; width: 100%; height: 40%; position: absolute; left: 0; bottom: 0; background: linear-gradient(to top, rgba(51,51,51,7), rgba(0,0,0,0));}
.gcon_4 .ibd .swiper04 .swiper-slide .pic img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.gcon_4 .ibd .swiper04 .swiper-slide:hover .pic img{ transform: scale(1.1);}
.gcon_4 .ibd .swiper04 .swiper-slide .cont{ width: 50%; box-sizing: border-box; height: 100px; padding: 0 35px; position: absolute; left: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between;}
.gcon_4 .ibd .swiper04 .swiper-slide .cont .t{ font-size: 20px; color: #fff;}
.gcon_4 .ibd .swiper04 .swiper-slide .cont .m{ display: block; background: url(g_17.png) right center no-repeat; background-size: 22px; padding-right: 40px; font-size: 16px; color: #e7000e; opacity: 0;}
.gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .cont{ background: #fff;}
.gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .cont .t{ color: #333;}
.gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .cont .m{ opacity: 1;}
.gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .pic::after{ height: 0;}
.gcon_4 .ibd .btn{ position: absolute; right: 0; bottom: 0; z-index: 2; display: flex; align-items: center;}
.gcon_4 .ibd .btn .prev04{ width: 50px; height: 50px; background: url(g_16.png) center center no-repeat; background-size: cover; margin-right: 40px; transform: rotate(180deg); cursor: pointer;}
.gcon_4 .ibd .btn .next04{ width: 50px; height: 50px; background: url(g_16.png) center center no-repeat; background-size: cover; margin-right: 0; transform: rotate(0); cursor: pointer;}
.gcon_4 .ibd .btn .prev04:hover{ background: url(g_15.png) center center no-repeat; background-size: cover; transform: rotate(0); }
.gcon_4 .ibd .btn .next04:hover{ background: url(g_15.png) center center no-repeat; background-size: cover; transform: rotate(180deg); }
@media only screen and (max-width:1680px){
    .gcon_4{ margin-top: 100px;}
    .gcon_4 .ibd .swiper04{ width: 585px;}
    .gcon_4 .ibd .swiper04 .swiper-slide{ margin-right: 30px; border-radius: 16px; }
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active{ margin-top: 60px;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont{ height: 80px; padding: 0 20px; }
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .t{ font-size: 18px;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .m{  background-size: 18px; padding-right: 30px; font-size: 14px;}
    .gcon_4 .ibd .btn .prev04{ width: 40px; height: 40px; margin-right: 20px; }
    .gcon_4 .ibd .btn .next04{ width: 40px; height: 40px;}

}
@media only screen and (max-width:1200px){
    .gcon_4{ margin-top: 60px;}
    .gcon_4 .ibd .swiper04{ width: 100%;}
    .gcon_4 .ibd .swiper04 .swiper-slide{ width: 48.5%; margin-right: 3%; border-radius: 16px; }
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active{ margin-top: 40px;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont{ width: 100%; height: 60px; padding: 0 20px; }
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .t{ font-size: 18px;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .m{  background-size: 16px; padding-right: 25px; font-size: 12px;}
    .gcon_4 .ibd .btn .prev04{ width: 30px; height: 30px; margin-right: 10px; }
    .gcon_4 .ibd .btn .next04{ width: 30px; height: 30px;}
}
@media only screen and (max-width:750px){
    .gcon_4{ margin-top: 40px;}
    .gcon_4 .ibd{ overflow: visible; margin-top: 20px;}
    .gcon_4 .ibd .swiper04{ width: 100%; overflow: hidden;}
    .gcon_4 .ibd .swiper04 .swiper-slide{ width: 100%; margin-right: 3%; border-radius: 12px; }
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active{ margin-top: 0;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont{ width: 100%; height: 60px; padding: 0 20px; }
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .t{ font-size: 16px;}
    .gcon_4 .ibd .swiper04 .swiper-slide .cont .m{  background-size: 16px; padding-right: 25px; font-size: 12px;}
    .gcon_4 .ibd .btn{bottom: calc(100% + 20px);}
    .gcon_4 .ibd .btn .prev04{ width: 24px; height: 24px; margin-right: 10px; }
    .gcon_4 .ibd .btn .next04{ width: 24px; height: 24px;}
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .cont{ background: rgba(255,255,255,0);}
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .pic::after{ height: 40%;}
    .gcon_4 .ibd .swiper04 .swiper-slide.swiper-slide-active .cont .t{ color: #fff;}

}

.gcon_5{ padding: 120px 0;}
.gcon_5 .ibd{ margin-top: 60px;}
.gcon_5 .ibd .swiper05{ width: 100%; overflow: hidden;}
.gcon_5 .ibd .swiper05  .swiper-slide{ width: calc(526 / 1680 * 100%); margin-right: calc(51 /  1680 * 100%); border-radius: 0 0 60px 0 0; overflow: hidden; position: relative;}
.gcon_5 .ibd .swiper05  .swiper-slide:last-child{ margin-right: 0;}
.gcon_5 .ibd .swiper05  .swiper-slide .time{ width: 95px; height: 95px; color: #fff; text-align: center; box-sizing: border-box; border-radius: 0 20px 0 0; position: absolute; left: 0; top:0; background: #606060; z-index: 2;}
.gcon_5 .ibd .swiper05  .swiper-slide .time .p1{ font-size: 50px; line-height: 1; padding-top: 10px;}
.gcon_5 .ibd .swiper05  .swiper-slide .time .p2{ font-size: 14px; line-height: 1; padding-top: 10px;}
.gcon_5 .ibd .swiper05  .swiper-slide .pic{ width: 100%; overflow: hidden; position: relative;}
.gcon_5 .ibd .swiper05  .swiper-slide .pic img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.gcon_5 .ibd .swiper05  .swiper-slide:hover .pic img{ transform: scale(1.1);}
.gcon_5 .ibd .swiper05  .swiper-slide .cont{ margin-top: 25px;}
.gcon_5 .ibd .swiper05  .swiper-slide .cont .t{ font-size: 24px; color: #4f5050; font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_5 .ibd .swiper05  .swiper-slide:hover .cont .t{ color: #e7000e;}
.gcon_5 .ibd .swiper05  .swiper-slide .cont .m{ font-size: 18px; color: #777; margin-top: 25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height: 1.8;}
@media only screen and (max-width:1680px){
    .gcon_5{ padding: 100px 0;}
    .gcon_5 .ibd{ margin-top: 50px;}
    .gcon_5 .ibd .swiper05  .swiper-slide{ border-radius: 0 50px 0 0 ;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time{ width: 80px; height: 80px; border-radius: 0 16px 0 0;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p1{ font-size: 40px; padding-top: 8px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p2{ font-size: 12px; padding-top: 6px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont{ margin-top: 20px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .t{ font-size: 20px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .m{ font-size: 16px; margin-top: 15px; }
}
@media only screen and (max-width:1200px){
    .gcon_5{ padding: 80px 0;}
    .gcon_5 .ibd{ margin-top: 40px;}
    .gcon_5 .ibd .swiper05  .swiper-slide{ border-radius: 0 40px 0 0 ;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time{ width: 60px; height: 60px; border-radius: 0 12px 0 0;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p1{ font-size: 30px; padding-top: 6px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p2{ font-size: 12px; padding-top: 4px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont{ margin-top: 16px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .t{ font-size: 18px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .m{ font-size: 14px; margin-top: 12px; }
}
@media only screen and (max-width:1200px){
    .gcon_5{ padding: 60px 0;}
    .gcon_5 .ibd{ margin-top: 30px;}
    .gcon_5 .ibd .swiper05  .swiper-slide{ width: 48.5%; margin-right: 3%; border-radius: 0 20px 0 0 ;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time{ width: 56px; height: 56px; border-radius: 0 10px 0 0;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p1{ font-size: 24px; padding-top: 6px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .time .p2{ font-size: 12px; padding-top: 4px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont{ margin-top: 16px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .t{ font-size: 16px;}
    .gcon_5 .ibd .swiper05  .swiper-slide .cont .m{ font-size: 12px; margin-top: 10px; }
}










































































































































































