﻿@charset "utf-8";
/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {border: 0 none;margin: 0;padding: 0;}
@font-face {
    font-family: 'Georgia';
src: url(fonts/georgia/georgia.eot);
src: url(fonts/georgia/georgia.eot?#iefix) format('embedded-opentype'), url('fonts/georgia/GEORGIA.woff') format('woff'), url('fonts/georgia/GEORGIA.ttf') format('truetype'), url('fonts/georgia/GEORGIA.svg#GEORGIA') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'AvenirLTStd-light';
src: url(fonts/avenir-light/AvenirLTStd-light.eot);
src: url(fonts/avenir-light/AvenirLTStd-light.eot?#iefix) format('embedded-opentype'), url('fonts/avenir-light/AvenirLTStd-light.woff') format('woff'), url('fonts/avenir-light/AvenirLTStd-light.ttf') format('truetype'), url('fonts/avenir-light/AvenirLTStd-light.svg#AvenirLTStd-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd';
    src: url('fonts/avenir/avenirltstd-medium.eot');
    src: url('fonts/avenir/avenirltstd-medium.eot?#iefix') format('embedded-opentype'), url('fonts/avenir/AvenirLTStd-Medium.woff') format('woff'), url('fonts/avenir/AvenirLTStd-Medium.ttf') format('truetype'), url('fonts/avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 14px;
    /*font-family: 'avenirltstd',"microsoft yahei", arial, helvetica, sans-serif;*/
    font-family: arial;
    color: #666;
    min-width: 1170px;}

a {text-decoration:none;outline:none;}

a {
    color: #014da1;}

a:active{star:expression(this.onFocus=this.blur());}

:focus{outline:0;}

a:hover{color:#2a72bb;text-decoration:underline;transition: all 0s ease 0s;}

ul{list-style:none;}

li{list-style:none;}

img{border:none; vertical-align:middle;}

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;clear: both; height:0px;}
.clear {clear: both;}



.webkit { font-size:7px;
    -webkit-transform: scale(0.7);
	-webkit-text-size-adjust:none;}