@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'UniversLTStd-BoldCn';
    src: url('../fonts/UniversLTStd-BoldCn.eot');
    src: url('../fonts/UniversLTStd-BoldCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniversLTStd-BoldCn.woff') format('woff'),
         url('../fonts/UniversLTStd-BoldCn.ttf') format('truetype'),
         url('../fonts/UniversLTStd-BoldCn.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLTStd-BoldCnObl';
    src: url('../fonts/UniversLTStd-BoldCnObl.eot');
    src: url('../fonts/UniversLTStd-BoldCnObl.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniversLTStd-BoldCnObl.woff') format('woff'),
         url('../fonts/UniversLTStd-BoldCnObl.ttf') format('truetype'),
         url('../fonts/UniversLTStd-BoldCnObl.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLTStd-Cn';
    src: url('../fonts/UniversLTStd-Cn.eot');
    src: url('../fonts/UniversLTStd-Cn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniversLTStd-Cn.woff') format('woff'),
         url('../fonts/UniversLTStd-Cn.ttf') format('truetype'),
         url('../fonts/UniversLTStd-Cn.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLTStd-LightCn';
    src: url('../fonts/UniversLTStd-LightCn.eot');
    src: url('../fonts/UniversLTStd-LightCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniversLTStd-LightCn.woff') format('woff'),
         url('../fonts/UniversLTStd-LightCn.ttf') format('truetype'),
         url('../fonts/UniversLTStd-LightCn.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UniversLTStd-UltraCn';
    src: url('../fonts/UniversLTStd-UltraCn.eot');
    src: url('../fonts/UniversLTStd-UltraCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UniversLTStd-UltraCn.woff') format('woff'),
         url('../fonts/UniversLTStd-UltraCn.ttf') format('truetype'),
         url('../fonts/UniversLTStd-UltraCn.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.top-10 {padding-top:10px;}

.top-20 {padding-top:20px;}

.top-30 {padding-top:30px;}

.top-40 {padding-top:40px;}

.top-50 {padding-top:50px;}

.left-col {width:173px;}

.right-col { width:724px; padding-left:10px;}

.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}