
/*盲潞搂氓鈥溌伱ぢ嘎ヂ科�*/
li{
    list-style: none;
}

p{
    margin: 0;
}
.in-pro {
    background: url(//cdn.myxypt.com/bbc6bc17/21/11/c3cc847f968f34d1e21d6fd82ec3feed908b19eb.jpg) repeat;
    padding: 6vh 0;
}

.x-title {
    color: #333;
    font-size: 36px;
    line-height: 2;
    text-align: center;
}

.x-title p {
    color: #888;
    font-size: 18px;
    line-height: 1.5;
}

.in-pro .content {
    padding: 5vh 0 0;
}

.list .owl-carousel {
    position: relative;
}

.pp-list .owl-carousel .banner-item a {
    display: block;
}

.pp-list .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.pp-list .owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.pp-list .owl-carousel .owl-nav button.owl-prev,
.pp-list .owl-carousel .owl-nav button.owl-next {
    outline: none;
    background: #fff;
    position: absolute;
    top: 50%;
    z-index: 9999;
    border: 1px solid #f2f2f2;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pp-list .owl-carousel .owl-nav button.owl-prev:hover,
.pp-list .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
}

.pp-list .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.pp-list .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: 0px -180px;
}

.pp-list .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: 0px -480px;
}

.pp-list .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
    display: none;
}

.pp-list li {
    margin: 0 10px;
    position: relative;
}

.pp-list li .tm {
    background: url(//cdn.myxypt.com/bbc6bc17/21/11/567fd66d3ebadc8c680156502ac2d003ff01f837.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px
}

.pp-list li .tm .ddnn {
    position: absolute;
    bottom: 0px;
    width: 80%;
    left: 10%;
    overflow: hidden;
    transition: all .3s;
}

.pp-list li .tm .ddnn h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    margin: 0 auto;
    line-height: 30px;
}

.pp-list li .tm .ddnn span {
    color: #c5c4c3;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
      margin-top: 10px
}

.pp-list li .mm1 {
    width: 90px;
    line-height: 26px;
    border-radius: 20px;
    background: #085fa8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 26px;
    margin-top: 10px;
    opacity: 0;
     transition: all .3s;
}

.pp-list li:hover .mm1{
    opacity:1;
}

.pp-list li .tm .ddnn {
    /* height: 44px; */
    transition-duration: .5s;
}

.pp-list li:hover .tm .ddnn{

transform: translateY(-30px);
}

@media (max-width: 1024px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 20px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }
    .pp-list li .tm .ddnn span {
        color: #c5c4c3;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }
    .pp-list li .tm .ddnn span {
        color: #c5c4c3;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}



/*盲录聛盲赂拧盲录藴氓艩驴*/

.advanbox {
    background: url(//cdn.myxypt.com/bbc6bc17/21/12/3b93b1c8f4aad3f4c909ebb7ba21ef8c16fe7b1e.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 4vh 0 6vh;
    text-align: center;
}

.advan-list {
    margin-top: 5vh;
}

.advan-list li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 4vh 10%;
    position: relative;
    height: 350px;
    cursor: pointer;
}

.advan-list li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #085fa8;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.advan-list li:hover a:after {
    left: 0;
    width: 100%
}

.advan-list li h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 2.5vh 0;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover h3 {
    top: -100px;
    color: #fff;
}

.advan-list li .intro {
    color: #666;
    font-size: 15px;
    line-height: 2;
    height: 90px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover .intro {
    top: -100px;
    color: #fff;
    height: 180px;
}



/*氓聬藛盲陆艙忙隆藛盲戮鈥�*/

.case_index {
    padding: 6vh 0 7vh;
}

.case-list {
    margin-top: 4.5vh;
}
.case-list .casett {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 10px;
}

.case-list .casett a {
    position: relative;
    display: block;
}

.case-list .casett .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-list .casett img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.case-list .casett:hover img {
  
}

.case-list .casett .text {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 0;
    text-align: center;
}

.case-list .casett .text2 {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 20px;
    background: #085fa8;
    transition: all 0.5s;
    text-align: center;
}

.case-list .casett .text2 span {
    display: inline-block;
    width: 82px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 11px;
    margin-top: 2vh;
    font-size: 12px;
}

.case-list .casett:hover .text2 {
    bottom: 0;
}

.case_index .more {
    text-align: center;
    padding-top: 2vh;
}

.case_index .more a {
    width: 196px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #085fa8;
    line-height: 3;
    border-radius: 24px;
}



/*忙艙聧氓艩隆忙碌聛莽篓鈥�*/

.process {
    padding: 5vh 0 6vh;
     background: url(//cdn.myxypt.com/bbc6bc17/21/12/40494e003ecea6c7e874677b4a5c13eeafba7709.png);
    position: relative;
    width: 100%;
}

#J_dotLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.process-list {
    padding: 6vh 0;
}

.process-list li {
    width:16.28%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.process-list li img {
    max-width: 100%;
    height: auto;
    transition: all 0.7s;
}

.process-list li:hover img {
    -webkit-transform: rotate(45deg);
}

.process-list li p {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -55px;
}

.process-list li span {
    display: block;
    background: #085fa8;
    color: #fff;
    font-size: 16px;
    line-height: 110px;
    border-radius: 55px;
    transition: all .3s;
}

.process-list li:hover span {
    background-color: #085fa8
}

.process .more {
    text-align: center;
    font-size: 0;
}

.process .poc-num {
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-left: 55px;
    vertical-align: top;
}

.process .poc-num:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(//cdn.myxypt.com/bbc6bc17/21/11/7d275288671e474268f7b9acde03f205f0d34e66.png) no-repeat 50% 50% #085fa8;
    border-radius: 50%;
    content: "";
}

.process .poc-num span {
    font-size: 28px;
    font-weight: 600;
    font-family: arial;
}

.process .more a {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #085fa8;
    border-radius: 16px;
    margin-left: 2.5%;
    background-color: #f4f4f4;
}



/*氓鈥βヂ徛该偓盲禄鈥�*/

.x-about {
    padding: 8vh 0 5vh;
}

.about-left img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about-left img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.about-right .tit {
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    position: relative;
}

.about-right .tit span {
    color: #085fa8;
}

.about-right .en {
    font-size: 40px;
    font-weight: 600;
    color: rgba(51, 51, 51, .2);
    text-transform: uppercase;
}

.about-right .tit .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    opacity: 1;
}

.about-right .tit .more .img {
    width: 39px;
    height: 28px;
    overflow: hidden;
    transition: all .3s;
}

.about-right .tit .more:hover .img {
    background-position: 0 -28px !important;
}

.about-right {
    padding-left: 25px;
    padding-top: 3vh;
}

.about-cate {
    background: #f4f4f4;
    padding: 2.5vh 0;
    margin-top: 4vh;
}

.about-cate li {
    text-align: center;
}

.about-cate li a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 19px;
    transition: all .3s;
    float: left;
    margin-left: 3%;
}

.about-cate li span {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 38px;
    float: left;
    //margin-left: 7%;
}

.about-cate li:hover span {
    color: #085fa8
}

.about-cate li:hover a img {
 filter: invert(16%) sepia(96%) saturate(7384%) hue-rotate(198deg) brightness(93%) contrast(94%);
}

.about-right .intro {
    color: #333;
    font-size: 16px;
    line-height: 2.125;
    margin-top: 5vh;
}

@media (max-width: 1280px) {
    .about-right .intro {
        color: #333;
        font-size: 14px;
        line-height: 2.125;
        margin-top: 5vh;
        max-height: 150px;
        overflow: hidden;
    }
}


/*猫碌鈥灻绰嵚Ｃ€�*/

.honor {
    padding-bottom: 8vh;
}

.honor h2 {
    color: #333;
    font-size: 36px;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.honor h2:after {
    position: absolute;
    width: 6px;
    height: 34px;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background: #085fa8;
    content: "";
}

.honor-list {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 4vh;
}

.honor-item {
    padding: 0 18px;
}

.honor-item .img {
    border: 10px solid #c0c1c4;
    overflow: hidden;
}

.honor-item .img img {
    transition: all .5s ease;
}

.honor-item .img:hover img {
    transform: scale(1.1);
}

.honor-item h3 {
    color: #666;
    font-size: 16px;
    line-height: 3.75;
    background: #f4f4f4;
    text-align: center;
}

.honor-list .owl-item:hover h3 {
    background: #085fa8;
    color: #fff;
}

@media (max-width: 1024px) {
    .honor-item h3 {
        color: #666;
        font-size: 14px;
        line-height: 2.75;
        background: #f4f4f4;
        text-align: center;
        font-weight: 400;
    }
}



/*忙鈥撀懊┾€斅幻ぢ嘎ヂ科�*/

.x-news {
    background: url(//cdn.myxypt.com/bbc6bc17/21/11/199eac6f56a0ce70d90696edefa5cb7f96d92793.jpg) repeat;
    padding: 6vh 0 8vh;
}

.news-cate {
    text-align: center;
}

.news-cate a {
    display: inline-block;
    padding: 0 25px;
    color: #888;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.news-cate a:hover {
    color: #085fa8;
}

.news-cate a+a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "|";
}

.x-news .content {
    margin-top: 6vh;
}

.top-news li {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.top-news li img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top-news li img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.top-news li .text {
    background: #fff;
    padding: 2vh 5%;
}

.top-news li h3 {
    color: #333;
    font-size: 24px;
    line-height: 2;
    transition: all .3s;
    font-weight: 400;
}

.top-news li:hover h3 {
    color: #085fa8;
}

.top-news li .time {
    color: #666;
    font-size: 14px;
    line-height: 2;
}

.top-news li .intro {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-top: 2vh;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-scroll {
    margin-top: -7px;
    padding-left: 45px;
}

.news-scroll .slick-con {
    background: #fff;
    padding: 0 2%;
    margin: 7px 0;
    cursor: pointer;
}

.x-news .slick-vertical .slick-slide {
    border: none;
    outline: none;
}

.slick-con .time {
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.slick-con .time:after {
    position: absolute;
    right: 15%;
    top: 30px;
    font-size: 18px;
    content: "/";
}

.slick-con .time p {
    font-size: 48px;
    font-family: 'Arial';
}

.slick-con .text h3 {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    transition: all .3s;
    font-weight: 400;
}

.slick-con .text .intro {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.slick-con:hover .time,
.slick-con:hover .text h3 {
    color: #085fa8;
}

@media (max-width: 1024px) {
    .slick-con .text .intro {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
    }
    .top-news li h3 {
        color: #333;
        font-size: 20px;
        line-height: 2;
        transition: all .3s;
        font-weight: 400;
    }
}

@media (max-width: 992px) {
    .slick-con .time:after {
        position: absolute;
        right: 15%;
        top: 30px;
        font-size: 18px;
        content: "";
    }
}



/*  */
.foot-nav {
    width: 54%;
}

.foot-contact {
    width: 22%;
}

.foot-code {
    width: 22%;
}

.foot-code span {
    display: inline-block;
}

@media(max-width:1439px) {
    .pro-list li {
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }
    .pro-list {
        width: calc(100% - 328px);
    }
    .cate-list li {
        margin-bottom: 10px;
    }
    .cate-list li a {
        line-height: 2;
    }
}

@media (max-width: 1380px) {
    .pro-cate h2 {
        line-height: 2.6;
    }
    .pro-list li h3 {
        font-weight: 400;
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .x-menu>li {
        margin: 0 1vw;
    }
    .x-menu>li>a {
        font-size: 15px;
    }
    .x-sub-menu {
        top: 52px;
    }
}

@media(max-width:1024px) {
    .slick-con .text h3 {
        font-size: 20px;
    }
    .slick-con .time {
        font-size: 12px;
    }
    .about-cate {
        display: none;
    }
    .f-contact .f-num {
        font-size: 26px;
    }
}

@media (max-width: 768px) {


   
    .advan-list li {
        margin-bottom: 20px !important;
    }
    .news-scroll {
        padding-left: 15px;
    }
    .pro-cate {
        width: 240px;
    }
    .pro-cate h2 {
        padding-left: 80px;
        background: url(//cdn.myxypt.com/bbc6bc17/21/11/40ce093fc47db7578c8fd93b4b78a7bd9a64e54b.png) no-repeat 32px 50% #058e3e;
    }
    .pro-list {
        width: 61%;
    }
    .pro-list li {
        width: calc(49.33% - 30px);
    }
    .sjcode {
        display: none !important;
    }
    .foot-contact {
        width: 28%;
    }
    .foot-code {
        width: 13%;
    }
}

@media(max-width:1024px) {
    .process-list li .img {
        display: none;
    }
    .process-list li p {
        position: relative;
        top: 0;
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .foot-contact {
        width: 56%;
    }
    .foot-code {
        width: 28%;
        margin-top: 5%;
    }
    .x-title {
        font-size: 32px;
    }
    .f-contact {
        padding-left: 0;
    }
    .x-title p {
        font-size: 15px;
    }
    .pro-list {
        width: 100%;
    }
    .honor-item h3 {
        font-size: 14px;
    }
    .pro-list li {
        width: calc(49.99% - 30px);
    }
    .process-list li {
        width: 12.222%;
        margin: 0 3px;
    }
    .process-list li img {
        display: none;
    }
    .process-list li p {
        width: 100%;
        height: auto;
        position: static;
        left: auto;
        margin: 0;
        top: auto;
    }
    .process-list li span {
        line-height: 24px;
        font-size: 17px;
        padding: 10px 8px;
    }
    .honor-item {
        padding: 0 10px;
    }
    .pro-list ul {
        margin: 0 -5px;
    }
    .pro-list li {
        width: calc(48.68% - 5px);
        margin: 0 5px;
    }
    .in-pro {
        padding: 4vh 0;
    }
    .pro-list li h3 {
        font-size: 14px;
    }
    .case {
        padding-top: 4vh;
    }
    .case-list li {
        margin: 0;
    }
    .honor h2 {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    .process-list li {
        width: 12.5%;
        margin: 0 2px;
    }
    .news-cate a {
        font-size: 15px;
    }
    .top-news li h3 {
        font-size: 22px;
    }
    .honor {
        padding: 4vh;
    }
    .pro-list li {
        width: calc(49.11111% - 5px);
        margin: 0 4px;
    }
}


/*  */
.link {
    width: 290px;
    position: relative;
    margin-top: 20px
}

.link dd {
    position: absolute;
    bottom: 28px;
    left: 0;
    background: #fff;
    display: none;
}

.link dd a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #555555;
    width: 290px;
}

@media (max-width: 1024px) {
    .x-title {
        color: #333;
        font-size: 22px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 16px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -9px;
        background: #085fa8;
        content: "";
    }
    .link {
        display: none;
    }
}


@media (max-width: 992px) {
    .x-title {
        color: #333;
        font-size: 20px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 14px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -11px;
        background: #085fa8;
        content: "";
    }
}
#o_demo {
    overflow: hidden;
    margin: 0 auto;
}

#o_indemo {
    float: left;
    width: 800%
}

#o_demo1 {
    float: left;
}

#o_demo2 {
    float: left;
}






.bbsm{
    background-color: #fff;
    padding: 5px;
    position: fixed;
    z-index: 999;
    bottom: 10%;
    left: 27%;
    width: 46%;

   box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
   display: none
}


.bbsm h2{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-left: 17px;
    color: #333;
    line-height: 42px;
}
.bbsm h2 s1{
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 19px;
    margin-right: 14px;
    line-height: 30px;
}
.bbsm h3 img{
    width: 100%;
}
.bbsmon{
    animation: sm1 0.3s;
    animation-fill-mode: forwards;  
    
    display:block;
}



    @keyframes sm1 {   
      0% {
        transform: scale(0);
     
      }
      100% {
        transform: scale(1);
       
      }
    }


    