You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
195 lines
3.9 KiB
195 lines
3.9 KiB
.block .title {
|
|
text-align: center;
|
|
padding-top: 57px;
|
|
padding-bottom: 68px;
|
|
}
|
|
|
|
.block .title p {
|
|
font-size: 42px;
|
|
line-height: 88px;
|
|
color: #292b33;
|
|
}
|
|
|
|
.block .title div {
|
|
font-size: 16px;
|
|
color: #474b59;
|
|
line-height: 1.3;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
|
|
.block {
|
|
background: url(../images/blockBg.jpg) no-repeat center;
|
|
height: 820px;
|
|
}
|
|
|
|
.block .w1400 {
|
|
max-width: 1300px;
|
|
margin-top: 54px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.block .w1400 .list {
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ecf5ff)), -webkit-gradient(linear, left top, left bottom, from(#32cf9a), to(#32cf9a));
|
|
background-image: linear-gradient(0deg, #ffffff 0%, #ecf5ff 100%), linear-gradient(#32cf9a, #32cf9a);
|
|
background-blend-mode: normal, normal;
|
|
-webkit-box-shadow: 1px 14px 46px 0px rgba(0, 36, 96, 0.17);
|
|
box-shadow: 1px 14px 46px 0px rgba(0, 36, 96, 0.17);
|
|
border: solid 1px #fff;
|
|
width: calc(270/1300*100%);
|
|
min-height: 360px;
|
|
padding: 30px;
|
|
-webkit-transition: border .3s;
|
|
transition: border .3s;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.block .w1400 .list .img {
|
|
font-size: 0;
|
|
height: 50px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.block .w1400 .list .img img {
|
|
height: auto;
|
|
}
|
|
|
|
.block .w1400 .list .listTitle {
|
|
font-size: 22px;
|
|
color: #1a1a1a;
|
|
margin-top: 32px;
|
|
}
|
|
|
|
.block .w1400 .list p {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: 26px;
|
|
color: #6b6f74;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.block .w1400 .list p:first-child {
|
|
margin-top: 34px;
|
|
}
|
|
|
|
.block .w1400 .list p img {
|
|
max-height: 20px;
|
|
width: auto;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.block .w1400 .list a {
|
|
font-size: 15px;
|
|
color: #0042ff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: 55px;
|
|
}
|
|
|
|
.block .w1400 .list a img {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.block .w1400 .list:nth-child(odd) {
|
|
-webkit-transform: translateY(-45px);
|
|
transform: translateY(-45px);
|
|
}
|
|
|
|
.block .w1400 .list:hover .borderTop {
|
|
left: 0;
|
|
}
|
|
|
|
.block .w1400 .list:hover .borderRight {
|
|
top: 0;
|
|
}
|
|
|
|
.block .w1400 .list:hover .borderBottom {
|
|
right: 0;
|
|
}
|
|
|
|
.block .w1400 .list:hover .borderLeft {
|
|
bottom: 0;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.block {
|
|
background: #eee;
|
|
height: auto;
|
|
padding-bottom: 100px;
|
|
}
|
|
.block .w1400 {
|
|
margin-top: 0;
|
|
}
|
|
.block .w1400 .list {
|
|
width: calc(330/1400*100%);
|
|
}
|
|
.block .w1400 .list:nth-child(odd) {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@media (max-width: 996px) {
|
|
.block .w1400 {
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.block .w1400 .list {
|
|
width: 49%;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 750px) {
|
|
.block .title {
|
|
padding: 30px 0;
|
|
}
|
|
.block .title p {
|
|
font-size: 7vw;
|
|
line-height: 2;
|
|
}
|
|
.block .title div {
|
|
font-size: 3.5vw;
|
|
}
|
|
|
|
.block {
|
|
padding-bottom: 65px;
|
|
}
|
|
.block .w1400 .list {
|
|
width: 48%;
|
|
}
|
|
}
|
|
@media (max-width: 414px) {
|
|
.block {
|
|
padding-bottom: 65px;
|
|
}
|
|
.block .w1400 .list {
|
|
padding: 20px;
|
|
min-height: 300px;
|
|
-webkit-box-shadow: 1px 5px 10px 0px rgba(0, 36, 96, 0.17);
|
|
box-shadow: 1px 5px 10px 0px rgba(0, 36, 96, 0.17);
|
|
}
|
|
.block .w1400 .list .listTitle {
|
|
font-size: 18px;
|
|
}
|
|
.block .w1400 .list p {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.block .w1400 .list a {
|
|
margin-top: 40px;
|
|
}
|
|
}
|