/* banner */
#banner.tps {
    background-color: #00BCE0;
}
#banner.dps {
    background-color: #5d4dff;
}
#banner.kps {
    background-color: #e3aa3c;
}
#banner.ops {
    background-color: #ff8462;
}
#banner.fps {
    background-color: #FFA344;
}
#banner .containerPro {
    background-size: 540px 440px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#banner.tps .containerPro {
    background-image: url(../picture/banner_p4@2x.png);
}
#banner.dps .containerPro {
    background-image: url(../picture/banner_p3@2x.png);
}
#banner.kps .containerPro {
    background-image: url(../picture/banner_p1@2x.png);
}
#banner.ops .containerPro {
    background-image: url(../picture/banner_p2@2x.png);
}
#banner.fps .containerPro {
    background-image: url(../picture/banner_p0@2x.png);
}
#banner .content {
    height: 444px;
    padding: 50px 100px 100px;
}
#banner .banner-title {
    line-height: 2em;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
#banner .banner-text {
    max-width: 600px;
}
#banner .banner-text>p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
#banner .banner-options {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#banner .banner-options>a {
    margin-right: 20px;
}
@media screen and (max-width: 768px){
    #banner {
        background-size: 375px 540px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    #banner.tps {
        background-color: #14c1e3;
        background-image: url(../picture/pro-4@2x.png);
    }
    #banner.dps {
        background-color: #5d4dff;
        background-image: url(../picture/pro-3.jpeg);
    }
    #banner.kps {
        background-color: #e6a72d;
        background-image: url(../picture/pro-1.jpeg);
    }
    #banner.ops {
        background-color: #fe8a69;
        background-image: url(../picture/pro-2@2x.png);
    }
    #banner.fps {
        background-color: #FFA344;
        background-image: url(../picture/pro-5@2x.png);
        background-size: 100% 100%;
    }
    #banner .containerPro {
        background: none!important;
    }
    #banner .content {
        height: 500px;
        padding: 100px 0 0 0;
    }
    #banner .banner-title {
        font-size: 30px;
        line-height: 1.5em;
    }
    #banner .banner-text {
        margin-top: 20px;
    }
    #banner .banner-text>p {
        font-size: 1rem;
        line-height: 2rem;
    }
    #banner .banner-options {
        margin-top: 40px;
    }
}
/* banner end */


/* guides */
#guides {
    height: 64px;
    border-bottom: 1px solid var(--underline-color-gray);
}
#guides .content {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    word-break: keep-all;
}
#guides .content>a {
    display: flex;
    align-items: center;
}
#guides .content > a > span {
    margin-left: 5px;
}
@media screen and (max-width: 768px){
    #guides {
        height: 80px;
    }
    #guides .content {
        flex-wrap: nowrap;
        font-size: 13px;
        overflow: auto;
    }
    #guides .content>a {
        margin-left: 20px;
    }
}

/* introduction */
#introduction {
    padding-top: 40px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F6F7F9 100%);
}
#introduction .content {
    display: flex;
    align-items: flex-end;
    padding-bottom: 110px;
}
#introduction .content-text {
    flex: 1;
    padding-right: 80px;
}
#introduction .content-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
#introduction .content-text p {
    font-size: 16px;
    color: var(--text-color-gray);
    word-break: break-all;
    line-height: 1.8;
    margin: 5px 0;
}
#introduction .content-video {
    flex: 0 300px;
    height: 170px;
    width: 300px;
    border-radius: 6px;
}
/* fps 无视频介绍 */
#introduction .content .fps{
    display: none;
}
/* 轮播图 */
#fps-banner{
    padding: 100px 0 40px;
}
.fps-title{
    font-size: 36px;
    color: #12141D;
}
.col_window{
    height: 340px;
    position: relative;
    overflow: hidden;
}
.col_con{
    display: flex;
    position: absolute;
    left: 0;
    height: 340px;
    transition: 0.5s ease;
}
.col_con .clo_w{
    width: 100%;
    cursor: pointer;
}
.col_window .clo_w{
    float: left;
    width: 1200px;
}
.col_window .clo-img{
    float: left;
}
.clo-img img{
    width: 430px;
}
.clo_content{
    float: right;
    width: 600px;
}
.clo_title{
    padding-top: 80px;
    font-size: 28px;
    color: #12141D;
    margin-bottom: 20px;
}
.clo_content{
    color: #6B6D70;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 1px;
}
.arrows_Lcon{
    position: absolute;
    top: 215px;
    left: -70px;
    cursor: pointer;
}
.arrows_Rcon{
    position: absolute;
    top: 215px;
    right: -70px;
    cursor: pointer;
}

.arrows_left{
    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-top: 35px;
    background: url("../picture/f-s@2x.png") no-repeat center center;
    background-size: 100% 100%;
    opacity: 0.5;
}
.arrows_right{
    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-top: 35px;
    background: url("../picture/f-s-r@2x.png") no-repeat center center;
    background-size: 100% 100%;
    opacity: 0.5;
}
.arrows_left:hover, .arrows_right:hover{
    opacity: 1;
}
.fps-info{
    /*padding: 50px 10px 0 10px;*/
}
.fps-info-introduce{
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
    width: calc(50% - 10px);
    border-radius: 8px;
    height: 120px;
    background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
}
.fps-info-introduce span{
    font-size: 14px;
    line-height: 25px;
    color: #6B6D70;
}
.fps-info-title{
    font-size: 24px;
    color: #12141D;
    padding: 20px 0 15px 0;
}
.fps-info-introduce-r{
    margin-left: 15px;
}
.fps-info-t{
    color: #9CA6B9 !important;
}

@media screen and (max-width: 768px){
    #introduction {
        padding-top: 50px;
    }
    #introduction .content {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }
    #introduction .content-text {
        text-align: center;
        padding: 0;
    }
    #introduction .content-text p {
        font-size: 14px;
        text-align: left;
        word-break: break-all;
        line-height: 2;
        margin: 20px 0 0;
    }
    #introduction .content-video {
        height: 200px;
        width: 100%;
        margin-top: 30px;
    }
}


/* advantage start */
#advantage {
    padding: 100px 0 40px;
}
@media screen and (max-width: 768px){
    #advantage {
        padding-bottom: 0;
    }
}
/* advantage end */



/* ip-map start */
#ip-map {
    padding: 60px 0;
    background: url(../picture/t2_product_full.png) no-repeat center;
}
#ip-map .title {
    margin-bottom: 55px;
}
#ip-map .content {
    display: flex;
    align-items: center;
}
#fmap .ip-map-fps-desc{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.ip-map-fps-desc p{
    flex: 1;
    font-size: 18px;
}
.ip-map-fps-desc p a{
    color: var(--text-color-blue);
}
#fmap{
    margin-top: 160px;
    margin-bottom: 100px;
}
.ip-map-fps{
    position: relative;
    margin-top: 60px;
    height: 682px;
    background: url("../picture/f-m@2.png") no-repeat center;
    background-size: 100% 100%;
}
.ip-map-fps .map_state{
    position: absolute;
    width: 138px;
    height: 62px;
    display: flex;
    background: #FFFFFF;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(44,71,146,0.17);
}
.ip-map-fps .map_state:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    vertical-align: middle;
    position: absolute;
    left: 45%;
    bottom: -8px;
}
.county-bottom{
    position: absolute;
    width: 42px;
    height: 14px;
    background: rgba(255,150,42,0.3);
    bottom: -17px;
    left: 49px;
    border-radius: 50%;
}
.county-bottom .inner{
    width: 24px;
    height: 8px;
    background: rgba(255,150,42);
    border-radius: 50%;
    margin: 2px auto;
}
.ip-map-fps .county-icon img{
    width: 48px;
    height: 48px;
    margin-left: 3px;
}
.ip-map-fps .county-info{
    margin-left: 7px;
}

.ip-map-fps .map_state_fps_1{
    top: 100px;
    left: 124px;
}
.ip-map-fps .map_state_fps_2{
    top: 200px;
    left: 150px;
}
.ip-map-fps .map_state_fps_3{
    top: 316px;
    left: 140px;
}
.ip-map-fps .map_state_fps_4{
    top: 414px;
    left: 302px;
}
.ip-map-fps .map_state_fps_5{
    top: 506px;
    left: 270px;
}
.ip-map-fps .map_state_fps_6{
    top: 196px;
    left: 514px;
}
.ip-map-fps .map_state_fps_7{
    top: 482px;
    left: 576px;
}
.ip-map-fps .map_state_fps_8{
    top: 140px;
    right: 246px;
}
.ip-map-fps .map_state_fps_9{
    top: 262px;
    right: 372px;
}
.ip-map-fps .map_state_fps_10{
    top: 330px;
    right: 124px;
}
.ip-map-fps .map_state_fps_11{
    bottom: 126px;
    right: 76px;
}
.ip-map-fps .case-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.m-map-icon{
    display: none;
}
.ip-map-con {
  display: flex;
  width: 1200px;
  justify-content: space-between; /* 平分剩余空间，使首尾紧贴边缘 */
}

.ip-map-con div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ip-map-con img {
  width: 84px;
  height: 84px;
  border-radius: 84px;
  background: #ccc;
  display: block;
  margin: 10px;
}

#ip-map .ip-map--desc {
    position: relative;
    width: 254px;
    top: -128px;
    right: -94px;
}
#ip-map .desc-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
}
#ip-map .desc-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2.4em;
    font-size: 16px;
}
#ip-map .ip-map--map {
    flex: 1;
}
#ip-map .china-map-div {
    width: 915px;
    height: 700px;
}
#ip-map .map-back-btn-wrap {
    position: absolute;
    right: 0;
    z-index: 1;
}
#ip-map .map-back-btn {
    float: right;
    background-color: rgba(40, 120, 255, 0.9);
    border: 0px;
    color: rgb(255, 255, 255);
    height: 28px;
    line-height: 22px;
    font-size: 13px;
    cursor: pointer;
    padding: 3px 8px;
    display: none;
}
@media screen and (max-width: 768px){
    #introduction .content-text h3{
        font-size: 24px;
        font-weight: normal;
    }
    .col_window{
        height: 460px;
    }
    .clo_content{
        width: 100%;
    }
    .col_window .clo-img, .col_window .clo_content{
        clear: both;
        width: 100%;
    }
    .fps-info{
        padding: 30px 0 0 0;
    }
    .ip-map-con{
        display: block;
        width: 100%;
    }
    .ip-map-con div{
        display: inline-block;
        width: calc(50% - 10px);
        margin-top: 10px;
    }
    .ip-map-con img{
        margin: 0 auto;
        width: 76px;
        height: 76px;
    }
    .ip-map-con-num{
        font-size: 12px;
        color: #6B6D70;
    }
    .ip-map-con .county{
        margin-top: 10px;
    }
    .ip-map-con p{
        text-align: center;
    }
    .clo-img img{
        width: 335px;
        display: block;
        margin: 0 auto;
    }
    .arrows_Lcon{
        left: 0;
        top: 178px;
    }
    .arrows_Rcon{
        right: 0;
        top: 178px;
    }
    .arrows_left, .arrows_right{
        width: 40px;
        height: 40px;
    }
    .clo_title{
        font-size: 24px;
        text-align: center;
    }
    .clo_content{
        font-size: 14px;
    }
    .fps-info-introduce{
        width: 100%;
    }
    .fps-info-introduce-r{
        margin-left: 0;
    }
    #fmap .ip-map-fps-desc{
        display: block;
        position: absolute;
        right: 20px;
        z-index: 1;
        top: 100px;
        left: 20px;
    }
    #fmap .ip-map-fps-desc p{
        text-align: center;
        font-size: 12px;
    }
    .ip-map-fps{
        height: 210px;
    }
    #fmap .title{
        position: absolute;
        z-index: 1;
        left: 20px;
        right: 20px;
    }
    .ip-map-fps .map_state,.case-info{
        display: none;
    }
    .m-map-icon{
        display: block;
    }

    #ip-map {
        padding: 50px 0 0;
        background: linear-gradient(to bottom, #FFFFFF 0%, #F6F7F9 100%);
    }
    #ip-map .title {
        margin-bottom: 30px;
    }
    #ip-map .content {
        flex-direction: column;
        align-items: center;
    }
    #ip-map .ip-map--desc {
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    #ip-map .desc-title {
        margin: 30px 0 20px;
        font-size: 18px;
        text-align: center;
    }
    #ip-map .desc-text {
        align-items: center;
    }
    #ip-map .china-map-div {
        width: 360px;
        height: 380px;
    }
    .map-back-btn {
        margin-right: 10px;
    }

}
/* ip-map end */

/* apply start */
#apply {
    padding: 100px 0;
    border-bottom: 1px solid var(--underline-color-gray);
}
#apply .content {
    display: flex;
    align-items: center;
    /*overflow: hidden;*/
}
/* todo 左滑右滑的按钮转成文字图标，不使用图片 */
#apply .scroll-left, #apply .scroll-right {
    width: 52px;
    height: 52px;
    background: url(../picture/c1_2@2x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#apply .scroll-right {
    transform: rotate(180deg);
}
#apply .scroll-left:hover,#apply .scroll-right:hover {
    background-image: url(../picture/c1-l@2x.png);
}
#apply .scroll-body {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 20px;
    overflow: hidden;
}
#apply .apply-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 200px;
    margin: 40px;
    padding: 24px 36px;
    background: #fff;
    border: 1px solid #f5f7f9;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
    position: relative;
}
#apply .apply-item .back-card {
    width: 230px;
    height: 240px;
    z-index: 2;
    background: #2878FF;
    box-shadow: 0 2px 2px 0 rgb(44 71 146 / 17%);
    border-radius: 8px;
    border: 1px solid var(--bg-color-gray);
    position: absolute;
    top: -20px;
    opacity: 0;
    transform: scale(.8);
    transition: all .1s ease;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    font-size: 14px;
    line-height: 1.8em;
}
#apply .apply-item .back-card p {
    font-size: 18px;
    margin-bottom: 20px;
}
#apply .apply-item .back-card span {
    display: block;
    text-align: justify;
}
#apply .apply-item:hover .back-card {
    opacity: 1;
    padding: 20px 20px;
    transform: scale(1);
}
@media screen and (max-width: 768px){
    #apply {
        padding: 50px 0;
        background: var(--text-color-blue);
    }
    #apply .title {
        color: #fff;
        margin-bottom: 30px;
    }
    #apply .scroll-body {
        overflow-x: auto;
        height: auto;
        margin: 0;
    }
    #apply .apply-item {
        height: 300px;
        padding: 15px;
        width: 168px;
        margin: 0 14px 0 0 ;
    }
    #apply .apply-item img {
        margin-bottom: 10px;
    }
    #apply .apply-item .back-card {
        position: static;
        opacity: 1;
        transform: scale(1);
        background: none;
        box-shadow: none;
        border: none;
        padding: 10px 0 20px;
        font-size: 10px;
        width: 140px;
        color: var(--text-color-gray);
    }
}
/* apply end */

/* data start */
#data {
    padding: 100px 0;
}
#data .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#data .content-tab>.tab-title {
    font-size: 30px;
    margin-bottom: 20px;
}
#data .content-tab>.tab-pre {
    display: flex;
    flex-direction: column;
    width: 516px;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: default;
    opacity: .5;
    color: var(--text-color-gray);
}
#data .content-tab>.tab-pre.active {
    opacity: 1;
}
#data.dps .content-tab>.tab-pre.active {
    background: #f6f7f9;
}
#data.fps .content-tab>.tab-pre.active {
    background: #f6f7f9;
}
#data .content-tab>.tab-pre>p {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--text-color-black);
}
#data .content-tab>.tab-pre>span {
    line-height: 2em;
}
#data .content-img {
    width: 584px;
    height: 352px;
}
#data .content-img>div {
    width: 100%;
    height: 100%;
    display: none;
}
#data .content-img>div.active {
    display: block;
}
#data .content-img img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px){
    #data {
        padding: 50px 0;
    }
    #data .content {
        flex-direction: column;
    }
    #data .content-tab>.tab-title {
        font-size: 24px;
        text-align: center;
    }
    #data .content-tab>.tab-pre {
        width: 100%;
        align-items: center;
        padding: 0;
        margin-bottom: 30px;
        opacity: 1;
    }
    #data .content-tab>.tab-pre.active {
        background: none !important;
    }
    #data .content-tab>.tab-pre>span {
        text-align: center;
    }
    #data .content-img {
        width: 100%;
        height: unset;
        margin-bottom: 10px;
    }
}
/* data end */






