.video-play {
    width: 100%;
    height: 7rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    margin-top: .6rem;
}

.vjs-poster {
    background-size: cover;
}

.video-play .video {
    width: 100%;
    height: 7rem;
}

.video-js .vjs-big-play-button {
    background: url(/upload/images/play.png) no-repeat center;
    background-size: cover !important;
    width: 1rem;
    height: 1rem;
    border: none;
    top: 50%;
    left: 50%;
    border: 0;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background-size: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    display: none;
}

.video-js .vjs-big-play-button:focus {
    background: none;
}

.video-js:hover .vjs-big-play-button {
    background: url(/upload/images/play.png) no-repeat center;
}

.fangan,
.jiejue,
.kequn {
    background-color: #f9fafc;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.fangan .text {
    margin-top: .9rem;
    padding: 0 2rem;
}

.fangan .text span {
    color: #1d82d6;
}

.tongdian {
    background: url(/upload/images/bg16.jpg)no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.tongdian ul {
    padding: 0 .6rem;
    margin-top: .4rem;
}

.tongdian li {
    width: 47%;
    height: 2.1rem;
    margin-top: .5rem;
    padding: 0 1rem;
}

.tongdian li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .08);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.tongdian li .icon {
    width: .65rem;
    height: .65rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    margin-right: .3rem;
}

.tongdian li .txt {
    z-index: 1;
}

.tongdian li:nth-child(1) .icon {
    background-image: url(/upload/images/icon50.png);
}

.tongdian li:nth-child(2) .icon {
    background-image: url(/upload/images/icon51.png);
}

.tongdian li:nth-child(3) .icon {
    background-image: url(/upload/images/icon52.png);
}

.tongdian li:nth-child(4) .icon {
    background-image: url(/upload/images/icon53.png);
}

.jiejue ul {
    margin-top: .4rem;
    height: 3.5rem;
}

.jiejue li {
    margin-top: .5rem;
    margin-right: .2rem;
    height: 2.8rem;
    width: 2.2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .4rem .2rem;
}

.jiejue li .icon {
    width: .65rem;
    height: .65rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.jiejue li:nth-child(1) .icon {
    background-image: url(/upload/images/icon54.png);
}

.jiejue li:nth-child(2) .icon {
    background-image: url(/upload/images/icon55.png);
}

.jiejue li:nth-child(3) .icon {
    background-image: url(/upload/images/icon56.png);
}

.jiejue li:nth-child(4) .icon {
    background-image: url(/upload/images/icon57.png);
}

.jiejue li:nth-child(5) .icon {
    background-image: url(/upload/images/icon58.png);
}

.jiejue li:nth-child(6) .icon {
    background-image: url(/upload/images/icon59.png);
}

.jiejue li .tit {
    margin-top: .2rem;
}

.jiejue li .en {
    opacity: .8;
}

.jiejue li .text-content {
    opacity: 0;
    display: none;
    padding-left: .9rem;
}

.jiejue li .text-content p {
    margin: 0;
    padding-left: .2rem;
}
.jiejue li .text-content span{position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;width:3.4rem;}
.jiejue li .text-content p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.fuwu {
    
    margin-top: .9rem;
    margin-bottom: 1.2rem;
}

.fuwu .slick-list {
    width: 100% !important;
    padding: .2rem 0;
}

.fuwu li {
    width: 31%;
    height: 2rem;
    padding: 0 .4rem;
    margin: 0 1%;
    display: inline-flex !important;
}

.fuwu li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .08);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
}

.fuwu li .icon {
    width: .8rem;
    height: .8rem;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: .2rem;
}

.fuwu li:nth-child(1) .icon {
    background-image: url(/upload/images/icon60.png);
}

.fuwu li:nth-child(2) .icon {
    background-image: url(/upload/images/icon61.png);
}

.fuwu li:nth-child(3) .icon {
    background-image: url(/upload/images/icon62.png);
}

.fuwu li .txt {
    z-index: 1;
}

.kequn ul {
    margin-top: .4rem;
    margin-left: -.3rem;
    margin-right: -.3rem;
}

.kequn li {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-top: .5rem;
    margin-left: .3rem;
    margin-right: .3rem;
}

.kequn li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.kequn li .pic {
    width: 100%;
    height: 2.45rem;
    overflow: hidden;
}

.kequn li .pic img {
    width: 100%;
}

.kequn li .txt {
    padding: .4rem;
}

.kequn li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: .6rem;
    padding: 0 .4rem;
    background-image: linear-gradient(45deg, #0080cc, rgba(0, 128, 204, .2));
}

@media (min-width:1025px) {
    .kequn li:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .fuwu li:hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        top: -.2rem;
        bottom: -.2rem;
    }
    .jiejue li:hover {
        width: 3.4rem !important;
        height: 3.5rem;
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        padding-top: .2rem;
        padding-bottom: .2rem;
        color: #FFF;
    }
    .jiejue li:hover .text-content {
        opacity: 1;
        display: block;
      position: relative;
    }
    .jiejue li:nth-child(1):hover .icon {
        background-image: url(/upload/images/icon54-on.png);
    }
    .jiejue li:nth-child(2):hover .icon {
        background-image: url(/upload/images/icon55-on.png);
    }
    .jiejue li:nth-child(3):hover .icon {
        background-image: url(/upload/images/icon56-on.png);
    }
    .jiejue li:nth-child(4):hover .icon {
        background-image: url(/upload/images/icon57-on.png);
    }
    .jiejue li:nth-child(5):hover .icon {
        background-image: url(/upload/images/icon58-on.png);
    }
    .jiejue li:nth-child(6):hover .icon {
        background-image: url(/upload/images/icon59-on.png);
    }
    .tongdian li:nth-child(1):hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        left: -.3rem;
        top: -.3rem;
    }
    .tongdian li:nth-child(2):hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        right: -.3rem;
        top: -.3rem;
    }
    .tongdian li:nth-child(3):hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        left: -.3rem;
        bottom: -.3rem;
    }
    .tongdian li:nth-child(4):hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        right: -.3rem;
        bottom: -.3rem;
    }
    .tongdian li:hover,
    .fuwu li:hover {
        color: #FFF;
    }
    .tongdian li:nth-child(1):hover .icon {
        background-image: url(/upload/images/icon50-on.png);
    }
    .tongdian li:nth-child(2):hover .icon {
        background-image: url(/upload/images/icon51-on.png);
    }
    .tongdian li:nth-child(3):hover .icon {
        background-image: url(/upload/images/icon52-on.png);
    }
    .tongdian li:nth-child(4):hover .icon {
        background-image: url(/upload/images/icon53-on.png);
    }
    .fuwu li:nth-child(1):hover .icon {
        background-image: url(/upload/images/icon60-on.png);
    }
    .fuwu li:nth-child(2):hover .icon {
        background-image: url(/upload/images/icon61-on.png);
    }
    .fuwu li:nth-child(3):hover .icon {
        background-image: url(/upload/images/icon62-on.png);
    }
    .kequn li:hover::after {
        width: 100%;
    }
}

@media (max-width:1199px) {
    .video-play,
    .video-play .video {
        height: 11rem;
    }
    .tongdian li {
        height: 3rem;
    }
    .tongdian li .icon,
    .fuwu li .icon {
        width: .9rem;
        height: .9rem;
    }
    .jiejue li {
        width: 15%;
        height: 3.4rem;
    }
    .jiejue li .icon {
        width: .8rem;
        height: .8rem;
    }
    .fuwu li {
        height: 2.4rem;
    }
    .kequn li .pic img {
        display: none;
    }
    .kequn li .pic {
        height: 3.4rem;
    }
    .kequn li .tit {
        line-height: .8rem;
    }
}

@media (max-width:950px) {
  .jiejue ul{flex-wrap: wrap;}
    .video-js .vjs-big-play-button {
        width: 2rem;
        height: 2rem;
    }
    .fangan .text {
        padding: 0 1rem;
    }
    .tongdian ul {
        padding: 0;
    }
    .tongdian li {
        height: 3.5rem;
        width: 48.5%;
    }
    .tongdian li .icon,
    .fuwu li .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .jiejue ul {
        height: auto;
    }
    .jiejue li {
        width: 31%;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    .jiejue li .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .kequn li .pic {
        height: 3.8rem;
    }
}

@media (max-width:767px) {
    .video-play {
        width: 100%;
        height: 10rem;
    }
    .video-play .video {
        height: 10rem;
    }
    .video-js .vjs-big-play-button {
        width: 1.2rem;
        height: 1.2rem;
    }
    .kequn li .tit {
        line-height:2;
	height:2em;
    }
}

@media (max-width:480px) {
    .video-js .vjs-big-play-button {
        width: 2rem;
        height: 2rem;
    }
    .fangan .text {
        padding: 0;
    }
    .tongdian li,
    .fuwu li {
        height: 5.5rem;
        width: 100%;
    }
    .tongdian li .icon {
        width: 2.2rem;
        height: 2.2rem;
        margin-right: .8rem;
    }
    .jiejue li {
        width: 48%;
        height: 8rem;
    }
    .jiejue li .icon,
    .fuwu li .icon {
        width: 2.2rem;
        height: 2.2rem;
    }
    .fuwu li {
        margin-top: .8rem;
    }
    .kequn li .pic {
        height: 10rem;
    }
  
    .kequn li .txt {
        padding: .8rem .4rem;
    }
}

@media (max-width:376px) {}