xufenglei
2018-03-16 92381eb59bd9b182e5bc8f2f82833806a3496a31
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
@charset "utf-8";
/* CSS Document */
 
    body{margin:0;padding:0;background-color:#070707;color:#eee;font-size:14px;line-height:30px;font-family: "Microsoft Yahei", "΢���ź�", Tahoma, Arial, Helvetica, STHeiti}
    a{text-decoration:none;cursor: pointer}
    a:link,a:visited{color:#eee}
    a:hover{color:#4dfdff}
    h1,h2,h3,h4,ul,li,p{padding:0;margin:0;list-style:none;font-weight:lighter;}
    .clear_fix:after{content:"";display: block;height:0;clear:both;visibility: hidden}
    
    .bg{ margin: 0 0; width: 1000px;height: 486px;}
    .t_bg{height: 486px; background:url(./images/bg.png) no-repeat center top; background-size: 100% 100%; }
 
    .t_bg img{text-align: center; width:200px; display: block; margin: 0 auto; padding-top: 30px;}
    
    .t_bg h1{padding-top: 5px; text-align: center; font-size: 60px; font-weight: bold;}
    
    .container{padding-top:30px;text-align:center;}
    .title{display:inline-block;}
    .title .title_left{ width:15px; height: 30px; float: left;background: url(./images/t_left.png) no-repeat;}
    .title .text{ background:url(./images/t_bg.png) repeat;height: 30px; color: #0d56d0; font-size: 20px; float: left; line-height: 30px;}
    .title .title_right{width:15px; height: 30px; float: left; background: url(./images/t_right.png) no-repeat;}
    
    .content{ text-align: center; margin: 10px; margin-left: 70px; margin-right: 70px;}
    .content .left{ width: 48%; float: left; padding-right: 5px;}
    .content h2,.content .text1,.content .text2{ color: rgb(255, 254, 254);text-shadow: 4.243px 4.243px 5.64px rgba(0, 97, 207, 0.75); font-weight: 500;}
    .content h2{ font-size:20px;line-height: 40px; background:url(./images/bg_yuanjiao.png) no-repeat center center; background-size:80% 90%;}
    .content .text1{ font-size:18px;line-height: 30px;}
    .content .text2{ font-size:15px;line-height: 25px;}
    .content .text2 .text_l{ float: left;}
    .content .text2 .text_r{ float: right;}
    .content .right{ float: right; width: 48%;}
        
/*bottom*/
    
    .t_bg_b{width: 100%;height: 486px; background:url(./images/bg2.png) no-repeat center top;background-size: 100%;}
    .t_bg_b h1{padding-top: 25px; text-align: center; font-size: 16px; line-height: 34px; font-weight: 600;}