/*-----------------------------全局样式-------------------------------------*/

@charset "utf-8";

* { list-style: none; margin: 0px; padding: 0px; font-family: \5FAE\8F6F\96C5\9ED1, Verdana, Geneva, sans-serif; line-height: 180%; font-weight: normal; color: #555; text-decoration: none; }
a { color: #555;   }
a:hover { color: #F00; }
.clr { clear: both; height: 0px; overflow:hidden; }
.left { float: left; }
.right { float: right; }

@font-face { font-family: gFont; src: url(images/hkyw9.ttf); }
@font-face { font-family: eFont; src: url(images/hkyw8.ttf); }

.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f42 { font-size: 42px; font-weight: bold; line-height: 140px; }
.f25 { font-size: 25px; }
.white { color: #FFF; }
.red { color: #88282C; font-weight: bold; }
.fh { font-size: 18px; font-weight: bold; background: #BE7F68; width: 133px; border: 1px dotted #999; margin-bottom: 15px; color: #FFF; }
.fh2 { font-size: 22px; font-weight: bold; border: 1px dotted #999; background: url(images/main_bg.1.jpg) no-repeat; margin-bottom: 15px; color: #FFF; border-radius: 10px; }



.container { width:1102px; margin:0 auto; background-color: #FFF; }
.header { width: 1102px; height: 160px; background: url(images/main_bg.1.jpg) no-repeat center center; border-radius: 10px; margin-top: 15px; }
.header .logo { width: 315px; height: 110px; background: url(images/logo.png) no-repeat; margin-top: 23px; margin-left: 23px; }
.header .title { width: 762px; height: 160px; font-size: 50px; line-height: 160px; color: #FFF; font-family: eFont; }
.maincontent { width: 1052px; margin: 0px auto 25px; font-size: 18px; }
.maincontent h1 { font-size: 32px; line-height: 90px; text-align: center; height: 90px; margin-top: 15px; }
.maincontent p { text-indent: 36px; }
.maincontent img { border-radius: 10px; }

.container h2 { text-align: center; height: 140px; background: url(images/main_bg.jpg) no-repeat; border-radius: 10px; }

.footer { height: 60px; background-color: #E1E1E1; border: 1px solid #CCC; font-size: 14px; text-align: center; line-height: 60px; }
.maincontent iframe {
    width: 1050px !important;
    height: 700px !important;
}


