﻿/*全局*/
body { font-size: 20px; line-height: 1.8em; font-family: 'Arial', 'Microsoft YaHei'; }
.content, .header, .footer { margin-left: auto; margin-right: auto; min-width: 1260px; }

.w16 { width: 16px; }

/*默认文本和链接颜色*/
body { }
    body a { }
        body a:hover { }

.header1 { background-color: #005aab; color: #ffffff; line-height: 30px; }
    .header1 a { color: #ffffff; text-decoration: none; }
    .header1 .tr a { border: 1px solid #ffffff; border-radius: 4px; font-size: 16px; width: 80px; margin: 5px 3px; display: inline-block; text-align: center; line-height: 20px; }

.header2 { height: 110px; line-height: 110px; font-size: 24px; background-repeat: no-repeat; }
    .header2 a { color: #000000; text-decoration: none; border-radius: 4px; padding: .4em .5em; border:1px solid #ffffff; }
        .header2 a:hover { /*background-color: #e0e0e0;*/ border-color:#dbdbdb; }

@media screen and (min-width: 1400px) {
    .header2 { background-image: url(images/index_top_pic1.gif); }
}

.header3 { background-color: #005aab; }
.header4 { background-color: #ebebeb; }
.header5 { background-color: #ebebeb; /*#e0e0e0;*/ height: 64px; }

    .header5 > div { /*background-color: #ffffff;*/ }
    .header5 div.ce { border:3px solid #ebebeb; }
        .header5 > div img { border: 1px solid #dbdbdb; }

.footer { background-color: #005aab; color: #ffffff; }
    .footer a { color:#ffffff; text-decoration:none; }

.infotable { width:100%; margin-top:2em; }
    .infotable td, .infotable th, .infotable { border:1px solid #000000; }
        .infotable td, .infotable th { height:4em; text-align:center; font-weight:bolder;}

.info { background-image:url(images/info_bg.jpg); background-position:top center; background-repeat:no-repeat; }