.out_box{ flex-direction: column; padding: 0; margin: 0; padding-top: 111px; } .obox_top{ height: 13rem; background: url("../base/images/outtop.jpg") no-repeat; background-size: cover; width: 100%; } .obox_con{ width: 1190px; flex-direction: column; margin: auto; margin-bottom: 60px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; } .img_box{ width: calc(50% - 20px); margin-top: 20px; display: flex; overflow: hidden; } .img_box>a{width:100%;display: block;} .img:hover{ transform: scale(1.05); } .img1{ width: 100%; height: 100%; background:url("../base/images/outpic1.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img2{ width: 100%; height: 100%; background:url("../base/images/outpic2.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img3{ width: 100%; height: 100%; background:url("../base/images/outpic3.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img4{ width: 100%; height: 100%; background:url("../base/images/outpic4.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img5{ width: 100%; height: 100%; background:url("../base/images/outpic5.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img6{ width: 100%; height: 100%; background:url("../base/images/outpic6.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img7{ width: 100%; height: 100%; background:url("../base/images/outpic7.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img8{ width: 100%; height: 100%; background:url("../base/images/outpic8.jpg") no-repeat; flex-direction: column; } .img9{ width: 100%; height: 100%; background:url("../base/images/outpic9.jpg") no-repeat; flex-direction: column; min-height: 600px; } .img10{ background:url("../base/images/outpic10.jpg") no-repeat; flex-direction: column; min-height: 600px; width: 100%; height: 100%; } .line{ width: 30px; height: 5px; background: #ffffff; margin: auto; } .img_text{ font-size: 20px; color: #ffffff; text-align: center; line-height: 60px; } @media only screen and (max-width: 1366px){ .obox_top{height:10rem} } /*鎵嬫満绔嚜閫傚簲*/ @media screen and (max-width: 1025px) and (min-width: 320px){ .out_box{ padding-top: 1rem !important; } .obox_con{ width: calc(100% - .4rem); margin-bottom: .2rem; padding: 0 .2rem; justify-content: space-between; } .img_box{ width: calc(50% - .1rem); height: 3.5rem; padding: 0 !important; margin-top: .2rem; } .img_box .img{ height: 7rem; min-height: 3.5rem; background-size: 100%; } .img_box .img>div:nth-child(1){ height: 0.7rem !important; } .img_box .line{ height: .05rem; } .img_text{ font-size: .35rem; line-height: .7rem; } .obox_top{height:4rem} } /*pad鑷€傚簲*/ @media screen and (max-width: 1025px) and (min-width: 760px){ .img_box { width: calc(50% - .1rem); height: 7rem; } .obox_top{height:6.5rem} }