.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.bussiness_nav {
    margin-top: -0.9rem;
}
.ywly-tab .item {
    font-family: 'HuXiaoBoNanShenTi', sans-serif;
    text-align: center;
    padding: 0.35rem 0.7rem 0.16rem;
    cursor: pointer;
}
.ywly-tab .item .top{
    font-size: .24rem;
    margin-bottom: .4rem;
    color: #fff;
}
.ywly-tab .item .bot{
    
    height: 12px;
}
.ywly-tab .item.active .bot{
    background: url("../images/jt-white.png") no-repeat center;
    background-size: 16px 12px;
}
.ywly-tab .item:hover .bot{
    background: url("../images/jt-blue.png") no-repeat center;
    background-size: 16px 12px;
    -webkit-animation: flip 1s ease both;
    animation: flip 1s ease both;
}
.ywly-tab .item.active:hover .bot{
    background: url("../images/jt-white.png") no-repeat center;
    background-size: 16px 12px;
    -webkit-animation: flip 1s ease both;
    animation: flip 1s ease both;
}
.ywly-tab .item.active{
    background: #052583;
}
.ywly-tab .item.active .bot i{
    color: #fff !important;
}
.ywly_img{
    margin-top: 0.6rem;
}
.ywly_img img{
    display: none;
}
.jjfa{
    padding-top: 0.74rem;
}
.falist{
    margin-top: 0.7rem;
}
.falist .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.falist .swiper-wrapper .swiper-slide {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    font-size: 0.2rem;
    flex-direction: column;
    height: auto;
}
.falist .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
}
.falist .swiper-wrapper .swiper-slide .content0 {
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
    flex:1;
}
.falist .swiper-wrapper .swiper-slide .content1 {
    font-size: 0.24rem;
    font-family: 'HuXiaoBoNanShenTi', sans-serif;
    color: #000;
    line-height: 0.3rem;
   
}
.falist .swiper-wrapper .swiper-slide .content2 {
    margin-top: 0.2rem;
    min-height: 2rem;
}
.falist .swiper-wrapper .swiper-slide .content2 p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
    display: flex;
}
.falist .swiper-wrapper .swiper-slide .content2 p span {
    display: inline-block;
    margin-right: 0.1rem;
}
.falist .swiper-wrapper .swiper-slide .content2 p span.blue{
    color: #052583;
}
.falist .swiper-wrapper .swiper-slide .content4 {
    overflow: hidden;
}
.falist .swiper-wrapper .swiper-slide .content4 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.falist .swiper-wrapper .swiper-slide .content4 img:hover{
	-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.qualification{
    margin-top: 0.7rem;
    font-size: 0.2rem;
    overflow: hidden;
}
.qualification .swiper-wrapper{
    -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
.qualification .swiper-slide{
    text-align: center;
}
.qualification .swiper-slide .img img {
    width: 0.9rem;
    height: 1.3rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.qualification .swiper-slide .text{
    margin-top: 0.2rem;
} 
.gsjs{
    margin-top: 0.74rem;
    background: #f7f7f7;
    padding-top: 0.74rem;
    padding-bottom: 0.74rem;
}
.gsjs .item {
    background: #fff;
    padding: 0.6rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.7rem;
}
.gsjs .item .content0 img {
    height: 0.34rem;
    display: block;
}
.gsjs .item .content2 {
    font-size: 0.26rem;
    color: #000;
    font-family: 'fang';
    margin-top: 0.4rem;
}
.gsjs .item .content3 {
    font-size: 0.16rem;
    color: #666;
    line-height: 2;
    margin-top: 0.2rem;
}
.gsjs .item .content4 {
    margin-top: 0.45rem;
}
.index_link1 a{
    display: block;
    font-size: 0.16rem;
    color: #073190;
    line-height: 0.45rem;
    width: 1.6rem;
    text-align: center;
    border: 1px solid #073190;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}
.index_link1 a:hover{
    background: #073190;
    color: #fff;
}
.gsjs .item .content4 .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.gsjs .item .content4 .right ul li {
    margin-left: 0.1rem;
    position: relative;
    list-style: none;
    height: 0.36rem;
}

.gsjs .item .content4 .right ul li .btn {
    width: 0.36rem;
    height: 0.36rem;
    background: #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    justify-content: center;
}
.gsjs .item .content4 .right ul li .call {
    position: absolute;
    right: 120%;
    top: 0;
    height: 100%;
    background: #073190;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.gsjs .item .content4 .right ul li a {
    display: block;
}
.gsjs .item .content4 .right ul li .call a{
    font-size: 14px;
    color: #fff;
    font-family: 'fang';
    white-space: nowrap;
    line-height: 0.36rem;
    padding: 0 0.32rem 0 0.12rem;
}
.gsjs .item .content4 .right ul li .call a svg {
    vertical-align: middle;
    margin-right: 0.05rem;
}
.gsjs .item .content4 .right ul li .ewm {
    position: absolute;
    bottom: 180%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    padding: 0.04rem;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 1px #999);
    filter: drop-shadow(0px 0px 1px #999);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.gsjs .item .content4 .right ul li:hover .ewm{
    -webkit-transform: translateX(-50%) scale(1);
            -ms-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);

}
.gsjs .item .content4 .right ul li:hover .call{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ann_left{
    display: none;
}
.side_container {
    position: fixed;
    top: 25%;
    left: 0.42rem;
    z-index: 5;
}
.side_container ul {
    position: relative;
    overflow: hidden;
}
.side_container ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
}
.side_container ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: var(--i);
    width: 1px;
    background: #073190;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.side_container ul li {
    margin-bottom: 0.22rem;
    padding-left: 0.2rem;
    list-style: none;
    display: flex;
    cursor: pointer;
}
.side_container ul li a {
    font-size: 0.14rem;
    color: #666;
    font-family: 'fang';
}
.side_container ul .active a {
    color: #000;
}
@media (max-width: 1025px) {
    .ann_left{
        display: none !important;
    }
    .bussiness_nav{
        margin-top: 0.5rem;
    }
    .ywly-tab .item{
        padding: 0.2rem 0;
        width: 25%;
    }
    .ywly-tab .item .bot{
        display: none;
    }
    .ywly-tab .item .top{
       color: #333;
       margin-bottom: 0;
       font-size: 0.2rem;
    }
    .ywly-tab .item.active .top{
        color: #fff;
    }
    .falist .swiper-wrapper .swiper-slide{
        width: 49%;
    }
    .falist .swiper-wrapper .swiper-slide:nth-child(3n) {
        margin-right: 2%;
    }
    .falist .swiper-wrapper .swiper-slide:nth-child(2n) {
        margin-right: 0;
    }
    .falist .swiper-wrapper .swiper-slide .content0{
        padding: 0.2rem;
    }
    .falist .swiper-wrapper .swiper-slide .content1{
        font-size: 0.18rem;
    }
    .falist .swiper-wrapper .swiper-slide .content2 p{
        font-size: 0.14rem;
        line-height: 0.26rem;
    }
    .falist{
        margin-top: 0.3rem;
    }
    .ywly_img{
        margin-top: 0.3rem;
    }
    .qualification{
        font-size: 0.16rem;
    }
    .gsjs .item{
        margin-top: 0.3rem;
        padding: 0.2rem;
    }
}
@media (max-width: 669px){
    .falist .swiper-wrapper .swiper-slide{
        width: 100%;
        margin-right: 0 !important;
    }
}