睿能科技
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.
 
 
 
 
 
 

1045 lines
24 KiB

.guanyuBlock {
background: url(../images/guanyuBlockBg.jpg) no-repeat center bottom 180px/cover;
padding-bottom: 100px;
}
.guanyuBlock .w1400 {
margin-top: 24px;
}
.guanyuBlock .w1400 > p {
text-indent: 2em;
font-size: 18px;
line-height: 2.2222222222;
color: #666;
margin: 0 auto;
margin-bottom: 30px;
max-width: 1210px;
text-align: justify;
}
.guanyuBlock .w1400 > p:last-child {
margin-bottom: 0;
}
.guanyuBlock .w1400 ul {
display: flex;
justify-content: center;
padding-top: 15px;
}
.guanyuBlock .w1400 ul li {
min-width: 27.8571428571%;
padding: 0 8.5714285714%;
position: relative;
}
.guanyuBlock .w1400 ul li p {
font-size: 16px;
color: #666;
}
.guanyuBlock .w1400 ul li div {
font-size: 18px;
font-weight: bold;
color: #1a1a1a;
}
.guanyuBlock .w1400 ul li div span {
font-size: 58px;
font-weight: bold;
color: #1a1a1a;
margin-right: 6px;
}
.guanyuBlock .w1400 ul li::after {
display: block;
content: "";
width: 1px;
height: 44px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.1);
}
.guanyuBlock .w1400 ul li:last-child::after {
display: none;
}
.guanyuBlock .w1400 .img {
margin-top: 58px;
font-size: 0;
border-top-right-radius: 100px;
overflow: hidden;
}
.guanyuBlock .w1400 .img img:nth-child(2) {
display: none;
}
.guanyuBlock2 {
background: url(../images/guanyuBlock2Img.jpg) no-repeat center/cover;
padding-bottom: 100px;
}
.guanyuBlock2 .w1400 {
display: flex;
flex-wrap: wrap;
overflow: hidden;
border-radius: 20px;
margin-top: 40px;
}
.guanyuBlock2 .w1400 .list {
width: 25%;
}
.guanyuBlock2 .w1400 .list:first-child {
width: 50%;
}
.guanyuBlock2 .w1400 .list:first-child .img span {
left: 70px;
}
.guanyuBlock2 .w1400 .list:first-child .text {
padding: 0 70px;
}
.guanyuBlock2 .w1400 .list:nth-child(2) {
display: flex;
flex-direction: column-reverse;
}
.guanyuBlock2 .w1400 .list:nth-child(2) .img span {
top: 0px;
bottom: auto;
transform: rotate(180deg);
}
.guanyuBlock2 .w1400 .list:nth-child(3) .text {
padding: 0 46px;
}
.guanyuBlock2 .w1400 .list .img {
font-size: 0;
height: 260px;
position: relative;
overflow: hidden;
}
.guanyuBlock2 .w1400 .list .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transform: scale(1);
transition: transform 0.3s;
}
.guanyuBlock2 .w1400 .list .img:hover > img {
transform: scale(1.1);
}
.guanyuBlock2 .w1400 .list .img span {
position: absolute;
bottom: 0;
font-size: 0;
display: block;
left: 50px;
}
.guanyuBlock2 .w1400 .list .text {
background: #fff;
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 50px;
height: 260px;
}
.guanyuBlock2 .w1400 .list .text .tit {
font-size: 28px;
line-height: 1.2857142857;
color: #000;
}
.guanyuBlock2 .w1400 .list .text .en {
font-size: 14px;
color: #666;
line-height: 2.5714285714;
margin-top: -4px;
}
.guanyuBlock2 .w1400 .list .text .tips {
font-size: 18px;
color: #737377;
line-height: 1.6666666667;
margin-top: 10px;
}
.guanyuBlock3 {
padding-bottom: 76px;
}
.guanyuBlock3 .w1400 {
margin-top: 62px;
position: relative;
}
.guanyuBlock3 .w1400 .line {
position: absolute;
height: 1px;
background: rgba(26, 26, 26, 0.1);
top: 86px;
z-index: -1;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .time {
text-align: center;
font-size: 20px;
color: #1a1a1a;
font-weight: bold;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .time span {
font-size: 48px;
font-weight: bold;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide em {
width: 24px;
height: 24px;
margin: 20px auto 26px;
display: block;
border: 1px solid rgba(223, 11, 10, 0);
position: relative;
border-radius: 50%;
transition: border 0.3s;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide em::after {
display: block;
content: "";
width: 14px;
height: 14px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #cccccc;
border-radius: 50%;
transition: background 0.3s;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .img {
font-size: 0;
overflow: hidden;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .img img {
width: 100%;
transform: scale(1);
transition: transform 0.3s;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .img img:hover {
transform: scale(1.1);
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .tit {
font-size: 18px;
font-weight: bold;
color: #333;
line-height: 1.7777777778;
margin-top: 22px;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .text {
font-size: 16px;
line-height: 1.75;
color: #666;
text-align: justify;
margin-top: 8px;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active em {
border-color: #df0b0a;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active em::after {
background: #df0b0a;
}
.guanyuBlock3 .w1400 .swiper-button-prev, .guanyuBlock3 .w1400 .swiper-button-next {
width: 48px;
height: 48px;
border: 1px solid #737373;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
border-radius: 50%;
top: 85px;
z-index: 1;
opacity: 1;
}
.guanyuBlock3 .w1400 .swiper-button-prev::after, .guanyuBlock3 .w1400 .swiper-button-next::after {
display: none;
}
.guanyuBlock3 .w1400 .swiper-button-prev.swiper-button-disabled, .guanyuBlock3 .w1400 .swiper-button-next.swiper-button-disabled {
border: 1px solid rgba(115, 115, 115, 0.35);
}
.guanyuBlock3 .w1400 .swiper-button-prev.swiper-button-disabled img, .guanyuBlock3 .w1400 .swiper-button-next.swiper-button-disabled img {
opacity: 0.35;
}
.guanyuBlock3 .w1400 .swiper-button-next {
right: -6.5714285714%;
}
.guanyuBlock3 .w1400 .swiper-button-prev {
left: -6.5714285714%;
}
.guanyuBlock4 {
background: #f7f7f7;
padding-bottom: 66px;
}
.guanyuBlock4 .w1400 {
margin-top: 40px;
position: relative;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide {
background: #fff;
padding: 52px 40px 43px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .time {
font-size: 16px;
color: #737373;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .tit {
font-size: 22px;
line-height: 1.4545454545;
color: #1a1a1a;
margin-top: 16px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 65px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .line {
margin-top: 19px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .tips {
font-size: 16px;
line-height: 1.75;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-align: justify;
margin-top: 18px;
height: 56px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .img {
font-size: 0;
margin-top: 42px;
overflow: hidden;
height: 200px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .img img {
transform: scale(1);
transition: transform 0.3s;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .img img:hover {
transform: scale(1.1);
}
.guanyuBlock4 .w1400 .swiper-button-prev, .guanyuBlock4 .w1400 .swiper-button-next {
width: 48px;
height: 48px;
border: 1px solid #737373;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.guanyuBlock4 .w1400 .swiper-button-prev::after, .guanyuBlock4 .w1400 .swiper-button-next::after {
display: none;
}
.guanyuBlock4 .w1400 .swiper-button-next {
right: -6.5714285714%;
background: #fff url(../images/right3.png) no-repeat center;
}
.guanyuBlock4 .w1400 .swiper-button-prev {
left: -6.5714285714%;
background: #fff url(../images/left3.png) no-repeat center;
}
.guanyuBlock4 .moreBtn {
margin: 0 auto;
margin-top: 67px;
}
.guanyuBlock5 {
padding-bottom: 100px;
}
.guanyuBlock5 .w1400 {
position: relative;
margin-top: 55px;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide {
font-size: 0;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide img {
transform: scale(0.88);
transition: transform 0.3s;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
z-index: 1;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
transform: scale(1);
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide.swiper-slide-next img {
margin-left: -80px;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide.swiper-slide-prev img {
margin-left: 80px;
}
.guanyuBlock5 .w1400 .swiper-button-prev, .guanyuBlock5 .w1400 .swiper-button-next {
width: 48px;
height: 48px;
border: 1px solid #737373;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
z-index: 1;
margin: 0;
}
.guanyuBlock5 .w1400 .swiper-button-prev::after, .guanyuBlock5 .w1400 .swiper-button-next::after {
display: none;
}
.guanyuBlock5 .w1400 .swiper-button-next {
right: 0;
background: #fff url(../images/right3.png) no-repeat center;
}
.guanyuBlock5 .w1400 .swiper-button-prev {
left: 0;
background: #fff url(../images/left3.png) no-repeat center;
}
.guanyuBlock6 {
background: url(../images/guanyuBlock6Img.jpg) no-repeat center/cover;
display: flex;
align-items: center;
height: 600px;
}
.guanyuBlock6 .w1400 {
padding-bottom: 12px;
}
.guanyuBlock6 .w1400 .title2 p, .guanyuBlock6 .w1400 .title2 .tips {
padding: 0;
color: #fff;
}
.guanyuBlock6 .w1400 .moreBtn {
margin: 0 auto;
width: 200px;
border-color: #fff;
filter: brightness(1000%);
color: #fff;
margin-top: 50px;
}
.guanyuBlock6 .w1400 .moreBtn img {
margin-left: 22px;
}
.guanyuBlock7 {
background: #f7f7f7;
padding-bottom: 100px;
}
.guanyuBlock7 .w1400 {
background: #fff;
display: flex;
flex-wrap: wrap;
margin-top: 40px;
}
.guanyuBlock7 .w1400 .left {
width: 50%;
padding: 62px 55px 39px 70px;
}
.guanyuBlock7 .w1400 .left .tel {
border-bottom: 1px solid rgba(26, 26, 26, 0.1);
padding-bottom: 23px;
}
.guanyuBlock7 .w1400 .left .tel p {
display: flex;
align-items: center;
font-size: 16px;
color: #737373;
line-height: 21px;
}
.guanyuBlock7 .w1400 .left .tel p span {
display: flex;
align-items: center;
width: 23px;
height: 21px;
font-size: 0;
margin-right: 12px;
}
.guanyuBlock7 .w1400 .left .tel .cont {
display: flex;
flex-wrap: wrap;
margin-top: 16px;
}
.guanyuBlock7 .w1400 .left .tel .cont .list {
font-size: 18px;
color: #333;
}
.guanyuBlock7 .w1400 .left .tel .cont .list a {
font-size: 24px;
line-height: 31px;
color: #333;
}
.guanyuBlock7 .w1400 .left .mail {
border-bottom: 1px solid rgba(26, 26, 26, 0.1);
padding-top: 29px;
padding-bottom: 20px;
}
.guanyuBlock7 .w1400 .left .mail p {
display: flex;
align-items: center;
font-size: 16px;
color: #737373;
line-height: 21px;
margin-bottom: 13px;
}
.guanyuBlock7 .w1400 .left .mail p span {
display: flex;
align-items: center;
width: 23px;
height: 21px;
font-size: 0;
margin-right: 12px;
}
.guanyuBlock7 .w1400 .left .mail > a {
font-size: 24px;
color: #333;
}
.guanyuBlock7 .w1400 .left .wechat {
display: flex;
flex-wrap: wrap;
padding: 31px 0 1px;
border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.guanyuBlock7 .w1400 .left .wechat .list {
margin-bottom: 30px;
margin-right: 50px;
display: flex;
align-items: center;
}
.guanyuBlock7 .w1400 .left .wechat .list img {
border: 1px solid #e8e8e8;
}
.guanyuBlock7 .w1400 .left .wechat .list .tips {
margin-left: 23px;
font-size: 16px;
color: #737373;
line-height: 1.75;
}
.guanyuBlock7 .w1400 .left .wechat .list:last-child {
margin-right: 0;
}
.guanyuBlock7 .w1400 .left .address {
padding-top: 25px;
}
.guanyuBlock7 .w1400 .left .address > p {
display: flex;
align-items: center;
font-size: 16px;
color: #737373;
line-height: 21px;
margin-bottom: 13px;
}
.guanyuBlock7 .w1400 .left .address > p span {
display: flex;
align-items: center;
width: 23px;
height: 21px;
font-size: 0;
margin-right: 12px;
}
.guanyuBlock7 .w1400 .left .address ul {
display: flex;
flex-wrap: wrap;
}
.guanyuBlock7 .w1400 .left .address ul li {
padding: 0 12px;
position: relative;
}
.guanyuBlock7 .w1400 .left .address ul li:after {
display: block;
content: "";
position: absolute;
width: 1px;
height: 40px;
background: #e8e8e8;
right: 0;
top: 32px;
}
.guanyuBlock7 .w1400 .left .address ul li:first-child {
padding-left: 0;
}
.guanyuBlock7 .w1400 .left .address ul li:last-child::after {
display: none;
}
.guanyuBlock7 .w1400 .left .address ul li .img {
width: auto;
height: 68px;
text-align: center;
font-size: 0;
display: flex;
align-items: flex-end;
justify-content: center;
}
.guanyuBlock7 .w1400 .left .address ul li p {
text-align: center;
width: 100%;
font-size: 16px;
line-height: 36px;
margin-top: 10px;
}
.guanyuBlock7 .w1400 .right {
width: 50%;
font-size: 0;
background: url(../images/guanyuBlock7Img.jpg) no-repeat center/cover;
}
.guanyuBlock7 .w1400 .right form {
display: flex;
flex-direction: column;
padding: 57px 64px 50px;
}
.guanyuBlock7 .w1400 .right form .tit {
font-size: 28px;
line-height: 1.2857142857;
color: #fff;
margin-bottom: 95px;
}
.guanyuBlock7 .w1400 .right form input {
background: none;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
font-size: 16px;
color: #fff;
padding-bottom: 27px;
margin-bottom: 39px;
}
.guanyuBlock7 .w1400 .right form input::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.guanyuBlock7 .w1400 .right form input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.guanyuBlock7 .w1400 .right form input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.guanyuBlock7 .w1400 .right form .btn {
display: block;
text-align: center;
background: #fff;
color: #000;
font-size: 18px;
line-height: 60px;
margin-top: 59px;
}
.formTips{
display: none;
width: 400px;
line-height: 60px;
color: #333;
text-align: center;
font-size: 18px;
box-shadow: 0px 0px 50px 0px rgb(37 37 37 / 20%);
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: 5;
background: #fff;
}
@media (max-width: 1660px) {
.guanyuBlock3 .w1400 .swiper-button-next, .guanyuBlock3 .w1400 .swiper-button-prev, .guanyuBlock4 .w1400 .swiper-button-next, .guanyuBlock4 .w1400 .swiper-button-prev {
width: 40px;
height: 40px;
}
.guanyuBlock3 .w1400 .swiper-button-next, .guanyuBlock4 .w1400 .swiper-button-next {
right: -55px;
}
.guanyuBlock3 .w1400 .swiper-button-prev, .guanyuBlock4 .w1400 .swiper-button-prev {
left: -55px;
}
.guanyuBlock3 .w1400 .swiper-button-next, .guanyuBlock3 .w1400 .swiper-button-prev {
top: 88px;
}
}
@media (max-width: 1280px) {
.guanyuBlock7 .w1400 .left .wechat {
justify-content: space-between;
}
.guanyuBlock7 .w1400 .left .wechat .list {
margin-right: 0;
}
}
@media (max-width: 1200px) {
.guanyuBlock .w1400 ul li:first-child {
padding-left: 0;
}
.guanyuBlock .w1400 ul li:last-child {
padding-right: 0;
}
.guanyuBlock2 .w1400 .list {
width: 33.3333333333%;
}
.guanyuBlock2 .w1400 .list:first-child {
width: 33.3333333333%;
}
.guanyuBlock3 .w1400 .line{
width: 100% !important;
left: 0px !important;
}
.guanyuBlock3 .w1400 .swiper-button-next{
right: 0;
z-index: 2;
}
.guanyuBlock3 .w1400 .swiper-button-prev{
left: 0;
z-index: 2;
}
.guanyuBlock4 .w1400{
padding-bottom: 90px;
}
.guanyuBlock4 .moreBtn{
margin-top: 30px;
}
.guanyuBlock4 .w1400 .swiper-button-next{
right: 35%;
top: auto;
bottom: 0px;
}
.guanyuBlock4 .w1400 .swiper-button-prev {
left: 35%;
top: auto;
bottom: 0px;
}
.guanyuBlock5 .w1400 {
margin-top: 30px;
}
.guanyuBlock5 .w1400 .swiper-button-prev, .guanyuBlock5 .w1400 .swiper-button-next {
}
.guanyuBlock7 .w1400 .left {
padding: 30px;
}
}
@media (max-width: 996px) {
.guanyuBlock .w1400 p {
font-size: 16px;
line-height: 1.8;
}
.guanyuBlock .w1400 .numCount li div {
display: flex;
align-items: flex-end;
line-height: 36px;
}
.guanyuBlock .w1400 .numCount li div span {
font-size: 32px;
line-height: 40px;
}
.guanyuBlock .w1400 .img img {
display: none;
}
.guanyuBlock .w1400 .img img:nth-child(2) {
display: block;
}
.guanyuBlock2 .w1400 {
flex-direction: column;
}
.guanyuBlock2 .w1400 .list {
width: 100%;
display: flex;
flex-direction: row;
}
.guanyuBlock2 .w1400 .list .img {
width: 50%;
}
.guanyuBlock2 .w1400 .list .img span {
display: none;
}
.guanyuBlock2 .w1400 .list .text {
width: 50%;
padding: 0 30px;
}
.guanyuBlock2 .w1400 .list:nth-child(2) {
flex-direction: row-reverse;
}
.guanyuBlock2 .w1400 .list:nth-child(2) .text {
padding: 0 30px;
}
.guanyuBlock2 .w1400 .list:nth-child(3) .text {
padding: 0 30px;
}
.guanyuBlock2 .w1400 .list:first-child {
width: 100%;
}
.guanyuBlock2 .w1400 .list:first-child .text {
padding: 0 30px;
}
.guanyuBlock3 .w1400 {
margin-top: 30px;
}
.guanyuBlock3 .w1400 .line {
top: 64px;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .time {
display: flex;
justify-content: center;
align-items: flex-end;
line-height: 32px;
}
.guanyuBlock3 .w1400 .swiper .swiper-wrapper .swiper-slide .time span {
font-size: 28px;
margin-right: 3px;
}
.guanyuBlock3 .w1400 .swiper-button-next{
right: 0;
top: 66px;
z-index: 2;
}
.guanyuBlock3 .w1400 .swiper-button-prev{
left: 0;
top: 66px;
z-index: 2;
}
.guanyuBlock5 .w1400 .guanyuBlock5Swiper .swiper-wrapper .swiper-slide img {
transform: scale(1);
margin: 0 !important;
}
.guanyuBlock7 .w1400 {
flex-direction: column;
}
.guanyuBlock7 .w1400 .left {
width: 100%;
}
.guanyuBlock7 .w1400 .left .wechat {
justify-content: flex-start;
}
.guanyuBlock7 .w1400 .left .wechat .list {
margin-right: 20px;
}
.guanyuBlock7 .w1400 .left .address ul {
justify-content: space-between;
}
.guanyuBlock7 .w1400 .left .address ul li::after {
display: none;
}
.guanyuBlock7 .w1400 .right {
width: 100%;
}
.guanyuBlock5 .w1400 .swiper-button-prev, .guanyuBlock5 .w1400 .swiper-button-next{
width: 40px;
height: 40px;
bottom: -60px;
top: auto;
transform: none;
}
.guanyuBlock5 .w1400 .swiper-button-prev{
left: 35%;
}
.guanyuBlock5 .w1400 .swiper-button-next{
right: 35%;
}
}
@media (max-width: 750px) {
.guanyuBlock {
padding-bottom: 50px;
}
.guanyuBlock .w1400 p {
margin-bottom: 20px;
}
.guanyuBlock .w1400 ul {
justify-content: space-between;
flex-wrap: wrap;
padding-top: 0;
}
.guanyuBlock .w1400 ul li {
padding: 0;
width: 50%;
margin-bottom: 20px;
}
.guanyuBlock .w1400 ul li p {
margin-bottom: 0;
}
.guanyuBlock .w1400 ul li::after {
display: none;
}
.guanyuBlock .w1400 .img {
margin-top: 20px;
border-radius: 0;
}
.guanyuBlock2 {
padding-bottom: 50px;
}
}
@media (max-width: 560px) {
.guanyuBlock7 .w1400 .left {
padding: 20px;
}
.guanyuBlock7 .w1400 .left .address {
padding-top: 15px;
}
.guanyuBlock7 .w1400 .left .address ul {
justify-content: flex-start;
}
.guanyuBlock7 .w1400 .left .address ul li {
padding: 0;
margin-right: 15px;
}
.guanyuBlock7 .w1400 .left .address ul li:nth-child(2n+2) {
margin-right: 0;
}
.guanyuBlock7 .w1400 .left .address ul li p {
font-size: 12px;
line-height: 1.5;
}
.guanyuBlock7 .w1400 .right {
margin-top: 30px;
}
.guanyuBlock7 .w1400 .right form {
padding: 40px 30px;
}
.guanyuBlock7 .w1400 .right form .tit {
font-size: 20px;
margin-bottom: 40px;
}
.guanyuBlock7 .w1400 .right form input {
font-size: 14px;
padding-bottom: 15px;
margin-bottom: 20px;
}
.guanyuBlock7 .w1400 .right form .btn {
margin-top: 10px;
line-height: 40px;
font-size: 14px;
width: 40%;
}
}
@media (max-width: 500px) {
.guanyuBlock2 .w1400 {
border-radius: 0;
margin-top: 30px;
}
.guanyuBlock2 .w1400 .list {
flex-direction: column;
margin-bottom: 20px;
border-radius: 10px;
overflow: hidden;
}
.guanyuBlock2 .w1400 .list .img {
width: 100%;
height: 240px;
}
.guanyuBlock2 .w1400 .list .text {
width: 100%;
height: auto;
padding: 30px 20px;
}
.guanyuBlock2 .w1400 .list .text .tit {
font-size: 18px;
}
.guanyuBlock2 .w1400 .list .text .en {
font-size: 12px;
}
.guanyuBlock2 .w1400 .list .text .tips {
font-size: 14px;
}
.guanyuBlock2 .w1400 .list:nth-child(2) {
flex-direction: column;
}
.guanyuBlock2 .w1400 .list:nth-child(2) .img {
width: 100%;
}
.guanyuBlock2 .w1400 .list:nth-child(2) .text {
width: 100%;
padding: 30px 20px;
}
.guanyuBlock2 .w1400 .list:first-child {
width: 100%;
}
.guanyuBlock2 .w1400 .list:first-child .text {
padding: 30px 20px;
}
.guanyuBlock2 .w1400 .list:nth-child(3) .text {
padding: 30px 20px;
}
.guanyuBlock2 .w1400 .list:last-child {
margin-bottom: 0;
}
.guanyuBlock2 .w1400 .list:hover .img img {
transform: scale(1);
}
.guanyuBlock4 {
padding-bottom: 50px;
}
.guanyuBlock4 .w1400 {
margin-top: 30px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide {
padding: 20px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .tit {
font-size: 16px;
line-height: 1.5;
height: auto;
margin-top: 10px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .line {
margin-top: 10px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .tips {
height: auto;
font-size: 14px;
margin-top: 10px;
}
.guanyuBlock4 .w1400 .guanyuBlock4Swiper .swiper-wrapper .swiper-slide .list .img {
margin-top: 20px;
}
.guanyuBlock4 .moreBtn {
margin-top: 10px;
}
.guanyuBlock5 {
padding-bottom: 80px;
}
.guanyuBlock6 {
height: 450px;
}
.guanyuBlock7 {
padding-bottom: 50px;
}
.guanyuBlock7 .w1400 {
background: none;
}
.guanyuBlock7 .w1400 .left {
background: #fff;
}
.guanyuBlock7 .w1400 .left .tel {
padding-bottom: 15px;
}
.guanyuBlock7 .w1400 .left .tel .cont .list {
font-size: 14px;
}
.guanyuBlock7 .w1400 .left .tel .cont .list a {
font-size: 16px;
}
.guanyuBlock7 .w1400 .left .mail {
padding-top: 15px;
padding-bottom: 15px;
}
.guanyuBlock7 .w1400 .left .mail > a {
font-size: 16px;
}
.guanyuBlock7 .w1400 .left .wechat {
padding-top: 15px;
}
.guanyuBlock7 .w1400 .left .wechat .list {
flex-direction: column;
margin-bottom: 15px;
}
.guanyuBlock7 .w1400 .left .wechat .list .tips {
margin-left: 0;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 1.5;
margin-top: 10px;
display: flex;
justify-content: center;
}
.guanyuBlock7 .w1400 .left .wechat .list .tips p {
margin-right: 1px;
}
}/*# sourceMappingURL=guanyu.css.map */