.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ffcc00;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/exz.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}
.banner .swiper-button-next{
    background: url(../images/exy.png) no-repeat;
    background-size: 100% 100%;
    right: 20px;
}
.footer{
    padding: 30px 0;
    background: #eeeef0;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.foot_lf{
    width: 14%;
}*/
.foot_lf img{
    max-width: 130px;
}
.foot_con{
    width: 71.6%;
}
.foot_url{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.foot_url a{
    display: block;
    font-size: 16px;
    color: #0e0101;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #6588a2;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #6588a2;
    text-align: center;
}
.title{
    position: relative;
    width: 100%;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
}
.title h2{
    position: relative;
    font-size: 36px;
    font-weight: bold;
}
.title h2 span{
    position: relative;
}
.title h2 span:before{
    content: "";
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 19px;
    height: 19px;
    background: url(../images/tz.png)no-repeat;
    background-size: cover;
}
.title h2 span:after{
    content: "";
    position: absolute;
    right: -75px;
    top: -10px;
    width: 59px;
    height: 40px;
    background: url(../images/ty.png)no-repeat;
    background-size: cover;
}
.title p{
    font-size: 24px;
    color: #03acff;
    margin-top: 10px;
}
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin-top: 50px;
}
.more a{
    position: relative;
    display: inline-block;
    min-width: 310px;
    font-size: 24px;
    line-height: 65px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 30px;
    background: #fecc0a;
}
.more a:hover{
    color: #ffffff;
    background: #03acff !important;
}
.header{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
    height: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 50px 25px 30px;
    border-radius: 17px;
    background: linear-gradient(to right, #005e8c,#0087ca);
    z-index: 999;
}
.head_nav{
    display: flex;
    align-items: center;
}
.head_nav a{
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #ffffff;
}
.head_nav a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.index1{
    margin-top: -80px;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index1 ul li{
    display: flex;
    align-items: center;
    width: 23.75%;
    min-height: 130px;
    color: #fefefe;
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    background: linear-gradient(to right, #005e8c,#0087ca);
}
.index1 ul li h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.index1 ul li p{
    font-size: 20px;
}
.index2{
    padding: 120px 0;
}
.index2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2 ul li{
    width: 25%;
    padding: 40px 20px 25px;
    transition: all 0.5s;
}
.ind2_img img{
    margin: 0 auto;
}
img.tu2{
    display: none;
}
.index2 ul li h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.index2 ul li h5{
    font-size: 17px;
    line-height: 36px;
    color: #4c4c4c;
    min-height: 144px;
    text-align: center;
}
.ind2_con{
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(3, 172, 255, 0.12);
}
.ind2_con dl{
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 28px;
    color: #03acff;
}
.ind2_con dl dt{
    color: #1a1a1a;
    font-weight: bold;
}
.ind2_con dl dd{
    flex: 1;
}
.index2 ul li:hover{
    border-radius: 20px;
    transform: rotate(-3deg);
    background: linear-gradient(to bottom, #005e8c,#0087ca);
}
.index2 ul li:hover h3,
.index2 ul li:hover h5,
.index2 ul li:hover dl,
.index2 ul li:hover dl dt{
    color: #ffffff;
}
.index2 ul li:hover .ind2_con{
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.index2 ul li:hover img.tu1{
    display: none;
}
.index2 ul li:hover img.tu2{
    display: block;
}
.ind2_tu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_tu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_tu img{
    width: 10.8%;
}
#lightbox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}
.case_img{
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
#lightbox-image {
    max-width: 60%;
    max-height: 60%;
    margin: 0 auto;
}
.ind2_close{
    position: absolute;
    right: -20px;
    top: -20px;
}
.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}
.index3{
    padding: 120px 0;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3 ul li{
    position: relative;
    width: 22%;
    min-height: 620px;
    padding: 40px 10px 0 25px;
    border-radius: 20px;
    border: 1px solid #03acff;
    overflow: hidden;
    transition: all 0.6s;
}

.ind3 h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
}
.ind3 h5{
    font-size: 18px;
    color: #4c4c4c;
    margin: 5px 0 15px;
}
.ind3 span{
    display: inline-block;
    font-size: 18px;
    color: #a7e1ff;
    font-weight: bold;
    margin: 25px 0 35px;
    padding: 7px 15px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #005e8c,#0087ca);
}
.ind3_con{
    display: none;
}
.ind3_con dl{
    font-size: 18px;
    line-height: 32px;
    color: #4c4c4c;
}
.ind3_con dl dt{
    color: #004c72;
    font-weight: bold;
}
img.ind3_tu{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
img.ind3_sz{
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 2;
}
.index3 ul li.cur{
    width: 30%;
    padding: 40px 30px 15px;
    background: url(../images/ind3_jt.png)top right no-repeat;
}
.index3 ul li.cur .ind3_con{
    display: block;
}
.index3 ul li.cur img.ind3_tu,
.index3 ul li.cur img.ind3_sz{
    display: none;
}
.ind4{
    padding: 90px 0 140px;
    background: url(../images/ind4.jpg)bottom center no-repeat;
    background-size: cover;
}
.ind4 .main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind4_lf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49.2%;
}
.ind4_lf p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.5%;
    height: 46.2%;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    padding: 5px;
    border-radius: 20px;
    background: #ffffff;
    z-index: 2;
    cursor: pointer;
}
.ind4_lf p:nth-child(-n+2){
    margin-bottom: 15px;
}
.ind4_lf p:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../images/ind41.png)center no-repeat;
    opacity: 0.1;
    z-index: -1;
}
.ind4_lf p:nth-child(2):after{
    background-image: url(../images/ind42.png);
}
.ind4_lf p:nth-child(3):after{
    background-image: url(../images/ind43.png);
}
.ind4_lf p:nth-child(4):after{
    background-image: url(../images/ind44.png);
}
.ind4_lf p.cur{
    color: #ffffff;
    background: linear-gradient(to bottom, #005e8c,#0087ca);
}
.ind4_lf p.cur:after{
    opacity: 0.4;
}
.ind4_ri{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49.2%;
    min-height: 260px;
    border-radius: 20px;
    background: url(../images/ind4_03.jpg)top center no-repeat;
    background-size: cover;
}
.ind4_ri ul{
    display: none;
    width: 100%;
    padding: 35px 20px 20px 50px;
    background: url(../images/ind411.png)top -80px right -90px no-repeat;
}
.ind4_ri ul:nth-child(2){
    background-image: url(../images/ind422.png);
}
.ind4_ri ul:nth-child(3){
    background-image: url(../images/ind433.png);
}
.ind4_ri ul:nth-child(4){
    background-image: url(../images/ind444.png);
}
.ind4_ri ul:first-child{
    display: block;
}
.ind4_ri h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
}
.ind4_ri dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ind4_ri dl dd{
    position: relative;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    margin-top: 25px;
    margin-right: 30px;
    z-index: 1;
}
.ind4_ri dl dd:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%,0);
    width: 120%;
    height: 10px;
    border-radius: 5px;
    background: #03acff;
    opacity: 0.5;
    z-index: -1;
}
.ind4_ri dl dd:last-child{
    margin-right: 0;
}
.index5{
    padding: 120px 0;
}
.ind6{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind6_lf{
    width: 49%;
    padding-top: 15px;
}
.ind6_y{
    width: 94%;
    max-width: 580px;
}
.ind6_des{
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
}
.ind6_des strong{
    color: #03acff;
}
.ind6_lf ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 40px;
}
.ind6_lf ul li{
    width: 32%;
    text-align: center;
    margin-top: 25px;
}
.ind6_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
}
.ind6_lf ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
    padding-top: 5px;
}
.ind6_ri{
    position: relative;
    width: 49.5%;
}
.ind6_ri img{
    width: 100%;
}
.ind6_con{
    position: absolute;
    left: -40px;
    bottom: -70px;
    width: 90%;
    max-width: 570px;
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
    padding: 35px 25px 25px 40px;
    background: #f4f4f4;
}
.index7{
    padding: 120px 0 80px;
}
.index7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index7 ul li{
    position: relative;
    width: 23.75%;
    min-height: 140px;
    margin-bottom: 45px;
    padding: 0 20px 15px 15px;
    border-radius: 9px;
    border: 3px solid #03acff;
}
.index7 ul li h3{
    width: 100%;
    max-width: 170px;
    font-size: 24px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    margin-top: -15px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #005e8c,#0087ca);
}
.index7 ul li p{
    font-size: 18px;
    line-height: 24px;
    color: #4f4e4e;
    margin-top: 15px;
}
.index7 ul li img{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.ind5_ul{
    position: relative;
}
.ind5_ul>div{
    display: none;
}
.ind5_ul>div:first-child{
    display: block;
}
.ind5_ul ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(to bottom, #005e8c,#0087ca);
}
.ind5_ul>div:nth-child(6) .ind5_ri span{
    font-size: 80px;
}
.ind5_img{
    width: 37.25%;
}
.ind5_img img{
    width: 100%;
}
.ind5_ri{
    width: 61%;
    padding: 10px 45px 10px 0;
}
.ind5_ri h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
}
.ind5_ri dl{
    display: flex;
    flex-wrap: wrap;
}
.ind5_ri dl dd{
    width: 23%;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    margin-top: 25px;
    margin-right: 2.66%;
    padding: 9px 5px;
    border-radius: 20px;
    border: 1px solid #03acff;
    background: #ffffff;
}
.ind5_ri dl dd:nth-child(4n){
    margin-right: 0;
}
.ind5_ri span{
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 130px;
    line-height: 130px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.1;
}
.ind5_nav{
    margin-top: 90px;
}
.ind5_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 14px rgba(2, 138, 204, 0.11);
}
.ind5_nav ul li{
    position: relative;
    width: 14%;
    max-width: 138px;
    padding: 15px 0;
    cursor: pointer;
}
.ind5_nav ul li img{
    margin: 0 auto;
}
.ind5_nav ul li.cur img.tu2{
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translate(-50%,0);
    width: 138px;
    max-height: unset;
}
.ind5_nav ul li p{
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    font-size: 18px;
    color: #1a1a1a;
}
.ind5_nav ul li.cur img.tu1,
.ind5_nav ul li.cur p{
    display: none;
}
.ind5_nav ul li.cur img.tu2{
    display: block;
}