.strategy {
    padding-bottom: 120px;
    padding-top: 60px;
}

.str-title {
    margin-bottom: 30px;
}

.str-title p:nth-child(1) {
    font-size: 30px;
    line-height: 1.1;
    color: #333333;
    font-weight: bold;
}

.str-title p:nth-child(2) {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
    color: #999999;
    text-transform: uppercase;
}

.str-div {
    display: flex;
    margin-bottom: 30px;
}

.str-div div {
    width: calc((100% - 48px) / 2);
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.str-div .left {
    margin-right: 48px;
}

.str-div div img {
    width: 100%;
    transition: .4s;
}

.str-div div:hover img {
    transform: scale(1.1, 1.1);
}

.str-div div span {
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    background-color: #d80414;
    display: block;
    border: 5px #fff solid;
    transition: .4s;
}

.str-div div.right span {
    background-color: #f4d05e;
}

.str-div div:hover span {
    background: #fff;
    color: #d80414;
    border: 5px #d80414 solid;
}

.str-div div.right:hover span {
    background: #fff;
    color: #f4d05e;
    border: 5px #f4d05e solid;
}

.str-main p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

/*-----------------------------------------------*/
.introduce1 {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #f7f7f7;
}

.introduce2 {
    background: #fff;
}

.in-top {
    display: flex;
    margin-bottom: 60px;
}

.in-top .left {
    width: 25.33%;
}

.in-top .left img {
    width: 100%;
}

.in-top .right {
    width: 74.66%;
    padding-left: 70px;
}

.in-top .right>div:nth-child(1) {
    margin-bottom: 55px;
}

.in-top .right>div:nth-child(1) p:nth-child(1) {
    font-size: 30px;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: bold;
}

.in-top .right>div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
    line-height: 1.1;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.in-top .right>div:nth-child(1) p:nth-child(3) {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 0;
    text-indent: 32px;
}

.about-shu {
    display: flex;
}

.about-shu>div p:nth-child(1) {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

.about-shu>div p n:nth-child(1) {
    font-size: 60px;
    line-height: 1.1;
    height: 60px;
    color: #d80414;
    font-weight: bold;
    font-family: din;

}

.about-shu>div p n:nth-child(2) {
    font-size: 20px;
    color: #999999;
    margin-left: 20px;
}

.about-shu>div p:nth-child(2) {
    font-size: 20px;
    line-height: 1.1;
    color: #999999;
    margin-bottom: 0;
}

.about-shu>div:nth-child(1) {
    margin-right: 145px;
}

.in-bottom p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0;
    text-indent: 32px;
}

.introduce2 .container {
    display: flex;
}

.introduce2 .left {
    /* width: 73.33%; */
    width: 100%;
    /* padding-right: 54px; */
    position: relative;
}

/* .introduce2 .right {
    width: 26.66%;
}

.introduce2 .right img {
    width: 100%;
}
 */
.introduce2 .left .title {
    margin-bottom: 40px;
}

.introduce2 .right .title {
    display: none;
}

.introduce2 .left .title p:nth-child(1),
.introduce2 .right .title p:nth-child(1) {
    font-size: 30px;
    color: #d80414;
    line-height: 1.1;
    font-weight: bold;
}

.introduce2 .left .title p:nth-child(2),
.introduce2 .right .title p:nth-child(2) {
    font-size: 18px;
    color: #999999;
    line-height: 1.1;
    margin-bottom: 0;
}

.introduce2 .left .title~p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 35px;
    text-indent: 32px;
}

.introduce2 .left>p:last-child {
    position: absolute;
    bottom: 0;
    right: 54px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.introduce2 .left>p:last-child span {
    width: 100px;
    display: inline-block;
    height: 1px;
    background: #999;
    margin-right: 15px;
}

.introduce2 .left>p:last-child img {
    margin-left: 20px;
}

/*---------------------------------------------*/
.culture1 {
    padding-bottom: 120px;
    padding-top: 60px;
}

.culture1-div {
    display: flex;
}

.culture1-div>div {
    width: calc((100% - 55px) / 2);
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.culture1-div>div:nth-child(1) {
    margin-right: 55px;
}

.culture1-div>div img {
    width: 100%;
    transition: .4s;
}

.culture1-div>div:hover img {
    transform: scale(1.1, 1.1);
}

.culture1-div>div div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 40px;
}

.culture1-div>div div p {
    font-size: 20px;
    margin-bottom: 0;
}

.culture1-div>div div i {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.culture2 {
    background: #f7f7f7;
}

.culture2-div {
    display: flex;
}

.culture2-div div {
    width: calc((100% - 88px) / 3);
    margin-right: 44px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 0;
}

.culture2-div div:hover i {
    transform: rotateY(360deg);
}

.culture2-div div:last-child {
    margin-right: 0;
}

.culture2-div div i {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #d80414;
    transition: .6s;
}


.culture2-div div p {
    font-size: 22px;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 0;
}

.culture2 .str-title {
    margin-bottom: 40px;
}

.framework {
    padding-bottom: 120px;
    padding-top: 60px;
    background-color: #f7f7f7;
    background-image: url("../images/or-bg2.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.framework img {
    width: 100%;

}