﻿@charset "utf-8";
.banner{ width: 100%; position: relative;}
.banner img{ display: block; width: 100%;}
.banner img.img1{ display: block;}
.banner img.img2{ display: none;}
.banner .item{ width:100%; position: absolute; left:0; top:14%;}
.banner .item .title{ font-size:48px; line-height: 1; color: #fff; text-align: center; }
.banner .item .intro{ font-size: 22px; color: #fff; margin-top: 12px; text-align: center;}
@media only screen and (max-width:1600px){
    .banner .item .title{ font-size:36px; }
    .banner .item .intro{ font-size: 18px;}
}
@media only screen and (max-width:1200px){
    .banner .item .title{ font-size:24px; }
    .banner .item .intro{ font-size: 16px;}
    .banner img.img2{ display: block;}
    .banner img.img1{ display: none;}
}
@media only screen and (max-width:750px){
    .banner .item .title{ font-size:20px; }
    .banner .item .intro{ font-size: 14px;}
}

.pro{ background: #f2f3f5; padding: 60px 0 120px;}
.proNav{ display: flex; flex-wrap: wrap; align-items: flex-start;}
.proNav a{ display: flex; align-items: center; justify-content: center; width: fit-content; font-size: 18px; color: #686868; padding: 10px 30px;}
.proNav .item.on a{ background: #fff;}
.proNav .item:hover a{ background: #fff;}
.proList{ width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 120px;}
.proList .item{ width: 466px; margin-right: 41px; margin-top: 40px; background: #fff; padding-bottom: 65px; position: relative;}
.proList .item:nth-child(3n){ margin-right: 0;}
.proList .item .pic{ width: 100%; position: relative;}
.proList .item .pic a{ display: block; width: 100%; overflow: hidden;}
.proList .item .pic a img{ width: 100%; transition: all 0.3s linear; transform: scale(1);}
.proList .item:hover .pic a img{ transform: scale(1.2);}
.proList .item .pic i{ display: block; width: 100%; padding-bottom: calc(115 / 466 * 100%); background: url(g_34.png) center center no-repeat; background-size: cover; transform: rotateX(90deg); transition: all 0.3s linear; position: absolute; left: 0; bottom: -50px;}
.proList .item:hover .pic i{ transform: rotateX(0);}
.proList .item .cont{ width: 100%; padding: 40px; box-sizing: border-box;}
.proList .item .cont .title{ font-size: 36px; color: #231815; line-height: 1.2; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.proList .item .cont .intro{ font-size: 18px; color: #231815; margin-top: 5px;}
.proList .item .cont .bq{ display: flex; flex-wrap: wrap; padding-top: 10px;}
.proList .item .cont .bq span{ display: flex; align-items: center; justify-content: center; width: fit-content; border: 1px solid #e1dfdf; padding: 5px 10px; margin-right: 10px; font-size: 16px; color: #4b4442; margin-top: 10px;}
.proList .item .cont .btn{ width: 100%; box-sizing: border-box; padding:0 40px 40px; position: absolute; bottom: 0; left: 0; display: flex; align-items: center;}
.proList .item .cont .btn a{ display: flex; align-items: center; justify-content: center; width: fit-content; font-size: 14px; color: #202020; padding: 0 25px; border-radius: 25px; height: 36px;}
.proList .item .cont .btn a.a1{ background: #355190; color: #fff;}
.proList .item .cont .btn a.a2{ background: url(p2.png) right center no-repeat; background-size: 6px; padding-right: 12px;}
.proList .item:hover{ box-shadow: 0 0 20px rgba(53, 81, 144, 0.18);}
@media only screen and (max-width:1600px){
    .pro{ padding: 50px 0 80px;}
    .proNav a{ font-size: 16px; padding: 8px 20px;}
    .proList{  margin-bottom: 80px;}
    .proList .item{ width: 32%; margin-right: 2%; margin-top: 2%; padding-bottom: 55px;}
    .proList .item .pic i{ bottom: -41px;}
    .proList .item .cont{ padding: 28px;}
    .proList .item .cont .title{ font-size: 30px;}
    .proList .item .cont .intro{ font-size: 16px;}
    .proList .item .cont .bq span{  padding: 4px 8px; margin-right: 8px; font-size: 14px; margin-top: 8px;}
    .proList .item .cont .btn{ padding: 0 28px 28px;}
    .proList .item .cont .btn a{ font-size: 12px;  padding: 0 20px; height: 32px;}
}
@media only screen and (max-width:1200px){
    .pro{ padding: 40px 0 60px;}
    .proNav a{ font-size: 14px; padding: 6px 15px;}
    .proList{  margin-bottom: 60px;}
    .proList .item{ width: 48.5%; margin-right: 3%; margin-top: 3%; padding-bottom: 50px;}
    .proList .item:nth-child(3n){ margin-right: 3%;}
    .proList .item:nth-child(2n){ margin-right: 0;}
    .proList .item .pic i{ bottom: -12%;}
    .proList .item .cont{ padding: 20px;}
    .proList .item .cont .title{ font-size: 24px;}
    .proList .item .cont .intro{ font-size: 14px;}
    .proList .item .cont .btn{ padding: 0 20px 20px;}
    .proList .item .cont .bq{ padding-top: 0;}

    .proList .item .cont .bq span{  padding: 4px 8px; margin-right: 8px; font-size: 12px; margin-top: 8px;}
}
@media only screen and (max-width:750px){
    .pro{ padding: 40px 0 40px;}
    .proNav{ border: 1px solid #e1dfdf; box-sizing: border-box; border-bottom: 0; border-right: 0;}
    .proNav .item{ width: 50%; box-sizing: border-box; border-right: 1px solid #e1dfdf; border-bottom: 1px solid #e1dfdf;}
    .proNav a{ font-size: 16px; padding: 6px 15px; width: 100%; box-sizing: border-box;}
    .proList{  margin-bottom: 40px;}
    .proList .item{ width: 100%; margin-right:0; margin-top: 15px; padding-bottom: 0;}
    .proList .item:nth-child(3n){ margin-right: 0;}
    .proList .item:nth-child(2n){ margin-right: 0;}
    .proList .item .cont .btn{ padding:0; position: relative; margin-top: 15px;}

}
.page{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.page a{ display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 14px; color: #686868; box-sizing: border-box; height: 32px; border: 1px solid #686868; padding: 0 16px; border-radius: 20px; margin: 3px;}
.page a.current,
.page a:hover{ color: #fff; background: #355190; border-color: #355190;}
@media only screen and (max-width:750px){
    .page a{  font-size: 12px;  height: 28px; padding: 0 12px; margin: 2px;}
}


.location{ width: 100%; position: relative; height: 50px; z-index: 9;}
.location .nr{ display: flex; align-items: center; justify-content: space-between; height: 100%;}
.location .nr .lt a{ font-size: 14px; color: rgba(255,255,255,0.3);}
.location .nr .lt a:hover{ color: rgba(255,255,255,1);}
.location .nr ul{ display: flex; align-items: center; height: 100%;}
.location .nr ul li{ margin-left: 35px;}
.location .nr ul li a{ font-size: 14px;  color: rgba(255,255,255,0.5);}
.location .nr ul li a:hover{ color: rgba(255,255,255,1);}
@media only screen and (max-width:750px){
    .location .nr ul{ display: none;}
}

.proDis01{ width: 100%; position: relative; margin-top: -50px; z-index: 1;}
.proDis01 img{ display: block; width: 100%;}
.proDis01 img.img1{ display: block;}
.proDis01 img.img2{ display: none;}
.proDis01 .item{ width:100%; position: absolute; left:0; top:14%;}
.proDis01 .item .title{ font-size:48px; line-height: 1; color: #fff; text-align: center; }
.proDis01 .item .intro{ font-size: 22px; color: #fff; margin-top: 12px; text-align: center;}
@media only screen and (max-width:1600px){
    .proDis01 .item .title{ font-size:36px; }
    .proDis01 .item .intro{ font-size: 18px;}
}
@media only screen and (max-width:1200px){
    .proDis01 .item .title{ font-size:24px; }
    .proDis01 .item .intro{ font-size: 16px;}
    .proDis01 img.img2{ display: block;}
    .proDis01 img.img1{ display: none;}
}
@media only screen and (max-width:750px){
    .proDis01 .item{ top:60px;}
    .proDis01 .item .title{ font-size:20px; }
    .proDis01 .item .intro{ font-size: 14px; margin-top: 5px;}
}

.proDis02{ width: 100%; background: #191a1c; padding: 160px 0;}
.proDis02 .ibd{ display: grid; grid-template-columns: repeat(3, auto); gap: 80px 160px; justify-content: center;}
.proDis02 .ibd .item{ text-align: center;}
.proDis02 .ibd .item .ico img{ height: 80px;}
.proDis02 .ibd .item .title{ font-size: 24px; color: #fff; line-height: 1; margin-top: 20px;}
.proDis02 .ibd .item .intro{ font-size: 16px; color: #a2a2a2; line-height: 1.8; margin-top: 20px;  max-width: 270px; }
.proDis02 .ibd2{ margin-top: 160px;}
.proDis02 .ibd2 .con1 .title{ font-size: 48px; color: #fff; text-align: center; line-height: 1;}
.proDis02 .ibd2 .con1 .intro{ font-size: 16px; color: #b1b1b1; text-align: center; line-height: 2; width: 600px; margin: 0 auto;  margin-top: 35px; }
.proDis02 .ibd2 .con2{ margin-top: 70px; display: grid; grid-template-columns: repeat(3, auto); gap: 0 160px; justify-content: center;}
.proDis02 .ibd2 .con2 .p1{ font-size: 60px; color: #fff; line-height: 1; text-align: center;}
.proDis02 .ibd2 .con2 .p2{ font-size: 16px; color: #b1b1b1; line-height: 1; text-align: center; margin-top: 12px;}
@media only screen and (max-width:1600px){
    .proDis02{ padding: 100px 0;}
    .proDis02 .ibd{ gap: 60px 100px;}
    .proDis02 .ibd .item .ico img{ height: 60px;}
    .proDis02 .ibd .item .title{ font-size: 20px; margin-top: 16px;}
    .proDis02 .ibd .item .intro{ font-size: 14px; margin-top: 16px;  max-width: 240px;}
    .proDis02 .ibd2{ margin-top: 100px;}
    .proDis02 .ibd2 .con1 .title{ font-size: 36px;}
    .proDis02 .ibd2 .con1 .intro{ font-size: 14px; width: 530px; margin-top: 25px; }
    .proDis02 .ibd2 .con2{ margin-top: 50px; gap: 0 100px;}
    .proDis02 .ibd2 .con2 .p1{ font-size: 52px;}
    .proDis02 .ibd2 .con2 .p2{ font-size: 14px; margin-top: 10px;}
}
@media only screen and (max-width:1200px){
    .proDis02{ padding: 80px 0;}
    .proDis02 .ibd{ gap: 40px 0; justify-content: space-between;}
    .proDis02 .ibd .item .ico img{ height: 50px;}
    .proDis02 .ibd .item .title{ font-size: 18px; margin-top: 14px;}
    .proDis02 .ibd .item .intro{ font-size: 12px; margin-top: 12px; max-width: 220px;}
    .proDis02 .ibd2{ margin-top: 80px;}
    .proDis02 .ibd2 .con1 .title{ font-size: 28px;}
    .proDis02 .ibd2 .con1 .intro{ font-size: 12px; width: 460px; margin-top: 20px;   }
    .proDis02 .ibd2 .con2{ margin-top: 40px; gap: 0 0; justify-content: space-between;}
    .proDis02 .ibd2 .con2 .p1{ font-size: 42px;}
    .proDis02 .ibd2 .con2 .p2{ font-size: 12px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .proDis02{ padding: 60px 0;}
    .proDis02 .ibd{ gap: 30px 20px; grid-template-columns: repeat(2, auto);  justify-content: space-between;}
    .proDis02 .ibd .item .ico img{ height: 40px;}
    .proDis02 .ibd .item .title{ font-size: 16px; margin-top: 12px;}
    .proDis02 .ibd .item .intro{ font-size: 12px; margin-top: 10px; max-width: auto;}
    .proDis02 .ibd2{ margin-top: 60px;}
    .proDis02 .ibd2 .con1 .title{ font-size: 24px;}
    .proDis02 .ibd2 .con1 .intro{ font-size: 12px; width: 100%; margin-top: 20px; }
    .proDis02 .ibd2 .con2{ margin-top: 30px;}
    .proDis02 .ibd2 .con2 .p1{ font-size: 28px;}
    .proDis02 .ibd2 .con2 .p2{ font-size: 12px; margin-top: 10px;}
}
.proDis03{ width: 100%;}
.proDis03 .pic{ width: 100%; overflow: hidden;}
.proDis03 .pic img{ display: block; width: 100%; transform: scale(1); transition: all 0.5s linear;}
.proDis03 .pic:hover img{ transform: scale(1.05);}


.proDis .ihd .title{ font-size: 48px; color: #000000; line-height: 1;  text-align: center;}
.proDis .ihd .bq{ font-size: 16px; color: #000000; line-height: 1.8; text-align: center; margin-top: 15px;}
.proDis .ihd .bq video,.proDis .ihd .bq img{ max-width:100%; height:auto!important}
@media only screen and (max-width:1600px){
    .proDis .ihd .title{ font-size: 36px;}
    .proDis .ihd .bq{ font-size: 14px; margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .proDis .ihd .title{ font-size: 28px;}
    .proDis .ihd .bq{ font-size: 12px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .proDis .ihd .title{ font-size: 20px;}
    .proDis .ihd .bq{ margin-top: 8px;}
}

.proDis04{ width: 100%; margin-top: 160px; overflow: hidden;}
.proDis04 .ibd{ width: 1225px; margin: 0 auto; margin-top: 60px;}
.proDis04 .ibd .swiper04{ width: 100%; position: relative;}
.proDis04 .ibd .swiper04 .swiper-slide{ border-radius: 4px; overflow: hidden; width: 100%; position: relative; margin-right: 38px; transition: all 0.3s linear;}
.proDis04 .ibd .swiper04 .swiper-slide:last-child{ margin-right: 0;}
.proDis04 .ibd .swiper04 .swiper-slide .pic{ width: 100%; overflow: hidden;}
.proDis04 .ibd .swiper04 .swiper-slide .pic img{ width:100%; transform: scale(1); transition: all 0.5s linear;}
.proDis04 .ibd .swiper04 .swiper-slide:hover .pic img{ transform: scale(1.05);}
.proDis04 .ibd .swiper04 .prev04{ width: 49px; height: 49px; background: url(g_17.png) center center no-repeat; background-size: cover; position: absolute; left: 50px; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.proDis04 .ibd .swiper04 .next04{ width: 49px; height: 49px; background: url(g_18.png) center center no-repeat; background-size: cover; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.proDis04 .ibd .swiper04 .pagination04{ position: absolute; left: 0; bottom: 3%; z-index: 2; width: 100%; display: flex; align-items: center; justify-content: center; }
.proDis04 .ibd .swiper04 .pagination04 span{ display: block; width: 12px; height: 2px; background: #9da0ab; border-radius: 0; padding: 0; margin: 0 2px;  opacity: 1; cursor: pointer;}
.proDis04 .ibd .swiper04 .pagination04 span.swiper-pagination-bullet-active{ background: #fff;}
@media only screen and (max-width:1600px){
    .proDis04{ margin-top: 100px;}
    .proDis04 .ibd{ width: 1050px; margin-top: 40px;}
    .proDis04 .ibd .swiper04 .swiper-slide{  margin-right: 25px;}
    .proDis04 .ibd .swiper04 .prev04{ width: 40px; height: 40px; left: 40px;}
    .proDis04 .ibd .swiper04 .next04{ width: 40px; height: 40px; right: 40px;}
}
@media only screen and (max-width:1200px){
    .proDis04{ margin-top: 80px;}
    .proDis04 .ibd{ width: 90%; margin-top: 30px;}
    .proDis04 .ibd .swiper04 .swiper-slide{  margin-right: 15px;}
    .proDis04 .ibd .swiper04 .prev04{ width: 30px; height: 30px; left: 30px;}
    .proDis04 .ibd .swiper04 .next04{ width: 30px; height: 30px; right: 30px;}
}
@media only screen and (max-width:750px){
    .proDis04{ margin-top: 60px;}
    .proDis04 .ibd{ margin-top: 20px;}
    .proDis04 .ibd .swiper04 .swiper-slide{ margin-right: 5px;}
    .proDis04 .ibd .swiper04 .prev04{ width: 24px; height: 24px; left: 10px;}
    .proDis04 .ibd .swiper04 .next04{ width: 24px; height: 24px; right: 10px;}
}


.proDis05{ width: 100%; margin-top: 160px;}
.proDis05 .item{ width: 100%; position: relative;}
.proDis05 .item .pic{ width: 100%; overflow: hidden;}
.proDis05 .item .pic img{ width:100%; transform: scale(1); transition: all 0.5s linear;}
.proDis05 .item:hover .pic img{ transform: scale(1.05);}
.proDis05 .item .cont{ width: 100%; position: absolute; left: 0; bottom: 40px; z-index: 2; color: #fff; text-align: center;}
.proDis05 .item .cont .title{ font-size: 36px; line-height: 1;}
.proDis05 .item .cont .intro{ font-size: 16px; line-height: 1.8; margin-top: 20px;}
@media only screen and (max-width:1600px){
    .proDis05{ margin-top: 100px;}
    .proDis05 .item .cont{ bottom: 30px;}
    .proDis05 .item .cont .title{ font-size: 30px;}
    .proDis05 .item .cont .intro{ font-size: 14px; margin-top: 16px;}
}
@media only screen and (max-width:1200px){
    .proDis05{ margin-top: 80px;}
    .proDis05 .item .cont{ bottom: 20px;}
    .proDis05 .item .cont .title{ font-size: 24px;}
    .proDis05 .item .cont .intro{ font-size: 12px; margin-top: 12px;}
}
@media only screen and (max-width:750px){
    .proDis05{ margin-top: 60px;}
    .proDis05 .item .cont{ bottom: 16px;}
    .proDis05 .item .cont .title{ font-size: 20px;}
    .proDis05 .item .cont .intro{ font-size: 12px; margin-top: 8px;}
}

.proDis06 .item{ margin-top: 160px;}
.proDis06 .item .pic{ width: 100%; overflow: hidden; margin-top: 60px;}
.proDis06 .item .pic img{ width:100%; transform: scale(1); transition: all 0.5s linear;}
.proDis06 .item:hover .pic img{ transform: scale(1.05);}
@media only screen and (max-width:1600px){
    .proDis06 .item{ margin-top: 100px;}
    .proDis06 .item .pic{ margin-top: 50px;}
}
@media only screen and (max-width:1200px){
    .proDis06 .item{ margin-top: 80px;}
    .proDis06 .item .pic{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .proDis06 .item{ margin-top: 60px;}
    .proDis06 .item .pic{ margin-top: 20px;}
}

.proDis07{ margin-top: 160px; background: #191a1c; padding-top: 110px;}
.proDis07 .ihd .title{ color: #fff;}
.proDis07 .ibd{ margin-top: 110px; display: flex; align-items: flex-start; justify-content: space-between;}
.proDis07 .ibd .lt{ width: calc(100% - 865px); text-align: center;}
.proDis07 .ibd .lt img{ height: 500px;}
.proDis07 .ibd .rt{ width: 865px; color: #fff;}
.proDis07 .ibd .rt .con{ width: 100%; display: flex; flex-wrap: wrap;}
.proDis07 .ibd .rt .con .item{ width: 50%; margin-bottom: 30px;}
.proDis07 .ibd .rt .con .item .p1{ font-size: 16px;}
.proDis07 .ibd .rt .con .item .p2{ font-size: 16px; margin-top: 15px;}
@media only screen and (max-width:1600px){
    .proDis07{ margin-top: 100px; padding-top: 100px;}
    .proDis07 .ibd{ margin-top: 80px;}
    .proDis07 .ibd .lt{ width:40%;}
    .proDis07 .ibd .lt img{ height: 400px;}
    .proDis07 .ibd .rt{ width: 60%;}
    .proDis07 .ibd .rt .con .item{ margin-bottom: 25px;}
    .proDis07 .ibd .rt .con .item .p1{ font-size: 14px;}
    .proDis07 .ibd .rt .con .item .p2{ font-size: 14px; margin-top: 10px;}
}
@media only screen and (max-width:1200px){
    .proDis07{ margin-top: 80px; padding-top: 80px;}
    .proDis07 .ibd{ margin-top: 40px;}
    .proDis07 .ibd .lt{ width:30%;}
    .proDis07 .ibd .lt img{ height: auto; width: 100%;}
    .proDis07 .ibd .rt{ width: 60%;}
    .proDis07 .ibd .rt .con .item{ margin-bottom: 20px;}
    .proDis07 .ibd .rt .con .item .p1{ font-size: 14px;}
    .proDis07 .ibd .rt .con .item .p2{ font-size: 14px; margin-top: 8px;}
}
@media only screen and (max-width:750px){
    .proDis07{ margin-top: 60px; padding-top: 60px;}
    .proDis07 .ibd{ margin-top: 30px; flex-wrap: wrap;}
    .proDis07 .ibd .lt{ width:100%;}
    .proDis07 .ibd .lt img{ height: auto; width: 50%;}
    .proDis07 .ibd .rt{ width: 100%; padding-top: 20px;}
    .proDis07 .ibd .rt .con .item{ margin-bottom: 0;  margin-top: 20px;}
    .proDis07 .ibd .rt .con .item .p1{ font-size: 14px;}
    .proDis07 .ibd .rt .con .item .p2{ font-size: 14px; margin-top: 8px;}
}

.proDis08{ padding: 160px 0; background: #191a1c;}
.proDis08 .ihd .title{ color: #fff;}
.proDis08 .ibd{ margin-top: 60px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.proDis08 .ibd .lt{ width: calc(50% - 10px); display: flex; flex-wrap: wrap;}
.proDis08 .ibd .lt .item{ width: 100%; position: relative;}
.proDis08 .ibd .lt .item .pic{ width: 100%; position: relative; overflow: hidden; padding-bottom: calc(530 / 730 * 100%);}
.proDis08 .ibd .lt .item .pic img{ width:100%; height: 100%; object-fit: cover; transform: scale(1); transition: all 0.5s linear; position: absolute; left: 0; top: 0;}
.proDis08 .ibd .lt .item .pic:hover img{ transform: scale(1.05);}
.proDis08 .ibd .lt .item .title{ font-size: 16px; line-height: 1; width: 100%; text-align: center; position: absolute; left: 0; bottom: 0; padding: 30px 0; color: #fff; z-index: 2; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);}
.proDis08 .ibd .lt .item:nth-child(2){ width:100%; margin-top: 20px;}
.proDis08 .ibd .lt .item:nth-child(2) .pic{  padding-bottom: calc(435 / 730 * 100%);}
.proDis08 .ibd .lt .item:nth-child(3){ width:calc(50% - 10px); margin-top: 20px;}
.proDis08 .ibd .lt .item:nth-child(3) .pic{  padding-bottom: calc(250 / 355 * 100%);}
.proDis08 .ibd .lt .item:nth-child(4){ width:calc(50% - 10px); margin-top: 20px; margin-left: 20px;}
.proDis08 .ibd .lt .item:nth-child(4) .pic{  padding-bottom: calc(250 / 355 * 100%);}
.proDis08 .ibd .rt{ width: calc(50% - 10px); display: flex; flex-wrap: wrap;}
.proDis08 .ibd .rt .item{ width: 100%; position: relative;}
.proDis08 .ibd .rt .item .pic{ width: 100%; position: relative; overflow: hidden; padding-bottom: calc(435 / 730 * 100%);}
.proDis08 .ibd .rt .item .pic img{ width:100%; height: 100%; object-fit: cover; transform: scale(1); transition: all 0.5s linear; position: absolute; left: 0; top: 0;}
.proDis08 .ibd .rt .item .pic:hover img{ transform: scale(1.05);}
.proDis08 .ibd .rt .item .title{ font-size: 16px; line-height: 1; width: 100%; text-align: center; position: absolute; left: 0; bottom: 0; padding: 30px 0; color: #fff; z-index: 2; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);}
.proDis08 .ibd .rt .item:nth-child(2){ width:calc(50% - 10px); margin-top: 20px;}
.proDis08 .ibd .rt .item:nth-child(2) .pic{  padding-bottom: calc(250 / 355 * 100%);}
.proDis08 .ibd .rt .item:nth-child(3){ width:calc(50% - 10px); margin-top: 20px; margin-left: 20px;}
.proDis08 .ibd .rt .item:nth-child(3) .pic{  padding-bottom: calc(250 / 355 * 100%);}
.proDis08 .ibd .rt .item:nth-child(4){ width:100%; margin-top: 20px;}
.proDis08 .ibd .rt .item:nth-child(4) .pic{  padding-bottom: calc(530 / 730 * 100%);}
@media only screen and (max-width:1600px){
    .proDis08{ padding: 100px 0;}
    .proDis08 .ibd{ margin-top: 50px;}
}
@media only screen and (max-width:1200px){
    .proDis08{ padding: 80px 0;}
    .proDis08 .ibd{ margin-top: 40px;}
    .proDis08 .ibd .lt .item .title,
    .proDis08 .ibd .rt .item .title{ padding: 20px 0; font-size: 14px;}
    .proDis08 .ibd .lt{ width: calc(50% - 5px)}
    .proDis08 .ibd .lt .item:nth-child(2){ margin-top: 10px; }
    .proDis08 .ibd .lt .item:nth-child(3){ margin-top: 10px; width: calc(50% - 5px);}
    .proDis08 .ibd .lt .item:nth-child(4){ margin-top: 10px; width: calc(50% - 5px);  margin-left: 10px;}
    .proDis08 .ibd .rt{ width: calc(50% - 5px)}
    .proDis08 .ibd .rt .item:nth-child(2){ margin-top: 10px; width: calc(50% - 5px); }
    .proDis08 .ibd .rt .item:nth-child(3){ margin-top: 10px; width: calc(50% - 5px);  margin-left: 10px;}
    .proDis08 .ibd .rt .item:nth-child(4){ margin-top: 10px; }
}
@media only screen and (max-width:750px){
    .proDis08{ padding: 60px 0;}
    .proDis08 .ibd{ margin-top: 10px; flex-wrap: wrap;}
    .proDis08 .ibd .lt,.proDis08 .ibd .rt{ width: 100%;}
    .proDis08 .ibd .lt .item .title,
    .proDis08 .ibd .rt .item .title{ padding: 20px 0; font-size: 14px;}
    .proDis08 .ibd .lt .item:nth-child(1),
    .proDis08 .ibd .lt .item:nth-child(2),
    .proDis08 .ibd .lt .item:nth-child(3),
    .proDis08 .ibd .lt .item:nth-child(4){ margin-top: 10px; width: calc(50% - 5px);  margin-left: 0;}
    .proDis08 .ibd .lt .item:nth-child(2), .proDis08 .ibd .lt .item:nth-child(4){ margin-left: 10px;}
    .proDis08 .ibd .lt .item:nth-child(1) .pic,
    .proDis08 .ibd .lt .item:nth-child(2) .pic,
    .proDis08 .ibd .lt .item:nth-child(3) .pic,
    .proDis08 .ibd .lt .item:nth-child(4) .pic{  padding-bottom: calc(250 / 355 * 100%);}
    .proDis08 .ibd .rt .item:nth-child(1),
    .proDis08 .ibd .rt .item:nth-child(2),
    .proDis08 .ibd .rt .item:nth-child(3),
    .proDis08 .ibd .rt .item:nth-child(4){ margin-top: 10px; width: calc(50% - 5px);  margin-left: 0;}
    .proDis08 .ibd .rt .item:nth-child(2), .proDis08 .ibd .rt .item:nth-child(4){ margin-left: 10px;}
    .proDis08 .ibd .rt .item:nth-child(1) .pic,
    .proDis08 .ibd .rt .item:nth-child(2) .pic,
    .proDis08 .ibd .rt .item:nth-child(3) .pic,
    .proDis08 .ibd .rt .item:nth-child(4) .pic{  padding-bottom: calc(250 / 355 * 100%);}
}

.proDis09{ padding: 160px 0; overflow: hidden;}
.proDis09 .ibd{ margin-top: 80px;}
.proDis09 .ibd .swiper09{ width: 100%;}
.proDis09 .ibd .swiper09 .swiper-slide{ width: calc(444 / 1480 * 100%); margin-right: calc(20 / 1480 * 100%);}
.proDis09 .ibd .swiper09 .swiper-slide:last-child{ margin-right: 0;}
.proDis09 .ibd .swiper09 .swiper-slide .pic{ width: 100%; position: relative; overflow: hidden; border-radius: 4px;}
.proDis09 .ibd .swiper09 .swiper-slide .pic img{ width:100%; transform: scale(1); transition: all 0.5s linear;}
.proDis09 .ibd .swiper09 .swiper-slide:hover .pic img{ transform: scale(1.05);}
.proDis09 .ibd .swiper09 .swiper-slide .title{ font-size: 18px; text-align: center; color: #000000; margin-top: 20px;}
.proDis09 .ibd .btn{ margin-top: 60px; display: flex; justify-content: right;}
.proDis09 .ibd .btn .prev09{ width: 49px; height: 49px; background: url(g_45.png) center no-repeat; background-size: cover; cursor: pointer;}
.proDis09 .ibd .btn .next09{ width: 49px; height: 49px; background: url(g_46.png) center no-repeat; background-size: cover; margin-left: 10px; cursor: pointer;}
@media only screen and (max-width:1600px){
    .proDis09{ padding: 100px 0;}
    .proDis09 .ibd{ margin-top: 60px;}
    .proDis09 .ibd .swiper09 .swiper-slide .title{ font-size: 16px; margin-top: 16px;}
    .proDis09 .ibd .btn{ margin-top: 40px;}
    .proDis09 .ibd .btn .prev09{ width: 40px; height: 40px; }
    .proDis09 .ibd .btn .next09{ width: 40px; height: 40px; margin-left: 8px;}
}
@media only screen and (max-width:1200px){
    .proDis09{ padding: 80px 0;}
    .proDis09 .ibd{ margin-top: 40px;}
    .proDis09 .ibd .swiper09 .swiper-slide .title{ font-size: 14px; margin-top: 12px;}
    .proDis09 .ibd .btn{ margin-top: 30px;}
    .proDis09 .ibd .btn .prev09{ width: 30px; height: 30px; }
    .proDis09 .ibd .btn .next09{ width: 30px; height: 30px; margin-left: 8px;}
}
@media only screen and (max-width:750px){
    .proDis09{ padding: 60px 0;}
    .proDis09 .ibd{ margin-top: 30px;}
    .proDis09 .ibd .swiper09 .swiper-slide{ width: 35%; margin-left: 1.5%;}
    .proDis09 .ibd .swiper09 .swiper-slide .title{ font-size: 14px; margin-top: 10px;}
    .proDis09 .ibd .btn{ margin-top: 20px;}
    .proDis09 .ibd .btn .prev09{ width: 24px; height: 24px; }
    .proDis09 .ibd .btn .next09{ width: 24px; height: 24px; margin-left: 6px;}
}
.proDis10{ background: url(g_47.jpg) center no-repeat; background-size: cover; padding: 160px 0; overflow: hidden;}
.proDis10 .btn{ margin-top: 30px; display: flex; align-items: center; justify-content: center;}
.proDis10 .btn a{ display: flex; align-items: center; justify-content: center; padding: 12px 24px;  ; border-radius: 24px; color: #202020; font-size: 14px; line-height: 1; border:1px solid #202020; margin: 0 7px;}
.proDis10 .btn a:hover{ color: #fff; background: #355190; border-color: #355190;}
@media only screen and (max-width:1600px){
    .proDis10{ padding: 100px 0;}
    .proDis10 .btn a{ padding: 10px 20px; font-size: 12px ; margin: 0 6px;}
}
@media only screen and (max-width:1200px){
    .proDis10{ padding: 80px 0;}
    .proDis10 .btn a{ padding: 10px 20px; font-size: 12px; margin: 0 6px;}
}
@media only screen and (max-width:750px){
    .proDis10{ padding: 60px 0;}
    .proDis10 .btn{ margin-top: 20px;}
    .proDis10 .btn a{ padding: 6px 15px; font-size: 12px;}
    .proDis10 .btn a{ margin: 0 5px;}
}


.about .ihd .title{ font-size: 48px; color: #000000; line-height: 1;  text-align: center;}
.about .ihd .title span{ color: #355190;}
.about .ihd .bq{ font-size: 22px; color: #000000; line-height: 1.8; text-align: center; margin-top: 15px;}
@media only screen and (max-width:1600px){
    .about .ihd .title{ font-size: 36px;}
    .about .ihd .bq{ font-size: 18px; margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .about .ihd .title{ font-size: 28px;}
    .about .ihd .bq{ font-size: 12px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .about .ihd .title{ font-size: 20px;}
    .about .ihd .bq{ margin-top: 8px;}
}
.about01.banner .item .title{ color: #000000;}
.about01.banner .item .intro{ font-size: 18px; padding: 0 10%; line-height: 1.8; color: #000000;}
.about02{ margin-top: 160px;}
.about02 .ibd{ margin-top: 60px;}
.about02 .ibd .item{ width: 100%; position: relative; overflow: hidden;}
.about02 .ibd .item img{ width: 100%; transition: all 0.5s linear; transform: scale(1);}
.about02 .ibd .item:hover img{ transform: scale(1.05);}
.about02 .ibd .item span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer;}
@media only screen and (max-width:1600px){
    .about01.banner .item .intro{ font-size: 16px; }
    .about02{ margin-top: 100px;}
    .about02 .ibd{ margin-top: 50px;}
}
@media only screen and (max-width:1200px){
    .about01.banner .item .intro{ font-size: 14px; }
    .about02{ margin-top: 80px;}
    .about02 .ibd{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .about01.banner .item .intro{ font-size: 12px; padding: 0; }
    .about02{ margin-top: 60px;}
    .about02 .ibd{ margin-top: 20px;}
}

.about03{ margin-top: 160px;}
.about03 .ibd{ margin-top: 60px;}
.about03 .ibd ul{ display: flex; align-items: flex-start; justify-content: space-evenly;}
.about03 .ibd ul li{ text-align: center;}
.about03 .ibd ul li .p1{ display: flex; align-items: flex-end;}
.about03 .ibd ul li .p1 i{ display: block; line-height: 1; font-size: 72px; color: #212121; font-weight: bold;}
.about03 .ibd ul li .p1 span{ display: block; line-height: 1; font-size: 48px; color: #212121; padding-bottom: 5px;}
.about03 .ibd ul li .p2{ font-size: 22px; color: #212121; line-height: 1; margin-top: 10px;}
.about03 .ibd .pic{ width: 100%; margin-top: 60px;}
.about03 .ibd .pic img{ width: 100%;}
@media only screen and (max-width:1600px){
    .about03{ margin-top: 100px;}
    .about03 .ibd{ margin-top: 50px;}
    .about03 .ibd ul li .p1 i{ font-size: 60px;}
    .about03 .ibd ul li .p1 span{ font-size: 36px;}
    .about03 .ibd ul li .p2{ font-size: 18px;}
    .about03 .ibd .pic{ margin-top: 50px;}
}
@media only screen and (max-width:1200px){
    .about03{ margin-top: 80px;}
    .about03 .ibd{ margin-top: 40px;}
    .about03 .ibd ul li .p1 i{ font-size: 48px;}
    .about03 .ibd ul li .p1 span{ font-size: 28px;}
    .about03 .ibd ul li .p2{ font-size: 16px;}
    .about03 .ibd .pic{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .about03{ margin-top: 60px;}
    .about03 .ibd{ margin-top: 30px;}
    .about03 .ibd ul{ justify-content: space-between;}
    .about03 .ibd ul li .p1 i{ font-size: 32px;}
    .about03 .ibd ul li .p1 span{ font-size: 20px;}
    .about03 .ibd ul li .p2{ font-size: 14px;}
    .about03 .ibd .pic{ margin-top: 30px;}
}

.about04{ margin-top: 160px;}
.about04 .ibd{ margin-top: 60px; display: flex; flex-wrap: wrap; width: 100%;}
.about04 .ibd .item{ width: calc(50% - 12px); margin-right: 24px; margin-top: 24px;}
.about04 .ibd .item:nth-child(1){ width: 100%; margin: 0;}
.about04 .ibd .item:nth-child(2n+1){ margin-right: 0;}
.about04 .ibd .item:nth-child(1) .txt{ display: none;}
.about04 .ibd .item .pic{ width: 100%; overflow: hidden;}
.about04 .ibd .item .pic img{ width: 100%; transition: all 0.5s linear; transform: scale(1);}
.about04 .ibd .item:hover .pic img{ transform: scale(1.05);}
.about04 .ibd .item .txt{ width: 100%; padding: 30px 0; text-align: center;}
.about04 .ibd .item .txt .title{ font-size: 26px; color: #020f1e; line-height: 1;}
.about04 .ibd .item .txt .intro{ font-size: 16px; margin-top: 10px; }
@media only screen and (max-width:1600px){
    .about04{ margin-top: 100px;}
    .about04 .ibd{ margin-top: 50px;}
    .about04 .ibd .item{ width: calc(50% - 10px); margin-right: 20px; margin-top: 20px;}
    .about04 .ibd .item .txt{ padding: 25px 0;}
    .about04 .ibd .item .txt .title{ font-size: 22px;}
    .about04 .ibd .item .txt .intro{ font-size: 14px; }
}
@media only screen and (max-width:1200px){
    .about04{ margin-top: 80px;}
    .about04 .ibd{ margin-top: 40px;}
    .about04 .ibd .item{ width: calc(50% - 8px); margin-right: 16px; margin-top: 16px;}
    .about04 .ibd .item .txt{ padding: 20px 0;}
    .about04 .ibd .item .txt .title{ font-size: 20px;}
    .about04 .ibd .item .txt .intro{ font-size: 12px; }
}
@media only screen and (max-width:750px){
    .about04{ margin-top: 60px;}
    .about04 .ibd{ margin-top: 30px;}
    .about04 .ibd .item{ width:100%; margin-right: 0; margin-top: 15px;}
    .about04 .ibd .item .txt{ padding: 15px 0;}
    .about04 .ibd .item .txt .title{ font-size: 16px;}
    .about04 .ibd .item .txt .intro{ font-size: 12px; }
}

.about041{ margin-top: 160px;}
.about041 .ihd{ padding: 160px 0; background: #35518F;}
.about041 .ihd .title{ color: #fff;}
.about041 .ihd .bq{ color: #fff;}
.about041 .ibd{ width: 100%; overflow: hidden;}
.about041 .ibd{ width: 100%; overflow: hidden;}
.about041 .ibd .swiper041{ width: 100%; position: relative;}
.about041 .ibd .swiper041 .swiper-slide{ width: 100%; overflow: hidden;}
.about041 .ibd .swiper041 .swiper-slide .pic{ width: 100%; overflow: hidden;}
.about041 .ibd .swiper041 .swiper-slide .pic img{ width: 100%;}
.about041 .ibd .swiper041 .pagination03{ position: absolute; left: 0; bottom: 0; background: linear-gradient( to top, rgba(0,0,0,0.7),rgba(0,0,0,0)); padding: 15% 0 5%; display: flex; align-items: center; justify-content: center; z-index: 3;}
.about041 .ibd .swiper041 .pagination03 span{ display: block; opacity: 1; background: none; padding: 0; margin: 0; border-radius: 0; display: block; width: fit-content; font-size: 22px; color: rgba(255,255,255,0.4); font-family:'MyFontB'; line-height: normal; height: auto; margin: 0 3%;}
.about041 .ibd .swiper041 .pagination03 span.swiper-pagination-bullet-active{ color: rgba(255,255,255,1); background: url(g_89.png) left center no-repeat; background-size:19px; padding-left:32px;}
@media only screen and (max-width:1600px){
    .about041{ margin-top: 100px;}
    .about041 .ihd{ padding: 100px 0;}
    .about041 .ibd .swiper041 .pagination03{ padding: 12% 0 3%; }
    .about041 .ibd .swiper041 .pagination03 span{  font-size: 18px; }
    .about041 .ibd .swiper041 .pagination03 span.swiper-pagination-bullet-active{ background-size:16px; padding-left:25px;}
}
@media only screen and (max-width:1200px){
    .about041{ margin-top: 80px;}
    .about041 .ihd{ padding: 80px 0;}
    .about041 .ibd .swiper041 .pagination03{ padding: 12% 0 3%; }
    .about041 .ibd .swiper041 .pagination03 span{  font-size: 16px; }
    .about041 .ibd .swiper041 .pagination03 span.swiper-pagination-bullet-active{ background-size:14px; padding-left:20px;}
}
@media only screen and (max-width:750px){
    .about041{ margin-top: 60px;}
    .about041 .ihd{ padding: 60px 4%;}
    .about041 .ihd .title{ line-height: 1.2;}
    .about041 .ibd .swiper041 .pagination03{ padding: 12% 4% 3%; justify-content: space-between; box-sizing: border-box; }
    .about041 .ibd .swiper041 .pagination03 span{  font-size: 12px; margin: 0;}
    .about041 .ibd .swiper041 .pagination03 span.swiper-pagination-bullet-active{ background-size:10px; padding-left:15px;}
}
.about042{ background: #f2f3f5; padding: 160px 0;}
/* .about042 .ibd{ display: flex; flex-wrap: wrap; justify-content: space-between;} */
.about042 .ibd .swiper_cg{ width: 100%; overflow: hidden;  margin-top: 60px;}
.about042 .ibd .pagination_cg{ width: 100%; text-align: center; margin-top: 40px;}
.about042 .ibd .pagination_cg span{ width: 14px; height: 14px; opacity: 1; border-radius: 100%; background: #666;}
.about042 .ibd .pagination_cg span.swiper-pagination-bullet-active{background: #355190;}
.about042 .ibd .item{ width: 717px;  margin-top: 0!important; margin-right: 46px;}
.about042 .ibd .item:last-child{ margin-right: 0;}
.about042 .ibd .item .cont{ background: #fff; padding: 60px 45px 40px;}
.about042 .ibd .item .cont .title{ font-size: 30px; color: #000000; line-height: 1; text-align: center;}
.about042 .ibd .item .cont .intro{ font-size: 18px; color: #000000; line-height: 1.6; text-align: center; margin-top: 20px;}
.about042 .ibd .item .pic{ width: 100%; overflow: hidden;}    
.about042 .ibd .item .pic img{ width: 100%; overflow: hidden; transition: all 0.5s linear; transform: scale(1);}    
.about042 .ibd .item:hover .pic img{ transform: scale(1.05);}    
.about042 .ibd .item:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.15);}
@media only screen and (max-width:1600px){
    .about042{ padding: 100px 0;}
    .about042 .ibd .swiper_cg{ margin-top: 50px;}
    .about042 .ibd .item{ width: calc(50% - 20px); margin-right: 40px;}
    .about042 .ibd .item .cont{ padding: 45px 35px 30px;}
    .about042 .ibd .item .cont .title{ font-size: 24px; }
    .about042 .ibd .item .cont .intro{ font-size: 14px; margin-top: 16px;}  
    .about042 .ibd .pagination_cg{ margin-top: 30px;}
    .about042 .ibd .pagination_cg span{ width: 12px; height: 12px;  }
}
@media only screen and (max-width:1200px){
    .about042{ padding: 80px 0;}
    .about042 .ibd .swiper_cg{ margin-top: 30px;}
    .about042 .ibd .item{ width: calc(50% - 10px); margin-top: 30px; margin-right: 20px;}
    .about042 .ibd .item .cont{ padding: 35px 20px 20px;}
    .about042 .ibd .item .cont .title{ font-size: 20px; }
    .about042 .ibd .item .cont .intro{ font-size: 14px; margin-top: 12px;} 
    .about042 .ibd .pagination_cg{ margin-top: 20px;}
    .about042 .ibd .pagination_cg span{ width: 10px; height: 10px;  } 
}
@media only screen and (max-width:750px){
    .about042{ padding: 60px 0;}
    .about042 .ibd .item{ width: 100%; margin-top: 20px;}
    .about042 .ibd .item .cont{ padding: 20px;}
    .about042 .ibd .item .cont .title{ font-size: 18px; }
    .about042 .ibd .item .cont .intro{ font-size: 12px;}  
}








.about05{ background: url(g_58.jpg) center center no-repeat; background-size: 100%; padding: 160px 0 75px;}
.about05 .ibd{ margin-top: 100px;}
.about05 .apList{ background: url(g_56.png) bottom center no-repeat; background-size: 1920px; padding-bottom: 85px;}
.about05 .apList .swiper_ap{ width: 1480px; margin: 0 auto; overflow: hidden;}
.about05 .apList .swiper_ap .swiper-slide{ width: 280px; margin-right: 20px;}
.about05 .apList .swiper_ap .swiper-slide:last-child{ margin-right: 0;}
.about05 .apList .swiper_ap .swiper-slide .pic{ width: 100%; overflow: hidden;}
.about05 .apList .swiper_ap .swiper-slide .pic img{ width: 100%; transition: all 0.5s linear; transform: scale(1);}
.about05 .apList .swiper_ap .swiper-slide:hover .pic img{ transform: scale(1.05);}
.about05 .apList .swiper_ap .swiper-slide .txt{ font-size: 18px; color: #212121; height: 50px; display: flex; align-items: center; justify-content: center; text-align: center;}
.about05 .bpList{ background: url(g_56.png) bottom center no-repeat; background-size: 1920px; padding-bottom: 85px; margin-top: -30px;}
.about05 .bpList .swiper_bp{ width: 1275px; margin: 0 auto; overflow: hidden;}
.about05 .bpList .swiper_bp .swiper-slide{ width: 239px; margin-right: 20px;}
.about05 .bpList .swiper_bp .swiper-slide:last-child{ margin-right: 0;}
.about05 .bpList .swiper_bp .swiper-slide .pic{ width: 100%; overflow: hidden;}
.about05 .bpList .swiper_bp .swiper-slide .pic img{ width: 100%; transition: all 0.5s linear; transform: scale(1);}
.about05 .bpList .swiper_bp .swiper-slide:hover .pic img{ transform: scale(1.05);}
.about05 .bpList .swiper_bp .swiper-slide .txt{ font-size: 18px; color: #212121; height: 50px; display: flex; align-items: center; justify-content: center; text-align: center;}

.about05.on{background: url(pp1.jpg) center center no-repeat; background-size: cover; transition: all 0.3s linear;}
.about05.on .ihd .title{ color: #fff;  transition: all 0.3s linear;}
.about05.on .ihd .bq{ color: #fff;  transition: all 0.3s linear;}
.about05.on .apList{ background-image: url(pp2.png);  transition: all 0.3s linear;}
.about05.on .bpList{ background-image: url(pp2.png);  transition: all 0.3s linear;}
.about05.on .apList .swiper_ap .swiper-slide .txt{ color: #fff;  transition: all 0.3s linear;}
.about05.on .bpList .swiper_bp .swiper-slide .txt{ color: #fff;  transition: all 0.3s linear;}


@media only screen and (max-width:1600px){
    .about05{ padding: 100px 0 25px;}
    .about05 .ibd{ margin-top:60px;}
    .about05 .apList{ background-size: auto 120px; padding-bottom: 75px;}
    .about05 .apList .swiper_ap{ width: 1200px;}
    .about05 .apList .swiper_ap .swiper-slide{ width: 228px; margin-right: 15px;}
    .about05 .apList .swiper_ap .swiper-slide .txt{ font-size: 16px; height: 42px;}
    .about05 .bpList{ background-size: auto 120px; padding-bottom: 75px;}
    .about05 .bpList .swiper_bp{ width: 1060px;}
    .about05 .bpList .swiper_bp .swiper-slide{ width: 200px; margin-right: 15px;}
    .about05 .bpList .swiper_bp .swiper-slide .txt{ font-size: 16px; height: 42px;}
}
@media only screen and (max-width:1200px){
    .about05{ padding: 80px 0 15px;}
    .about05 .ibd{ margin-top:40px;}
    .about05 .apList{ background-size: auto 100px; padding-bottom: 62px;}
    .about05 .apList .swiper_ap{ width: 92%;}
    .about05 .apList .swiper_ap .swiper-slide{ width: 23.5%; margin-right: 2%;}
    .about05 .apList .swiper_ap .swiper-slide .txt{ font-size: 13px; height: 36px;}
    .about05 .bpList{ background-size: auto 100px; padding-bottom: 62px;}
    .about05 .bpList .swiper_bp{ width: 82%;}
    .about05 .bpList .swiper_bp .swiper-slide{ width: 23.5%; margin-right: 2%;}
    .about05 .bpList .swiper_bp .swiper-slide .txt{ font-size: 14px; height: 36px;}
}
@media only screen and (max-width:750px){
    .about05{ padding:60px 0  5px;}
    .about05 .ibd{ margin-top:30px;}
    .about05 .apList .swiper_ap .swiper-slide{ width: 48.5%; margin-right: 3%;}  
    .about05 .bpList .swiper_ap .swiper-slide .txt{ font-size: 12px; height: 36px;}
    .about05 .bpList .swiper_bp .swiper-slide{ width: 48.5%; margin-right: 3%;}
    .about05 .bpList .swiper_bp .swiper-slide .txt{ font-size: 12px; height: 36px;}
}
.about06{ margin: 160px 0;}
.about06 .ibd{ margin-top: 90px;}
.about06 .ibd ul{ display: flex; align-items: flex-start; justify-content: space-evenly;}
.about06 .ibd ul li{ text-align: center;}
.about06 .ibd ul li .p1{ display: flex; align-items: flex-end;}
.about06 .ibd ul li .p1 i{ display: block; line-height: 1; font-size: 72px; color: #212121; font-weight: bold;}
.about06 .ibd ul li .p1 span{ display: block; line-height: 1; font-size: 48px; color: #212121; padding-bottom: 5px;}
.about06 .ibd ul li .p2{ font-size: 22px; color: #212121; line-height: 1; margin-top: 10px;}
.about06 .iin{ margin-top: 80px; position: relative; overflow: hidden;} 
.about06 .iin .mySwiper4{ width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2;}
.about06 .iin .mySwiper4 .swiper-slide{ height: 100px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; cursor: pointer;}
.about06 .iin .mySwiper4 .swiper-slide.swiper-slide-thumb-active{ background: linear-gradient( to top, rgba(61,78,128,1),rgba(61,78,128,0.3)); color: #fff; font-family: "MyfontB";}
.about06 .iin .mySwiper3{ width: 100%; overflow: hidden;}
.about06 .iin .mySwiper3 .swiper-slide{ width: 100%; position: relative;}
.about06 .iin .mySwiper3 .swiper-slide .pic{ width: 100%; overflow: hidden;}
.about06 .iin .mySwiper3 .swiper-slide .pic img{ width: 100%; transition: all 0.5s linear; transform: scale(1);}
.about06 .iin .mySwiper3 .swiper-slide:hover .pic img{ transform: scale(1.05);}
.about06 .iin .mySwiper3 .swiper-slide .cont{ width: 640px; background: rgba(20,30,55,0.5); position: absolute; top: 50%; transform: translateY(-50%); padding: 60px 40px; box-sizing: border-box; left: 70px; color: #fff;}
.about06 .iin .mySwiper3 .swiper-slide .title{ font-size: 26px;}
.about06 .iin .mySwiper3 .swiper-slide .intro{ font-size: 16px; margin-top: 25px;}
.about06 .iin .prev04,.about06 .iin .next04{ display: none;}

@media only screen and (max-width:1600px){
    .about06{ margin: 100px 0;}
    .about06 .ibd{ margin-top: 60px;}
    .about06 .ibd ul li .p1 i{ font-size: 60px;}
    .about06 .ibd ul li .p1 span{ font-size: 36px;}
    .about06 .ibd ul li .p2{ font-size: 18px;}

    .about06 .iin{ margin-top: 60px;} 
    .about06 .iin .mySwiper4 .swiper-slide{ height: 80px;  font-size: 18px;}
    .about06 .iin .mySwiper3 .swiper-slide .cont{ width: 45%; padding: 50px 30px; left: 50px;}
    .about06 .iin .mySwiper3 .swiper-slide .title{ font-size: 22px;}
    .about06 .iin .mySwiper3 .swiper-slide .intro{ font-size: 14px; margin-top: 20px;}

}
@media only screen and (max-width:1200px){
    .about06{ margin: 80px 0;}
    .about06 .ibd{ margin-top: 40px;}
    .about06 .ibd ul li .p1 i{ font-size: 48px;}
    .about06 .ibd ul li .p1 span{ font-size: 28px;}
    .about06 .ibd ul li .p2{ font-size: 16px;}
    .about06 .iin{ margin-top:40px;} 
    .about06 .iin .mySwiper4 .swiper-slide{ height: 60px;  font-size: 16px;}
    .about06 .iin .mySwiper3 .swiper-slide .cont{ width: 90%; padding: 40px 20px; left: 5%;}
    .about06 .iin .mySwiper3 .swiper-slide .title{ font-size: 18px;}
    .about06 .iin .mySwiper3 .swiper-slide .intro{ font-size: 12px; margin-top: 15px;}

}
@media only screen and (max-width:750px){
    .about06{ margin: 60px 0;}
    .about06 .ibd{ margin-top: 30px;}
    .about06 .ibd ul{ justify-content: space-between;}
    .about06 .ibd ul li .p1 i{ font-size: 32px;}
    .about06 .ibd ul li .p1 span{ font-size: 20px;}
    .about06 .ibd ul li .p2{ font-size: 14px;}

    .about06 .iin{ margin-top:30px;} 
    .about06 .iin .mySwiper4 .swiper-slide{ height: 0;  font-size: 0; overflow: hidden; background: rgba(20,30,55,1); }
    .about06 .iin .mySwiper3 .swiper-slide{ background: rgba(20,30,55,1); height: auto;}

    .about06 .iin .mySwiper3 .swiper-slide .cont{ width: 100%; position: relative; left: 0;top: 0; transform: translate(0); padding: 20px; background: rgba(20,30,55,1);}
    .about06 .iin .mySwiper3 .swiper-slide .title{ font-size: 16px;}
    .about06 .iin .mySwiper3 .swiper-slide .intro{ font-size: 12px; margin-top: 15px;}


    .about06 .iin .prev04{ display: block; width: 24px; height: 24px; background: url(g_17.png) center center no-repeat; background-size: cover; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
    .about06 .iin .next04{ display: block; width: 24px; height: 24px; background: url(g_18.png) center center no-repeat; background-size: cover; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}


}

.hotNews{ width: 100%; background: #ffffff; padding: 50px 0;}
.hotNews .ihd{ font-size: 48px; color: #000000; line-height: 1; padding: 30px 0; border-bottom: 1px solid #bdbdbd;}
.hotNews .ibd{ margin-top: 50px;}
.hotNews .ibd .swiperHotNews{ width: 100%; overflow: hidden; position: relative;}
.hotNews .ibd .swiperHotNews .swiper-slide a{ display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-between;}
.hotNews .ibd .swiperHotNews .swiper-slide a .pic{ width: 665px; overflow: hidden;}
.hotNews .ibd .swiperHotNews .swiper-slide a .pic i{ display: block; width: 100%; padding-bottom: calc(465 / 665 * 100%); position: relative;}
.hotNews .ibd .swiperHotNews .swiper-slide a .pic i img{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; transition: all 0.5s linear; transform: scale(1);}
.hotNews .ibd .swiperHotNews .swiper-slide:hover a .pic i img{ transform: scale(1.05);}
.hotNews .ibd .swiperHotNews .swiper-slide .cont{ width: 750px;}
.hotNews .ibd .swiperHotNews .swiper-slide .cont .title{ font-size: 30px; color: #000000; line-height: 1.5; margin-top: 25px; transition: all 0.5s linear;}
.hotNews .ibd .swiperHotNews .swiper-slide .cont .time{ font-size: 16px; color: #355190; line-height: 1; margin-top: 20px;}
.hotNews .ibd .swiperHotNews .swiper-slide .cont .intro{ font-size: 18px; color: #595959; line-height: 1.5; margin-top: 30px;}
.hotNews .ibd .swiperHotNews .swiper-slide .cont .more{ font-size: 18px; color: #355190; line-height: 1; margin-top: 70px; width: fit-content; background: url(p1.png) right center no-repeat; background-size: 6px; padding-right: 12px;}
.hotNews .ibd .swiperHotNews .swiper-slide:hover .cont .title{ color: #355190;}
.hotNews .ibd .swiperHotNews .next01{ width: 49px; height: 49px; background: url(g_62.png) center center no-repeat; background-size: cover; position: absolute; right: 1%; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.hotNews .ibd .swiperHotNews .prev01{ width: 49px; height: 49px; background: url(g_61.png) center center no-repeat; background-size: cover; position: absolute; right: calc(665px - 49px - 1%); top: 50%; transform: translateY(-50%); z-index: 2;  cursor: pointer;}
@media only screen and (max-width:1600px){
    .hotNews{ padding: 40px 0;}
    .hotNews .ihd{ font-size: 36px; padding: 20px 0; }
    .hotNews .ibd{ margin-top: 40px;}
    .hotNews .ibd .swiperHotNews .swiper-slide a .pic{ width: 45%;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont{ width: 50%;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .title{ font-size: 24px; margin-top: 15px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .time{ font-size: 14px; margin-top: 15px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .intro{ font-size: 16px;  margin-top: 25px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .more{ font-size: 16px;  margin-top: 50px;}
    .hotNews .ibd .swiperHotNews .next01{ width: 40px; height: 40px; }
    .hotNews .ibd .swiperHotNews .prev01{ width: 40px; height: 40px; right: calc(45% - 40px - 1%);}
}
@media only screen and (max-width:1200px){
    .hotNews{ padding: 30px 0;}
    .hotNews .ihd{ font-size: 24px; padding: 15px 0; }
    .hotNews .ibd{ margin-top: 30px;}
    .hotNews .ibd .swiperHotNews .swiper-slide a .pic{ width: 47%;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .title{ font-size: 20px; margin-top: 10px; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .time{ font-size: 12px; margin-top: 10px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .intro{ font-size: 14px;  margin-top: 20px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .more{ font-size: 14px;  margin-top: 30px;}
    .hotNews .ibd .swiperHotNews .next01{ width: 32px; height: 32px; }
    .hotNews .ibd .swiperHotNews .prev01{ width: 32px; height: 32px; right: calc(47% - 32px - 1%);}
}
@media only screen and (max-width:750px){
    .hotNews{ padding: 20px 0;}
    .hotNews .ihd{ font-size: 20px; padding: 12px 0; }
    .hotNews .ibd{ margin-top: 20px;}
    .hotNews .ibd .swiperHotNews .swiper-slide a .pic{ width: 100%;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont{ width: 100%;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .title{ font-size: 18px; margin-top: 12px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .intro{ margin-top: 15px;}
    .hotNews .ibd .swiperHotNews .swiper-slide .cont .more{ margin-top: 15px; line-height: 28px;}
    .hotNews .ibd .swiperHotNews .next01{ width: 28px; height: 28px; top: auto; transform: translateY(0); bottom: 0; }
    .hotNews .ibd .swiperHotNews .prev01{ width: 28px; height: 28px; top: auto; transform: translateY(0); bottom: 0; right: calc(2% + 28px);}
}

.container{ background: #f2f3f5; padding: 110px 0;}
.secondNav{ width: 100%;}
.secondNav ul{ display: flex; width: fit-content; justify-content: space-between; border-radius: 50px; background: #fff; overflow: hidden; margin: 0 auto;}
.secondNav ul li a{ display: flex; align-items: center; justify-content: center; padding: 15px 60px; font-size: 18px; color: #231815; border-radius: 50px; transition: all 0.5s linear;}
.secondNav ul li.on a,
.secondNav ul li:hover a{ background: #355190; color: #fff; }
@media only screen and (max-width:1600px){
    .container{ padding: 80px 0;}
    .secondNav ul li a{  padding: 12px 40px; font-size: 16px;}
}
@media only screen and (max-width:1200px){
    .container{ padding: 60px 0;}
    .secondNav ul li a{  padding: 10px 30px; font-size: 14px;}
}
@media only screen and (max-width:750px){
    .container{ padding: 60px 0;}
    .secondNav ul{ width: 92%; border-radius: 0; flex-wrap: wrap; border: 1px solid #355190; box-sizing: border-box; border-right: 0; border-bottom: 0;}
    .secondNav ul li{ width: 50%; border-right: 1px solid #355190;  border-bottom: 1px solid #355190; box-sizing: border-box;}
    .secondNav ul li a{ width: 100%; box-sizing: border-box; padding: 10px 30px; font-size: 14px; border-radius: 0;}
}

.newsListCont{ margin-bottom: 110px; display: flex; flex-wrap: wrap; padding-top: 30px;}
.newsListCont .item{ width: 480px; margin-right: 20px; background: #fff; margin-top: 20px;}
.newsListCont .item:nth-child(3n){ margin-right: 0;}
.newsListCont .item .pic{ width: 100%;}
.newsListCont .item .pic i{ display: block; width: 100%; padding-bottom: calc(330 / 480 * 100%); overflow: hidden; position: relative;}
.newsListCont .item .pic i img{ position: absolute; position: absolute; left: 0; top: 0; height: 100%; width: 100%; transition: all 0.3s linear; transform: scale(1);}
.newsListCont .item:hover .pic i img{ transform: scale(1.05);}
.newsListCont .item .cont{ padding: 30px;}
.newsListCont .item .cont .title{ font-size: 20px; color: #000000;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsListCont .item .cont .intro{ margin-top: 8px; font-size: 18px; color: #595959;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsListCont .item .cont .time{ font-size:16px; color: #355190; margin-top: 15px;}
.newsListCont .item:hover .cont .title{ color: #355190;  font-family: "MyFontB";}
.newsListCont .item:hover{ box-shadow: 0 0 18px rgba(53,18,144,0.18);}

@media only screen and (max-width:1600px){
    .newsListCont{ margin-bottom: 80px; padding-top: 25px;}
    .newsListCont .item{ width: calc(33.3333333% - 12px); margin-right: 18px;}
    .newsListCont .item .cont{ padding: 25px;}
    .newsListCont .item .cont .title{ font-size: 18px;}
    .newsListCont .item .cont .intro{ margin-top: 8px; font-size: 16px;}
    .newsListCont .item .cont .time{ font-size:14px; margin-top: 15px;}
}

@media only screen and (max-width:1200px){
   .newsListCont{ margin-bottom: 60px; padding-top: 15px;}
    .newsListCont .item{ width: calc(33.3333333% - 10px); margin-right: 15px;}
    .newsListCont .item .cont{ padding: 20px;}
    .newsListCont .item .cont .title{ font-size: 16px;}
    .newsListCont .item .cont .intro{ margin-top: 6px; font-size: 14px;}
    .newsListCont .item .cont .time{ font-size:12px; margin-top: 12px;}
}
@media only screen and (max-width:750px){
    .newsListCont{ margin-top: 0;}
    .newsListCont .item{ width:100%; margin-right: 0; margin-top: 10px;}
    .newsListCont .item .cont{ padding: 20px;}
    .newsListCont .item .cont .title{ font-size: 16px;}
    .newsListCont .item .cont .intro{ margin-top: 6px; font-size: 12px;}
    .newsListCont .item .cont .time{ font-size:12px; margin-top: 10px;}
}

.jjfa {
  width: 100%;
  overflow: hidden;
}
.jjfaList {
  width: 100%;
}
.jjfaList .item {
  width: 100%;
  position: relative; margin-top: 40px;
}
.jjfaList .item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.jjfaList .item .pic {
  width: 100%; overflow: hidden;
}
.jjfaList .item .pic img {
  width: 100%;
  height: auto;
  display: block; transition: all 0.5s linear; transform: scale(1);
}
.jjfaList .item:hover .pic img {
   transform: scale(1.05)
}
.jjfaList .item .cont {
  position: absolute;
  left: 5%;
  bottom: 12%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 40px;
  width: 580px;
    box-sizing: border-box;
}
.jjfaList .item .cont .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.jjfaList .item .cont .intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  opacity: 0.92;
}
.jjfaList .item .cont .more {
  display: inline-block;
  background-color: #355190;
  padding: 10px 26px;
  border-radius: 99px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.jjfaList .item:hover .cont .more {
  background-color: #2346b9;
}
@media screen and (max-width: 1600px) {
    .jjfaList .item{ margin-top: 30px;}
    .jjfaList .item .cont {
        width: 550px;
        padding: 30px;
    }
    .jjfaList .item .cont .title {
        font-size: 32px;
    }
    .jjfaList .item .cont .intro {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
  .jjfaList .item {
    margin-top: 25px;
  }
  .jjfaList .item .cont {
    width: 420px;
    padding: 28px;
    bottom: 8%;
  }
  .jjfaList .item .cont .title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .jjfaList .item .cont .intro {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .jjfaList .item {
    margin-top: 20px;
  }
  .jjfaList .item .cont {
    width:100%; position: relative;
    left: 0;
    right:0;
    padding: 20px;
    bottom: 6%; background: #355190;
  }
  .jjfaList .item .cont .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .jjfaList .item .cont .intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .jjfaList .item .cont .more {
    padding: 8px 20px;
    font-size: 12px; background: #fff; color: #355190;
  }
}



/**************************/
/* 内容模式 */
.article { padding:60px 0; width:100%; margin:0 auto; box-sizing:border-box; line-height:2; font-size:16px; word-wrap:break-word;  }
.article .hd { margin:0 0 30px; padding:0 0 30px; border-bottom: 1px dotted #ccc; }
.article .hd h1 { color:#333; font-size:28px; text-align:center; font-weight:normal; line-height:1.6 }
.article .hd .titBar { color:rgba(0,0,0,0.6); font-size:16px; text-align:center; margin-top:10px }
.article .bd {  line-height:2; font-size:16px; color:#333 }
.article .bd img{ max-width:100%; height:auto}
.article .bd video{ max-width:100%; height:auto}
.article .ft { margin:30px 0 0;}
.article .ft .nr{ padding:0!important; background:none!important}
.article .ft ul{ border-top:1px dotted #ccc; padding:30px 0 0 0 }
.article .ft ul li { width:100%;  box-sizing:border-box; text-align:left; text-overflow: ellipsis;overflow: hidden;white-space: nowrap; color:#333}
.article .ft ul li a{ color:#333}
.article .ft ul li a:hover{ color:#355190}
.nr_pc{ display:block}
.nr_sj{ display:none}
.article .bd video{ max-width:100%; height:auto}
@media all and (max-width:1600px){
	.article { padding:60px 0;}
}
@media all and (max-width:1200px){
	.article { padding:60px 0;}
	.article .hd h1{ font-size:18px}
	.article .hd{ padding-bottom:20px; margin-bottom:20px}
	.article .hd .titBar { font-size:12px}
	.article{ font-size:14px}
	.article .ft{ }
	.article .ft .back{ top:20px}
	.article .ft ul li{ width:100%}
	.article .ihd{ font-size:20px;  padding:5px 0; margin-bottom:20px}
	.nr_pc{ display:none}
	.nr_sj{ display:block}
	.article .ft { margin:20px 0 0; height:auto}
	.article .ft ul{ display:block; height:auto; padding:20px 0 0 0}
	.article .ft ul li { width:100% }
	.article .bd{ font-size:14px; line-height:2}	
}
@media all and (max-width:750px){
    .article { padding:40px 0;}
}


.newsPage2{ padding:40px 0}
.newsList2{ padding-bottom:30px}
.newsList2 .item{ width:100%; height:136px; margin-bottom:25px; background:#fff;}
.newsList2 .item a{ display:block;display:flex;align-items: center;   width:100%; height:100% }
.newsList2 .item .time{ width:190px; text-align:center; font-weight:bold; color:#5b5b5b}
.newsList2 .item .time .p1{ display:inline-block; vertical-align:top; font-size:32px; line-height:1; border-bottom:1px solid #ebebeb; padding-bottom:10px; margin-bottom:8px}
.newsList2 .item .cont{ width:calc(100% - 190px); box-sizing:border-box; padding:0 45px 0 0}
.newsList2 .item .cont .title{ font-size:18px; color:#282828;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsList2 .item .cont .intro{ font-size:16px; color:rgba(0,0,0,0.45); line-height:24px; height:48px; margin-top:6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsList2 .item:hover a{ }
.newsList2 .item:hover{ background:#355190; box-shadow:0px 12px 23.75px 1.25px rgba(0,4,35,0.13);}
.newsList2 .item:hover .time{ color:#fff}
.newsList2 .item:hover .time .p1{ border-bottom:1px solid #fff}
.newsList2 .item:hover .cont .title{ color:#fff;}
.newsList2 .item:hover .cont .intro{ color:rgba(255,255,255,0.47);}
@media all and (max-width:1200px){
	.newsPage2{ padding:40px 0}
	.newsList2{ padding-bottom:10px}
	.newsList2 .item{ margin-bottom:20px; height:125px}
	.newsList2 .item .time{ width:100px;}
	.newsList2 .item a{ }
	.newsList2 .item:hover a{ }
	.newsList2 .item .time .p1{ font-size:24px;padding-bottom:8px; margin-bottom:6px}
	.newsList2 .item .cont{ width:calc(100% - 100px); padding:0 30px 0 0}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; height:40px}
}
@media all and (max-width:450px){
	.newsList2 .item{ height:100px}
	.newsList2 .item .time{ width:80px;}
	.newsList2 .item a{  }
	.newsList2 .item:hover a{ }
	.newsList2 .item .time .p1{ font-size:24px;padding-bottom:8px; margin-bottom:6px}
	.newsList2 .item .cont{ width:calc(100% - 80px); padding:0 15px 0 0}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; height:40px}
}

/*picx*/
.picx{ padding:60px 0}
.picxList{ width:100%;}
.picxList .item{ width:31.5%; float:left; margin-right:2.75%; background:#fff; margin-bottom:40px}
.picxList .item:nth-child(3n){ margin-right:0}
.picxList .item:hover{ box-shadow:0 0 10px rgba(00,0,0,0.15)}
.picxList .item a{}
.picxList .item a .pic{ width:100%; overflow:hidden; position:relative}
.picxList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.picxList .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.picxList .item a .cont{ padding:20px; background:#fff}
.picxList .item a .cont .title{ font-size:18px; color:#282828;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; text-align:center;}
.picxList .item:hover a .cont .title{ color:#fff; background:#3151a4}
.picxList .item:hover a .cont{ color:#fff; background:#3151a4}
@media all and (max-width:1440px){
	.picxList{ padding-bottom:30px}
	.picxList .item{ margin-bottom:30px}
	.picx{ padding:40px 0 60px}

}
@media all and (max-width:1200px){
	.picx{}
	.picxList{ padding-bottom:20px}
	.picxList .item{ margin-bottom:20px}
	.picx{ padding:40px 0}
	.picxList .item a .cont{ padding:15px}
	.picxList .item a .cont .title{ font-size:16px}	

}
@media all and (max-width:750px){
	.picxList .item{ width:48.5%;   margin-right:3%;margin-bottom:15px}
	.picxList .item:nth-child(3n){ margin-right:3%}
	.picxList .item:nth-child(2n){ margin-right:0}	
	.picxList .item a .cont{ padding:10px}
	.picxList .item a .cont .title{ font-size:14px;}	

}

/**********************/
.fwzx .ihd .title{ font-size: 48px; color: #000000; line-height: 1;  text-align: center;}
.fwzx .ihd .bq{ font-size: 22px; color: #000000; line-height: 1.8; text-align: center; margin-top: 15px;}
@media only screen and (max-width:1600px){
    .fwzx .ihd .title{ font-size: 36px;}
    .fwzx .ihd .bq{ font-size: 18px; margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .fwzx .ihd .title{ font-size: 28px;}
    .fwzx .ihd .bq{ font-size: 12px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .fwzx .ihd .title{ font-size: 20px;}
    .fwzx .ihd .bq{ margin-top: 8px;}
}

.fwzx01{ width: 100%; padding: 160px 0 0;}
.fwzx01 .ibd{ margin-top: 60px; position: relative; }
.fwzx01 .ibd .aitem{ width: 100%; position: relative;}
.fwzx01 .ibd .aitem .pic{ width: 100%;}
.fwzx01 .ibd .aitem .pic img{ width: 100%;}
.fwzx01 .ibd .aitem .cont{ position: absolute; left: calc(50% + 260px); top: 50%; transform: translateY(-50%);}
.fwzx01 .ibd .aitem .cont .tb{ width: fit-content; background: #fff; border-radius:30px; padding: 10px 20px; cursor: pointer; }
.fwzx01 .ibd .aitem .cont .tb i{ display: block; background: url(g_65.png) left center no-repeat; padding-left: 20px; font-size: 16px; color: #000;}
.fwzx01 .ibd .aitem .cont .bd{ position: absolute; left: 50%; bottom: 120%; transform: translateX(-50%); width: fit-content; background: #fff; border-radius:10px; padding: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.fwzx01 .ibd .aitem .cont .bd .i{ width: 294px; border-radius: 5px; overflow: hidden;}
.fwzx01 .ibd .aitem .cont .bd .i img{ width: 100%;}
.fwzx01 .ibd .aitem .cont .bd .t{ font-size: 16px; color: #355190; margin-top: 10px;}
.fwzx01 .ibd .aitem .cont .bd .c{ font-size: 12px; color: #5e5e5e; margin-top: 6px; line-height: 1.8;}
.fwzx01 .ibd .aitem .cont .bd .m{ display: flex; justify-content: flex-end; margin-top: 10px;}
.fwzx01 .ibd .aitem .cont .bd .m a{ display: flex; align-items: center; justify-content: center; font-size: 12px; color: #5e5e5e; border: 1px solid #5e5e5e; padding: 5px 15px; border-radius: 20px;}
.fwzx01 .ibd .aitem .cont .bd .m a:hover{ background: #355190; border-color: #355190; color: #fff;}
.fwzx01 .ibd .bitem{ position: absolute; left:40px; top: 40px; z-index: 2; background: #fff; width: 480px; box-sizing: border-box; padding: 35px 35px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.fwzx01 .ibd .bitem .hd{ display: flex; align-items: center; justify-content: space-between;}
.fwzx01 .ibd .bitem .hd .sel{ display: block; border: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; background: url(g_64.png) calc(100% - 10px) center no-repeat; width: 290px; font-size: 18px; color: #080808; height: 36px; border-bottom: 1px solid #b4b4b4;}
.fwzx01 .ibd .bitem .hd .inp1{ display: flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid #b4b4b4; height: 36px; width: 112px; font-size: 16px; color: #080808; cursor: pointer;}
.fwzx01 .ibd .bitem .hd .inp1:hover{ border-color: #355190; background: #355190; color: #fff;}
.fwzx01 .ibd .bitem .bd{ width: 100%; max-height: 450px; overflow: auto; margin-top: 10px;}
.fwzx01 .ibd .bitem .bd .item{ border-bottom: 1px solid #f2f2f2;}
.fwzx01 .ibd .bitem .bd .item .a{ display: block; padding: 35px 0;}
.fwzx01 .ibd .bitem .bd .item .a .t{ font-size: 16px; color: #080808; padding-left: 25px; background: url(g_65.png) 0 5px no-repeat; background-size: 12px;}
.fwzx01 .ibd .bitem .bd .item .a .i{ font-size: 14px; color: #5e5e5e; padding-left: 25px; margin-top: 10px;}
.fwzx01 .ibd .bitem .bd .item:hover{ background: #fafafa;}
.fwzx01 .ibd .bitem .bd .item.on{ background: #fafafa;}
.fwzx01 .ibd .bitem .bd .item .b{ display: none;}
@media only screen and (max-width:1600px){
    .fwzx01{ padding: 100px 0 0;}
    .fwzx01 .ibd{ margin-top: 50px;}
    .fwzx01 .ibd .aitem .cont{ left: calc(50% + 200px);}
    .fwzx01 .ibd .aitem .cont .tb i{ background-size: 10px; padding-left: 16px; font-size: 14px;}
    .fwzx01 .ibd .aitem .cont .bd{ padding: 10px;}
    .fwzx01 .ibd .aitem .cont .bd .i{ width: 250px;}
    .fwzx01 .ibd .aitem .cont .bd .t{ font-size: 14px; margin-top: 8px;}
    .fwzx01 .ibd .aitem .cont .bd .c{ margin-top: 5px;}
    .fwzx01 .ibd .bitem{ left:30px; top: 30px; width: 400px; padding: 25px;}
    .fwzx01 .ibd .bitem .hd .sel{  width: 240px; font-size: 16px; height: 32px;}
    .fwzx01 .ibd .bitem .hd .inp1{  height: 32px; border-radius: 5px; width: 100px; font-size: 14px; }
    .fwzx01 .ibd .bitem .bd{ max-height: 400px;}
    .fwzx01 .ibd .bitem .bd .item .a{ padding: 25px 0;}
    .fwzx01 .ibd .bitem .bd .item .a .t{ font-size: 14px; padding-left: 18px; background: url(g_65.png) 0 4px no-repeat; background-size: 10px;}
    .fwzx01 .ibd .bitem .bd .item .a .i{ font-size: 12px; padding-left: 18px; margin-top: 8px;}
}
@media only screen and (max-width:1200px){
    .fwzx01{ padding: 80px 0 0;}
    .fwzx01 .ibd{ margin-top: 40px;}
    .fwzx01 .ibd .aitem{display: none;}
    .fwzx01 .ibd .bitem{ position: relative; left:0; top: 0; width: 100%; padding: 0; background: none; box-shadow: 0 0 0 ;}
    .fwzx01 .ibd .bitem .hd .sel{  width: calc(100% - 110px); font-size: 16px; height: 32px;}
    .fwzx01 .ibd .bitem .hd .inp1{  height: 32px; border-radius: 5px; width: 100px; font-size: 14px; }
    .fwzx01 .ibd .bitem .bd{ max-height: none;}
    .fwzx01 .ibd .bitem .bd .item .a{ display: none;}
    .fwzx01 .ibd .bitem .bd .item .b{ display: flex; align-items: flex-start; flex-wrap: wrap; padding: 20px 0;}
    .fwzx01 .ibd .bitem .bd .item .b .i{ display: block; width: 290px; border-radius: 5px; overflow: hidden;}
    .fwzx01 .ibd .bitem .bd .item .b .i img{ width: 100%;}
    .fwzx01 .ibd .bitem .bd .item .b .n{ width: calc(100% - 290px); box-sizing: border-box; padding-left: 20px;}
    .fwzx01 .ibd .bitem .bd .item .b .n .t{ font-size: 16px; color: #355190; margin-top: 10px;}
    .fwzx01 .ibd .bitem .bd .item .b .n .c{ font-size: 12px; color: #5e5e5e; margin-top: 6px; line-height: 1.8;}
    .fwzx01 .ibd .bitem .bd .item .b .n .m{ display: flex; margin-top: 10px;}
    .fwzx01 .ibd .bitem .bd .item .b .n .m a{ display: flex; align-items: center; justify-content: center; font-size: 12px; color: #5e5e5e; border: 1px solid #5e5e5e; padding: 5px 15px; border-radius: 20px;}
}
@media only screen and (max-width:750px){
    .fwzx01{ padding: 60px 0 0;}
    .fwzx01 .ibd{ margin-top: 30px;}
    .fwzx01 .ibd .bitem .bd .item .b{ padding: 20px 0;}
    .fwzx01 .ibd .bitem .bd .item .b .i{ width: 100%;}
    .fwzx01 .ibd .bitem .bd .item .b .n{ width: 100%; box-sizing: border-box; padding: 0 0 0 ;}
}
.fwzx02{ padding: 160px 0;}
.fwzx02 .ibd{ margin-top: 60px;}
.fwzx02 .ibd .pic{ width: 100%; overflow: hidden;}
.fwzx02 .ibd .pic img{ width: 100%; transform: scale(1); transition: all 0.5s linear;}
.fwzx02 .ibd .pic:hover img{ transform: scale(1.05);}
.fwzx02 .ibd ul{ display: flex; align-items: flex-start; justify-content: space-between; margin-top: 65px;}
.fwzx02 .ibd ul li{ text-align: center;}
.fwzx02 .ibd ul li img{ height: 71px;}
.fwzx02 .ibd ul li .t{ font-size: 36px; color: #355190; line-height: 1; margin-top: 25px;}
.fwzx02 .ibd ul li .c{ font-size: 22px; color: #020f1e; line-height: 1; margin-top: 10px;}
@media only screen and (max-width:1600px){
    .fwzx02{ padding: 100px 0;}
    .fwzx02 .ibd{ margin-top: 50px;}
    .fwzx02 .ibd ul{  margin-top: 50px;}
    .fwzx02 .ibd ul li img{ height: 62px;}
    .fwzx02 .ibd ul li .t{ font-size: 28px; margin-top: 20px;}
    .fwzx02 .ibd ul li .c{ font-size: 18px; margin-top: 10px;}
}
@media only screen and (max-width:1200px){
    .fwzx02{ padding: 80px 0;}
    .fwzx02 .ibd{ margin-top: 40px;}
    .fwzx02 .ibd ul{  margin-top: 40px;}
    .fwzx02 .ibd ul li img{ height: 50px;}
    .fwzx02 .ibd ul li .t{ font-size: 24px; margin-top: 16px;}
    .fwzx02 .ibd ul li .c{ font-size: 16px; margin-top: 8px;}
}
@media only screen and (max-width:750px){
    .fwzx02{ padding: 60px 0;}
    .fwzx02 .ibd{ margin-top: 30px;}
    .fwzx02 .ibd ul{  margin-top: 0; flex-wrap: wrap; }
    .fwzx02 .ibd ul li{ width: 33.333333%; margin-top: 30px;}
    .fwzx02 .ibd ul li:nth-child(1){ margin-left: calc(100% / 6);}
    .fwzx02 .ibd ul li:nth-child(2){ margin-right: calc(100% / 6);}
    .fwzx02 .ibd ul li img{ height: 50px;}
    .fwzx02 .ibd ul li .t{ font-size: 20px; margin-top: 16px;}
    .fwzx02 .ibd ul li .c{ font-size: 14px; margin-top: 8px;}
}

.fwzx03{ background: #fafafa; padding: 160px 0;}
.fwzx03 .ibd{ margin-top: 60px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.fwzx03 .ibd .item{ width: 48.5%; background: #fff;  padding: 20px; box-sizing: border-box; padding: 65px 65px 0; display: flex; align-items: flex-start; justify-content: space-between;}
.fwzx03 .ibd .item .title{ font-size: 26px; color: #020f1e; font-family: "MyFontB"; margin-top: 30px;}
.fwzx03 .ibd .item .intro{ font-size: 16px; color: #020f1e; margin-top: 20px; line-height: 2;}
.fwzx03 .ibd .item .pic1{ width: 299px; margin: -40px -20px 0 0;}
.fwzx03 .ibd .item .pic1 img{ width: 100%;}
.fwzx03 .ibd .item .pic{ width: 160px;}
.fwzx03 .ibd .item .pic img{ width: 100%;}
@media only screen and (max-width:1600px){
    .fwzx03{ padding: 100px 0;}
    .fwzx03 .ibd{ margin-top: 50px;}
    .fwzx03 .ibd .item{ padding: 50px 50px 0;}
    .fwzx03 .ibd .item .title{ font-size: 24px; margin-top: 20px;}
    .fwzx03 .ibd .item .intro{ font-size: 14px; margin-top: 16px; }
    .fwzx03 .ibd .item .pic1{ width: 260px; margin: -30px -15px 0 0;}
    .fwzx03 .ibd .item .pic{ width: 145px;}
}
@media only screen and (max-width:1200px){
    .fwzx03{ padding: 80px 0;}
    .fwzx03 .ibd{ margin-top: 40px;}
    .fwzx03 .ibd .item{ padding: 30px 30px 0;}
    .fwzx03 .ibd .item .title{ font-size: 20px; margin-top: 15px;}
    .fwzx03 .ibd .item .intro{ font-size: 12px; margin-top: 12px; }
    .fwzx03 .ibd .item .pic1{ width: 170px;  margin: -20px -20px 0 0;}
    .fwzx03 .ibd .item .pic{ width: 120px;}
}
@media only screen and (max-width:750px){
    .fwzx03{ padding: 60px 0;}
    .fwzx03 .ibd{ margin-top: 0;}
    .fwzx03 .ibd .item{ width: 100%; padding: 20px 20px 0; margin-top: 20px;}
    .fwzx03 .ibd .item .title{ font-size: 20px; margin-top: 12px;}
    .fwzx03 .ibd .item .intro{ font-size: 12px; margin-top: 12px; }
    .fwzx03 .ibd .item .pic1{ width: 120px;  margin: 0 0 0 0;}
    .fwzx03 .ibd .item .pic{ width: 100px;}
    .fwzx03 .ibd .item:nth-child(2n){ padding: 20px;}

}


/**********************/
.zsjm .ihd .title{ font-size: 48px; color: #000000; line-height: 1;  text-align: center;}
.zsjm .ihd .bq{ font-size: 22px; color: #000000; line-height: 1.8; text-align: center; margin-top: 15px;}
@media only screen and (max-width:1600px){
    .zsjm .ihd .title{ font-size: 36px;}
    .zsjm .ihd .bq{ font-size: 18px; margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .zsjm .ihd .title{ font-size: 28px;}
    .zsjm .ihd .bq{ font-size: 12px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .zsjm .ihd .title{ font-size: 20px;}
    .zsjm .ihd .bq{ margin-top: 8px;}
}
.zsjm01{ padding: 160px 0;}
.zsjm01 .ibd{ margin-top: 60px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.zsjm01 .ibd .item{ width: 468px; margin-right: 38px;}
.zsjm01 .ibd .item:nth-child(3n){ margin-right: 0;}
.zsjm01 .ibd .item .pic{ width: 100%; overflow: hidden; position: relative;}
.zsjm01 .ibd .item .pic i{ display: block; width: 100%;}
.zsjm01 .ibd .item .pic i img{ display: block; width: 100%; transform: scale(1); transition: all 0.5s linear;}
.zsjm01 .ibd .item:hover .pic i img{ transform: scale(1.1);}
.zsjm01 .ibd .item .pic span{ display: block; width: 49px; position: absolute; top: 25px; left: 25px;}
.zsjm01 .ibd .item .pic span img{ display: block; width: 100%;}
.zsjm01 .ibd .item .cont .title{ font-size: 24px; color: #000000; margin-top: 35px;}
.zsjm01 .ibd .item .cont .intro{ font-size: 18px; color: #000000; margin-top: 15px; line-height: 1.8;}
@media only screen and (max-width:1600px){
    .zsjm01{ padding: 100px 0;}
    .zsjm01 .ibd{ margin-top: 50px;}
    .zsjm01 .ibd .item{ width: 32%; margin-right: 2%;}
    .zsjm01 .ibd .item .pic span{ width: 40px; top: 20px; left: 20px;}
    .zsjm01 .ibd .item .cont .title{ font-size: 22px; margin-top: 30px;}
    .zsjm01 .ibd .item .cont .intro{ font-size: 16px; margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .zsjm01{ padding: 80px 0;}
    .zsjm01 .ibd{ margin-top: 40px;}
    .zsjm01 .ibd .item .pic span{ width: 36px; top: 16px; left: 16px;}
    .zsjm01 .ibd .item .cont .title{ font-size: 20px; margin-top: 20px;}
    .zsjm01 .ibd .item .cont .intro{ font-size: 14px; margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .zsjm01{ padding: 60px 0;}
    .zsjm01 .ibd{ margin-top: 0;}
    .zsjm01 .ibd .item{ width: 100%; margin-top: 20px;}
    .zsjm01 .ibd .item .pic span{ width: 30px; top: 12px; left: 12px;}
    .zsjm01 .ibd .item .cont .title{ font-size: 18px; margin-top: 15px;}
    .zsjm01 .ibd .item .cont .intro{ margin-top: 6px;}
}
.zsjm02{ background: #f2f2f2;}
.zsjm02.on{ background:#3d4e80;}
.zsjm02.on .ihd .title,
.zsjm02.on .ihd .bq,
.zsjm02.on .ibd .item .cont .title,
.zsjm02.on .ibd .item .cont .intro{ color: #fff;}

.zsjm03{ display: flex; flex-wrap: nowrap;}
.zsjm03 .lt{ width: 50%; box-sizing: border-box; color: #fff; padding-left: calc(50% - 740px); background: url(g_75.jpg) center center no-repeat; background-size: cover; display: flex; align-items: center; color: #fff;}
.zsjm03 .lt .ihd .title{ color: #fff; text-align: left;}
.zsjm03 .lt .ihd .bq{ color: #fff; text-align: left;}
.zsjm03 .lt .intro{ font-size: 18px; line-height: 2; margin: 50px 0; padding-right: 80px;}
.zsjm03 .lt .btn{ display: flex;}
.zsjm03 .lt .btn .prev03{ width: 49px; height: 49px; background: url(g_77.png) center center no-repeat; background-size: cover; cursor: pointer;}
.zsjm03 .lt .btn .next03{ width: 49px; height: 49px; background: url(g_78.png) center center no-repeat; background-size: cover; cursor: pointer; margin-left: 10px;}
.zsjm03 .rt{ width: 50%;}
.zsjm03 .rt .swiper03{ width: 100%; position: relative; overflow: hidden;}
.zsjm03 .rt .swiper03 .swiper-slide .pic{ width: 100%; overflow: hidden;}
.zsjm03 .rt .swiper03 .swiper-slide .pic img{ width: 100%; transform: scale(1); transition: all 0.5s linear;}
.zsjm03 .rt .swiper03 .swiper-slide:hover .pic img{ transform: scale(1.05);}
.zsjm03 .rt .swiper03 .pagination03{ display: flex; align-items: center; justify-content: center; width: 100%; position: absolute; left: 0; bottom: 5%; z-index: 2;}
.zsjm03 .rt .swiper03 .pagination03 span{ width: fit-content; height: fit-content; display: block; color: #fff; background: none; opacity: 1; font-size: 18px; color: rgba(255,255,255,0.5); margin: 0 5%; position: relative;}
.zsjm03 .rt .swiper03 .pagination03 span.swiper-pagination-bullet-active{ color: rgba(255,255,255,1);}
.zsjm03 .rt .swiper03 .pagination03 span.swiper-pagination-bullet-active::after{ content: ''; width: 100%; height: 1px; background: rgba(255,255,255,1); position: absolute; left: 0; top: 110%;}
@media only screen and (max-width:1600px){
    .zsjm03 .lt{ padding-left: calc(50% - 600px);}
    .zsjm03 .lt .intro{ font-size: 16px; margin: 40px 0; padding-right: 50px;}
    .zsjm03 .lt .btn .prev03{ width: 40px; height: 40px; }
    .zsjm03 .lt .btn .next03{ width: 40px; height: 40px; }
    .zsjm03 .rt .swiper03 .pagination03 span{ font-size: 16px; margin: 0 4%;}
}
@media only screen and (max-width:1200px){
    .zsjm03 .lt{ padding-left: 4%;}
    .zsjm03 .lt .intro{ font-size: 14px; margin: 30px 0; padding-right: 20px;}
    .zsjm03 .lt .btn .prev03{ width: 32px; height: 32px; }
    .zsjm03 .lt .btn .next03{ width: 32px; height: 32px; }
    .zsjm03 .rt .swiper03 .pagination03 span{ font-size: 14px; margin: 0 2%;}
}
@media only screen and (max-width:750px){
    .zsjm03{ flex-wrap: wrap;}
    .zsjm03 .lt{ width: 100%; padding:40px 4% 20px;}
    .zsjm03 .lt .intro{ font-size: 12px; margin: 15px 0; padding-right: 0;}
    .zsjm03 .lt .btn .prev03{ width: 32px; height: 32px; }
    .zsjm03 .lt .btn .next03{ width: 32px; height: 32px; }
    .zsjm03 .rt{ width: 100%;}
    .zsjm03 .rt .swiper03 .pagination03 span{ font-size: 12px; margin: 0 2%;}
}
.zsjm04{ padding: 160px 0;}
.zsjm04 .ibd{ position: relative; margin-top: 60px;}
.zsjm04 .ibd .hd{ width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 9; }
.zsjm04 .ibd .hd ul{ width: 100%; height: 100%; display: flex;}
.zsjm04 .ibd .hd ul li{ flex: 2; height: 100%; background: rgba(0,0,0,0.5); border-right: 1px solid rgba(255,255,255,0.2); transition: all 0.5s linear; align-items: center; color: #fff; display: flex; align-items: center; justify-content: center; position: relative; }
.zsjm04 .ibd .hd ul li .item{ display: none;}
.zsjm04 .ibd .hd ul li:last-child{ border-right: none;}
.zsjm04 .ibd .hd ul li.on{ flex: 3; background: url(g_81.png) center center no-repeat; background-size: cover;}
.zsjm04 .ibd .hd ul li .aitem{ width: 100%; text-align: center; transition: all 0.5s linear;}
.zsjm04 .ibd .hd ul li .aitem .ico img{ height: 102px;}
.zsjm04 .ibd .hd ul li .aitem .title{ font-size: 24px; margin-top: 25px;}
.zsjm04 .ibd .hd ul li.on .aitem{ opacity: 0;}
.zsjm04 .ibd .hd ul li .bitem{ width: 100%; text-align: center; position: absolute; left: 0; top: 100%; transition: all 0.5s linear; box-sizing: border-box; padding:8%; transition: all 0.5s linear; font-size: 18px;}
.zsjm04 .ibd .hd ul li.on .bitem{ top: auto; bottom: 0; }
.zsjm04 .ibd .bd{ width: 100%; position: relative;}
.zsjm04 .ibd .bd .item{ width: 100%; position: relative; z-index: 1;}
.zsjm04 .ibd .bd .item img{ width: 100%;}
.zsjm04 .ibd .bd .item:nth-child(n+2){  position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.5s linear;}
.zsjm04 .ibd .bd .item.on{ z-index: 3; opacity: 1;}
@media only screen and (max-width:1600px){
    .zsjm04{ padding: 100px 0;}
    .zsjm04 .ibd{  margin-top: 50px;}
    .zsjm04 .ibd .hd ul li .aitem .ico img{ height: 80px;}
    .zsjm04 .ibd .hd ul li .aitem .title{ font-size: 20px; margin-top: 20px;}
    .zsjm04 .ibd .hd ul li .bitem{ font-size: 16px;}
}
@media only screen and (max-width:1200px){
    .zsjm04{ padding: 80px 0;}
    .zsjm04 .ibd{  margin-top: 40px;}
    .zsjm04 .ibd .hd ul li .aitem .ico img{ height: 60px;}
    .zsjm04 .ibd .hd ul li .aitem .title{ font-size: 18px; margin-top: 16px;}
    .zsjm04 .ibd .hd ul li .bitem{ font-size: 14px;}
}
@media only screen and (max-width:750px){
    .zsjm04{ padding: 60px 0;}
    .zsjm04 .ibd{  margin-top: 30px;}
    .zsjm04 .ibd .hd{ position: relative;}
    .zsjm04 .ibd .hd ul{ display: block;}
    .zsjm04 .ibd .hd ul li{ width: 100%; position: relative; margin-top: 10px;}
    .zsjm04 .ibd .hd ul li .item{ display: block; position: relative;}
    .zsjm04 .ibd .hd ul li .item::after{ content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0;}
    .zsjm04 .ibd .hd ul li .item img{ width: 100%;}
    .zsjm04 .ibd .hd ul li .in{ position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%);}
    .zsjm04 .ibd .hd ul li.on{ background: none;}
    .zsjm04 .ibd .bd{ display: none;}
    .zsjm04 .ibd .hd ul li.on .bitem{ position: relative; top: auto; left: auto; opacity: 1; padding: 0 4%;}
    .zsjm04 .ibd .hd ul li .aitem{ opacity: 1;}
    .zsjm04 .ibd .hd ul li.on .aitem{ opacity: 1;}
    .zsjm04 .ibd .hd ul li .aitem .ico img{ height: 50px;}
    .zsjm04 .ibd .hd ul li .aitem .title{ font-size: 16px; margin-top: 8px;}
    .zsjm04 .ibd .hd ul li .bitem{ position: relative; top: auto; left: auto; opacity: 1; padding: 0 4%; font-size: 12px; margin-top: 5px;}
}

.zsjm05{ padding: 160px 0; background: url(g_84.jpg) center center no-repeat; background-size: cover; padding: 160px 0;}
.zsjm05 .ihd .title{ color: #fff;}
.zsjm05 .ihd .bq{ width: 700px; margin:  0 auto; text-align: center; margin-top: 25px; color: #fff;}
.zsjm05 .ibd{ margin-top: 60px; display: flex; flex-wrap: wrap;}
.zsjm05 .ibd .item{ width: calc( 33.333333%  - 16px); margin-right: 24px; margin-bottom: 24px; background: rgba(22,43,90,0.93); box-sizing: border-box; border: 1px solid rgba(255,255,255,1); border-radius: 10px; padding: 40px 40px 100px; position: relative;}
.zsjm05 .ibd .item:nth-child(n+4){ width: calc(50% - 12px); margin-bottom: 0;}
.zsjm05 .ibd .item:nth-child(3){ margin-right: 0;}
.zsjm05 .ibd .item:nth-child(4){ margin-right: 24px;}
.zsjm05 .ibd .item:nth-child(5){ margin-right: 0;}
.zsjm05 .ibd .item .t1{ display: flex; align-items: center;}
.zsjm05 .ibd .item .t1 .ico img{ height: 56px;}
.zsjm05 .ibd .item .t1 .title{ font-size: 24px; color: #fff; margin-left: 10px;}
.zsjm05 .ibd .item .t2{ font-size: 18px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-top: 20px;}
.zsjm05 .ibd .item .t3{ position: absolute; right: 0; bottom: 0;}
.zsjm05 .ibd .item .t3 img{ width: 140px;}
.zsjm05 .ibd .item:hover{ background: url(g_82.png) center center no-repeat; background-size: cover;}
@media only screen and (max-width:1600px){
    .zsjm05{ padding: 100px 0;}
    .zsjm05 .ihd .bq{ width: 570px; margin-top: 20px;}
    .zsjm05 .ibd{ margin-top: 50px;}
    .zsjm05 .ibd .item{ width: calc( 33.333333%  - 12px); margin-right: 18px; margin-bottom: 18px;  padding: 30px 30px 80px;}
    .zsjm05 .ibd .item:nth-child(n+4){ width: calc(50% - 9px);}
    .zsjm05 .ibd .item:nth-child(4){ margin-right: 18px;}
    .zsjm05 .ibd .item .t1 .ico img{ height: 46px;}
    .zsjm05 .ibd .item .t1 .title{ font-size: 22px;}
    .zsjm05 .ibd .item .t2{ font-size: 16px; margin-top: 16px;}
    .zsjm05 .ibd .item .t3 img{ width: 120px;}
}
@media only screen and (max-width:1200px){
    .zsjm05{ padding: 80px 0;}
    .zsjm05 .ihd .bq{ width: 100%; margin-top: 15px;}
    .zsjm05 .ibd{ margin-top: 40px;}
    .zsjm05 .ibd .item{ width: calc( 50% - 5px); margin-right: 10px; margin-bottom: 10px;  padding: 20px 20px 60px;}
    .zsjm05 .ibd .item:nth-child(n+4){ width: calc(50% - 9px);}
    .zsjm05 .ibd .item:nth-child(3){ margin-right: 10px;}
    .zsjm05 .ibd .item:nth-child(2n){ margin-right: 0;}
    .zsjm05 .ibd .item:nth-child(4){ margin-bottom: 10px;}
    .zsjm05 .ibd .item:nth-child(5){ width: 100%; margin-right: 0;}
    .zsjm05 .ibd .item .t1 .ico img{ height: 36px;}
    .zsjm05 .ibd .item .t1 .title{ font-size: 20px;}
    .zsjm05 .ibd .item .t2{ font-size: 14px; margin-top: 12px;}
    .zsjm05 .ibd .item .t3 img{ width: 100px;}
}
@media only screen and (max-width:750px){
    .zsjm05{ padding: 60px 0;}
    .zsjm05 .ihd .bq{ margin-top: 12px;}
    .zsjm05 .ibd{ margin-top: 30px;}
    .zsjm05 .ibd .item{ width:100%; margin-right: 0; margin-bottom: 10px;  padding: 20px 20px 60px;}
    .zsjm05 .ibd .item:nth-child(n+4){ width:100%;}
    .zsjm05 .ibd .item:nth-child(3){ margin-right: 0;}
    .zsjm05 .ibd .item:nth-child(2n){ margin-right: 0;}
    .zsjm05 .ibd .item:nth-child(4){ width: 100%; margin-bottom: 10px;}
    .zsjm05 .ibd .item:nth-child(5){ width: 100%; margin-right: 0;}
    .zsjm05 .ibd .item .t1 .ico img{ height: 36px;}
    .zsjm05 .ibd .item .t1 .title{ font-size: 18px;}
    .zsjm05 .ibd .item .t2{ font-size: 14px; margin-top: 12px;}
    .zsjm05 .ibd .item .t3 img{ width: 100px;}
}

.zsjm06{ padding: 160px 0;}
.zsjm06 .ibd{ margin-top: 60px;}
.zsjm06 .ibd .pic{ width: 100%;}
.zsjm06 .ibd .pic img{ width: 100%;}
@media only screen and (max-width:1600px){
    .zsjm06{ padding: 100px 0;}
    .zsjm06 .ibd{ margin-top: 50px;}
}
@media only screen and (max-width:1200px){
    .zsjm06{ padding: 80px 0;}
    .zsjm06 .ibd{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .zsjm06{ padding: 60px 0;}
    .zsjm06 .ibd{ margin-top: 30px;}
}

.zsjm07{ width: 100%; position: relative; overflow: hidden;}
.zsjm07 .pic{ width: 100%;}
.zsjm07 .pic img{ width: 100%;}
.zsjm07 .cont{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.zsjm07 .cont .title{ font-size: 48px; color: #fff; line-height: 1;}
.zsjm07 .cont .tel{ display: flex; align-items: center; justify-content: center; margin-top: 15px; width: 100%;}
.zsjm07 .cont .tel a{ display: flex; align-items: center; justify-content: center; width: fit-content; padding: 10px 50px; background: #365291; color: #fff; font-size: 22px; border-radius: 50px;}
@media only screen and (max-width:1600px){
    .zsjm07 .cont .title{ font-size: 36px;}
    .zsjm07 .cont .tel a{ padding: 10px 40px; font-size: 18px;}
}
@media only screen and (max-width:1200px){
    .zsjm07 .cont .title{ font-size: 28px;}
    .zsjm07 .cont .tel a{ padding: 10px 30px; font-size: 16px;}
}
@media only screen and (max-width:750px){
    .zsjm07{ height: 30vh;}
    .zsjm07 .pic{ height: 100%;}
    .zsjm07 .pic img{ height: 100%; object-fit: cover;}
    .zsjm07 .cont .title{ font-size: 24px;}
    .zsjm07 .cont .tel a{ padding: 10px 20px; font-size: 14px;}
}

.zsjm08{ padding: 160px 0; background: #f4f4f4;}
.zsjm08 .ibd{ display: flex; flex-wrap: wrap; margin-top: 60px;}
.zsjm08 .ibd .item{ width: calc(50% - 15px); margin-right: 30px; margin-bottom: 30px; position: relative;}
.zsjm08 .ibd .item.item:nth-child(2n){ margin-right: 0;}
.zsjm08 .ibd .item .inp1{ width: 100%; display: block; height: 60px; background: #fff; box-sizing: border-box; padding: 0 28px; font-size: 18px; color: #636363;}
.zsjm08 .ibd .item .inp1::placeholder{ appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; opacity: 1; color: #636363;}
.zsjm08 .ibd .item i{ width: 28px; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #ff0101;}
.zsjm08 .ibd .item2{ width: 100%; margin-bottom: 30px;}
.zsjm08 .ibd .item2 .inp2{ display: block; height: 272px; background: #fff; box-sizing: border-box; padding: 20px 28px; font-size: 18px; color: #636363; width: 100%;}
.zsjm08 .ibd .item2 .inp2::placeholder{ appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; opacity: 1; color: #636363;}
.zsjm08 .ibd .btn{ display: flex; align-items: center; justify-content: center; width:100%;}
.zsjm08 .ibd .btn #submit{display: flex; align-items: center; justify-content: center; width: fit-content; padding: 0 30px; height: 50px; background: #355190; border-radius: 50px; font-size: 18px; cursor: pointer; color: #fff; }
.zsjm08 .ibd .btn #submit:hover{ background: #3c5eab; }
@media only screen and (max-width:1600px){
    .zsjm08{ padding: 100px 0;}
    .zsjm08 .ibd{ margin-top: 50px;}
    .zsjm08 .ibd .item{ width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px;}
    .zsjm08 .ibd .item .inp1{ padding: 0 25px; font-size: 16px; height: 42px;}
    .zsjm08 .ibd .item i{ width: 26px; font-size: 16px;}
    .zsjm08 .ibd .item2{ margin-bottom: 20px;}
    .zsjm08 .ibd .item2 .inp2{ padding: 16px 20px; font-size: 16px; height: 200px;}
    .zsjm08 .ibd .btn #submit{ padding: 0 25px; height: 42px; font-size: 16px;}
}
@media only screen and (max-width:1200px){
    .zsjm08{ padding: 80px 0;}
    .zsjm08 .ibd{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .zsjm08{ padding: 60px 0;}
    .zsjm08 .ibd{ margin-top: 30px;}
    .zsjm08 .ibd .item{ width:100%; margin-right: 0; margin-bottom: 15px;}
    .zsjm08 .ibd .item .inp1{ padding: 0 20px; font-size: 14px; height: 36px;}
    .zsjm08 .ibd .item i{ width: 20px; font-size: 14px;}
    .zsjm08 .ibd .item2{ margin-bottom: 15px;}
    .zsjm08 .ibd .item2 .inp2{ padding: 12px 20px; font-size: 14px; height: 150px;}
    .zsjm08 .ibd .btn #submit{ padding: 0 25px; height: 36px; font-size: 14px;}
}

.xzzx{ background: #fff; padding: 100px 0;}
.xzzx01 .nr{ display: flex; flex-wrap: wrap;}
.xzzx01 .item{ width: calc(33.3333333333% - 20px); margin-right: 30px; margin-top: 60px;}
.xzzx01 .item:nth-child(3n){ margin-right: 0;}
.xzzx01 .item .bg{ display: block; width: 100%; background: #f2f3f5; box-sizing: border-box; padding: 40px ;}
.xzzx01 .item .bg .ico{ display: flex; justify-content: flex-end;}
.xzzx01 .item .bg .ico img{ display: block; height: 54px;}
.xzzx01 .item .bg .pic{ width: 100%; overflow: hidden; margin-top: 30px;}
.xzzx01 .item .bg .pic img{ width: 100%; transform: scale(1); transition: all 0.3s; }
.xzzx01 .item .bg .pic img:hover{  transform: scale(1.1);  }
.xzzx01 .item .title{ display: flex; align-items: center; justify-content: space-between; margin-top: 35px; width: 100%;}
.xzzx01 .item .title .t1{ font-size: 20px; color: #000000;}
.xzzx01 .item .title .t2{ font-size: 16px; color: #355190; background: url(bx3.png) right center no-repeat; background-size: 17px; padding-right: 30px;}
@media only screen and (max-width:1600px){
    .xzzx{ padding: 80px 0;}
    .xzzx01 .item{ width: calc(33.3333333333% - 14px); margin-right: 21px; margin-top: 40px;}
    .xzzx01 .item .bg{ padding: 30px ;}
    .xzzx01 .item .bg .ico img{ height: 42px;}
    .xzzx01 .item .bg .pic{ margin-top: 20px;}
    .xzzx01 .item .title{ margin-top: 25px;}
    .xzzx01 .item .title .t1{ font-size: 18px; }
    .xzzx01 .item .title .t2{ font-size: 14px; background-size: 15px; padding-right: 25px;}
}
@media only screen and (max-width:1200px){
    .xzzx{ padding: 60px 0;}
    .xzzx01 .item{ width: calc(33.3333333333% - 12px); margin-right: 18px; margin-top: 30px;}
    .xzzx01 .item .bg{ padding: 25px ;}
    .xzzx01 .item .bg .ico img{ height: 32px;}
    .xzzx01 .item .bg .pic{ margin-top: 16px;}
    .xzzx01 .item .title{ margin-top: 16px;}
    .xzzx01 .item .title .t1{ font-size: 16px; }
    .xzzx01 .item .title .t2{ font-size: 12px; background-size: 12px; padding-right: 20px;}
}
@media only screen and (max-width:750px){
    .xzzx{ padding: 40px 0;}
    .xzzx01 .item{ width: calc(50% - 5px); margin-right: 10px; margin-top: 20px;}
    .xzzx01 .item:nth-child(3n){ margin-right: 10px;}
    .xzzx01 .item:nth-child(2n){ margin-right: 0;}
    .xzzx01 .item .bg{ padding: 20px ;}
    .xzzx01 .item .bg .ico img{ height: 28px;}
    .xzzx01 .item .bg .pic{ margin-top: 12px;}
    .xzzx01 .item .title{ margin-top: 12px;}
    .xzzx01 .item .title .t1{ font-size: 14px; }
}
@media only screen and (max-width:450px){
    .xzzx{ padding: 40px 0;}
    .xzzx01 .item{ width:100%; margin-right: 0; }
    .xzzx01 .item:nth-child(3n){ margin-right: 0;}

}

.lxwm01{ padding: 120px 0;}
.lxwm .ihd .title{ text-align: center; font-size: 48px; color: #000000; line-height: 1;}
.lxwm .ihd .intro{ text-align: center; font-size: 22px; color: #000000; line-height: 1.2; margin-top: 20px;}
.lxwm01 .ibd{ display: flex; flex-wrap: wrap;}
.lxwm01 .ibd .item{ width:33.33333%; text-align: center; margin-top: 80px; position: relative;}
.lxwm01 .ibd .item .ico img{ height: 59px;}
.lxwm01 .ibd .item .title{ font-size: 20px; color: #000; font-weight: bold; margin-top: 20px; line-height: 1;}
.lxwm01 .ibd .item .intro{ font-size: 30px; color: #355190; margin-top: 10px; line-height: 1;}
.lxwm01 .ibd .item:nth-child(n+3) .intro{ font-size: 18px; }
.lxwm01 .ibd .item .ewm{ margin-top: 20px;}
.lxwm01 .ibd .item .ewm img{ width: 60px; border: 1px solid #f1f1f1;}

.lxwm01 .ibd .item .ewm2{ position: absolute; right: 10%; top: 50%; transform: translateY(-50%); width: 150px; border: 1px solid #f1f1f1; display: none;}
.lxwm01 .ibd .item .ewm2 img{width: 100%;}
.lxwm01 .ibd .item:hover .ewm2{ display: block;}

@media only screen and (max-width:1600px){
    .lxwm01{ padding: 100px 0;}
    .lxwm .ihd .title{ font-size: 36px;}
    .lxwm .ihd .intro{ font-size: 18px; margin-top: 18px;}
    .lxwm01 .ibd .item{ margin-top: 60px;}
    .lxwm01 .ibd .item .ico img{ height: 48px;}
    .lxwm01 .ibd .item .title{ font-size: 18px; margin-top: 18px; }
    .lxwm01 .ibd .item .intro{ font-size: 24px; }
    .lxwm01 .ibd .item:nth-child(n+3) .intro{ font-size: 16px; }
    .lxwm01 .ibd .item .ewm{ margin-top: 18px;}
}
@media only screen and (max-width:1200px){
    .lxwm01{ padding: 80px 0;}
    .lxwm .ihd .title{ font-size: 28px;}
    .lxwm01 .ibd .item{ margin-top: 40px;}
    .lxwm01 .ibd .item .ico img{ height: 40px;}
    .lxwm01 .ibd .item .title{ font-size: 16px; margin-top: 16px; }
    .lxwm01 .ibd .item .intro{ font-size: 20px; }
    .lxwm01 .ibd .item:nth-child(n+3) .intro{ font-size: 14px; }
    .lxwm01 .ibd .item .ewm{ margin-top: 16px;}
    .lxwm .ihd .intro{ font-size: 16px; margin-top: 16px;}
}
@media only screen and (max-width:750px){
    .lxwm01{ padding: 60px 0;}
    .lxwm .ihd .title{ font-size: 24px;}
    .lxwm01 .ibd .item{ width: 50%; margin-top: 30px;}
    .lxwm01 .ibd .item .ico img{ height: 32px;}
    .lxwm01 .ibd .item .title{ font-size: 14px; margin-top: 12px; }
    .lxwm01 .ibd .item .intro{ font-size: 18px; }
    .lxwm01 .ibd .item:nth-child(n+3) .intro{ font-size: 12px; }
    .lxwm01 .ibd .item .ewm{ margin-top: 10px;}
    .lxwm .ihd .intro{ font-size: 12px; margin-top: 12px;}
}







.lxwm02{ padding: 160px 0;  background: url(bx13.jpg) center center no-repeat; background-size: cover;}
.lxwm02 .ibd{ display: flex; flex-wrap: wrap; margin-top: 60px;}
.lxwm02 .ibd .item{ width: calc(50% - 15px); margin-bottom: 30px; position: relative;}
.lxwm02 .ibd .item:nth-child(2n){ margin-right: 30px;}
.lxwm02 .ibd .item:nth-child(2n+1){ margin-right: 0;}
.lxwm02 .ibd .item .inp1{ width: 100%; display: block; height: 60px; background: #fff; box-sizing: border-box; padding: 0 28px; font-size: 18px; color: #636363;}
.lxwm02 .ibd .item .inp1::placeholder{ appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; opacity: 1; color: #636363;}
.lxwm02 .ibd .item i{ width: 28px; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #ff0101;}
.lxwm02 .ibd .item .sel1{ width: 100%; display: block; height: 60px; background: #fff; box-sizing: border-box; padding: 0 28px; font-size: 18px; color: #636363;}
.lxwm02 .ibd .item2{ width: 100%; margin-bottom: 30px; position: relative;}
.lxwm02 .ibd .item2 .inp2{ display: block; height: 272px; background: #fff; box-sizing: border-box; padding: 20px 28px; font-size: 18px; color: #636363; width: 100%;}
.lxwm02 .ibd .item2 .inp2::placeholder{ appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; opacity: 1; color: #636363;}
.lxwm02 .ibd .item2 i{ width: 28px; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #ff0101;}
.lxwm02 .ibd .item2 .sel1{ width: 100%; display: block; height: 60px; background: #fff; box-sizing: border-box; padding: 0 28px; font-size: 18px; color: #636363;}
.lxwm02 .ibd .btn{ display: flex; align-items: center; justify-content: center; width:100%;}
.lxwm02 .ibd .btn #submit{display: flex; align-items: center; justify-content: center; width: fit-content; padding: 0 30px; height: 50px; background: #355190; border-radius: 50px; font-size: 18px; cursor: pointer; color: #fff; }
.lxwm02 .ibd .btn #submit:hover{ background: #3c5eab; }
@media only screen and (max-width:1600px){
    .lxwm02{ padding: 100px 0;}
    .lxwm02 .ibd{ margin-top: 50px;}
    .lxwm02 .ibd .item{ width: calc(50% - 10px);  margin-bottom: 20px;}
    .lxwm02 .ibd .item:nth-child(2n){ margin-right: 20px;}
    .lxwm02 .ibd .item:nth-child(2n+1){ margin-right: 0;}
    .lxwm02 .ibd .item .inp1{ padding: 0 25px; font-size: 16px; height: 42px;}
    .lxwm02 .ibd .item .sel1{ padding: 0 25px; font-size: 16px; height: 42px;}
    .lxwm02 .ibd .item i{ width: 26px; font-size: 16px;}
    .lxwm02 .ibd .item2{ margin-bottom: 20px;}
    .lxwm02 .ibd .item2 .inp2{ padding: 16px 20px; font-size: 16px; height: 200px;}
    .lxwm02 .ibd .item2 .sel1{ padding: 0 25px; font-size: 16px; height: 42px;}
    .lxwm02 .ibd .btn #submit{ padding: 0 25px; height: 42px; font-size: 16px;}
}
@media only screen and (max-width:1200px){
    .lxwm02{ padding: 80px 0;}
    .lxwm02 .ibd{ margin-top: 40px;}
    
}
@media only screen and (max-width:750px){
    .lxwm02{ padding: 60px 0;}
    .lxwm02 .ibd{ margin-top: 30px;}
    .lxwm02 .ibd .item{ width:100%; margin-right: 0; margin-bottom: 15px;}
    .lxwm02 .ibd .item .inp1{ padding: 0 20px; font-size: 14px; height: 36px;}
    .lxwm02 .ibd .item .sel1{ padding: 0 20px; font-size: 14px; height: 36px;}
    .lxwm02 .ibd .item i{ width: 20px; font-size: 14px;}
    .lxwm02 .ibd .item2{ margin-bottom: 15px;}
    .lxwm02 .ibd .item2 .inp2{ padding: 12px 20px; font-size: 14px; height: 150px;}
    .lxwm02 .ibd .item2 .sel1{ padding: 0 20px; font-size: 14px; height: 36px;}
    .lxwm02 .ibd .btn #submit{ padding: 0 25px; height: 36px; font-size: 14px;}

    .lxwm02 .ibd .item:nth-child(2n){ margin-right: 0;}
    .lxwm02 .ibd .item:nth-child(2n+1){ margin-right: 0;}
}









































