.topimgbox {
    width: 100%;
    height: 100%;
    display: flex;
}
.topimgbox img {
    width: 100%;
    height: 100%;
    display: block;
}
/* 热门项目 */
.hot_poj {
    /* border: 1px solid red; */
}
.bannertitle {
    display: flex;
    margin: 40px;
    flex-direction: column;
}
.bannertitle p:nth-child(1) {
    font-size: 44px;
    margin: auto;
}
.bannertitle p:nth-child(2) {
    font-size: 22px;
    margin: auto;
    line-height: 40px;
    color: #777777;
}
.bannerbox {
    position: relative;
    height: 100%;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 40px 0;
    padding: 0;
}

#swiper-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    transition: 500ms;
    transform: scale(0.5);
    position: relative;
}
#swiper-container .swiper-slide-active,
#swiper-container .swiper-slide-duplicate-active {
    transform: scale(1);
}

#swiper-container .swiper-slide-active .list_imgingo .relbox>p,
#swiper-container .swiper-slide-duplicate-active .list_imgingo .relbox>p {
    display: none !important;
}

#swiper-container .swiper-slide-prev,
#swiper-container .swiper-slide-next {
    transform: scale(0.7);
    position: relative;
}
#swiper-container .swiper-slide .list_imgingo {
    display: flex;
    flex-direction: column;
}
#swiper-container .swiper-slide .list_imgingo .relbox {
    width: 100%;
    height: 400px;
    margin: auto;
    display: flex;
    position: relative;
}

#swiper-container .swiper-slide .list_imgingo .relbox>p {
    position: absolute;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    width: 84%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#swiper-container .swiper-slide .list_imgingo P {
    color: #000;
    font-size: 22px;
}


/* <!-- 公司优势 --> */
.advantage {
    width: 100%;
    background-image: url(/img/bg11.jpg);
    padding-bottom: 50px;
}

.ad_title {
    width: 100%;
    border: 1PX solid redd;
    padding: 40px 0 30px;
}
.ad_title p:nth-child(1) {
    color: #fff;
    text-align: center;
    font-size: 44px;
}
.ad_title p:nth-child(2) {
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.det_box {
    display: flex;
    margin: 20px 0;
}
.det_box .li_det {
    /* border: 1px solid #fff; */
    width: 25%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.det_box .li_det img {
    width: 20%;
    height: 60px;
    margin: 80px auto 0;
}

.det_box .li_det p {
    color: #fff;
    font-size: 24px;
    margin: 100px auto 120px;
}

/* <!-- 技术培训 --> */
.train {
    width: 100%;
    background-image: url(/img/bg12.jpg);
    background-size: 100% 100%;
    padding-bottom: 60px;
}

.train_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

.train_title p:nth-child(1) {
    font-size: 44px;
    margin: auto;
    text-align: center;
    /* color: #fff; */
}

.train_title p:nth-child(2) {
    font-size: 22px;
    margin: auto;
    text-align: center;
    line-height: 40px;
}

.de_info {
    display: flex;
    flex-direction: column;
}

.top_info {
    display: flex;
    justify-content: space-between;
}

.li_box {
    width: 24%;
    padding: 10px 20px;
    background-color: #fa6b13;
    min-height: 140px;
    border-radius: 20px;
}

.li_box p:nth-child(1) {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}

.li_box p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.cen_img {
    width: 70%;
    margin: auto;
    display: flex;
}

.cen_img img {
    width: 100%;
    margin: auto;
}


/* <!-- 精彩案例 --> */
.jc_case {
    border: 1px solid #f9f9fB;
    background-color: #f9f9fB;
}

.swieprtwo {
    padding-bottom: 60px;

}

#order_warper {
    padding-bottom: 30px;
}

.swieprtwo .bannerorder {
    position: relative;

    height: 100%;
    background-color: #f9f5f2;
}

.swieprtwo .cares_title {
    display: flex;
    margin: 30px 0;
    flex-direction: column;
}

.swieprtwo .cares_title p:nth-child(1) {
    font-size: 44px;
    margin: auto;
    text-align: center;
}

.swieprtwo .cares_title p:nth-child(2) {
    font-size: 22px;
    margin: auto;
    text-align: center;
    line-height: 40px;
    color: #777777;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide {
    background-color: #fff;
    overflow: hidden;
    min-height: 600px !important;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .had_img {
    width: 100%;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .had_img img {
    width: 100%;
    transition-duration: 1.2s;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .had_img img:hover {
    transform: scale(1.2);
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .desctinfo {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .desctinfo p:nth-child(1) {
    margin: 30px 0;
    color: #222222;
    font-size: 24px;
    margin: auto;
    padding-bottom: 10px;
    /* text-align: center; */
    border-bottom: 3px solid #fa6b13;
}

.swieprtwo .bannerorder #swierp_two .swiper-slide .desctinfo p:nth-child(2) {
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}