/*about us*/
.th-banner {
    width: 100%;
    height: 540px;
    background-image: url(../img/new/technology/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-size: 100% auto,100% auto; */
    /* overflow: hidden; */

}

.banner_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.containerSmall {
    overflow: unset;
    min-width: 1200px;
}

.main_section {
    min-width: 1440px;
    /*因为产品与解决方案的下划线是1440px*/
    overflow: hidden;
}

/**/
.product {
    width: 1200px;
    margin: 0 auto;
}

.product .container {
    /* width: 1440px; */
}

.product .container .top_title {
    margin-top: 84px;
    position: relative;
    zoom: 1;

}

.product .container .top_title:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.product .container .top_title .left i {
    font-size: 22px;
    color: #152952;
    font-weight: bold;
}

.product .container .top_title::before {
    content: '';
    width: 1400px;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: -11px;
    left: -100px;
}

.product .container .top_title .right span,
.product .container .top_title .right span a {
    color: #979797;
    vertical-align: top;
}

.product .container .top_title .right span:last-child a {
    color: #001c39;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info .content::after,
.base .content::after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.info .content .left {
    width: 470px;
    height: 300px;
    overflow: hidden;
    text-align: left;
    margin-top: 35px;
    vertical-align: middle;
    color: #152952;
    line-height: 26px;
}

.info .content .left strong {
    font-size: 30px;
}

.info .content .left sup {
    font-size: 18px;
}

/* .info .left {
    width: 35%;
    
} */
.info .content .right {
    width: calc(100% - 590px);
    /* height: 300px; */
    position: relative;
    bottom: 100px;
}

.info .content .right img {
    width: 607px;
    height: 607px;
}

.info .cycle_fr:hover {
    cursor: pointer;
}

.info .bg {
    position: absolute;
    left: 0;
    top: 1180px;
    max-width: 100%;
    min-width: 1440px;
    width: 90%;
}

.scope {
    position: relative;
    padding-bottom: 600px;
}

.scope .title {
    text-align: center;
}

.scope .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.scope .content .left,
.scope .content .right {
    text-align: center;
}

.scope .content .left {
    width: 40%;
    border: 25px solid transparent;
    border-image: url(../img/new/technology/border_img1.png) 30 round;
}

.scope .content .right {
    width: 40%;
    position: absolute;
    right: 0;
    border: 25px solid transparent;
    border-image: url(../img/new/technology/border_img1.png) 30 round;
}

.scope .content .left .title1,
.scope .content .right .title1 {
    position: relative;
    bottom: 78px;
    font-size: 18px;
    color: #044A9B;
    font-weight: bold;
}

.scope .content .left .title1 img,
.scope .content .right .title1 img {
    position: relative;
    bottom: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scope .content .left .title2,
.scope .content .right .title2 {
    position: relative;
    bottom: 75px;
    font-size: 18px;
    color: #044A9B;
    font-weight: 600;
}

.scope .content .left .text,
.scope .content .right .text {
    line-height: 35px;
    padding: 0 50px;
    position: relative;
    bottom: 30px;
    font-size: 14px;
}

.scope .content .right .text {
    padding: 0 15px;
}

.scope .content p {
    line-height: 25px;
}

.scope .img_bg_bottom {
    position: absolute;
    top: 458px;
}

.product_footer {
    min-width: 1440px;
}

.product_footer::before {
    content: '';
    display: table;
}

.scope img.bg {
    position: absolute;
    top: 1180px;
    /* right: 0; */
    /* width: 1560px; */
    left: 0;
    max-width: 100%;
    min-width: 1440px;
    width: 90%;
}

.base {
    position: relative;
    height: 1600px;
}

.base_bg {
    position: absolute;
    top: 2540px;
    left: 0;
    max-width: 100%;
    min-width: 1440px;
    z-index: -1;
    height: 1730px;
}

.base .title {
    text-align: center;
}

.base .left_line {
    position: absolute;
    top: 180px;
}

.base .row1 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}

.base .row1 .left {
    padding: 0 120px 0 50px;
    line-height: 30px;
    text-align: left;

}

.base .row1 .left .title,
.base .row2 .title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 50px;
}

.base .row2 {
    color: #fff;
    margin-top: 40px;
}

.base .row2 .title,
.base .row2 .text {
    padding-left: 50px;
    line-height: 30px;
}

.base .row2 .m_img {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.base .row2 .m_img img {
    z-index: 2;
}

.m_img_title {
    color: #00EAFF;
    font-weight: bold;
    font-size: 16px;
    margin: 60px 0 30px 0;
}

.m_img_title p {
    text-align: center;
}

.m_img_title p:first-child {
    width: 211px;
    position: relative;
    left: 20px;
}

.m_img_title p:nth-child(2) {
    width: 152px;
    position: relative;
    left: 20px;
}

.m_img_title p:nth-child(3) {
    width: 164px;
    position: relative;
    right: 10px;
}

.m_img_title p:last-child {
    width: 70px;
    position: relative;
    right: 20px;
}

.base .row3 {
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.row3 .cup {
    width: 300px;
}

.row3 .cup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    bottom: 70px;
}

.row3 .title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.row3 .text {
    line-height: 30px;
    height: 150px;
}

.row_2_3_border {
    border: 2px solid #cadff9;
    height: 650px;
    position: absolute;
    width: 100%;
    bottom: 150px;
    z-index: 1;
}

.system {
    margin-bottom: 350px;
    position: relative;
}

.system .title {
    text-align: center;
    margin-top: 140px;
}

.system .mid {
    margin-top: 68px;
    line-height: 30px;
    color: #32426C;
}

.system .mid strong {
    font-size: 30px;
}

.system .mid sup {
    font-size: 18px;
}

.bot {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1440px;
    bottom: 300px;
    background-image: url(../img/new/technology/sys_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.bot .industry,
.bot .sys_product {
    min-height: 450px;
    min-width: 395px;
    width: 28%;
    transform: skewX(-15deg);
    display: inline-block;
}

.bot .industry .title,
.bot .sys_product .title {
    margin-top: 0;
}

.bot_img {
    position: relative;
    left: 0;
    max-width: 100%;
    min-width: 1440px;
    bottom: 350px;
    z-index: -1;
}

.bot .industry {
    background: #245bc7;
    overflow: hidden;
    position: relative;
}

.bot .sys_product {
    background: #002265;
    overflow: hidden;
    position: relative;
}

.bot .industry img {
    width: 166%;
    top: 3px;
    left: -35%;
    position: relative;
    transform: skewX(15deg);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.bot .sys_product img {
    /* width: 668px;
    height: 447px; 
    left: -165px;*/
    width: 197%;
    left: -75%;
    position: relative;
    transform: skewX(15deg);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.bot .industry p,
.bot .industry div,
.bot .sys_product p,
.bot .sys_product div {
    transform: skewX(15deg);
}

.bot .industry .text,
.bot .sys_product .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.industry .text .title {
    width: 100%;
    font-size: 48px;
    margin-left: 10%;
    margin-top: 5%;
    transform: translate(10%, 5%);
    text-shadow: 5px 5px 5px #001A99;
}

.industry .text p {
    width: 100%;
    /* margin-left: 10%; */
    margin-top: 5%;
    transform: translate(0%, 5%);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

/* .bot .sys_product .text p:first-child {
    margin-top: 10%;
} */

.sys_product .text .title {
    width: 100%;
    font-size: 48px;
    /* margin-left: 5%;
    margin-top: 20%; */
    transform: translate(5%, 20%);
    text-shadow: 5px 5px 5px #001A99;
    position: absolute;
    bottom: 5%;
    right: 25%;
    text-align: right;
}

.sys_product .text p {
    width: 100%;
    /* margin-left: 10%; */
    margin-top: 10%;
    transform: translate(0%, 5%);
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}