cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
/* CSS Document */
 
/*about us*/
.down_banner{
    background:url("../images/downbannerbg.jpg") repeat;
}
.down_banner .banner_con span{
    display:block;
}
 
.down_cont{
    width:1000px;
    margin:0 auto;
    padding:60px 20px 60px 0px;
    overflow:hidden;
}
.down_cont_left{
    float:left;
    width:498px;
    height:412px;
    padding-left:32px;
    }
.down_cont_right{
    float:right;
    width:470px;
    height:412px;
    }        
.down_cont h2{
    font-size:24px;
    font-family:microsoft yahei;
    font-weight:bold;
    color:#333;
    background:url("../images/down_01.png") no-repeat;
    padding-left:85px;
    line-height:50px;
    margin-bottom:40px;
    }
.down_cont_con{    
    width:200px;
    height:200px;
    padding-left:100px;
    text-align:center;
    }        
.down_cont_con img{
    width:160px;
    height:160px;
    border:solid 1px #d2d2d2;
    margin-bottom:30px;
    }    
.down_cont_con p{
    background:#027bcc;
    font-family:microsoft yahei;
    color:#fff;
    font-size:20px;
    width:200px;
    line-height:50px;
    height:50px;
    border-radius:3px;
    text-align:center;
    }
.down_cont_con p img{
    width:24px;
    height:22px;
    border:0;
    margin-bottom:0;
    margin-right:27px;
    }    
.down_cont_con p a{
    display:inline-block;
    width:100%;
    height:50px;
    color:#fff;
    }        
.ioswidth{
    width:356px;
    }
.ioswidth h2{
    background:url("../images/down_04.png") no-repeat;
    margin-left:28px;
    }    
.ioswidth .down_cont_con{
    padding-left:98px;
    }
.ioswidth .down_cont_con p{
    background:#ea6a03;
    }
.weixin h2{
    background:url("../images/down_05.png") no-repeat;
    }