@charset "utf-8";

@font-face {
    font-family: PingFangSC;
    src: url('/static/web/font/PingFangSC.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: PingFangSC, PingFang SC;
}

fieldset,
img {
    border: 0;
}

ul,
ol,
li {
    list-style: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
    *font-size: 100%;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/**Common Css**/
.fr {
    float: right;
    *display: inline;
}

.fl {
    float: left;
    *display: inline;
}

.hidden {
    display: none;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

/*清除浮动*/
.clearfix {
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.disflex-alt {
    display: flex;
    align-items: center;
}

.disflex-bet {
    display: flex;
    justify-content: space-between;
}

/* 头部 */
.header {
    height: 78px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.headerNoBg {
    height: 78px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
}


.nav {
    z-index: 100;
    height: 78px;
    margin: 0 auto;
}

.indexlogo {
    width: 127px;
    height: 37px;
    display: block;
}

.navBox ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.76);
    padding: 0 20px;
    position: relative;
    height: 78px;
    line-height: 78px;
    display: block;
    white-space: nowrap;
}

.navBox ul li a:hover {
    color: white;
}

.navBox ul li.active a {
    color: #FFFFFF;
    font-weight: bold;
}

.navBox ul li.active a::after {
    content: "";
    width: 64px;
    height: 4px;
    background: linear-gradient(270deg, #2EAFF9 0%, #60C5FE 100%);
    border-radius: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    animation: slidein 1s;
}

@keyframes slidein {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.headerActive {
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, .2);
    background: #FFFFFF;
    z-index: 1000;
}

.headerActive ul li.active {
    background: linear-gradient(309deg, #1881BC 0%, #2E99D4 100%);
    box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.08);
}

.headerActive ul li.active a::after {
    width: 0;
}

.headerActive .navBox ul li a {
    color: #333333;
}

.headerActive ul li.active a {
    color: #FFFFFF;
}

.headerActive .navBox ul li:not(.active):hover a {
    color: #006AA5;
}

/* 底部 */
.footer {
    width: 100%;
    height: 254px;
}

.footer > .w1200 {
    height: 254px;
}

.linkList {
    margin-bottom: 20px;
}

.linkList span {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.linkList:last-child {
    margin-bottom: 30px;
}

.linkList a {
    margin-left: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.contList {
    margin-bottom: 20px;
}

.contList span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 30px;
}

.contList img {
    margin-right: 10px;
}

.Copyright {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.phoneBox p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.phoneBox h3 {
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 8px;
}

.qrCode {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    color: #FFFFFF;
}

.qrCode img {
    width: 132px;
    height: 132px;
    display: block;
    margin-bottom: 12px;
}

/* 内页轮播图  */
/* 样式一 */
.bannerBox {
    position: relative;
    height: 596px;
}

.bannerBox img {
    width: 100%;
    height: 596px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.comBanWord {
    position: absolute;
    top: 154px;
    left: 18%;
    color: #FFFFFF;
}

.comBanWord h4 {
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 66px;
}

.comBanWord span {
    font-size: 26px;
    color: #FF5F2D;
    line-height: 40px;
}

.comBanWord p {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
    max-width: 392px;
    margin-top: 10px;
    margin-bottom: 17px;
}

.comBanWord h5 {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: normal;
}

.orangeh5 {
    color: #FF5F2D !important;
}

.comBanWord h5 span {
    line-height: 26px;
    font-weight: bold;
    font-size: 40px;
}

.comBanBtn {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.comBanBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comBanBtn a:nth-child(1) {
    width: 216px;
    height: 56px;
    background: #1092DA;
    border-radius: 4px;
    margin-right: 24px;
    font-size: 18px;
    color: #FFFFFF;
}

.comBanBtn a:nth-child(2) {
    width: 132px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 18px;
}

/* 样式二 */
.comBanWord1 {
    position: absolute;
    top: 180px;
    left: 50%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}

.comBanWord1 p {
    max-width: 424px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    text-align: center;
}

.comBanWord1 h4 {
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 66px;
}

.comBanWord1 a {
    width: 230px;
    height: 56px;
    background: #1092DA;
    border-radius: 4px;
    margin-right: 24px;
    font-size: 18px;
    margin-top: 53px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 获取报价 */
.getQuotation {
    width: 100%;
    height: 270px;
}

.gqTitle {
    text-align: center;
    padding-top: 50px;
}

.gqTitle h4 {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 34px;
    justify-content: center;
}

.gqTitle h4 span {
    color: #006AA5;
}

.gqTitle p {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-top: 14px;
}

.getQuotation ul {
    margin-top: 28px;
}

.getQuotation ul li {
    width: 260px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3EBF9;
}

.getQuotation ul li span {
    color: #FF7020;
}

.getQuotation ul li input {
    height: 50px;
    flex: 1;
}

.getQuotation ul li:nth-child(1) {
    width: 360px;
}

.getQuotation ul li:last-child {
    width: 236px;
    padding: 0;
    color: #FFFFFF;
    border-color: #006AA5;
    font-size: 18px;
}

.getQuotation ul li input[type='button'] {
    background: #006AA5;
    color: #FFFFFF;
    cursor: pointer;
}

/* 侧边按钮 */
.sidebar {
    padding: 10px 0;
    width: 60px;
    height: 240px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    right: 64px;
    z-index: 1000;
    top: 290px;
}

.sidebar img {
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
}

.sideBarBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebarPosi {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
    padding: 16px 16px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    right: 50px;
    color: #73767C;
    white-space: nowrap;
    display: none;
}

.sidebarImg {
    font-size: 14px;
    color: #010101;
}

.sidebarPoBox {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
    right: -10px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.sidebar img.sideCode {
    width: 113px;
    height: 113px;
    display: block;
    margin-bottom: 10px;
}

.hasChild:hover .sidebarPosi {
    display: flex;
}

/* 一键获取方案弹窗 */
.offerPopup,
.confirmPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.offerCenter {
    width: 756px;
    height: 458px;
    background: #FFFFFF;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0 24px;
    padding-top: 50px;
}

.offerInput input {
    width: 324px;
    height: 42px;
    background: #F9FAFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ECEEFA;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
}

.offerInput input:focus {
    border: 1px solid #2facf2;
    background: #e4f5ff;
}

.offerCenter ul li {
    margin-bottom: 23px;
}

.offerCenter ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #4E5059;
    line-height: 20px;
    margin-bottom: 8px;
}

.offerTextarea p span {
    color: red;
}

.textareas {
    width: 708px;
    height: 102px;
    background: #F9FAFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ECEEFA;
    box-sizing: border-box;
    padding: 10px 12px;
    resize: none;
}

.offerBtn {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    align-items: center;
}

.offerBtn div {
    width: 88px;
    height: 40px;
    border-radius: 32px 32px 32px 32px;
    border: 1px solid #EEEFF1;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    cursor: pointer;
}

.offerBtn div.sureBtn {
    background: #12A1F0;
    border: 1px solid #12A1F0;
    color: #fff;
}

.offerBtn div.sureBtn:hover {
    background: #2caff9;
    border: 1px solid #2caff9
}

.cancleBtn:hover {
    background: #f4f4f5;
}

.confirmCenter {
    width: 478px;
    background: #FFFFFF;
    padding: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 24px;
}

.popupTitle h3 {
    font-size: 20px;
    color: #000000;
}

.closeIcon {
    display: block;
    width: 12px;
    height: 12px;
}

.popupTitle {
    margin-bottom: 16px;
}

.confirmCenter > p {
    font-size: 16px;
    color: #4E4D5C;
    line-height: 20px;
}

.confirmCenter .offerBtn {
    margin-top: 40px;
}

.closeIcon {
    cursor: pointer;
}

/* 无结果 */
.nodata {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A7A7A7;
    flex-direction: column;
    padding: 100px 0;
    width: 1200px;
}

.nodata p {
    margin-left: 100px;
    margin-top: 50px;
}


.pageFooter {
    position: relative;
}

.closeWrapper {
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 15px 0;
    width: 100%;
}

.closeBox {
    width: 1200px;
    margin: 0 auto;
}

.closeTitle {
    width: 100%;
    font-size: 28px;
    color: #0A151F;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
}

.closeDes {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}

.closeTitle > span {
    color: #006AA5;
}

.offerProject {
    margin-top: 20px;
    display: flex;
}

.offerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    background: #006AA5;
}

.inputBox > input {
    padding-left: 20px;
    width: 280px;
    height: 51px;
    background: #FFFFFF;
    font-size: 14px;
    border: 1px solid #E3EBF9;
}

.inputBox {
    position: relative;
    margin-right: 20px;
}

.inputBox:last-child {
    margin-right: 0;
}

.position {
    position: absolute;
    right: 28px;
    top: 14px;
    width: 50px;
}

.position > img {
    width: 100%;
}

.demandWrapper {
    /*margin-top: 60px;*/
    padding-bottom: 70px;
}

.demand {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demandTitle {
    margin-top: 30px;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    letter-spacing: 3px;
}

.demandTitle > span {
    color: #006AA5;
}

.demandDesc {
    margin-top: 16px;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.demandForm {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.inputBox > input {
    padding-left: 20px;
    width: 280px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #E3EBF9;
}

.inputBox {
    position: relative;
    margin-right: 20px;
}

.inputGroup {
    display: flex;
}

.inputBox:last-child {
    margin-right: 0;
}

.demandTextarea {
    padding: 16px 20px;
    margin-top: 30px;
    font-size: 14px;
    width: 100%;
    height: 100px;
    border: 1px solid #E3EBF9;
    resize: none;
}

.submitBtn {
    margin-top: 20px;
    width: 490px;
    height: 52px;
    background: #006AA5;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.footLayoutBox {
    margin: 0 auto;
    width: 100%;
    height: 253px;
    background-size: cover;
}


/* swiper */
.swiper-container {
    /*height: 597px;*/
}

.swiper-container .swiper-wrapper {
    height: auto !important;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanPage {
    width: auto !important;
    height: 34px;
    background: rgba(0, 0, 0, 0.33);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 5% !important;
    padding: 0 30px;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
    margin-right: 16px !important;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
    position: relative;
    box-sizing: border-box;
}

.pageTop .swiper-slide > img {
    width: 100%;
    /*height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
}

.pageTop .swiper-slide {
    /*height: 100%;*/
}

.swiper-slide {
    height: auto !important;
}

.swiper-pagination-bullet-active::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerWord {
    position: absolute;
    z-index: 100;
    top: 200px;
    left: 18%;
    color: #FFFFFF;
}

.bannerWord1 {
    position: absolute;
    z-index: 100;
    top: 225px;
    right: 17%;
    color: #000000;
}

.bannerWord2 {
    position: absolute;
    z-index: 100;
    top: 300px;
    right: 10%;
    color: #FFFFFF;
}

.swiper-slide {
    position: relative;
}

.bannerTitle {
    align-items: flex-end;
    margin-bottom: 20px;
    line-height: 1;
}

.bannerTitle h3 {
    font-size: 40px;
    font-weight: bold;
    margin-right: 20px;
}

.bannerTitle span {
    font-size: 28px;
    margin-left: 24px;
}

.subTitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
    width: 417px;
}

.bannerBtn {
    width: 195px;
    height: 64px;
    background: #22A57F;
    justify-content: center;
    margin-top: 64px;
    border-bottom-right-radius: 32px;
    font-size: 18px;
}

.bannerBtn img {
    margin-left: 10px;
}

.bannerWord1 > .bannerBtn {
    background: #00659D;
    color: #FFFFFF;
}

.bannerWord2 > .bannerBtn {
    background: rgba(215, 215, 215, 0.32);;
    color: #FFFFFF;
}

/* tabbar */
.herderTabbarWrapper {
    width: 100%;
    height: 92px;
    background: #0D6C9C;
}

.herderTabbar {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.herderTabbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.herderTabbarItem {
    width: 64px;
    height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
}

.herderTabbarItemActive {
    position: relative;
    font-weight: bold;
}

.herderTabbarItemActive::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 28px;
    height: 4px;
    border-radius: 11px;
    background: #FFFFFF;
}

.horizonCenter {
    width: 1200px;
    margin: 0 auto;
}

/* y */

.contentItem {
    padding: 100px 0 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.required {
    position: absolute;
    left: 10px;
    top: 16px;
    color: red;
}

.disNone {
    display: none !important;
}

.floatRightBar {
    position: fixed;
    width: 60px;
    top: 30vh;
    right: 36px;
    min-height: 135px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 0 0 15px;
    align-items: center;
    z-index: 100;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
}

.floatRightBar a > img {
    width: 20px;
    height: 20px;
    margin-top: 30px;
}

.navBox .telephoneItem {
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.navBox .telephoneItem img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.floatImg {
    position: absolute;
    left: -125px;
    width: 120px;
    flex-direction: column;
    top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    background: white;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.floatImg > img {
    width: 101px;
    height: 101px;
}

.floatTellNum {
    padding: 10px 14px;
    position: absolute;
    left: -205px;
    top: 16px;
    background: #FFFFFF;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    white-space: nowrap;
    font-size: 18px;
    color: #73767C;
    line-height: 25px;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.floatQQNum {
    padding: 10px 14px;
    position: absolute;
    left: -215px;
    top: 66px;
    background: #FFFFFF;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    white-space: nowrap;
    font-size: 18px;
    color: #73767C;
    z-index: 2;
    line-height: 25px;
}

.positionImg {
    position: absolute;
    top: 40%;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
}

.postionTell {
    position: absolute;
    top: 34%;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;

}

/* y end */

.content {
    min-height: 600px;
}

/* 分页器 */
.myPage {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.pageImgl {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 5px;
}

.pageImgr {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 5px;
}

/* 分页器end */

/* 空布局 */
.emptyBox {
    height: 400px;
    display: flex;
    font-size: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #006AA5;
}

.emptyBox .emptyBoxTips {
    margin-top: 25px;
}

/* 空布局end */

.lineText, .lineText1 {
    flex-direction: row;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lineText2 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lineText3 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lineText4 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* 03-07 */
.bottomCloseBar {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.bottomCloseBarBox {
    width: 1200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomCloseTitle {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.bottomCloseBtn {
    background: #0AA5E6;
    color: white;
    width: 160px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 100px;
}

.bottomCloseBarBox .position {
    right: 100px;
    transform: translateY(-50%);
    top: 50%;
    width: 20px !important;
    height: 20px !important;
}

.bottomCloseBarBox .position img {
    width: 20px;
    height: 20px;
}

.floatTips {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 5px 10px 0 10px;
}

.floatClose {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    cursor: pointer
}


/* 05-21 */
.demandForm input:focus, .demandForm textarea:focus, .offerProject input:focus, .offerProject textarea:focus, .searchInput input:focus, .searchInput textarea:focus {
    outline: 0;
    border: 1px solid #0AA5E6;
    box-shadow: 0px 0px 10px 0px #0AA5E6;
}

.shineyBtn {
    border: 1px solid #006AA5;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    background: white;
    color: #006AA5;
}

.shineyBtn:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -490px;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.shineyBtn:hover {
    background-color: #2194E0;
    color: #fff;
    border-bottom: 4px solid #1977b5;
}

.shineyBtn:hover:before {
    transform: skewX(-45deg) translateX(1000px);
    transition: all 0.5s ease-in-out;
}

.dynamicLine {
    position: relative;
}

.dynamicLine::before,
.dynamicLine::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    transition: .3s ease-in-out;
}

.dynamicLine::before {
    top: 3px;
    left: 3px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.dynamicLine::after {
    right: 3px;
    bottom: 3px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.dynamicLine:hover:before,
.dynamicLine:hover::after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);

}

.dynamicLineMianColor::before {
    border-top: 1px solid #1092DA;
    border-left: 1px solid #1092DA;
}

.dynamicLineMianColor::after {
    border-bottom: 1px solid #1092DA;
    border-right: 1px solid #1092DA;
}

.dynamicColor {
    background: linear-gradient(to right, #1092DA 50%, white 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 1s ease !important;
}

.dynamicColorTran {
    background: linear-gradient(to right, white 50%, rgba(0, 0, 0, 0) 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all 1s ease !important;
}

.dynamicColor:hover {
    background-position: left bottom !important;
    color: white !important;
}

.dynamicColorTran:hover {
    background-position: left bottom !important;
    color: #1092DA !important;
}

.spage-number > button:hover {
    background: #006AA5 !important;
    color: #fff !important;
    border: 1px solid #006AA5 !important;
}


.transformShow {
    transition: transform .6s, opacity 1.8s;
    transform: translate3d(0, 10%, 0) scale(.9);
    opacity: 0;
}

.transformShow.on {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}