.header { padding-top:26px; }
.home-page { height:500px;background: url(../images/tbg.png) no-repeat center top;background-size: 100% 100%; }
.level-page { height:430px;background: url(../images/levelbg.png) no-repeat center top; }
.level-page .tips { width:350px;height:100px;text-align: center;line-height:100px;border-radius:50px;background: rgba(255,102,0,0.7);color:#fff;margin:102px auto 0;font-size:42px; }
.head { display: flex;width:1200px;margin:0 auto;justify-content: space-between; }
.nav-wp { width:918px; }
.nav,.nav nav ul { display: flex;flex:1; }
.nav { align-items: center; }
.nav nav { flex:1; }
.nav,.nav nav ul>li { height:70px; }
.nav,.nav nav ul>li>a { color:#fff;font-size:20px;padding:0 15px;height:70px;line-height:70px; }
.nav nav ul>li>a:hover,.nav nav ul>li>a.on { color:#00fffc;text-decoration: underline; }
.nav nav ul>li { position:relative; }
.nav nav ul>li>div { width:220px;position: absolute;top:72px;left:50%;transform: translateX(-110px);display: none; }
.nav nav ul>li>div>a { display: block;width:220px;margin-bottom:1px;background:rgba(0,0,0,0.5);text-align: center;line-height:20px;color:#fff; padding:10px;}
.nav nav ul>li>div>a:hover { background:rgba(0,0,0,0.8);color:#00fffc;text-decoration: underline; }
.nav nav ul>li:hover>div { display: block; }
.nav .lang { width:70px;height:30px;border-radius:15px;background:url(../images/down.png) no-repeat 83px 12px rgba(0,0,0,0.2);cursor:pointer;padding:0 27px 0 11px;text-align: center;position: relative; }
.nav .lang>span { line-height:30px;width:70px;text-align: center;display: block;color:#00fffc;font-size:16px; }
.nav .lang-list { position: absolute;top:32px;left:0;width:108px;line-height:30px;display: none; }
.nav .lang-list em { width:108px;height:30px;border-radius:15px;background:rgba(0,0,0,0.2);cursor:pointer;text-align: center;display: block;color:#00fffc;font-size:16px;line-height:30px;margin-bottom:1px; }
.nav .lang-list em:hover { background:rgba(0,0,0,0.4); }
.tip-search { width:22px;height: 22px;cursor: pointer;background: url(../images/search.png) no-repeat 0 0;margin-right:20px; }
.search-wp { display: none;justify-content: flex-end; }
.search { width:540px;height: 40px;padding:15px;background:rgba(0,0,0,0.5);border-radius:35px;display: flex; }
.search input { height:40px;flex:1;line-height:40px;padding-left:15px;border-radius:20px; }
.search span { width:80px;height:40px;background: url(../images/search.png) no-repeat center center rgba(0,0,0,0.6);cursor: pointer;border-radius:20px; }

/* 底部 */
.foot { background: #f4f6f7; }
.foot-logo { width:1200px;display: flex;align-items: center;border-bottom:1px #ced5e9 solid;height:82px;margin:0 auto; }
.foot-wp { display: flex; }
.foot-bot { text-align: center;height:44px;text-align: center;line-height:44px;color:#999;font-size:14px; }
.foot-wp { display: flex;justify-content: space-between;padding-top:7px;width:1200px;margin:0 auto;height: 246px; }
.contact-us { padding-top:10px;width:360px; }
.contact-us>h3 { height: 64px;line-height: 64px;font-size:24px; }
.quick-links>h3 { height: 82px;line-height: 82px;font-size:24px; }
.quick-links .quick { height:42px;width:290px;padding:0 50px 0 20px;position: relative;background:url(../images/jt-doen.png) no-repeat 323px center #008bff;cursor: pointer;margin-bottom:20px; }
.quick-links .quick>p { font-size:14px;color:#fff;height:42px;line-height:42px; }
.foot-wp ul li { display: flex; }
.foot-wp ul li span,.foot-wp ul li p { line-height:30px;font-size:14px; }
.foot-wp ul li span { padding-right:5px; }
.foot-wp ul li p { color:#999; }
.quick-list { position: absolute;width:360px;left:0;top:43px;display: none;z-index:100; }
.quick-list a { width:320px;padding:0 20px;height:34px;line-height:34px;color:#fff;background:#008bff;display: block; }
.quick-list a:hover { background:#009cff;font-weight: bold; }
.quick:hover .quick-list{display: block;}

