.web {
    display: block;
}

.wap {
    display: none;
}

/*banner*/
.banner-box {
    height: auto;
    overflow: hidden;
}

.banner-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    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;
    align-items: center;
}

.banner-box .swiper-pagination-bullet {
    background-color: #768891;
    opacity: 0.6
}

.banner-box .swiper-pagination-bullet-active {
    opacity: 1
}

/*首页内容*/
.index-title {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.index-title .title-cname {
    font-size: 46px;
}

.index-title .title-yname {
    font-size: 22px;
}

.index-title .title-yname span {
    position: relative;
}

.index-title .title-yname span::after, .index-title .title-yname span::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
}

.index-title .title-yname span::after {
    left: -25px;
}

.index-title .title-yname span::before {
    right: -25px;
}

/*产品样式*/
.index-product {
    padding: 40px 0;
}

.index-product .product-list {
    width: calc(25% - 20px);
    text-align: center;
    margin: 0 10px;
}

.index-product .product-name {
    font-size: 40px;
    font-weight: 600;
}

.index-product .product-cname {
    font-size: 24px;
    padding: 20px 0;
}

.index-product .more {
    font-size: 20px;
    color: #768891;
}

.index-product .more::after {
    content: '\e602';
    color: #768891;
}

.index-product .product-img {
    width: 100%;
    height: 291px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.index-product .product-img img {
    width: 100%;
}

/*解决方案*/
.index-progr {
    background-image: url("../images/66666.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-prog-box {
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.prog-tab {
    margin-bottom: 40px;
}

.tab-list {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
}

.tab-list.active {
    color: #58727f;
    position: relative;
}

.tab-list.active::after {
    content: '';
    width: 36px;
    height: 2px;
    background-color: #58727f;
    position: absolute;
    left: 40%;
    bottom: 0;
}

.prog-boxs {
    height: 610px;
    overflow: hidden;
}

.progSwiper {
    height: 100%;
}

.progs-list {
    display: inline-block;
}

.swiper-list {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.prog-info .prog-in {
    width: 62%;
    line-height: 40px;
    margin: 0 auto 80px auto;
}

.prog-left {
    display: inline-block;
}

.prog-right {
    width: 100%;
    flex-wrap: wrap;
}

.prog-list {
    width: 385px;
    height: 320px;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden; /*transition: all 2s;*/
}

.prog-list img {
    width: 100%;
    height: 100%;
}

.prog-left .prog-list {
    height: 660px;
    background-image: url("../images/prog1.jpg");
}

.prog-right .prog-list:nth-child(1) {
    background-image: url("../images/prog2.jpg");
}

.prog-right .prog-list:nth-child(2) {
    background-image: url("../images/prog3.jpg");
}

.prog-right .prog-list:nth-child(3) {
    background-image: url("../images/prog2.jpg");
}

.prog-right .prog-list:nth-child(4) {
    background-image: url("../images/prog3.jpg");
}

.prog-info {
    width: 100%;
    position: absolute;
    top: 13%;
    margin: 0 auto;
}

.prog-info, .prog-info a {
    text-align: center;
    color: #FFFFFF;
}

/*.prog-list:hover{*/ /*  background-size: 110% 110%;*/ /*}*/
.progs-list:hover .prog-info, .progs-list:hover .prog-info a {
    color: #768891;
}

.progs-list:hover .prog-info a {
    border: #768891 1px solid;
}

.prog-info .prog-name {
    font-size: 48px;
    margin-bottom: 60px;
}

.prog-info a {
    padding: 10px 20px;
    border: #FFFFFF 1px solid;
    border-radius: 40px;
}

/*.prog-info a::after {*//*    content: '\e602';*//*}*//*新闻*/
.index-news {
    background-color: #f4f4f4;
    padding-bottom: 40px;
}

.news-list .list-item {
    width: calc(25% - 40px);
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0 10px;
}

.news-list .list-item:last-child {
    margin-right: 0;
}

.news-list .list-item:first-child {
    margin-left: 0;
}

.news-list .list-item:hover {
    box-shadow: 0px 0px 29px 0px rgba(175, 175, 175, 0.35);
}

.news-list .list-item:hover .news-title, .news-list .list-item:hover i {
    color: #768891;
}

.news-list .list-item .news-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.news-list .list-item .news-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 5px 0;
}

.news-list .list-item .news-time {
    color: #999999;
    line-height: 24px;
}

.news-list .list-item .news-n {
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.news-list .list-item i {
    float: right;
    font-size: 24px;
    transform: rotate(180deg);
}

.index-news-bottom {
    margin: 30px 0;
    text-align: center;
    padding-top: 40px;
}

.index-news-bottom a {
    padding: 10px 20px;
    border: 1px solid #333333;
}

.index-news-bottom a:hover {
    border: 1px solid #768891;
    color: #768891;
}

.index-news-bottom a::after {
    content: '\e602';
}

/*合作伙伴*/
.partners-box {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.partners-box .part-item {
    width: calc(19% - 10px);
    border: #333333 1px solid;
    text-align: center;
    margin: 10px;
    overflow: hidden;
}

.partners-box .part-item:hover {
    border: #768891 1px solid;
}

/*关于我们*/
.aboutus-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    background-image: url("../images/about.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.aboutus-main {
    background: #F4F4F4;
    padding-bottom: 30px;
}

.banner-text-box {
    width: 62%;
    /*height: 57%;*/
    /*position: absolute;*/
    /*bottom: 10%;*/
    /*left: 0;*/
    /*right: 0;*/
    background: #FFFFFF;
    margin: auto;
    padding: 20px 0;
}

.text-item {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.text-img {
    width: 54px;
    height: 67px;
    display: inline-block;
    background-size: contain;
}

.text-item:nth-child(1) .text-img {
    background-image: url("../images/fa.png");
}

.text-item:nth-child(2) .text-img {
    background-image: url("../images/fnyf.png");
}

.text-item:nth-child(3) .text-img {
    background-image: url("../images/cptj.png");
}

.text-name {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
}

.text-link a {
    display: block;
    line-height: 35px;
}

.main-box {
    text-align: center;
    line-height: 30px;
    letter-spacing: 4px;
}

.main-nb {
    width: 100%;
    height: 500px;
    background-color: #333333;
    margin: 30px 0;
}

.aboutus-bottom-box {
    /*padding: 50px 0;*/
    background-color: #FFFFFF;
}

.aboutus-bottom {
    width: 100%;
    height: 400px;
    background-image: url("../images/aboutus-bt.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.aboutus-bottom a {
    color: #FFFFFF;
}

.aboutus {
    text-align: center;
    padding-top: 100px;
}

.aboutus .lxwm {
    font-size: 48px;
    font-weight: 700;
}

.aboutus .ndxq {
    font-size: 24px;
    padding: 20px 0;
}

.aboutus .mfget {
    display: inline-block;
    font-size: 15px;
    background-color: #768891;
    padding: 10px 20px;
}
.popbox{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 10000;
}
.frombox{
    width: 800px;
    margin: 68px auto 0;
    background-color: #FFFFFF;
    padding: 20px;
    text-align: left;
}
.from-top{
    font-size: 16px;
    padding-bottom: 10px;
}
.from-top .close{
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
}
.froms{
    height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
}
.form-group{
    padding: 10px 0;
}
.form-label{
    padding-bottom: 10px;
}
.froms input[type='text'],.froms textarea{
    width: calc(100% - 12px);
    background-color: #f8f8f8;
    line-height: 30px;
    padding: 5px;
    border: #f8f8f8 1px solid;
}

.froms input[type='text']:focus,.froms textarea:focus{
    border: #fe2c23 1px solid;
}
.froms input[type='radio']{
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: 5px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    appearance: none;/*清除默认样式*/
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
}
.radio-box{
    position: relative;
    display: inline-block;
}
.radio-box label {
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 2;
    /*注意层级关系，如果不把label层级设为最低，会遮挡住input而不能单选*/
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
}

.radio-box input:checked+label {
    background: #fe2c23;
    border: 1px solid #fe2c23;
}

.radio-box input:checked+label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}

.froms::-webkit-scrollbar
{
    width: 5px;
    height:10px;
    background-color:#b5b1b1;
}
.froms::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color:black;

}

.froms::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#b5b1b1;
}
.btn-info{
    width: 240px;
    background-color: #fe2c23;
    color: #FFFFFF;
    border: none;
    padding: 10px 0;
}
/*合作伙伴*/
.partners-banner {
    width: 100%;
    height: 600px;
    background-image: url("../images/banner-hzhb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-text {
    text-align: center;
    color: #FFFFFF;
    padding-top: 100px;
}

.banner-name {
    font-size: 64px;
    padding-bottom: 20px;
}

.partners1 {
    background-color: #F6F7F9;
    padding-bottom: 30px;
}

.banner-ai {
    font-size: 24px;
}

.main-box .main-n {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-indent: 40px;
    text-align: left;
}

.main-box .main-nr {
    padding: 30px 0;
}

.main-fays .index-title {
    margin: 30px 0;
}

.main-fays .main-nr {
    padding: 0 !important;
}

.fays-item:first-child {
    margin-top: 0;
}

.main-box .main-nr .nb-item .item-text {
    font-size: 24px;
    line-height: 36px;
}

.main-box .main-nr .nb-item .item-icon {
    width: 146px;
    height: 146px;
    padding: 10px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-nr .nb-item:nth-child(1) .item-icon {
    background-image: url("../images/4.png");
}

.main-nr .nb-item:nth-child(2) .item-icon {
    background-image: url("../images/3.png");
}

.main-nr .nb-item:nth-child(3) .item-icon {
    background-image: url("../images/1.png");
}

.main-nr .nb-item:nth-child(4) .item-icon {
    background-image: url("../images/2.png");
}

.partners2 .title-yname {
    padding: 30px 0;
}

.partners2 .title-item .item-big {
    font-size: 40px;
    font-weight: 400;
}

.partners-swiper {
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.partSwiper {
    display: flex;
}

.partners-left, .partners-right {
    position: absolute;
    top: 50%;
    font-size: 50px;
    z-index: 1000;
    color: #768891;
    cursor: pointer;
}

.partners-left {
    left: 0;
}

.partners-right {
    right: 0;
}

/*服务与支持*/
.service1 {
    background-color: #FFFFFF;
    background-image: url("../images/sp.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.service1 .main-box {
    width: 1200px;
    background-color: #F6F7F9;
    margin: 0 auto;
    padding: 40px;
}

.ser-zxitem {
    width: 47%;
    text-align: left;
    position: relative;
    /*padding-top: 50px;*/
    font-size: 20px;
}
.ser-zxitem:nth-child(1) {
    border-right: #CCCCCC 1px solid;
    text-align: center;
}
.ser-zxitem .ewmbox{
    width: 50%;
}
.ser-zxitem .ewmbox p{
    padding-bottom: 10px;
}
.ser-zxitem .ewmbox img{
    width: 113px;
    height: 113px;
    padding: 15px;
    background-color: #FFFFFF;
}
.ser-1 {
    font-weight: 400;
    padding-bottom: 30px;
}
.ser-2{
    font-size: 18px;
    color: #666666;
}
.ser-3 {
    padding-top: 10px;
    color: #768891;
}

.service2 {
    background-color: #F7F7F7;
    padding: 40px 0;
}

.service2-box {
    width: 1200px;
    margin: 0 auto;
}

.service2-box .pc-slide {
    width: 100%;
    margin: 0 auto;
}

.service2-box .view .swiper-container {
    width: 950px;
    height: 500px;
}

.service2-box .preview {
    width: 200px;
    position: relative;
}

.service2-box .preview .swiper-container {
    width: 100%;
}

.service2-box .preview .swiper-wrapper {
    flex-wrap: wrap;
}

.service2-box .preview .swiper-slide {
    width: 100%;
    height: 100px;
    cursor: pointer;
    margin-bottom: 33px;
}

.service2-box .swiper-slide a, .service2-box .swiper-slide video {
    width: 100%;
    height: 100%;
}

.service2-box .preview .active-nav img {
    padding: 0;
    border: 1px solid #768891;
}

.service3 {
    padding: 50px 0;
    background-image: url("../images/sev-bottom-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
}

.serv-box {
    width: 1200px !important;
    margin: auto;
}

.serv3-left {
    width: 340px;
    height: 590px;
}

.serv3-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    position: relative;
}

.serv3-item .serv3-title-box {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.serv3-item .serv3-title-box .serv3-name {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.serv3-item .serv3-title-box .serv3-addr {
    font-size: 16px;
}

.serv3-center .serv3-item, .serv3-right .serv3-item {
    height: 285px;
    margin-bottom: 20px;
}

.serv3-center {
    width: 470px;
}

.serv3-right {
    width: 340px;
}

.serv3-left .serv3-item {
    height: 100%;
    background-image: url("../images/serv31.png");
}

.serv3-center .serv3-item:nth-child(1) {
    background-image: url("../images/serv32.png");
}

.serv3-center .serv3-item:nth-child(2) {
    background-image: url("../images/serv34.png");
    margin-bottom: 0;
}

.serv3-right .serv3-item:nth-child(1) {
    background-image: url("../images/serv33.png");
}

.serv3-right .serv3-item:nth-child(2) {
    background-image: url("../images/serv35.png");
    margin-bottom: 0;
}

/*远程*/
.remote-banner {
    height: 400px;
    background-image: url("../images/remote-banner.png");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.remote-banner .banner-text {
    text-align: left;
}

.remote-banner .banner-text .banner-title {
    font-size: 36px;
    padding-bottom: 30px;
}

.remote-banner .banner-text .banner-nr {
    width: 40%;
    line-height: 30px;
}

.remote-tabbox {
    width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
}

.remote-tabbox .tab-item {
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-bottom: #FFFFFF 2px solid;
    margin: 0 40px;
}

.remote-tabbox .tab-item:hover {
    color: #768891;
    border-bottom: #768891 2px solid;
}

.remote-box .main-box {
    position: relative;
    overflow-y: auto;
}

.main-box .main-scorll {
    transition: all 1s;
}

.main-box .title-cname {
    font-size: 46px;
}

.main-hyxz, .main-fajg {
    background-color: #F6F7F9;
}

.main-nr {
    flex-wrap: wrap;
    text-align: left;
}

.hyxz-item {
    width: calc(45% - 0px);
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 64px;
    box-shadow: -5px -5px 11px 0 #fff, 4px 5px 13px 0 rgb(218 221 232 / 46%);
    border-radius: 6px;
    transition: all .3s ease;
}

.hyxz-item:hover { /*background-color: #FF0000;*/ /*color: #FFFFFF;*/
    transform: translateY(-10px);
    box-shadow: 0 20px 20px 0 rgb(37 60 126 / 15%);
}

.fays-item {
    margin: 40px 0;
}

.fays-item .item-img {
    width: 48%;
    height: 324px;
    overflow: hidden;
}

.fays-item .item-img img {
    width: 100%;
    height: 100%;
}

.fays-item .item-text {
    width: 46%;
    padding: 108px 40px;
}

.main-fajg .main-nr {
    background-color: #FFFFFF !important;
    padding: 40px;
}

.fajg-left {
    display: flex;
    width: 57%;
    height: auto;
    /*background-color: #EEEEEE; !*padding: 40px 0;*!*/
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.fajg-left .fajg-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.fajg-right {
    width: 39%;
}

.fajg-right .fajg-tit {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 13px;
}

.fajg-right .fajg-t-l {
    font-size: 16px;
    color: #646262;
    list-style-type: disc;
    margin-left: 18px;
    line-height: 30px;
}
.fajg-right .fajg-tit p {
    font-size: 12px;
    font-weight: 400;
    /*padding-left: 23px;*/
    line-height: 20px;
    color: #646262;
}
.fajg-right .fajg-tit br{
    display: none;
}
.prlist-item {
    width: 25%;
    margin-right: 20px;
}

.prlist-img {
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    overflow: hidden;
}

.prlist-img img {
    width: 100%;
    height: 100%;
}

.prlist-item .prlist-t {
    text-align: center !important;
    letter-spacing: 0;
}

.main-nbox {
    padding-bottom: 50px;
}

.yycj-item {
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    text-align: center;
}

.yycj-item .yycj-img {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.yycj-item .yycj-img img {
    width: 100%;
    height: 100%;
}

.yycj-t {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 85px;
    margin: 0 auto;
    color: #FFFFFF;
    border: #FFFFFF 2px solid;
    padding: 5px 20px;
    z-index: 100;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

/*产品*/
.product-banner {
    background-color: #000000;
    height: 800px;
    text-align: center;
}

.product-banimg {
    display: inline-block;
    width: 851px;
    height: 395px;
    margin: 80px auto;
}
.product-banimg img{
    width: auto;
    height: auto;
}
.product-banner .banner-text {
    padding-top: 0;
}

.product-banner .banner-title {
    font-size: 50px;
}

.product-banner .banner-nr {
    padding-top: 20px;
    font-size: 36px;
}

.main-box1 {
    height: 710px;
}

.main-box1 .main-left {
    width: 50%;
    height: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px;
    line-height: 710px;
    text-align: center;
}
.main-box1 .main-left>img{
    width: auto;
    height: auto;
}
.tit-name {
    font-size: 50px;
    font-weight: 700;
}

.tit-pname, .nr-tit-pname {
    font-size: 18px;
    padding: 10px 0;
}
.main-box1 .main-right {
    width: 67%;
}
.main-box1 .main-right .main-nr,.main-box1 .main-right .nr-item{
    align-items: start;
}

.main-nr {
    width: 100%;
}

.nr-item-cion {
    width: 74px;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.cion-jgsj {
    background-image: url("../images/jgsj.png");
}

.cion-qpm {
    background-image: url("../images/qpm.png");
}

.cion-fbl {
    background-image: url("../images/fbl.png");
}

.cion-sxt {
    background-image: url("../images/sxt.png");
}

.nr-item {
    width: calc(50% - 20px);
    padding-right: 20px;
    margin: 10px 0;
}
.nr-title{
    width: calc(100% - 74px);
}
.nr-tit-name {
    font-size: 32px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-box1 .main-right .nr-tit-pname{
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-boxs {
    height: 700px;
    background-color: #000000;
    color: #FFFFFF;
}

.main-box2, .main-box3 {
    text-align: center;
    position: relative;
}

.main-text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.main-box2 .main-text, .main-box3 .main-text {
    position: absolute;
    top: 94px;
    z-index: 100;
}

.main-box2 .nr-item {
    width: 23%;
    border-right: #FFFFFF 1px solid;
    padding-left: 30px;
}

.main-box2 .nr-item:last-child {
    border-right: none;
}

.cion-yzms {
    background-image: url("../images/yzms.png");
}

.cion-jkgl {
    background-image: url("../images/jkgl.png");
}

.cion-txl {
    background-image: url("../images/txl.png");
}

.main-box2 .main-bimg {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: absolute; /*left: 10%;*/
    bottom: 0;
}

.main-box3 .tit-pname {
    font-size: 30px;
}

.main-box3 .main-bimg {
    width: 100%;
    height: 100%;
    background-image: url("../images/prod3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-box4 .nr-item {
    width: 100%;
}

.main-box4 .nr-item-cion {
    width: 24px;
    height: 24px;
}

.cion-yy {
    background-image: url("../images/yy.png");
}

.cion-dy {
    background-image: url("../images/dy.png");
}

.cion-sbaj {
    background-image: url("../images/sbaj.png");
}

.cion-cm {
    background-image: url("../images/cm.png");
}

.cion-back {
    background-image: url("../images/back.png");
}

.cion-yl {
    background-image: url("../images/yl.png");
}

.main-box4 {
    display: block;
    position: relative;
}

.main-box4 .main-left {
    width: 40%;
    padding-left: 20%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
}

.main-box4 .nr-item {
    margin: 10px 0;
}

.main-box4 .main-bimg {
    width: 100%;
    height: 100%;
    background-image: url("../images/prod4.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-box5 {
    display: block;
    background-color: #0c0021;
    position: relative;
}

.main-box5 .main-right {
    width: 40%;
    position: absolute;
    right: 0px;
    top: 81px;
    z-index: 1000;
}

.main-box5 .main-right .nr-item {
    width: calc(100% - 30px);
}

.cion-xtgj {
    background-image: url("../images/xtgj.png");
}

.cion-sjkf {
    background-image: url("../images/sjkf.png");
}

.cion-cpu {
    background-image: url("../images/cpu.png");
}

.main-box5 .main-bimg {
    width: 100%;
    height: 100%;
    background-image: url("../images/prod5.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-box6 {
    height: 700px;
    background-color: #F2F2F2;
    color: #333333;
}

.main-box6 .main-left {
    width: 40%;
    /*padding-left: 20%;*/
}
.main-box6 .main-left .main-nr{
    align-items: start;
}
.main-box6 .main-left .main-title {
    margin-bottom: 10px;
}

.main-box6 .main-left .nr-item {
    width: 41%;
    margin: 5px 0;
}

.main-box6 .main-left .nr-tit-name {
    font-size: 20px;
}

.main-box6 .main-left .nr-tit-pname {
    font-size: 16px;
}

.main-box6 .main-bimg {
    width: 50%;
    height: 100%;
    background-image: url("../images/prod6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

/*新闻*/
.news-box {
    margin-bottom: 50px;
}

.news-list-box {
    margin-top: 50px;
}

.news-list-box .news-list {
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
}

.news-list-box .news-list .news-img {
    width: 325px;
    height: 185px;
    overflow: hidden;
}

.news-list-box .news-list .news-main {
    width: calc(100% - 365px);
    height: 143px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 20px 0 20px 40px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.news-list-box .news-list .news-main:hover {
    background: #FFFFFF;
    border: #768891 1px solid;
}

.news-list-box .news-list .news-main .news-tit {
    display: inline-block;
    width: 90%;
    font-size: 22px;
    margin-bottom: 10px;
    color: #1e1e1e;
}

.news-list-box .news-list .news-main::after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("../images/quan1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
    position: absolute;
    right: 30px;
    top: 44%;
}

.news-list-box .news-list .news-main::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("../images/quan2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
    position: absolute;
    right: -40px;
    top: 44%;
}

.news-list-box .news-list:hover .news-main::after {
    right: -40px;
}

.news-list-box .news-list:hover .news-main::before {
    right: 30px;
}

.news-list-box .news-list .news-main:hover .news-tit {
    color: #768891;
}

.news-list-box .news-list .news-main .news-p {
    width: 90%;
    font-size: 16px;
    height: 94px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-nav {
    padding: 10px 0;
    border-bottom: #768891 1px solid;
    font-size: 16px;
    font-weight: 700;
}

.news-nav .layui-icon {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
}

.news-info-box {
    text-align: center;
    padding: 40px 0;
}

.news-info-box .news-title {
    padding-bottom: 30px;
}

.news-info-box .news-ly {
    font-size: 16px;
    line-height: 30px;
}

.news-info-box .news-main {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.sx {
    font-size: 16px;
    line-height: 30px;
}