﻿/* 常量设置 */
.wrap {width:90%; margin-right:auto; margin-left:auto;}
.mwrap {width:18rem; margin-right:auto; margin-left:auto;}
body{font-size:.16rem; line-height:1.6; color:#555; background:#fff;}
/* 公共字号 */
.tit84{font-size:.84rem; line-height:1.3; font-weight:bold;}
.tit64{font-size:.64rem; line-height:1.3; font-weight:bold;}
.tit59{font-size:.59rem; line-height:1.3;}
.tit42{font-size:.42rem; line-height:1.3;}
.tit36{font-size:.36rem; line-height:1.3;}
.tit20{font-size:.2rem; line-height:.3rem;}
.con16{font-size:.18rem; line-height:2;}
.about_us03{padding:0.6rem 0 0;}
.about_us03 .content{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; padding-bottom:1rem; position: relative; }
.about_us03 .content .left {width:19%; position:sticky; position:-webkit-sticky; top:0.6rem;}
.about_us03 .content .left .tit{font-weight:bold; color:#000;}
.about_us03 .content .left .tit span{color:#fff; display:block;}
.about_us03 .content .left .tit p{color:#fff; display:block; margin: 30px 0 0 0;}
.about_us03 .content .left .con{ }
.about_us03 .content .left .con img{ border-top-right-radius: 55px; width:70% }
.about_us03 .content .right{width:77%;}
.about_us03 .content .right li {width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; border: 1PX solid #eee;  border-radius:.15rem; background:#fff; padding:.3rem 0.6rem .6rem .5rem;; margin-bottom:30px; position:sticky; position:-webkit-sticky; transform-origin:top center; box-sizing:border-box; overflow: hidden;}
.about_us03 .content .right li:after{content: 'yongsheng'; position: absolute;right:0;bottom:-60px;color: #f9f9f9;text-transform: uppercase; font-size: 1rem;font-family: 'gilroy_bold';z-index: 1;}
.about_us03 .content .right li .info_{display:flex; justify-content:space-between; margin-top:.1rem; align-items:center; flex-wrap: wrap;}
.about_us03 .content .right li .info_ .pic{width:30%}
.about_us03 .content .right li .info_ .info_text{width:68%}
.about_us03 .content .right li .info_ .tit{color:#555; padding:0.1rem 0;position: relative;z-index: 2;}
.about_us03 .content .right li:nth-child(1){top:0}
.about_us03 .content .right li:nth-child(2){top:0}
.about_us03 .content .right li:nth-child(3){top:0}
.about_us03 .content .right li:nth-child(4){top:0}
.about_us03 .content .right li:nth-child(5){top:0}
.about_us03 .content .right li:nth-child(6){top:0}
.about_us03 .content .right li:nth-child(7){top:0}
.about_us03 .content .right li:nth-child(8){top:0}
.about_us03 .content .right li:nth-child(9){top:0}
.about_us03 .content .right li:nth-child(10){top:0}
.about_us03 .content .right li:nth-child(11){top:0}
.about_us03 .content .right li:nth-child(12){top:0}
.about_us03 .content .right li:nth-child(13){top:0}
.about_us03 .content .right li:nth-child(14){top:0}
.about_us03 .content .right li:nth-child(15){top:0}
.about_us03 .content .right li:nth-child(16){top:0}
.about_us03 .content .right li:nth-child(17){top:0}
.about_us03 .content .right li:nth-child(18){top:0}
.about_us03 .content .right li:nth-child(19){top:0}
.about_us03 .content .right li:nth-child(20){top:0}
.about_us03 .content .right li:nth-child(21){top:0}
.about_us03 .content .right li:nth-child(22){top:0}
.about_us03 .content .right li:nth-child(23){top:0}
.about_us03 .content .right li:nth-child(24){top:0}
.about_us03 .content .right li .box{width:100%}
.about_us03 .content .right li .box .img{ font-size: 0.35rem; font-weight: bold;color: #333;}
@media only screen and (max-width:1650px){ 
    .tit59{font-size: 0.4rem;}
    .about_us03 .content .right li .box .img{font-size: 0.3rem;}
    .con16{font-size: 0.17rem;}
}
@media only screen and (max-width:1200px){ 
    .tit59{font-size: 0.3rem;}
    .about_us03 .content .left .tit{ text-align: center;}
    .about_us03 .content .right li:after{    font-size:0.5rem;}
    .about_us03 .content .right li .box .img{font-size: 0.25rem;}
    .about_us03 .content .right .icon img{width:35px}
    .about_us03 .content .left .tit p{    margin: 10px 0 0 0;}
    .about_us03 .content .right li .info_ .pic{width:100%}
    .about_us03 .content .right li .info_ .info_textc{width:100%}
    .about_us03 .content .right li .info_ .info_text{width:100%;padding:25px 0 0 0}
}