@font-face {
    font-family: 'iconfont';
    src: url('../font2/iconfont.ttf?t=1636600761491') format('truetype');
  }
i {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.breads{
    box-shadow: 0px 0px 10px 0px 
    rgba(0, 0, 0, 0.13);
}
.breads .area{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
	line-height: 28px;
	color: #999999;
}
.breads .ulitem{
    width: 35.71%;
    height: 100%;
}
.breads .ulitem ul{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.breads .ulitem ul li{
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.breads .ulitem ul li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
	background-color: #3eaac2;
    width: 0;
    transition: all .3s ;
}
.breads .ulitem ul li:hover{
    color: #3eaac2;
    font-weight: bold;
}
.breads .ulitem ul li:hover::after{
    width: 100%;
}
.gsjj .desc{
    width: 42.85%;
}
.gsjj{
    margin-top: 70px;
}
.gytitle h1{
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
    font-weight: bold;
}
.gytitle .line{
    width: 32px;
	height: 4px;
	background-color: #3eaac3;
    margin-top: 25px;
    margin-bottom: 30px;
}
.gsjj .desc h5{
    font-size: 20px;
	line-height: 28px;
	color: #666666;
    font-weight: bold;
    margin-bottom: 30px;
}
.gsjj .desc p{
    font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
    text-align: justify;
}
.gsjj .area{
    display: flex;
    justify-content: space-between;
}
.gsjj .area .img{
    height: 360px;
    width: 45%;
}
.gsjj .area .img img{
    height: 100%;
}
.qywh{
    margin-top: 75px;
    padding: 55px 0;
    background-color: #eff7ff;
}
.qywh .boxs .img{
    height: 270px;
	border-radius: 12px;
}
.qywh .boxs{
    width: 31.85%;
    padding-bottom: 70px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s ;
}
.qywh .boxs .smt{
    padding: 25px 32px;
    font-size: 20px;
	line-height: 20px;
	color: #333333;
    border-bottom: 1px solid #e6e6e6;
}
.qywh .boxs p{
    margin-top: 28px;
    padding-left: 32px;
    font-size: 16px;
	color: #333333;
}
.qywh .whinfo{
    display: flex;
    justify-content: space-between;
}
.qywh .boxs:hover{
    transform: translateY(-8px);
}
.ryzz .gytitle{
    text-align: center;
}
.ryzz .gytitle .line{
    margin: auto;
    margin-top: 25px;
}
.ryzz{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ryzz .tabinit{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.ryzz .tabinit .box{
    width: 121px;
	height: 40px;
	border: solid 1px #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	color: #999999;
    margin-right: 43px;
    cursor: pointer;
}
.ryzz .tabinit .box:last-child{
    margin-right: 0;
}
.ry-active{
    color: #3eaac3 !important;
    border: solid 1px #3eaac3 !important;
}
.ryzz .zzitems{
    margin-top: 45px;
}
.ryzz .zzitems .block{
    background-color: #f5f5f5;
    padding: 15px 19px;
    transition: all .3s;
}
.ryzz .zzitems .block:hover{
    transform: translateY(-8px);
}
.ryzz .zzitems>div{
    display: none;
}
.ryzz .zzitems>div:first-child{
    display: block;
}
.swpages{
    margin-top: 36px;
    position: relative;
    height: 20px;
}
.swpages>div{
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.swpages .swiper-pagination-bullet{
    background-color: #3eaac3;
	opacity: 0.4;
    margin: 0 7.5px;
}
.swpages .swiper-pagination-bullet-active{
    opacity: unset;
}
.fzlc .gytitle{
    text-align: center;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .gytitle h1 {
        font-size: 26px;
        line-height: 27px;
    }
    .gsjj {
        margin-top: 40px;
    }
    .gytitle .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gsjj .desc h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .gsjj .desc p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .qywh {
        margin-top: 40px;
        padding: 40px 0;
        background-color: #eff7ff;
    }
    .qywh .boxs .img{
        height: unset;
    }
    .qywh .boxs{
        padding-bottom: 35px;
    }
    .ryzz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fzlc .area{
        margin-top: 40px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .gytitle h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .gsjj {
        margin-top: 40px;
    }
    .gytitle .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gsjj .desc h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .gsjj .desc p {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .qywh {
        margin-top: 40px;
        padding: 40px 0;
        background-color: #eff7ff;
    }
    .qywh .boxs .img{
        height: unset;
    }
    .qywh .boxs{
        padding-bottom: 20px;
    }
    .ryzz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fzlc .area{
        margin-top: 40px;
    }
    .breads .ulitem {
        width: 41.71%;
        height: 100%;
    }
    .qywh .boxs p{
        padding: 12px;
        margin-top: 15px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .gytitle h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .gsjj {
        margin-top: 40px;
    }
    .gytitle .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gsjj .desc h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .gsjj .desc p {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .qywh {
        margin-top: 40px;
        padding: 40px 0;
        background-color: #eff7ff;
    }
    .qywh .boxs .img{
        height: unset;
    }
    .qywh .boxs{
        padding-bottom: 20px;
    }
    .ryzz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fzlc .area{
        margin-top: 40px;
    }
    .breads .ulitem {
        width: 41.71%;
        height: 100%;
    }
    .qywh .boxs p{
        padding: 12px;
        margin-top: 15px;
    }
    .breads .area{
        font-size: 12px;
        flex-wrap: wrap;
    }
    .breads .ulitem{
        width: 100%;
    }
    .breads .ulitem ul{
        height: unset;
    }
    .mybanner img{
        display: none;
    }
    .mybanner {
        height: 185px;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .gsjj .area{
        flex-wrap: wrap;
    }
    .gsjj .desc,.gsjj .area .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .qywh .whinfo{
        flex-wrap: wrap;
    }
    .qywh .boxs{
        width: 100%;
        margin-bottom: 10px;
    }
}