123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- *{
- padding: :0;
- margin:0;
- font-family: "微软雅黑";
- text-decoration: none;
- }
- ul{
- padding:0px;
- list-style: none;
- }
- .clear {
- clear:both;
- height: 0;
- line-height: 0;
- font-size: 0;
- }
- .wrapper{
- background-image:url('../../img/homepage/bg.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- clear:both;
- overflow:hidden;
- }
- .topbar{
- width: 100%;
- height: 40px;
- /*position: absolute;*/
- /*background-color: #0b3a7d;*/
- /*opacity: .8; */
- background: rgba(11, 58, 125, 0.8);
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
- font-size: 14px;
- }
- .some{
- width: 1200px;
- margin: 0 auto;
- padding-top: 9px;
- }
- .date{
- float: left;
- color: #fff;
- }
- .sign{
- float: right;
- margin-right: 10px;
- }
- .sign a{
- color: #fff;
- margin-left:10px;
- }
- .contents{
- width: 1200px;
- margin: 0 auto;
- clear:both;
- }
- .logo{
- height: 205px;
- display: table-cell;
- vertical-align:middle;
- }
- .nav{
- height: 70px;
- text-align: center;
- line-height: 70px;
- font-size: 23px;
- }
- .nav a{
- /*background-color: #000;*/
- /*opacity: .4;*/
- background: rgba(0, 0, 0, 0.4);
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
- width: 132px;
- color: #fff;
- display: inline-block;
- border-left:1px solid #6b6c70;
- }
- .nav a:nth-child(1),.nav a:nth-child(2){
- width: 134px;
- }
- .nav a:nth-child(8){
- background-color: #215299;
- border-left:0;
- }
- /*ie*/
- .nav a:first-child,.nav a:first-child+a{
- width: 134px;
- }
- .nav a:first-child{
- /*background-color: #215299;*/
- border-left:0;
- }
- /*ie*/
- .nav a:hover{
- background-color: #215299;
- }
- .main{
- background: #FFFFFF;
- margin-top: 10px auto;
- width: 1200px;
- /* border:1px solid #ccc; */
- float:left;
- }
- .tittop{
- width:1200px;
- height:60px;
- line-height:60px;
- border-bottom:1px solid #215299;
- }
- .tittxt{
- width:135px;
- height:60px;
- line-height:60px;
- background:#215299;
- text-align:center;
- color:#fff;
- font-size:16px;
- font-family: "Microsoft Yahei";
- }
- .listS {
- width: 1200px;
- background: #FFFFFF;
- }
- .listS .Ktp {
- width: 1198px;
- height: 39px;
- overflow: hidden;
- background:#215299;
- border-radius: 0px;
- }
- .listS .Ktp .txt {width: 129px; height:39px; font-size:16px; color: white; font-weight: bold; padding-left: 17px; line-height: 39px; float: left;}
- .listS .Ktp .txt1 {width: 287px; height:39px; font-size:14px; color: white; font-weight: bold; line-height: 39px; float: left;}
- .listS .tit {
- width: 1140px;
- height: 87px;
- line-height: 87px;
- text-align: center;
- font-size: 24px;
- color: #666;
- font-family: "Microsoft Yahei", "���ź�", Tahoma, Arial, Helvetica, STHeiti;
- }
-
- .footer{
- color: #858f9b;
-
- width:1200px;
- font-size: 14px;
- height: 120px;
- background: rgba(0, 0, 0, 0.4);
- margin-top: 10px;
- overflow: hidden;
- }
- .footer div{
- width: 650px;
- margin: 20px auto;
- }
- .footer p{
- float: left;
- margin-right: 24px;
- line-height: 24px;
- }
- .footer p:first-child{
- float: none;
- }
- .listS .xiangxi { margin-left: 155px; width:850px; height: 39px; background: #eeeeee; line-height: 39px; text-align: center; font-size:16px; color: #666666; font-family: "Microsoft Yahei", "���ź�", Tahoma, Arial, Helvetica, STHeiti; }
- .listS .xiangxi li { width: 265px; float: left; height: 39px;line-height: 39px; text-align: center;}
- .listS .xiangxi li .p1 {
- float: left;
- width: 108px;
- padding-left: 54px;
- height: 39px;
- line-height: 39px;
- }
- .listS .xiangxi li .p2 {float: left; height: 39px;line-height: 39px;}
- .listS .textt {
- width: 980px;
- line-height: 30px;
- margin-bottom: 40px;
- text-indent: 28px;
- margin-left: 77px;
- margin-top: 20px;
- min-height:300px;
- }
|