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.
706 lines
18 KiB
706 lines
18 KiB
.jiejueBlock {
|
|
background: url(../images/jiejueBlockBg.jpg) no-repeat center/cover;
|
|
}
|
|
.jiejueBlock .w1400 {
|
|
margin-top: 73px;
|
|
padding-bottom: 100px;
|
|
}
|
|
.jiejueBlock .w1400 .contList {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list {
|
|
max-width: 18.2142857143%;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tit {
|
|
font-size: 22px;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list span {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
border: 1px solid #e6e6e6;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list span::after {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
background: #e6e6e6;
|
|
content: "";
|
|
display: block;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tips {
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #737373;
|
|
text-align: justify;
|
|
margin-top: 25px;
|
|
}
|
|
.jiejueBlock .w1400 .contList::after {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #e6e6e6;
|
|
position: absolute;
|
|
top: 70px;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
.jiejueBlock .w1400 .bottom {
|
|
margin-top: 63px;
|
|
display: flex;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list {
|
|
position: relative;
|
|
flex: 1;
|
|
height: 650px;
|
|
overflow: hidden;
|
|
transition: flex 0.3s;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list > .img {
|
|
font-size: 0;
|
|
height: 100%;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list > .img img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 100%;
|
|
transition: top 0.3s;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi .img {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi .img img {
|
|
max-width: 40px;
|
|
max-height: 40px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi .tit {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
line-height: 2;
|
|
text-align: center;
|
|
padding: 0 10px;
|
|
margin: 0 auto;
|
|
margin-top: 17px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi .tips {
|
|
display: none;
|
|
font-size: 16px;
|
|
line-height: 2;
|
|
color: #f7f7f7;
|
|
max-width: 466px;
|
|
margin-top: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on, .jiejueBlock .w1400 .bottom .list.active {
|
|
flex: 42.9%;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on .posi, .jiejueBlock .w1400 .bottom .list.active .posi {
|
|
padding: 98px 10.5263157895%;
|
|
top: 0;
|
|
transform: translateY(0);
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on .posi .img, .jiejueBlock .w1400 .bottom .list.active .posi .img {
|
|
width: 80px;
|
|
height: 80px;
|
|
margin: 0;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on .posi .img img, .jiejueBlock .w1400 .bottom .list.active .posi .img img {
|
|
max-width: 80px;
|
|
max-height: 80px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on .posi .tit, .jiejueBlock .w1400 .bottom .list.active .posi .tit {
|
|
text-align: left;
|
|
padding: 0;
|
|
font-size: 32px;
|
|
color: #f7f7f7;
|
|
margin-top: 12px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on .posi .tips, .jiejueBlock .w1400 .bottom .list.active .posi .tips {
|
|
display: block;
|
|
}
|
|
|
|
.jiejueBlock2 {
|
|
background: url(../images/jiejueBlock2Bg.jpg) no-repeat center/cover;
|
|
}
|
|
.jiejueBlock2 .w1400 {
|
|
position: relative;
|
|
padding-bottom: 78px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 46px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a {
|
|
width: 210px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
color: #333;
|
|
line-height: 68px;
|
|
border: 1px solid rgba(51, 51, 51, 0.2);
|
|
padding: 0 10px;
|
|
background: rgba(223, 11, 10, 0);
|
|
transition: all 0.3s;
|
|
margin-right: 20px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a img {
|
|
margin-right: 20px;
|
|
filter: none;
|
|
transition: all 0.3s;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a.on, .jiejueBlock2 .w1400 .tab a:hover {
|
|
background: #df0b0a;
|
|
color: #fff;
|
|
border-color: #df0b0a;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a.on img, .jiejueBlock2 .w1400 .tab a:hover img {
|
|
filter: invert(1);
|
|
}
|
|
.jiejueBlock2 .w1400 .content {
|
|
margin-top: 60px;
|
|
position: relative;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list {
|
|
display: none;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-wrapper .swiper-slide {
|
|
font-size: 0;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-wrapper .swiper-slide img {
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-next, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-prev {
|
|
width: 40px;
|
|
height: 65px;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
opacity: 0;
|
|
transition: opacity 0.3s;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-next img, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-prev img {
|
|
filter: contrast(1) brightness(10);
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-next::after, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .swiper-button-prev::after {
|
|
display: none;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .hoverLeft {
|
|
position: absolute;
|
|
width: 30%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 3;
|
|
height: 100%;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .hoverLeft:hover div {
|
|
opacity: 1;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .hoverRight {
|
|
position: absolute;
|
|
width: 30%;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 3;
|
|
height: 100%;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .jiejueBlock2Swiper2 .hoverRight:hover div {
|
|
opacity: 1;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .tit {
|
|
font-size: 32px;
|
|
color: #333;
|
|
line-height: 1.5;
|
|
margin-top: 32px;
|
|
padding-right: 14%;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .tips {
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
color: #666;
|
|
margin-top: 13px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
border: 1px solid #333;
|
|
width: 56px;
|
|
height: 56px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
opacity: 1;
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next::after, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev::after {
|
|
display: none;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next {
|
|
right: -8.2857142857%;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev {
|
|
left: -8.2857142857%;
|
|
}
|
|
|
|
.jiejueBlock3 {
|
|
background: url(../images/jiejueBlock3Bg.jpg) no-repeat center/cover;
|
|
}
|
|
.jiejueBlock3 .w1400 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-bottom: 100px;
|
|
margin-top: 40px;
|
|
}
|
|
.jiejueBlock3 .w1400 .left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 21.4285714286%;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
}
|
|
.jiejueBlock3 .w1400 .left a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 14.6666666667%;
|
|
color: #fff;
|
|
font-size: 22px;
|
|
height: 124px;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
transition: background 0.3s;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a > img {
|
|
filter: contrast(1) brightness(10);
|
|
}
|
|
.jiejueBlock3 .w1400 .left a .noneBg {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
display: none;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a .noneBg img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.jiejueBlock3 .w1400 .right {
|
|
width: 78.5714285714%;
|
|
padding: 67px 5%;
|
|
background: #fff;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list {
|
|
display: none;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu {
|
|
position: absolute;
|
|
right: 0;
|
|
display: flex;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-next, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-prev {
|
|
position: initial;
|
|
margin: 0;
|
|
width: 45px;
|
|
height: 45px;
|
|
border-radius: 50%;
|
|
border: 1px solid #000;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-next::after, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-prev::after {
|
|
display: none;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-next {
|
|
margin-left: 23px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .tit {
|
|
font-size: 32px;
|
|
color: #333;
|
|
line-height: 1.3;
|
|
margin-bottom: 26px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .tips {
|
|
font-size: 16px;
|
|
line-height: 2;
|
|
color: #666;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
padding-top: 21px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child {
|
|
margin-top: 31px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-wrapper .swiper-slide {
|
|
font-size: 0;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-next, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-prev {
|
|
width: 40px;
|
|
height: 65px;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
opacity: 0;
|
|
transition: opacity 0.3s;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-next img, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-prev img {
|
|
filter: contrast(1) brightness(10);
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-next::after, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-prev::after {
|
|
display: none;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .hoverLeft {
|
|
position: absolute;
|
|
width: 30%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 3;
|
|
height: 100%;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .hoverLeft:hover div {
|
|
opacity: 1;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .hoverRight {
|
|
position: absolute;
|
|
width: 30%;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 3;
|
|
height: 100%;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .hoverRight:hover div {
|
|
opacity: 1;
|
|
}
|
|
|
|
.jiejueBlock2Swiper .menuBox{
|
|
position: absolute;
|
|
right: 0;
|
|
top: 83%;
|
|
display: flex;
|
|
}
|
|
|
|
.jiejueBlock2Swiper .menuBox div{
|
|
position: relative;
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
border: 1px solid #333;
|
|
width: 48px;
|
|
height: 48px;
|
|
top:0;
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
}
|
|
.jiejueBlock2Swiper .menuBox .swiper-button-next{
|
|
right: 0;
|
|
margin-left: 20px;
|
|
}
|
|
.jiejueBlock2Swiper .menuBox .swiper-button-prev{
|
|
left: 0;
|
|
}
|
|
.jiejueBlock2Swiper .menuBox div:after{
|
|
display: none;
|
|
}
|
|
@media (max-width: 1660px) {
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next {
|
|
right: -55px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev {
|
|
left: -55px;
|
|
}
|
|
}
|
|
@media (max-width: 1552px){
|
|
.jiejueBlock2Swiper .menuBox{
|
|
top: 80%;
|
|
}
|
|
}
|
|
@media (max-width: 1440px){
|
|
.jiejueBlock2Swiper .menuBox{
|
|
top: 78%;
|
|
}
|
|
}
|
|
@media (max-width: 1366px){
|
|
.jiejueBlock2Swiper .menuBox{
|
|
top: 77%;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-next, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper > .swiper-button-prev {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 996px) {
|
|
.jiejueBlock .w1400 {
|
|
margin-top: 40px;
|
|
padding-bottom: 70px;
|
|
}
|
|
.jiejueBlock .w1400 .contList {
|
|
flex-wrap: wrap;
|
|
}
|
|
.jiejueBlock .w1400 .contList::after {
|
|
display: none;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list {
|
|
width: 46%;
|
|
max-width: 100%;
|
|
margin-bottom: 30px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list span {
|
|
display: none;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tit {
|
|
margin-bottom: 0;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tips {
|
|
margin-top: 10px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom {
|
|
margin-top: 10px;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list {
|
|
width: calc((100% - 30px) / 2);
|
|
flex: none;
|
|
height: 300px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi {
|
|
padding: 30px;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list.on {
|
|
flex: none;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab {
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a {
|
|
width: auto;
|
|
padding: 0 15px;
|
|
margin-bottom: 20px;
|
|
line-height: 52px;
|
|
margin-right: 20px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a img {
|
|
max-width: 25px;
|
|
max-height: 25px;
|
|
margin-right: 15px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content {
|
|
margin-top: 20px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper2 .swiper-button-prev, .jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper2 .swiper-button-next {
|
|
opacity: 1 !important;
|
|
}
|
|
.jiejueBlock3 .w1400 {
|
|
flex-direction: column;
|
|
}
|
|
.jiejueBlock3 .w1400 .left {
|
|
flex-direction: row;
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a {
|
|
padding: 0 15px;
|
|
height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a > img {
|
|
margin-left: 10px;
|
|
max-height: 15px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right {
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock2Swiper {
|
|
padding-bottom: 100px;
|
|
}
|
|
.jiejueBlock2Swiper .menuBox{
|
|
bottom: 0;
|
|
top: auto !important;
|
|
left: 50%;
|
|
right: auto;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.jiejueBlock .w1400 {
|
|
margin-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list {
|
|
margin-bottom: 20px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tit {
|
|
font-size: 18px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tips {
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
text-align: justify;
|
|
-moz-text-align-last: center;
|
|
text-align-last: center;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list {
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock .w1400 .bottom .list .posi .tips {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.jiejueBlock2 .w1400 {
|
|
margin-top: 30px;
|
|
padding-bottom: 50px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab {
|
|
overflow-x: auto;
|
|
white-space: nowrap;
|
|
justify-content: space-between;
|
|
margin-top: 24px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a {
|
|
font-size: 14px;
|
|
line-height: 36px;
|
|
margin-right: 0;
|
|
width: calc((100% - 20px) / 3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a img {
|
|
max-width: 18px;
|
|
height: 18px;
|
|
margin-right: 8px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .tit {
|
|
font-size: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.jiejueBlock2 .w1400 .content .cont .list .jiejueBlock2Swiper .tips {
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
margin-top: 6px;
|
|
}
|
|
.jiejueBlock3 .w1400 {
|
|
margin-top: 30px;
|
|
padding-bottom: 50px;
|
|
}
|
|
.jiejueBlock3 .w1400 .left {
|
|
flex-direction: row;
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a {
|
|
height: 50px;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a img {
|
|
display: none;
|
|
}
|
|
.jiejueBlock3 .w1400 .left a.on {
|
|
font-weight: bold;
|
|
}
|
|
.jiejueBlock3 .w1400 .right {
|
|
padding: 30px;
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent {
|
|
padding-bottom: 65px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu {
|
|
top: auto;
|
|
bottom: 0px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 2;
|
|
justify-content: center;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-prev, .jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-next {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .ParentMenu .swiper-button-next {
|
|
margin-left: 35px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .tit {
|
|
font-size: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .tips {
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
padding-top: 10px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child {
|
|
margin-top: 20px;
|
|
}
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-next,
|
|
.jiejueBlock3 .w1400 .right .list .jiejueBlock3Parent .swiper-wrapper .swiper-slide .jiejueBlock3child .swiper-button-prev {
|
|
opacity: 1;
|
|
width: 30px;
|
|
height: 55px;
|
|
}
|
|
.jiejueBlock2Swiper .menuBox div{
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
|
|
.jiejueBlock2Swiper {
|
|
padding-bottom: 55px;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list{
|
|
width: 100%;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tit{
|
|
text-align: left;
|
|
}
|
|
.jiejueBlock .w1400 .contList .list .tips{
|
|
text-align-last: left;
|
|
margin-top: 5px;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a img{
|
|
display: none;
|
|
}
|
|
.jiejueBlock2 .w1400 .tab a{
|
|
width: auto;
|
|
}
|
|
}/*# sourceMappingURL=jiejue.css.map */
|