introduce.css
2.48 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
.clear{ clear: both}
.banner{
height: 350px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
}
.banner .banner_content
{
text-align: left;
width: 1200px;
margin:0 auto;
padding-left: 70px;
color:white;
}
.banner .banner_content h1{
padding: 100px 0 0 0px;
font-size:32px;
line-height: 60px;
border-bottom:solid 1px #fff;
width: 180px; margin-bottom:10px;
}
.banner .banner_content .h11{
padding: 40px 0 0 0px;
font-size:28px;
line-height: 60px;
border-bottom:solid 1px #fff;
width: 460px;
margin-bottom:10px;
}
.banner .banner_content .h5{
padding: 140px 0 0 0px;
font-size:28px;
line-height: 60px;
border-bottom:solid 1px #fff;
width: 540px;
margin-bottom:10px;
}
.banner .banner_content .h_4{
padding: 70px 0 0 0px;
font-size:28px;
line-height: 60px;
border-bottom:solid 1px #fff;
width: 225px;
margin-bottom:10px;
}
.banner .banner_content p{
font-size: 18px; line-height: 36px;
}
.typelist{
height: 60px;
background-color: #fafafa;
}
.typelist .type_content{
width: 1200px;
margin:0 auto;
}
.typelist .type_content .type_title{
font-size: 18px; line-height: 40px; color: #000000;float: left; width: 100px; margin: 10px 0 0 0;
border-right:#c9cac9 solid 1px;
}
.typelist .type_content .type_list {
float: left; margin-left: 10px;
}
.typelist .type_content .type_list li {
display:inline-block; line-height: 40px;
text-align: center;
font-size: 16px;color:#666;
margin: 6px 0px 0px 6px;
padding: 0 15px 0 15px;
cursor: pointer;
}
.typelist .type_content .type_list li:hover,.typelist .type_content .type_list .active {
background-color: #c5182c;
color:white;
border-radius: 3px;
}
.introducebg1{ margin: 0 auto; width: 1200px; }
.introducebg1 .module{text-align: center; height: 60px;}
.introducebg1 .module li{display:inline-block;text-align: center; color: #666; font-size: 16px; margin-left: 30px; cursor: pointer}
.introducebg1 .module li a{color: #666;padding: 20px 10px 10px 10px; }
.introducebg1 .module .active,.introducebg1 .module a:hover{color:#000; border-bottom: red solid 1px;padding: 20px 10px 10px 10px; }
.introducebg1 h3{ font-size: 24px; text-align: center; line-height: 60px}
.bg1{ background-color: #fff;padding:20px 0 20px 0;}
.bg2{ background-color: #fafafa;padding:20px 0 20px 0;}
.bg3{ background-color: #fafafa;padding:0px 0 20px 0;}