@charset "utf-8";


.top {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    transition: all .5s;
}

.topbox {
    width: 100%;
    height: 90px;
}

.logo a img {
    width: 71px;
    height: 70px;
    object-fit: contain;
}

.nav,
.nav ul,
.nav ul li {
    height: 100%;
    position: relative;
}

.nav>ul>li>a {
    padding: 0px 20px;
    font-size: 20px;
    line-height: 90px;
}

.nav ul li.active {
    background-color: #142742;
}

.nav ul li.active a,.nav ul li.active a i {
    color: #ffffff;
}

.erxlnav {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 300px;
    height: auto;
    padding: 20px ;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 99;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari支持 */
}

.ernavbox {

    align-items: flex-start;
}

.ernav_l {
    width: 30%;
}

.ernav_l img {
    width: 100%;
}

.ernav_r {
    
    justify-content: flex-start;
}

.ernav_r dd {
    margin-bottom: 20px;
}

.ernav_r>dd>a {
    color: #ffffff;
    font-size: 16px;
}

.ernav_r>dd>a:hover {
    color: #ff9c71;
}

.ernav_r2 {
    align-items: flex-start;
}

.ernav_r2 dd {
    width: 50%;
}

.ernav_rpro {
    padding: 10px;
}

.ernav_rpro a {
    display: block;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    line-height: 2;
    padding-left: 20px;
}

.ernav_rpro a i {
    font-size: 8px;
    color: #ffffff;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 12px;
    display: inline-block;
}

.ernav_rpro a:hover {
    color: #ff9c71;
}

.topr {
    position: relative;
    cursor: pointer;
    height: 100%;
    padding-top: 30px;
}

.topr i.fa-globe {
    font-size: 20px;
}

.topr span {
    font-size: 20px;
    padding-left: 5px;
}

.topr ul {
    position: absolute;
    top: 88px;
    right: -15px;
    width: 100px;
    background-color: #ffffff;
    z-index: 99;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    display: none;
}

.topr ul li {
    justify-content: flex-start;
    padding: 3px 0px;
}

.topr ul li img {
    height: 20px;
    margin-right: 10px;
}

.topr ul li a {
    font-size: 18px;
}

.topr:hover ul {
    display: block;
}

.bannerimg {
    width: 100%;
    height: 92vh;
    position: relative;
}

.bannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerl_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 9;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(20, 39, 66, 0) 70%);
}

.bannerl_txt .con1700 {
    height: 100%;
}

.bannerl_txtbox {
    width: 40%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 1s linear;
    padding-top: 60px ;
    opacity: 0;
}

.bannerl_txtbox h3 {
    padding: 25px 60px 25px 0px;
    color: #d9e1e3;
}
.bannerl_txtbox h4 {
    color: #d9e1e3;

}
.bannerl_btn {
    margin: 40px 0px;
}

.bannerl_btn_y {
    padding: 10px 20px;
    font-size: 16px;
    background: linear-gradient(to right, #787c87 0%, #e0e0e0 50%, #787c87 100%);
    /* 边框：轻微描边增强质感 */
    border: 1px solid #aeaeae;
    /* 外阴影：模拟按钮的悬浮感/发光效果 */
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* 鼠标悬停效果（可选） */
    cursor: pointer;
    transition: all 0.2s ease;
}
.bannerl_btn_y:hover {
    color: #333333;
}

.bannerl_btn_b {
    color: #ffffff;
    border-color: #4a7190;
    background: linear-gradient(to right, #1f527c 0%, #0f4471 100%);
    margin-left: 20px;
}
.bannerl_btn_b:hover {
    color: #ffffff;
}


.bannertext {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(20, 39, 66, 0));
}

.bannertext .container {
    height: 100%;
}

.bannertxt {
    height: 100%;
    width: 100%;
    padding-top: 120px;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transition: all 2s linear;
}


.bannertxt h1 {
    font-weight: 600;
}

.bannertxt h1 {
    margin: 20px 0px;
}

.bannertxt h3 {
    font-weight: 400;
    padding: 20px 25%;
    line-height: 1.4;
}

.bannerdl {
    margin-top: 30px;
}

.bannerdl dd {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.bannerdl dd i {
    color: #2483de;
    font-size: 18px;
}

.bannertxt dd p {
    color: #cbcbcb;
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
}

.bannertxtlink {
    margin: 10px 0px 40px;
}

.bannerbot {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .25);
    padding: 10px 0px;
}

.bannerbot ul li {
    border-left: 1px solid #d9802f;
    padding: 0px 15px;
}

.bannerbot ul li:first-child {
    border-left: 0px;
}

.idxa_color {
    background-color: #e46128;
    color: #ffffff;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 6px;
    display: inline-block;
    transition: all .5s;
}

.idxa_color:hover {
    color: #ffffff;
    box-shadow: 0px 0px 20px rgba(246, 96, 2, .85);
}

.idxa_line {
    border: 1px solid #5d7b9d;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 6px;
    display: inline-block;
    color: #5d7b9d;
    transition: all .5s;
}

.idxa_line:hover {
    background-color: #142742;
}

.bannertxtlink a:first-child {
    margin-right: 20px;
}

.bannertxtlink a:hover {
    color: #ffffff;
}

.bannericos li {
    text-align: center;
    margin-right: 40px;
}

.bannericos li img {
    height: 100px;
    object-fit: contain;
}

.bannericos li p {
    font-size: 18px;
    color: #cbcbcb;
    margin-top: 15px;
}


.banner .swiper-slide-active .bannertxt {
    opacity: 1;
    padding-top: 60px;
}
.banner .swiper-slide-active .bannerl_txtbox {
    opacity: 1;
    padding-top: 0px;
}












.idxpro {
    /* background-color: #ebeff5; */
    /* padding-top: 50px; */
}

.idxtit h2 {
    color: #333333;
}

.idxtit p {
    color: #666666;
    margin: 20px 0px 0px;
}

.idxprobox {
    margin-top: 50px;
}

.idxprobox ul li {
    width: 19%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all .5s;
}

.idxprobox ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxprobox ul li:hover img {
    transform: scale(1.1);
}



.idxprotxt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(20, 39, 66, 0) 40%);
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all .5s;
}

.idxprotxt p {
    margin-top: 10px;
    justify-content: flex-start;
}

.idxprotxt p span {
    padding-left: 10px;
    color: #cbcbcb;
}

.idxprobox ul li:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .45);
}

.idxprobox ul li:hover .idxprotxt {
    padding-bottom: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(20, 39, 66, 0) 70%);
}

.idxservice {
    background-color: #ffffff;
}

.idxprobox_pro {
    margin-top: 50px;
}

.idxprobox_pro ul li {
    width: 19%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    transition: all .5s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    position: relative;
}

.idxprobox_pro ul li:hover {
    background-color: #142742;
}

.idxprobox_proimg {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.idxprobox_proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxprobox_pro ul {
    align-items: flex-start;
}

.idxprodesc {
    padding: 30px 10px 60px;
}

.idxprodesc h3 {
    color: #1c1738;
}

.idxprodesc p {
    color: #666666;
    margin: 15px 0px;
}

.idxprodescmore {
    justify-content: flex-start;
}

.idxprodescmore span {
    padding-left: 10px;
}

.idxprobox_proline {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}

.idxprobox_pro ul li:hover img {
    transform: scale(1.05);
}

.idxprobox_pro ul li:hover .idxprodescmore span {
    color: #ffffff;
}

.idxprobox_pro ul li:hover .idxprodesc h3 {
    color: #ffffff;
}

.idxprobox_pro ul li:hover .idxprodesc p,
.idxprobox_pro ul li:hover .idxprodesc i {
    color: #ffffff;
}

.idxprobox_pro ul li:hover .idxprobox_proline {
    background-color: #ffffff;
}

.idxabout {
    width: 100%;
    position: relative;
}

.idxaboutimg img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.idxabout .bannertxt {
    width: 50%;
}

.idxabout .bannertxt dd p {
    color: #ffffff;
}

.idxabout .idxa_color {
    box-shadow: 0px 0px 20px rgba(246, 96, 2);
}

.idxmanbox {
    margin-top: 50px;
}

.idxmanbox ul {
    justify-content: flex-start;
}

.idxmanbox ul li {
    width: 32%;
    height: 560px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 30px;
}

.idxmanbox ul li:nth-child(3n) {
    margin-right: 0px;
}

.idxmanboximg {
    width: 100%;
    height: 100%;
    display: block;
}

.idxmanboximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxmanbox ul li:hover img {
    transform: scale(1.1);
}

.idxmanbox ul li:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
}

.idxmanboxtxt {
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: 96%;
    height: 38%;
    background-color: rgba(0, 0, 0, .45);

    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.idxmantxt_rtop {
    width: 100%;
}

.idxmanbox ul li:hover .idxmanboxtxt {

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /* Safari支持 */
}

.idxmanboxtxt h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.idxmantxt_r {
    padding: 0px 0px;
    border-radius: 10px;
    transition: all .5s;
}

.idxmantxt_r p {
    color: #e2e2e2;
    line-height: 1.7;
}

.idxmantxt_r p {
    justify-content: flex-start;
    align-items: flex-start;
}

.idxmantxt_r p i {
    font-style: normal;
    width: 90%;
    padding-left: 5px;
}

.idxmantxt_rmore span {
    margin-right: 10px;
}


.idxpronav ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.idxpronav ul {
    justify-content: flex-start;
}

.idxpronav ul li:nth-child(3n) {
    margin-right: 0px;
}


.idxserv {
    /* padding-bottom: 50px; */
}

.idxservbox {
    margin-top: 50px;
}

.idxservbox ul li {
    width: 32%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 30px;
}

.idxservimg {
    width: 100%;
    overflow: hidden;
    height: 300px;
}

.idxservimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxservbox ul li:hover img {
    transform: scale(1.1);
}

.idxservbox ul li:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .45);
}

.idxservtxt {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9)20%, rgba(20, 39, 66, 0) 50%);

    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all .5s;
}

.idxservtxtbot {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    transition: all .5s;
}

.idxservtxtbot h3 {
    text-align: left;
    width: 100%;
    color: #333333;
    padding: 0px 0px 10px;
}

.idxservtxtbot_more {
    justify-content: flex-start;
    margin-top: 10px;
}

.idxservtxtbot_more span,
.idxservtxtbot_more i {
    color: #5d7b9d;
    margin-right: 15px;
}

.idxservbox ul li:hover .idxservtxtbot {
    background-color: #125196;
}

.idxservbox ul li:hover .idxservtxtbot h3,
.idxservbox ul li:hover .idxservtxtbot p {
    color: #ffffff;
}

.idxpronav ul li:hover .idxprotxt {
    padding: 20px;
}

.idxpronav .idxprotxt h4 {
    width: 100%;
    transition: all .5s;
}

.idxprotxtdesc {
    margin: 10px 0px;
}

.idxprotxtdesc h5 {
    margin-top: 5px;
}

.idxprotxtdesc_more {
    height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.idxprotxtdesc_more span {
    padding-left: 10px;
}

.idxpronav ul li:hover .idxprotxtdesc_more {
    height: 40px;
}







.fixednav.top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
}

.fixednav.tophide {
    top: -200px;
}

.idxfeap {
    background: url(../images/idxbg.jpg) no-repeat center;
    background-size: cover;
}

.idxfeap .idxtit h2 {
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .81);
}

.idxfeap .idxtit p {
    color: #cbcbcb;
    padding: 0px 22%;
}

.idxfeapbox {
    margin: 80px 0px;
    align-items: flex-start;
}

.idxfeapbox_l {
    width: 30%;
}

.idxfeapbox_l h3 {
    margin-bottom: 30px;
}

.idxfeapbox_r {
    width: 65%;
}

.idxfeapbox_r ul li {
    width: 33%;
    padding-right: 10%;
}

.idxfeapbox_r ul li i {
    color: #d9802f;
}

.idxfeapbox_r ul li h4 {
    margin-top: 30px;
}

.idxquare {
    padding: 50px 0px 0px;
}

.idxquare ul {
    margin-top: 0px;
}

.idxquare ul li {
    width: 19%;
    height: 400px;
    border: 1px solid #d9802f;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 15px;
    text-align: center;
    transition: all .5s;
}

.idxquare ul li i {
    color: #d9802f;
}

.idxquare ul li h4 {
    margin-top: 40px;
    height: 90px;
}

.idxquare ul li:hover {
    background-color: #d9802f;
    color: #ffffff;
}

.idxquare ul li:hover img {
    filter: brightness(0) invert(1);
}

.idxquare ul li:hover p {
    color: #ffffff;
}



.idxrequst {
    width: 100%;
    background-color: #1d1e26;
    padding: 30px 0px;
}

.idxreqimgs img {
    width: 100%;
}

.idxreq_l {
    width: 80%;
}


.foot {
    padding: 50px 0px 0px;
    background: url(../images/footbg.jpg) no-repeat center;
    background-size: cover;
}

.footbox {
    align-items: flex-start;
}

.footitem {
    width: 30%;
    /* min-height: 500px; */
    padding: 20px;
    /* border-left: 1px solid rgba(255, 255, 255, 0.35); */
}

.footitem:first-child {
    border-left: none;
    padding: 20px 5% 20px 0px;
    width: 40%;
}

.footitem h2 {
    margin-bottom: 20px;
}

.footitem h4 {
    margin: 30px 0px 20px;
}

.flogo {
    height: 100px;
    filter: brightness(10%) grayscale(1000%) invert(1);
}

.footlbot {}

.footlbot li {}

.footitem dl dd a {
    color: #e5e5e5;
    font-size: 20px;
    display: block;
    margin-bottom: 13px;
}

.footitem dl dd a:hover {
    color: #d9802f;
}

.footcontact dl dd a {
    color: #ffffff;
}

.footcontact dl dd a span,
.footcontact dl dd i {
    color: #d15f32;
    font-size: 20px;
}

.footcopy {
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.fcopybox {
    width: 100%;
}

.fcopubox_r a {
    padding: 0px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.fcopubox_r a:first-child {
    border-left: none;
}

.fcopubox_r a:hover {
    color: #d9802f;
}



.wapnavxl {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 88px;
    left: 0px;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
}

.wapnavxl .wapnavxlbox {
    width: 80%;
    height: 100%;
}

.wapnavxl ul {
    background-color: #ffffff;
    padding: 20px;
}

.wapnavxl ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.wapnavxl>ul>li>a {
    color: #333333;
    font-size: 18px;
}

.wapnavxl ul li i {
    font-size: 20px;
    padding-left: 40px;
}

.wapnavxl ul li a:hover {
    color: #d9802f;
}

.wapnavxl ul li i.on {
    transform: rotate(90deg);
    padding: 0px;
}

.wapernavxl {
    width: 100%;
    padding: 15px;
    display: none;
}

.wapernavxl>a {
    display: block;
    line-height: 2;
    font-size: 16px;
}

.wapsannavxl {
    justify-content: flex-start;
    margin: 10px 0px;
}

.wapsannavxl>a {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #5d7b9d;
    color: #ffffff;
    display: block;
    border-radius: 6px;
}

.acve.wapnavxl {
    top: 0px;
    transition: all .5s;
}

.wapnavico i.fa-bars,
.wapnavico i.fa-times.on {
    display: block;
}

.wapnavico i.fa-times,
.wapnavico i.fa-bars.on {
    display: none;
}

.idxgg1 img {
    width: 100%;
}


.bannerl_btn_b2 {
    background: #1964a5;
    color: #ffffff;
    border-color: #1964a5;
}
.bannerl_btn_b2:hover {
    color: #ffffff;
}

.prohtop_box,.prohbot_box {
    margin-top: 30px;
}
.prohtop_box ul li ,.prohbot_box ul li{
    width: 32.5%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all .5s;
}
.prohtop_box ul li a {
    background-color: #11416f;
    display: block;
    text-align: center;
    width: 100%;
    transition: all .5s;
    padding: 20px 0px ;
}
.prohtop_box ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .65);
}
.prohtop_box ul li:hover a {
    letter-spacing: 1px;

    color: #ffffff;
}
.prohb_img {
    height:350px;
    width: 100%;
}
.prohb_img img  {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
 .prohbot_box ul li:hover {
    box-shadow:0px 0px 15px rgba(0, 0, 0, .65);
 }
.prohbot_box ul li:hover .prohb_img img {
    transform: scale(1.1);
}
.prohb_tit {
    width: 100%;
    height: auto;
    text-align: center;
    background-color:#2a2a32 ;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px 0px;
    transition: all .5s;
}
.prohbot_box ul li:hover .prohb_tit  {
    background-color: #11416f;
}


.prohenger_box {
    margin-top: 20px;
}

.prohenger_box {
    background: linear-gradient(to right ,#1f5f9a,#225f99);
    padding: 20px 0px;
}

.prohenger_box ul li img {
    height: 30px;
    margin-right: 20px;
}

.prohenger_bot {
    background-color: #2a2b2f;
    padding: 30px 0px;
}

.prohenger_bottit h4 {
    margin: 16px 0px 20px;
}

.prohenger_botlink {
    justify-content: center;
}
.prohenger_botlink a {
    margin: 0px 10px ;
}

.prohenger_botlink p {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}


.prolistbanner {
    width: 35%;
}

.bannerl_btn_line {
    background: none;
    margin-left: 10px;
    color: #ffffff;
}
.bannerl_btn_line:hover {
    color: #ffffff;
    background: #11416f;
    border-color: #11416f;
}

.prolist_top {
    background-color:#e9eef2 ;
}

.prolist_topbox table {
    width: 100%;
    table-layout: fixed;
}
.prolist_topbox table tr:first-child {
    text-align: center;
    background-color: #d8d9dd;
}
.prolist_topbox table tr:first-child td {

    padding: 10px 0px;
}
.prolist_topbox table tr  td {
    border: 1px solid #c2c5ca;
    padding:  15px 22px;
}
.prolip_listbox {
    margin-top: 30px;
}

.prolip_listbox ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}
.prolip_listbox ul li:nth-child(3n) {
    margin-right: 0px;
}

.prolip_listboximg {
    height:330px;
    width: 100%;
    overflow: hidden;
}
.prolip_listboximg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prolip_listboxtxt h3 {
    padding: 15px 0px;
}

.prolip_listbox ul li:hover .prolip_listboximg img {
    transform: scale(1.1);
}
.prolip_listbox ul li:hover .prolip_listboxtxt {
    background-color: #223153;
}
.prolip_listbox ul li:hover .prolip_listboxtxt h3 {
    color: #ffffff;
}

.prolistp_egrd {
    /*background: url(../images/prolistbg.jpg) no-repeat center center;*/
    background-size: cover;
    width: 100%;
}

.prolistp_egrd .idxtit h2 {
    color: #ffffff;
}
.prolistp_egrdbox {
    margin-top: 40px;
}
.prolistp_egrdbox ul {
    width: 80%;
    margin: 0 auto  ;
}
.prolistp_cta {
    background-color:#deebfc ;
}

.prolistp_ctabox {
    width: 100%;
    background: url(../images/prolistline.png) no-repeat center center;
    background-size: 100% 90%;
}

.prolistp_ctabox .idxtit h4 {
    margin: 20px 0px 30px;
}

.bannerl_btn_blue {
    background: #213051;
    color: #ffffff;
    margin-left: 10px;
}
.bannerl_btn_blue:hover {
    color: #ffffff;
}

.prolistp_ctabox .idxtit p {
    margin-top: 30px;
}


.propost p a {
    font-size: 16px;
}

.proptop {
    align-items: flex-start;
}

.propt_l {
    width: 45%;
    height: 400px;
}

.propt_l .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.propt_l .swiper-slide img:hover {
    transform: scale(1.05);
}
.propt_r {
    width: 47%;
    padding-top: 10px;
}
.propt_r h2 {
    font-weight: bold;
    color: #1a497f;
}
.proptr_desc {
    border-top: 1px solid #d8d9dd;
    border-bottom: 1px solid #d8d9dd;
    padding: 20px 0px;
    margin: 20px 0px 40px;
    /*height: 200px;*/
    overflow: hidden;
}

.proptr_desc_p h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.propb_detail h3 {
    border-bottom:2px solid #0f4471;
    padding: 20px 10px;
    width: 250px;
    text-align: center;
}
.propb_content {
    border-top:1px solid #d8d9dd ;
    border-bottom: 1px solid #d8d9dd;
}
.propb_content p {
    font-size: 16px;
    line-height: 1.6;
    
}

.propb_content img {
    margin: 10px 0px;
}
.blogp_detail .propb_content img {
     margin: 10px auto;
     display: block;
}
.blogp_detail .propb_content p {
    font-size: 18px;
    line-height: 2;
}
.blogp_detail .propb_content ul li {
    font-size: 16px;
    line-height: 2;
}
.propb_next {
    padding: 15px 0px;
}
.propb_next ul li {
    width: 48%;
}
.propb_next ul li a {
    justify-content: flex-start;
    width: 100%;
}

.propb_nextico {
    width: 32px;
    height: 30px;
    background-color: #125196;
    justify-content: center;
    margin-right: 10px;
}
.propb_next ul li:nth-child(2) a {
    justify-content: flex-end;
}
.propb_next ul li:nth-child(2) .propb_nextico {
    margin-left: 10px;
    margin-right: 0px;
}




.proplikebox {
    position: relative;
    padding-bottom: 50px;
}
.proplikesimg {
    width: 100%;
    height:250px;
    overflow: hidden;
}
.proplikesimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proplikestit {
    padding: 10px 0px;
}

.proplikeswiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.proplikeswiper .swiper-slide:hover h3 {
    color: #125196;
}

.proplikepagination {
    justify-content: center;
    width: 100%;
}

.proplikepagination .swiper-pagination-bullet {
    margin: 0px 5px;
}

.neibanner .bannerimg {
    height: 60vh;
}

.neibanner .bannerl_txtbox h4 {
    margin-top: 20px;
}

.neibanner .prolistbanner {
    width: 40%;
}
.engerp_top {
    background-color: #dae3e9;
}
.engerptop table a {
    display: block;
}
.engerptop table tr:first-child {
    background-color: #c9d2d9;
}

.engerpbot_box ul li {
    height: 500px;
    position: relative;
}
.engerpbot_img {
    width: 100%;
    height: 100%;
}

.engerpbot_txt {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background:linear-gradient(to top , rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px 50px;
    text-align: center;
}
.engerpbot_txt p {
    margin-top: 20px;
    height: 55px;
}

.engerpbot_item {
    background: none;
    margin: 0px 0px 20px ;
}

.engerpbot_cta h2 {
    color: #225f99;
}

.engerp_process {
    width: 100%;
    background-color: #223153;
}

.engprocess {
    padding: 0px 10%;
}
.engprocess ul {
    margin-top: 30px;
}
.engprocessico {
    height: 20px;
}

.engerlist_top a {
    display: block;
}

.engerlist_bott {
    background-color: #223053;
}
.engerlist_bott .idxtit h2 {
    color: #ffffff;
}
.engerlist_bott .prohenger_box {
    background: none;
}

.apphomep_top {
    background-color: #dee7ee;
}
.apphomept_table a {
    display: block;
    letter-spacing: -1px;
}
.apphomept_table a img {
    height: 30px;
}

.app_plist_box {
    background-color: #171717;
}
.app_pltoplist {
    margin-top: 10px;
}
.app_pltoplist li {
    width: 32%;
    height: auto;
    transition: all .5s;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #424242;
    border-radius: 8px;
    background-color: #292d30;
}
.app_pltoplist li a {
    justify-content: flex-start;
}
.app_pltoplist li a img {
    height: 70px;
    margin-right: 20px;
}
.app_pltoplist li:hover {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
.app_pltoplist li:hover a p {
    letter-spacing: 1px;
}

.app_plbot {
    /* margin-top: 60px; */
}
.app_plbotlist {
    margin-top: 10px;
}
.app_plbotlist li {
    width: 32%;
    height: auto;
    margin-top: 20px;
}
.app_plbli_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
}
.app_plbli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app_plbli_txt {
    padding: 20px 0px;
}
.app_plbli_txt h3 {
    margin-bottom: 10px;
}

.app_plbotlist li:hover .app_plbli_img img  {
   transform: scale(1.1);
}

.appengerbott,.appengerbot_cta {
    background-color: #171717;
}

.appengerbott {
    padding-top: 50px;
}
.appengerbott .prohenger_box ul li img {
    height: 80px;
}
.appengerbot_cta .prolistp_ctabox {
    background: none;
}
.appengerbot_cta .prolistp_ctabox .idxtit p {
    color: #cbcbcb;
}

.bannerl_btn_tl {
    background:#296ac4 ;
    border-color: #296ac4;
    color: #ffffff;
}

.bannerl_btn_gray {
    background: #5b6366;
    color: #ffffff;
    border-color: #5b6366;
}
.applist_botlinks a {
    padding: 12px 36px;
    margin: 0px 5px;
}
.applist_botlinks a:hover {
    color: #ffffff;
}


.bd-breadcrumb a,.bd-breadcrumb span {
    font-size: 16px;
}


.abpagetitel {
    padding: 0px 29%;
}
.abpagetitel h3 {
    margin-bottom: 20px;
}

.abpteamlist {
    margin-top: 30px;
}
.abpteamlist ul {
    align-items: flex-start;
}
 .bloglist ul {
     justify-content: flex-start;
 }
.abpteamlist ul li {
    width: 32%;
}
.bloglist ul li {margin-right:2%;}
.bloglist ul li:nth-child(3n) {margin-right:0;}
.abpteamli_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
}
.abpteamli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abpteamlist ul li:hover .abpteamli_img img {
    transform: scale(1.1);
}
.abpteamlist ul li:hover h3 {
    color: #125196;
}

.abpteamli_desc {
    padding: 20px 0px;
    text-align: center;
}
.abpteamli_desc h3 {
    margin-bottom: 5px;
}

.abpdevebox {
    margin-top: 30px;
}
.abpdevebox ul {
    align-items: flex-start;
}
.abpdevebox ul li {
    width: 49%;
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.abpdeve_liimg {
    width: 100%;
    height: 100%;
}
.abpdeve_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abpdevebox ul li:hover .abpdeve_liimg img {
    transform: scale(1.1);
}

.abpdeve_litit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #6c7177;
}
.abpdevebox ul li:hover .abpdeve_litit {
    background-color: #2a5a8a;
}

.abpdevedesc {
    margin-top: 15px;
}

.abpagebott {
    background-color: #eaedf2;
}
.abpagebott .idxtit h2 {
    color: #333333;
}

.abpagebott .prohenger_box ul li {
    justify-content: flex-start;
}

.bloglist .abpteamli_desc {
    text-align: left;
}
.blogp_detailtop {
    padding-bottom: 30px;
}
.blogp_detailtop p span {
    margin: 0px 10px ;
}

.abpteamli_descp {
    height: 40px;
    overflow: hidden;
}

.listpages {
    margin-top: 30px;
}
.bd-pagination {
    text-align: center;
}
.bd-pagination a,.bd-pagination span {
    padding: 6px 20px;
    margin: 0px 5px;
    border: 1px solid #11416f;
}
.bd-pagination a:hover ,.bd-pagination span.current{
    color: #ffffff;
    background-color: #11416f;
}



.contactbox {
    align-items: flex-start;
}

.contact_l {
    width: 49%;
}

.contact_lbox {
    background-color: #f3f8f8;
    border: 1px solid #c7c7c7;
    padding: 30px ;
    border-radius: 10px;
    margin-bottom: 30px;
}
.contact_llist {
    margin-top: 30px;
}
.contact_llist li {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.contact_llist li img {
    height: 45px;
    margin-right: 20px;
}
.contact_llist li a {
    width: 80%;
    display: block;
    padding-top: 10px;
}

.contact_lbox_b p {
    margin: 20px 0px 10px;
}
.contact_lbox_b ul {
    padding-left: 20px;
}
.contact_lbox_b ul p {
    list-style:disc;
    line-height: 1.8;
}

.contact_r {
    background-color: #f3f8f8;
    border: 1px solid #c7c7c7;
    padding: 30px ;
    border-radius: 10px;
}
.contact_rform,.ff-default {
    margin-top: 30px;
}

.contact_rform input,.ff-default input.ff-el-form-control  {
    width: 100%;
    height: 43px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.fluentform .ff-el-group {
    margin-bottom: 0px !important;
}
.contact_rform textarea ,.ff-default textarea.ff-el-form-control{
    width: 100%;
    height:112px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
}
.contact_rform input:focus, .contact_rform textarea:focus {
    border-color: #11416f;
}
.contact_rform button,form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #2669BA;
    background-color: #2669BA;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
}

.contact_rform button:hover {
    background-color: #ffffff;
    color: #2669BA;
}
.contact_bot {
    width: 100%;
}
.contact_bot_top {
    width: 100%;
    padding: 20px 0px;
    margin: 20px 0px;
    justify-content: center;
    background-color: #f3f8f8;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
}
.contact_bot_top img {
    height: 30px;
    margin-right: 15px;
}
.contact_bot_bot {
    width: 100%;
    padding: 20px ;
    background-color: #e7f0f9;
}

.pagecontent {
    padding: 100px 0px ;
}
.pagecontent p {
    line-height: 1.8;
}

.wp-block-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wp-block-table table {
    width: 100%;
    table-layout: fixed;
    
}
.wp-block-table table tr {
    background-color: #efefef;
}
.wp-block-table table tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.wp-block-table table td {
    padding: 10px ;
    font-size: 18px;
    border: 1px solid #ccc;
}

.wp-block-table table tr:nth-child(1) {
    background-color: #1a497f;
}

.wp-block-table table tr:nth-child(1) td{
    color: #ffffff;
    font-weight: bold;
}
.wp-block-table table td:first-child {
    font-weight: bold;
}





/* solution */
.solubanner {
    position: relative;
}
.solupic img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.soludesc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding:0px 30%;
}
.soludesc h2 {
    color: #000000;
    padding-bottom: 20px;
}
.soludesc p {
    padding: 0px 18%;
}

.solumain {
    background-color: #eef3f7;
}

.solutit {
    margin-bottom: 30px;
}

.solulist ul li {
    width: 49%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.solulistimg {
    width: 100%;
    height: 400px;
}
.solulistimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solulistdes {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(to right,rgba(255,255,255) ,rgba(255,255,255,0) 60%);
}
.solulistdes img {
    height: 60px;
}
.solulistdes h3 {
    padding: 20px 50% 20px 0px;
}

.solulistdes a {
    background-color: #1a7ebc;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 6px;
}

.solulistdes a i {
    margin-left: 10px;
}

.solubot {
    background-color: #ffffff;
}
.solulistp ul {
    margin-bottom: 50px;
}
.solulistp li {
    height: 100%;
    height: 40vh;
    margin-top: 50px;
}
.solulistp_des {
    width: 50%;
    height: 100%;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:0px 50px 0px 15%;
}
.solulistp_des h3 {
    padding-bottom: 20px;
    padding-right: 10%;
}
.solulistp_des h4 {
    padding-bottom: 20px;
}
.solulistp_img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float:right;
}
.solulistp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solulistp li:nth-child(2n) .solulistp_des {
    float: right;
    padding:0px 12% 0px 50px;
}
.solulistp li:nth-child(2n) .solulistp_img {
    float: left;
}
.solulistp_deslist p {
    font-size: 20px;
    line-height: 1.8;
}

.solulistp_deslist .wp-block-heading {
    font-size: 18px;
    font-weight: normal;
}

.proplikeswiper a {
    width: 100%;
}