body {
    margin: 0;
    padding: 0;
}

.police-img{
    width: 24px;
    margin-right: 10px;
}

.box {
    width: 1920px;
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: black !important;
    cursor: pointer;
}

button {
    border: none !important;
    outline: none !important;
}

.header {
    display: flex;
    height: 100px;
    width: 1920px;
    justify-content: center;
}

.headerLogo {
    margin-top: 20px;
}

.headerTab {
    display: flex;
    width: 553px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #212121;
    justify-content: space-between;
    margin-left: 343px;
    margin-top: 48px;
}

.headerTab > div > a {
    width: 81px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #0b997e !important;
    border-bottom: 4px solid #0b997e;
    padding-bottom: 12px;
    text-decoration: none;
}

.headerHeightTab {
    margin-top: -4px;
}

#headerLogin {
    width: 70px;
    height: 40px;
    background: #1b997e;
    border-radius: 4px;
    border: solid #1b997e;
    color: #ffffff;
    margin-top: 36px;
    margin-left: 253px;
    position: relative;
    font-size: 16px;
    z-index: 5 !important;
}

#loginBack {
    position: absolute;
    width: 300px;
    height: 182px;
    background-color: #ffffff;
    top: 10px;
    left: -116px;
    z-index: 5 !important;
    display: none;
    padding: 0 30px;
    cursor: auto;
    box-shadow: -5px 0px 9px 5px rgba(0, 0, 0, 0.22);
}

.loginBackContent {
    height: 94px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.loginBackContentBorder {
    width: 94px;
    height: 94px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.Text {*/
/*    display: flex;*/
/*    margin: 0 auto;*/
/*    margin-top: 40px;*/
/*    height: 17px;*/
/*    justify-content: space-between;*/
/*}*/

.loginText {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #212121;
    letter-spacing: -0.32px;
    margin-top: 10px;
}

#headerAply {
    margin-top: 46px;
    margin-left: 23px;
    border-style: none !important;
    height: 17px;
    background-color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1 !important;
}

.column {
    height: 260px;
}

.columnTitle {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.72px;
    padding-top: 86px;
}

.columnContent {
    opacity: 0.8;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.48px;
    margin-top: 30px;
}

.footer {
    height: 345px;
    background-image: url('../images/footerBackground.png');
}

.footerContent {
    display: flex;
}

.footerTitle {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-top: 46px;
    margin-left: 259px;
}

.companyInformation {
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 50px;
    margin-left: 260px;
    margin-top: 25px;
}

.footerQrcodeBack {
    width: 410px;
    height: 204px;
    margin-top: 50.53px;
    margin-left: 528px;
    display: flex;
    justify-content: space-between;
}

.footerQrcodeBackground {
    width: 190px;
    height: 204px;
    background: #ffffff;
}

.footerPicture {
    text-align: center;
    margin-top: 18.74px;
}

.footerPicture img {
    width: 142px;
}

.footPictureText {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #212121;
    margin-top: 6px;
}

.footerLine {
    height: 2px;
    opacity: 0.3;
    background: #ffffff;
    margin-top: 30px;
}

.footerCopyright {
    display: flex;
    justify-content: center;
    flex-direction: row;
    opacity: 0.8;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;

}
.footerCopyright a {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff !important;
}

button {
    cursor: pointer;
}

#project-content {
    display: flex;
    width: 1440px;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 79px;
    flex-direction: row;
    flex-wrap: wrap;
}

.project-item-box {
    width: 450px;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 15px 30px;
}

.project-item-mb {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: black;
    /*display: none;*/
    z-index: 1;
}
.project-mouseover{
    position: absolute;
    width: 450px;
    height: 400px;
    display: none;
    z-index: 1;
}

.project-mouseout {
    position: absolute;
    width: 450px;
    height: 400px;
    /*opacity: 0.5;*/
    /*background: black;*/
}
.projectTopBlackBack1 {
    position: absolute;
    width: 450px;
    height: 400px;
}

.projectHover {
    display: none;
    position: absolute;
    left: 53px;
}

.projectTitleHover {
    position: absolute;
    left: 63px;
}

.projectTopTitle {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    height: 388px;
    color: #ffffff;
    line-height: 1.5;
    padding: 140px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.projectTitle {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    height: 388px;
    color: #ffffff;
    line-height: 1.5;
    z-index: 5;
    padding: 140px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.projectTopContent {
    width: 343px;
    height: 98px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
}

.projectTopMore {
    width: 200px;
    height: 68px;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 1.1px;
    color: white;
    background-color: none;

    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.projectFooter {
    display: flex;
    width: 1400px;
    height: 400px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 25px;
}

/*// --*/


.photoWallCenter {
    display: flex;
    width: 1400px;
    height: 400px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 25px;
}

#photoWallCenterLeft {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-4.jpg');
    position: relative;
}

#photoWallCenterLeftGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}

#photoWallCenterCenter {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-5.jpg');
    position: relative;
}

#photoWallCenterCenterGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}

#photoWallCenterRight {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-3.jpg');
    position: relative;
}

#photoWallCenterRightGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}


#photoWallFooterLeft {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-4.jpg');
    position: relative;
}

#photoWallFooterCenter {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-5.jpg');
    position: relative;
}

#photoWallFooterRight {
    width: 450px;
    height: 400px;
    background-image: url('../images/photo\ wall-3.jpg');
    position: relative;
}

#photoWallFooterLeftGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}

#photoWallFooterCenterGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}

#photoWallFooterRightGreenBack {
    position: absolute;
    width: 450px;
    height: 400px;
    opacity: 0.5;
    background: #0b997e;
    display: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-indicators li {
    width: 63px;
}

#photoWallTopCenterBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallTopRightBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallTopLeftBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallCenterLeftBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallCenterCenterBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallCenterRightBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallFooterLeftBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallFooterCenterBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

#photoWallFooterRightBlackBack {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 450px;
    height: 400px;
}

.sidebar {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 4;
}

#sidebarTel {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

#sidebarTop {
    margin-top: 10px;
    position: relative;
}

#sidebarWeixin {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    border-style: none;
    cursor: pointer;
    position: relative;
}

#checkedSidebarTop {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#checkedSidebarWeixin {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#sidebarCode {
    position: absolute;
    width: 150px;
    height: 182px;
    background: #ffffff;
    box-shadow: -5px 0px 9px 5px rgba(0, 0, 0, 0.22);
    top: -56;
    left: -160;

}

.sidebarBorder {
    width: 94px;
    height: 94px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sidebarText {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #212121;
    line-height: 45px;
    letter-spacing: -0.32px;
}

#checkedTel {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.sidebar-item {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

#checkedSidebarTest {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

*, ::after, ::before {
    z-index: 1;
}

#tran {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 23px;
    z-index: 6;
    display: none;
}

#loginPop {
    position: absolute;
    top: 64px;
}

#sidebarTran {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 25px;
    left: -10px;
    z-index: 5;
}

#photoWallHoverTopCenter {
    display: none;
    position: absolute;
    left: 53px;

}

#photoWallHoverTopRight {
    display: none;
    position: absolute;
    left: 53px;
}


#photoWallHoverCenterLeft {
    display: none;
    position: absolute;
    left: 53px;
}

#photoWallHoverCenterCenter {
    display: none;
    position: absolute;
    left: 53px;
}

#photoWallHoverCenterRight {
    display: none;
    position: absolute;
    left: 53px;
}

#photoWallHoverFooterLeft {
    display: none;
    position: absolute;
    left: 53px;
}

#photoWallHoverFooterCenter {
    display: none;
    position: absolute;
    left: 53px;
}

#photoWallHoverFooterRight {
    display: none;
    position: absolute;
    left: 53px;
}


#photoWallTitleHoverTopCenter {
    position: absolute;
    left: 63px;
}

#photoWallTitleHoverTopRight {
    position: absolute;
    left: 63px;
}

#photoWallTitleCenterLeft {
    position: absolute;
    left: 63px;
}

#photoWallTitleCenterCenter {
    position: absolute;
    left: 63px;
}

#photoWallTitleCenterRight {
    position: absolute;
    left: 63px;
}

#photoWallTitleFooterLeft {
    position: absolute;
    left: 63px;
}

#photoWallTitleFooterCenter {
    position: absolute;
    left: 63px;
}

#photoWallTitleFooterRight {
    position: absolute;
    left: 63px;
}

#pop, #pop1, #ly-pop, #wx-pop {
    width: 800px;
    background: #ffffff;
    position: fixed;
    z-index: 8 !important;
    margin: 0 auto;
    top: 208px;
    display: none;
}

.popTop {
    display: flex;
    justify-content: space-between;
    height: 52px;
}

.try {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #212121;
    line-height: 50px;
    letter-spacing: 0.4px;
    margin-left: 20px;
}

#close, #close1, #ly-close {
    width: 16px;
    height: 16px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #9F9F9F;
    line-height: 50px;
    letter-spacing: 0.4px;
    margin-right: 20px;
    cursor: pointer;
}

.popLine {
    /*width: 800px;*/
    height: 2px;
    background: #0b997e
}

.ly-form {
    padding: 60px 30px;
    min-height: 510px;
}

.ly-form label {
    line-height: 46px;
    text-align: right;
    font-size: 20px;
}

.ly-form .form-control {
    height: 46px;
}

.popCenter {
    display: flex;
}

.popCaption {
    width: 165px;
    height: 230px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 65px;
    margin-left: 115px;
}

.star {
    color: #df3434;
}

.popContent {
    display: flex;
    flex-direction: column;

}

.popName {
    padding: 10px;
    width: 324px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin-top: 50px;
    margin-left: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #909090;
    line-height: 70px;
    letter-spacing: 0.4px;
    outline: none;
}

.popTel {
    padding: 10px;
    width: 324px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #909090;
    line-height: 70px;
    letter-spacing: 0.4px;
    outline: none;
}

.popMessage {
    padding: 10px;
    width: 324px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #909090;
    line-height: 32px;
    letter-spacing: 0.4px;
    resize: none !important;
    outline: none;
}

#submit, #submit1 {
    width: 120px;
    height: 40px;
    background: #1b997e;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
}

#popBack {
    background: rgba(73, 73, 73, 0.6);
    z-index: 8 !important;
    background-size: cover;
    width: 100%;
    height: 2600px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6 !important;
    display: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-left: 98px !important;
}
