* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

@font-face {
    font-family: gefont;
    src: url('http://company.gongkong.com/Activity/Lib/Ge2024/css/GEhye3gj.ttf');

}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

.mobe {
    font-size: 13.33333333vw;
}

body {
    font-size: 16px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;

}

.mobe .mymobe {
    font-size: .24rem;
}

body {
    font-family: gefont, '微软雅黑', 'Heiti SC';
}


.mypc .mar50 {
    margin-top: 50px;
}

p {
    line-height: 1.7;
    margin-bottom: 0;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar20 {
    margin-top: 20px;
}

.mar10 {
    margin-top: 10px;
}

.mymobe .mar20 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}

.mypc {
    padding-top: 70px;
}

.mypc .logoimg {
    margin-top: 15px;
}

.mypc .pcfix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #f7f7f7;
    z-index: 9999
}

.mypc .top-flex {
    display: flex;
}

.mypc .navbar {
    flex: 1;
}

.mypc .navbar-default {
    background: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.mymobe .navbar-default {

    margin-left: -15px;
    margin-right: -15px;
    border: none;
}

.mypc .navbar-default .navbar-nav>li>a {
    font-size: 18px;
    padding: 25px 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #000
}

.navbar-default .navbar-nav>li>a:hover {
    color: #005e60;
    background: url(../image/acticon.png) center bottom no-repeat;
}

.navbar-default .navbar-nav>li.act>a {
    color: #005e60;
}

.navbar-default .navbar-nav>li>a:hover::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 13px;

}

.mypc .nav.navbar-nav {
    float: right;
    font-size: 14px;
}

.mymobe .nav.navbar-nav {
    text-align: center;

}

.mymobe .navbar {
    margin-bottom: 0;

}

.mymobe .logoimg {
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
}

.mymobe .sa {
    display: block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #02b5e2;
    color: white;
}

.topsearch {
    position: relative;
    overflow: hidden;
    border-top: 1px #eee solid;
    padding-top: 10px;
    margin-bottom: 10px;

    display: none;
}

.s2 {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 12px;
}



.topinput {
    appearance: none;
    -webkit-appearance: none;
    height: 34px;
    line-height: 34px;
    border: none;
    background: transparent;
    outline: none;
    padding-left: 15px;
}

.mypc .topinput {
    width: 999px;
}

.mymobe .topinput {
    width: 200px;
}

.topspan {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../image/s2.png) 0 0 no-repeat;
    cursor: pointer;
}

.topspan.closebtn {
    background: url(../image/s3.png) 0 0 no-repeat;
}

.mypc .topspan {
    margin-top: 28px;
}

.mymobe .motop {
    margin-top: 16px;
    margin-right: 15px;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;
    /* 两种都可以 */
}

.swiper-pagination-bullet {
    transition: .3s ease all;
    background: white;
    opacity: .5;
    width: 50px;
    height: 8px;
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 8px;
    border-radius: 0px;


}

.bsw .swiper-pagination-bullet {
    transition: .3s ease all;
    background: #cccccc;
    opacity: .5;
    width: 50px;
    height: 8px;
    border-radius: 0px;
}

.bsw .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 8px;
    border-radius: 0px;
    background: #74a6a7;

}

.mymobe .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
}

.mypc .pt {
    line-height: 56px;
    font-size: 26px;
    border-bottom: 1px #eee solid;
    position: relative;
    overflow: hidden;
}

.mypc .news-t {
    font-size: 22px;
    color: #000 !important;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ma {
    display: block;
    width: 118px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 25px;
    border: 1px #005e60 solid;
    margin-top: 20px;
    text-decoration: none !important;

}

.ma:hover {
    background: #005e60;
    color: white;
}

.mypc .ma {
    font-size: 14px;
}

.mypc .nav-item {
    display: flex;
}

.mypc .index-top {
    width: 750px;
}

.zcdiv input[type='text'] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    margin: 20px 0;
    border: 1px #eee solid;
}

label {
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.lj-bt {
    display: block;
    width: 230px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #005e60;
    color: white;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 25px;
}

.mypc .form-con {
    flex: 1;
    margin-left: 30px;
}

.indexb {
    float: right;
}

.mypc .indexb {
    font-size: 16px;
    height: 56px;
    line-height: 80px;
    text-decoration: none !important;
    color: #000 !important;
}

.xuqiu {
    display: block;
    width: 100%;
    padding: 10px;
    resize: none;
    outline: none;
    border: 1px #eee solid;
    height: 100px;
}

.form-con label input {
    vertical-align: middle;
    margin-top: -1px !important;
    margin-right: 5px !important;
}

.mypc .media-object {
    width: 291px;
    height: 181px;
    object-fit: cover;
    border:1px #eee solid
}
#newlist{
    padding-top:15px
}
.v-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mypc .vi-con {
    width: 349px;
}

.mypc .vimg {
    width: 349px;
    height: 179px;
    object-fit: cover;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px;
}

.vi-con p {
    padding: 0 15px;
    word-break: break-all;
}

.footer {
    padding: 15px;
    text-align: center;
    color: white;
    background: #000;
}

.mymobe .media-object {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: contain;
}

.media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mymobe .media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mymobe .vi-con p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mymobe .ma {
    margin-top: 0;
    width: 1.85rem;
    height: .45rem;
    text-align: center;
    line-height: .45rem;
    border-radius: .3rem;
    border: 1px #005e60 solid;
    font-size: .24rem;
}

.mymobe .pt {
    line-height: .6rem;
    font-size: .28rem;
    border-bottom: 1px #eee solid;
    margin-top: .1rem;
    position: relative;
    overflow: hidden;
    font-weight: bold;
}

.mymobe .indexb {
    font-weight: lighter;
    font-size: .24rem;
}

.mymobe .vi-con {
    width: 48%;
    margin-top: .2rem;
}

.mymobe .vi-con img {
    width: 100%;
}

.mab {
    display: block;
    width: 118px;
    height: 33px;
    background: #c8ff08;
    text-align: center;
    line-height: 33px;
    border-radius: 25px;

    margin-top: 20px;
    text-decoration: none !important;
}

.mypc .mab {
    font-size: 14px;
}

.mymobe .mab {
    margin-top: .1rem;
    width: 1.85rem;
    height: .45rem;
    text-align: center;
    line-height: .45rem;
    border-radius: .3rem;
    background: #c8ff08;
    font-size: .24rem;
}

.mypc .pro-t1 {
    font-size: 36px;
}

.mymobe .pro-t1 {
    font-size: .38rem;
}

.pro-b {
    color: #00b5e2;
}

.mypc .pro-b {
    font-size: 18px;
}

.pro-l {
    background: linear-gradient(to right, #eaeaea, #fff);
    padding-left: 15px;
}

.mypc .pro-l {
    font-size: 24px;
    margin: 20px 0;
    line-height: 45px;
}

.img-pro {
    max-width: 100%;

}

.mymobe .img-pro {
    display: block;
    margin: 0 auto;
}

.mymobe .pro-l {
    font-size: .28rem;
    margin: .4rem 0;
    line-height: .56rem;
}

.pro-ul li {
    margin-top: 10px;
}

.mypc .pro-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypc .pro-main {
    display: flex;
    justify-content: space-between;
}

.mypc .pro-main>div {
    width: 1px;
    flex: 1;
}

.mypc .f20 {
    font-size: 20px;
}

.pro-main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.mymobe .pro-main img {
    width: 3rem;
    margin-top: .3rem;
}

.ben-item {
    display: flex;
    justify-content: space-around;
}

.mypc .ben-item {
    width: 348px;
    margin: 20px auto;
}

.mymobe .ben-item {
    width: 6rem;
    margin: 20px auto;
}

.mymobe .ben-item .mab {
    margin-top: 0;
}

.pro-a {
    display: inline-block;
    padding: 5px 20px;
    color: #06b7e3;
    border: 1px #06b7e3 solid;
    border-radius: 25px;
    margin: 20px auto;
    text-decoration: none !important;
}

.pro-main p {
    padding: 0 10px;
}

.mymobe .img-3rem {
    width: 3rem;
}

.mypc .pro-in {
    padding-left: 20px;
}

.mypc .pro-out {
    padding-right: 20px;
}

.die-item {
    margin-top: 30px;
}

.mymobe .die-item {
    margin-top: .3rem;
}

.mypc .die-top {
    display: inline-block;
    background: #005e60;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    padding-bottom: 40px;
}

.mypc .die-top {
    font-size: 22px;
}

.mymobe .die-top {
    display: inline-block;
    background: #005e60;
    color: white;
    padding: .2rem .5rem;
    border-radius: .3rem;
    padding-bottom: .6rem;
}

.die-dec {
    padding: 0 25px;
    border-radius: 20px;
    background: #f3f3f3;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

.mymobe .die-dec {
    padding: .2rem .5rem;
    border-radius: .3rem;
    background: #f3f3f3;
    margin-top: -.5rem;
    position: relative;
    z-index: 5;
}

.mypc .die-dec {
    height: 70px;
    display: flex;
    align-items: center;
}

.case-tab {
    display: flex;
    border-bottom: 1px #e3e3e3 solid;


}

.case-tab>p {
    width: 1px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
}

.mypc .case-tab>p {
    font-size: 24px;
}

.iconimg,
.iconact {
    display: block;
    margin: 0 auto;
}

.iconact {
    display: none;
}

.case-tab>p.act .iconact {
    display: block;
}

.case-tab>p.act {
    color: #005e60;
}

.case-tab>p.act .iconimg {
    display: none;
}

.mymobe .case-tab>p img {
    width: .6rem;
}

.case-tab>p.act::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #005e60;
    left: 0;
    bottom: -3px;
}

.case-con {
    display: none;
}

.mypc .case-con.act {
    display: flex;
}

.mymobe .case-con.act {
    display: block;
}

.mypc .case-con>div {
    flex: 1;
    padding-right: 30px;
}

.mypc .c-title {
    display: inline-block;
    padding: 5px 25px;
    background: #005e60;
    color: white;
    font-size: 22px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.mymobe .c-title {
    display: inline-block;
    padding: 2px .3rem;
    background: #005e60;
    color: white;

    border-radius: .4rem;
    margin-bottom: 15px;
}

.case-flex {
    display: flex;
    justify-content: space-between;
}

.mypc .imgcb {
    width: 411px;
    height: 695px;
}

.mymobe .imgcase {
    width: 33%;
}

.mymobe .imgcb {
    display: none;
    margin: 0 auto;
    width: 50%;
    margin-top: .3rem;
}

.title-mid {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.title-mid::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #02b5e2;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

.contact {
    background: #f0f3f7;

}

.mypc .contact {
    padding-bottom: 40px;
    padding-top: 10px;
}

.conul li {
    width: 100%;
    border: 1px #D9D9D9 solid;
    background: white;
    line-height: 42px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.contact-foot a {
    color: white;
}

.mypc .conul li {
    padding-left: 15px;
}

.qcode {
    margin-bottom: 10px;
}

.mymobe .conul li {
    padding-left: 15px;
}

.mypc .conul input {
    width: 305px;
    border: none;
    outline: none;
    background: transparent;
}

.mypc .conul select {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 325px;
    border: none;
    outline: none;
    background: #fafafa;
}

.icon-img {
    margin-right: 10px;
}

.mymobe .title-mid {
    font-size: .32rem;
}

.mymobe .conul .icon-img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.mymobe .conul li {
    line-height: 42px;
    border-radius: 25px;
    display: -webkit-box;
}

.mymobe .conul input {
    display: block;
    -webkit-box-flex: 1;
    border: none;
    outline: none;
    background: transparent;
}

.mymobe .conul select {
    display: block;
    height: 42px;
    line-height: 42px;
    -webkit-box-flex: 1;
    margin-right: 15px;
    border: none;
    outline: none;
    background: transparent;
}

.xuqiu {
    display: block;
    width: 100%;
    padding: 10px;

    height: 275px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.mymobe .xuqiu {
    height: 120px;
}


.mypc .contact-dec p {
    margin-bottom: 20px;
}

.mypc .contact-nav {

    background: #F0F3F7;
}

.tact-con {
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.mypc .tact-con {
    height: 200px;

}

.mypc .c-t {
    font-size: 16px;
}

.c-t {
    position: relative;
    padding-bottom: 10px;
}

.c-t::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #02b5e2;
    left: 0;
    bottom: 0;
}

.ctul li {
    margin-bottom: 10px;
}

.tact-con:hover {
    background: #0F63B6;
    color: white;
}

.mymobe .tact-con {
    margin-top: 15px;
}

.mypc .mar80 {
    margin-top: 80px;
}

.mymobe .mar80 {
    margin-top: 15px;
}

.mypc .v-wrap {
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
}

.mymobe .v-wrap {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.vmask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background: rgb(11, 95, 181, .6);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
}

.v-wrap:hover .vmask {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.vplay-btn {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 50%;
    margin-top: -37px;
}

.vp {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background: url(../image/mask1.png) center top no-repeat;
    padding: 20px;
    margin-bottom: 0;
    color: white;
    padding-top: 60px;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mymobe .vp {
    font-size: 12px;
}

.vp span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.mymobe .vp span {
    font-size: 12px;
}


.top-play{
    padding: 66px;
    background: #0d2443;
    color: white;
    padding-bottom: 30px;
}
.mymobe .top-play{
    padding: 15px 0;
}
.jw-video{
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}

.play-dec{
    padding: 30px 0;
    background: #f0f3f7;
}
.bgwhite{
    background: white;
    padding: 15px;
}
.vh{
    border-bottom: 1px #e5e5e5 solid;
}
.vh span{
    display: inline-block;
    padding: 10px 0;
    color: #02B5E2;
    border-bottom: 2px #02B5E2 solid;
    margin-bottom: -1px;
}
.mymobe .title-hole{
    font-size:.32rem
}
.plin {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mymobe .plin{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.mypc .avtor{
    float: left;
}
.mymobe .avtor{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.mypc .dparea{
    float: right;
    width: 1050px;
    height: 80px;
    padding: 10px;
    outline: none;
    resize: none;
    border: 1px #c9c9c9 solid;
    border-radius: 6px;
}
.mymobe .dparea{
    display: block;
    -webkit-box-flex: 1;
    height: 66px;
    padding: 10px;
    outline: none;
    resize: none;
    border: 1px #c9c9c9 solid;
    border-radius: 6px;
}


.mypc .pdiv{
    float: right;
    width: 1050px;
}
.tijp{
    position: relative;
    overflow: hidden;
}

.ptj{
    float: right;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    background: #02b5e2;
    color: white;
    margin-top: 10px;
}
.ptj:hover{
    text-decoration: none;
    color: white;
    background: #005cba;
}

.mypc .plul li{
    position: relative;
    overflow: hidden;
    border-bottom: 1px #c9c9c9 solid;
    margin-top: 10px;
}
.mymobe .plul li{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    border-bottom: 1px #c9c9c9 solid;
    margin-top: 10px;
}
.usename{
    color: #02B5E2;
    margin-bottom: 3px;
}
.pdate{
   
    color: rgba(0, 0, 0, 0.5);;
}
.mymobe .pdiv{
    -webkit-box-flex: 1;
}
