﻿@charset "utf-8";
.banner{position:relative;width:100%;height:25rem;background:#0b192c;margin:0 auto;overflow:hidden;clear:both}
.banner .swiper-slide{position:relative;width:100%;height:25rem;overflow:hidden;line-height:0}
.banner .swiper-slide a{display:block;width:100%;height:100%}
.banner .swiper-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.banner .banner_con{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:10;pointer-events:none;padding:3.95rem 1.05rem 0;box-sizing:border-box;display:block}
.banner .banner_con .con{pointer-events:auto;width:100%;color:#fff}
.banner .banner_con .con h2{font-size:1.8rem;font-weight:700;line-height:1.22;color:#fff;margin:0 0 1rem 0;letter-spacing:-.02rem}
.banner .banner_con .con .info{font-size:1rem;line-height:1.35;color:#fff;margin:0 0 1.25rem 0;font-weight:400;max-width:30rem}
.banner .banner_con .con .btn{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;gap:.8rem;margin-bottom:2.65rem}
.banner .banner_con .con .btn a{width:11.95rem;height:2.35rem;padding:0 .9rem 0 1rem;font-size:1rem;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;transition:all .3s ease;box-sizing:border-box;text-decoration:none}
.banner .banner_con .con .btn a span{font-size:1rem;line-height:1}
.banner .banner_con .con .btn a img{width:.95rem;height:auto;display:block;transition:transform .3s ease}
.banner .banner_con .con .btn a:hover img{transform:translateX(3px)}
.banner .banner_con .con .btn a:first-child{background:#f26522;color:#fff!important}
.banner .banner_con .con .btn a:first-child:hover{background:#f37235}
.banner .banner_con .con .btn a:last-child{background:0 0;border:1px solid #fff;color:#fff!important}
.banner .banner_con .con .btn a:last-child:hover{background:rgba(255,255,255,.15)}
.banner .banner_con .con .desc{font-size:1rem;font-weight:700;color:#fff;line-height:1.35;max-width:35rem;margin:0}
.banner .banner_con .quote{display:none}
.banner .switch{position:absolute;width:auto;bottom:1rem;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:20;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;gap:.8rem;pointer-events:auto}
.banner .switch .banner_next,.banner .switch .banner_prev{width:3.5rem;height:1.1rem;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;cursor:pointer;opacity:.9;transition:all .3s ease}
.banner .switch .banner_next img,.banner .switch .banner_prev img{width:2.4rem;height:auto;display:block}
.banner .switch .banner_next:hover,.banner .switch .banner_prev:hover{opacity:1;transform:scale(1.05)}
.banner .switch .swiper-pagination{position:relative;bottom:auto;left:auto;padding:0;margin:0;width:auto;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding-top:.5rem!important}
.banner .switch .swiper-pagination-bullet{width:.55rem;height:.55rem;background:#fff;border-radius:50%;opacity:1;cursor:pointer;margin:0 .45rem!important;transition:all .3s ease}
.banner .switch .swiper-pagination-bullet-active{background-color:#f26522}
h2.main_title{font-size:1.8rem;font-weight:700;line-height:1.25;color:#0b355f;text-align:center}
h2.main_title a{color:#0b355f}
.intro{padding:2.8rem .8rem 1.2rem;background:#fff}
.intro h2.main_title{margin-bottom:2.4rem}
.intro ul{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start;margin:0;padding:0;list-style:none}
.intro ul li{width:33.333%;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;align-items:center;-webkit-align-items:center;text-align:center;margin-bottom:2.2rem;box-sizing:border-box;padding:0 .3rem;transition:transform .3s ease}
.intro ul li:hover{transform:translateY(-4px)}
.intro ul li img{height:2.2rem;width:auto;max-width:2.8rem;object-fit:contain;margin-bottom:1rem;display:block}
.intro ul li span{display:block;font-size:1.1rem;color:#2c2c2c;line-height:1.25;text-align:center;white-space:nowrap}
.product{padding:2.8rem 1rem 3.5rem;background:#fff;box-shadow:inset 0 1rem 1rem 0 rgba(4,0,0,.05)}
.product h2.main_title{margin-bottom:1.5rem}
.product .pro_con{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;margin:0}
.product .pro_con dl{width:48.5%;border-radius:.4rem;overflow:hidden;background:#fff;box-shadow:0 .2rem 1.2rem rgba(0,0,0,.08);border:1px solid #f0f3f7;transition:transform .3s ease,box-shadow .3s ease;margin:0 0 1.2rem 0;box-sizing:border-box;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column}
.product .pro_con dl:hover{transform:translateY(-4px);box-shadow:0 .6rem 1.6rem rgba(0,0,0,.12)}
.product .pro_con dl dt{line-height:0;height:11.5rem;width:100%;background:#fff;overflow:hidden;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;padding:.8rem;box-sizing:border-box}
.product .pro_con dl dt a{display:block;width:100%;height:100%}
.product .pro_con dl dt img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}
.product .pro_con dl dt:hover img{transform:scale(1.04)}
.product .pro_con dl dd{padding:.6rem .9rem 1.4rem;margin:0;flex:1;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column}
.product .pro_con dl dd a{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;height:100%;text-decoration:none}
.product .pro_con dl dd h4{font-size:1.1rem;font-weight:700;color:#0b355f;margin:0 0 .6rem 0;line-height:1.25;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.product .pro_con dl dd p{font-size:1rem;color:#444;line-height:1.35;margin:0 0 .8rem 0;min-height:3.8rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.product .pro_con dl dd span{font-size:1rem;font-weight:400;color:#f26522;display:inline-block;margin-top:auto;transition:transform .25s ease}
.product .pro_con dl dd a:hover span{transform:translateX(4px)}
.product .pro_more{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;position:relative;width:100%;height:3.35rem;background:#f26522;border-radius:.3rem;color:#fff!important;font-size:1.1rem;font-weight:500;margin-top:.8rem;text-decoration:none;box-sizing:border-box;transition:all .3s ease}
.product .pro_more span{color:#fff;font-size:1rem;line-height:1}
.product .pro_more .arrow_icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;line-height:0}
.product .pro_more .arrow_icon svg{display:block}
.product .pro_more:hover{background:#f37235;transform:translateY(-2px);box-shadow:0 4px 12px rgba(242,101,34,.3)}
.serve{padding:2.8rem 1rem 3.5rem;background:#ececec;box-shadow:inset 0 -1rem 1rem 0 rgba(4,0,0,.05)}
.serve h2.main_title{margin-bottom:1.5rem}
.serve ul{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none}
.serve ul li{width:100%;background:#fff;border-radius:.35rem;overflow:hidden;box-shadow:0 .2rem 1rem rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}
.serve ul li h3{font-size:1.1rem;font-weight:700;color:#fff;background:#0b355f;padding:0 1rem;margin:0;height:3rem;line-height:3rem;text-align:center;box-sizing:border-box;transition:background-color .3s ease}
.serve ul li p{font-size:1rem;color:#2c2c2c;line-height:1.35;padding:.9rem 1.2rem;margin:0;text-align:center;min-height:3rem;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;box-sizing:border-box}
.serve ul li:hover{transform:translateY(-3px);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.08)}
.serve ul li:hover h3{background:#f26522}
.works{padding:2.8rem 1rem 2rem 2.5rem;background:#fff}
.works ul{margin-top:1.5rem;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-webkit-flex-wrap:wrap}
.works ul li{width:15rem;height:15rem;position:relative;background:#fff;border-radius:2.5rem;padding:1.6rem 1rem 1.6rem 1.9rem;margin-bottom:1.5rem;border:2px solid #040404;display:flex;align-items:center;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.works ul li:after,.works ul li:before{position:absolute;content:"";width:.7rem;height:.7rem;background:#040404;border-radius:50%;top:2.5rem;left:-.45rem}
.works ul li:after{top:auto;bottom:2.5rem}
.works ul li:hover{transform:translateY(-.3rem)}
.works ul li i{position:absolute;left:-2.1rem;top:50%;transform:translateY(-50%);font-style:normal;font-size:9.3rem;font-weight:900;line-height:1;color:#0b355f;font-family:inherit;user-select:none}
.works ul li i:after{position:absolute;content:"";width:3rem;height:8.2rem;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}
.works ul li:hover i{color:#f36229}
.works ul li div{width:11rem;height:11rem;padding:1.6rem .8rem;box-sizing:border-box;background:#fff;border-radius:.8rem;position:relative;z-index:2}
.works ul li div:after{position:absolute;content:"";width:12.15rem;height:12.15rem;background:url(../images/process_bg.png) no-repeat center;background-size:contain;border-radius:2rem;overflow:hidden;left:0;top:0;z-index:-1}
.works ul li div h3{margin:0 0 .4rem 0;font-weight:700;font-size:1.2rem;line-height:1.4rem;color:#0b355f;max-height:2.8rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.works ul li div p{font-size:1rem;color:#2c2c2c;line-height:1.2rem}
.cases{padding:2.8rem 1rem 3.5rem;background:#fff;box-shadow:inset 0 1rem 1rem 0 rgba(4,0,0,.05)}
.cases h2.main_title{margin-bottom:.6rem}
.cases .case_nav{display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;flex-wrap:wrap;-webkit-flex-wrap:wrap;margin:.4rem 0 1.4rem}
.cases .case_nav h3{margin:0;font-size:1.1rem;font-weight:500;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;line-height:1.4}
.cases .case_nav h3 a{color:#2c2c2c;text-decoration:none;transition:color .3s ease}
.cases .case_nav h3 a:hover{color:#f26522}
.cases .case_nav h3:not(:last-child)::after{content:"·";margin:0 .4rem;color:#2c2c2c;font-size:1rem;line-height:1;font-weight:700}
.cases ul{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;margin:0;padding:0;list-style:none}
.cases ul li{border-radius:.4rem;overflow:hidden;line-height:0;width:48.5%;height:11.4rem;margin-bottom:1rem;box-sizing:border-box}
.cases ul li a{display:block;width:100%;height:100%;line-height:0;overflow:hidden}
.cases ul li img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.cases ul li:hover img{transform:scale(1.06)}
.cases .case_more{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;position:relative;width:100%;height:3.35rem;background:#f26522;border-radius:.3rem;color:#fff!important;font-size:1.1rem;font-weight:500;margin-top:.6rem;text-decoration:none;box-sizing:border-box;transition:all .3s ease}
.cases .case_more span{color:#fff;font-size:1rem;line-height:1}
.cases .case_more .arrow_icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;line-height:0}
.cases .case_more .arrow_icon svg{display:block}
.cases .case_more:hover{background:#f37235;transform:translateY(-2px);box-shadow:0 4px 12px rgba(242,101,34,.3)}
.customer{padding:2.8rem 1rem 3.5rem;background:#ececec}
.customer h2.main_title{margin-bottom:1.5rem}
.customer .customer_con{width:100%;overflow:hidden}
.customer .customer_con .swiper-slide{width:100%}
.customer .customer_con .swiper-slide ul{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;row-gap:.9rem;margin:0;padding:0;list-style:none}
.customer .customer_con .swiper-slide ul li{width:48.5%;background:#fff;border-radius:.4rem;padding:1.2rem 1rem 1rem;padding:2rem 1.5rem;box-shadow:0 .2rem .8rem rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column}
.customer .customer_con .swiper-slide ul li:hover{transform:translateY(-4px);box-shadow:0 .5rem 1.2rem rgba(0,0,0,.08)}
.customer .customer_con .swiper-slide ul li a{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;height:100%;text-decoration:none}
.customer .customer_con .swiper-slide ul li p{font-size:1rem;font-style:italic;line-height:1.35;color:#2c2c2c;margin:0 0 .8rem 0;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.customer .customer_con .swiper-slide ul li h4{font-size:1.05rem;font-weight:700;color:#0b355f;margin:auto 0 0 0;padding-top:1rem;border-top:1px dashed rgba(44,44,44,.35);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer .switch{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;margin-top:1.6rem;gap:.9rem}
.customer .switch .c_next,.customer .switch .c_prev{cursor:pointer;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;transition:transform .25s ease,opacity .25s ease}
.customer .switch .c_next img,.customer .switch .c_prev img{width:2.4rem;height:auto;display:block;filter:grayscale(1) opacity(.55);transition:filter .3s ease}
.customer .switch .c_next:hover,.customer .switch .c_prev:hover{transform:scale(1.1)}
.customer .switch .c_next:hover img,.customer .switch .c_prev:hover img{filter:grayscale(0) opacity(1)}
.customer .switch .customer-pagination,.customer .switch .swiper-pagination{position:static;width:auto;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding-top:.4rem}
.customer .switch .customer-pagination .swiper-pagination-bullet,.customer .switch .swiper-pagination .swiper-pagination-bullet{width:.55rem;height:.55rem;background:#777;opacity:.8;border-radius:50%;margin:0!important;cursor:pointer;transition:all .3s ease;margin:0 .45rem!important}
.customer .switch .customer-pagination .swiper-pagination-bullet-active,.customer .switch .swiper-pagination .swiper-pagination-bullet-active{background:#f26522;opacity:1}
.news{padding:2.8rem 1rem 3.5rem;background:#fff}
.news h2.main_title{margin-bottom:.6rem}
.news .news_nav{display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;flex-wrap:wrap;-webkit-flex-wrap:wrap;margin:.4rem 0 2rem}
.news .news_nav h3{margin:0;font-size:1.1rem;font-weight:500;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;line-height:1.4}
.news .news_nav h3 a{color:#2c2c2c;text-decoration:none;transition:color .3s ease}
.news .news_nav h3 a:hover{color:#f26522}
.news .news_nav h3:not(:last-child)::after{content:"·";margin:0 .4rem;color:#2c2c2c;font-size:1rem;line-height:1;font-weight:700}
.news .news_list{width:100%}
.news .news_list .hot{margin-bottom:1.8rem;padding-bottom:1.8rem;border-bottom:1px solid #d2d2d2}
.news .news_list .hot a{display:block;text-decoration:none}
.news .news_list .hot h4{font-size:1.3rem;font-weight:700;color:#1e293b;line-height:1.35;margin:0 0 1rem 0;transition:color .3s ease}
.news .news_list .hot p{font-size:1rem;color:#898888;line-height:1.45;margin:0 0 1.4rem 0}
.news .news_list .hot span{display:block;width:8.8rem;height:2.5rem;line-height:2.4rem;border:.1rem solid #15262e;font-size:1rem;font-weight:500;color:#222;text-align:center;background:#fff;box-sizing:border-box;transition:all .3s ease}
.news .news_list .hot:hover h4{color:#f26522}
.news .news_list .hot:hover span{color:#f26522;border-color:#f26522}
.news .news_list ul{margin:0;padding:0;list-style:none}
.news .news_list ul li{padding:.5rem 0}
.news .news_list ul li:last-child{border-bottom:none}
.news .news_list ul li a{display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center;-webkit-align-items:center;text-decoration:none;gap:1rem}
.news .news_list ul li h4{font-size:1rem;font-weight:400;color:#2c2c2c;margin:0;line-height:1.3;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s ease}
.news .news_list ul li span{font-size:1rem;color:#888;white-space:nowrap}
.news .news_list ul li:hover h4{color:#f26522;text-decoration:underline}
.faq{padding:2.8rem 1rem 3.5rem;background:#ececec}
.faq h2.main_title{margin-bottom:1.5rem}
.faq ul{margin:0;padding:0;list-style:none}
.faq ul li{background:#fff;border-radius:.35rem;box-shadow:0 .2rem .8rem rgba(0,0,0,.03);overflow:hidden;margin-bottom:.75rem;transition:all .3s ease}
.faq ul li:last-child{margin-bottom:0}
.faq ul li h3{font-size:1rem;font-weight:600;color:#0b355f;margin:0;padding:1.1rem 1.2rem;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center;-webkit-align-items:center;cursor:pointer;user-select:none;transition:color .3s ease}
.faq ul li h3::after{content:"";width:.45rem;height:.45rem;border-right:2px solid #2c2c2c;border-bottom:2px solid #2c2c2c;transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:transform .3s ease,border-color .3s ease;margin-left:.8rem;flex-shrink:0}
.faq ul li h3:hover{color:#f26522}
.faq ul li h3:hover::after{border-color:#f26522}
.faq ul li p{display:none;margin:0;padding:0 1.2rem 1.1rem;font-size:1rem;color:#475569;line-height:1.55}
.faq ul li.on{box-shadow:0 .4rem 1.2rem rgba(0,0,0,.06)}
.faq ul li.on h3{color:#f26522}
.faq ul li.on h3::after{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);border-color:#f26522}
.contact{padding:2.8rem 1rem 3.5rem;background:#fff}
.contact .container{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;width:100%}
.contact .contact_con{width:100%}
.contact .contact_con h2{font-size:1.6rem;line-height:1.2;font-weight:700;color:#0b355f;margin:0 0 1.6rem 0}
.contact .contact_con ul{margin:0;padding:0;list-style:none}
.contact .contact_con ul li{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;width:100%}
.contact .contact_con ul li:last-child{border-bottom:none}
.contact .contact_con ul li i{width:2.1rem;height:2.1rem;background:#0b355f;border-radius:50%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;flex-shrink:0;font-style:normal;margin-right:.9rem}
.contact .contact_con ul li i img{width:1.05rem;height:auto;filter:brightness(10)}
.contact .contact_con ul li p{padding:.9rem 0;border-bottom:1px dashed #919191;flex:1;margin:0}
.contact .contact_con ul li p strong{display:block;font-size:1rem;font-weight:700;color:#0b355f;line-height:1.3}
.contact .contact_con ul li p span{display:block;font-size:1rem;color:#2c2c2c;line-height:1.35;margin-top:.2rem}
.contact .contact_con ul li p span a{color:#2c2c2c;text-decoration:none;transition:color .3s ease}
.contact .contact_con ul li p span a:hover{color:#f26522}
.contact .contact_con ul li:last-child p{border-bottom:none}
.contact #map,.contact .map,.contact gmp-map{width:100%!important;height:16rem!important;border-radius:.4rem;overflow:hidden;margin-top:1.8rem;display:block}
.request{padding:2.8rem 1rem 3.5rem;background:#0b355f}
.request .container{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;width:100%}
.request .pic{display:none}
.request .quote{width:100%}
.request .quote h2{font-size:1.6rem;font-weight:700;line-height:1.2;color:#fff;text-align:center;margin:0 0 .5rem 0}
.request .quote p.sub{font-size:1rem;color:#fff;line-height:1.3;text-align:center;margin:0 0 1.8rem 0;font-weight:400}
.request .quote ul{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;margin:0;padding:0;list-style:none}
.request .quote ul li{width:100%;position:relative;box-sizing:border-box;margin-bottom:.65rem}
.request .quote ul li.half{width:48.5%}
.request .quote ul li input,.request .quote ul li select,.request .quote ul li textarea{width:100%;background:0 0;border:1px solid rgba(255,255,255,.4);border-radius:.3rem;padding:0 .9rem;font-size:1rem;color:#fff;font-family:inherit;box-sizing:border-box;transition:all .3s ease;outline:0}
.request .quote ul li input::placeholder,.request .quote ul li select::placeholder,.request .quote ul li textarea::placeholder{color:rgba(255,255,255,.7)}
.request .quote ul li input:focus,.request .quote ul li select:focus,.request .quote ul li textarea:focus{border-color:#f26522}
.request .quote ul li input{height:2.5rem;line-height:2.5rem}
.request .quote ul li select{height:2.5rem;appearance:none;-webkit-appearance:none;cursor:pointer;color:rgba(255,255,255,.7);padding-right:2rem}
.request .quote ul li select option{background:#0b355f;color:#fff}
.request .quote ul li:has(select)::after{content:"";position:absolute;right:1rem;top:1.1rem;width:0;height:0;border-left:.25rem solid transparent;border-right:.25rem solid transparent;border-top:.3rem solid rgba(255,255,255,.8);pointer-events:none}
.request .quote ul li textarea{height:3.5rem;padding-top:.6rem;resize:none}
.request .quote ul li button{width:100%;height:2.9rem;background:#f26522;border:none;border-radius:.3rem;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease}
.request .quote ul li button:hover{background:#f3763a;box-shadow:0 .3rem 1rem rgba(242,101,34,.4);transform:translateY(-2px)}
