.ban1 {
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.ban1>img {
    width: 100%;
}
.na2 {
    width: 100%;
    padding: 0% 8%;
    float: left;
    box-shadow: 0px 0px 1px 0px;
    position: relative;
    z-index: 10;
}

.na2>ul {
    float: left;
    width: 100%;
}

.na2>ul>li {
    float: left;
    margin-right: 7%;
    padding: 2% 0;
    border-bottom: 2px solid transparent;
}

.na2>ul>li.on {
    border-bottom: 2px solid #E6003D;
}

.na2>ul>li:last-child {
    margin: 0;
}

.na2>ul>li>a {
    font-size: 22px;
    color: #111;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.na2>ul>li:hover>a {
    color: #E6003D;
}

.na2>ul>li.on>a {
    color: #E6003D;
}

.fzlc2 {
    width: 100%;
    padding: 6% 8%;
    float: left;
    padding-bottom: 10%;
}

.fzlc2>div {
    width: 100%;
    float: left;
    position: relative;
}

.fzlc2>div>span {
    position: absolute;
    bottom: 0%;
    left: 25%;
    width: 15%;
    transform: rotate( 
0deg
 );
}
.fzlc2>div>span>img {
    width: 100%;
}
.fzlc2>div>ul {
    width: 100%;
    float: left;
    position: relative;
    /* overflow: auto; */
}
.fzlc2>div>ul>li::-webkit-scrollbar {
    width: 0px;
}
.fzlc2>div>ul>li {
    width: 40%;
    float: left;
    height: 4.2rem;
}
.fzlc2>div>ul>li:last-child {
    overflow: auto;
}
.fzlc2>div>ul>li:first-child {
    position: sticky;
    top: -2%;
    width: 40%;
    padding: 3.8% 0;
}
.fzlc2>div>ul>li.active{
    /* position: sticky; */
    position: sticky;
    /* top: 4.6rem; */
    /* top: 49%; */
    width: 40%;
    top: -2%;
    /* margin-top: .8%; */
}
.fzlc2>div>ul.safa>li.active{
    /* position: fixed; */
    position: sticky;
    /* top: 4.6rem; */
    /* top: 49%; */
    top: -2%;
    width: 33.5%;
    margin-top: .8%;
}
.fzlc2>div>ul>li:nth-child(2) {
    width: 60%;
    float: right;
}

.fzlc2>div>ul>li>span {
    font-size: 2.1rem;
    text-align: right;
    width: 100%;
    display: block;
    color: #E6003D;
    position: relative;
    padding-bottom: 1%;
    font-family: "PingFang Light";
}

.fzlc2>div>ul>li>span>img {
    position: absolute;
    right: -43%;
    top: 21%;
    width: 100%;
    height: 25%;
    z-index: 10;
}

.fzlc2>div>ul>li>div {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 5% 0;
}

.fzlc2>div>ul>li>div>b {
    float: left;
    font-size: 2.24rem;
    width: 30%;
    font-weight: 500;
    color: #999;
    font-family: "PingFang Light";
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: rgb(0, 58, 170);
}

.fzlc2>div>ul>li>div.on>b {
    color: rgb(0, 58, 170);
}

.fzlc2>div>ul>li>div>div {
    font-size: .16rem;
    float: left;
    padding-top: 7%;
    width: 70%;
    /* position: absolute; */
    left: 30%;
    bottom: 23%;
    color: #111;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    /* transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%); */
    /* opacity: 0; */
}

.fzlc2>div>ul>li>div.on>div {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.fzlc2>div>ul>li>div>div>p {
    line-height: 1.5;
    margin-bottom: .2rem;
}

.fzlc2>div>ul>li>div>div>p:last-child {
    margin-bottom: 0rem;
}

@media screen and (max-width:1440px) {
    .fzlc2>div>ul>li>div>div {
        font-size: 15px;
    }
}
@media screen and (max-width:768px) {
    .na2>ul>li>a {
        font-size: 16px;
    }

    /* .fzlc2>div>ul>li>div>div>p {
        display: none;
    } */
    .fzlc2>div>span{
        display: block;
        width: 200px;
        height: 45px;
        bottom: 0%;
        left: 15%;
    }
    .fzlc2>div>ul>li>div>div>p:first-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .fzlc2>div>ul>li>div>b {
        font-size: 3.1rem;
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
    }

    .fzlc2>div>ul>li>span>img {
        right: 0%;
        top: 16%;
    }

    .fzlc2>div>ul>li>span {
        font-size: 3.1rem;
    }

    .fzlc2>div>ul>li {
        width: 25%;
    }
    .fzlc2>div>ul>li:nth-child(2) {
        width: 75%;
        height: 100px;
    }
    .fzlc2>div>ul>li:first-child {
        padding-top: 9%;
        width: 25%;
    }
    .fzlc2>div>ul.safa>li.active {
        width: 25%;
        /* position: sticky; */
        position: relative;
    }
    .fzlc2>div>ul>li.active {
        top: 0%;
        width: 20%;
    }
    .fzlc2>div>ul {
        height: 170px;
    }
    .fzlc2>div>ul.safa>li:nth-child(2) {
        width: 75%;
    height: 160px;
    overflow: auto;
    }

    .fzlc2>div>ul>li>div>p {
        font-size: 14px;
        bottom: 10%;
    }

    .fzlc2>div>ul>li>div {
        padding-bottom: 15%;
    }

    .fzlc2>div>ul>li>span {
        padding-bottom: 25%;
    }
}

/*****************************企业简介***********************/
.ban1>p {
    position: absolute;
    top: 2.5rem;
    left: 1.6rem;
    font-size: .3rem;
    color: #fff;
    width: 80%;
    transform: translateY(100%);
    opacity: 0;
    transition: 1s;
}
.ban1>u{
    font-size: 18px;
    color: #fff;
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 1.6rem;
    width: 80%;
}
.ban1>p.on{
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.ban1>i{
    position: absolute;
    right: 0%;
    top: 10%;
    width: 50%;
    height: 100%;
    display: block;
}
.ban1>em{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}
.ban1>em>img{
    width: 100%;
}
.ban1>i>img{
    width: 100%;
    height: 100%;
}
.ban1>p>i {
    color: #EBEBEB;
    font-size: 18px;
    display: block;
    margin-bottom: .39rem;
}

.ban1>p>b {
    display: block;
    font-size: .3rem;
    color: #E6003D;
    font-weight: normal;
    line-height: 1.7;
}

.ban1>span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ban1>span>img {
    width: 100%;
}

.jtgk2 {
    width: 100%;
    padding: 6% 8%;
    float: left;
    padding-bottom: 10%;
}

.jtgk2>div {
    width: 100%;
    float: left;
}

.jtgk2>div>div {
    position: relative;
    float: left;
    width: 38%;
    background-image: url(../img/jtgk2_lf_bg.png);
}

.jtgk2>div>div>span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.jtgk2>div>div>ul {
    padding: .65rem .69rem;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
}

.jtgk2>div>div>ul>li {
    width: 100%;
    float: left;
}

.jtgk2>div>div>ul>li>div {
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 10%;
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding-bottom: 3%;
}
.jtgk2>div>div>ul>li:nth-child(1)>div:nth-child(1) {
    border: none;
}

.jtgk2>div>div>ul>li>div:last-child {
    margin-right: 0;
}

.jtgk2>div>div>ul>li>div>h3 {
    font-size: .3rem;
    color: #fff;
    position: relative;
}

.jtgk2>div>div>ul>li>div>h3::after {
    background: #fff;
    height: .04rem;
    width: .24rem;
    position: absolute;
    bottom: -50%;
    left: 0;
}

.jtgk2>div>div>ul>li>div>b {
    font-size: .48rem;
    color: #fff;
    /* border-bottom: 1px solid rgba(255,255,255,.4); */
    display: block;
    /* padding-bottom: 5%; */
    /* margin-bottom: 5%; */
    transform: translateY(-0.08rem);
    -webkit-transform: translateY(-0.08rem);
    -moz-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    -o-transform: translateY(-0.08rem);
}

.jtgk2>div>div>ul>li>div>p {
    font-size: 16px;
    color: #fff;
}

.jtgk2>div>div.jt_d2 {
    width: 56%;
    background-image: url(../img/jtgk2_rt_bg.png);
    margin-top: 1.5rem;
}

.jtgk2>div>div.jt_d2>span {}

.jtgk2>div>div.jt_d2>ul {}

.jtgk2>div>div.jt_d2>ul>li {}

.jtgk2>div>div.jt_d2>ul>li>div {
    width: 27%;
    margin-right: 7%;
    margin-bottom: 5%;
}

.jtgk2>div>div.jt_d2>ul>li>div:last-child {
    margin-right: 0;
}

.jtgk2>div>div.jt_d2>ul>li>div>h3 {
    color: #333;
}

.jtgk2>div>div.jt_d2>ul>li>div>h3::after {
    background: #333;
}

.jtgk2>div>div.jt_d2>ul>li>div>b {
    color: #333;
    transform: translateY(-0.00rem);
}

.jtgk2>div>div.jt_d2>ul>li>div>p {
    color: #333;
}

/*****************************jtgk3*************************/
.jtgk3 {
    position: relative;
    width: 100%;
    float: left;
}

.jtgk3>.j3_lb1 {
    width: 100%;
    position: relative;
    padding: 0 10% 0 20%;
    float: left;
}

.jtgk3>.j3_lb1>div {
    width: 100%;
    float: left;
    overflow: hidden;
}

.jtgk3>.j3_lb1>div>ul {
    /*width: 100%;
    */
    float: left;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.jtgk3>.j3_lb1>div>ul>li {
    /* width: 20%; */
    float: left;
    cursor: pointer;
    position: relative;
}

.jtgk3>.j3_lb1>div>ul>li>i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    margin-bottom: 5%;
    position: relative;
    z-index: 10;
    transform: translateX(.3rem);
    -webkit-transform: translateX(.3rem);
    -moz-transform: translateX(.3rem);
    -ms-transform: translateX(.3rem);
    -o-transform: translateX(.3rem);
}
.jtgk3>.j3_lb1>div>ul>li:nth-child(1)>i {
    transform: translateX(.41rem);
}

.jtgk3>.j3_lb1>div>ul>li>p {
    font-size: 18px;
    color: #999;
    /* transform: translateX(-.3rem); */
}

.jtgk3>.j3_lb1>div>ul>li.active {}

.jtgk3>.j3_lb1>div>ul>li::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 7%;
    left: .3rem;
}

.jtgk3>.j3_lb1>div>ul>li.active::after {
    /* background: #E6003D;
    animation-name: chang;
    animation-delay: 0s;
    animation-duration: 20s;
    animation-timing-function: linear; */
    /* animation-iteration-count: infinite; */
}

.jtgk3>.j3_lb1>div>ul>li.active:last-child::after {
    background: #E6003D;
    animation: none;
    width: 0%;
    /*animation-iteration-count: infinite;
    */
    -webkit-animation: none;
}

.jtgk3>.j3_lb1>div>ul>li.active>i {
    background: #E6003D;
}

.jtgk3>.j3_lb1>div>ul>li.active>p {
    color: #E6003D;
}

.jtgk3>.j3_lb1>u {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 7%;
    left: 0%;
}

.jtgk3>.j3_lb1>span {
    display: block;
    position: absolute;
    top: -.18rem;
    cursor: pointer;
}

.jtgk3>.j3_lb1>span>img {}

.jtgk3>.j3_lb1>span:nth-child(3) {
    left: 8%;
}

.jtgk3>.j3_lb1>span:last-child {
    right: 8%;
    transform: rotate(180deg);
}

.jtgk3>.j3_lb2 {}

.jtgk3>.j3_lb2>ul {
    width: 100%;
    float: left;
    position: relative;
    /* padding-bottom: 5%; */
}

.jtgk3>.j3_lb2>ul>li {
    display: none;
}

.jtgk3>.j3_lb2>ul>li.active {
    display: block;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2 {
    width: 100%;
    padding: 6% 8%;
    float: left;
    padding-bottom: 0%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>p:nth-child(2) {
    margin-bottom: 2%;
    margin-top: .41rem;
    line-height: 1.75;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>b {
    font-size: .24rem;
    color: #014099;
    display: block;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>ul {
    width: 100%;
    float: left;
    margin: .28rem 0 .39rem 0;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>ul>li {
    font-size: .16rem;
    float: left;
    margin-right: 3%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div {
    float: right;
    width: 95%;
    transform: translateY(-20%);
    position: relative;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>img{
    width: 100%;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li {
    position: absolute;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(1) {
    top: 34%;
    right: 18%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(2) {
    top: 38%;
    right: 22%;
    display: none;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(3) {
    top: 40%;
    right: 27%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(4) {
    top: 40%;
    right: 21%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(5) {
    top: 45%;
    right: 20%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(6) {
    top: 49%;
    right: 39%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(7) {
    top: 50%;
    right: 22%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(8) {
    top: 52%;
    left: 18%;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li>.leida1 {
    position: relative;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li>.leida1>img {
    position: absolute;
    width: 1rem;
    top: -.05rem;
    left: -.05rem;
    max-width: .2rem;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li>.leida1>span {
    display: block;
    width: 10px;
    height: 10px;
    background: #E6003D;
    border-radius: 50%;
    position: absolute;
}

.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li>.leida1>span:nth-child(2) {
    animation-name: fangda2;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>ul>li:nth-child(1) span {
    display: none;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_3 {
    padding-bottom: 5%;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4,
.jtgk3>.j3_lb2>ul>li.j3_lb2_1 {
    width: 100%;
    padding: 6% 8%;
    float: left;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_1>video{
    width: 100%;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul{
    width: 100%;
    float: left;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li{
    width: 50%;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li>img{
    margin: 0 auto;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li.lf{
    width: 50%;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li.lf>.tit3{
    width: 80%;
    line-height: 1.75;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li.rt{

}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5 {
    width: 100%;
    padding: 6% 8%;
    float: left;
    padding-bottom: 20%;
    padding-right: 0%;
    background: url(../img/gsjs_lb5.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5 img{
    width: auto;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5>p,
.jtgk3>.j3_lb2>ul>li.j3_lb2_2>p,
.jtgk3>.j3_lb2>ul>li.j3_lb2_4 p {
    opacity: 0;
    transform: translateY(100%);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5.on>p,
.jtgk3>.j3_lb2>ul>li.j3_lb2_2.on>p,
.jtgk3>.j3_lb2>ul>li.j3_lb2_4.on p{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5>.tit3 {
    margin: .4rem 0;
    width: 36%;
    margin-bottom: 0;
    line-height: 1.75;
}
.jtgk3>.j3_lb2>ul>li.j3_lb2_5>img{
    width: 100%;
}
.j3_lb2_3 {
    width: 100%;
    float: left;
}

.j3_lb2_3>div {
    width: 50%;
}

.j3_lb2_3>div.lf {
    /* padding: 2rem 1.5rem 0 1.6rem; */
    padding: 6% 1.5rem 0 1.6rem;
}

.j3_lb2_3>div.lf>h3 {
    font-size: .48rem;
    font-weight: 400;
    color: #111;
}

.j3_lb2_3>div.lf>b {
    font-size: .48rem;
    color: #E6003D;
    display: block;
    margin-bottom: .41rem;
}

.j3_lb2_3>div.lf>p {
    color: #111;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: .21rem;
}
.j3_lb2_3>div.lf>p:nth-child(1){
    font-size: .48rem;
}
.j3_lb2_3>div.rt {
    /* overflow: auto; */
    padding-top: 1.1rem;
    padding-bottom: .6rem;
    margin-bottom: 1.2rem;
    position: relative;
}

.j3_lb2_3>div.rt .swiper-slide {
    transition: .8s;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    opacity: .5;
    z-index: 1;
}

.j3_lb2_3>div.rt .swiper-slide-next,
.j3_lb2_3>div.rt .swiper-slide-prev {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    opacity: .65;
    z-index: 5;
}

.j3_lb2_3>div.rt .swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    z-index: 10;
    opacity: .9;
}

.j3_lb2_3>div.rt .swiper-button-next {
    top: 110%;
    right: 40%;
    display: block;
    position: absolute;
    cursor: pointer;
    transform: rotate(180deg);
    background-image: none;
    width: 43px;
    height: 43px;
}

.j3_lb2_3>div.rt .swiper-button-prev {
    top: 110%;
    left: 40%;
    display: block;
    position: absolute;
    cursor: pointer;
    background-image: none;
    width: 43px;
    height: 43px;
}

.j3_lb2_3>div.rt::-webkit-scrollbar {
    height: 5px;
}

.j3_lb2_3>div.rt::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 80%); */
    background: #E6003D;
}

.j3_lb2_3>div.rt>ul {
    width: 1000%;
}

.j3_lb2_3>div.rt>ul>li {
    width: auto;
    float: left;
    margin-right: .23rem;
    max-width: 3.8rem;
}

.j3_lb2_3>div.rt>ul>li>span {
    display: block;
    width: 100%;
    margin-bottom: .23rem;
}

.j3_lb2_3>div.rt>ul>li>span>img {}
@media screen and (max-width:2560px) and (min-width:1930px) {

    .jtgk2>div>div>span>img,
    .jtgk2>div>div.jt_d2>span>img,
    .jtgk3>.j3_lb2>ul>li.j3_lb2_2>div>img {
        width: 100%;
    }

    .jtgk2>div>div.jt_d2>ul>li>div {
        margin-right: 9%;
        margin-bottom: 6%;
    }

    .jtgk3>.j3_lb1>span {
        top: -.13rem;
    }
    .jtgk3>.j3_lb1>div>ul>li>i {
        transform: translateX(.25rem);
        -webkit-transform: translateX(.25rem);
        -moz-transform: translateX(.25rem);
        -ms-transform: translateX(.25rem);
        -o-transform: translateX(.25rem);
}.jtgk3>.j3_lb1>div>ul>li:nth-child(1)>i {
    transform: translateX(.3rem);
}
}

@media screen and (max-width:1440px) {
    .jtgk2>div>div.jt_d2>ul>li>div {
        margin-right: 9%;
        margin-bottom: 7%;
    }

    .jtgk3>.j3_lb1>span {
        top: -.25rem;
        z-index: 20;
    }
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
    .jtgk3>.j3_lb1>span {
        top: -.35rem;
    }
}

@media screen and (max-width:768px) {

    .jtgk2>div>div.jt_d2>ul>li>div {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 32%;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_1>video {
        margin-top: 10%;
    }
    .ban1>i{
        width: 65%;
    }
    .ban1>em,.ban1>em>img{
        height: 100%;
    }
    .jtgk2>div>div>ul>li>div>h3{
        font-size: .9rem;
    }
    .jtgk2 {
        padding: 10% 8%;
        padding-bottom: 5%;
    }
    .jtgk2>div>div>ul>li>div>b {
        font-size: 24px;
    }

    .j3_lb2_3>div.lf>h3,
    .j3_lb2_3>div.lf>b {
        font-size: 1rem;
    }

    .ban1>p,
    .ban1>p>b {
        font-size: 17px;
        /* opacity: 0; */
    }

    .ban1>p>b{
        /* display: none; */
        line-height: 1.3;
        font-weight: bold;
    }

    .ban1 {
        width: 100%;
        height: auto;
        background: url(../img/jtgk1.png) no-repeat;
        background-size: cover;
        background-position: right;
        margin-top: 54px;
    }

    .ban1>img {
        height: 100%;
        /* opacity: 0; */
        /* transform: translateX(-30%); */
    }

    .na2>ul>li {
        margin-right: 4%;
        padding-bottom: 2%;
        padding-top: 3%;
    }
    .na2.zhihui>ul>li {
        padding-bottom: 0%;
    }
    .ban1>p {
        top: 1.6rem;
        width: 85%;
        opacity: 0;
    }
    
    .ban1>p>i {
        display: none;
        opacity: .5;
        font-size: 14px;
        margin-bottom: 11px;
    }
    .jtgk3>.j3_lb1>div>ul>li>p,
    .j3_lb2_3>div.lf>p {
        font-size: 16px;
    }

    .jtgk2>div>div>ul>li>div>p {
        font-size: 14px;
    }

    .jtgk2>div>div {
        width: 100%;
        padding-bottom: 12%;
    }

    .jtgk2>div>div>span {
        opacity: 0;
    }

    .jtgk2>div>div.jt_d2 {
        width: 100%;
        height: 200px;
        padding-bottom: 15%;
        margin-top: 0rem;
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
}

    .jtgk2>div>div>ul>li>div>h3::after {
        width: 20%;
    }

    .jtgk3>.j3_lb1 {
        padding: 0 5% 0 5%;
        /* margin-bottom: 8%; */
    }

    .jtgk3>.j3_lb1>span {
        width: 43px;
        top: -1rem;
    }

    .jtgk3>.j3_lb1>span:nth-child(3) {
        left: 5%;
    }

    .jtgk3>.j3_lb1>span:last-child {
        right: 5%;
    }

    .jtgk3>.j3_lb1>div>ul>li>i {
        transform: translateX(1rem);
        -webkit-transform: translateX(1rem);
        -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
        -o-transform: translateX(1rem);
    }
    .jtgk2>div>div>ul>li {
        margin-bottom: 2%;
    }
    .jtgk3>.j3_lb1>div>ul>li::after {
        left: 1rem;
    }

    .jtgk3>.j3_lb2>ul>li.j3_lb2_2>div {
        width: 100%;
        transform: translateY(-10%);
        display: none;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_2 {
        padding-bottom: 6%;
    }
    .j3_lb2_3>div.rt .swiper-button-next {
        right: 37%;
    }
    .j3_lb2_3>div {
        width: 100%;
    }

    .j3_lb2_3>div.rt>ul>li {
        max-width: 7rem;
    }

    .j3_lb2_3>div.rt {
        padding-left: 9%;
    }

    .j3_lb2_3>div.rt .swiper-button-next {
        top: 108%;
        display: none;
    }

    .j3_lb2_3>div.rt .swiper-button-prev {
        top: 108%;
        left: 40%;
        display: none;
    }
}

@media screen and (max-width:540px) {
    .ban1>u{
        display: none;
    }
    .ban1>p{
        /* display: none; */
    }
    .jtgk2>div>div>ul {
        padding: 5%;
    }
}

/*******************************资质荣誉*****************/
.zzry1 {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../img/zzry1_bg.png);
    padding: 1.22rem 0;
}

.zzry1>.zz1 {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 1.05rem;
}

.zzry1>.zz1 .swiper-slide {
    opacity: 0 !important;
}

.zzry1>.zz1 .swiper-slide-active {
    opacity: 1 !important;
}

.zzry1>.zz1 .swiper-slide>img {
    width: 100%;
}

.zzry1 .swiper-pagination {
    color: #fff;
    font-size: .6rem;
    position: absolute;
    font-weight: normal;
    width: 10%;
    left: 82%;
    bottom: 40%;
}

.zzry1 .swiper-pagination>span:first-child {
    font-size: 1.2rem;
}

.zzry1>p {}

.zzry1>p>b {}

.zzry1>p>i {}

.zzry1>.zz2 {
    width: 100%;
    float: left;
    position: relative;
}

.zzry1>.zz2>.an {}

.zzry1>.zz2>.an>div {
    width: .4rem;
    height: .4rem;
    right: 1.6rem;
    top: -10%;
    background-color: #fff;
    background-image: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.zzry1>.zz2>.an>div:hover {
    background-image: url(../img/zzry_an_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zzry1>.zz2>.an>div>i {
    font-size: .16rem;
    text-align: center;
    color: #333;
    display: block;
    transform: scaleY(1.7);
    transform-origin: top;
    -webkit-transform: scaleY(1.7);
    -moz-transform: scaleY(1.7);
    -ms-transform: scaleY(1.7);
    -o-transform: scaleY(1.7);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.zzry1>.zz2>.an>div:hover>i {

    color: #fff;
}

.zzry1>.zz2>.an>div:last-child {
    left: 87%;
}

.zzry1>.zz2>.lb {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 .2rem;
    /* z-index: 10; */
}

.zzry1>.zz2>.lb>.lf {
    width: 65%;
}

.zzry1>.zz2>.lb>.lf .swiper-container {
    transform-origin: bottom;
    transform: scaleY(1.6);
    -webkit-transform: scaleY(1.6);
    -moz-transform: scaleY(1.6);
    -ms-transform: scaleY(1.6);
    -o-transform: scaleY(1.6);
}

.zzry1>.zz2>.lb>.lf .swiper-slide {
    position: relative;
    position: relative;
    transform: scaleY(.62);
    transform-origin: bottom;
    -webkit-transform: scaleY(.62);
    -moz-transform: scaleY(.62);
    -ms-transform: scaleY(.62);
    -o-transform: scaleY(.62);
}

.zzry1>.zz2>.lb>.lf .swiper-slide-active {}

.zzry1>.zz2>.lb>.lf .swiper-slide>img {
    transform-origin: bottom;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.zzry1>.zz2>.lb>.lf .swiper-slide-active>img {
    transform: scaleY(1.3);
}

.zzry1>.zz2>.lb>.lf .swiper-slide>span {
    display: block;
    width: 50%;
    height: auto;
    position: absolute;
    top: 10%;
    right: 30%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.zzry1>.zz2>.lb>.lf .swiper-slide-active>span {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
}

.zzry1>.zz2>.lb>.rt {
    width: 34%;
    padding: .22rem .26rem;
    background-color: #fff;
}

.zzry1>.zz2>.lb>.rt>b {
    font-size: .24rem;
    color: #111;
    display: block;
    margin-bottom: .1rem;
}

.zzry1>.zz2>.lb>.rt>p {
    font-size: .16rem;
    color: #666;
    line-height: 1.7;
}

.swiper-button-prev {
    background: none;
}

.swiper-button-next {}

@media screen and (max-width:2560px) and (min-width:1930px) {

    .zzry1>.zz2>.lb>.lf .swiper-slide>span>img,
    .zzry1>.zz2>.lb>.lf .swiper-slide>img,
    .lxwm1>ul>li>span>img {
        width: 100%;
    }

    .zzry1>.zz2>.lb>.lf .swiper-slide>span {
        right: 25%;
    }

    .zzry1>.zz2>.lb>.rt>b {
        margin-bottom: .2rem;
    }

    .zzry1>.zz2>.lb>.rt {
        padding: .33rem .26rem;
    }

    .zzry1>.zz2>.an>div {
        top: -11%;
    }
}

@media screen and (max-width:1440px) {
    .zzry1>.zz2>.lb>.lf .swiper-slide>span {
        right: 25%;
    }

    .zzry1>.zz2>.lb>.rt {
        padding: .3rem .26rem;
    }

    .zzry1>.zz2>.lb>.rt>b {
        margin-bottom: .2rem;
    }

    .zzry1>.zz2>.an>div {
        top: -6%;
    }

}

@media screen and (max-width:1280px) {
    .zzry1>.zz2>.an>div>i {
        transform: scaleY(1.4);
        -webkit-transform: scaleY(1.4);
        -moz-transform: scaleY(1.4);
        -ms-transform: scaleY(1.4);
        -o-transform: scaleY(1.4);
    }

    .zzry1>.zz2>.an>div {
        top: -3%;
    }
}

@media screen and (max-width:1024px) {
    .zzry1>.zz2>.an>div {
        top: 0%;
    }
}

@media screen and (max-width:768px) {
    .zzry1>.zz2>.lb>.rt {
        width: 100%;
        background: transparent;
        margin-top: 5%;
        padding: 5% 8%;
    }

    .zzry1>.zz2>.lb>.lf {
        width: 100%;
    }

    .zzry1>.zz2>.lb>.rt>b {
        font-size: 18px;
    }

    .zzry1>.zz2>.lb>.rt>p {
        font-size: 14px;
    }

    .zzry1>.zz2>.an>div>i {
        transform: scaleY(2) translateY(5%);
    }

    .zzry1>.zz2>.an>div {
        top: -30%;
        width: 40px;
        height: 40px;
    }

    .zzry1>.zz2>.an>div:last-child {
        left: 10%;
    }

    .zzry1 .swiper-pagination {
        font-size: 1rem;
        width: 20%;
        left: 80%;
        display: none;
    }

    .zzry1 .swiper-pagination>span:first-child {
        font-size: 2rem;
    }
}

/**************************HAO平台**********************/
.hpt1 {
    padding-bottom: 5%;
}

.hpt1>span {
    width: 25%;
    padding-top: 15%;
    height: 80%;
    display: block;
}
.hpt1>span.ph_sp{
    display: none;
}
.hpt1>div {
    width: 70%;
    float: right;
    margin-top: 1.2rem;
}

.hpt1>div>ul {
    float: left;
    width: 100%;
}

.hpt1>div>ul>li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: .4rem;
    transform: translateY(30%);
    transition: .5s;
    /* cursor: pointer; */
    opacity: 1;
}

/*.hpt1>div>ul>li.on {
    transform: translateY(0%);
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
*/
.hpt1>div>ul>li::after {
    position: absolute;
    width: 90%;
    top: 53%;
    height: 1px;
    background: #D5D6D6;
    left: 0;
}

.hpt1>div>ul>li>span {
    display: block;
    width: 13%;
    float: left;
    margin-left: .5rem;
    margin-top: 2%;
}

.hpt1>div>ul>li>span>img {
    width: 100%;
}

.hpt1>div>ul>li>div {
    width: 74%;
    float: right;
    padding: 1rem 0 1rem .8rem;
    background-image: url(../img/hpt_rt_bg0.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.hpt1>div>ul>li:hover>div {
    background-image: url(../img/hpt2_rt_bg1.png);
}

.hpt1>div>ul>li>div>h3 {
    font-size: .36rem;
    color: #111;
    margin-bottom: .8rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.hpt1>div>ul>li:hover>div>h3,
.hpt1>div>ul>li:hover>div>p {
    color: #fff;
}

.hpt1>div>ul>li>div>p {
    font-size: 16px;
    color: #111;
    width: 87%;
    transition: .5s;
    line-height: 1.8;
}

@media screen and (max-width:768px) {
    .hpt1>div {
        width: 100%;
    }

    .hpt1>div>ul>li>div>h3 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: normal;
        padding-bottom: .9rem;
        border-bottom: 1px solid #e5e6e4;
    }

    .hpt1>div>ul>li>div>p {
        font-size: 14px;
        margin-top: .9rem;
        width: 100%;
    }

    .hpt1>div>ul>li {
        margin-bottom: 15%;
    }

    .hpt1>div>ul>li>span {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 2%;
        float: none;
    }

    .hpt1>div>ul>li>div {
        width: 100%;
        float: none;
        margin-top: 5%;
        padding-right: 0.8rem;
    }

    .hpt1>div>ul>li::after {
        display: none;
    }

    .news_xq1>div>h3 {
        font-size: 20px;
    }
}

/*********************证券信息***********************/
.zqxx1 {
    width: 100%;
    padding: 6% 8%;
    float: left;
}

.zqxx1>ul {
    width: 100%;
    border: 1px solid #CBCBCB;
    float: left;
}

.zqxx1>ul>li {
    width: 33.3%;
    float: left;
    padding: .5rem 0 .5rem .5rem;
    position: relative;
}

.zqxx1>ul>li:nth-child(2) {
    background: #E6003D;
}

.zqxx1>ul>li>img {
    width: 80%;
    margin-top: 8%;
}

.zqxx1>ul>li>i {
    font-size: .2rem;
    display: block;
    color: #fff;
}

.zqxx1>ul>li>p {
    font-size: .24rem;
    color: #fff;
    margin-top: 3%;
}

.zqxx1>ul>li>p>b {
    font-size: .6rem;
    display: inline-block;
    color: #fff;
}

.zqxx1>ul>li>p>b>img {
    display: inline-block;
}

.zqxx1>ul>li>p>u {
    font-size: .2rem;
    display: inline-block;
}

.zqxx1>ul>li:last-child>i {
    color: #111;
}

.zqxx1>ul>li:last-child>p>b {
    color: #333;
}

.zqxx1>div {
    width: 100%;
    height: 5rem;
    float: left;
}

@media screen and (max-width:768px) {
    .hpt1>span {
        display: none;
    }
    .hpt1>span.ph_sp{
        display: block;
    }
    .zqxx1>div {
        height: 10rem;
    }

    .zqxx1>ul>li {
        width: 100%;
        padding: 1rem 0 1rem 1.13rem;
    }

    .zqxx1>ul>li>img {
        margin-top: 3%;
    }

    .zqxx1>ul>li>i,
    .zqxx1>ul>li>p {
        font-size: 16px;
    }

    .zqxx1>ul>li>p>b {
        font-size: 30px;
    }
}

/*****************************联系我们*********************/
.lxwm1 {
    width: 100%;
    padding: 6% 8%;
    float: left;
    padding-bottom: 0%;
}

.lx_qie {
    display: none;
    float: left;
    width: 100%;
}
.lxwm1>ul {
    width: 100%;
    margin-bottom: .5rem;
    float: left;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.lxwm1>ul:last-child{
    display: none;
}
.lxwm1>ul>p {
    font-size: .24rem;
    color: #111;
    margin-bottom: .43rem;
    width: 100%;
}

.lxwm1>ul>li {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.lxwm1>ul>li>span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lxwm1>ul>li>span>img {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.lxwm1>ul>li:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.lxwm1>ul>li>div {
    width: 100%;
    float: left;
    padding: .29rem .36rem;
    border: 1px solid #DEDEDE;
    border-top: none;
}

.lxwm1>ul>li>div>i {
    display: block;
    width: 5%;
    float: left;
    margin-top: 2%;
    /* background-image: url(../img/lx_ico2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.lxwm1>ul>li>div:nth-child(2)>i>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 1;
}
.lxwm1>ul>li>div:nth-child(3)>i>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 1;
}
.lxwm1>ul>li>div:nth-child(2):hover>i>img{
    opacity: 0;
}
.lxwm1>ul>li>div:nth-child(3):hover>i>img{
    opacity: 0;
}
.lxwm1>ul>li>div:nth-child(2):hover>i{
    background-image: url(../img/lx_ico2_1.png);
}
.lxwm1>ul>li>div:nth-child(3):hover>i{
    background-image: url(../img/lx_ico1_1.png);
}
.lxwm1>ul>li>div>p {
    font-size: 16px;
    color: #525252;
    width: 90%;
    float: left;
    margin-left: 5%;
}

.lxwm1>ul>li>div>p>b {
    display: block;
    font-size: .2rem;
    color: #333;
    margin-bottom: 2%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lxwm1>ul>li>div:nth-child(2):hover>p>b{
    color: #E6003D;
}
.lxwm1>ul>li>div>p>u {
    /*font-size: .16rem;
    */font-size: .14rem;
    color: #333;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}
.lxwm1>ul>li>div:hover>p>u {
    font-size: .15rem;
}
.jrwm2{
    width: 100%;
    float: left;
}
.jrwm2>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.jrwm2>ul>li{
    width: 60%;
    position: relative;
}
.jrwm2>ul>li:nth-child(1){
    width: 40%;
    padding-top: 1.09rem;
    padding-left: 1.58rem;
}
.jrwm2>ul>li>b{
    font-size: .36rem;
    color: #111;
    display: block;
    font-weight: normal;
    margin-bottom: .6rem;
}
.jrwm2>ul>li>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
}
.jrwm2>ul>li>ul>li{
    font-size: .18rem;
    margin-right: 10%;
    width: 15%;
    margin-bottom: 5%;
    cursor: pointer;
}
.jrwm2>ul>li>ul>li.on{
    color: #2E5099;
    font-weight: bold;
}
.jrwm2>ul>li>p{
    font-size: .16rem;
    color: #7B7B7B;
    margin: .5rem 0;
    margin-bottom: .7rem;
}
.jrwm2>ul>li>div{
    width: 100%;
}
.jrwm2>ul>li>div>ul{
    position: relative;
    width: 60%;
}
.jrwm2>ul>li>div>ul>li{
    position: absolute;
    opacity: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}
.jrwm2>ul>li>div>ul>li.on{
    position: relative;
    z-index: 10;
    opacity: 1;
}
.jrwm2>ul>li>div>ul>li>a{
    display: flex;
    position: relative;
    align-items: center;
    width: 40%;
}
.jrwm2>ul>li>div>ul>li>a:first-child{
    margin-right: 20%;
}
.jrwm2>ul>li>div>ul>li>a>img{
    width: 100%;
}
.jrwm2>ul>li>div>ul>li>a::after{
    content: '>';
    font-size: .32rem;
    position: absolute;
    color: #999;
    right: -35%;
    top: 0%;
}
.jrwm2>ul>li>img{
    width: 100%;
    padding-right: 1.58rem;
}
.jrwm2>ul>li>span{
    position: absolute;
    right: 42%;
    top: 28%;
    width: 30%;
}
.jrwm2>ul>li>span>img{
    width: 100%;
}
.jrwm2>ul>li>div#service_cont>p{
    font-size: 0.18rem;
    margin-bottom: 16px;
}
.jrwm1 {
    width: 100%;
    padding: 6% 8%;
    float: left;
}

.jrwm1>ul {
    width: 100%;
    float: left;
}

.jrwm1>ul>li {
    float: left;
    margin-right: 7%;
}

.jrwm1>ul>li>a {
    font-size: .24rem;
    display: block;
    color: #111;
}

.jrwm1>ul>li.on>a,
.jrwm1>ul>li:hover>a {
    color: #2E5099;
}

.jrwm1>div {
    width: 75%;
    float: right;
    padding-top: 1.19rem;
}

.jrwm1>div>ul {
    width: 100%;
    float: left;
}

.jrwm1>div>ul>li {
    width: 100%;
    float: left;
}

.jrwm1>div>ul>li>p {
    font-size: .24rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: .39rem;
    transition: .5s;
}

.jrwm1>div>ul>li.active>p {
    font-size: .3rem;
}

.jrwm1>div>ul>li>p>i {
    display: block;
    width: 20px;
    height: 10px;
    float: right;
    position: relative;
    margin-top: 1%;
    cursor: pointer;
}

.jrwm1>div>ul>li>p>i::after {
    width: 80%;
    position: absolute;
    height: 30%;
    background: #666;
    left: 0%;
    bottom: 0%;
    transform-origin: left;
    transition: .5s;
}

.jrwm1>div>ul>li.active>p>i::after {
    transform: rotate(-45deg) translate(2px, 0px);
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
    -moz-transform: rotate(-45deg) translate(2px, 0px);
    -ms-transform: rotate(-45deg) translate(2px, 0px);
    -o-transform: rotate(-45deg) translate(2px, 0px);
}

.jrwm1>div>ul>li>p>i::before {
    content: '';
    width: 80%;
    position: absolute;
    height: 30%;
    background: #666;
    left: 0%;
    top: 0%;
    transform-origin: top;
    transition: .5s;
}

.jrwm1>div>ul>li.active>p>i::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.jrwm1>div>ul>li>div {
    width: 100%;
    float: left;
    padding-top: .4rem;
}

.jrwm1>div>ul>li.active>div>div {
    display: block;
}

.jrwm1>div>ul>li>div>div {
    margin-bottom: .4rem;
    width: 100%;
    float: left;
    display: none;
}

.jrwm1>div>ul>li>div>div>b {
    font-size: .24rem;
    display: block;
    font-weight: 400;
    float: left;
    width: 30%;
    height: 100%;
}

.jrwm1>div>ul>li>div>div>div {
    float: left;
    width: 70%;
}

.jrwm1>div>ul>li>div>div>div>p {
    font-size: 16px;
    color: #111;
    line-height: 2;
}

@media screen and (max-width:1440px) {
    .lxwm1>ul>li>div>p>b {
        font-size: 18px;
    }
    .lxwm1>ul>li>div:hover>p>u {
        font-size: 15px;
    }
    .jrwm2>ul>li>div#service_cont>p{
       font-size: 18px;
    }
}
@media screen and (max-width:1280px) {
    .lxwm1>ul>li {
        width: 48%;
        margin-right: 2%;
    }
    .jrwm2>ul>li>div#service_cont>p{
       font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .jrwm2>ul {
        justify-content: space-between;
        width: 100%;
        padding: 0rem 1.58rem;
    }
    .jrwm2>ul>li:nth-child(1) {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
    .jrwm2>ul>li {
        width: 100%;
        margin-top: 10%;
    }
    .jrwm2>ul>li>span {
        right: 30%;
        top: 17%;
        width: 50%;
    }
    .jrwm2>ul>li>img {
        width: 100%;
        padding-right: 0;
    }
    .jrwm2>ul>li>ul {
        justify-content: space-between;
        width: 100%;
        margin-top: 10%;
    }
    .jrwm2>ul>li>b {
        font-size: 18px;
    }
    .jrwm2>ul>li>ul>li {
        font-size: 16px;
        margin-right: 0%;
        width: 20%;
        margin-bottom: 5%;
    }
    .jrwm2>ul>li>p{
        font-size: 14px;
    }
    .jrwm2>ul>li>div>ul {
        width: 100%;
    }
    .jrwm2>ul>li>div>ul>li>a {
        width: 30%;
    }
    .jrwm2>ul>li>div>ul>li>a::after {
        font-size: 25px;
    }
    .jrwm2>ul>li {
        width: 100%;
        margin-top: 10%;
    }
    .jrwm2>ul>li>div#service_cont>p{
       font-size: 18px;
    }
    .lxwm1>ul>li {
        width: 100%;
        margin-bottom: 10%;
        margin-right: 0%;
    }
    .j3_lb2_3>div.lf>p:nth-child(1),
    .j3_lb2_3>div.lf>p:nth-child(1)>b {
        font-size: 20px;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_2>ul>li{
        font-size: 14px;
    }
    .jrwm1>div {
        width: 100%;
        padding-top: 3%;
    }
    .jrwm1 {
        padding: 10% 8%;
    }
    .lxwm1>ul>p {
        font-size: 20px;
    }

    .jrwm1>div>ul>li.active>p {
        font-size: 18px;
    }

    .lxwm1>ul>li>div>p>b,
    .jrwm1>ul>li>a,
    .jrwm1>div>ul>li>p,
    .jrwm1>div>ul>li>div>div>b {
        font-size: 16px;
    }

    .lxwm1>ul>li>div>p,
    .lxwm1>ul>li>div>p>u,
    .jrwm1>div>ul>li>div>div>div>p {
        font-size: 14px;
    }

    .lxwm1>ul>li>div>i {
        margin-top: 1%;
    }

    .jrwm1>ul>li {
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .jrwm1>div>ul>li>p>i {
        margin-top: 3%;
    }
    .lx_qie{
        display: block;
        padding: 8%;
        padding-right: 0;
        padding-bottom: 0%;
    }
    .lx_qie>ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .lx_qie>ul>li{
        width: 25%;
        line-height: 2;
        font-size: 18px;
    }
    .lx_qie>ul>li.on{
        color: #063793;
        font-weight: bold;
    }
    .lxwm1>ul{
        display: none;
    }
    .lxwm1>ul:last-child{
        display: flex;
        width: 100%;
        position: relative;
    }
    .lxwm1>ul:last-child>li{
        position: absolute;
        opacity: 0;
        z-index: 1;
        transition-delay: .8s;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
}
    .lxwm1>ul:last-child>li.active{
        position: relative;
        opacity: 1;
        z-index: 10;
        transition-delay: .8s;
    }
    .jtgk3>.j3_lb1>div {
        width: 80%;
        margin-left: 10%;
    }
}

/**************************公司公告********************/
.gsgg1 {
    width: 100%;
    padding: 6% 8%;
    float: left;
}

.gsgg1>.lf {
    width: 12%;
}

.gsgg1>.lf>ul {
    /* border-left: 1px solid #DCDCDC; */
    height: 6rem;
    overflow: auto;
}

.gsgg1>.lf>ul>li {
    font-size: .22rem;
    color: #A2A2A2;
    padding-bottom: .18rem;
    padding-left: .2rem;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #DCDCDC;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s;
}

.gsgg1>.lf>ul>li.active {
    color: #003AB5;
    font-size: .28rem;
}

.gsgg1>.rt {
    width: 88%;
}

.gsgg1>.rt>ul {}

.gsgg1>.rt>ul>li {
    display: none;
}

.gsgg1>.lf>ul>li::after {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #A2A2A2;
}

.gsgg1>.lf>ul>li.active::after {
    background-color: #003AB5;
}

.gsgg1>.rt>ul>li>p {
    color: #2D2D2D;
    font-size: .4rem;
    width: 10%;
    float: left;
}

.gsgg1>.rt>ul>li>div {
    width: 90%;
    float: left;
}

.gsgg1>.rt>ul>li>div>ul {}

.gsgg1>.rt>ul>li>div>ul>li {
    width: 48%;
    float: left;
    margin-right: .46rem;
    background-color: #fff;
    border: 1px solid #EDEDED;
    margin-bottom: .46rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.gsgg1>.rt>ul>li>div>ul>li:hover {
    background-color: #003AB5;
}

.gsgg1>.rt>ul>li>div>ul>li>p {
    font-size: .26rem;
    color: #2D2D2D;
    padding: .42rem;
    margin-bottom: .68rem;
    transition: .5s;
}

.gsgg1>.rt>ul>li>div>ul>li:hover>p {
    color: #fff;
}

.gsgg1>.rt>ul>li>div>ul>li>p>i {}

.gsgg1>.rt>ul>li>div>ul>li>div {
    width: 100%;
    float: left;
}

.gsgg1>.rt>ul>li>div>ul>li>div>a {
    font-size: .24rem;
    color: #2D2D2D;
    display: block;
    width: 50%;
    float: left;
    border: 1px solid #EDEDED;
    padding: .3rem 0;
    transition: .5s;
}

.gsgg1>.rt>ul>li>div>ul>li:hover>div>a {
    border: 1px solid #ededed2b;
    color: #fff;
}

.gsgg1>.rt>ul>li>div>ul>li>div>a>i {
    display: block;
    float: left;
    width: .2rem;
    height: .2rem;
    position: relative;
    margin: 2% 2% 0 30%;
}

.gsgg1>.rt>ul>li>div>ul>li>div>a>i>img {
    position: absolute;
    opacity: 1;
    transition: .5s;
}

.gsgg1>.rt>ul>li>div>ul>li>div>a>i>img:last-child {
    opacity: 0;
}

.gsgg1>.rt>ul>li>div>ul>li:hover>div>a>i>img:last-child {
    opacity: 1;
}

.gsgg1>.rt>ul>li.active {
    display: block;
}

.tz1 {
    position: relative;
    float: left;
    width: 100%;
    background-image: url(../img/tz1_bg.png);
    padding: 1.03rem 0 2.5rem 0;
}

.tz1 img {
    width: 100%;
}

.tz1>a {
    position: absolute;
    bottom: 1.91rem;
    right: 4.39rem;
    width: 19%;
    display: block;
    animation-name: dong;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.tz1>div {
    width: 40%;
    margin: 0 auto;
    padding-top: .75rem;
    padding-bottom: 1.43rem;
    background-color: #E1ECF7;
}

.tz1>div>span {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.tz1>div>i {
    width: 10%;
    display: block;
    margin: .23rem auto .56rem auto;
}

.tz1>div>a {
    width: 55%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .gsgg1>.rt>ul>li>div>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10%;
    }
    .tz1 {
        padding: 2rem 0 2.5rem 0;
    }
    .gsgg1>.lf>ul {
        height: 14rem;
    }
    .gsgg1>.lf{
        width: 20%;
    }
    .zzry1>.zz2>.lb>.lf .swiper-slide-active>img {
        transform: scaleY(1.2);
    }
    .gsgg1>.rt>ul>li>p {
        width: 100%;
    }
    .gsgg1>.lf>ul>li {
        font-size: 18px;
    }

    .gsgg1>.lf>ul>li.active,
    .gsgg1>.rt>ul>li>p {
        font-size: 20px;
    }
    .jrwm1>div>ul>li>div{
        padding: 0;
    }
    .jrwm1>div>ul>li>p{
        padding: 5% 0;
    }
    .gsgg1>.rt>ul>li>div>ul>li>p {
        font-size: 16px;
    }

    .gsgg1>.rt>ul>li>div>ul>li>div>a {
        font-size: 14px;
    }

    .gsgg1>.rt{
        width: 75%;
    }
    .gsgg1>.rt>ul>li>div {
        width: 100%;
    }
    .gsgg1>.rt>ul>li>p{
        line-height: 3;
    }
    .gsgg1>.rt>ul>li>div>ul>li>div>a>i {
        width: 10px;
        height: 10px;
        margin: 4% 2% 0 15%;
    }

    .gsgg1>.lf>ul>li {
        padding-left: 20%;
        line-height: 3;
    }

    .gsgg1>.lf>ul>li::after {
        top: 40%;
    }

    .tz1>div {
        width: 90%;
        padding-top: 1rem;
        padding-bottom: 2.43rem;
    }

    .tz1>div>span {
        width: 60%;
    }

    .tz1>div>a {
        width: 65%;
    }

    .tz1>a {
        bottom: 1.91rem;
        right: 1rem;
        width: 30%;
    }
    
}

/*****************************智慧***************************/
.zhihui>ul>li {
    margin-right: 6%;
}

.zhihui>ul>li>a {
    font-size: 16px;
}

.zhihui>ul>li.on1>a {
    color: #E6003D;
    font-style: italic;
    text-decoration: underline;
}

.zhih {
    width: 100%;
    float: left;
    padding: .6rem 1.6rem;
}

.zhih>ul {
    width: 100%;
    float: left;
    overflow-x: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zhih>ul>li {
    width: 30%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: .6rem;
    transform: translateX(100%);
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.zhih>ul>li.on {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.zhih>ul>li>a>span {
    display: block;
    overflow: hidden;
}

.zhih>ul>li>a>span>img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.zhih>ul>li>a>span:hover>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.zhih>ul>li>a>p {
    position: relative;
    font-size: .24rem;
    color: #111;
    border-bottom: 1px solid #ccc;
    line-height: 3;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;

        -webkit-box-orient: vertical;
    
        -webkit-line-clamp: 1;
    
        overflow: hidden;
}

.zhih>ul>li:hover>a>p {
    color: #E6003D;
}

.zhih>ul>li>a>p::after {
    right: 0%;
    top: 50%;
    background-color: #111;
    height: .02rem;
    width: .16rem;
    position: absolute;
}

@media screen and (max-width:768px) {
    .na2.zhihui {
        padding-bottom: 3%;
        padding-top: 1%;
    }
    .na2 {
        /* padding-bottom: 2%; */
    }
    .zhihui>ul>li>a {
        font-size: 15px;
    }
    .zhih {
        padding: 1.1rem 1.6rem;
    }
    .zhih>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .zhih>ul>li>a>p {
        font-size: 18px;
    }

    .zhih>ul>li>a>p::after {
        height: 2px;
        width: 16px;
        display: none;
    }
}

/*****************************豪尔赛学府********************/
.hesxf2{
    padding: .6rem 1.6rem;
    padding-bottom: 1.1rem;
    float: left;
    width: 100%;
}
.hesxf2>div{
    width: 100%;
    margin-bottom: .8rem;
}
/* .hesxf2>div:last-child *{
    line-height: inherit;
    list-style: auto;
    line-height: 1.5;
    border-spacing: 0;
    font-size: inherit;
    display: inline-block;
    color: unset;
}
.hesxf2>div:last-child strong *{
    font-weight: bold;
}
.hesxf2>div:last-child td:last-child{
    border-right: 1px solid #333;
}
.hesxf2>div:last-child table *{
    font-size: 14px;
}
.hesxf2>div:last-child table{
    border-bottom: 1px solid #333;
}
.hesxf2>div:last-child td{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    padding: 5px;
}
.hesxf2>div:last-child p{
    display:block !important;
} */
.hesxf2>div:last-child p, 
.hesxf2>div:last-child span, 
.hesxf2>div:last-child b {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    text-indent: 2em;
}
.hesxf2>div:last-child p, 
.hesxf2>div:last-child b, 
.hesxf2>div:last-child span {
    font-family: "ALIBABA-PUHUITI-REGULAR";
}
.hesxf2>div:last-child img{
    height: auto !important;
    margin: 0 auto;
    display: inline;
}
.hesxf2>div .swiper-slide{

}
.hesxf2>div .swiper-slide>img{

}
.hesxf2>h3{
    font-weight: normal;
}
.hesxf2>h3>p{
    font-size: .3rem;
    text-align: center;
    /* margin-bottom: .75rem; */
}
.hesxf2>i{
    width: 28%;
    /* margin: 0.15rem auto 0.5rem auto; */
    display: block;
}
.hesxf2>h3>i,
.hesxf2>h4>i{
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .35rem;
    display: block;
}
.hesxf2>h4{
    font-weight: normal;
}
.hesxf2>h4>p{
    font-size: .24rem;
    margin-bottom: .35rem;
}
.hesxf1 {
    width: 100%;
    float: left;
}

.hesxf1>ul {
    width: 100%;
    float: left;
}

.hesxf1>ul>li {}

.hesxf1>ul>li.lf {
    width: 43%;
    padding: 1.55rem 1.6rem;
    padding-right: .5rem;
}

.hesxf1>ul>li.lf>b {
    font-size: .3rem;
    color: #111;
    display: block;
    font-weight: normal;
}

.hesxf1>ul>li.lf>p {
    font-size: 16px;
    color: #111;
    line-height: 1.7;
    margin-top: .38rem;
    margin-bottom: .6rem;
}

.hesxf1>ul>li.lf>a {
    display: block;
    width: 20%;
    background-image: url(../img/hesxf2_lf_ico2.png);
}

.hesxf1>ul>li.lf>a>img {
    width: 100%;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.hesxf1>ul>li.lf>a:hover>img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.hesxf1>ul>li.rt {
    width: 55%;
}

.hesxf1>ul>li.rt>span {
    width: 100%;
    display: block;
    position: relative;
}

.hesxf1>ul>li.rt>span>img {
    width: 100%;
}

.hesxf1>ul>li.rt>span>img:last-child {
    position: absolute;
    top: 0;
    transition: .8s;
    opacity: 0;
    left: 0;
}

.hesxf1>ul>li.rt>span:hover>img:last-child {
    opacity: 1;
}

@media screen and (max-width:2560px) and (min-width:1930px) {
    .hesxf2 img{
        width: 100%;
    }
}
@media screen and (max-width:1440px) {
    .hesxf2>h3>i, .hesxf2>h4>i {
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {
    .hesxf2>h4>p {
        font-size: 18px;
    }
    .hesxf2>h3>p {
        font-size: 22px;
    }
}
@media screen and (max-width:768px) {

    .hesxf1>ul>li.rt,
    .hesxf1>ul>li.lf {
        width: 100%;
    }

    .hesxf1>ul>li.lf>b {
        font-size: 18px;
    }

    .hesxf1>ul>li.lf>p {
        font-size: 14px;
    }
}
@media screen and (max-width:540px) {
    .hesxf2>i {
        width: 70%;
        margin: 20px auto;
    }
    .hesxf2>h3>p {
        font-size: 20px;
    }
    .hesxf2 .swiper-slide>img{
        width: 100%;
        height: 150px;
    }
}
/*************************合作伙伴**************************/
.na3 {
    width: 100%;
    float: left;
    padding: 1.2rem 8%;
    padding-bottom: .6rem;
}

.na3>ul {
    width: 100%;
    float: left;
}

.na3>ul>li {
    float: left;
    margin-right: 5%;
    padding: 2% 0;
    cursor: pointer;
}

.na3>ul>li>a {
    cursor: default;
    font-size: .24rem;
    display: block;
    color: #111;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.na3>ul>li>a::after {
    position: absolute;
    top: 50%;
    left: -.5rem;
    height: 2px;
    width: .3rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.na3>ul>li.on {}

.na3>ul>li.on>a {
    color: #1E51C1;
    font-weight: bold;
}

.na3>ul>li.on>a::after {
    background: #1E51C1;
}

.hzhb1 {
    width: 100%;
    float: left;
    background-image: url(../img/xqhz2_bg.png);
    position: relative;
}

.hzhb1>.swiper-container {
    width: 75%;
    float: right;
    /* padding: 0% 1.6rem;
    padding-bottom: 2.4rem; */
}

.hzhb1 .swiper-slide {
    padding: 0% 1.6rem;
    padding-bottom: 3.4rem;
}

.hzhb1 .swiper-slide>ul {
    width: 100%;
    float: left;
}

.hzhb1 .swiper-slide>ul>li {
    width: 25%;
    float: left;
    border: 1px solid #e6e6e699;
    padding: 8% 0;
    background-color: rgba(255, 255, 255, .7);
    overflow: hidden;
    transform: scale(.5);
    transition: .8s;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    position: relative;
}
.hzhb1 .swiper-slide>ul>li>i{
    padding: 0 10%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E51C1;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.hzhb1 .swiper-slide>ul>li:hover>i{
    opacity: 1;
    z-index: 10;
}
.hzhb1 .on>.swiper-slide>ul>li{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.hzhb1 .swiper-slide>ul>li>span {
    display: block;
    width: 70%;
    margin: 0 auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.hzhb1 .swiper-slide>ul>li:hover>span {
    /* transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); */
}

.hzhb1 .swiper-slide>ul>li>span>img {
    width: 100%;
}

.hzhb1 .swiper-button-next {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    top: 2.56rem;
    left: 2.11rem;
}

.hzhb1 .swiper-button-next>i {
    display: block;
    font-size: .24rem;
    position: absolute;
    top: 20%;
    left: 35%;
    transform: scaleY(1.2);
    transition: .8s;
    color: #1E51C1;
}

.hzhb1 .swiper-button-prev {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #fff;
    top: 2.56rem;
    left: 1.17rem;
}

.hzhb1 .swiper-button-prev>i {
    display: block;
    font-size: .24rem;
    position: absolute;
    top: 20%;
    left: 35%;
    transform: scaleY(1.2);
    transition: .8s;
    color: #1E51C1;
}

.hzhb1 .swiper-button-prev,
.hzhb1 .swiper-button-next {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    background: #fff;
}

.hzhb1 .swiper-button-prev:hover,
.hzhb1 .swiper-button-next:hover {
    background-color: #1E51C1;
}

.hzhb1 .swiper-button-prev:hover>i,
.hzhb1 .swiper-button-next:hover>i {
    color: #fff;
}

@media screen and (max-width:768px) {
    .na3>ul>li>a {
        font-size: 16px;
    }

    .hzhb1 .swiper-button-next,
    .hzhb1 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .na3>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .na3>ul>li {
        width: 28%;
    }

    .hzhb1 .swiper-button-next>i,
    .hzhb1 .swiper-button-prev>i {
        font-size: 18px;
    }
    .hzhb1 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .hzhb1>.swiper-container {
        width: 100%;
    }

    .hzhb1 .swiper-slide>ul>li {
        width: 50%;
    }
    
    .hzhb1 .swiper-slide {
        padding-bottom: 4rem;
    }

    .hzhb1 .swiper-button-next {
        top: 92%;
        left: 50%;
    }

    .hzhb1 .swiper-button-prev {
        top: 92%;
        left: 37%;
    }
}

/****************************校企合作************************/
.xqhz1 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.xqhz1>ul {
    position: absolute;
    top: 40%;
    left: 45%;
}

.xqhz1>ul>li {
    width: 1.72rem;
    height: 1.72rem;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
}

.xqhz1>ul.on>li {
    z-index: 5;
}

.xqhz1>ul.on>li:nth-child(1) {
    top: -1rem;
    left: -3rem;
}

.xqhz1>ul.on>li:nth-child(2) {
    top: 0.5rem;
    left: -5rem;
}

.xqhz1>ul.on>li:nth-child(3) {
    top: 1.5rem;
    left: -3rem;
}

.xqhz1>ul.on>li:nth-child(4) {
    top: -1rem;
    left: 3rem;
}

.xqhz1>ul.on>li:nth-child(5) {
    top: 0.5rem;
    left: 5rem;
}

.xqhz1>ul.on>li:nth-child(6) {
    top: 1.5rem;
    left: 3rem;
}

.xqhz1>ul>li>div {
    width: 70%;
    height: 70%;
    margin: 0 auto;
    background-color: #1E51C1;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .8s;
    margin-bottom: .35rem;
}

.xqhz1>ul>li:hover>div {
    opacity: 1;
}

.xqhz1>ul>li>span {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 5%;
    left: 20%;
}

.xqhz1>ul>li>span>img {
    width: 100%;
}

.xqhz1>ul>li>div>p {
    font-size: .17rem;
    text-align: center;
    color: #fff;
}

.xqhz1>ul>li>p {
    font-size: .17rem;
    color: #111;
    text-align: center;
}

.xqhz1>div {
    width: 8.15rem;
    height: 8.15rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xqhz1>div>.avatar {
    z-index: 10;
    background-color: #fff;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #cac7c9;
}

.xqhz1>div>.avatar>img {
    width: 60%;
}

.xqhz1>div>.inner {
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    box-shadow: 0px 0px 15px 0px #cac7c9;
    border-radius: 50%;
    animation-duration: 2.4s;
    animation-name: state1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: state1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.xqhz1>div>.one {
    animation-delay: 0s;
}

.xqhz1>div>.xiaoleida {
    animation-delay: 0.7s;
}

.xqhz1>div>.outter {
    animation-delay: 1.4s;
}

@media screen and (max-width:768px) {
    .xqhz1>ul>li>div>p {
        font-size: 14px;
    }
    .xqhz1>div>.inner,
    .xqhz1>div>.avatar {
        width: 8.4rem;
        height: 8.4rem;
    }
    .xqhz1 {
        padding: 10% 0;
    }
    .xqhz1>div {
        width: 16.15rem;
        height: 16.15rem;
    }

    .xqhz1>ul>li {
        width: 4.72rem;
        height: 4.72rem;
    }

    .xqhz1>ul>li>p {
        font-size: 14px;
    }

    .xqhz1>ul.on>li:nth-child(1) {
        top: -7rem;
        left: -8rem;
    }

    .xqhz1>ul.on>li:nth-child(2) {
        top: -1rem;
        left: -8rem;
    }

    .xqhz1>ul.on>li:nth-child(3) {
        top: 5rem;
        left: -8rem;
    }

    .xqhz1>ul.on>li:nth-child(4) {
        top: -7rem;
        left: 5rem;
    }
    .hesxf1>ul>li.lf {
        padding: 1.55rem 1.6rem;
    }
    .xqhz1>ul.on>li:nth-child(5) {
        top: -1rem;
        left: 5rem;
    }

    .xqhz1>ul.on>li:nth-child(6) {
        top: 5rem;
        left: 5rem;
    }
    .hzhb1 .swiper-slide>ul>li>i{
        font-size: 14px;
    }
}

/***********************企业文化***********************/
.qywh1 {
    width: 100%;
    float: left;
    padding: 0 0 1.2rem 1.6rem;
    position: relative;
    overflow-x: hidden;
}

.qywh1>ul {
    right: -19.5%;
    position: absolute;
    z-index: 10;
    width: 50%;
    top: 18%;
}

.qywh1>ul>li {
    position: absolute;
    width: 60%;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.qywh1>ul>li>p {
    font-size: .24rem;
    color: #333;
    margin-bottom: 4%;
}

.qywh1>ul>li>b {
    color: #E6003D;
    font-size: .33rem;
    display: block;
}

.qywh1>ul>li.on {
    opacity: 1;
    z-index: 10;
}

.qywh1>.swiper-container {}

.qywh1>.swiper-pagination {
    font-size: .24rem;
    color: #111;
    width: 10%;
    left: 85%;
    bottom: 110%;
}

.qywh1>.swiper-pagination>.swiper-pagination-current {
    font-size: .48rem;
}

.qywh1>.swiper-container .swiper-slide>img {
    opacity: 0;
    width: 100%;
}

.qywh1>.swiper-container .swiper-slide>span {
    position: absolute;
    bottom: -25%;
    left: -25%;
    width: 100%;
    display: block;
    height: 100%;
    transform: scale(.5);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
}

.qywh1>.swiper-container .swiper-slide.swiper-slide{
    transform: translateX(-34%);
    -webkit-transform: translateX(-34%);
    -moz-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    -o-transform: translateX(-34%);
}
.qywh1>.swiper-container .swiper-slide.swiper-slide-active>span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    bottom: 0;
    left: 0;
}

.qywh1>.swiper-container .swiper-slide>span>img {
    width: 100%;
}

.qywh1>.swiper-button-next {
    /* background: #EDEEF2; */
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3%;
    right: 20.1%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.qywh1>.swiper-button-next>i>img {
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.qywh1>.swiper-button-next>i {
    color: #999999;
    background-image: url(../img/qywh_rt1.gif);
    transition: .5s;
    font-size: .28rem;
    font-weight: 100;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.qywh1>.swiper-button-prev {
    /* background: #EDEEF2; */
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3%;
    left: 69.5%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.qywh1>.swiper-button-prev>i>img {
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.qywh1>.swiper-button-prev>i {
    background-image: url(../img/qywh_lf1.gif);
    color: #999999;
    transition: .5s;
    font-size: .28rem;
    font-weight: 100;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.qywh1>.swiper-button-prev:hover>i>img,
.qywh1>.swiper-button-next:hover>i>img {
    opacity: 0;
}
.qywh1>.swiper-button-prev:hover>i,
.qywh1>.swiper-button-next:hover>i {
    color: #fff;
}
.lb_xiao{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(to right,#fff,#E1EBF3);
}
.lb_xiao .swiper-pagination2{
    position: absolute;
    z-index: 10;
    display: flex;
    bottom: .5rem;
    justify-content: center;
}
.qywh1>.swiper-container .swiper-slide.swiper-slide .lb_xiao .swiper-slide{
    /* display: flex; */
    /* padding: 5%; */
    /* justify-content: space-between; */
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.lb_xiao .swiper-slide>i{
    width: 100%;
    display: flex;
    align-items: center;
    /* float: left; */
    height: 100%;
}
.lb_xiao .swiper-slide>i>img {
    width: 100%;
    height: 100%;
}
.lb_xiao .swiper-slide>i>video{
    display: block;
    width: 100%;
    height: 100%;
}
.lb_xiao .swiper-slide>div{
    width: 45%;
    float: right;
    height: 100%;
}
.lb_xiao .swiper-slide>div>p{
    font-size: .18rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
}
@media screen and (max-width:768px) {
    .lb_xiao .swiper-slide>div>p {
        font-size: 15px;
    }
    .qywh1>.swiper-container .swiper-slide.swiper-slide{
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
}
    .jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li.lf>.tit3 {
        width: 100%;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_4>ul>li.lf{
        width: 100%;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_5>.tit3 {
        width: 90%;
    }
    .qywh1>.swiper-button-prev,
    .qywh1>.swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .qywh1>ul>li {
        width: 100%;
    }
    .zzry1>.zz2>.an>div>i {
        font-size: 14px;
    }
    .qywh1>.swiper-pagination {
        font-size: 14px;
        bottom: 10%;
    }

    .qywh1>ul>li>b,
    .qywh1>.swiper-pagination>.swiper-pagination-current {
        font-size: 18px;
    }

    .qywh1>ul {
        left: 8%;
        width: 90%;
        top: -13%;
    }
    .qywh1>ul>li>p {
        color: #333;
        font-size: 17px;
    }
    .na3 {
        margin-bottom: 3rem;
    }

    .qywh1>.swiper-button-next {
        top: 85%;
        right: 65%;
    }
    .zzry1>.zz1 {
        width: 40%;
    }
    .qywh1>.swiper-button-prev {
        top: 85%;
        left: 8%;
    }
}
.ssxq1{
    padding: 100px 8%;
}
.ssxq1>div{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #999999a1;
    padding-bottom: 1%;
}
.ssxq1>div>span{
    display: block;
    width: 20px;
    height: 35px;
    /* background: deeppink; */
}
.ssxq1>div>span>img{
    width: 100%;
}
.ssxq1>div>form{
    display: block;
    height: .35rem;
    width: 90%;
}
.ssxq1>div>form>input{
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 1%;
    font-size: .36rem;
    outline: none;
    color: #333;
}
.ssxq1>p{
    font-size: .16rem;
    padding: 4% 0 4% 0;
}
.ssxq1>p>i{

}
.ssxq1>p>u{
    color: #E6003D;
}
.ssxq1>ul{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1%;
    border-bottom: 1px solid #9999998c;
}
.ssxq1>ul>li{
    cursor: pointer;
    font-size: .16rem;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #99999994;
    color: #3339;
}
.ssxq1>ul>li:last-child{
    border: none;
}
.ssxq1>ul>li.active{
    color: #333;
    font-weight: bold;
}
.ssxq1>dl{

}
.ssxq1>dl>dd{
    display: none;
}
.ssxq1>dl>dd.active{
    display: block;
}
.ssxq1>dl>dd>a{
    font-size: .24rem;
    display: block;
    color: #333;
    padding: 3% 0;
    border-bottom: 1px solid #99999933;
}
.ssxq1>dl>dd>a>b{
    font-weight: normal;
    color: #E6003D;
}
@media screen and (max-width:768px) {
    .ssxq1>div>form{
        height: 35px;
    }
    .ssxq1>div>span {
        width: 25px;
        height: 25px;
        padding-top: 5px;
    }
    .ssxq1>div>form>input{
        font-size: 20px;
    }
    .ssxq1>p,
    .ssxq1>ul>li {
        font-size: 16px;
    }
    
    .ssxq1>dl>dd>a{
        font-size: 20px;
    }
    .jtgk2>div>div>ul>li>div {
        margin-bottom: 5%;
    }
    .jtgk3>.j3_lb1>u{
        top: 3%;
        opacity: 0;
    }
    .jtgk3>.j3_lb2>ul>li.j3_lb2_2>b {
        font-size: 16px;
    }
    .zqxx1>ul>li>p>u {
        font-size: 14px;
    }
    .qywh1 {
        padding: 15% 0 30% 1.6rem;
        overflow: initial;
    }
    .jrwm1>div>ul>li>div>div>b{
        margin: 5% 0;
        margin-top: 3%;
    }
    .jrwm1>div>ul>li>div>div>b,
    .jrwm1>div>ul>li>div>div>div {
        width: 100%;
    }
    .jrwm1>div>ul>li>div>div>div>p{
        font-size: 14px !important;
    }
    /* .jtgk3>.j3_lb1>div>ul>li {
        width: 33.3% !important;
    }
    .jtgk3>.j3_lb1>div>ul {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) portant;
        -moz-transform: translateX(0%) !impor!imtant;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
} */
}