﻿/*公共部分*/
* { margin: 0px auto; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
body { margin: 0px auto; background-color: #ffffff; text-align: center; font-size: 12px; color: #333333; font-family: Arial,"宋体",sans-serif; }
div, form, img, ul, ol, li, dl, dt, dd { margin: 0 auto; padding: 0; border: 0; }
img { display: block; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table, td, tr, th { font-size: 9pt; }
table { margin: 0px auto; padding: 0; border-collapse: collapse; border-spacing: 0; }
    table td { padding: 0; }
A:link, A:visited, A:hover { font-size: 12px; color: #333333; text-decoration: none; }


.header { height: 76px; width: 1000px; overflow: hidden; }
    .header .l { float: left; margin-top: 18px; }
    .header .r { float: right; }
        .header .r .search { margin-top: 32px; float: left; border: solid 1px #cccccc; height: 22px; width: 200px; }
            .header .r .search input { margin-left: 5px; float: left; border-style: none; height: 20px; width: 160px; }

        .header .r .lang { margin-top: 40px; float: right; margin-left: 40px; }
            .header .r .lang a { margin-right: 4px; }
                .header .r .lang a.ac { text-decoration: underline; }

.menu { height: 20px; width: 1054px; overflow: hidden; margin-top: 12px; margin-bottom: 30px; }
    .menu a { float: left; margin-left: 25px; margin-right: 25px; display: block; width: 67px; text-align: center; font-size: 16px; font-family: "黑体"; }


　input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
　　input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; }
　　input::-moz-placeholder, textarea::-moz-placeholder { color: #999999; }
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; }


.bottom { background-color: #f2f2f2; height: 60px; width: 100%; overflow: hidden;  }
    .bottom .con { height: 60px; width: 1000px; }
        .bottom .con .fl { float: left; line-height: 60px; }
        .bottom .con .fr { float: right; line-height: 60px; }
