*{ font-size: 14px; margin: 0px; padding: 0px; color: #666666; } .all{ width: 100%; } .img{ width: 100%; height: 14rem; background: url("../images/tbg.png") no-repeat; background-size: cover; text-align: center; position: relative; } .en_title{ height: 60px; font-size: 45px; color: #ffffff; font-weight: lighter; } .cn_title{ height: 60px; font-size: 35px; color: #ffffff; } .con{ width: 100%; display: flex; } .left_con{ width: 29vw; flex-direction: column; background: #ffffff; position: relative; } .right_con{ width: 50vw; flex-direction: column; padding-left: 30px; position: relative; padding-top: 30px; } .area{ width: 29vw; height: 15vh; background: #beac98; position: absolute; top: -7.5vh; } .pic{ width: 310px; height: 560px; background: url("../images/mode.png") no-repeat; background-size: 100%; float: right; margin-right: 40px; position: relative; top: -60px; } .right_title{ width: 800px; font-size: 24px; color: #beac98; font-weight: bold; } .right_content{ width: 100%; } .introduction{ width: 100%; flex-direction: column; } .content_text{ font-size: 10px; color: #000000; line-height: 25px; text-indent: 2em; padding:15px 0; } .right_int{ width: 100%; /* display: flex; */ margin-top: 45px; /* justify-content: flex-start; */ padding-bottom: 30px; border-bottom: 1px solid #eeeeee; vertical-align: top; } .photo{ width: 130px; height: 185px; background: url("../images/lin.png") no-repeat; background-size: 100%; } .message{ width: 650px; margin-left: 25px; display: inline-block; } .name{ font-size: 22px; line-height: 30px; color: #8f773f; } .job{ font-size: 12px; line-height: 20px; color: #888888; margin-top: 5px; } .b_text{ font-size: 12px; font-weight: bold; margin-top: 20px; color: #000000; } .n_text{ margin-top: 10px; } .int_text{ font-size: 10px; line-height: 25px; color: #000000; font-weight: bold; } .right_ints{ width: 100%; height: 600px; display: flex; margin-top: 45px; border-bottom: 1px solid #eeeeee; } .photos{ width: 130px; height: 185px; /* background: url("../images/duan.png") no-repeat; */ background-size: 100%; display: inline-block; vertical-align: top; } .photos img{ width:100%} .point{ font-size: 60px; color: #d7d7d7; margin-left: 10px; } .company-box{ position: absolute; text-align: center; width: 100%; bottom: 360px; } .top-text{ font-size: 45px; color: #ffffff; font-weight: lighter; margin-bottom: 10px; } .bot-text{ font-size: 35px; color: #ffffff; } .line-circle{width: 7px;height: 7px;border-radius: 100%;background:#ddd;position: absolute;bottom: 185px;left: 50%;margin-left: -3px;} .line-circle:before{content: '';height:150px;width: 1px;background: #ddd;position: absolute;bottom: 0;opacity: 0.4;} @media screen and (max-width: 1450px) and (min-width: 1350px){ .line-circle:before{height: 100px;} .bot-text{font-size: 25px;} .top-text{font-size: 25px;} .company-box{bottom: 250px;} .cimpanyprofile-center{margin: -100px auto;} .line-circle{bottom: 120px;} .right_title{top: -10vh;} } /*鎵嬫満绔嚜閫傚簲*/ @media screen and (max-width: 1025px) and (min-width: 320px){ .all{ padding-top: 1.5rem !important; } .img{ height: 30vh; background: url(../images/tbg.png) top no-repeat; background-size: cover; } .company-box{ display: flex; flex-direction: column; justify-content: center; top: 50%; } .top-text{ font-size: .5rem; margin-bottom: .1rem; } .bot-text{ font-size: .5rem; } .line-circle{ display: none; } .con{ height: auto; margin-top: 30px; } .left_con{ width: calc(100% - .4rem); height: 6rem; padding: 0 .2rem .2rem; display: none; } .pic{ width: 100%; height: 6rem; background: url(../images/mode.png) center no-repeat; background-size: 100%; margin: 0; top: 0; } .right_con{ width: calc(100% - 40px); padding: 20px; text-align: justify; } .right_title{ width: 60%; height: auto; font-size: .45rem; line-height: .5rem; top: 0; } .right_content{ width: 100%; height: auto; margin-top: .6rem; } .content_text{ font-size: .3rem; line-height: .5rem; padding: 0 0 20px 0; } .right_int{ width: 100%; height: auto; padding: .2rem 0; margin-top: 0; } .photo{ width: 3rem; height: auto; } .message{ margin-left: .25rem; width: calc(100% - 160px); } .name{ font-size: .4rem; } .job{ font-size: .3rem; margin-top: .1rem; } .b_text{ font-size: .3rem; margin-top: 10px; } .n_text{ } .int_text{ font-size: .3rem; line-height: .55rem; font-weight: normal; } .right_ints{ width: 100%; height: auto; margin-top: 0; padding: .2rem 0; } .photos{ /* width: 30%; */ display: inline-block; height: auto; max-width: 140px; } .point{ display: none; } } .b_text.more{ width: 30%; } .toggle-more i{ position:relative;top:2px } .more-content{display:none;} .toggle-more{margin-top: 10px;display: block;margin-bottom: 20px;} .toggle-more span{ font-size:12px; } .more.cur .more-content{display: block}