/* 友米科技专注于   开始 */
.concentration {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0 100px;
    position: relative;
}

.concentration::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: url('../images/customization_concentration_bg.jpg') no-repeat left/cover;
}

.concentration .lt {
    width: 51%;
}

.concentration .lt .title,
.system .lt .title {
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 1px solid #C2C2C2;
}

.concentration .lt .title>h3,
.victory .title>h3,
.details .title>h3,
.art .lt .title>h3,
.system .lt .title>h3,
.preserve .title>h3 {
    font-size: 38px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #111111;
    line-height: 32px;
}

.concentration .lt .title>h4,
.victory .title>h4,
.details .title>h4,
.art .lt .title>h4,
.system .lt .title>h4,
.preserve .title>h4 {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}

.concentration .lt .desc,
.system .lt .desc {
    margin-top: 30px;
}

.concentration .lt .desc>p,
.system .lt .desc>p {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.concentration .lt .list {
    margin-top: 60px;
    padding-right: 50px;
}

.concentration .lt .list>.listT,
.concentration .lt .list>.listB {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.concentration .lt .list .one {
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    transition: 0.5s;
}

.concentration .lt .list .one:not(:first-child) {
    border-left: none;
}

.concentration .lt .list>.listB>.one {
    border-top: none;
}

.concentration .lt .list>.listB>.one:last-child {
    border-top: 1px solid #E6E6E6;
}

.concentration .lt .list .one>img {
    width: 70px;
}

.concentration .lt .list .one>span {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
}

.concentration .lt .list .one:hover {
    box-shadow: 0px 0px 22px 2px rgba(18, 18, 18, 0.06);
}

/* 友米科技专注于   结束 */


/* 知己知彼 开始 */
.victory {
    width: 100%;
    padding: 100px 0 150px;
}

.victory .title>h3,
.victory .title>h4,
.details .title>h3,
.details .title>h4 {
    text-align: center;
}

.victory .cricleAnimate {
    margin-top: 50px;
}

.victory .cricleAnimate .cricle {
    width: 520px;
    height: 520px;
    border-radius: 100%;
    border: 1px solid #686868;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.victory .cricleAnimate .cricle .circle2 {
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: 1px solid #686868;
    background: url('../images/customization_victory_cir2_bg.png') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.victory .cricleAnimate .cricle .circle2 .circle3 {
    width: 165px;
    height: 165px;
    background: #A9A9A9;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.victory .cricleAnimate .cricle .circle2 .circle3 .ch {
    font-size: 24px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.victory .cricleAnimate .cricle .circle2 .circle3 .en {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

.victory .cricleAnimate .cricle .ltList,
.victory .cricleAnimate .cricle .rtList {
    position: absolute;
}

.victory .cricleAnimate .cricle .ltList>li,
.victory .cricleAnimate .cricle .rtList>li {
    width: 500px;
    position: relative;
    padding: 55px 40px 50px 130px;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .ltList>li:hover,
.victory .cricleAnimate .cricle .rtList>li:hover {
    cursor: pointer;
    background-color: #CE1C24;
}

.victory .cricleAnimate .cricle .ltList>li:nth-child(1) {
    top: -20px;
    left: -50px;
    transform: translateX(-100%);
}

.victory .cricleAnimate .cricle .ltList>li:nth-child(2) {
    top: 20px;
    left: -50px;
    transform: translateX(-100%);
}

.victory .cricleAnimate .cricle .rtList>li:nth-child(1) {
    top: -20px;
    right: -50px;
    transform: translateX(100%);
}

.victory .cricleAnimate .cricle .rtList>li:nth-child(2) {
    top: 20px;
    right: -50px;
    transform: translateX(100%);
}

.victory .cricleAnimate .cricle .ltList>li::before,
.victory .cricleAnimate .cricle .rtList>li::before {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    border: 15px solid transparent;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .rtList>li::before {
    left: -30px;
    right: auto;
    transform: rotate(180deg);
}

.victory .cricleAnimate .cricle .ltList>li:hover::before,
.victory .cricleAnimate .cricle .rtList>li:hover::before {
    border-left-color: #CE1C24;
}

.victory .cricleAnimate .cricle .rtList>li {
    padding: 55px 130px 50px 40px;
}

.victory .cricleAnimate .cricle .ltList>li .icon,
.victory .cricleAnimate .cricle .rtList>li .icon {
    position: absolute;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .rtList>li .icon {
    left: -120px;
}

.victory .cricleAnimate .cricle .ltList>li:hover .icon,
.victory .cricleAnimate .cricle .rtList>li:hover .icon {
    background: #CE1C24;
    border: 1px solid #CE1C24;
}

.victory .cricleAnimate .cricle .ltList>li .icon>img,
.victory .cricleAnimate .cricle .rtList>li .icon>img {
    width: 40px;
}

.victory .cricleAnimate .cricle .ltList>li .icon>.active,
.victory .cricleAnimate .cricle .rtList>li .icon>.active,
.victory .cricleAnimate .cricle .ltList>li:hover .icon>.normal,
.victory .cricleAnimate .cricle .rtList>li:hover .icon>.normal {
    display: none;
}

.victory .cricleAnimate .cricle .ltList>li:hover .icon>.active,
.victory .cricleAnimate .cricle .rtList>li:hover .icon>.active {
    display: block;
}

.victory .cricleAnimate .cricle .ltList>li .info,
.victory .cricleAnimate .cricle .rtList>li .info {
    margin: 0 0 0 auto;
}

.victory .cricleAnimate .cricle .ltList>li .info .til,
.victory .cricleAnimate .cricle .rtList>li .info .til {
    padding-bottom: 20px;
    position: relative;
    text-align: right;
}

.victory .cricleAnimate .cricle .rtList>li .info .til {
    text-align: left;
}

.victory .cricleAnimate .cricle .ltList>li .info .til::after,
.victory .cricleAnimate .cricle .rtList>li .info .til::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #CE1C24;
    border-radius: 2px;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .ltList>li:hover .info .til::after,
.victory .cricleAnimate .cricle .rtList>li:hover .info .til::after {
    background-color: #fff;
}

.victory .cricleAnimate .cricle .rtList>li .info .til::after {
    left: 0;
    right: auto;
}

.victory .cricleAnimate .cricle .ltList>li .info .til .ch,
.victory .cricleAnimate .cricle .rtList>li .info .til .ch {
    font-size: 24px;
    : Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .ltList>li .info .til .en,
.victory .cricleAnimate .cricle .rtList>li .info .til .en {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    color: #666666;
    transition: 0.5s;
}

.victory .cricleAnimate .cricle .ltList>li .info .msg,
.victory .cricleAnimate .cricle .rtList>li .info .msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: right;
    margin-top: 20px;
    transition: 0.5s;
}


.victory .cricleAnimate .cricle .rtList>li .info .msg {
    text-align: left;
}

.victory .cricleAnimate .cricle .ltList>li:hover .info .til .ch,
.victory .cricleAnimate .cricle .rtList>li:hover .info .til .ch,
.victory .cricleAnimate .cricle .ltList>li:hover .info .til .en,
.victory .cricleAnimate .cricle .rtList>li:hover .info .til .en,
.victory .cricleAnimate .cricle .ltList>li:hover .info .msg,
.victory .cricleAnimate .cricle .rtList>li:hover .info .msg {
    color: #FFFFFF;
}

/* 知己知彼 结束 */


/* 网站内容规划 开始 */
.details {
    width: 100%;
    background: url('../images/customization_details_bg.png');
    padding: 100px 0 120px;
}

.details .content {
    position: relative;
}

.details .content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url('../images/customization_details_lt_bg.png') no-repeat left top/cover;
}

.details .content .list {
    width: 40%;
    margin: 90px 0 0 auto;
}

.details .content .list .one {
    padding: 30px 35px;
    background: #fff;
    box-shadow: 0px 0px 22px 2px rgba(18, 18, 18, 0.06);
}

.details .content .list .one:not(:first-child) {
    margin-top: 20px;
}

.details .content .list .one>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details .content .list .one>a .lt {
    display: flex;
    align-items: center;
}

.details .content .list .one .icon {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #A9A9A9;
    transition: 0.5s;
    margin-right: 30px;
}

.details .content .list .one .icon>img {
    width: 40px;
}

.details .content .list .one .icon .active {
    display: none;
}

.details .content .list .one .info>h5 {
    font-size: 24px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.details .content .list .one .info>span {
    display: block;
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
}

.details .content .list .one .num {
    font-size: 72px;
    : Barlow Condensed Medium;
    font-weight: 400;
    color: #CE1C24;
    line-height: 56px;
    opacity: 0.05;
}

.details .content .list .one:hover .icon {
    background: #C7C7C7;
    border: 1px dashed #C7C7C7;
}

.details .content .list .one:hover .icon .normal {
    display: none;
}

.details .content .list .one:hover .icon .active {
    display: block;
}

/* 网站内容规划 结束 */


/* 网页美术设计 开始 */
.art {
    width: 100%;
    background: url('../images/customization_art_bg.png') no-repeat center/cover;
    padding: 110px 0 60px;
}

.art .content {
    display: flex;
    justify-content: space-between;
}

.art .lt {
    width: 50%;
}

.art .lt .title>h3,
.art .lt .title>h4 {
    color: #fff;
}

.art .lt .title {
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 1px solid #C2C2C2;
}

.art .lt .list {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.art .lt .list .one {
    display: block;
    padding: 20px;
}

.art .lt .list .one .icon {
    width: 70px;
}

.art .lt .list .one .desc {
    margin-top: 25px;
}

.art .lt .list .one .desc>h5 {
    font-size: 24px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 32px;
}

.art .lt .list .one .desc>span {
    display: block;
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 20px;
}

.art .rt {
    width: 45%;
    position: relative;
}

.art .rt>img {
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    transition: 1s;
}

.art .rt .img1 {
    width: 77px;
    top: 430px;
}

.art .rt .img2 {
    width: 262px;
    top: 463px;
    left: 46px;
}

.art .rt .img3 {
    width: 65px;
    top: 563px;
    left: 308px;
}

.art .rt .img4 {
    width: 285px;
    top: 67px;
    z-index: 10;
}

.art .rt .img5 {
    width: 92px;
    top: 367px;
    left: 401px;
    z-index: 10;
}

.art .rt .img6 {
    width: 324px;
    top: 39px;
    left: 197px;
}

.art .rt .img7 {
    width: 233px;
    top: 289px;
    left: 481px;
    z-index: 5;
}

.art .rt .img8 {
    width: 63px;
    top: 314px;
    left: 551px;
    z-index: 8;
}

.art .rt.animate>img {
    opacity: 1;
    transform: translateY(0);
}

.art .rt.animate .img1 {
    transition-delay: 0.1s;
}

.art .rt.animate .img2 {
    transition-delay: 0.2s;
}

.art .rt.animate .img3 {
    transition-delay: 0.3s;
}

.art .rt.animate .img4 {
    transition-delay: 0.4s;
}

.art .rt.animate .img5 {
    transition-delay: 0.5s;
}

.art .rt.animate .img6 {
    transition-delay: 0.6s;
}

.art .rt.animate .img7 {
    transition-delay: 0.7s;
}

.art .rt.animate .img8 {
    transition-delay: 0.8s;
}

/* 网页美术设计 结束 */


/* 网站系统开发 开始 */
.system {
    width: 100%;
    padding: 120px 0 110px;
}

.system .content {
    display: flex;
    justify-content: space-between;
}

.system .lt {
    width: 41%;
}

.system .lt .show {
    background-color: #CE1C24;
    padding: 15px 20px;
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
}

.system .lt .show>span.cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.system .lt .show>span.msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 20px;
}

.system .lt .show>span.horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.system .lt .show>i {
    color: #fff;
}

.system .rt {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
}

.system .rt .one {
    display: flex;
    align-items: center;
    padding: 50px 45px 40px 25px;
    border: 1px solid #E2E2E2;
    transition: 0.5s;
}

.system .rt .one:nth-child(2n) {
    border-left: none;
}

.system .rt .one:nth-child(n+3) {
    border-top: none;
}

.system .rt .one:hover {
    box-shadow: 0px 0px 22px 2px rgba(18, 18, 18, 0.06);
}

.system .rt .one .icon {
    width: 65px;
    flex-shrink: 0;
    margin-right: 40px;
}

.system .rt .one:nth-child(2n) .icon {
    width: 75px;
}

.system .rt .one .info>h5 {
    font-size: 24px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.system .rt .one .info>.msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    display: block;
    margin-top: 6px;
}

/* 网站系统开发 结束 */


/* 网站运维 开始 */
.preserve {
    width: 100%;
    background: url('../images/customization_preserve_bg.png') no-repeat center/cover;
    padding: 120px 0 650px;
    overflow: hidden;
}

.preserve .title>h4:nth-of-type(1) {
    margin-top: 40px;
}

.preserve .title>h4:nth-of-type(2) {
    margin-top: 10px;
}

.preserve .title>h3,
.preserve .title>h4 {
    color: #fff;
    text-align: center;
}

.preserve .container {
    position: relative;
}

.preserve .content {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(18%);
    width: 1560px;
    height: 1560px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

.preserve .content .iconList>li {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preserve .content .iconList>li>.icon {
    width: 98px;
    height: 98px;
    background: #656568;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preserve .content .iconList>li>span {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 15px;
}

.preserve .content>.iconList>li:nth-child(1) {
    left: 260px;
    top: 100px;
}

.preserve .content>.iconList>li:nth-child(2) {
    left: 550px;
    top: -30px;
}

.preserve .content>.iconList>li:nth-child(3) {
    right: 550px;
    top: -30px;
}

.preserve .content>.iconList>li:nth-child(4) {
    right: 260px;
    top: 100px;
}

.preserve .content .cir1>.iconList>li:nth-child(1) {
    left: 80px;
    top: 220px;
}

.preserve .content .cir1>.iconList>li:nth-child(2) {
    left: 330px;
    top: 10px;
}

.preserve .content .cir1>.iconList>li:nth-child(3) {
    right: 330px;
    top: 10px;
}

.preserve .content .cir1>.iconList>li:nth-child(4) {
    right: 80px;
    top: 220px;
}

.preserve .content .iconList>li>.icon>img {
    width: 40px;
    opacity: 0;
    animation: breathe 2s infinite alternate-reverse;
}

.preserve .content .cir1,
.preserve .content .cir2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
    height: 85%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

.preserve .content .cir2 {
    width: 70%;
    height: 70%;
    border: none;
    background: url('../images/customization_preserve_cri.png') no-repeat top;
    background-size: 100%;
}

.preserve .content .cir2>img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 142px;
}

@keyframes breathe {
    100% {
        opacity: 1;
    }
}


/* 网站运维 结束 */


/* 品牌案例 开始 */
.product {
    width: 100%;
    padding: 90px 0;
}

.product .f38 {
    : SourceHanSansCN-Regular;
    color: #111;
    text-align: center;
}

.product .f20 {
    : SourceHanSansCN-Regular;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
}

.product .product_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .product_box .one {
    border: 1px solid #ECECEC;
    position: relative;
}

.product .product_box .one .line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product .product_box .one .line_box>div {
    position: absolute;
}

.product .product_box .one .line_box .lt,

.product .product_box .one .line_box .lb {
    width: 100%;
    height: 1px;
}

.product .product_box .one .line_box .rb {
    right: 0;
    bottom: 0;
}

.product .product_box .one .line_box .rt,
.product .product_box .one .line_box .rb {
    width: 1px;
    height: 100%;
}

.product .product_box .one .line_box .lb {
    left: 0;
    bottom: 0;
}

.product .product_box .one .line_box .lt::after {
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rt::after {
    left: 0;
    top: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .lb::after {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rb::after {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .bottom {
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .product_box .bottom .f18 {
    : SourceHanSansCN-Regular;
    color: #111111;
}

.product .product_box .bottom .iconfont {
    font-size: 31px;
    color: #ECECEC;
    line-height: 1;
}

.product .product_box .one:hover .lt::after,
.product .product_box .one:hover .lb::after {
    visibility: visible;
    width: 80%;
    transition: all .5s;
}

.product .product_box .one:hover .rt::after,
.product .product_box .one:hover .rb::after {
    visibility: visible;
    height: 80%;
    transition: all .5s;
}

/* 品牌案例 结束 */



@media screen and (max-width: 1680px) {

    .concentration .lt .title>h3,
    .victory .title>h3,
    .details .title>h3,
    .art .lt .title>h3,
    .system .lt .title>h3,
    .preserve .title>h3 {
        font-size: 34px;
    }

    .preserve .content {
        width: 1400px;
        height: 1400px;
        top: -100px;
        transform: translateY(25%);
    }

    .victory .cricleAnimate .cricle .ltList>li,
    .victory .cricleAnimate .cricle .rtList>li {
        width: 400px;
        padding: 40px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(1),
    .victory .cricleAnimate .cricle .ltList>li:nth-child(2) {
        transform: translateX(-113%);
    }

    .victory .cricleAnimate .cricle .rtList>li:nth-child(1),
    .victory .cricleAnimate .cricle .rtList>li:nth-child(2) {
        transform: translateX(113%);
    }

    .concentration .lt .title>h4,
    .victory .title>h4,
    .details .title>h4,
    .art .lt .title>h4,
    .system .lt .title>h4,
    .preserve .title>h4 {
        font-size: 18px;
    }

    .preserve .content>.iconList>li:nth-child(1) {
        left: 220px;
    }

    .preserve .content>.iconList>li:nth-child(2) {
        left: 500px;
    }

    .preserve .content>.iconList>li:nth-child(3) {
        right: 500px;
    }

    .preserve .content>.iconList>li:nth-child(4) {
        right: 220px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(1) {
        top: 170px;
        left: 90px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(2) {
        left: 280px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(3) {
        right: 280px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(4) {
        top: 170px;
        right: 90px;
    }

    .preserve {
        padding: 120px 0 550px;
    }

    .preserve .content .cir2>img {
        width: 120px;
        top: 6%;
    }
}



@media screen and (max-width: 1440px) {
    .concentration .lt .list {
        padding-right: 0;
    }

    .victory .cricleAnimate .cricle {
        width: 400px;
        height: 400px;
    }

    .victory .cricleAnimate .cricle .ltList>li,
    .victory .cricleAnimate .cricle .rtList>li {
        width: 340px;
        padding: 30px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til .ch,
    .victory .cricleAnimate .cricle .rtList>li .info .til .ch,
    .details .content .list .one .info>h5,
    .art .lt .list .one .desc>h5,
    .system .rt .one .info>h5 {
        font-size: 20px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til .en,
    .victory .cricleAnimate .cricle .rtList>li .info .til .en {
        font-size: 14px;
    }

    .victory .cricleAnimate .cricle .ltList>li .icon,
    .victory .cricleAnimate .cricle .rtList>li .icon {
        width: 60px;
        height: 60px;
    }

    .victory .cricleAnimate .cricle .ltList>li .icon>img,
    .victory .cricleAnimate .cricle .rtList>li .icon>img {
        width: 30px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(1) {
        top: 0;
        left: -40px;
    }

    .victory .cricleAnimate .cricle .rtList>li:nth-child(1) {
        top: 0;
        right: -40px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(2) {
        left: -40px;
    }

    .victory .cricleAnimate .cricle .rtList>li:nth-child(2) {
        right: -40px;
    }

    .details .content .list {
        width: 45%;
    }

    .details .content .list .one .icon {
        flex-shrink: 0;
    }

    .details .content .list .one .info>span {
        margin-top: 10px;
    }

    .preserve {
        padding: 120px 0 450px;
    }

    .preserve .content {
        width: 1200px;
        height: 1200px;
        top: -200px;
        transform: translateY(35%);
    }

    .art .lt .list .one .icon {
        height: 50px;
        width: auto;
    }

    .art .lt .list .one .icon>img {
        height: 100%;
        width: auto;
    }

    .preserve .content .iconList>li>.icon {
        width: 60px;
        height: 60px;
    }

    .preserve .content .iconList>li>.icon>img {
        width: 30px;
    }

    .preserve .content .iconList>li>span {
        font-size: 16px;
        margin-top: 10px;
    }

    .preserve .content>.iconList>li:nth-child(1) {
        left: 180px;
    }

    .preserve .content>.iconList>li:nth-child(4) {
        right: 180px;
    }

    .preserve .content>.iconList>li:nth-child(2) {
        left: 420px;
        top: -10px;
    }

    .preserve .content>.iconList>li:nth-child(3) {
        right: 420px;
        top: -10px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(1) {
        left: 90px;
        top: 150px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(4) {
        top: 150px;
        right: 90px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(2) {
        left: 250px;
        top: 25px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(3) {
        right: 250px;
        top: 25px;
    }

    .preserve .content .cir2>img {
        width: 110px;
        top: 5%;
    }

    .system .rt .one .icon {
        width: 50px;
    }

    .system .rt .one:nth-child(2n) .icon {
        width: 60px;
    }

    .system .rt .one {
        padding: 30px 20px;
    }

    .system .rt .one .icon {
        margin-right: 20px;
    }

    .details .content .list .one .icon {
        width: 60px;
        height: 60px;
    }

    .details .content .list .one .icon>img {
        width: 30px;
    }

    .art .lt .list .one .desc {
        margin-top: 20px;
    }
}



@media screen and (max-width:1280px) {
    .product .f20 {
        margin-bottom: 40px;
    }

    .concentration .lt .title>h3,
    .victory .title>h3,
    .details .title>h3,
    .art .lt .title>h3,
    .system .lt .title>h3,
    .preserve .title>h3 {
        font-size: 26px;
    }

    .concentration,
    .victory,
    .details,
    .art,
    .system {
        padding: 60px 0;
    }

    .preserve {
        padding: 60px 0 350px;
    }

    .concentration .lt .list {
        margin-top: 30px;
    }

    .concentration .lt {
        width: 60%;
    }

    .concentration .content {
        position: relative;
        z-index: 10;
    }

    .concentration .lt .title,
    .system .lt .title {
        padding-bottom: 20px;
    }

    .concentration .lt .desc,
    .system .lt .desc {
        margin-top: 20px;
    }

    .concentration .lt .list .one>img {
        height: 40px;
        width: auto;
    }

    .concentration .lt .list .one {
        padding: 20px 0;
    }

    .victory .cricleAnimate .cricle .circle2 .circle3 {
        width: 120px;
        height: 120px;
    }

    .victory .cricleAnimate .cricle .circle2 .circle3 .ch {
        font-size: 18px;
    }

    .victory .cricleAnimate .cricle .circle2 .circle3 .en {
        font-size: 14px;
        margin-top: 0;
    }

    .victory .cricleAnimate .cricle .ltList>li,
    .victory .cricleAnimate .cricle .rtList>li {
        width: 300px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(1) {
        left: -20px;
    }

    .victory .cricleAnimate .cricle .ltList>li .icon {
        right: -70px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .msg,
    .victory .cricleAnimate .cricle .rtList>li .info .msg {
        margin-top: 10px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til,
    .victory .cricleAnimate .cricle .rtList>li .info .til {
        padding-bottom: 10px;
    }

    .victory .cricleAnimate .cricle .rtList>li:nth-child(1) {
        right: -20px;
    }

    .victory .cricleAnimate .cricle .rtList>li .icon {
        left: -80px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(2) {
        left: -20px;
    }

    .victory .cricleAnimate .cricle .ltList>li:nth-child(2) .icon {
        right: -80px;
    }

    .victory .cricleAnimate .cricle .rtList>li:nth-child(2) {
        right: -20px;
    }

    .details .content .list .one {
        padding: 20px;
    }

    .preserve .content {
        width: 1000px;
        height: 1000px;
        top: -120px;
        transform: translateY(30%);
    }

    .preserve .content>.iconList>li:nth-child(1) {
        left: 180px;
        top: 55px;
    }

    .preserve .content>.iconList>li:nth-child(4) {
        right: 180px;
        top: 55px;
    }

    .preserve .content>.iconList>li:nth-child(2) {
        left: 360px;
        top: -20px;
    }

    .preserve .content>.iconList>li:nth-child(3) {
        right: 360px;
        top: -20px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(1) {
        left: 80px;
        top: 100px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(4) {
        right: 80px;
        top: 100px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(2) {
        left: 220px;
        top: 5px;
    }

    .preserve .content .cir1>.iconList>li:nth-child(3) {
        right: 220px;
        top: 5px;
    }

    .preserve .content .cir2>img {
        width: 90px;
    }
}


@media screen and (max-width:1024px) {

    .concentration .lt .title>h3,
    .victory .title>h3,
    .details .title>h3,
    .art .lt .title>h3,
    .system .lt .title>h3,
    .preserve .title>h3 {
        font-size: 22px;
    }

    .product .f20 {
        margin-bottom: 30px;
    }

    .product .product_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .product .product_box .bottom {
        padding: 20px;
    }

    .concentration .lt {
        width: 100%;
    }

    .concentration::after,
    .victory .cricleAnimate .cricle .rtList>li::before,
    .details .content::after,
    .victory .cricleAnimate .cricle .ltList>li:hover::before,
    .victory .cricleAnimate .cricle .rtList>li:hover::before {
        display: none;
    }

    .victory .cricleAnimate .cricle .circle2 {
        flex-shrink: 0;
    }

    .victory .cricleAnimate .cricle,
    .victory .cricleAnimate .cricle .ltList>li .icon,
    .victory .cricleAnimate .cricle .rtList>li .icon {
        position: static;
    }

    .victory .cricleAnimate .cricle .ltList>li .icon,
    .victory .cricleAnimate .cricle .rtList>li .icon {
        flex-shrink: 0;
    }

    .victory .cricleAnimate {
        position: relative;
        padding: 350px 0;
    }

    .victory .cricleAnimate .cricle {
        margin-left: 40px;
    }

    .victory .cricleAnimate .cricle .ltList,
    .victory .cricleAnimate .cricle .rtList {
        width: 100%;
        left: 0;
    }

    .victory .cricleAnimate .cricle .ltList {
        top: 0;
    }

    .victory .cricleAnimate .cricle .rtList {
        bottom: 0;
    }

    .victory .cricleAnimate .cricle .ltList>li,
    .victory .cricleAnimate .cricle .rtList>li {
        width: 100%;
        transform: translateX(0) !important;
        left: 0 !important;
        display: flex;
        align-items: center;
        padding: 20px 30px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info,
    .victory .cricleAnimate .cricle .rtList>li .info {
        margin-left: 20px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til,
    .victory .cricleAnimate .cricle .rtList>li .info .til,
    .victory .cricleAnimate .cricle .ltList>li .info .msg,
    .victory .cricleAnimate .cricle .rtList>li .info .msg {
        text-align: left;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til::after,
    .victory .cricleAnimate .cricle .rtList>li .info .til::after {
        left: 0;
    }

    .victory .cricleAnimate .cricle .ltList>li .icon,
    .victory .cricleAnimate .cricle .rtList>li .icon {
        transform: translateY(0);
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .icon,
    .victory .cricleAnimate .cricle .rtList>li:hover .icon {
        border: 1px solid #fff;
    }

    .details .content .list {
        width: 100%;
    }

    .art .content,
    .system .content {
        flex-direction: column;
    }

    .art .lt,
    .art .rt,
    .system .lt,
    .system .rt {
        width: 100%;
    }

    .art .rt {
        order: -1;
        top: 100px;
    }

    .art .lt .list {
        margin-top: 700px;
    }

    .system .lt .show {
        margin-top: 30px;
    }

    .system .rt {
        margin-top: 30px;
    }

    .preserve .content .cir2 {
        display: none;
    }

    .preserve .content .cir1 {
        position: static;
        border: none;
        transform: translateY(0) translateX(0);
        width: 100%;
        margin-top: 30px;
    }

    .preserve .content {
        width: 100%;
        height: auto;
        position: static;
        transform: translateY(0);
        border: none;
        margin-top: 60px;
    }

    .preserve .content .iconList {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .preserve .content .iconList>li {
        position: static;
    }

    .preserve {
        padding: 60px 0;
    }
}


@media screen and (max-width:768px) {
    .product .product_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .product .product_box .bottom {
        padding: 15px;
    }

    .product .product_box .one .img img {
        width: 100%;
    }

    .product .product_box .bottom .iconfont {
        font-size: 20px;
    }

    .concentration .lt .title>h4,
    .victory .title>h4,
    .details .title>h4,
    .art .lt .title>h4,
    .system .lt .title>h4,
    .preserve .title>h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .concentration .lt .desc>p,
    .system .lt .desc>p,
    .concentration .lt .list .one>span,
    .victory .cricleAnimate .cricle .ltList>li .info .msg,
    .victory .cricleAnimate .cricle .rtList>li .info .msg,
    .details .content .list .one .info>span,
    .art .lt .list .one .desc>span,
    .system .rt .one .info>.msg,
    .preserve .content .iconList>li>span {
        font-size: 14px;
    }

    .victory .cricleAnimate .cricle .ltList>li .info .til .ch,
    .victory .cricleAnimate .cricle .rtList>li .info .til .ch,
    .details .content .list .one .info>h5,
    .art .lt .list .one .desc>h5,
    .system .rt .one .info>h5 {
        font-size: 16px;
    }

    .victory .cricleAnimate,
    .details .content .list,
    .preserve .content {
        margin-top: 30px;
    }

    .art .lt .list {
        grid-gap: 20px;
    }

    .preserve .title>h4:nth-of-type(1) {
        margin-top: 20px;
    }

    .system .lt .show>span.msg {
        font-size: 14px;
    }

    .system .lt .show>span.horLine {
        width: 30px;
    }
}



@media screen and (max-width:600px) {

    .concentration,
    .victory,
    .details,
    .art,
    .system,
    .preserve {
        padding: 30px 0;
    }

    .concentration .lt .list>.listT,
    .concentration .lt .list>.listB {
        grid-template-columns: repeat(3, 1fr);
    }

    .concentration .lt .list>.listB>.one:last-child {
        border-left: 1px solid #E6E6E6;
    }

    .concentration .lt .list .one>span,
    .victory .cricleAnimate .cricle .ltList>li .info .msg,
    .victory .cricleAnimate .cricle .rtList>li .info .msg {
        line-height: 1.5;
    }

    .victory .cricleAnimate .cricle .ltList>li,
    .victory .cricleAnimate .cricle .rtList>li {
        padding: 0;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover,
    .victory .cricleAnimate .cricle .rtList>li:hover {
        background-color: transparent;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .icon,
    .victory .cricleAnimate .cricle .rtList>li:hover .icon {
        background-color: transparent;
        border: 1px solid #A9A9A9;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .icon>.normal,
    .victory .cricleAnimate .cricle .rtList>li:hover .icon>.normal {
        display: block;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .icon>.active,
    .victory .cricleAnimate .cricle .rtList>li:hover .icon>.active {
        display: none;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .info .til .ch,
    .victory .cricleAnimate .cricle .rtList>li:hover .info .til .ch,
    .victory .cricleAnimate .cricle .ltList>li:hover .info .til .en,
    .victory .cricleAnimate .cricle .rtList>li:hover .info .til .en,
    .victory .cricleAnimate .cricle .ltList>li:hover .info .msg,
    .victory .cricleAnimate .cricle .rtList>li:hover .info .msg {
        color: #333333;
    }

    .victory .cricleAnimate .cricle .ltList>li:hover .info .til::after,
    .victory .cricleAnimate .cricle .rtList>li:hover .info .til::after {
        background-color: #CE1C24;
    }

    .victory .cricleAnimate .cricle {
        width: 92vw;
        height: 92vw;
        margin: 0;
    }

    .victory .cricleAnimate {
        padding: 300px 0;
    }

    .victory .cricleAnimate .cricle .rtList {
        bottom: 30px;
    }

    .details .content .list .one .icon {
        margin-right: 10px;
    }

    .details .content .list .one {
        padding: 10px;
    }

    .art .rt.animate .img1 {
        width: 50px;
        top: 360px;
    }

    .art .rt.animate .img2 {
        width: 150px;
        top: 390px;
    }

    .art .rt.animate .img3 {
        width: 40px;
        top: 460px;
        left: 200px;
    }

    .art .rt.animate .img4 {
        width: 160px;
        top: 80px;
    }

    .art .rt.animate .img5 {
        width: 60px;
        top: 250px;
        left: 200px;
    }

    .art .rt.animate .img6 {
        width: 180px;
        left: 100px;
        top: 60px;
    }

    .art .rt.animate .img7 {
        width: 120px;
        top: 180px;
        left: 220px;
    }

    .art .rt.animate .img8 {
        width: 30px;
        top: 200px;
        left: 300px;
    }

    .art .lt .list {
        margin-top: 520px;
        grid-template-columns: repeat(1, 1fr);
    }

    .art .lt .list .one .icon {
        height: 40px;
    }

    .system .rt {
        grid-template-columns: repeat(1, 1fr);
    }

    .system .rt .one .icon {
        width: 40px;
    }

    .system .rt .one:nth-child(2n) .icon {
        width: 40px;
    }

    .system .rt .one:nth-child(2n) {
        border-left: 1px solid #E2E2E2;
    }

    .system .rt .one:not(:first-child) {
        border-top: none;
    }
}



@media screen and (max-width:375px) {

    .victory .cricleAnimate .cricle .ltList>li .icon,
    .victory .cricleAnimate .cricle .rtList>li .icon {
        width: 30px;
        height: 30px;
        border: none;
    }

    .details .content .list .one .icon {
        width: 50px;
        height: 50px;
    }

    .details .content .list .one .icon>img {
        width: 25px;
    }

    .details .content .list .one .num {
        font-size: 52px;
    }

    .details .content .list .one .info>span,
    .victory .cricleAnimate .cricle .ltList>li .info .til .en,
    .victory .cricleAnimate .cricle .rtList>li .info .til .en {
        line-height: 1.5;
        margin-top: 0;
    }

    .concentration .lt .list .one>img,
    .art .lt .list .one .icon {
        height: 30px;
    }

    .art .lt .list {
        grid-gap: 0;
    }
}