/* 轮播图 */
.swiper_top {
    width: 100%;
    height: auto;
}

.swiper_top .swiper_item {
    position: relative;
}

.swiper_top .swiper_item img {
    width: 100%;
    height: auto;
}

.swiper_top .swiper_item .swiper_ent {
    position: absolute;
    left: 50%;
    top: 55%;
    padding: 50px;
    border-radius: 8px;
    color: #fff;
    font-size: 19px;
    z-index: 99;
    background-image: linear-gradient(to right, rgba(0, 130, 153, .6), rgba(24, 80, 140, .2));
    -webkit-transform: translate(30%, -50%);
}

.swiper_top .swiper_item .swiper_ent .title {
    font-size: 26px;
    margin: 12px 0;
}

/* one1 */
.box1 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box1 .leftImg {
    width: 350px;
    height: 270px;
    overflow: hidden;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, 0.2);
}

.box1 .leftImg img {
    height: auto;
    width: 100%;
}

.box1 .rightBox {
    width: 800px;
    color: #101010;
    font-size: 16px;
    line-height: 28px;
}

.box1 .rightBox .title {
    color: #183e7e;
    font-weight: 600;
    font-size: 20px;

    margin: 25px 0;
}

.box2 {
    width: 100%;
    background-color: #183e7e;
}

.box2 .box2Cen {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
}

.box2 .box2Cen .title {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 25px auto;
}

.box2 .box2Cen .title a,
.box2 .box2Cen .dnone-sj {
    color: #fff;
    font-size: 12px;
    padding: 3px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-decoration: none;

}

.box .title {
    text-align: center;
    margin: 80px auto;
    padding: 25px 0;
    position: relative;
    margin-bottom: 60px;

}

.box3 .title {
    margin: 60px auto;
}

.box5 .title {
    margin: 0 auto;
}

.box .title .bgc {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    letter-spacing: 3px;
    color: #f4f4f4;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
}

.box .title .mains {
    color: #333;
    font-size: 30px;
    margin-top: 35px;
    position: absolute;
    left: 50%;
    top: 15%;
    letter-spacing: 3px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
}

.box .title span {
    width: 60px;
    height: 1px;
    display: block;
    border-top: 3px solid #183e7e;
    position: absolute;
    left: 50%;
    top: 150%;
    -webkit-transform: translate(-50%, 100%);
}

.box3 .list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.box3 .list .item {
    width: 23%;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 3.5%;
    margin: 1.5%;
}

.box3 .list .item:hover {
    border: 1px solid #009899;
}

.box3 .list .item:hover i {
    border-top: 2px solid #009899;
}

.box3 .list .item .boxImgs {
    width: 55px;
    height: 55px;
    overflow: hidden;
    /* background-image: url(../images/solve01.png);
    background-position: 55px 0px; */
}

.box3 .list .item:hover .map1 {
    transform: translate(0, -53px);
}

.box3 .list .item:hover .itemA {
    box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, 0.2);

}

.box3 .list .item .title {
    margin: 12px auto 5px;
    font-size: 22px;
    padding: 0;
    text-align: left;
}



.box3 .list .item i {
    display: block;
    width: 35px;
    border-top: 2px solid #009899;
    margin-bottom: 12px;
}

.box3 .list .item span {
    font-size: 13.5px;
    color: #555;
    letter-spacing: 1px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box3 .list .item a {
    width: 100px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 8px 6px;
    text-align: center;
    margin-top: 16px;
    color: #fff;
    background-color: #009899;
    box-shadow: 4px 4px 1px 0px rgba(255, 255, 255, 0.1);

}

.box4 {
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px 0;

}

.box4 .title {
    margin-top: 0px;
    margin-bottom: 55px;
}

.box4 .title .bgc {
    color: #e9e9e9;
}

.box4 .box4-enx {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}

.box4 .box4-enx .box4-swiper {
    height: 100%;
    position: relative;
}


.box4 .box4-enx .box4-swiper .swiper-slide {
    height: 150px;
    margin-top: 350px;
}

.box4 .box4-enx .box4-swiper .swiper-slide .images {
    width: 85%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.box4 .box4-enx .box4-swiper .swiper-slide .images img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

/* .box4 .box4-enx .box4-swiper .swiper-slide-active {
    width: 378px !important;
    height: 450px !important;
    margin-top: 50px;
    position: static;
    margin-right: 12px;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .images {
    width: 100%;
    position: relative;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .images img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.box4 .box4-enx .box4-swiper .swiper-slide .box4-content {
    display: none;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .box4-content {
    display: block;
    position: absolute;
    top: 15%;
    margin-left: 400px;
    width: 40%;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .box4-content .box4-title {
    font-weight: 550;
    margin: 12px 8px;
    font-size: 22px;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .box4-content p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.box4 .box4-enx .box4-swiper .swiper-slide-active .box4-content a {
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    background-color: #009899;
} */

.box4 .swiper-button-next {
    background-image: url('../images/box4-right.png');
    right: 42%;
    top: 64%;
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.box4 .swiper-button-prev {
    background-image: url('../images/box4-left.png');
    left: 50%;
    top: 64%;
    width: 30px;
    height: 30px;
    background-size: 30px;
}












.box5 {
    width: 100%;
    background-color: #009899;
}

.box5 .title .bgc {
    margin-top: 60px;
    color: #30a1a2;
}

.box5 .title .mains {
    margin-top: 90px;
    color: #fff;
}

.box5 .title span {
    border-top: 3px solid #fff;
    margin-top: 55px;

}

.box5 .subBox {
    width: 1200px;
    margin: 80px auto 0;
    display: flex;
    padding-top: 55px;
    padding-bottom: 0;
    flex-wrap: wrap;
}

.box5 .subBox .left,
.box5 .subBox .left_sj {
    width: 100%;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: -15px auto 20px auto;
    text-align: center;
}

.box5 .subBox .imgs {
    width: 100%;
    margin-bottom: 35pxf;
}

.box5 .subBox .imgs img {
    width: 100%;
    height: auto;
}

.box5 .subBox .right {
    width: 16%;
    color: #e9e9e9;
}

.box5 .subBox .right .title {
    margin: 45px 0 8px;
    padding: 0;
    text-align: right;
    font-size: 15px;
}

.box5 .subBox .right .pgs span {
    width: 20%;
    float: left;
    height: 15px;
    line-height: 15px;
}

.layui-progress {
    border-radius: 0px;
    float: right;
    width: 75%;
    height: 15px;
    transform: rotate(18deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-color: #bfbfbf !important;
}

.bd_one1 {
    border-radius: 0px;
    height: 15px;
    background-color: #32b16c !important;
}

.bg2 {
    background-color: #601986 !important;
}

.bg3 {
    background-color: #00a0e9 !important;
}

.bg4 {
    background-color: #ec6941 !important;
}

.box5 .subBox .right .bomTitle {
    margin: 45px 0 8px;
    text-align: right;
    font-size: 16px;
}

.box6 .new_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.box6 .title {
    margin-top: 40px;
}

.box6 .new_list .new {
    width: 375px;
    height: 350px;
    margin-right: 30px;
}

.box6 .new_list .new:last-child {
    margin-right: 0;
}

.box6 .new_list .new .left {
    width: 33px;
    border: 2px solid #009899;
    padding: 12px;
    text-align: center;
    float: left;
    color: #009899;
}

.box6 .new_list .new .left span {
    font-size: 26px;
}

.box6 .new_list .new .left i {
    display: block;
    width: 30px;
    margin: 8px auto;
    border: 1px solid #009899;
}

.box6 .new_list .new .left p {
    font-size: 16px;
}

.box6 .new_list .new .right {
    width: 305px;
    float: right;
    line-height: 22px;
}

.box6 .new_list .new .right .imgs {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.box6 .new_list .new .right .imgs img {
    width: 100%;
    height: auto;
}

.box6 .new_list .new:hover img {
    filter: blur(0px);
    transform: scale(1.1);
    transition: all 1s;
}

.box6 .new_list .new .right h3 {
    margin: 12px 0 6px 0;
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 1px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box6 .new_list .new .right p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box6 .new_list .new .right a {
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    margin-top: 12px;
    display: block;
    width: 80px;
    border-radius: 20px;
    background-color: #009899;
    text-align: center;
}

.box7 {
    background-color: #f8f8f8;

}

.box7 .title {
    padding-top: 120px;
}


.box7 .title .bgc {
    color: #ececec;
}

.box7 .title .mains {
    padding-top: 60px;
    color: #333;
}

.box7 .title span {
    margin-top: -100px;
}

.box7 .sponsor {
    width: 1200px;
    margin: 0 auto;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.box7 .sponsor .item {
    height: 80px;
    width: 18%;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    margin: 2px 0.7% 20px 0.7%;
    overflow: hidden;
}

.box7 .sponsor .item:hover img {
    filter: blur(0px);
    transform: scale(1.1);
    transition: all 1s;
}

.box7 .sponsor .item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

/* 新闻咨询 */
.new-top-bg {
    width: 100%;
}

.new-top-bg img {
    height: auto;
    width: 100%;
}

.new-tab {
    width: 100%;
    height: 60px;
    margin-top: -4px;
    line-height: 60px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
}

.new-tab .tab {
    font-size: 15px;
    margin: 0 25px;
    list-style: none;
}

.new-tab .tab a {
    color: #333;
    text-decoration: none;
}

.new-tab .tab .current {
    color: #183e7e;
}

.content_item {
    width: 1200px;
    margin: 0 auto;
}

.content_item .new-item {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    border-bottom: 1px solid #eeeeee;
}

.content_item .new-item:hover .items {
    color: #fff !important;
    background-color: #183e7e;
}

.content_item .new-item .left {
    width: 800px;

}

.content_item .new-item .rightImg,
.content_item .new-item .rightImg-sj {
    width: 350px;
    height: 180px;
    overflow: hidden;
}

.content_item .new-item .rightImg img,
.content_item .new-item .rightImg-sj img {
    width: 100%;
    height: auto;
}

.content_item .new-item .left .title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.content_item .new-item .left p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_item .new-item .left span {
    font-size: 12px;
    color: #999;
    display: block;
    margin: 8px 0;
}

.content_item .new-item .left .items {
    padding: 6px 12px;
    display: block;
    width: 80px;
    text-align: center;
    color: #183e7e;
    font-size: 12px;
    margin-top: 2px;
    border: 1px solid #183e7e;
}


.content_item .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    margin-top: 45px;
}

.content_item .page div {
    margin: 0 12px;
    padding: 0 4px;
    padding-bottom: 10px;
}

.content_item .page div.active {
    color: #0380ba;
    border-bottom: 1px solid #0380ba;
}

.news-ent {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    line-height: 23px;
    font-size: 15px;
    color: #333;
}

.news-ent .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

.news-ent .title_p {
    font-size: 13px;
    font-size: #999;
    text-align: center;
    margin-bottom: 25px;
}

.news-ent img {
    max-width: 100%;
    margin: 12px auto;
    display: block;
}

.news-page {
    width: 1200px;
    margin: 50px auto;
    padding: 20px 8px;
    font-size: 14px;
    background-color: #f6f6f6;
}

.news-page a {
    display: block;
    margin: 8px auto;
}

/* 产品 */
.fabric {
    padding-top: 20px;
}

.fabric .item {
    width: 1100px;
    margin: 20px auto;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

.fabric .item:hover {
    background-color: #f3f3f3;
}

.fabric .item .leftImg {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.fabric .item .leftImg img {
    width: auto;
    height: 100%;
}

.fabric .item:hover img {
    filter: blur(0px);
    transform: scale(1.1);
    transition: all 1s;
}

.fabric .item .right {
    width: 750px;
    padding: 12px;
}

.fabric .item .right .title {
    color: #183e7e;
    font-size: 22px;
    margin: 0 auto 20px;
}

.fabric .item .right span {
    color: #183e7e;
    padding: 4px 20px;
    border-radius: 20px;
    margin: 6px 12px 6px 0;
    border: 1px solid #183e7e;
}

.fabric .item .right p {
    font-size: 15px;
    margin: 25px auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #555;
}

.fabric .item .right .amp {
    padding: 8px 28px;
    color: #fff;
    border-radius: 20px;
    background-color: #183e7e;
}

.fabric-ent {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
}

.fabric-ent .img {
    width: 425px;
    height: 320px;
    padding: 25px;
    border: 1px solid #e9e9e9;
}

.fabric-ent .img img {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 8%;
}

.fabric-ent .img:hover img {
    filter: blur(0px);
    transform: scale(1.1);
    transition: all 1s;
}

.fabric-ent .right {
    width: 725px;
    padding: 25px;
    background-color: #f3f3f3;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
}

.fabric-ent .right .title {
    color: #183e7e;
    font-size: 16px;
    margin-bottom: 12px;
}

.fabric-ent .right .brief {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.fabric-tab {
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}

.fabric-box1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    /* display: flex; */
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 22px;
}

.fabric-box1 ul li::marker {
    color: #183e7e;
    font-size: 18px;
}

.fabric-box1 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* .fabric-box1 .imgs {
    width: 300px;
    height: 300px;
    margin-right: 50px;
    border: 1px solid #e9e9e9;
}

.fabric-box1 .imgs img {
    width: 85%;
    margin-left: 7.5%;
    margin-top: 10%;
    height: auto;
}

.fabric-box1 ul {
    padding-top: 25px;
}

.fabric-box1 ul li {
    color: #183e7e;
    list-style-type: disc;
    line-height: 26px;
    font-size: 16px;
}

.fabric-box1 ul li span {
    color: #333;
} */

.seve-tab .active {
    color: #0380ba !important;
    border-bottom: 3px solid #0380ba;
}

.seve-tab .active a {
    color: #0380ba !important;
}

.sevetitle .title {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}

.sevetitle .title span {
    display: block;
    width: 45px;
    margin: 12px auto;
    border-bottom: 3px solid #0380ba;
}

.seve-box1 {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}

.seve-box1 .box1-title,
.seve-box3 .box1-title {
    text-align: center;
    font-size: 16px;
    margin: 25px auto;
}

.seve-box1 .box1-list {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.seve-box1 .box1-list .item {
    width: 220px;
    text-align: center;
    padding: 20px 0;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin-right: 20px;
}


.seve-box1 .box1-list .item:last-child {
    margin-right: 0px;
}

.seve-box1 .box1-list .item p {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin: 12px 0 12px 0;
}

.seve-box1 .box1-list .item div {
    color: #555;
    margin: 6px 0;
}


.seve-box2 {
    background-image: url(../images/servebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 12px;
}

.seve-box2 .title {
    color: #fff;
}

.margintop {
    margin-top: 400px;
}

.seve-box2 .title span {
    border-bottom: 3px solid #fff;
}

.seve-box2 .box2-title {
    width: 1200px;
    margin: 30px auto 12px;
}

.seve-box2 .box2-top {
    width: 1200px;
    margin: 0 auto 12px;
    display: flex;
    flex-wrap: wrap;
}

.seve-box2 .box2-top .seven-box2-ent {
    display: flex;
    font-size: 40px;
    align-items: center;
    padding: 30px 20px;
    border-radius: 2px;
    color: #0380ba;
    background-color: #fff;
    width: 245px;
    margin-right: 18px;
}

/* .seve-box2 .box2-top .seven-box2-ent:hover {
    background-color: #0380ba;
    color: #fff;
}

.seve-box2 .box2-top .seven-box2-ent:hover .seven-box2-ent>.right {
    color: #fff;
} */


.seve-box2 .box2-top .seven-box2-ent:last-child {
    margin-right: 0px;
}

.seve-box2 .box2-top .seven-box2-ent .right {
    font-size: 16px;
    margin-left: 12px;
    margin-top: -12px;
    color: #000;
}

.seve-box2 .box2-top .seven-box2-ent .right p {
    margin-bottom: 8px;
}

.seve-box2 .box2-top .seven-box2-ent .right div {
    font-size: 13px;
}

.seve-box2 .box2-ent {
    width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
}

.seve-box2 .box2-ent div {
    margin: 16px auto;
}

.seve-box2 .box2-ent span {
    background-color: #183e7e;
    padding: 4px 6px;
    font-size: 13px;
    margin-right: 12px;
}

.seve-box3 {
    padding-top: 12px;
    width: 1200px;
    margin: 0 auto;
}


.seve-box3 .seve-box3-list .seve-box3-item {
    border: 1px solid #e9e9e9;
    padding: 25px;
    display: flex;
    margin: 15px auto;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.seve-box3 .seve-box3-list .seve-box3-item .imgs {
    width: 220px;
    height: 135px;
    border-radius: 4px;
    overflow: hidden;
}

.seve-box3 .seve-box3-list .seve-box3-item .imgs img {
    width: 100%;
    height: auto;
}


.seve-box3 .seve-box3-list .seve-box3-item .right {
    margin-left: 20px;
    color: #183e7e;
}

.seve-box3 .seve-box3-list .seve-box3-item .right div {
    font-size: 18px;
    font-weight: 550;
    margin: 8px 0;
}

.seve-box3 .seve-box3-list .seve-box3-item .right p {
    margin: 8px 0;
    font-size: 14px;
}

.seve-box3 .seve-box3-list .seve-box3-item .right ul li {
    list-style-type: disc;
    color: #333;
    margin: 3px 19px;
    font-size: 13px;
}

.seve-box3 .seve-box3-list .seve-box3-item .right ul li::marker {
    color: #183e7e;
    font-size: 18px;
}

.seve-box4 {
    display: block;
    background-color: #f6f6f6;
    margin-top: 45px;
    padding-top: 12px;
}

.seve-box4 .seve-box4-ent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
}

.seve-box4 .seve-box4-item {
    width: 30%;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 24px;
    background-color: #fff;
    margin: 10px 1.5% 20px;
}

.seve-box4 .seve-box4-item .imgs {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.seve-box4 .seve-box4-item .imgs img {
    width: 100%;
    height: auto;
}

.seve-box4 .seve-box4-item .title-box4 {
    font-weight: 600;
    font-size: 16px;
    margin: 12px auto 8px;
}

.seve-box4 .seve-box4-item p {
    padding: 0 12px;
    line-height: 24px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
}

.seve-box4 .seve-box4-item span {
    padding: 5px 24px;
    border-radius: 20px;
    border: 1px solid #183e7e;
    color: #183e7e;
    font-size: 13px;
}

.seve-box5 {
    padding-top: 20px;
}

.seve-box5-ent {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.seve-box5-ent .seve-box5-item {
    display: block;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    padding: 8px 0;
    border-radius: 6px;
    margin-bottom: 20px;
}

.seve-box5-ent .seve-box5-item .left {
    padding-left: 8px;
    width: 850px;
}

.seve-box5-ent .seve-box5-item .left .box5Title {
    font-weight: 550;
    font-size: 17px;
    display: flex;
    margin: 8px auto;
    align-items: center;
    letter-spacing: 1px;
}

.seve-box5-ent .seve-box5-item .left .box5Title div {
    border: 1px solid #183e7e;
    margin-right: 12px;
    height: 12px;
}

.seve-box5-ent .seve-box5-item .left p {
    margin: 8px 0 16px;
    color: #333;
    font-size: 15px;
}

.seve-box5-ent .seve-box5-item .left .box5-center {
    margin: 4px 0 16px;
    color: #555;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.seve-box5-ent .seve-box5-item .left span {
    padding: 5px 26px;
    border-radius: 20px;
    border: 1px solid #183e7e;
    color: #183e7e;
}

.seve-box5-ent .seve-box5-item .imgs,
.seve-box5-ent .seve-box5-item .imgs-sj {
    width: 310px;
    height: 200px;
    overflow: hidden;
}

.seve-box5-ent .seve-box5-item .imgs-sj img,
.seve-box5-ent .seve-box5-item .imgs img {
    width: 100%;
    height: auto;
}

.mbox {
    display: block;
    width: 100%;
    height: 70px;
    float: left;
}


.seve-box1 .box1-list .item:hover {
    border: 1px solid #183e7e !important;

}

.seve-box1 .box1-list .item:hover img {
    animation: res .4s 0s linear 1 alternate-reverse;
    transform: rotate(4deg);
}

@keyframes res {
    from {
        transform: rotate(4deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.carbon {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #fff;
    margin-bottom: 40px;
}

.carbon .box1 {
    position: absolute;
}

.carbon .box1 .imgs {
    width: 500px;
    float: left;
    height: 300px;

}

.carbon .box1 .imgs img {
    width: 100%;
    height: auto;
}

.carbon .box1 .right {
    width: 700px;
    padding: 25px;
    position: absolute;
    right: 0;
    background-color: #f3f3f3;
    border-radius: 2px;
    z-index: 99;
}

.carbon .box1 .right .title {
    color: #183e7e;
    font-size: 17px;
    margin-bottom: 8px;
}

.carbon .box1 .right p {
    line-height: 24px;
    color: #444;
    font-size: 15px;
}

.carbon .title {
    display: flex;
    align-items: center;
    color: #183e7e;
    font-size: 17px;
    padding: 8px 0;
    font-weight: 550;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 12px;
}

.carbon .title span {
    display: block;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #183e7e;
}

.carbon .box2 {
    margin: 8px 0 20px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  */
    background-color: #fff;
}

.carbon .box2 .left {
    width: 850px;
    margin-left: 18px;
}

.carbon .box2 .imgs {
    width: 270px;
    height: 220px;
    overflow: hidden;
}

.carbon .box2 .imgs img {
    height: auto;
    width: 100%;
}


.carbon .box2 .left ul li {
    list-style-type: disc;
    line-height: 24px;
    margin: 8px 0;
    font-size: 14px;
    color: #444;
}

.carbon .box2 .left ul li::marker {
    color: #183e7e;
    font-size: 18px;
}

.carbon .box3 {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carbon .box3 .left {
    width: 750px;
}

.carbon .box3 .left .item {
    display: flex;
    align-items: center;
}

.carbon .box3 .left .item .item-lt {
    padding: 4px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: #83b197;
    margin-right: 25px;
}

.carbon .box3 .left .item .item-lt span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #83b197;
    background-color: #fff;
    text-align: center;
    margin-right: 8px;
}

.carbon .box3 .left .item .item-lt div {
    width: 70px;
}

.carbon .box3 .left .item .item-rg {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.carbon .box3 .left .item .item-rg .title-rg {
    color: #000;
    font-weight: 550;
    font-size: 15px;
    margin: 4px 0;
}

.carbon .box3 .left .item-imgs {
    width: 140px;
    text-align: center;
}

.carbon .box3 .left .item-imgs:last-child,
.box5 .subBox .left_sj,
.box2 .box2Cen .dnone-sj,
.content_item .new-item .rightImg-sj,
.seve-box5-ent .seve-box5-item .imgs-sj {
    display: none;
}

.carbon .box3 .imgs {
    width: 420px;
    height: 270px;
    overflow: hidden;
}


.carbon .box3 .imgs img {
    width: 100%;
    height: auto;
}

.scene .box4 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scene .box4 .left {
    width: 500px;
    padding: 20px;
    line-height: 24px;
}

.scene .box4 .left li {
    margin-bottom: 20px;
    list-style-type: disc;
}

.scene .box4 .left li::marker {
    color: #183e7e;
    font-size: 18px;
}

.scene .box4 .right {
    width: 650px;
    display: flex;
    flex-wrap: wrap;
}

.scene .box4 .right .item-rg {
    width: 30%;
    margin: 8px 3% 12px 0;
    color: #444;
    line-height: 22px;
}

.scene .box4 .right .item-rg p {
    color: #000;
    font-size: 16px;
    margin: 12px 0 8px;
}

.scene .box4 .right .item-rg:last-child {
    margin-right: 0;
}


.scene .box5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.scene .box5 .left {
    width: 300px;
}

.scene .box5 .left .item-box5 {
    width: 200px;
    padding: 20px 30px;
    border: 1px solid #7fa3ce;
    margin: 25px auto;
    margin-left: 40px;
    font-weight: 550;
}

.scene .box5 .imgs {
    width: 320px;
    height: 290px;
    overflow: hidden;
    margin: 0 30px;
}

.scene .box5 .imgs img {
    width: 100%;
    height: auto;
}


.scene .box6 {
    padding: 12px;
    line-height: 24px;
    color: #333;
}

.scene .box6 .box6-title {
    color: #183e7e;
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 25px;
}

.scene .box6 img {
    margin: 12px auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.aot8-ent .right .boxInd textarea {
    width: 70%;
}

.dispf {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 4%;
    z-index: 999;
    top: 75%;
    display: none;
}

.topNavdown {
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.topNavdown p {
    line-height: 35px;
}

.topNavdown p a {
    font-size: 13px;
}