﻿@charset "utf-8";
/* CSS Document */
html,body{min-width:1200px}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
}
a {
  text-decoration:none;
  transition: all 0.2s ease-out 0s; 
}
a:hover,
a:focus {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
	color: #FF0000;
}
a:focus {
  outline:none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body, a, select, input, button, textarea {
    font-size: 15px;
    color: #333333;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.xl4News{ width: 100%;} 
.xl4News td{ height: 45px; border: 1px solid #bfbfbf; text-align: center; font-size: 13px; } 
.xl4News td.name{ text-align: left; padding-left: 10px; } 
.xl4News td a{ font-size: 13px; }


    .footer{
        margin: 0 auto;
        width: 100%;
        min-width: 1100px;
        height: 141px;
        background: url(../images/footbg.jpg) repeat-x;
    }
    .footBox{
        width: 1100px;
        height: 138px;
        margin: 0 auto;
        display: table;
        position: relative;
    }
    .footBox p{
        display: table-cell;
        vertical-align: middle;
        line-height: 26px;
        text-align: center;
        font-size: 13px;
        font-family: "微软雅黑";
        color: #d2e2ff;
    }
    .footBox p a{
        font-size: 13px;
        font-family: "微软雅黑";
        color: #d2e2ff;
    }
    .footBox p a:hover{
        color: #ffffff;
    }
    .footBox .lefpic{
        position: absolute;
        left: 220px;
        top: 35px;
    }
    .footBox .rigpic{
        width: 110px;
        height: 56px;
        position: absolute;
        right: 171px;
        top: 44px;
        overflow: hidden;
    }
