.banner {
    width: 1000px;
    margin: 0 auto;
}

.banner img {
    width: 1000px;
    margin-top: 100px;
}

.aboutwe {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

.aboutwe_left {
    width: 400px;
    height: 400px;
    background-color: sandybrown;
    margin-left: 70px;
    overflow: hidden;
}

.aboutwe_left img {
    width: 400px;
}

.aboutwe_left img:hover {
    width: 420px;
    margin-left: -10px;
    margin-top: -10px;
}

.aboutwe_right {
    height: 400px;
    width: 400px;
    margin-left: 60px;
}

.aboutwe_right p:nth-child(1) {
    font-size: 20px;
    height: 30px;
    width: 200px;
    line-height: 30px;
    color: #999999;
    margin-top: 20px;
}

.aboutwe_right p:nth-child(2) {
    font-size: 50px;
    height: 100px;
    width: 400px;
    line-height: 100px;
    margin-top: 30px;
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255), #ae95e3, #413757);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clear {
    height: 4px;
    width: 100%;
    display: flex;
}

.cleartop {
    width: 100px;
    height: 4px;
    background-color: #413757;
}

.clearbottom {
    height: 1px;
    width: 300px;
    background-color: #C6B9E9;
    margin-top: 3px;
}

.aboutwe_right p:nth-child(4) {
    color: #999999;
    margin-top: 50px;
    font-size: 15px;
}

.liaojie {
    height: 50px;
    width: 200px;
    /* background: -webkit-linear-gradient(right,rgb(255, 255, 255),#ae95e3,#413757); */
    background-image: linear-gradient(to right, #413757 5%, #C6B9E9);
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.biaoti {
    position: relative;
    height: 100px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
}

.biaoti p {
    text-align: center;
    font-size: 35px;
    color: #413757;
}

.biaoti img {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    margin-top: 10px;
}

.aboutwe_left_two {
    width: 400px;
    height: 270px;
    background-color: sandybrown;
    margin-left: 70px;
    overflow: hidden;
}

.aboutwe_left_two img {
    width: 400px;
}

.aboutwe_left_two img:hover {
    width: 420px;
    margin-left: -10px;
    margin-top: -10px;
}

.aboutwe_right_two {
    height: 270px;
    width: 400px;
    margin-left: 60px;
}

.aboutwe_right_two ul li {
    height: 35px;
    width: 100%;
    list-style: none;
}

.aboutwe_right_two ul li:nth-child(1) {
    height: 55px;
    width: 100%;
    line-height: 60px;
    list-style: none;
}

.aboutwe_right_two ul li:not(:first-child) {
    font-size: 14px;
    height: 35px;
    width: 100%;
    line-height: 35px;
    list-style: none;
    color: #626262;
    border-bottom: 1px solid #999999;
    position: relative;
}

.aboutwe_right_two ul li:not(:first-child) img {
    height: 17px;
    top: 9px;
    position: absolute;
    right: 0px;
}

.aboutwe_right_two ul li:not(:first-child):hover {
    background-color: #413757;
    color: #fff;
}

.kuaisulist {
    width: 1000px;
    display: flex;
    list-style: none;
}

.kuaisulist li {
    width: 100px;
    height: 100px;
    /* background-color: aqua; */
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.kuaisulist li:hover {
    background-color: #C6B9E9;
    color: #fff;
}

.kuaisulist li img {
    width: 60px;
}

.movies {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.imgbottom {
    width: 100%;
    position: absolute;
    z-index: -99999;
    top: 0px;
    left: 0px;
}

.movies_text {
    position: relative;
    width: 900px;
    height: 370px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.text1 {
    height: 60px;
    width: 200px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 20px;
}

.text2 {
    height: 60px;
    width: 200px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 20px;
    margin-left: 100px;
}

#lijiguankan {
    position: absolute;
    bottom: 60px;
    right: 50px;
}