/*css重置*/
*{margin: 0;padding: 0;}
img{vertical-align: middle;border: none}
li{list-style: none;}
a{text-decoration: none;color: #000000;}
body{font-family: "微软雅黑"}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
textarea{resize: none;overflow: hidden;}
/*字体*/
@font-face {
    font-family: 方正兰亭黑_GBK;
    src:url("../fonts/方正兰亭黑_GBK_1543992467004/方正兰亭黑_GBK.woff"),  
    url("../fonts/方正兰亭黑_GBK_1543992467004/方正兰亭黑_GBK.TTF"),
    url("../fonts/方正兰亭黑_GBK_1543992467004/方正兰亭黑_GBK.eot"); /* IE9 */
}
@font-face {
    font-family: Georgia;
    src:url("../fonts/GEORGIA_1544431727892/GEORGIA.woff"),  
    url("../fonts/GEORGIA_1544431727892/GEORGIA.TTF"),
    url("../fonts/GEORGIA_1544431727892/GEORGIA.eot"); /* IE9 */
}

/*banner*/
.banner{width: 100%;overflow: hidden;min-width: 1200px;}
.banner img{position: relative;left: 50%;margin-left: -960px;}
/*浮动*/
.container{width: 1200px;margin: 0 auto}
.fl{float: left}
.fr{float: right}
/*轻浮动*/
.clear{overflow: hidden}
.clear .trilogy{position: absolute;bottom: 20px;left: 20px}