﻿@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/contentBg.jpg");
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 770px;
}

/* banner begin */
.banner {
    width: 990px;
    min-width: 990px;
    height: 572px;
    margin: 66px auto 0;
}
.banner ul{
    width: 990px;
    height: 572px;
    position: relative;
}
.banner li{
    position: absolute;
}
.bannerPoint{
    width: 114px;
    margin: 0 auto;
}
.bannerPoint li{
    float: left;
    width: 18px;
    height: 18px;
    background: url("../images/point1.png");
    margin: 0 10px;
    margin-top: 10px;
}
.bannerPoint a{
    display: block;
    width: 18px;
    height: 18px;
}
.bannerPoint .liChecked{
    background: url("../images/point2.png");
}
.footerTx{
    margin-top: 10px;
}
/* banner end */
  
