@charset "utf-8";

html {
    margin-top: 0px !important;
}
.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 30px;
    font-size: 20px;
    line-height: 90px;
}

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

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

.erxlnav {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 330px;
    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 15px;
    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 p {
    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: 50%;
    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_txtbox h5 {
    display: inline-block;
    margin-bottom: 0px;
    background-color: #e8620e;
    border-radius: 6px;
    padding: 10px ;
}

.bannerl_btn {
    margin: 40px 0px;
}

.bannerl_btn_y {
    padding: 12px 24px;
    font-size: 16px;
    background: #e8620e;
    border: none;
    border-radius: 4px;
    color:#ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease;
}

.bannerl_btn_y:hover {
    background: #c9530a;
    color: #ffffff;
}

.bannerl_btn_b {
    color: #ffffff;
    border: 1px solid #666666;
    background: #333333;
    border-radius: 4px;
    margin-left: 20px;
}

.bannerl_btn_b:hover {
    background: #444444;
    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: #e8620e;
}

.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;
}

.banner .swiper-slide-active .bannerl_txtbox h2 {
    /*margin-bottom: 15px;*/
}










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

.idxtit h2 {
    color: #333333;
}

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

.idxprobox {
    margin-top: 50px;
}

.idxprobox ul li {
    width: 19%;
    height: 350px;
    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) 70%);
    padding: 10px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all .5s;
}
.idxprotxt h5 {
    margin-bottom: 10px;
}
.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: 20px;
}
.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: #e8620e;
}

.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 .idxprotxt h4 {
    width: 100%;
    min-height: 50px;
    transition: all .5s;
}

.idxprotxtdesc {
    margin: 10px 0px;
}

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

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

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







.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/footbg2.jpg) no-repeat center;
    background-size: cover;
}

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

.footitem {
    width: 25%; 
    padding: 20px; 
}

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

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

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

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

.footlbot {}
.footitem dl dd {
    margin-bottom: 25px;
}

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

.footitem dl dd a:hover {
    color: #d9802f;
}
.footcontact dl dd.footicos {
    padding-left: 40px;
    background: url(../images/footico1.jpg) no-repeat left top;
    background-size: 25px;
}
.footcontact dl dd a {
    color: #ffffff;
}

.footcontact dl dd a span,
.footcontact dl dd i {
    color: #d15f32;
    font-size: 20px;
}
.footcontact dl dd.footemail {
    background-image: url(../images/footico1.jpg) ;
}
.footcontact dl dd.foottel {
    background-image: url(../images/footico2.jpg) ;
}
.footcontact dl dd.footaddress {
    background-image: url(../images/footico3.jpg) ;
    margin-bottom: 40px;
}
.footcontact dl dd.footlinks a {
    display: inline;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #ffffff;
}
.footcopy {
    width: 100%;
    padding: 20px 0px;
    margin-top: 40px;
    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: 320px;
    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: 0px;
}

.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: 250px;
    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;
}




.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: 480px;
}

.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;
}

.proptr_desc {
    border-top: 1px solid #d8d9dd;
    border-bottom: 1px solid #d8d9dd;
    padding: 20px 0px;
    margin: 20px 0px 40px;
    height: 200px;
    overflow: hidden;
}

.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,.propb_content span {
    font-size: 16px;
    line-height: 1.6;

}


.propb_content img {
    margin: 10px 0px;
}

.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;
}
.proplikebox a {
    width: 100%;
}
.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: 80vh;
}
.bannerl_txtspan {
    margin: 30px 0px 0px;
}
.bannerl_txtspan span {
    margin-right: 20px;
}
.neibanner .prolistbanner {
    width: 46%;
}

.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;
}

.abpteamlist ul li {
    width: 32%;
}

.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;
}
.bloglist ul {
    justify-content: flex-start;
}
.bloglist ul li {
    margin-right: 1.5%;
    width: 31.8%;
}
.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: 60px;
    margin-right: 20px;
}

.contact_llist li a {
    width: 80%;
    display: block;
    padding-top: 15px;
}

.contact_lbox_b p {
    margin: 20px 0px 10px;
}

.contact_lbox_b ul {
    padding-left: 40px;
}

.contact_lbox_b ul li {
    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_r .ff-t-container {
    display: flex;
    justify-content: space-between;
}
.contact_r .ff-t-container .ff-t-cell {
    width:49%;
}
.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),form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) ,form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) ,form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e8620e !important;
    background-color: #e8620e !important;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
}


.contact_rform button:hover,form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover,form.fluent_form_6 .wpf_has_custom_css.ff-btn-submit:hover  {
    color: #ffffff !important;
}
.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;
}

.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 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 li {
    height: 100%;
    height: 40vh;
}

.solulistp_des {
    width: 50%;
    height: 100%;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 50px 0px 25%;
}

.solulistp_des h3 {
    padding-bottom: 20px;
    padding-right: 10%;
}

.solulistp_des p {
    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 25% 0px 50px;
}

.solulistp li:nth-child(2n) .solulistp_img {
    float: left;
}

.solulistp_deslist dd {
    font-size: 16px;
    line-height: 1.8;
}

/* idxvaule */
.idxvaule {
    background: url(../images/idxvabg.webp) no-repeat center;
    background-size: cover;
}

.idxvaule .idxtit h3 {
    color: #999;
}

.idxvaule .idxtit h2 {
    color: #2d2d2d;
}

.idxvaulebox {
    margin-top: 50px;
}

.idxvaulebox ul {
    gap: 20px;
    align-items: flex-start;
}

.idxvaulebox ul li {
    width: 24%;
    height: 350px;
    border-left: 2px solid #9da0a7;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.idxvaulebox ul li:first-child {
    border-left: 0px;
}
.idxvaulebox ul li:hover .idxvauleicon img {
    transform: rotateY(360deg);
}
.idxvaulebox ul li p {
    font-size: 24px;
}
.idxvaulebox ul li:hover h3 {
    color: #c9530a;
}
.idxvaulebox ul li:hover p {
    text-shadow: 0px 0px 1px #c9530a;
}
.idxvauleicon {
    width: 100%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idxvauleicon i {
    font-size: 32px;
    color: #666;
}

.idxvauleicon img {
    height: 100px;
    width: auto;
}

.idxvaulebox ul li h3 {
    margin-bottom: 20px;
    color: #2d2d2d;
}

.idxvaulebox ul li p {
    color: #666;
}

/* idxvaule end */

.idxtit2 h2 {
    padding: 0px 25%;
}

.idxhrsol {
    background-color: #ffffff;
    padding-bottom: 0px;
}

.idxtit h4 {
    color: #155790;
    margin: 10px auto ;
}
.idxhrsol .idxtit h2 {
    text-transform: uppercase;
    color: #032c5e;
}

/* 全局基础样式 */
.idxhrsolbox {
    margin-top: 60px;
}

/* 页面容器 */
.solution-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* 顶部标签样式 */
.top-label {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* 主标题样式 */
.main-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: #333333;
}

/* 副标题描述 */
.sub-desc {
    font-size: 16px;
    text-align: center;
    color: #666666;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* 内容区域布局 */
.content-wrapper {
    display: flex;
    overflow: hidden;
    gap: 40px;
    align-items: flex-start;
}

/* 左侧图片区域 */
.image-area {
    flex: 1;
    height: 100%;
    position: relative;
}

.image-area img {
    width: 100%;
    height:300px;
    overflow: hidden;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-caption {
    padding:  20px 0px 0px;
}
.image-caption h3 {
    margin-bottom: 5px;
}

.image-caption p {
    height: 50px;
}

/* 图片切换动画 */
.image-slide {
    width: 49%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    height: auto;
}

 .image-slide:hover img {
     transform: scale(1.05);
 }
  .image-slide:hover h3 {
     color: #e8620e;
  }

/* 右侧Tab菜单区域 */
.tab-menu-area {
    width: 30%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;

}

/* Tab选项卡样式 */
.tab-item {
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-itembox {
    padding-left: 30px;
    border-left: 5px solid #e3e3e5;
}

.tab-item:first-child {
    padding-top: 0;
}

.tab-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tab-item.active .tab-title, .tab-item:hover .tab-title {
    color: #e8620e;
}

.tab-item.active .tab-tag , .tab-item:hover .tab-tag {
    background-color: #e8620e;
    color: #ffffff;
}

.tab-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333333;
    transition: color 0.3s ease;
}

.tab-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.tab-tag {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding: 4px 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
    transition: all 0.3s ease;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.idxggbanner .bannerl_txtbox {
    opacity: 1;
    width: 40%;
}
.idxggbanner .bannerl_txtbox h2 {
    display: inline-block;
    padding: 10px ;
    color: #38587f;
    border-radius: 6px;
    background-color: #d2ddef;
}
.idxggbanner .bannerl_txtbox h3,.idxggbanner .bannerl_txtbox h4 {
    color: #111111;
}
.idxggbanner .bannerl_txt {
    background: none;
}
.idxggbanner .bannerl_txtbox h4 {
    margin-bottom: 30px;
}

.idxggbanner .bannerimg {
    height: 85vh;
    overflow: hidden;
}
.bannerl_btn i {
    margin-left: 10px;
}
.idxggbanner .bannerimg:hover img {
    transform: scale(1.05);
}





.idxtit h5 {
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    margin: 0px auto 20px;
    border: 1px solid #c5c9d2;
}

.idxbuilt {
    background-color: #eef3f9;
}

.idxbuiltbox {
    margin-top: 60px;
}


/* 页面主容器 */
.page-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* 顶部标签样式 */
.top-badge {
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* 主标题 */
.main-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: #000000;
}

/* 主副标题描述 */
.main-desc {
    font-size: 17px;
    text-align: center;
    color: #222222;
    margin-bottom: 45px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* 内容主体布局 */
.content-grid {
    display: flex;
    gap: 25px;
    height: 700px;
    overflow: hidden;
    align-items: flex-start;
}

/* 左侧问题列表区域 */
.problems-column {
    width: 31%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0; 
}

/* 单个问题卡片 */
.problem-card {
    border: 1px solid #e0e0e0;
    padding:35px 25px;
    transition: all 0.3s ease;
}
.problem-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111111;
}

.problem-text {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
}
 .problem-card:hover {
    background-color: #c9530a;
    border-color: #c9530a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.51);
 }
 .problem-card:hover .problem-title {
    color: #fff;
 }
 .problem-card:hover .problem-text {
    color: #fff;
 }
/* 右侧图片区域 */
.image-column {
    flex: 1;
    height: 100%;
    position: relative;
}

.main-image {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

/* 图片上的标注标签 */
.image-label {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    backdrop-filter: blur(2px);
}

/* 标签位置精准还原 */
.label-1 {
    top: 38%;
    left: 52%;
}

.label-2 {
    top: 48%;
    right: 12%;
}

.label-3 {
    bottom: 18%;
    right: 18%;
}



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

.idxwhytit {
    width: 40%;
    height: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.idxwhytit h4 {
    display: inline;
    border: 1px solid #454e5c;
    border-radius: 8px;
    padding:10px;
    color: #a1b1c0;
    background-color: #293241;
}
.idxwhytit h2 {
    padding: 30px 0% 30px 0px;
}
.idxwhytit h3 {
    padding-right:5%;
}
.idxwhyline {
    width: 100%;
    margin-top: 30px;
}
.idxwhytit h6 { 
    width: 100%;
    background: url(../images/idxline.png) no-repeat left bottom;
    background-size: 100% auto;
    padding:20px 0px;
}
.idxwhytit a {
    padding:10px 20px ;
    display: inline-block;
    border-radius:30px;
    border: 1px solid #e0e0e0;
    margin-top: 4dvh;
}
.idxwhytit a:hover {
    background-color: #c9530a;
    color: #fff;
    border-color: #c9530a;
}

.idxtit h6 {
    margin-bottom: 20px;
}



.promain {
    width: 100%; 
}

.prodetop {
    width: 100%;
}

.prodet_l {
    width: 45%;
}
.prodet_l h4 {
    margin: 30px 0px;
    color: #e8620e;
}
.prodet_l ul h6{
    margin: 20px 0px 10px;
}
.prodet_l ul li {
    line-height:1.8;
}

.prodet_r {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
}
.prodet_r img {
    width: 100%;
    padding: 15px;
    transition: all 0.5s ease;
}

.prodet_r:hover img {
    transform: scale(1.04);
    transition: all 0.5s ease;
}
.prodejgp {
    padding: 80px 50px;
    background-color: #ffffff;
}

.prodejg_box {
    margin-top: 50px;
}
.prodejg_box ul li {
    width: 20%;
    transition: all 0.5s;
}
.prodejg_box ul li:hover {
    padding-left: 15px;
}
.prodejg_box ul {
    align-items: flex-start;
}
/* .prodejg_box ul li:first-child .prodejg_liico span {
    color: #ff6600;
} */
.prodetit h5 {
    margin-bottom: 20px;
    color: #e8620e;
}
.prodejg_lides h3 {
    margin: 15px 0px;
}
.prodetit p {
    margin-top: 15px;
}
.prodejgp_img img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.prode_value {
    padding:0px 50px;
}
.prodeva_box {
    margin-top: 50px;
}
.prodeva_box ul {
    align-items: flex-start;
}
.prodeva_box ul li {
    width: 24%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid #e0e0e0   ;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
    transition: all 0.5s ;
}
.prodeva_box ul li:hover {
    margin-top: -15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}

.prodeva_lides h3 {
    margin: 10px 0px ; 
    
}
.prodeva_liico img {
    height:80px;
    display: block;
    margin: 0px auto 20px;
}
 
.prodeva_box ul li:hover h3 {
    color:#c9530a;
}
.prodeva_box ul li:hover .prodeva_liico img  {
    filter: invert(90%);
}

.prode_chall {
    background-color: #ffffff;
    padding: 80px 50px ;
}

.prodecha_box {
    margin-top: 50px;
}
.prodecha_box ul {
    align-items: flex-start;
}
.prodecha_box ul li {
    width: 32%;
    background-color: #ebf0f4;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ;
    margin-bottom: 30px;
    padding:  30px;
}
.prodecha_lidesc h3 {
    margin: 15px 0px ;
}
.prodecha_box ul li:hover {
    background-color: #c9530a;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}
.prodecha_box ul li:hover h3 {
    color: #fff;
}
.prodecha_box ul li:hover span {
    color: #fff;
}
.prodecha_box ul li:hover p {
    color: #fff;
}

.prode_type {
    background-color: #ffffff;
    padding: 0px 50px 80px ;
}

.prodetyp_box {
    margin-top: 50px;
}


.prodetyp_box .idxpronav ul li {
    width: 49%;
}
.prodetyp_box .idxpronav ul li:nth-child(2n) {
    margin-right: 0px;
}
.prodetyp_box .idxpronav ul li:nth-child(3n) {
    margin-right: 2%;
}
.prodetyp_box  .idxpronav .idxprotxt h4 {
    min-height: auto;
}


.prodefoot {
    background-color: #1e344c;
    padding: 80px ;
}

.prodeftit h4 {
    padding: 20px 25% 30px;
}

.prodefoot2 {
    background-color: #2e2e2e;
}

.prodefoot2 h4 {
    margin-bottom: 30px;
}


.howit {
    background-color: #e9ecf3;
}

.whybuilt {
    background-color: #e9ecf3;
}



.profeat_box {
    align-items: flex-start;
}
.profeat_l {
    text-align: right;
    padding-top: 60px;
}
.profeat_l img {
    width:   55%;
}
.profeat_l2 img {
    width:  65%;
}
.profeat_r {
    padding-top: 60px;
}
.profeat_r ul li {
    line-height: 2.4;
}
.profeat_r ul li:hover {
    color: #c9530a;
}
.protyp_box {
    margin-top: 50px;
}
.protyp_box ul li {
    width: 32%; 
    height: 250px;
    margin-right: 2%;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    transition: all 0.5s ;
    margin-bottom: 30px; 
    position: relative;
}
.protyp_box ul li:nth-child(3n) {
    margin-right: 0px;
}
.protyp_liico {
    width: 100%;
    height: 100%;
}
.protyp_liico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.protyp_lides {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top , rgba(0,0,0,1),20%,rgba(0,0,0,0)); 
    text-align: center;
    transition: all 0.5s ease;
    align-items: flex-end;
    justify-content: center;
}
.protyp_lides h3 {
    margin: 15px 0px ;
}
.protyp_box ul li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}
.protyp_box ul li:hover .protyp_liico img {
    transform: scale(1.06);
    transition: all 0.5s ease;
}
.protyp_box ul li:hover .protyp_lides h3 {
    color:#ff8133
}

.proinval {
    background-color: #e9ecf3;
}

.proinval_box ul li {
    width: 32%;
    height: 280px;
}

.proinval_box2 ul li {
    height: 320px;
}

.proinval2 {
    background-color: #ffffff;
}

.econwhy,.econval,.whybuilt2 {
    background-color: #ffffff;
}

.econprofeat,.profeat2 {
    background-color: #e9ecf3;
}

.econhow {
    background-color: #e6eff8;
}
.prodejgp_img2 img {
    width: 80%;
}


.prodet_r2 img {
    border-radius: 26px ;
    overflow: hidden;
}
.chemicalitem2 ul {
    margin-top: 30px;
    align-items: flex-start;
}
.chemicalitem2 ul li {
    width: 49%;
    height: 260px;
    position: relative;
    border-radius: 10px;
    transition: all .5s;
    margin-top: 30px;
    overflow: hidden;
    padding: 30px;
    background-color: #4a6075;
}
.ccalboxdes h3 {
    margin-bottom: 15px;
}
.ccalboxdes p {
    padding-right:50%;
}
.ccalboximg {
    position: absolute;
    transition: all .5s;
    bottom:30px;
    right: 30px; 
    height: 45%;
    overflow: hidden;
}
.ccalboximg img {
    height: 100%;
}
.chemicalitem2 ul li:hover {  
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}

.chemicalitem2 ul li:hover .ccalboximg  {
    transform: scale(1.2);
}
.chemicalitem2 ul li:hover .ccalboxdes h3 {
    color: #c9530a;
}

.chclengerbox ul {
    margin-top: 50px;
    align-items: flex-start;
}

.chclengerbox ul li {
    width: 24%;
    height:400px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eaedf2;
    transition: all .5s;
}

.chclengerboximg {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.chclengerboximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.chclengerboxdesc {
    padding: 20px;
    height: 50%;
    width: 100%;
}
.chclengerboxdesc h3 {
    margin-bottom: 10px;
}
.chclengerbox ul li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .45);
}
.chclengerbox ul li:hover .chclengerboxdesc {
    background-color: #c9530a;
}
.chclengerbox ul li:hover .chclengerboxdesc h3 {
    color: #fff;
}
.chclengerbox ul li:hover .chclengerboxdesc  p {
    color: #fff;
}
.chclengerbox ul li:hover .chclengerboximg img {
    transform: scale(1.06);
    transition: all 0.5s ease;
}

.profeat3,.proinval3 {
    background-color: #363c48;
}

.chclsolubox ul {
    margin-top: 30px;
    align-items: flex-start;
}

.chclsolubox ul li {
    width: 49%;
    height: 200px;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px ;
    align-items: flex-start;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .5s;
}

.chclsoluboxdesc {
    width: 60%;
    transition: all .5s;
}
.chclsoluboxdesc h3 {
    margin-bottom: 15px;
}
.chclsoluboximg {
    width: 40%;
    height: 100%;
    text-align: right;
}
.chclsoluboximg img {
    height: 100%;
}

.chclsolubox ul li:hover {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .35);
}
.chclsolubox ul li:hover .chclsoluboxdesc {
    padding-left: 10px;
}
.chclsolubox ul li:hover .chclsoluboxdesc h3 {
    color: #c9530a;
}
.chclsolubox ul li:hover .chclsoluboximg img {
    transform: scale(1.1);
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}


.chclwhybox ul {
    margin-top: 50px;
    align-items: flex-start;
}

.chclwhybox ul li {
    width: 49%;
    height:150px;
    border-radius: 10px;
    align-items: flex-start;
    overflow: hidden;
}

.chclwhybox_img {
    width: 30%;
    height: 100%;
    text-align: right;
}
.chclwhybox_img img { 
    height: 60%;
    transition: all 1s;
}
.chclwhybox_desc {
    width: 70%;
    padding-left: 30px;
}
.chclwhybox_desc h3 {
    margin-bottom: 10px;
}
.chclwhybox_desc p {
    padding-right: 10%;
}

.chclwhybox ul li:hover .chclwhybox_desc h3 {
    color: #c9530a;
}
.chclwhybox ul li:hover .chclwhybox_img img {
    transform: rotate(360deg);
}
.chclwhybox ul li:hover .chclwhybox_desc p {
    letter-spacing: 0.1px;
}

.proinval_box3 ul li {
    border: 0px;
    background-color: #4a6075;
}

.proinval_box3 ul li:hover .prodeva_lides p {
    color:#111111
}
.induspagefoot {
    background: url(../images/indusfbg.webp) no-repeat center;
    background-size: cover;
}
.induspagefoot h5 {
    padding-bottom: 20px;
}
.induspagefoot h2 {
    padding:0px 20%;

}

.induspagefoot h4 {
    padding: 20px 20% 40px;
}


.casetables {
    margin-top: 50px;
}
.casetables table {
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
}
.casetables table tr {
    background-color: #eef1f8;
    color: #fff;
    border: 1px solid #fff;
}
.casetables table tr:nth-child(2n) {
    background-color: #ffffff;
}
.casetables table tr>td {
    padding: 15px;
    font-size: 20px;
}
.casetables table tr:first-child {
    background-color: #4a6075;
}
.casetables table tr:first-child td {
    color: #fff;
}

.prodeva_box2 ul li {
    box-shadow: unset;
    border: 0px;
}

.prodetop2 {
    margin-top: 50px;
}
.prodetop2 ul {
    margin: 30px 0px;
}

.prodeva_box3 ul li{
    box-shadow: unset;
    height: 310px;
}

.prodeva_box4 ul li:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .35);
}

.prodeva_box4 ul li {
    height: 300px;
}

.prodet_l2 h4 {
    margin-top: 0px;
}

.casepagebot {
    background-color: #191d29;
}
.casepagebot h2 {
    padding: 20px 10% 0px;
}

.techpagepic,.techpageitem {
    margin-top: 50px;
}
.techpagepic img {
    max-width:80%;
    display: block;
    margin: 0 auto;
}

.techpagebox {
    margin-top: 30px;
}
.techpagebox ul {
    padding: 30px 0px;
}
.techpagebox ul li img {
    height: 20px;
    display: block;
    margin: 10px auto;
}

.proinval4 {
    background: radial-gradient(circle, #203560 0%, #0f1a33 100%);
}

.prodet_ltech {
    width: 100%;
}
.prodet_ltech ul {
    margin: 20px 0px;
}
.prodet_ltedl {
    margin-top: 30px;
    align-items: flex-start;
}
.prodet_ltedl dd {
    width: 25%;
    padding: 0px 3%;
    text-align: center;
}
.prodet_ltedl dd img {
    height: 100px;
    width: auto ;
    display: block;
    transition: all 0.5s linear;
    margin: 10px auto;
}
.prodet_ltedl dd:hover img {
    transform: rotateX(360deg);
}
.techcorrbox2 {
    width: 100%;
    margin-top: 0px;
}
.techcorrbox2 .techpagepic2 {
    margin-top: 0px;
}
.techpagepic2 img {
    width: 100%;
    max-width: 100%;
}
.tecopabox3 {
margin-top: 50px;
}
.tecopabox3 ul {
    padding: 0px 12%;
    justify-content: center;
}
.tecopabox3 ul li {
    width: 33%;
    height: 220px;
    flex-direction: column;
    justify-content: center;
    padding: 0px 4%;
    border-left: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
 
.tecopabox3 ul li img {
    height: 100px;
    width: auto;
    display: block;
    transition: all 0.3s linear;
    margin: 0 auto 20px ;
}
.tecopabox3 ul li h3 {
    text-align: center;
}
.tecopabox3 ul li:hover img {
    transform: rotateY(180deg);
}
.tecopabox3 ul li:nth-child(1),.tecopabox3 ul li:nth-child(4) {
    border-left: 0px;
}
.tecopabox3 ul li:nth-child(4),.tecopabox3 ul li:nth-child(5),
.tecopabox3 ul li:nth-child(6) {
    border-bottom: 0px;
}


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

.techdeepbox1 {
    margin: 15px 0px;
   
}
.techdeepbox1  li dl{
    justify-content: flex-start;
    margin-bottom: 10px;
}
.techdeepbox1  li img {
    height: 20px;
    width: auto;
    display: block;
    margin: 0px 6px 0px 0px;
}
.techdeephbox3 ul {
    align-items: flex-start;
    padding: 0 12%;
}
.techdeephbox3 ul li {
    width: 49%;
    position: relative;
}
.techdeephbox3imgs {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}
.techdeephbox3imgs img { 
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.techdeephbox3 ul li:hover .techdeephbox3imgs img {
    transform: scale(1.1);
}
.techdeephbox3 ul li p {
    padding: 15px 0px;
}

.techdeephbox3 ul li h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 16px 16px 0px 0px;
    background-color: rgba(0, 0, 0, 0.5);
   text-align: center;
   padding: 15px 0px;
   z-index: 9;
}

.techowitem{
    background-color: #ffffff;
}
.techdeephbox4 img {
    max-width: 100%;
    width: 100%;
}

.techdeepbox5 ul li{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.teheexbox1 {
    margin-top: 50px;
}
.teheexbox1 table {
    width: 100%;
    table-layout: fixed;
}
.teheexbox1 table tr {
    background-color: #ffffff;
}
.teheexbox1 table tr:nth-child(2n) {
    background-color: #ebeef5;
}
.teheexbox1 table tr td {
    padding:  10px;
    font-size: 20px;
    text-align: center;
}
.teheexbox1 table tr td:first-child {
    text-align: left;
    font-weight: bold;
}
.teheexbox1 table tr td span {
    font-size: 30px;
}
.teheexbox1 table tr td span.yd1 {
    color: #3a7cBc;
}
.teheexbox1 table tr td span.yd2 {
    color: #cfd4da;
}


.teheexbox2why {
    background:url(../images/teheexbox2.webp) no-repeat center;
    background-size: cover;
}

.teheexbox2 ul li {
    background-color: #ffffff;
    width: 32%;
    height: 280px;
}

.teheatexbox4 ul li {
    width: 32%;
    height: auto;
    box-shadow: unset;
    border: 0px;
}
.teheatexbox4 ul li:hover {
    margin-top: 0px;
}

.teheatexbox4 ul li .prodeva_lides {
    text-align: left;
    background: url(../images/teheatexwhyico4.png) no-repeat left top;
    padding-left: 20px;
    background-position-y: 10px;
    background-size: 10px;
}

.tewhyflubox2 {
    background:#edf1f4;
}

.chclsolubox2 ul li {
    border: 1px solid #dddddd;
    height: 170px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.chclsolubox2 ul li .chclsoluboximg {
    text-align: left;
    margin-right: 50px;
    width: auto;
}
.chclsolubox2 ul li .chclsoluboximg img {
    height: 100px;
}
.chclsolubox2 ul li .chclsoluboxdesc {
    width: 70%;
}

.abpgwho h5 {
    padding: 20px 0px 0px;
}
.abpgwho p {
    padding:0px 25% ;
}

.abpgman {
    position: relative;
    padding-bottom: 200px;
}
.abpgman h3 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
}
.abpgmanpic {
    
    width: 100%;
}

.abpgman_tit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9;
    padding-top: 80px;
}

.abpman_list {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9;
    padding-bottom: 80px;
}
.abpman_list ul li {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 2px solid #e8620e;
    height: 200px;
    width:24%;
    transition: all 0.3s ;
    padding: 30px 20px;
}
.abpman_list ul li h4 {
    margin-bottom: 10px;
}
 
.abpman_list ul li:hover {
    margin-top: -25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.abpgnums {
    background-color: #737780;
}

.abpgnumbox {
    padding-top: 50px;
}

.idxgfnumbox ul li {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #c9530a;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
}
.idxgfnumbox ul li .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
} 
.idxgfnumbox ul li i {
    font-style: normal;
}
.idxgfnumbox ul li:hover {
    transform: scale(1.05);
}
.abpgtechimg {
    margin-top: 50px;
}
.abpgtechimg img {
    width: 100%;
}

.abpgprgectbox {
    position: relative;
    margin-top: 40px;
}
.abpgprgectimgs {
    width: 100%;
}

.abpgprgtdesc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top , rgba(0,0,0) ,30%, rgba(0,0,0,0));
}
.abpgprgtdesc h4 {
    margin-bottom: 10px;
}

.abpgquabox {
    margin-top: 50px;
}
.abpgquabox ul li {
    width: 24%;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
}
.abpgquabox ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abpgquabox ul li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.abpgquabox ul li:hover img {
    transform: scale(1.1);
}