@font-face {
    font-family: 'timesbi';
    src: url('/font/timesbi.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/font/Century_Gothic.ttf');
}

.head {
    width: 100%;
    position: relative;
}

body {
    font-family: 'Century Gothic' !important;
}

* {
    list-style: none;
    text-decoration: none !important;
}

img {
    height: auto;
    display: block;
}

.pc {
    display: block;
}

.m-logo img {
    width: 100%;
}

.head-r {
    right: 20%;
    top: 25px;
    z-index: 19;
    position: absolute;
    display: flex;
    align-items: center;
}

.head-r img {
    width: 85px;
    height: 85px;
    display: block;
    margin-right: 10px;
}

.mobile {
    display: none;
}

.contact-t {
    font-size: 20px;
    color: #000;
}

.contact-t p {
    margin: 5px 0;
}

.nav {
    background-color: rgb(68, 68, 68);
}

.nav>ul {
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

.nav>ul>li {
    width: 9%;
    line-height: 56px;
    text-align: center;
    position: relative;
}

.nav>ul>li>a {
    color: #fff;
    font-size: 1.7rem;
}

.ac {
    background: #333;
}

.level {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    background-color: rgb(68, 68, 68);
}

.level a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
}

.nav>ul>li:hover .level {
    display: block;
}

.nav>ul>li:hover {
    background: #333;
}

.nav a:hover {
    background: #333;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.m1200 {
    width: 1200px;
    margin: auto;
}

.number-list {
    display: flex;
    padding: 20px 0;
}

.number-list>div {
    width: 20%;
    text-align: center;
}

.number-list>div h1 {
    color: #db1e1a;
    font-size: 40px;
}

.number-list>div p {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

video {
    width: 610px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.m1000 {
    width: 1000px;
    margin: auto;
}

.title {
    text-align: center;
    margin: 50px 0;
}

.title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    font-family: 'Century Gothic' !important;
}

.title p {
    font-size: 14px;
    color: #666666;
}

.lists {
    display: flex;
    flex-wrap: wrap;
}

.lists li {
    width: 32%;
    overflow: hidden;
    margin-right: 1%;
}

.lists li p {
    text-align: center;
    color: #333;
    font-size: 15px;
}

.lists li:hover img {
    transition: transform 0.2s;
    transform: scale(1.03)
}

ul {
    margin: 0;
    padding: 0;
}

.more {
    width: 200px;
    line-height: 45px;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #1B8AFD;
}

.more:hover {
    background: rgb(24, 119, 221);
    color: #fff;
}

.list1 li {
    width: 23%;
    position: relative;
}

.list1 li p {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-about {
    display: flex;
    align-items: center;
}

.index-about>div {
    width: 50%;
}

.index-about-r {
    padding: 0 20px;
    color: #222;
}

.index-about-r h5 {
    font-size: 18px;
    font-weight: 500;
}

.index-about-r p {
    font-size: 14px;
}

.more1 {
    width: 166px;
    line-height: 53px;
    display: block;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #1B8AFD;
}

.more1:hover {
    background: rgb(24, 119, 221);
    color: #fff;
}

.i-banner {
    display: block;
    position: relative;
}

.i-banner a {
    position: absolute;
    left: calc(50% - 227px);
    bottom: 10%;
    display: block;
    width: 454px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #3099DD;
    font-weight: 400;
    font-style: normal;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.69);
}

.i-banner a:hover {
    background: rgb(151, 211, 245);
}

.list2 h5 {
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    font-family: 'Century Gothic' !important;
}

.list2 li {
    width: 24% !important;
}

.list2 p {
    margin: 5px 0;
    text-align: left !important;
    font-size: 12px !important;
    color: #999 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Century Gothic' !important;
}

footer {
    background: #444444;
    padding: 20px 0;
}

.foot {
    display: flex;
    justify-content: space-between;
}

.foot-l {
    display: flex;
}

.foot-l>div {
    margin-right: 70px;
}

h1 {
    font-family: 'Century Gothic' !important;
}

.foot-l>div h5 {
    color: #fff;
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'Century Gothic' !important;
}

.foot-l>div a {
    font-size: 15px;
    color: #ffffff;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.foot-r {
    display: flex;
}

.foot-r img {
    width: 116px;
}

.foot-r>div {
    margin-left: 25px;
}

.foot-r p {
    text-align: center;
    color: #fff;
}

.bq {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
}

.bq a {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

.foot-m {
    padding: 0 10px;
}

.foot-m p {
    color: #fff;
    font-size: 16px;
}

.tab {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.tab-row {
    display: flex;
    border: 2px solid #3099DD;
    border-right: none;
}

.tab-row a {
    border-right: 2px solid #3099DD;
    /*line-height: 41px;*/
    padding: 10px 25px;
    font-size: 14px;
    color: #3099DD;
    display: block;
}

.bg {
    background: #3099DD;
    color: #fff !important;
}

.zz li {
    margin-bottom: 20px;
}

.zz li:hover img {
    transform: scale(1)
}

.page {
    margin: 30px 0;
    text-align: center;
}

.tab-row a:hover {
    background: #3099DD;
    color: #fff !important;
}

.cp li {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.cp li h5 {
    padding: 0 10px;
}

.cp li p {
    padding: 0 10px;
}

.cp li:hover {
    border: 1px solid red;
}

.add {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

.add span {
    margin: 0 10px;
}

.xq {
    margin-bottom: 50px;
    display: flex;
}

.xq-l {
    width: 430px;
}

.xq-r {
    width: 570px;
    padding: 0 30px;
}

.name {
    margin-bottom: 30px;
}

.name h3 {
    color: #404040;
    font-size: 24px;
    font-weight: 400;
}

.name p {
    color: #999999;
    font-size: 12px;
}

.name-tab {
    margin-bottom: 20px;
}

.name-tab p {
    font-size: 12px;
    color: #999;
}

.name-tab-list {
    display: flex;
    flex-wrap: wrap;
}

.name-tab-list div {
    cursor: pointer;
    padding: 0 12px;
    line-height: 42px;
    font-size: 12px;
    color: #333;
    border: 1px solid #ddd;
    margin-right: 10px;
    display: flex;
    margin-bottom: 10px;
}

.tab1 {
    margin-bottom: 10px;
}

.tab1 div {
    padding-left: 0;
}

.name-tab-list div img {
    width: 40px;
    height: 44px;
    margin-right: 10px;
}

.contact {
    margin-top: 50px;
    display: flex;
    border-top: 1px dashed #888;
}

.contact a {
    display: block;
    padding: 8px 25px;
    font-size: 16px;
    background: #3099DD;
    border-radius: 30px;
    color: #fff;
    margin-right: 15px;
    margin-top: 20px;
}

.contact a:nth-child(2) {
    background: #EF0A0A;
}

.zk {
    border: 1px solid #f5f7fa;
}

.zk-t {
    line-height: 47px;
    padding: 0 20px;
    color: #444;
    font-size: 16px;
    background: #f5f7fa;
}

.cont-tab {
    display: flex;
    background: #f5f7fa;
}

.cont-tab div {
    padding: 10px 35px;
    color: #444;
    font-size: 14px;
    cursor: pointer;
}

.content {
    margin-top: 50px;
    border: 1px solid #f5f7fa;
}

.ct {
    background: #E4393C !important;
    color: #fff !important;
}

.name-border {
    border: 1px solid #E4393C !important;
}

.cont-list {
    padding: 20px;
}

.cont-page {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    margin-bottom: 50px;
}

.cont-page a {
    font-size: 14px;
    color: #444;
}

.list3 li {
    width: 32%;
    background: #000;
    margin-bottom: 30px;
    margin-right: 1%;
}

.list3 li p {
    line-height: 25px;
}

.list3 li:hover {
    padding: 5px;
}

.list3 li:hover img {
    transform: scale(1)
}

#ip-right {
    background: url(/images/hover-next.png)no-repeat center center;
}

#ip-left {
    background: url(/images/hover-prev.png)no-repeat center center;
}

.list2 li {
    margin-bottom: 20px;
    margin-right: 1%;
}

.details-title {
    padding: 30px 0;
    text-align: center;
}

.details-title h3 {
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Century Gothic' !important;
}

.details-title p {
    color: #000000;
    font-size: 12px;
}

.details-title p span {
    margin: 0 30px;
}

.details-title p span i {
    margin-right: 5px;
}

.details-content {
    margin: 30px 0;
    padding: 10px;
}

.we {
    display: flex;
    margin: 50px 0;
}

.we div {
    width: 50%;
}

.we p {
    font-size: 14px;
    color: #333;
}

.play li {
    background: #000;
    margin-bottom: 20px;
    min-height: 320px;
}

.play li p {
    background: #fff;
    margin: 0;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
}

.we div {
    width: 100%;
}

.service {
    width: 61px;
    background: #56ABE2;
    position: fixed;
    left: 0;
    bottom: 20%;
    z-index: 99;
}

.service li {
    position: relative;
    text-align: center;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #fff;
}

.service li i {
    font-size: 20px;
}

.service div {
    width: 200px;
    position: absolute;
    background: #56ABE2;
    padding: 20px;
    right: -203px;
    top: 0;
    margin: 0;
    display: none;
}

.service div p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 25px;
    text-align: left;
}

.service a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.service li:hover div {
    display: block !important;
}

.m-nav {
    width: 100%;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: 999;
    border-top: 1px solid #f2f2f2;
    display: none;
}

.m-nav li a {
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #444;
}

.menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 37%;
    right: 5%;
}

@media screen and (max-width: 768px) {
    .level {
        display: none;
    }
    .we {
        display: block;
        margin: 20px 0;
    }
    .service {
        width: 40px;
    }
    .service li {
        line-height: 40px;
    }
    .tab-row {
        flex-wrap: wrap;
    }
    .tab-row a {
        width: 50%;
        margin-bottom: 1%;
        padding: 0;
        text-align: center;
        font-size: 12px;
        border-top: 2px solid #3099DD;
        border-bottom: 2px solid #3099DD;
    }
    .tab-row {
        width: 100%;
        border: none;
        border-left: 2px solid #3099DD;
    }
    .xq {
        display: block;
    }
    .details-title {
        padding: 20px 0;
        text-align: center;
    }
    .details-content {
        margin: 10px 0;
        padding: 10px;
    }
    .xq>div {
        width: 100% !important;
    }
    .i-banner {
        display: none;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .nav>ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav>ul>li {
        width: 25%;
        line-height: 40px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #298ed0;
    }
    .ac {
        background: none;
    }
    .add {
        display: none;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
    .nav {
        background-color: #3099DD;
    }
    .vdo {
        display: none;
    }
    .m1000 {
        width: 100%;
        padding: 0 5px;
    }
    .list li {
        width: 50%;
        overflow: hidden;
    }
    .lists li {
        width: 49% !important;
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 1%;
    }
    .lists li p {
        margin: 10px 0;
        font-size: 14px;
        margin: 0;
    }
    .title {
        text-align: center;
        margin: 20px 0;
    }
    .title h3 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
    }
    .title p {
        font-size: 14px;
        color: #666666;
        margin: 8px 0;
    }
    .list1 li {
        width: 48%;
        position: relative;
    }
    .index-about>div {
        width: 100%;
    }
    .index-about {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .index-about-r {
        padding: 20px;
    }
    .index-about-r p {
        font-size: 16px;
    }
    .index-about-r h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tpp img {
        height: 165px;
        margin: 0 auto;
    }
    .tpp {
        padding: 0px 10px;
    }
    .lists {
        /* justify-content: space-between; */
    }
}

@media screen and (min-width: 960px) {
    .tpp img {
        height: auto;
    }
    .listss li {
        width: 32% !important;
    }
}







@media screen and (min-width: 980px) {
    /*修改foot中的关键字*/
    .foot-middle{width: 150px;height: 200px;text-align: center;overflow-y:auto;}
    .foot-middle p{font-size: 15px;color: white;}

    .foot-middle p:first-child{margin: 0;}
    /*修改产品*/
    .m1000{position: relative;}
    .bottom-left {width: 22%;position: absolute;bottom: 6%;left: -23%;}
    .bottom-left>p{font-size: 16px;}
    .bottom-left>p a{color: black;}
    .bottom-left .bottom-left-next{border: 1px solid #cdc9c9;}
    .bottom-left h5{font-size: 16px;margin: 0 5px;border-bottom: 1px solid #cdc9c9;padding:10px 0;}
    .bottom-left .bottom-left-list p a{font-size: 14px;color: black;}
    .bottom-left .bottom-left-list p{margin: 0 5px;padding: 10px 0;}
    .bottom-left .bottom-left-list p:not(:last-child){border-bottom: 1px solid #cdc9c9;}

    /*修改vlog*/
    .m1000{position: relative;}
    .text-recommended-left {width: 22%;border: 1px solid #cdc9c9;position: absolute;top: 6%;left: -23%;}
    .text-recommended-left h5{font-size: 16px;margin: 0 5px;border-bottom: 1px solid #cdc9c9;padding: 10px 5px;}
    .text-recommended-left .text-recommended-left-list p a{font-size: 14px;color: black;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .text-recommended-left .text-recommended-left-list p{margin: 0 5px;padding: 10px 0;border-bottom: 1px solid #cdc9c9;}
    
}




@media screen and (max-width: 960px){
    /*修改foot中的关键字*/
    .foot-middle{display: none;}
    /*修改产品*/
    .bottom-left {width: 98%;margin: 0 auto;}
    .bottom-left>p{font-size: 16px;}
    .bottom-left>p a{color: black;}
    .bottom-left .bottom-left-next{border: 1px solid #cdc9c9;}
    .bottom-left h5{font-size: 24px;margin: 0 10px;border-bottom: 1px solid #cdc9c9;padding: 10px 20px;}
    .bottom-left .bottom-left-list p a{font-size: 16px;color: black;}
    .bottom-left .bottom-left-list p{margin: 0 10px;padding: 5px 20px;}
    .bottom-left .bottom-left-list p:not(:last-child){border-bottom: 1px solid #cdc9c9;}

    /*修改vlog*/
    .text-recommended-left {width: 98%;border: 1px solid #cdc9c9;margin: 0 auto;}
    .text-recommended-left h5{font-size: 18px;margin: 0 10px;border-bottom: 1px solid #cdc9c9;padding: 10px 20px;}
    .text-recommended-left .text-recommended-left-list p a{font-size: 14px;color: black;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis}
    .text-recommended-left .text-recommended-left-list p{margin: 0 10px;padding: 10px 10px;border-bottom: 1px solid #cdc9c9;}

}

