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.
384 lines
8.8 KiB
384 lines
8.8 KiB
.changjingBanner {
|
|
font-size: 0;
|
|
position: relative;
|
|
}
|
|
.changjingBanner video {
|
|
/*background: url(../images/changjingBanner.jpg) no-repeat center/cover;*/
|
|
width: 100%;
|
|
}
|
|
.changjingBanner .posi {
|
|
font-size: 0;
|
|
position: absolute;
|
|
left: 60px;
|
|
bottom: 112px;
|
|
}
|
|
|
|
.changjingTab {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
margin-top: -100px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.changjingTab .w1400 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.changjingTab .w1400 .swiper-button-prev, .changjingTab .w1400 .swiper-button-next {
|
|
margin: 0;
|
|
position: initial;
|
|
}
|
|
.changjingTab .w1400 .swiper-button-prev::after, .changjingTab .w1400 .swiper-button-next::after {
|
|
display: none;
|
|
}
|
|
.changjingTab .w1400 .swiper-button-disabled {
|
|
opacity: 0.5;
|
|
}
|
|
.changjingTab .w1400 .mySwiper {
|
|
width: calc(100% - 156px);
|
|
}
|
|
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide {
|
|
width: 92px;
|
|
border-top: 3px solid rgba(255, 255, 255, 0);
|
|
text-align: center;
|
|
line-height: 95.5px;
|
|
}
|
|
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide a {
|
|
font-size: 20px;
|
|
color: #fff;
|
|
}
|
|
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide.on {
|
|
border-top: 3px solid white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.changjingBlock {
|
|
padding-top: 110px;
|
|
padding-bottom: 110px;
|
|
background: #f5f5f5;
|
|
}
|
|
.changjingBlock .w1400 .tit {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
.changjingBlock .w1400 .tit p {
|
|
font-size: 48px;
|
|
color: #1a1a1a;
|
|
}
|
|
.changjingBlock .w1400 .tit .tips {
|
|
font-size: 18px;
|
|
line-height: 2.1111111111;
|
|
color: #666;
|
|
margin-top: 32px;
|
|
}
|
|
.changjingBlock .w1400 .content {
|
|
margin-top: 42px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.changjingBlock .w1400 .content .left {
|
|
font-size: 0;
|
|
width: 57.1428571429%;
|
|
}
|
|
.changjingBlock .w1400 .content .left img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.changjingBlock .w1400 .content .right {
|
|
width: 42.8571428571%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 40px 80px;
|
|
background: #fff;
|
|
}
|
|
.changjingBlock .w1400 .content .right p {
|
|
font-size: 28px;
|
|
color: #1a1a1a;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1.3;
|
|
}
|
|
.changjingBlock .w1400 .content .right p span {
|
|
display: block;
|
|
font-size: 16px;
|
|
color: #737373;
|
|
line-height: 24px;
|
|
padding: 0 10px;
|
|
border: solid 1px #e5e5e5;
|
|
border-radius: 13px;
|
|
margin-left: 12px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList {
|
|
position: relative;
|
|
margin-top: 52px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul {
|
|
position: relative;
|
|
height: 248px;
|
|
overflow-y: auto;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li {
|
|
position: relative;
|
|
z-index: 1;
|
|
padding-left: 44px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
line-height: 24px;
|
|
font-size: 18px;
|
|
color: #333;
|
|
padding-bottom: 38px;
|
|
padding-right: 30px;
|
|
text-align: justify;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li em {
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 1px solid #d4d4d4;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 3px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li i {
|
|
width: 1px;
|
|
height: 100%;
|
|
margin-top: 5px;
|
|
position: absolute;
|
|
left: 7px;
|
|
background: #d4d4d4;
|
|
display: block;
|
|
z-index: 0;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li span {
|
|
font-size: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 25px;
|
|
transform: translateY(2px);
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li div {
|
|
width: calc(100% - 25px);
|
|
line-height: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li:last-child i {
|
|
display: none;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul::-webkit-scrollbar-track-piece {
|
|
background-color: #f2f2f2;
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul::-webkit-scrollbar-thumb:vertical {
|
|
height: 5px;
|
|
background-color: #cc261f;
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul::-webkit-scrollbar-thumb:horizontal {
|
|
width: 5px;
|
|
background-color: #cc261f;
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
.changjingBlock2{
|
|
position: relative;
|
|
padding: 0 145px;
|
|
margin-top: 50px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper{
|
|
max-width: 1280px;
|
|
width: 100%;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide .img{
|
|
font-size: 0px;
|
|
border: 1px solid #e5e5e5;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
margin-bottom: 13px;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide .img img{
|
|
max-width: 80%;
|
|
max-height: 80%;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide p{
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: #333;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide:last-child .img:after{
|
|
display: none;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide:nth-child(even) .img{
|
|
border: 0;
|
|
}
|
|
.changjingBlock2 .swiper-button-next::after,.changjingBlock2 .swiper-button-prev::after{
|
|
display: none;
|
|
}
|
|
.changjingBlock2 .swiper-button-next,.changjingBlock2 .swiper-button-prev{
|
|
width: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
top: 30px;
|
|
transform: translateY(0);
|
|
margin: 0;
|
|
font-size: 0;
|
|
}
|
|
.changjingBlock2 .swiper-button-next{
|
|
right: calc(60/1400*100%);
|
|
}
|
|
.changjingBlock2 .swiper-button-prev{
|
|
left: calc(60/1400*100%);
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.changjingBlock .w1400 .content .right {
|
|
padding: 40px;
|
|
}
|
|
}
|
|
@media (max-width: 996px) {
|
|
.changjingBanner {
|
|
padding-top: 80px;
|
|
}
|
|
.changjingBanner video {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.changjingBanner .posi {
|
|
width: 30%;
|
|
left: 30px;
|
|
bottom: 30px;
|
|
}
|
|
.changjingTab {
|
|
margin-top: 0;
|
|
background: black;
|
|
}
|
|
.changjingBlock .w1400 .content {
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
}
|
|
.changjingBlock .w1400 .content .left {
|
|
width: 100%;
|
|
}
|
|
.changjingBlock .w1400 .content .right {
|
|
width: 100%;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul {
|
|
overflow-y: hidden;
|
|
height: auto;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.changjingBlock2{
|
|
padding: 0 90px;
|
|
}
|
|
}
|
|
@media (max-width: 750px) {
|
|
.changjingBanner {
|
|
padding-top: 60px;
|
|
}
|
|
.changjingBlock {
|
|
padding: 50px 0;
|
|
}
|
|
.changjingBlock .w1400 .tit p {
|
|
font-size: 5vw;
|
|
}
|
|
.changjingBlock .w1400 .tit .tips {
|
|
font-size: 3.5vw;
|
|
line-height: 2;
|
|
}
|
|
.changjingBlock2{
|
|
padding: 0 60px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.changjingTab .w1400 .mySwiper {
|
|
width: calc(100% - 70px);
|
|
}
|
|
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide {
|
|
line-height: 40px;
|
|
}
|
|
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide a {
|
|
font-size: 16px;
|
|
}
|
|
.changjingBlock .w1400 .content {
|
|
margin-top: 30px;
|
|
}
|
|
.changjingBlock .w1400 .content .right {
|
|
padding: 20px;
|
|
}
|
|
.changjingBlock .w1400 .content .right p {
|
|
font-size: 20px;
|
|
}
|
|
.changjingBlock .w1400 .content .right p span {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
transform: translateY(1px);
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList {
|
|
margin-top: 20px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 25px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li i{
|
|
left: 12px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li em{
|
|
width: 26px;
|
|
height: 26px;
|
|
top: 1px;
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li div {
|
|
font-size: 14px;
|
|
width: calc(100% - 35px);
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li span {
|
|
width: 26px;
|
|
height: 20px;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-right: 5px;
|
|
transform: translateY(4px);
|
|
}
|
|
.changjingBlock .w1400 .content .right .contList ul li span img {
|
|
width: 60%;
|
|
}
|
|
.changjingBlock2{
|
|
padding: 0 40px;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide .img{
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
.changjingBlock2 .swiper-button-next, .changjingBlock2 .swiper-button-prev{
|
|
top: 20px;
|
|
}
|
|
.changjingBlock2 .swiper-button-next{
|
|
right: 0;
|
|
}
|
|
.changjingBlock2 .swiper-button-prev{
|
|
left: 0;
|
|
}
|
|
.changjingBlock2 .changjingBlock2Swiper .swiper-wrapper .swiper-slide p{
|
|
font-size: 14px;
|
|
}
|
|
}/*# sourceMappingURL=changjing.css.map */
|