/* header */
.header-container {
    color: #FFFFFF;
    /* background: rgba(122,122,122,0.7); */
}

.title a {
    color: #FFFFFF;
}

.introduce {
    overflow: unset;
}

/* banner */
.banner {
    overflow: hidden;
}

.main .main-left .main-left1{
    display: block;
    width: 483px;
    height: 76px;
}
.main .main-left .main-left2{
    display: block;
    margin-top: 47px;
    margin-bottom: 36px;
    width: 546px;
    height: 41px;
}
.main .main-right{
    top: 0;
    right: -900px;
}
.main .main-right img {
    width: 1268px;
    height: 781px;
}




#product {
    height: 0;
    overflow: hidden;
    margin-bottom: 107px;
}
.introduce-product-container {
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.introduce-product-main {
    padding: 41px 0 49px;
    width: 284px;
    height: 295px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(72,72,72,0.04);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.6s ease;
}

.introduce-product-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.introduce-product-main:hover {
    transform: scale(1.1);
}
.introduce-product-item img {
    width: 85px;
    height: 105px;
}

.introduce-product-item .text2 {
    color: #333;
    font-size: 24px;
    margin:  40px 0 15px;
    font-weight:bold;
}
.introduce-product-item .text3{
    color: #666;
    font-size: 18px;
}

/* function */
#function {
    height: 0;
    overflow: hidden;
    margin-bottom: 107px;
}
.introduce-function-container {
    margin-top: 124px;
}
.introduce-function-main {
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
}
.introduce-function-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 520px;
    transition: all 0.6s ease;
}
.introduce-function-left:hover {
    transform: scale(1.1);
}
.introduce-function-left .text2 {
    margin: 53px 0 37px;
    font-size: 34px;
    font-weight: bold;
    color: #333;
}
.introduce-function-left .text3 {
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.introduce-function-right {
    /* margin-left: 33px; */
    width: 406px;
    height: 426px;
    transition: all 0.6s ease;
}
.introduce-function-right:hover {
    transform: scale(1.1);
}
.introduce-function-middle {
    position: relative;
    background: #F8F9FF;
    margin-bottom: 55px;
    padding: 30px 0;
}

.introduce-function-item {
    display: flex;
    justify-content: space-around;
}
.function-left-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.function-right-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* annlysis */
#analysis {
    height: 0;
    overflow: hidden;
    margin-bottom: 104px;
}
.introduce-analysis-container {
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
}


.introduce-analysis-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.6s ease;
    cursor: pointer;
}
.introduce-analysis-item:hover {
    transform: scale(1.1);
}
.introduce-analysis-item img {
    width: 175px;
    height: 205px;
}

.introduce-analysis-item .text2 {
    color: #202020;
    font-size: 20px;
    margin-top: 26px;
}


.contact {
    position: relative;
    height: 233px;
    margin-top: 149px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg,#2D4FFF, #4196FF);
    box-shadow: 0px 0px 40px 0px rgba(255,123,63,0.07);
    z-index: 100;
}
.contact .text1 {
    display: block;
    width: 233px;
    height: 26px;
}
.contact .text2 {
    margin: 20px 0;
    font-size: 18px;
    color: #FFFFFF;
}
.contact .text3 {
    width: 230px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(255,255,255,0.35);
    border-radius: 23px;
    color: #2E51FF;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    user-select:none;
    position: relative;
    z-index: 999;
}
/* .contact .text3:hover {
    background-color: #f3eded;
} */
.contact .text3:active {
    background-color: #e2dcdc;
    color:#6866fc ;
}
.contact-bj {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 460px;
    z-index: 200;
}


/* footer */
.footer {
    position: relative;
    overflow:unset;
}
.footer-main-phone .number{
    color: #4194FF;
}
.footer .footer-main {
    position: relative;
    z-index: 110;
}