

.content{
    width: 100%;
    margin-top: 0px;
}
.pc{
    display: block !important; 
}
.app{
    display: none !important;
}
.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
	background: #000000;
}
.ny_banner .bj{
    width: 100%;
    vertical-align: middle;
	opacity:.8;
}
.ny_banner .rq{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}
.ny_banner .rq .p1{
    font-size: 50px;
    color: #ffffff;
    position: relative;
}
.ny_banner .rq .p1 span{
    font-size: 70px;
    color: #ffffff;
    opacity: 0.15;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -26px;
}

.mbx{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.mbx a{
    font-size: 16px;
    color: #ffffff;
    float: left;
}
.mbx a:hover span{
    color: #184088;
}
/* abo_con1 */
.abo_con1{
    width: 100%;
    background: #f8f8f8;
    position: sticky;
    top: 60px;
    z-index: 100;
}
.abo_con1 .qh {
    display: inline-block;
}
.abo_con1 span{
    float: left;
    line-height: 90px;
    position: relative;
    padding-right: 50px;
    transition: all .5s ease-out;
}
.abo_con1 span:hover a {
    font-weight: bold;
    color: #e37712;
}
.abo_con1 span a{
    display: block;
    font-size: 18px;
    color: #333333;
    border-bottom: 3px solid #f8f8f8;
}
.abo_con1 .on a{
    color: #184088;
    border-bottom: 3px solid #184088;
}
.abo_con1 span::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con1 span:last-child:before{
    display: none;
}


/* abo_con2 */
.abo_con2{
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
}
.i{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100px);
    opacity: 0;
}
.abo_con2 .lef{
    width: 50%;
    float: left;
    padding-right: 100px;
    padding-top: 16px;
}
.bt{
    width: 100%;
    text-align: center;
    font-size: 44px;
    color: #333333;
    position: relative;
}
.bt span{
    width: 100%;
    font-size: 55px;
    color: #333333;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -20px;
    text-align: center;
    opacity: 0.1;
    font-family: "din";
}
.abo_con2 .bt,
.abo_con2 .bt span{
    text-align: left;
}
.abo_con2 .lef .div{
    width: 100%;
    /* padding-top: 55px; */
    margin-top: 55px;
    height: 358px;
    padding-right: 24px;
    overflow-y: auto;
}
.abo_con2 .lef .div::-webkit-scrollbar {
    width: 3px;
    background-color: #999;
    border-radius:50px;
}

.abo_con2 .lef .div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #184088
}
.abo_con2 .lef .div p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 22px;
}
.abo_con2 .lef .div p:last-child{
    margin-bottom: 0;
}
.abo_con2 .rig{
    width: 50%;
    float: left;
}
.abo_con2 .rig img{
    width: 100%;
    vertical-align: middle;
}


/* abo_con3 */
.abo_con3{
    width: 100%;
    padding: 90px 0 80px;
    position: relative;
}
.abo_con3::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/02.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.abo_con3 .bt,
.abo_con3 .bt span{
    color: #fff;
}
.abo_con3 .p1{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 16px;
    letter-spacing: 14px;
    padding-left: 30px;
}
.abo_con3 .p1 span{
    margin-left: 54px;
}
.abo_con3 .rq{
    width: 100%;
    padding-top: 55px;
	display: flex;flex-wrap: wrap;
}
.abo_con3 .rq .div{
    width: 23.8%;
    /* height: 420px; */
    margin-right: 1.6%;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.abo_con3 .rq .div:nth-child(4n){
    margin-right: 0;
}
.abo_con3 .rq .div .top{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.abo_con3 .rq .div .top::before{
    content: '';
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.abo_con3 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.abo_con3 .rq .div:hover .top img{
    transform: scale(1.05);
}
.abo_con3 .rq .div .bot{
    width: 100%;
    padding: 32px 30px;
}
.abo_con3 .rq .div .bot .p2{
    font-size: 30px;
    color: #e37712;
    margin-bottom: 10px;

    
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con3 .rq .div .bot .p3{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    
/* 	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}


/* abo_con4 */
.abo_con4{
    width: 100%;
    padding-top: 140px;
    padding-bottom: 110px;
    position: relative;
	background: #F4F4F4;
}
.abo_con4 .bt::before,
.abo_con5 .bt::before{
    content: '';
    width: 40px;
    height: 2px;
    background: #e37712;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.abo_con4 .rq{
    width: 100%;
    padding-top: 90px;
}
.abo_con4 .rq .swiper-slide{
    width: 810px;
    opacity: 0.2 !important;
	display: block;
}
.abo_con4 .rq .swiper-slide-active{
    opacity: 1 !important;
}
.abo_con4 .rq .div{
    width: 100%;
    /* height: 450px; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    margin-top: 10px;
}
.abo_con4 .rq .div::before{
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.abo_con4 .rq .div img{
    width: 100%;
    vertical-align: middle;
}
.abo_con4 .rq p{
    font-size: 24px;
    color: #32353e;
    text-align: center;
    margin-top: 28px;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con4 .swiper-button-next,
.abo_con4 .swiper-button-prev{
    width: 60px;
    height: 60px;
    background-image: url(../images/img35.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 290px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.abo_con4 .swiper-button-prev{
    left: 290px;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con4 .swiper-button-next:hover,
.abo_con4 .swiper-button-prev:hover{
    background-image: url(../images/img36.png);
}


/* abo_con5 */
.abo_con5{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 110px;
    background-image: url(../images/img37.jpg);
    background-size: cover;
    background-position: bottom;
    /* border-top: 10px solid #0dc5a5; */
    position: relative;
    overflow: hidden;
}
.abo_con5 .p{
    font-size: 300px;
    color: #fff;
    -webkit-text-stroke: 1px #184088;
    opacity: 0.2;
    font-family: "bold";
    position: absolute;
    bottom: -114px;
    right: 40px;
}
.abo_con5 .top{
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.abo_con5 .top::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #cacaca;
    position: absolute;
    left: 0;
    bottom: 9px;
}
.abo_con5 .top .rq{
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.abo_con5 .top .rq p{
    font-family: "bold";
    font-size: 22px;
    color: #666666;
    text-align: center;
}
.abo_con5 .top .rq .swiper-slide{
    cursor: pointer;
}
.abo_con5 .top .rq .swiper-slide-thumb-active p{
    color: #184088;
}
.abo_con5 .top .rq em{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/img39.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 6px;
}
.abo_con5 .top .rq .swiper-slide-thumb-active em{
    background-image: url(../images/img38.png);
}
.abo_con5 .swiper-button-next,
.abo_con5 .swiper-button-prev{
    width: 42px;
    height: 42px;
    background-image: url(../images/img40.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 0;
    top: 78%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .5s;
}
.abo_con5 .swiper-button-prev{
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con5 .swiper-button-next:hover,
.abo_con5 .swiper-button-prev:hover{
    background-image: url(../images/img41.png);
}

.abo_con5 .bot{
    width: 100%;
    padding-top: 78px;
}
.abo_con5 .bot .rq{
    display: flex;
}
.abo_con5 .bot .lef{
    width: 600px;
    overflow: hidden;
    position: relative;
}
.abo_con5 .bot .lef::before{
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.abo_con5 .bot .lef img{
    width: 100%;
    vertical-align: middle;
}
.abo_con5 .bot .rig{
    width: calc(100% - 600px);
    padding-left: 80px;
    padding-top: 40px;
}
.abo_con5 .bot .rig .swiper-slide {
/*    height: 340px;
    overflow-y: scroll; */
}
.abo_con5 .bot .rig .div1{
    width: 100%;
    height: 320px;
    overflow-y: auto;
    padding-right: 10px;
}
.abo_con5 .bot .rig .div1::-webkit-scrollbar {
    width: 3px;
    background-color: #999;
    border-radius:50px;
}

.abo_con5 .bot .rig .div1::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #e37712
}
.abo_con5 .bot .rig .div{
    width: 100%;
    margin-bottom: 32px;
    /* padding-left: 124px; */
    position: relative;
}
.abo_con5 .bot .rig .div span{
    font-size: 24px;
    color: #e37712;
    /* position: absolute; */
    left: 0;
    top: -4px;
}
.abo_con5 .bot .rig .div span i{
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #184088;
    margin-bottom: 8px;
    margin-right: 18px;
}
.abo_con5 .bot .rig .div p{
    font-size: 18px;
    color: #32353e;
    line-height: 24px;
}



/* abo_con6 */
.abo_con6{
    width: 100%;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}
.abo_con6 .top{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.abo_con6 .top .div{
    width: 100%;
    /* height: 340px; */
    border: 1px solid #e8e8e8;
    position: relative;
}
.abo_con6 .top .div a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.abo_con6 .top .div a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #e37712;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s;
}
.abo_con6 .top .div a:hover::before{
    opacity: 0.7;
}
.abo_con6 .top .div a::after{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/img45.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    opacity: 0;
    transition: all .5s;
}
.abo_con6 .top .div a:hover::after{
    opacity: 1;
}
.abo_con6 .top .div1{
    width: 100%;
    /* height: 77%; */
    position: relative;
    overflow: hidden;
}
.abo_con6 .top .div1 img{
    max-width: 80%;
    max-height: 80%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    transition: all .5s;
	display: block;margin: auto;
}
.abo_con6 .top .div a:hover .div1 img{
    /* transform: translate(-50%,-50%) scale(1.05); */
    transform:scale(1.05);
}
.abo_con6 .top .div2{
    width: 100%;
    /* height: 23%; */
    padding: 0 30px;
}
.abo_con6 .top .div2 p{
    font-size: 20px;
    color: #333333;
    text-align: center;
    border-top: 2px solid #eaeaea;
    padding: 8px 0;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con6 .top .swiper-container{
    padding-bottom: 64px;
    width: 100%;
}
.abo_con6 .swiper-pagination{
    bottom: 0;
}
.swiper-pagination-bullet-active{
    background: #184088;
}
.abo_con6 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 10px !important;
}
.abo_con6 .swiper-button-next,
.abo_con6 .swiper-button-prev{
    width: 19px;
    height: 30px;
    background-image: url(../images/img47.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: 0;
    right: -60px;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .5s;
}
.abo_con6 .swiper-button-prev{
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con6 .swiper-button-next:hover,
.abo_con6 .swiper-button-prev:hover{
    background-image: url(../images/img46.png);
}
.abo_con6 .bot{
    width: 100%;
    padding-bottom: 85px;
}
.abo_con6 .bot .div1{
    width: 49%;
    float: left;
    overflow: hidden;
    position: relative;
}
.abo_con6 .bot .div1:nth-child(2){
    float: right;
}
.abo_con6 .bot .div1 img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.abo_con6 .bot .div1:hover img{
    transform: scale(1.05);
}
.abo_con6 .bot .div1 p{
    font-size: 36px;
    color: #ffffff;
    width: 100%;
    padding-left: 48px;
    padding-right: 128px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con6 .bot .div1 p i{
    width: 60px;
    height: 60px;
    background-image: url(../images/img50.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1459px){
    .abo_con5 .bot .rig .swiper-slide {
        /* height: 260px; */
    }
    .content {
        margin-top: 0px;
    }
    .ny_banner .rq .p1 {
        font-size: 44px;
    }
    .ny_banner .rq .p1 span {
        font-size: 52px;
        top: -24px;
    }
    .mbx {
        bottom: 16px;
    }
    .mbx a {
        font-size: 14px;
    }
    .abo_con1 span {
        line-height: 68px;
        padding-right: 86px;
    }
    .abo_con1 span::before {
        right: 44px;
    }
    .abo_con1 span a {
        font-size: 16px;
        border-bottom: 2px solid #f8f8f8;
    }
    .abo_con1 .on a {
        border-bottom: 2px solid #184088;
    }
    .abo_con2 {
        padding-top: 90px;
        padding-bottom: 106px;
    }
    .bt {
        font-size: 33px;
    }
    .bt span {
        font-size: 40px;
        top: -16px;
    }
    .abo_con2 .lef {
        padding-right: 40px;
        padding-top: 10px;
    }
    .abo_con2 .lef .div {
        margin-top: 40px;
        height: 280px;
    }
    .abo_con2 .lef .div p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    .abo_con3 {
        padding-top: 96px;
    }
    .abo_con3::before {
        height: 425px;
    }
    .abo_con3 .p1 {
        font-size: 22px;
        margin-top: 14px;
        letter-spacing: 10px;
    }
    .abo_con3 .rq {
        padding-top: 32px;
    }
    .abo_con3 .rq .div {
        height: 320px;
    }
    .abo_con3 .rq .div .bot {
        padding: 19px 22px;
    }
    .abo_con3 .rq .div .bot .p2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 15px;
        line-height: 24px;
    }
    .abo_con4 {
        padding-top: 106px;
        padding-bottom: 82px;
    }
    .abo_con4 .bt::before, .abo_con5 .bt::before {
        width: 34px;
        height: 2px;
        bottom: -20px;
    }
    .abo_con4 .rq {
        padding-top: 68px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 720px;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 210px;
    }
    .abo_con4 .swiper-button-prev {
        left: 210px;
    }
    .abo_con4 .rq p {
        font-size: 18px;
        margin-top: 20px;
    }
    .abo_con5 {
        padding-top: 98px;
        padding-bottom: 82px;
    }
    .abo_con5 .top {
        margin-top: 48px;
    }
    .abo_con5 .top .rq {
        padding: 0 30px;
    }
    .abo_con5 .top .rq p {
        font-size: 16px;
    }
    .abo_con5 .top .rq em {
        width: 16px;
        height: 16px;
        margin-top: 4px;
    }
    .abo_con5 .top::before {
        bottom: 7px;
    }
    .abo_con5 .swiper-button-next, .abo_con5 .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .abo_con5 .bot {
        padding-top: 58px;
    }
    .abo_con5 .bot .rig {
        padding-left: 60px;
        padding-top: 56px;
    }
    .abo_con5 .bot .rig .div1 {
        /* height: 192px; */
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 24px;
        /* padding-left: 94px; */
    }
    .abo_con5 .bot .rig .div span {
        font-size: 18px;
        top: 0px;
    }
    .abo_con5 .bot .rig .div span i {
        width: 12px;
        height: 2px;
        margin-bottom: 7px;
        margin-right: 15px;
    }
    .abo_con5 .bot .rig .div p {
        font-size: 15px;
        line-height: 24px;
    }
    .abo_con5 .p {
        font-size: 228px;
        bottom: -87px;
        right: 30px;
    }
    .abo_con6 {
        padding-top: 106px;
    }
    .abo_con6 .top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .abo_con6 .top .div {
        /* height: 257px; */
    }
    .abo_con6 .swiper-button-next, .abo_con6 .swiper-button-prev {
        width: 15px;
        height: 22px;
        top: 44%;
        right: -40px;
    }
    .abo_con6 .swiper-button-prev {
        left: -40px;
    }
    .abo_con6 .top .swiper-container {
        padding-bottom: 48px;
    }
    .abo_con6 .top .div2 {
        padding: 0 20px;
    }
    .abo_con6 .top .div2 p {
        font-size: 16px;
    }
    .abo_con6 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px !important;
    }
    .abo_con6 .bot {
        padding-bottom: 64px;
    }
    .abo_con6 .bot .div1 p {
        font-size: 26px;
        padding-left: 36px;
        padding-right: 96px;
    }
    .abo_con6 .bot .div1 p i {
        width: 48px;
        height: 48px;
        right: 35px;
    }

}
@media(max-width:1340px){
    .abo_con2 .lef .div {
      margin-top: 30px;
      margin-top: 40px;
      height: 263px;
    }
    .abo_con2 .lef .div p {
        margin-bottom: 10px;
    }
    .abo_con3 .rq .div {
        height: 298px;
    }
    .abo_con3::before {
        height: 409px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 685px;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 168px;
    }
    .abo_con4 .swiper-button-prev {
        left: 168px;
    }
}
@media(max-width:1024px){
    .ny_banner .rq .p1 {
        font-size: 30px;
    }
    .ny_banner .rq .p1 span {
        font-size: 34px;
        top: -18px;
    }
    .abo_con1 span {
        line-height: 60px;
        padding-right: 56px;
    }
    .abo_con1 span::before {
        right: 30px;
        width: 4px;
        height: 4px;
    }
    .bt {
        font-size: 28px;
    }
    .bt span {
        font-size: 34px;
        top: -12px;
    }
    .abo_con2 .lef {
        padding-right: 24px;
        padding-top: 0;
    }
    .abo_con2 .lef .div {
        margin-top: 20px;
    }
    .abo_con2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .abo_con3 {
        padding-top: 70px;
    }
    .abo_con3 .p1 {
        font-size: 18px;
        margin-top: 12px;
    }
    .abo_con3 .p1 span {
        margin-left: 20px;
    }
    .abo_con3 .rq .div .bot {
        padding: 15px 15px;
    }
    .abo_con3 .rq .div .bot .p2 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 12px;
        line-height: 22px;
    }
    .abo_con3 .rq .div {
        /* height: 238px;*/
        height: auto;
    }
    .abo_con3 .rq .div .top::before {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 4px solid #fff;
    }
    .abo_con3::before {
        height: 328px;
    }
    .abo_con4 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .abo_con4 .rq {
        padding-top: 45px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 610px;
    }
    .abo_con4 .rq .div::before {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: 3px solid #fff;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 88px;
    }
    .abo_con4 .swiper-button-prev {
        left: 88px;
    }
    .abo_con4 .rq p {
        font-size: 16px;
        margin-top: 12px;
    }
    .abo_con5 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .abo_con5 .bot {
        padding-top: 44px;
    }
    .abo_con5 .bot .rig {
        padding-left: 36px;
        padding-top: 20px;
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 18px;
        /* padding-left: 80px; */
    }
    .abo_con5 .bot .lef::before {
        width: calc(100% - 6px);
        /* height: calc(100% - 6px); */
        height: auto;
        border: 3px solid #fff;
    }
    .abo_con5 .p {
        font-size: 150px;
        bottom: -55px;
        right: 20px;
    }
    .abo_con6 {
        padding-top: 70px;
    }
    .abo_con6 .top {
        padding-top: 34px;
        padding-bottom: 38px;
    }
    .abo_con6 .top .swiper-container {
        padding-bottom: 38px;
    }
    .abo_con6 .swiper-button-next, .abo_con6 .swiper-button-prev{
        display: none;
    }
    .abo_con6 .top .div {
        /* height: 220px; */
    }
    .abo_con6 .top .div2 p {
        font-size: 13px;
    }
    .abo_con6 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
    }
    .abo_con6 .bot .div1 p {
        font-size: 22px;
        padding-left: 22px;
        padding-right: 70px;
    }
    .abo_con6 .bot .div1 p i {
        width: 38px;
        height: 38px;
        right: 26px;
    }
	
	.abo_con5 .bot .lef{width: 450px;}
	.abo_con5 .bot .rig{width: calc(100% - 450px);}
}
@media(max-width:991px){
    .abo_con1 {
        top: 60px;
    }
    .abo_con1 span{
        float: none;
        display: inline-block;
    }
    .abo_con1 .wrap{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 0;
    }
    .abo_con1 .wrap::-webkit-scrollbar {
        height: 1px;
        background-color: rgba(0,0,0,0);
        border-radius:50px;
    }
    .abo_con1 .wrap::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background-color: rgba(0,0,0,0);
    }
}
@media(max-width:768px){
    .mbx{
        display: none;
    }


    .abo_con2 .lef{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .abo_con2 .rig{
        width: 100%;
    }
    .abo_con3::before{
        height: 100%;
    }
    .abo_con3{
        padding-bottom: 70px;
    }
    .abo_con3 .rq .div{
        width: 49%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .abo_con3 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 40px;
        height: 40px;
        right: 20px;
    }
    .abo_con4 .swiper-button-prev {
        left: 20px;
    }
    .abo_con5 .bot .rq{
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }
    .abo_con5 .bot .lef{
        width: 100%;
    }
    .abo_con5 .bot .rig{
        width: 100%;
        padding: 0;
    }

}
@media(max-width:500px){
    .ny_banner .rq .p1 span {
        font-size: 28px;
        top: -8px;
    }
    .abo_con3 .p1 span {
        display: block;
    }
    .abo_con1 span {
        line-height: 50px;
        padding-right: 30px;
    }
    .abo_con1 span::before {
        right: 14px;
    }
    .abo_con1 span a {
        font-size: 14px;
    }
    .abo_con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bt {
        font-size: 24px;
    }
    .bt span {
        font-size: 26px;
        top: -10px;
    }
    .abo_con2 .lef .div {
        margin-top: 16px;
        padding-right: 10px;
    }
    .abo_con3 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .abo_con3 .p1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .abo_con3 .rq {
        padding-top: 26px;
    }
    .abo_con3 .rq .div {
        margin-bottom: 10px;
    }
    .abo_con3 .rq .div .bot {
        padding: 10px 10px;
        /* height: 92px; */
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 13px;
        white-space: inherit;
    }
    .abo_con4 {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .abo_con4 .rq {
        padding-top: 30px;
    }
    .abo_con4 .bt::before, .abo_con5 .bt::before {
        width: 31px;
        height: 2px;
        bottom: -12px;
    }
    .abo_con5 {
        padding-top: 45px;
        padding-bottom: 45px;
        border-top: 4px solid #0dc5a5;
    }
    .abo_con5 .top {
        margin-top: 35px;
    }
    .abo_con5 .bot {
        padding-top: 28px;
    }
    .abo_con5 .bot .lef{
        margin-top: 10px;
    }
    .abo_con5 .bot .rig .div1 {
        height: 188px;
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 16px;
        padding-left: 66px;
    }
    .abo_con5 .bot .rig .div span {
        font-size: 16px;
    }
    .abo_con5 .bot .rig .div span i {
        width: 10px;
        height: 2px;
        margin-bottom: 5px;
        margin-right: 9px;
    }
    .abo_con5 .bot .rig .div p {
        font-size: 14px;
    }
    .abo_con5 .p {
        width: 100%;
        text-align: center;
        font-size: 110px;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .abo_con6 {
        padding-top: 45px;
    }
    .abo_con6 .top {
        padding-top: 24px;
        padding-bottom: 35px;
    }
    .abo_con6 .bot .div1{
        width: 100%;
        margin-bottom: 10px;
    }
    .abo_con6 .top .div a::after {
        width: 24px;
        height: 24px;
    }

}



/* 产品解决方案 */
.pro_con1{
    width: 100%;
    padding-top: 80px;
    position: relative;
}
.pro_con1:last-child{
    padding-bottom: 125px;
}
.pro_con1 .p{
    font-size: 36px;
	line-height: 1.3;
    color: #333333;
    text-align: center;
}
.pro_con1 .rq{
    width: 100%;
    padding: 0 80px;
    padding-top: 50px;
}
.pro_con1 .rq .div{
    width: 100%;
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.pro_con1 .rq .div::before{
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/img51.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_con1 .rq .div1{
    width: 31.2%;
    margin-right: 3.2%;
    float: left;
    margin-bottom: 40px;
}
.pro_con1 .rq .div1:nth-child(3n){
    margin-right: 0;
}
.pro_con1 .rq .div1 .top{
    width: 100%;
    height: 280px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.pro_con1 .rq .div1 .top::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #184088;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .top::before{
    opacity: 0.7;
}
.pro_con1 .rq .div1 .top::after{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/img45.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    opacity: 0;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .top::after{
    opacity: 1;
}
.pro_con1 .rq .div1 .top img{
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.pro_con1 .rq .div1 .bot{
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 40px;
    position: relative;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .bot{
    border-bottom: 1px solid #184088;
}
.pro_con1 .rq .div1 .bot em{
    width: 24px;
    height: 24px;
    background-image: url(../images/img65.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .bot em{
    background-image: url(../images/img66.png);
}
.pro_con1 .rq .div1 .bot p{
    font-size: 20px;
    color: #333333;
    line-height: 70px;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .bot p{
    color: #184088;
}



@media(max-width:1680px){
    .pro_con1 .rq {
        padding: 0 30px;
        padding-top: 50px;
    }
    .pro_con1 .rq .wrap{
        padding: 0 30px !important;
    }
    .pro_con1 .rq .div {
        padding-top: 40px;
    }
}
@media(max-width:1459px){
    .pro_con1 {
        padding-top: 60px;
    }
    .pro_con1:last-child {
        padding-bottom: 95px;
    }
    .pro_con1 .p {
        font-size: 34px;
    }
    .pro_con1 .rq {
        padding-top: 38px;
    }
    .pro_con1 .rq .div {
        padding-bottom: 10px;
    }
    .pro_con1 .rq .div::before {
        width: 52px;
        height: 52px;
        top: -25px;
    }
    .pro_con1 .rq .div1 .top {
        height: 280px;
    }
    .pro_con1 .rq .div1 .bot {
        padding-left: 30px;
    }
    .pro_con1 .rq .div1 .bot p {
        font-size: 16px;
        line-height: 54px;
    }
    .pro_con1 .rq .div1 .bot em {
        width: 20px;
        height: 20px;
    }
    .pro_con1 .rq .div1{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

}
@media(max-width:1024px){
    .pro_con1 .p {
        font-size: 28px;
    }
    .pro_con1 .rq {
        padding: 0 15px;
        padding-top: 38px;
    }
    .pro_con1 .rq .wrap {
        padding: 0 20px !important;
    }
    .pro_con1 .rq .div {
        padding-top: 25px;
    }
    .pro_con1 .rq .div1 .top {
        height: 230px;
    }
    .pro_con1 .rq .div1 .bot p {
        font-size: 14px;
        line-height: 48px;
    }

}
@media(max-width:768px){
    .pro_con1 .rq .div1{
        width: 49%;
        margin-right: 2%;
    }
    .pro_con1 .rq .div1:nth-child(3n){
        margin-right: 2%;
    }
    .pro_con1 .rq .div1:nth-child(2n){
        margin-right: 0%;
    }
}
@media(max-width:500px){
    .pro_con2 span{
        float: left;
        padding-right: 0;
        width: 33.333%;
        text-align: center;
    }
    .pro_con2 span::before {
        display: none;
    }
    .pro_con2 span:nth-child(3n)::before{
        display: none;
    }
    .pro_con1 {
    padding-top: 45px;
}
.pro_con1:last-child {
    padding-bottom: 45px;
}
.pro_con1 .p {
    font-size: 24px;
}
.pro_con1 .rq {
    padding-top: 26px;
}
.pro_con1 .rq .div::before {
    width: 40px;
    height: 40px;
    top: -17px;
}
.pro_con1 .rq .div1{
    width: 100%;
}
.pro_con1 .rq .div {
    padding-bottom: 5px;
}
.pro_con1 .rq .div1 .top::after {
    width: 24px;
    height: 24px;
}

}




/* 产品详情 */
.pro_dat1{
    width: 100%;
    padding-top: 114px;
    padding-bottom: 100px;
    background-image: url(../images/img71.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.pro_dat1 .mbx{
    top: 30px;
    bottom: auto;
}
.pro_dat1 .mbx a{
    color: #999999;
}
.pro_dat1 .mbx a.on{
    color: #184088;
}
.pro_dat1 .lef{
    width: 47%;
    float: left;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    overflow: hidden;
    position: relative;
}
.pro_dat1 .lef .div{
    width: 100%;
    height: 580px;
    position: relative;
}
.pro_dat1 .lef .div img{
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro_dat1 .swiper-button-next,
.pro_dat1 .swiper-button-prev{
    width: 75px;
    height: 75px;
    background-image: url(../images/img68.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    transition: all .5s;
}
.pro_dat1 .swiper-button-prev{
    left: -38px;
    transform: translateY(-50%) rotate(180deg);
}
.pro_dat1 .swiper-button-next:hover,
.pro_dat1 .swiper-button-prev:hover{
    background-image: url(../images/img69.png);
}
.pro_dat1 .rig{
    width: 53%;
    float: left;
    padding-left: 115px;
    padding-top: 52px;
}
.pro_dat1 .rig .top{
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}
.pro_dat1 .rig .top::before{
    content: '';
    width: 100px;
    height: 2px;
    background: #184088;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.pro_dat1 .rig .top .p1{
    font-size: 36px;
    color: #333333;
    margin-bottom: 5px;
}
.pro_dat1 .rig .top .p2{
    font-size: 48px;
    color: #184088;
}
.pro_dat1 .rig .bot{
    width: 100%;
}
.pro_dat1 .rig .bot sup {
    vertical-align: super !important;
    font-size: smaller !important;
}
.pro_dat1 .rig .bot p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
}
.pro_dat1 .rig .bot p::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/img70.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}


/* pro_dat2 */
.pro_dat2{
    width: 100%;

}
.pro_dat2 .top{
    width: 100%;
    background: #089744;
    padding-top: 60px;
    padding-bottom: 35px;
}
.pro_dat2 .top a{
    width: 13.8%;
    margin-right: .5667%;
    float: left;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 18px;
}
.pro_dat2 .top a:nth-child(7n){
    margin-right: 0;
}
.pro_dat2 .top a.on{
    background: #fff;
    color: #184088;
    text-align: center;
}
.pro_dat2 .top a em{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/img72.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 18px;
    transition: all .5s;
}
.pro_dat2 .top a.on em{
    background-image: url(../images/img73.png);
    margin-right: 10px;
}

.pro_dat2 .bot{
    width: 100%;
    padding-top: 75px;
}
.pro_dat2 .bot .div{
    width: 100%;
    display: none;
}
.pro_dat2 .bot .div.on1{
    display: block;
}
.pro_dat2 .bot .div table{
    width: 100%;
}
.pro_dat2 .bot .div th{
    font-size: 20px;
    color: #333333;
    line-height: 80px;
    background: #f7f7f7;
    padding:0 40px;
    text-align: left;
}
.pro_dat2 .bot .div th:nth-child(1){
    width: 46%;
}
.pro_dat2 .bot .div td{
    font-size: 16px;
    color: #666666;
    padding: 22px 40px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
}
.pro_dat2 .bot .div td[rowspan] .div1{
    width: 100%;
    position: relative;
}
.pro_dat2 .bot .div td[rowspan] .lef{
    width: 27.5%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pro_dat2 .bot .div td[rowspan] .lef p{
    font-size: 18px;
    color: #333333;
    position: relative;
    display: inline-block;
}
.pro_dat2 .bot .div td[rowspan] .lef p::before,
.pro_dat2 .bot .div td[rowspan] .lef p::after{
    content: '';
    width: 15px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_dat2 .bot .div td[rowspan] .lef p::before{
    top: -24px;
}
.pro_dat2 .bot .div td[rowspan] .rig{
    width: 72.5%;
    height: 100%;
    float: right;
}
.pro_dat2 .bot .div td[rowspan] .rig img{
    width: 100%;
    vertical-align: middle;
}

.pro_dat2 .app_bot{
    padding-top: 18px;
    display: none;
}
.pro_dat2 .app_bot .div{
    width: 100%;
    display: none;
}
.pro_dat2 .app_bot .div.on2{
    display: block;
}
.pro_dat2 .app_bot .div .div1{
    width: 100%;
}
.pro_dat2 .app_bot .div .p{
    font-size: 14px;
    line-height: 50px;
    padding: 0 16px;
    background: #f7f7f7;
    font-weight: bold;
}
.pro_dat2 .app_bot .div1_div{
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 13px 16px;
}
.pro_dat2 .app_bot .div1_div1{
    width: 100%;
    position: relative;
}
.pro_dat2 .app_bot .div1_div1 .lef{
    width: 29%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pro_dat2 .app_bot .div1_div1 .lef p{
    font-size: 14px;
    color: #333333;
    position: relative;
    display: inline-block;
}
.pro_dat2 .app_bot .div1_div1 .lef p::before, 
.pro_dat2 .app_bot .div1_div1 .lef p::after {
    content: '';
    width: 15px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_dat2 .app_bot .div1_div1 .lef p::after {
    top: -18px;
}
.pro_dat2 .app_bot .div1_div1 .rig {
    width: 68%;
    height: 100%;
    float: right;
}
.pro_dat2 .app_bot .div1_div1 .rig img{
    width: 100%;
    vertical-align: middle;
}
.pro_dat2 .app_bot .div2{
    width: 100%;
    margin-top: 10px;
}
.pro_dat2 .app_bot .div3{
    width: 100%;
}
.pro_dat2 .app_bot .div3:nth-child(2){
    margin-right: 0;
}
.pro_dat2 .app_bot .div3 .div4{
    width: 100%;
    border: 1px solid #eeeeee;
}
.pro_dat2 .app_bot .div3 .div4 p{
    font-size: 13px;
    padding: 13px 16px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    line-height: 20px;
}
.pro_dat2 .app_bot .div3 .div4 p:last-child{
    border-bottom: none;
}


/* pro_dat3 */
.pro_dat3{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
}
.pro_dat3 .p{
    font-size: 36px;
    color: #333333;
    padding-left: 30px;
    padding-bottom: 38px;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}
.pro_dat3 .p::before{
    content: '';
    width: 4px;
    height: 35px;
    background: #184088;
    position: absolute;
    left: 0;
    top: 9px;
}
.pro_dat3 .rq{
    width: 100%;
    margin-top: 50px;
}
.pro_dat3 .rq .swiper-container{
    padding-bottom: 60px;
}
.pro_dat3 .rq .swiper-pagination{
    bottom: 0;
}
.pro_dat3 .rq .div{
    width: 100%;
    padding: 0 10px;
    padding-top: 10px;
}
.pro_dat3 .rq .div .top{
    width: 100%;
    height: 385px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0,0,0,4%);
    position: relative;
    overflow: hidden;
}
.pro_dat3 .rq .div .top img{
    max-height: 75%;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.pro_dat3 .rq .div .bot{
    width: 100%;
    padding-left: 40px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot{
    border-bottom: 1px solid #184088;
}
.pro_dat3 .rq .div .bot em{
    width: 24px;
    height: 24px;
    background-image: url(../images/img65.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot em{
    background-image: url(../images/img66.png);
}
.pro_dat3 .rq .div .bot p{
    font-size: 20px;
    color: #333333;
    line-height: 70px;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot p{
    color: #184088;
}


@media(max-width:1680px){
    .pro_dat2 .top a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

}
@media(max-width:1459px){
    .pro_dat1 {
        padding-top: 86px;
        padding-bottom: 75px;
    }
    .pro_dat1 .mbx {
        top: 20px;
    }
    .pro_dat1 .lef .div {
        height: 440px;
    }
    .pro_dat1 .swiper-button-next, .pro_dat1 .swiper-button-prev {
        width: 58px;
        height: 58px;
        right: -28px;
    }
    .pro_dat1 .swiper-button-prev {
        left: -28px;
    }
    .pro_dat1 .rig {
        padding-left: 50px;
        padding-top: 15px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 36px;
    }
    .pro_dat1 .rig .top {
        padding-bottom: 26px;
        margin-bottom: 30px;
    }
    .pro_dat1 .rig .bot p {
        font-size: 15px;
        line-height: 30px;
        padding-left: 24px;
    }
    .pro_dat1 .rig .bot p::before {
        width: 8px;
        height: 8px;
        left: 0;
        top: 12px;
    }
    .pro_dat2 .top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .pro_dat2 .top a {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .pro_dat2 .top a em {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .pro_dat2 .bot {
        padding-top: 56px;
    }
    .pro_dat2 .bot .div th {
        font-size: 16px;
        line-height: 60px;
        padding: 0 30px;
    }
    .pro_dat2 .bot .div td {
        font-size: 14px;
        padding: 16px 30px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p {
        font-size: 16px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p::before, .pro_dat2 .bot .div td[rowspan] .lef p::after {
        bottom: -18px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p::before {
        top: -18px;
    }
    .pro_dat3 {
        padding-top: 68px;
        padding-bottom: 45px;
    }
    .pro_dat3 .p {
        font-size: 26px;
        padding-left: 20px;
        padding-bottom: 26px;
    }
    .pro_dat3 .p::before {
        width: 3px;
        height: 26px;
        top: 7px;
    }
    .pro_dat3 .rq {
        margin-top: 38px;
    }
    .pro_dat3 .rq .div .top {
        height: 295px;
    }
    .pro_dat3 .rq .div .bot {
        padding-left: 30px;
    }
    .pro_dat3 .rq .div .bot p {
        font-size: 16px;
        line-height: 58px;
    }
    .pro_dat3 .rq .div .bot em {
        width: 20px;
        height: 20px;
    }
    .pro_dat3 .rq .swiper-container {
        padding-bottom: 44px;
    }

}
@media(max-width:1100px){
    .pro_dat2 .top a {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .pro_dat2 .bot .div th {
        font-size: 14px;
        line-height: 50px;
        padding: 0 16px;
    }
    .pro_dat2 .bot .div td {
        font-size: 13px;
        padding: 13px 16px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p {
        font-size: 14px;
    }

}
@media(max-width:991px){
    .content {
        margin-top: 0px;
    }
    .pro_dat2 .top a{
        width: 16.6667%;
        margin-right: 0;
        padding-left: 10px;
        font-size: 12px;
    }
    .pro_dat2 .top a.on{
        padding-left: 0;
    }

}
@media(max-width:768px){
    .pro_dat1 .mbx{
        display: block;
    }
    .pro_dat1 .mbx .wrap{
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    }
    .pro_dat1 .mbx a{
        float: none;
    }
    .pro_dat1 .lef{
        width: 100%;
    }
    .pro_dat1 .rig{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 22px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 28px;
    }
    .pro_dat2 .top a {
        width: 25%;
        margin-bottom: 0;
    }
    .pro_dat2 .top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pro_dat2 .bot {
        padding-top: 32px;
    }
    .pro_dat2 .bot .div{
        overflow-x: auto;
    }
    .pro_dat2 .bot .div table{
        width: 820px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef {
        width: 29%;
    }
    .pro_dat2 .bot .div td[rowspan] .rig {
        width: 68%;
    }

}
@media(max-width:550px){
    .pro_dat1 {
        padding-top: 70px;
        padding-bottom: 45px;
    }
    .pro_dat1 .lef .div {
        height: 280px;
    }
    .pro_dat1 .rig {
        margin-top: 0;
    }
    .pro_dat1 .rig .top {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 18px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 22px;
    }
    .pro_dat1 .rig .top::before {
        width: 60px;
    }
    .pro_dat1 .rig .bot p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 18px;
    }
    .pro_dat1 .rig .bot p::before {
        top: 9px;
    }
    .pro_dat2 .top a {
        width: 50%;
    }
    .pro_dat2 .top a em {
        width: 10px;
        height: 10px;
        margin-right: 7px;
    }
    .pro_dat2 .top a.on em {
        margin-right: 6px;
    }
    .pro_dat2 .bot {
        padding-top: 18px;
        display: none;
    }
    .pro_dat2 .app_bot{
        display: block;
    }
    .pro_dat3 {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .pro_dat3 .p {
        font-size: 24px;
        padding-left: 16px;
        padding-bottom: 18px;
    }
    .pro_dat3 .p::before {
        width: 3px;
        height: 23px;
        top: 5px;
    }
    .pro_dat3 .rq {
        margin-top: 20px;
    }
    .pro_dat3 .rq .swiper-container {
        padding-bottom: 32px;
    }

}
@media(max-width:360px){
    .pro_dat2 .top .wrap{
        padding: 0 10px !important;
    }
}
@media(max-width:320px){
    .pro_dat2 .top a{
        width: 50%;
    }
}


      