/*-------------------------------------------------------------------------------
*   产品详情页 -- 标题 样式
*-------------------------------------------------------------------------------*/
body {
    --color-mains: 11, 69, 124;
    --color-main: rgb(var(--color-mains));
}

.details_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.details_title2 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-main);
}

.details_title span {
    color: var(--color-main);
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize !important;
}


/*-------------------------------------------------------------------------------
*   产品详情页 -- 详情 左图右文样式

*-------------------------------------------------------------------------------*/

.details_ztyw {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.details_ztyw .item_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.details_ztyw .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.details_ztyw .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.details_ztyw .item_desc {
    width: 48%;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*-------------------------------------------------------------------------------
*   产品详情页 -- 表格 样式
*-------------------------------------------------------------------------------*/


.details_table table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0 70px;
}

.details_table table,
.details_table th,
.details_table td {
    border: 2px solid #333333;
}

.details_table th {
    background-color: #F6F6F6;
    padding: 15px 8px;
    text-align: left;
    font-family: 'Roboto-Bold';
    font-weight: Bold;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.details_table td {
    padding: 10px 8px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.details_table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/*-------------------------------------------------------------------------------
*   产品详情页 -- 左文右图 样式
*-------------------------------------------------------------------------------*/

.details_zwyt {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.details_zwyt .item_desc {
    width: 48%;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.details_zwyt .item_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.details_zwyt .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.details_zwyt .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

/*-------------------------------------------------------------------------------
*   应用列表页 -- 合作优势列表 样式
*-------------------------------------------------------------------------------*/


.panter_list {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.panter_list ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.panter_list ul li::before {
    content: '•';
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    margin-right: 5px;
}

.panter_list ul:first-child {
    margin-right: 65px;
}

/*-------------------------------------------------------------------------------
*   新闻详情页 -- 图片 样式
*-------------------------------------------------------------------------------*/
.details_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
    margin: 0 0 40px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.details_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.details_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

/*-------------------------------------------------------------------------------
*   应用详情页 -- 标题 样式
*-------------------------------------------------------------------------------*/

.systems_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 45px;
}

/*-------------------------------------------------------------------------------
*   应用详情页 -- 第一板块 样式
*-------------------------------------------------------------------------------*/

.details_tj {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.details_tj .details_left {
    width: 67%;
}

.details_tj .details_left .details_img {
    width: 100%;
    position: relative;
    height: 543px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.details_tj .details_left .details_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.details_tj .details_left .details_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.details_tj .details_left .details_content {
    margin-top: 30px;
}

.details_tj .details_left .details_content .details_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.details_tj .details_left .details_content .details_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.details_tj .details_right {
    width: 31%;
}

.details_tj .details_right .item_img {
    width: 100%;
    position: relative;
    height: 269px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.details_tj .details_right .item_img:last-child {
    margin-top: 5px;
}

.details_tj .details_right .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.details_tj .details_right .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.details_tj .details_right .details_box {
    margin-top: 10px;
    padding: 58px 75px;
    background: radial-gradient(0% 0% at 0% 0%, #EEEEEE 0%, #EBEBEB 0%, #EEEEEE 100%), #E8E8E8;
    border: 1px solid #E5E5E5;
}


.details_tj .details_right .details_box .box_logo {
    width: auto;
    height: 30px;
    margin: 0 auto;
}


.details_tj .details_right .details_box .box_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_tj .details_right .details_box .box_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #020C1E;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0;
}

.details_tj .details_right .details_box .box_btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #3751B2;
    border: 2px solid #3751B2;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.details_tj .details_right .details_box .box_btn {
    text-align: center;
}

.details_tj .details_right .details_box .box_btn a:hover {
    background-color: #009CFF;
    border-color: #009CFF;
}

/*-------------------------------------------------------------------------------
*   应用详情页 -- 左图右文 样式
*-------------------------------------------------------------------------------*/
.details_wrap {
    position: relative;
    padding-bottom: 78px;
}

.details_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: #009CFF;
    bottom: 0;
    left: 0;
}

.app_ztyw {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 5%;
}

.app_ztyw .item_img {
    width: 48%;
    position: relative;
    height: 378px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.app_ztyw .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.app_ztyw .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.app_ztyw .item_info {
    width: 48%;
    padding-top: 40px;
    position: relative;
}

.app_ztyw .item_info:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #009CFF;
    position: absolute;
    top: 0;
}

.app_ztyw .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.app_ztyw .item_info .item_content {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0 35px;
}

.app_ztyw .item_info .item_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: #009CFF;
    border: 2px solid #009CFF;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.app_ztyw .item_info .item_btn a:hover {
    background-color: transparent;
    color: #020C1E;
}


/*-------------------------------------------------------------------------------
*   应用详情页 -- 上图下文 样式
*-------------------------------------------------------------------------------*/

.systems_list {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.systems_list .systems_item {
    width: 48%;
}

.systems_list .systems_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 69%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.systems_list .systems_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.systems_list .systems_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.systems_list .systems_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 45px 0 22px;
}

.systems_list .systems_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}