/* 栏目1 */

.aboutusbox1 {
    position: relative;
}

.aboutuscontent1 {
    width: 1400px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px 5px rgb(35 111 251 / 8%);
    box-shadow: 0 2px 8px 5px rgb(35 111 251 / 8%);
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin: 130px auto;
}

.aboutusitem1 {
    margin: 0 auto;
    width: 1200px;
}

.aboutuscontent1-item {
    width: 100%;
    padding: 35px 0 0;
    overflow: hidden;
}

.aboutustitle {
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.aboutustitle .t1 {
    margin: 0 auto;
    width: 160px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 10px solid #fe0a13;
    /* color: #fe0a13; */
    font-size: 36px;
}

.aboutustitle .t2 {
    padding: 20px 0px 20px 0px;
    font-size: 30px;
    font-weight: 600;
}

.aboutusitem2-itme  {
    width: 600px;
    padding: 10px 0px 50px 80px;
    line-height: 30px;
    color: #7f7f7f;

}

.aboutusitem2-text {
    font-size: 16px;
}

.aboutusitem2-img {
    width: 600px;
    position: absolute;
    top: 260px;
    right: 300px;
}
 
.aboutusitem2-img img {
    width: 100%;
}


/* 栏目2 */

.aboutuscontent2-item {
    background-color: #f7f7f7;
    padding: 50px 0px 0px 0px;
    height: 1000px;
}

.aboutusitem3 .t1 {
    width: 360px;
}

.aboutusitem4 {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

.aboutusitem4-item {
    /* width: 33.33%; */
    width: 30%;
    margin: 20px 20px;
    /* padding: 20px 40px; */
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px 0 rgb(35 111 251 / 8%);
    box-shadow: 0 2px 8px 0 rgb(35 111 251 / 8%);
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.aboutusitem4 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.top-icon-box {
    /* width: 200px; */
    margin: 0 auto;
}

.top-icon-box img {
    width: 100%;
}

.aboutusitem4-item .top {
    background-color: #caecfc;
    border-radius: 10px;
}

.aboutusitem4-item .title {
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0px 15px 0px;
}

.aboutusitem4-item .text {
    margin: 0 auto;
    width: 280px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    color: #999;
    padding: 10px 0px 20px 0px;
}

.aboutusitem4 .aboutusitem4-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 40px 40px 0 rgba(35, 111, 251, .1);
    box-shadow: 0 20px 30px 0 rgba(35, 111, 251, .1)
}


/* 栏目3 */

.aboutusitem5 .t1 {
    width: 158px;
}

.aboutusitem6-list {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.aboutusitem6-box {
    width: 240px;
    padding: 30px;
}

.aboutusitem6-box img {
    width: 100%;
}


/* 栏目4 */

.aboutusitem9 .t1 {
    width: 158px;
}

.aboutusitem10 {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.aboutusitem10-list {
    padding: 46px 0px 32px 52px;
}

.aboutusitem10-box1 {
    margin: 0px 20px 0px 0px;
    width: 480px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px 4px rgb(35 111 251 / 8%);
    box-shadow: 0 2px 8px 4px rgb(35 111 251 / 8%);
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.aboutusitem10-item .title {
    margin: 16px auto;
    padding: 0px 0px 0px 20px;
    line-height: 1;
    font-weight: bold;
    border-left: 10px solid #fe0a13;
    font-size: 24px;
}

.aboutusitem10-item .text {
    /* padding: 10px 0px 0px 0px; */
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 26px;
}

.aboutusitem10-img {
    width: 200px;
}

.aboutusitem10-box2 {
    width: 690px;
}

.aboutusitem10-item img {
    width: 100%;
}

.aboutusitem10-box2 img {
    width: 100%;
}