html,
body {
background-image: url('../img/skr205.png');
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
}
.pub_contiain {
background-color: transparent;
background: transparent;
}
.insight_nav {
width: 1100px;
margin: 0.16rem auto;
display: flex;
flex-wrap: wrap;
}
.insight_nav_item {
width: 19.4%;
height: 1.2rem;
margin-right: 0.75%;
background-color: rgba(255, 255, 255, .5);
transition: 0.5s;
border-radius: 4px;
overflow: hidden;
}
.insight_nav_item a {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.insight_nav_item:last-of-type {
margin-right: 0;
}
.insight_nav_item.on,
.insight_nav_item:hover {
background-color: rgba(255, 255, 255, 1);
}
.insight_nav_p {
font-size: 14px;
color: #1b2a75;
line-height: 1;
margin-top: 0.16rem;
}
/* */
.insight_cont {
width: 1100px;
margin: 0 auto 1rem;
display: flex;
justify-content: space-between;
}
.insight_l {
width: 7.8rem;
min-width: 7.8rem;
margin-right: 0.26rem;
}
.insight_list {
width: 100%;
background-color: rgba(255, 255, 255, .5);
border-radius: 4px;
overflow: hidden;
/* padding-bottom: 0.3rem; */
}
.insight_item {
transition: 0.5s;
position: relative;
margin-bottom: 1px;
}
.insight_item::after {
content: "";
width: 8.4rem;
height: 1px;
background-color: #9ec2dc;
position: absolute;
left: 50%;
bottom: -1px;
transform: translateX(-50%);
}
.insight_item:hover {
background-color: rgba(255, 255, 255, .8);
}
.insight_item>a {
display: flex;
padding: 0.15rem 0.36rem 0.15rem 0.3rem;
}
.insight_img {
width: 2.28rem;
min-width: 2.28rem;
height: 1.52rem;
margin-right: 0.3rem;
}
.insight_img img {
width: 100%;
height: 100%;
object-fit: contain;
}
.insight_d1 {
flex-grow: 1;
max-width: 456px;
}
.insight_p1 {
font-size: 20px;
line-height: 24px;
height: 24px;
color: #1b2a75;
margin-bottom: 0.15rem;
margin-top: 0.1rem;
font-weight: 400;
}
.insight_p2 {
font-size: 14px;
color: #5e5f60;
line-height: 24px;
height: 48px;
margin-bottom: 0.25rem;
}
.insight_p3 {
font-size: 12px;
color: #5e5f60;
line-height: 1.5;
}
.insight_d2 {
display: flex;
align-items: center;
justify-content: space-between;
height: 0.2rem;
line-height: 0.2rem;
}
.insight_p3 span {
display: inline-table;
margin-right: 0.12rem;
}
.insight_p3 span:nth-of-type(1) {
margin-right: 0.15rem;
}
.insight_p4 {
font-size: 12px;
color: #1b2a75;
}
.insight_p4 a {
display: flex;
align-items: center;
white-space: nowrap;
}
.insight_p4 img {
margin-right: 5px;
}
/* */
.insight_r {
width: 2.74rem;
}
.insight_top {
width: 100%;
height: 2.08rem;
border-radius: 4px;
}
.insight_top .swiper-pagination {
height: 8px;
right: 0.2rem;
bottom: 0.16rem;
width: auto;
left: initial;
font-size: 0px;
}
.insight_top .swiper-pagination-bullet {
border: 1px solid white;
background-color: rgba(255, 255, 255, 0);
opacity: 1;
}
.insight_top .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: white;
}
.insight_top img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
/* */
.insight_bottom_inside {
position: sticky;
top: 0.7rem;
margin-top: 0.2rem;
background-color: rgba(255, 255, 255, .5);
padding: 0.3rem 0.2rem;
border-radius: 4px;
overflow: hidden;
width: 2.74rem;
}
.insight_bottom{
width: 2.74rem;
}
.insight_p5 {
font-size: 14px;
color: #333947;
display: flex;
align-items: center;
margin-bottom: 0.2rem;
}
.insight_p5 img {
margin-right: 0.15rem;
}
.insight_d3 {
display: flex;
flex-wrap: wrap;
}
.insight_d4 {
border: 1px solid #8ab0c7;
font-size: 14px;
color: #333947;
padding: 0 0.1rem;
line-height: 0.26rem;
margin-bottom: 0.14rem;
border-radius: 4px;
margin-right: 7px;
}
.insight_d4 span {
margin-left: 0.08rem;
font-size: 12px;
color: #1b2a75;
}
@media screen and (max-width: 1920px) {}
@media screen and (min-width: 900px) {}
@media screen and (max-width: 800px) {
html,
body {
background-size: cover;
}
.insight_nav {
width: 90%;
margin: 0 auto;
flex-direction: row;
flex-wrap: wrap;
}
.insight_nav_item {
width: 48%;
margin-right: 2%;
margin-top: 0.2rem;
padding: 0.2rem 0;
height: auto;
}
.insight_cont {
width: 90%;
margin: 0 auto;
margin-top: 0.2rem;
flex-direction: column-reverse;
}
.insight_img {
width: 1.6rem;
min-width: 1.6rem;
height: 1.2rem;
margin-right: 0.2rem;
}
.insight_l {
width: 100%;
min-width: 100%;
margin-bottom: 0.2rem;
}
.insight_p1 {
font-size: 14px;
margin-bottom: 0.05rem;
margin-top: 0;
}
.insight_p2 {
font-size: 13px;
line-height: 18px;
height: 36px;
margin-bottom: 0.05rem;
}
.insight_d2 {
flex-direction: column;
height: auto;
}
.insight_p3 {
display: none;
}
.insight_p3 span:first-of-type {
width: 100%;
}
.insight_p4 {
width: 100%;
}
.insight_item {
padding: 0.28rem 0.1rem;
}
.insight_item>a {
padding: 0;
align-items: center;
}
.insight_l {
margin-right: 0;
}
.insight_r {
/* width: 100%;
margin-top: 0.2rem;
margin-bottom: 0.2rem; */
display: none;
}
.insight_top {
height: auto;
}
.insight_top img {
width: 100%;
max-height: 100%;
object-fit: contain;
}
}