contact.css
2.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
body{
background: #F7F7F7;
}
/*banner*/
.banner_pic{
width:100%;
height:586px;
}
.banner_pic img{
width:100%;
height:100%;
}
.banner{
position:relative;
}
.banner_txt{
position: absolute;
top:130px;
left: 553px;
}
.banner_txt h1{
font-size:81px;
font-weight:400;
line-height:88px;
color:#C50101;
}
.banner_txt h2{
font-size:70px;
font-weight:400;
line-height:88px;
color:white;
margin:18px 0 0 58px;
}
/*main*/
.main{
padding:0 88px;
box-sizing: border-box;
position: relative;
left:0;
right:0;
width:1200px;
overflow: hidden;
margin:-97px auto 0;
background: white;
padding-bottom:100px;
margin-bottom:100px;
}
.main_1{
margin-top:315px;
}
.main_1 ul{
display: flex;
display: -webkit-flex;
justify-content: space-around;
}
.main_1 ul li{
position: relative;
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
text-align: center;
width:276px;
height:224px;
border:1px solid rgba(196,196,196,1);
}
.main_1 ul li h1{
cursor: pointer;
font-size:24px;
font-weight:600;
margin-bottom:10px;
line-height:26px;
color:#4A4A4A;
}
.main_1 ul li p{
cursor: pointer;
font-size:16px;
font-weight:400;
line-height:26px;
color:#4A4A4A;
}
.main_icon:hover .main_icon2{
background-color: #C50101;
}
.main_icon:hover{
border: 1px dashed #C50101;
}
.main_icon{
position: absolute;
top:-46px;
cursor: pointer;
width:91px;
height:91px;
box-sizing: border-box;
border-radius:50%;
border:1px dashed rgba(196,196,196,1);
}
.main_icon2{
width:71px;
height:71px;
margin:9px;
overflow: hidden;
border-radius:50%;
background:#C4C4C4;
}
.main_icon2 img{
width:40px;
height:40px;
margin:13px auto;
}
.main_map{
margin-top:100px;
}
.main_mapNews ul{
display: flex;
display: -webkit-flex;
margin-top:60px;
justify-content: space-between;
}
.main_mapNews ul li h1,.main_mapNews ul li p{
font-size:24px;
font-weight:600;
line-height:26px;
color:#4A4A4A;
}
.main_mapNews ul li p{
font-size:16px;
font-weight:400;
cursor: pointer;
}
.anchorBL{
display: none !important;
}