@keyframes show {
    form {
        transform: scale(1)
    }
    to {
        transform: scale(1.1)
    }
}

@-o-keyframes show {
    form {
        transform: scale(1)
    }
    to {
        transform: scale(1.1)
    }
}

@-moz-keyframes show {
    form {
        transform: scale(1)
    }
    to {
        transform: scale(1.1)
    }
}

@-webkit-keyframes show {
    form {
        transform: scale(1)
    }
    to {
        transform: scale(1.1)
    }
}

.container .row nav div#mynavbar ul li:nth-child(1)>a {
    background-color: #00c9a1;
    color: #ffffff
}

.swiper-container {
    width: 100%
}

.swiper-container .swiper-wrapper {
    width: 100%
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%
}

@media screen and (max-width:768px) {
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
        width: 35px;
        height: 35px
    }
}

.newsInformation {
    background-color: #233647
}

@media screen and (min-width:768px) {
    .newsInformation .inner {
        display: block
    }
}

@media screen and (max-width:768px) {
    .newsInformation .inner {
        display: none
    }
}

.newsInformation .inner {
    max-width: 1200px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    margin: 0 auto
}

.newsInformation .inner div span {
    color: #ffffff;
    font-size: 14px
}

.newsInformation .inner div span.active {
    color: #00c9a1
}

.newsInformation .inner div.center {
    text-align: center
}

@media screen and (min-width:768px) {
    .newsInformation .mobile {
        display: none
    }
}

@media screen and (max-width:768px) {
    .newsInformation .mobile {
        display: block
    }
}

.newsInformation .mobile {
    padding: 10px 0px;
    background-color: #233647
}

.newsInformation .mobile p {
    line-height: 30px;
    padding: 0px 6px
}

.newsInformation .mobile p span {
    font-size: 12px;
    color: #ffffff
}

.newsInformation .mobile p span.active {
    color: #00c9a1
}

.product {
    padding: 20px 0px 0px
}

.product .title {
    max-width: 1200px;
    margin: 0 auto
}

.product .title p {
    text-align: center
}

@media screen and (min-width:768px) {
    .product .title p img {
        width: 372px
    }
}

@media screen and (max-width:768px) {
    .product .title p img {
        width: 85%
    }
}

@media screen and (min-width:768px) {
    .product .title p:nth-child(1) span {
        color: #233647;
        font-size: 35px;
        font-weight: bold
    }
}

@media screen and (max-width:768px) {
    .product .title p:nth-child(1) span {
        color: #233647;
        font-size: 16px;
        font-weight: bold
    }
}

@media screen and (min-width:768px) {
    .product .title p:nth-child(3) span {
        color: #888;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .product .title p:nth-child(3) span {
        color: #888;
        font-size: 12px
    }
}

.product .content {
    max-width: 1200px;
    margin: 50px auto
}

@media screen and (min-width:768px) {
    .product .content {
        margin-bottom: 50px
    }
}

@media screen and (max-width:768px) {
    .product .content {
        margin-bottom: 0px
    }
}

@media screen and (min-width:768px) {
    .product .content .pc {
        display: block
    }
    .product .content .pc ul {
        margin-top: 150px;
        display: flex;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        justify-content: space-between
    }
    .product .content .pc ul li {
        font-size: 0;
        position: relative;
        display: none
    }
    .product .content .pc ul li a {
        width: 100%;
        height: 100%;
        display: block
    }
    .product .content .pc ul li a>p {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 15px
    }
    .product .content .pc ul li a .imgmask {
        width: 100%;
        height: 100%;
        background: rgba(102, 102, 102, 0.7);
        position: absolute;
        left: 0px;
        top: 0px;
        display: none
    }
    .product .content .pc ul li a .imgmask p {
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        margin-top: 200px
    }
    .product .content .pc ul li:hover .imgmask {
        display: block;
        animation: show 1s ease 0s;
        -webkit-animation: show 1s ease 0s;
        -moz-animation: show 1s ease 0s;
        -ms-animation: show 1s ease 0s;
        animation-fill-mode: forwards
    }
    .product .content .pc ul li:hover img {
        animation: show 1s ease 0s;
        -webkit-animation: show 1s ease 0s;
        -moz-animation: show 1s ease 0s;
        -ms-animation: show 1s ease 0s;
        animation-fill-mode: forwards
    }
    .product .content .pc ul li:nth-child(1) {
        transform: translateY(-100px);
        display: block
    }
    .product .content .pc ul li:nth-child(2) {
        transform: translateY(-50px);
        display: block
    }
    .product .content .pc ul li:nth-child(3) {
        transform: translateY(0);
        display: block
    }
    .product .content .pc ul li:nth-child(4) {
        transform: translateY(0);
        display: block
    }
    .product .content .pc ul li:nth-child(5) {
        transform: translateY(-50px);
        display: block
    }
    .product .content .pc ul li:nth-child(6) {
        transform: translateY(-100px);
        display: block
    }
}

@media screen and (max-width:768px) {
    .product .content .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .product .content .mobile {
        display: none
    }
}

@media screen and (max-width:768px) {
    .product .content .mobile {
        display: block;
        background-color: #ffffff
    }
    .product .content .mobile ul {
        display: flex;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }
    .product .content .mobile ul li {
        width: auto;
        min-width: 33%;
        height: auto;
        line-height: normal;
        position: relative;
        font-size: 0;
        margin: 0;
        margin-bottom: 30px;
        display: none
    }
    .product .content .mobile ul li a {
        font-size: 0
    }
    .product .content .mobile ul li a>p {
        width: 100%;
        font-size: 12px;
        position: absolute;
        left: 0px;
        bottom: 5px
    }
    .product .content .mobile ul li a img {
        width: auto;
        height: 242px
    }
    .product .content .mobile ul li a .imgmask {
        display: none
    }
    .product .content .mobile ul li:nth-child(1) {
        display: block
    }
    .product .content .mobile ul li:nth-child(2) {
        display: block
    }
    .product .content .mobile ul li:nth-child(3) {
        display: block
    }
    .product .content .mobile ul li:nth-child(4) {
        display: block
    }
    .product .content .mobile ul li:nth-child(5) {
        display: block
    }
    .product .content .mobile ul li:nth-child(6) {
        display: block
    }
}

.aboutUs {
    background: transparent url("../images/aboutUs.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

@media screen and (max-width:768px) {
    .aboutUs .content .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .aboutUs .content .pc {
        display: block
    }
}

.aboutUs .content .pc {
    height: 560px
}

.aboutUs .content .pc .pc_content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.aboutUs .content .pc .pc_content .neirong {
    width: 828px;
    height: 446px;
    padding: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 61px;
    background-color: #ffffff
}

.aboutUs .content .pc .pc_content .neirong .title p:nth-child(1) {
    font-size: 30px;
    color: #020202
}

.aboutUs .content .pc .pc_content .neirong .title p.summary {
    font-size: 15px;
    line-height: 35px;
    color: #5a5a5a;
    padding: 10px 0px
}

.aboutUs .content .pc .pc_content .neirong .title p.more {
    text-align: right;
    overflow: hidden
}

.aboutUs .content .pc .pc_content .neirong .title p.more a {
    width: 134px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    background-color: #00c9a1;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    float: right
}

@media screen and (max-width:768px) {
    .aboutUs .content .mobile {
        display: block
    }
}

@media screen and (min-width:768px) {
    .aboutUs .content .mobile {
        display: none
    }
}

.aboutUs .content .mobile {
    width: 90%;
    padding: 20px 0px;
    margin: 20px auto;
    background-color: transparent
}

.aboutUs .content .mobile .mobile_content {
    background-color: #ffffff
}

.aboutUs .content .mobile .mobile_content .neirong {
    padding: 10px;
    font-size: 0
}

.aboutUs .content .mobile .mobile_content .neirong .title p:nth-child(1) {
    font-size: 16px;
    color: #020202
}

.aboutUs .content .mobile .mobile_content .neirong .title p.summary {
    margin: 20px auto;
    line-height: 22px;
    font-size: 12px;
    color: #5a5a5a
}

.aboutUs .content .mobile .mobile_content .neirong .title p.more {
    font-size: 0;
    overflow: hidden
}

.aboutUs .content .mobile .mobile_content .neirong .title p.more a {
    width: 108px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: block;
    float: right;
    background-color: #00c9a1;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff
}

.newProduct {
    padding: 20px 0px 0px
}

.newProduct .title {
    font-size: 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .newProduct .title p:nth-child(1) span {
        font-size: 35px;
        font-weight: bold;
        color: #233647
    }
}

@media screen and (max-width:768px) {
    .newProduct .title p:nth-child(1) span {
        font-size: 16px;
        font-weight: bold;
        color: #233647
    }
}

@media screen and (min-width:768px) {
    .newProduct .title p:nth-child(2) img {
        width: 372px
    }
}

@media screen and (max-width:768px) {
    .newProduct .title p:nth-child(2) img {
        width: 85%
    }
}

@media screen and (min-width:768px) {
    .newProduct .title p:nth-child(3) span {
        color: #888;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .newProduct .title p:nth-child(3) span {
        color: #888;
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .newProduct .title p:nth-child(3) {
        padding: 0px 6px
    }
}

@media screen and (max-width:768px) {
    .newProduct .productContent .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .newProduct .productContent .pc {
        display: block
    }
}

.newProduct .productContent .pc {
    width: 1200px;
    margin: 0 auto
}

.newProduct .productContent .pc .pc_product ul {
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between;
    margin: 100px auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.newProduct .productContent .pc .pc_product ul li {
    width: 280px;
    font-size: 0;
    margin-bottom: 10px
}

.newProduct .productContent .pc .pc_product ul li div.img {
    overflow: hidden
}

.newProduct .productContent .pc .pc_product ul li div.img img {
    width: 100%
}

.newProduct .productContent .pc .pc_product ul li div.img:hover img {
    animation: show 1s ease 0s;
    -webkit-animation: show 1s ease 0s;
    -moz-animation: show 1s ease 0s;
    -ms-animation: show 1s ease 0s;
    animation-fill-mode: forwards
}

.newProduct .productContent .pc .pc_product ul li p {
    font-size: 15px;
    text-align: center;
    color: #5a5a5a;
    margin-top: 13px
}

@media screen and (max-width:768px) {
    .newProduct .productContent .phone {
        display: block
    }
    .newProduct .productContent .phone .phone_product ul li{width:46%;margin:0 1%}
    .newProduct .productContent .phone .phone_product ul li div.img img{width:100%;height:auto !important}
}

@media screen and (min-width:768px) {
    .newProduct .productContent .phone {
        display: none
    }
    
}

.newProduct .productContent .phone {
    background-color: #ffffff
}

.newProduct .productContent .phone .phone_product ul {
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 25px auto
}

.newProduct .productContent .phone .phone_product ul li {
    max-width: 50%;
    height: auto;
    font-size: 0;
    margin-bottom: 8px
}

.newProduct .productContent .phone .phone_product ul li div.img {
    overflow: hidden
}

.newProduct .productContent .phone .phone_product ul li div.img img {
    height: 204px;
    margin-bottom: 8px
}

.newProduct .productContent .phone .phone_product ul li p {
    font-size: 12px;
    color: #5a5a5a;
    text-align: center
}

.advantage {
    /*background: transparent url("../images/advantagebg.jpg") no-repeat;*/
    background-size: 100% 100%;
    background-position: 0 0
}

@media screen and (max-width:768px) {
    .advantage .inner .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .advantage .inner .pc {
        display: block
    }
}

.advantage .inner .pc {
    padding: 78.5px 0
}

.advantage .inner .pc .pc_advantage {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto
}

.advantage .inner .pc .pc_advantage>div {
    width: 400px
}

.advantage .inner .pc .pc_advantage>div .item {
    width: 400px;
    height: 236px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ffffff
}

.advantage .inner .pc .pc_advantage div.fl .item {
    border-right: none
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) {
    border-left: none;
    border-top: none;
    border-bottom: none
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p {
    height: 118px;
    line-height: 118px;
    line-height: normal;
    text-align: center
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p span {
    color: #ffffff;
    font-size: 26px
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p:nth-child(1) {
    height: 118px;
    line-height: 118px;
    line-height: 150px;
    text-align: center
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p:nth-child(1) span {
    color: #22caaa;
    font-size: 36px
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p {
    padding: 0px 45px
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p.title {
    font-size: 18px;
    color: #ffffff;
    margin: 50px auto;
    margin-bottom: 25px
}

.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(1) {
    border-bottom: none;
    font-size: 0
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(1) img {
    width: 100%;
    height: 100%
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) {
    background-color: #00c9a1;
    border-left: none
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p {
    padding: 0px 45px
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p.title {
    font-size: 18px;
    color: #ffffff;
    margin: 50px auto;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 50px
}

.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff
}

.advantage .inner .pc .pc_advantage div.center {
    margin: 0 auto
}

.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) {
    border-bottom: none;
    border-right: none
}

.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p {
    padding: 0px 45px
}

.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p.title {
    font-size: 18px;
    color: #ffffff;
    margin: 50px auto;
    margin-bottom: 25px
}

.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff
}

.advantage .inner .pc .pc_advantage div.center .item:nth-child(2) img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .advantage .inner .phone {
        display: block
    }
}

@media screen and (min-width:768px) {
    .advantage .inner .phone {
        display: none
    }
}

.advantage .inner .phone .phone_advantage {
    padding: 25px 0px
}

.advantage .inner .phone .phone_advantage .title p {
    text-align: center
}

.advantage .inner .phone .phone_advantage .title p span {
    font-weight: bold
}

.advantage .inner .phone .phone_advantage .title p:nth-child(1) span {
    font-size: 18px;
    color: #22caaa
}

.advantage .inner .phone .phone_advantage .title p:nth-child(2) {
    margin-top: 5px
}

.advantage .inner .phone .phone_advantage .title p:nth-child(2) span {
    font-size: 16px;
    color: #ffffff
}

.advantage .inner .phone .phone_advantage ul li {
    padding: 0px 6px;
    margin: 10px auto
}

.advantage .inner .phone .phone_advantage ul li .tips p {
    font-size: 12px;
    color: #ffffff
}

.advantage .inner .phone .phone_advantage ul li .tips p:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto
}

.advantage .inner .phone .phone_advantage ul li .tips p:nth-child(2) {
    line-height: 20px
}

.advantage .inner .phone .phone_advantage ul li .imgs {
    margin: 10px auto
}

.advantage .inner .phone .phone_advantage ul li .imgs img {
    max-width: 100%
}

.newsCenter {
    padding: 20px 0px 0px
}

.newsCenter .title {
    font-size: 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .newsCenter .title p:nth-child(1) span {
        font-size: 35px;
        font-weight: bold;
        color: #233647
    }
}

@media screen and (max-width:768px) {
    .newsCenter .title p:nth-child(1) span {
        font-size: 16px;
        font-weight: bold;
        color: #233647
    }
}

@media screen and (min-width:768px) {
    .newsCenter .title p:nth-child(2) img {
        width: 372px
    }
}

@media screen and (max-width:768px) {
    .newsCenter .title p:nth-child(2) img {
        width: 85%
    }
}

@media screen and (min-width:768px) {
    .newsCenter .title p:nth-child(3) span {
        color: #888;
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .newsCenter .title p:nth-child(3) span {
        color: #888;
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .newsCenter .title p:nth-child(3) {
        padding: 0px 6px
    }
}

@media screen and (max-width:768px) {
    .newsCenter .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .newsCenter .pc {
        display: block
    }
}

.newsCenter .pc .pc_news ul {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between
}

.newsCenter .pc .pc_news ul li {
    width: 376px
}

.newsCenter .pc .pc_news ul li div.img img {
    width: 100%
}

.newsCenter .pc .pc_news ul li p.title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-align: left;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.newsCenter .pc .pc_news ul li p.date {
    color: #666666;
    font-size: 15px;
    margin: 10px auto
}

.newsCenter .pc .pc_news ul li p.summary {
    color: #666666;
    font-size: 15px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .newsCenter .phone {
        display: block
    }
}

@media screen and (min-width:768px) {
    .newsCenter .phone {
        display: none
    }
}

.newsCenter .phone .phone_news ul {
    margin: 5px auto
}

.newsCenter .phone .phone_news ul li {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden
}

.newsCenter .phone .phone_news ul li p.title {
    background: url(../images/xing.png) no-repeat left center;
    padding-left: 20px;
    float: left;
    margin-left: 3px;
    height: 50px;
    line-height: 50px
}

.newsCenter .phone .phone_news ul li p.title a {
    font-size: 12px;
    color: #5a5a5a
}

.newsCenter .phone .phone_news ul li p.date {
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 3px;
    font-size: 12px;
    color: #929292
}

@media screen and (max-width:768px) {
    .displayCase .pc {
        display: none
    }
}

@media screen and (min-width:768px) {
    .displayCase .pc {
        display: block
    }
}

.displayCase .pc .pc_title .title {
    width: 100%;
    background-color: #233647
}

.displayCase .pc .pc_title .title .inner {
    height: 100px;
    width: 1200px;
    margin: 0 auto
}

.displayCase .pc .pc_title .title .inner .fl .img img {
    transform: translateY(-9px)
}

.displayCase .pc .pc_title .title .inner .fl .explain {
    height: 78px;
    overflow: hidden
}

.displayCase .pc .pc_title .title .inner .fl .explain .fl p {
    height: 65px;
    line-height: 65px;
    font-size: 26px;
    color: #ffffff
}

.displayCase .pc .pc_title .title .inner .fl .explain .fr {
    margin-left: 15px
}

.displayCase .pc .pc_title .title .inner .fl .explain .fr p {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #ffffff
}

.displayCase .pc .pc_title .title .inner .fr p a {
    font-size: 14px;
    color: #ffffff
}

.displayCase .pc .pc_title .title .inner .fr p a:hover {
    color: #00c9a1
}

.displayCase .pc .pc_title .title .inner>.fr {
    height: 100px;
    line-height: 100px
}

@media screen and (max-width:768px) {
    .displayCase .phone {
        display: block
    }
}

@media screen and (min-width:768px) {
    .displayCase .phone {
        display: none
    }
}

.displayCase .phone {
    margin: 20px auto
}

.displayCase .phone .phone_title .inner {
    padding: 0px 6px;
    height: 80px;
    background-color: #233647
}

.displayCase .phone .phone_title .inner .img img {
    transform: translateY(-9px)
}

.displayCase .phone .phone_title .inner .explain {
    overflow: hidden
}

.displayCase .phone .phone_title .inner .explain .fl p {
    color: #ffffff
}

.displayCase .phone .phone_title .inner .explain .fl:nth-child(1) {
    height: 35px;
    line-height: 35px;
    margin-right: 10px
}

.displayCase .phone .phone_title .inner .explain .fl:nth-child(1) p {
    font-size: 16px;
    font-weight: bold
}

.displayCase .phone .phone_title .inner .explain .fl:nth-child(2) p {
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.displayCase .caseContent {
    overflow: hidden
}

@media screen and (min-width:768px) {
    .displayCase .caseContent {
        width: 1200px
    }
}

@media screen and (max-width:768px) {
    .displayCase .caseContent {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .displayCase .caseContent {
        margin: 50px auto
    }
}

@media screen and (max-width:768px) {
    .displayCase .caseContent {
        margin: 20px auto
    }
}

@media screen and (max-width:768px) {
    .displayCase .caseContent .pc_content {
        display: none
    }
}

@media screen and (min-width:768px) {
    .displayCase .caseContent .pc_content {
        display: block
    }
}

.displayCase .caseContent .pc_content {
    overflow: hidden
}

.displayCase .caseContent .pc_content .scrolla {
    width: 1200px;
    overflow: hidden;
    display: flex
}

.displayCase .caseContent .pc_content .scrolla .demoa {
    display: flex
}

.displayCase .caseContent .pc_content .scrolla .demoa .case {
    padding: 0px 12px;
    width: 318px;
    float: left
}

.displayCase .caseContent .pc_content .scrolla .demoa .case a {
    width: 100%;
    height: 100%;
    display: block
}

.displayCase .caseContent .pc_content .scrolla .demoa .case a img {
    width: 100%
}

.displayCase .caseContent .pc_content .scrolla .demoa .case a p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

.displayCase .caseContent .pc_content .scrolla .demob {
    display: flex
}

.displayCase .caseContent .pc_content .scrolla .demob .case {
    padding: 0px 12px;
    width: 318px;
    float: left
}

.displayCase .caseContent .pc_content .scrolla .demob .case img {
    width: 100%
}

.displayCase .caseContent .pc_content .scrolla .demob .case p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

.displayCase .caseContent .pc_content .scrollb {
    display: flex
}

.displayCase .caseContent .pc_content .scrollb ul {
    display: flex
}

.displayCase .caseContent .pc_content .scrollb ul li {
    padding: 0px 12px;
    width: 318px;
    float: left
}

.displayCase .caseContent .pc_content .scrollb ul li img {
    width: 100%
}

.displayCase .caseContent .pc_content .scrollb ul li p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

@media screen and (max-width:768px) {
    .displayCase .caseContent .phone {
        display: block
    }
}

@media screen and (min-width:768px) {
    .displayCase .caseContent .phone {
        display: none
    }
}

.displayCase .caseContent .phone {
    width: 100%
}

.displayCase .caseContent .phone .phone_content .scrolla {
    width: 100%;
    overflow: hidden;
    display: flex
}

.displayCase .caseContent .phone .phone_content .scrolla .demoa {
    display: flex
}

.displayCase .caseContent .phone .phone_content .scrolla .demoa .case {
    padding: 0px 12px;
    width: 150px;
    float: left
}

.displayCase .caseContent .phone .phone_content .scrolla .demoa .case a {
    width: 100%;
    height: 100%;
    display: block
}

.displayCase .caseContent .phone .phone_content .scrolla .demoa .case a img {
    width: 100%
}

.displayCase .caseContent .phone .phone_content .scrolla .demoa .case a p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

.displayCase .caseContent .phone .phone_content .scrolla .demob {
    display: flex
}

.displayCase .caseContent .phone .phone_content .scrolla .demob .case {
    padding: 0px 12px;
    width: 150px;
    float: left
}

.displayCase .caseContent .phone .phone_content .scrolla .demob .case img {
    width: 100%
}

.displayCase .caseContent .phone .phone_content .scrolla .demob .case p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

/*# sourceMappingURL=./index.css.map */
.newsInformation a {
    color:#fff;
}