/*reset*/
body { line-height: 1.4; color: #555; font-family: 'microsoft yahei'; background: #FFFFFF;}
input,
textarea,
select {width: 100%;/* display: block; *//* font-size: 90%; */padding: 4px 0 4px 2px;background: #ffffff;border: 1px solid #ccc;border-radius: 0px;font-family: microsoft yahei;font-family: inherit;color: #000;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form { margin: 0; }
h4,
h5,
h6 { }
ul,
ol { padding-left: 0; list-style-type: none; }

/*image with no-border*/
a img { border: 0; }
img { border: 0; }

/* 
 * buttons
*/
.btn { display: inline-block; padding: .3em 1em; border: 0 none; border: 1px solid rgba(0, 0, 0, .25); border-radius: 0.3em; background-image: none; box-shadow: 0 1px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .15); color: #fff; text-align: center; text-decoration: none; text-shadow: 1px 1px rgba(0, 0, 0, .1); font-size: 100%; font-family: inherit; font-weight: inherit; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: visible; cursor: pointer; }
.btn:hover,
.btn:focus { text-decoration: none; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)); }
.btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:active { box-shadow: 0 1px rgba(0, 0, 0, .2), inset 0 1px rgba(0, 0, 0, .05); outline: none; }
.btn-navy { background-color: #001f3f; }
.btn-blue { background-color: #0074d9; }
.btn-aqua { background-color: #7fdbff; }
.btn-teal { background-color: #39cccc; }
.btn-olive { background-color: #3d9970; }
.btn-green { background-color: #2ecc40; }
.btn-lime { background-color: #01ff70; }
.btn-yellow { background-color: #ffdc00; }
.btn-orange { background-color: #ff851b; color: #fff; }
.btn-red { background-color: #ff4136; }
.btn-fuchsia { background-color: #f012be; }
.btn-purple { background-color: #b10dc9; }
.btn-maroon { background-color: #85144b; }
.btn-white { background-color: #ffffff; }
.btn-gray { background-color: #aaaaaa; }
.btn-silver { background-color: #dddddd; }
.btn-black { background-color: #111111; }
.btn-white,
.btn-silver { color: #111111; text-shadow: none; }

/*!**
   colors.css v1.0
   http://clrs.cc
   @mrmrs
   MIT License
***/

/*
   SKINS
   Ã¢â‚¬Â¢ Backgrounds
   Ã¢â‚¬Â¢ Colors
*/

/* Backgrounds */
.bg-navy { background-color: #001f3f; }
.bg-blue { background-color: #0074d9; }
.bg-aqua { background-color: #7fdbff; }
.bg-teal { background-color: #39cccc; }
.bg-olive { background-color: #3d9970; }
.bg-green { background-color: #2ecc40; }
.bg-lime { background-color: #01ff70; }
.bg-yellow { background-color: #ffdc00; }
.bg-orange { background-color: #ff851b; }
.bg-red { background-color: #ff4136; }
.bg-fuchsia { background-color: #f012be; }
.bg-purple { background-color: #b10dc9; }
.bg-maroon { background-color: #85144b; }
.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #aaaaaa; }
.bg-silver { background-color: #dddddd; }
.bg-black { background-color: #111111; }

/* Colors */
.navy { color: #001f3f; }
.blue { color: #0074d9; }
.aqua { color: #7fdbff; }
.teal { color: #39cccc; }
.olive { color: #3d9970; }
.green { color: #39A494; }
.lime { color: #01ff70; }
.yellow { color: #ffdc00; }
.orange { color: #ff851b; }
.red { color: #C30D23; }
.fuchsia { color: #f012be; }
.purple { color: #b10dc9; }
.maroon { color: #85144b; }
.white { color: #ffffff; }
.silver { color: #dddddd; }
.gray { color: #aaaaaa; }
.black { color: #111111; }

/* Prettier Links */
a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }

/*!
* by zhangxinxu(.com) 2010-?
* base on [https://github.com/zhangxinxu/zxx.lib.css]
*/

/* ---------------------single CSS----------------------- */

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; }

/* if the element is block level(eg. div, li), using 'inline-any' instead */

/* height */
.h14 { height: 14px; }
.h16 { height: 16px; }
.h18 { height: 18px; }
.h20 { height: 20px; }
.h22 { height: 22px; }
.h24 { height: 24px; }

/* width */

/* fixed width value */
.w20 { width: 20px; }
.w50 { width: 50px; }
.w70 { width: 70px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w250 { width: 250px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w320 { width: 320px; }
.w360 { width: 360px; }
.w400 { width: 400px; }
.w460 { width: 460px; }
.w500 { width: 500px; }
.w600 { width: 600px; }
.w640 { width: 640px; }
.w700 { width: 700px; }

/* percent width value */
.pct10 { width: 10%; }
.pct15 { width: 15%; }
.pct20 { width: 20%; }
.pct25 { width: 25%; }
.pct30 { width: 30%; }
.pct33 { width: 33.3%; }
.pct40 { width: 40%; }
.pct50 { width: 50%; }
.pct60 { width: 60%; }
.pct66 { width: 66.6%; }
.pct70 { width: 70%; }
.pct75 { width: 75%; }
.pct80 { width: 80%; }
.pct90 { width: 90%; }
.pct100 { width: 100%; }

/* line-height */
.lh14 { line-height: 14px; }
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }

/* margin */
.m0 { margin: 0; }
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 40px; }
.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

/* margin negative */
.ml-1 { margin-left: -1px; }
.mr-1 { margin-right: -1px; }
.mt-1 { margin-top: -1px; }
.mb-1 { margin-bottom: -1px; }
.ml-3 { margin-left: -3px; }
.mr-3 { margin-right: -3px; }
.mt-3 { margin-top: -3px; }
.mb-3 { margin-bottom: -3px; }
.ml-20 { margin-left: -20px; }
.mr-20 { margin-right: -20px; }
.mt-20 { margin-top: -20px; }
.mb-20 { margin-bottom: -20px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }
.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }
.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.p20 { padding: 20px; padding-bottom: 40px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* border-color name rule:  border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/
.bdc { border: 1px solid #ccc; }
.blc { border-left: 1px solid #ccc; }
.brc { border-right: 1px solid #ccc; }
.btc { border-top: 1px solid #ccc; }
.bbc { border-bottom: 1px solid #ccc; }
.bdd { border: 1px solid #ddd; }
.bld { border-left: 1px solid #ddd; }
.brd { border-right: 1px solid #ddd; }
.btd { border-top: 1px solid #ddd; }
.bbd { border-bottom: 1px solid #ddd; }
.bde { border: 1px solid #eee; }
.ble { border-left: 1px solid #eee; }
.bre { border-right: 1px solid #eee; }
.bte { border-top: 1px solid #eee; }
.bbe { border-bottom: 1px solid #eee; }

/* background-color name rule:  bg - (key word/Hex color) |-> All colors are safe color */
.bgfb { background-color: #fbfbfb; }
.bgf5 { background-color: #f5f5f5; }
.bgf0 { background-color: #f0f0f0; }
.bgeb { background-color: #ebebeb; }
.bge0 { background-color: #e0e0e0; }

/* safe color */
.g0 { color: #000; }
.g3 { color: #333; }
.g6 { color: #666; }
.g9 { color: #999; }
.gc { color: #ccc; }

/* font-size */
.f0 { font-size: 0; }
.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f24 { font-size: 24px; }

/*m fonts, add extra .inf class to parent to enlarge without limits*/
.f050 { font-size: 50% }
.f055 { font-size: 55% }
.f060 { font-size: 60%; }
.f065 { font-size: 65% }
.f070 { font-size: 70% }
.f075 { font-size: 75% }
.f080 { font-size: 80% }
.f085 { font-size: 85% }
.f090 { font-size: 90% }
.f100 { font-size: 100% !important }
.f110 { font-size: 110% }
.f120 { font-size: 120% }
.f130 { font-size: 130% }
.f140 { font-size: 140% }
.f150 { font-size: 150% }
.f175 { font-size: 175% }
.f200 { font-size: 200% }

/* font-family */
.fa { font-family: Arial; }
.ft { font-family: Tahoma; }
.fv { font-family: Verdana; }
.fs { font-family: Simsun; }
.fl { font-family: 'Lucida Console'; }
.fw { font-family: 'Microsoft Yahei'; }

/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* text-decoration */
.tdl { text-decoration: underline; }
.tdn,
.tdn:hover,
.tdn a:hover,
a.tdl:hover { text-decoration: none; }

/* letter-spacing */
.lt-1 { letter-spacing: -1px; }
.lt0 { letter-spacing: 0; }
.lt1 { letter-spacing: 1px; }

/* white-space */
.nowrap { white-space: nowrap; }

/* word-wrap */
.bk { word-wrap: break-word; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }

/* float */
.l { float: left; }
.r { float: right; }

/* clear */
.cl { clear: both; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/*z-index*/
.zx1 { z-index: 1; }
.zx2 { z-index: 2; }

/* cursor */
.poi { cursor: pointer; }
.def { cursor: default; }

/* overflow */
.ovh { overflow: hidden; }
.ova { overflow: auto; }

/* visibility */
.vh { visibility: hidden; }
.vv { visibility: visible; }

/* zoom */
.z { *zoom: 1; }

/* ------------------- multiply CSS ------------------ */

/* Ã¥Ââ€”Ã§Å Â¶Ã¥â€¦Æ’Ã§Â´Â Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­ */
.auto { margin-left: auto; margin-right: auto; }

/* Ã¦Â¸â€¦Ã©â„¢Â¤Ã¦ÂµÂ® Ã¥Å Â¨*/
.fix { *zoom: 1; }
.fix:after { display: table; content: ''; clear: both; }

/* Ã¥Å¸ÂºÃ¤ÂºÅ½display: table-cellÃ§Å¡â€žÃ¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€Ã¥Â¸Æ’Ã¥Â±â‚¬ */
.cell {display: table-cell; *display: inline-block;/* width: 2000px; */ *width: auto;}

/* Ã¥ÂÅ’Ã¦Â ÂÃ¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€cellÃ©Æ’Â¨Ã¥Ë†â€ Ã¨Â¿Å¾Ã§Â»Â­Ã¨â€¹Â±Ã¦â€“â€¡Ã¥Â­â€”Ã§Â¬Â¦Ã¦ÂÂ¢Ã¨Â¡Å’ */
.cell-bk { display: table; width: 100%; table-layout: fixed; word-wrap: break-word; }

/* Ã¥Ââ€¢Ã¨Â¡Å’Ã¦â€“â€¡Ã¥Â­â€”Ã¦ÂºÂ¢Ã¥â€¡ÂºÃ¨â„¢Å¡Ã§â€šÂ¹Ã¦ËœÂ¾ Ã§Â¤Âº*/
.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* css3Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¥Å Â¨Ã§â€Â»Ã¦â€¢Ë†Ã¦Å¾Å“ */
.trans { -webkit-transition: all 0.3s; transition: all 0.3s; }

/* Ã¥Â¤Â§Ã¥Â°ÂÃ¤Â¸ÂÃ¥Â®Å¡Ã¥â€¦Æ’Ã§Â´Â Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
.dib-vm { display: inline-block; width: 0; height: 100%; vertical-align: middle; }

/* Ã¥Å Â Ã¨Â½Â½Ã¤Â¸Â­Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡ - Ã¥Â¦â€šÃ¦Å¾Å“Ã¦â€šÂ¨Ã¤Â½Â¿Ã§â€Â¨Ã¨Â¯Â¥CSSÃ¥Â°ÂÃ¥Âºâ€œÃ¯Â¼Å’Ã¥Å Â¡Ã¥Â¿â€¦Ã¤Â¿Â®Ã¦â€Â¹Ã¦Â­Â¤Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Å“Â°Ã¥Ââ‚¬ */
.loading { background: url(http: //www.zhangxinxu.com/study/image/loading.gif) no-repeat center; }

/* Ã¦â€”Â Ã¦Â¡â€ Ã¦â€“â€¡Ã¦Å“Â¬Ã¦Â¡â€ Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å¸Å¸ */
.bd-none { border: 0; outline: none; }

/* Ã§Â»ÂÃ¥Â¯Â¹Ã¥Â®Å¡Ã¤Â½ÂÃ©Å¡ÂÃ¨â€”Â */
.abs-out { position: absolute; left: -999em; top: -999em; }
.abs-clip { position: absolute; clip: rect(0 0 0 0); }

/*inline-blockÃ¤Â¸Å½floatÃ§Â­â€°Ã¥Â®Â½Ã¥Ë†â€”Ã¨Â¡Â¨*/
.inline-box { font-size: 1em; letter-spacing: -.25em; font-family: Arial; }
.inline-two,
.inline-three,
.inline-four,
.inline-five,
.inline-six,
.inline-any { display: inline-block; *display: inline; letter-spacing: 0; vertical-align: top; *zoom: 1; }
.float-two,
.float-three,
.float-four,
.float-five,
.float-six { float: left; }
.inline-two,
.float-two { width: 49.9%; }
.inline-three,
.float-three { width: 33.3%; }
.inline-four,
.float-four { width: 24.9%; }
.inline-five,
.float-five { width: 19.9%; }
.inline-six,
.float-six { width: 16.6%; }
.inline-fix { display: inline-block; width: 100%; height: 0; overflow: hidden; }
.footer {font-size: 13px;/* background: #362E20; *//* position: fixed; */width: 100%;bottom: 0;line-height: 1.6;}
.ksline { display: block; font-size: 0; }
.ksline img { width: 100%; }
.grey { background: #F3F3F3 }
.lightgreen {/* background: #F3F3F3; */}
.w1200 { width: 1200px; margin-left: auto; margin-right: auto; }
.w1060 {width: 1280px;margin-left: auto;margin-right: auto;}
.orangelink { font-size: 86%; display: inline-block; background: #FCA615; color: #fff; border-radius: 20px; padding: 10px 40px 10px 40px; }
.orangelink:link,
.orangelink:visited { text-decoration: none }
.orangelink:hover,
.orangelink:active { text-decoration: none; background: #ffbd1b; }
.roundwin { width: 481px; height: 365px; border: 2px solid #ccc; border-radius: 10px; float: left; padding: 20px; background: #fff; }
.formline { margin: 20px 0 0 0; padding: 0px 0 0 110px; }
.form1 { max-width: 500px; margin: 40px auto  40px auto; border: 1px solid #ccc; border-radius: 10px; }
.forminner { padding: 0 40px 40px 40px; }
.form1 label { width: 110px; left: 0; }
.formtitle { background: #656565; line-height: 2; border-radius: 10px 10px 0 0; letter-spacing: 2px; }
.formsubtitle { background: #DBEAF3; color: #046195; line-height: 1.8; padding: 0 0 0 20px; font-weight: bold; letter-spacing: 1px; }
.swiper-container { width: 100%; height: 570px; }
.teachers {/* border: 1px solid #ccc; */height: 510px;color: #000;/* background: #86A4AF; */box-shadow: 10px 10px 20px 0px #dfdfdf;/* padding: 40px 80px; */margin: 0 auto 30px auto;}
.teachers.w1060.p20.ovh.mt30 { }
.teacher-name {margin: 50px 0 10px 0;padding: 0;/* color: #fff; */letter-spacing: 4px;font-weight: bold; font-family:"黑体";/* display: inline-block; *//* vertical-align: middle; */}
.teacher-h1{margin:0 0 10px 0;padding: 0;letter-spacing: 4px; font-family:"黑体";}
.teacher-p{margin:50px 0 10px 0;padding: 0;letter-spacing: 4px; font-family:"黑体";}
.teacher-line {height: 1px;margin: 0px 0 20px 300px;/* border-bottom: 2px solid #eee; */}
.teacher-link {color: #fff;}
.kshow {width: 715px;height: 510px;float: left;overflow: hidden;/* background: #aaa; */}
.kshow-slide { width: 100%; height: 100% }
.kshow-vm {display: table-cell;vertical-align: middle;line-height: 32px;}
#show1Thumbs {width: 540px;/* height: 360px; */float: right;position: relative;z-index: 99;}
#show1Thumbs .kshow-thumb {width: 130px;float: left;font-size: 0;margin: 0 0 5px 5px;opacity: .5;filter:alpha(opacity=50)}
#show1Thumbs .kshow-thumb img{width:100%}
#show1Thumbs .hl { opacity: 1;filter:alpha(opacity=100)}
.miniwin { width: 340px; height: 340px; float: left; margin-bottom: 30px; border: 1px solid #ccc }
.greenline { height: 1px; margin: 15px 0 15px 0; border-bottom: 2px solid #9DD6C7; }
.greentag { width: 120px; font-size: 70%; text-align: center; color: #fff; display: inline-block; padding: 0 11px 0 5px; margin: 0 10px 0 0; background: url(greentag.jpg) right center no-repeat #39A494; }
.greentag1 { width: 100px; }
.greentag2 { width: 100px; }
.ksblock {width: 158px;height: 70px;display: block;margin: 10px 30px;background: #D0EFEA;font-size: 80%;font-weight: bold;float: left;text-align: center;letter-spacing: 5px;padding: 16px 10px 3px 10px;}
.ksblock:link,.ksblock:visited{text-decoration:none}
.ksblock:hover,.ksblock:active,.ksblockhl{text-decoration:none;background: #FCA615;color:#fff}

.zheye{
    border: 1px solid #ccc;
    display:none;
}
.rpart{padding:20px}
.lpart{width: 485px;border-right: 2px dashed #ccc;padding:20px;margin-right:20px;}
.roundwin a:link,
.roundwin a:visited { font-size: 60%; font-weight: bold; text-decoration: none; display: inline-block }
.roundwin a:hover,
.roundwin a:active {color: #F29700;}
table td { vertical-align: top ;padding:2px 0}

.zheyelink:link,.zheyelink:visited{text-decoration:none;color: #F29700; display: inline-block;}
.zheyelink:hover,.zheyelink:active{text-decoration: underline;/* color: #cba92e; */}

.incarnation1{display:none}



.gallery1-pic{display:inline-block;margin:0 10px}
.gallery1-pic:hover img{}





.swiper00{position: relative}
.swiper1{width:100%;height:520px;overflow: hidden;position:relative;}
.swiper1 .swiper-slide{width:100%;height:510px;overflow: hidden;position:relative;}


/*.headimg{width:100%}*/
@media (max-width:767px) {
  .headimg { width: 100%; }
  .forminner { padding: 0 20px 20px 20px; }
}



.footer{color: #999;text-align: center;padding:10px 0 10px 0;}
.warp960{width:960px;margin:0 auto;}
.footer a:link,.footer a:visited{text-decoration:none;color:#F3F3F3;padding:0 5px}
.footer a:hover,.footer a:active{text-decoration:none}



.bm2{width:100%;height: 54px;position:fixed;left:0;bottom:0;background:#FDCF31;color:#fff;z-index:99;display:none;}
       .bm2 .bm2inner{width: 1000px;margin:10px auto 0 auto;}
       .bm2 .bm2submit{margin-left: 20px;width: 185px;height: 36px;border-radius: 15px;border: 0;color: #fff;background: #0c6960;line-height: 22px;cursor: pointer;font-weight: bold;}


@media (max-width:1280px){
    body{zoom:.8}
}

.bg1{background:#fff}


.ksfloor_con{max-width: 1080px;margin:0 auto;background-color:#fff}
.ksfloor_img{width:200px}
.ksfloor_img img{width:100%}

#ksfloor--1-1{background-color:#fff;padding:10px 20px 10px 20px; }
#ksfloor--1-2{background-color:#fff;padding:10px 20px 10px 20px; }

.floorcontent{font-size:16px; }
.li a{font-size:16px;}
.xiaoqu{height:429px;background: url(o/adress.jpg) top center no-repeat}