@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHIC.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/GOTHIC.woff') format('woff'),
       url('../fonts/GOTHIC.ttf')  format('truetype'), 
       url('../fonts/GOTHIC.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'MyriadSetPro';
  src: url('../fonts/MyriadSetPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadSetPro.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/MyriadSetPro.woff') format('woff'), 
       url('../fonts/MyriadSetPro.ttf')  format('truetype'), 
       url('../fonts/MyriadSetPro.svg#svgFontName') format('svg'); 
}
.contentBg {
    background-image: url("../images/tecBg.jpg");
    background-size: cover;
    background-position: center bottom;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    z-index: 100;
}

.content {
    width: 938px;
    height: 4530px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;
    padding: 0 26px;
}

.content h3 {
    font-size: 30px;
    font-family: "Century Gothic";
    color: #333;
    line-height: 40px;
    padding-top: 34px;
    margin-bottom: 70px;
}
.content li{
    float: left;
    font-family: "Myriad Pro";
    font-size: 18px;
    color: #221815;
    line-height: 18px;
    margin-bottom: 30px;
}
.content .table{
    width: 744px;
    border-collapse: collapse;
    border: none;
    height: 244px;
    margin-bottom: 40px;
}
.content .table img{
    margin: 0 auto;
}
.content .table td{
    border: solid #d0d0d0 1px;
    width: 110px;
    padding-left: 8px;
}

.content .table2{
    width: 710px;
    border-collapse: collapse;
    border: none;
    height: 720px;
    margin-bottom: 60px;
}

.content .table2 th{
    text-align: left;
    font-weight: normal;
    background: #f3f3f3;
    height: 40px;
    border-top: solid #d0d0d0 1px;
    padding-left: 8px;
}

.content .table2 td{
    border-top: solid #d0d0d0 1px;
    border-bottom: solid #d0d0d0 1px;
    width: 110px;
    padding-left: 8px;
    font-size: 14px;
}
.content .tableHei{
    height: 170px;
}
.content .tableHei2{
    height: 1054px;
}
.content .th5{
    width: 220px;
}

.title {
    width: 990px;
    margin: 0 auto 10px;
    background: #000;
    opacity: 0.6;
}

.title h2,.title p,.title span,.title a {
    float: left;
    font-size: 20px;
    font-family: "Century Gothic";
    line-height: 42px;
    color: #fff;
}

.title a {
    line-height: 20px;
    margin-top: 12px;
}

.title a:hover {
    opacity: 0.8;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
}

.title h2 {
    margin-left: 26px;
}

.title p,.title span {
    float: right;
}

.title span {
    margin-right: 60px;
}

.footer {
    padding-bottom: 62px;
}

.footerTx {
    margin-top: 9px;
}