body {
    background-color: #F8FAFF;
}
.banner{height: 1080px;width: 100%;color:#fff;}
.banner .swiper-container {width: 100%;height: 100%;}
.banner .swiper-slide {align-items: center;background-repeat:no-repeat;background-size:cover;background-position: center;width:100%;height:100%;
display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;overflow: hidden;}
.banner .swiper-slide .wrap{position: relative;z-index: 9;}
.banner .swiper-slide h2{ 
    color:#fff; opacity: 0;transform: translateX(100px);transition: 1s .6s;
    font-size: 50px;
    margin-bottom: 20px;text-align: center;
}
.banner .swiper-slide p{ 
    color:#fff; opacity: 0;transform: translateX(100px);transition: 1s .7s;
    text-align: center;
    font-size: 22px;
    max-width: 60%;
}
.banner .swiper-slide h3{ 
    color:#fff; opacity: 0;transform: translateX(100px);transition: 1s .8s;
    font-size: 20px;
    margin-bottom: 50px;text-align: center;
    font-weight: normal;
}
.banner .more{transition: 1s 1.2s;opacity: 0;transform: translateY(50px);}
.banner .swiper-slide-active h2,.banner .swiper-slide-active p,.banner .swiper-slide-active h3{opacity: 1;transform: translateX(0);}
.banner .swiper-slide-active .more{opacity: 1;transform: translateY(0);}
.banner.b2 h2{animation: fiu 2.2s forwards;transform: translateX(20px);font-size: 42px;font-weight: 500;opacity: 1;}
.banner.b2 p{display:block;animation: fiu 2.6s  forwards;transform: translateX(20px);font-size: 14px;margin-top: 20px;opacity: 1;}
.banner.b2{background-repeat: no-repeat;background-size:auto 115%;background-position: center;animation: bgx 2.6s .15s forwards;}
.bannerbg{display: none;z-index: 0;}
.swiper-pagination-bullet {
    width: 70px;
    height: 6px;
    background-color: rgba(255,255,255,.4);
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(255,255,255);
}
.swiper-pagination {
    margin-bottom: 20px;
}
@keyframes bgx
{
    from {background-size:auto 115%;}
    to {background-size:auto 110%;}
}
@keyframes bgfd
{
    from {transform: scale(1.03);}
    to {transform: scale(1);}
}
@keyframes fiu
{
    from {transform: translateX(20px);opacity: 1;}
    to {transform: translateX(0);opacity: 1}
}
@media screen and (max-width:998px) {
    .banner {
        height: 211px;
    }
    .banner .swiper-slide h2{ 
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .banner .swiper-slide p{ 
        font-size: 14px;
        max-width: 98%;
    }
    .banner .swiper-slide h3{ 
        font-size: 14px;
        margin-bottom: 10px;
    }
    .swiper-pagination-bullet {
        display: none;
        /* width: 40px;
        height: 4px;
        background-color: rgba(255,255,255,.4);
        border-radius: 0; */
    }
    /* .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: rgba(255,255,255);
    }
    .swiper-pagination {
        margin-bottom: 10px;
    } */
}
@media screen and (max-width:750px) {
    .banner .warp {
        padding: 0 15px;
    }
}


.index-title .title-c {
    color: #6FC000;
    font-size: 42px;
}
.index-title .title-sub {
    color: #999999;
    font-size: 20px;
    margin-top: 4px;
}
.index-title::after {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    background-color: #6FC000;
    margin-top: 15px;
}
.index-title.center {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.index-title.center::after {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:750px) {
    .index-title.center {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .index-title .title-c {
        font-size: 22px;
    }
    .index-title .title-sub {
        font-size: 16px;
    }
    .index-title::after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background-color: #6FC000;
        margin-top: 10px;
    }
}


/* 个人简介 */
.about {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 75px;
    position: relative;
}
.about .bg {
    height: 385px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.about .w1200 {
    position: relative;
}
.about-img {
    width: 48%;
}
.about-img img {
    width: 100%;
}
.about-content {
    width: 45%;
}
.about-info {
    text-align: justify;
    line-height: 26px;
    margin-top: 82px;
    margin-bottom: 44px;
    overflow : hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 7;
  	-webkit-box-orient: vertical;
}
.about-info2 {
    text-align: justify;
    line-height: 26px;
    margin-top: 70px;
}
.about-more {
    display: block;
    width: 158px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #6FC000;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
}
.about-more.center {
    margin: 0 auto;
}
.m-about-more {
    display: none;
}
@media screen and (max-width:1200px) {
    .about-img {
        width: 100%;
        margin-top: 30px;
    }
    .about-content {
        width: 100%;
    }
    .about-body {
        padding-top: 50px;
    }
    .pc-about-more {
        display: none;
    }
    .m-about-more {
        display: block;
        float: left;
    }
}
@media screen and (max-width:750px) {
    .about {
        margin-top: 50px;
        padding: 0;
    }
    .about-info {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .about-more {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .about-img {
        margin-top: 0;
        margin-bottom: 30px;
    }
}


/* 作品展示 */
.pro-list {
    width: 100%;
    background: url(https://cybiot.cn/cysw/static/img/pro-bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 75px;
}
.pro-list .item {
    float: left;
    width: 480px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 30px;
}
.pro-list .item:nth-child(3n+3) {
    margin-right: 0;
}
.pro-list .img {
    width: 100%;
    height: 320px;
}
.pro-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-content {
    margin-bottom: 20px;
}
@media screen and (max-width:1540px) {
    .pro-content {
        width: 100%;
    }
    .pro-content .item {
        width: 32.33333%;
        margin-right: 0.5%;
    }
}
@media screen and (max-width:750px) {
    .pro-content {
        padding: 0 20px;
    }
    .pro-content .item {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* 新闻中心 */
.index_news {
    background: url(../image/index-news-bg.png) 0 0 / 100% no-repeat fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
}
@media screen and (max-width: 1310px) {
    .index_news { 
        background-size: cover;
        background-position: center;
    }
}
.index_news .ab_txt_contain {
    /* width: 80%; */
    margin: 0 auto;
    overflow: hidden;
    /* padding: 70px 0; */
    text-align: center;
    max-width: 1500px;
}
.jevr {
    width: 100%;
    margin: 0px 0 60px 0;
}
.jevr .left {
    float: left;
    width: 45%;
}
.jevr .right {
    float: right;
    width: 50%;
}
.listns {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.listns .l {
    float: left;
    width: 90px;
    color: #333333;
    position: relative;
    text-align: right;
}
.listns .r {
    float: right;
    width: 80%;
    text-align: left;
}
.listns .l span {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.listns .l p {
    font-size: 18px;
}
.listns .l:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 20px;
    background: #333333;
    top: 8px;
    right: -21px;
}
.listns .r p {
    font-size: 14px;
}
.listns .r p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-top: 3px;
}
.listns .r span {
    font-size: 16px;
    color: #999999;
    display: block;
    line-height: 30px;
    margin-top: 10px;
    height: 60px;
    display: block;
}
.jevr .right .listns {
    margin-bottom: 50px;
    border-bottom: 1px solid #E6E9F0;
}
.fect img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
    transition: all .5s;
}
.jevr .right::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #fff;
}
.jevr .right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 10px 6px 0 #aaaaaa;
}
.jevr .right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0px 0 0px #aaaaaa;
    border-radius: 10px;
}
@media screen and (max-width: 1310px) {
    .listns .l {
        width: 50px;
    }
    .listns .l span {
        font-size: 16px;
    }
    .listns .l p {
        font-size: 12px;
    }
    .listns .l:after {
        width: 1px;
        height: 12px;
        background: #000;
        top: 3px;
        right: -7px;
    }
    /* .listns .r span {
        font-size: 12px;
        line-height: 20px;
    } */
}
@media screen and (max-width: 1600px) {
    .listns .l {
        width: 60px;
    }
    .listns .r {
        width: 85%;
    }
    .listns .l span {
        font-size: 20px;
    }
    .listns .l p {
        font-size: 14px;
    }
    .listns .l:after {
        width: 2px;
        height: 16px;
        background: #000;
        top: 3px;
        right: -8px;
    }
    .listns .r p {
        /* font-size: 16px; */
    }
    /* .listns .r span {
        font-size: 14px;
        line-height: 20px;
    } */
    .jevr .right .listns {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:970px){ 
    .index_news .ab_txt_contain {
        padding: 10px 10px;
        width: auto;
    }
    .jevr {
        margin: 20px 0 0 0;
    }
    .jevr .left {
        float: none;
        width: 100%;
    }
    .jevr .right {
        float: none;
        width: 100%;
    }
    .listns .l span {
        font-size: 14px;
    }
    .listns .l {
        width: 42px;
    }
    .listns .l:after {
        width: 1px;
        height: 12px;
        background: #000;
        top: 1px;
        right: -7px;
    }
    .listns .r p {
        font-size: 14px;
        margin-top: 0;
    }
    .jevr .right{
        height: auto !important;
    }
    .jevr .left .listns {
        margin-bottom: 10px;
    }
    .jevr .left .listns .r {
        border-bottom: 1px solid #c7e6d2;
        padding: 0 0 40px 0;
    }
    .jevr .left .listns .r {
        padding: 0 0 10px 0;
    }
}


/* 联系我们 */
.input-box {
    width: 48.6%;
    margin-bottom: 50px;
    position: relative;
}
.input-box input {
    width: 100%;
    height: 51px;
    border-radius: 4px;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    padding: 0;
    padding: 0 15px;
}
.input-box .name {
    font-size: 18px;
    color: #333333;
    margin-right: 4px;
    margin-bottom: 15px;
}
.input-box img {
    width: 8px;
    height: 18px;
    vertical-align: bottom;
}
.lx-submit {
    margin: 0 auto;
    margin-top: 25px;
    width: 400px;
    height: 54px;
    color: #fff;
    background-color: #6FC000;
    font-size: 18px;
    border: 0;
    border-radius: 6px;
    display: block;
    cursor: pointer;
}

label.error {
    color: #FF4A4A;
    position: absolute;
    font-size: 12px;
    bottom: -18px;
    left: 0;
    right: 0;
}
@media screen and (max-width:998px) {
    .input-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .lx-submit {
        width: 100%;
    }
}

/* 个人简介详情页 */
.intro {
    height: 450px;
    text-align: center;
    padding-top: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.intro-title {
    font-size: 45px;
    margin-bottom: 30px;
}
.intro-title-sub {
    font-size: 48px;
}
.about-body {
    padding-top: 105px;
    background-color: #fff;
}
@media screen and (max-width: 998px) {
    .about-body {
        padding-top: 0;
    }
}
@media screen and (max-width:750px) {
    .intro {
        height: 250px;
        padding-top: 60px;
    }
    .intro-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .intro-title-sub {
        font-size: 28px;
    }
    .about-body {
        padding-top: 50px;
    }
}

/* 新闻列表 */
.newslist {
    padding-bottom: 120px;
}
.newsbox{padding:40px 0px;border-bottom: 1px solid #EEEEEE;}
.newsbox .time{width: 102px;height: 180px; border-right: 1px solid #EEEEEE;}
.newsbox .time .day{font-size: 50px;color:#6FC000;font-weight: bold; padding-top: 32px;padding-bottom: 14px;}
.newsbox .time .year{font-size: 17px;color:#666666;}
.newsbox .newsxx{width: calc(100% - 437px);padding: 0 65px 0 40px;}
.newsbox .newsxx .news-h{display: block; font-size: 22px;font-weight: bold;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsbox .newsxx p{font-size: 16px;color:#333;line-height: 30px;height: 60px;overflow: hidden;margin:15px 0;}
.newsbox .newsxx .btn{ display: block;height: 38px;width: 92px;}
.newsbox .newsxx .btn img {
    width: 100%;
}
.newsbox .imgbox{width: 335px;height: 192px;border-radius: 4px;overflow: hidden;}
.newsbox .imgbox img{width: 100%;height: 100%;}
@media screen and (max-width: 998px) {
    .newsbox{padding:20px 0;position: relative;}
    .newsbox .time{height: 135px;width: 70px;}
    .newsbox .time .day{font-size: 35px;}
    .newsbox .time .year{font-size: 15px;}
    .newsbox .newsxx{width:calc(100% - 70px);padding:0;padding-left: 20px;}
    .newsbox .imgbox{display: none;}
    .newsbox .newsxx .news-h{font-size: 18px;}
    .newsbox .newsxx p{font-size: 15px;margin:5px 0;}
    .newsbox .newsxx .btn{ width: 70px; margin-top: 10px;}
}

/* 新闻资讯详情页 */
.news-title-box {
    padding-top: 86px;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.news-title {
    font-size: 40px;
    color: #333;
    padding-bottom: 30px;
}
.news-views {
    color: #666;
    font-size: 16px;
}
.news-views .views {
    margin-left: 15px;
}
.fanye {
    padding-top: 60px;
    padding-bottom: 118px;
    color: #333333;
    font-size: 16px;
}
.fanye .disabled, .fanye .disabled a {
    color: #999;
}
.fanye a {
    color: #333333;
}
.fanye img {
    width: 20px;
    vertical-align: middle;
}
.fanye-pre img {
    margin-right: 8px;
}
.fanye-next img {
    margin-left: 8px;
}
.fanye-yd {
    display: none;
}
@media screen and (max-width: 750px) {
    .news-title {
        font-size: 22px;
    }
    .fanye-pc {
        display: none;
    }
    img.fanye-yd {
        display: inline-block;
        margin-left: 0;
        margin-right: 8px;
    }
    .fanye-next {
        float: left;
        margin-top: 10px;
    }
}

/* 产品列表 */
.pro-modal {
    padding-top: 90px;
    padding-bottom: 120px;
}
.pro-modal .pro-list {
    padding-bottom: 0;
}
.pro-modal .pro-content {
    margin-bottom: 0;
}
.pro-modal .page-box {
    padding-top: 0;
}


/* 文章详情 */
.article-title {
    color: #1E3466;
    font-size: 40px;
    margin: 86px auto 50px;
    text-align: center;
}
.prodetail-art {
    padding-bottom: 118px;
}
.article-content img, .article-content video {
    max-width: 100%;
}
@media screen and (max-width: 998px) {
    .article-title {
        font-size: 30px;
        margin: 43px 0 25px;
    }
}

/* 联系我们 */
.map-box {
    background-color: #fff;
    padding: 90px 0 75px 0;
}
.map-company {
    width: 54%;
}
#map {
    width: 46%;
    height: 650px;
}
.company-title {
    height: 120px;
    line-height: 120px;
    background: #6FC000;
    border-radius: 0px 12px 0px 0px;
    color: #fff;
    font-size: 26px;
    padding-left: 50px;
}
.company-item {
    height: 64px;
    line-height: 64px;
    border: 1px solid #EEEEEE;
    margin-bottom: 16px;
    font-size: 16px;
    padding-left: 77px;
    background-size: 20px 20px;
    background-position: 32px 22px;
    background-repeat: no-repeat;
}
.company-item.area {
    background-image: url(../image/contact-area.png);
}
.company-item.iphone {
    background-image: url(../image/contact-iphone.png);
}
.company-item.email {
    background-image: url(../image/contact-email.png);
}
.company-item.img {
    height: 163px;
    background-image: url(../image/contact-code1.png);
}
.company-item img {
    width: 120px;
    vertical-align: top;
    position: relative;
    top: 15px;
}
.company-content {
    height: 530px;
    padding: 43px 60px 0 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.lx-title {
    margin-top: 75px;
    margin-bottom: 55px;
}
.lx-title span {
    color: #333333;
}
.lx-form {
    padding-bottom: 120px;
}
.lx-form .input-box input {
    background: none;
}
@media screen and (max-width: 998px) {
    .company-title {
        height: 80px;
        line-height: 80px;
        border-radius: 12px 12px 0px 0px;
        font-size: 20px;
        padding-left: 40px;
    }
    .map-company {
        float: none;
        width: 100%;
    }
    .company-item {
        padding-left: 50px;
        height: auto;
        line-height: normal;
        background-position: 16px 12px;
        padding: 10px 10px 10px 50px;
    }
    .company-item img {
        top: 0;
    }
    .company-content {
        border-left: 1px solid #eee;
        margin-bottom: 15px;
        padding: 33px 15px 30px;
        height: auto;
    }
    #map {
        float: none;
        width: 100%;
        height: 350px;
    }
}

/* 荣誉资质 */
.honor-title {
    color: #333333;
}
.honor-img-wrap {
    margin: 0 auto;
    width: 825px;
    max-width: 100%;
    text-align: center;
}
.honor-img {
    /* width: 100%; */
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 998px) {
    .honor-img-wrap {
        padding: 0 12px;
    }
}