.header {
    background: #9DC6EE !important;
}

.customer {
    padding-bottom: 66px;
    padding-top: 73px;
    background-color: #fafafa;
}

.customer-title {
    text-align: center;
    font-size: 33px;
    color: #333333;
    line-height: 49px;
}

.customer-text {
    font-size: 16px;
    text-align: center;
    color: #888888;
    line-height: 24px;
    margin-top: 16px;
}

.customer-cons {
    display: flex;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer-img {
    width: 328px;
    height: 259px;
    border-radius: 8px 8px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.customer-con {
    width: 328px;
    height: 324px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    transition: all .3s;
    margin-top: 28px;
}

.customer-con:hover {
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.3);
}

.customer-con-text {
    height: 69px;
    line-height: 69px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

.big-bg {
    height: 610px;
    background-image: url(../static/img/img-079.png);
    background-size: cover;
    background-position: center;
    padding-top: 135px;
    position: relative;
}


.big-bg:hover .img-img {
    display: block;
}

.img-img {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    border-radius: 50%;
    display: none;
}

.video-con {
    position: fixed;
    top: 30%;
    width: 50%;
    min-height: 300px;
    display: none;
    z-index: 99;
    left: 50%;
    /* overflow: hidden; */
    transform: translateX(-50%);
}

.video-con video {
    width: 100%;
}

.video-close {
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 20px;
    width: 25px;
    display: block;
    line-height: 1.1;
    text-align: center;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
}

.big-bg-title {
    font-size: 48px;
    color: #333333;
    line-height: 56px;
}

.big-bg-text {
    font-size: 28px;
    color: #515151;
    line-height: 33px;
    margin-top: 11px;
    margin-bottom: 35px;
}

.big-bg-tip {
    width: 664px;
    font-size: 16px;
    color: #515151;
    line-height: 26px;
}

.nav {
    height: 155px;
    position: relative;
    padding: 0 90px;
    box-sizing: border-box;
    top: -75px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-con {
    width: 200px;
    text-align: center;
}

.nav-text {
    font-size: 20px;
    color: #5D6471;
    line-height: 30px;
}

.nav-title {
    margin-bottom: 11px;
    font-size: 31px;
    color: #F85900;
    line-height: 36px;
}

.select-reason {
    margin-top: -90px;
    background-image: url(../static/img/img-080.png);
    background-size: cover;
    background-position: center;
    padding-top: 128px;
    height: 473px;
    box-sizing: border-box;
}

.select-reason-title {
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 42px;
}

.select-reason-con {
    display: flex;
    margin-top: 55px;
}

.select-reason-con li {
    width: 280px;
    position: relative;
    height: 247px;
    padding: 36px;
    box-sizing: border-box;
    text-align: center;
    transition: .3s all;
}

.select-reason-con-title {
    margin-bottom: 19px;
    font-size: 26px;
    color: #333333;
    line-height: 30px;
}

.select-reason-text {
    font-size: 12px;
    color: #5D6471;
    line-height: 22px;
}

.select-reason-con li::after {
    content: "";
    background: url(../static/img/img-081.png);
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: .3s all;
    background-size: cover;
}

.select-reason-con li:hover::after {
    opacity: 1;
    /* z-index: 0; */
}

.select-reason-con li:hover .select-reason-con-title,
.select-reason-con li:hover .select-reason-text {
    color: #fff;
}

.select-reason-con li {
    z-index: 9;
}

.culture {
    padding-top: 70px;
    padding-bottom: 60px;
}

.culture-title {
    font-size: 36px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 67px;
    text-align: center;
}

.culture-con {
    display: flex;
    width: 1400px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.culture-list {
    display: flex;
    width: 329px;
    height: 177px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 31px 16px 30px 26px;
    box-sizing: border-box;
    justify-content: space-between;
    transition: all .3s;
}

.culture-list:hover {
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.3);
}

.culture-list img {
    width: 102px;
    height: 115px;
}

.culture-con-title {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 19px;
    margin-top: 10px;
}

.culture-text {
    font-size: 14px;
    color: #5D6471;
    line-height: 20px;
}

.img-082,
.img-084 {
    width: 100%;
}

.honor-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.honor-title {
    margin-top: 70px;
    font-size: 36px;
    margin-bottom: 70px;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

.honor-list {
    width: 684px;
    height: 273px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    padding: 26px;
    box-sizing: border-box;
    transition: all .3s;
}

.honor-list:hover {
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.3);
}

.honor-list img {
    width: 160px;
    height: 221px;
    margin-right: 30px;
}

.honor-con-title {
    margin-bottom: 25px;
    font-size: 26px;
    color: #333333;
    line-height: 30px;
}

.honor-text {
    font-size: 14px;
    color: #5D6471;
    line-height: 25px;
    word-break: break-all;
}

.honor-right {
    flex: 1;
}


.honor-us-lists {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.honor-us-list {
    width: 25%;
    margin-top: 60px;
}

.honor-us-img {
    transition: all .3s;
}

.honor-us-img {
    height: 150px;
}

.honor-us-list:hover .honor-us-img {
    transform: translateY(-20px);
}