@charset "UTF-8";
/** Created by UICUT.com on 2016/12/31. Contact QQ: 215611388 */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

.blue { color: #233460; }

.green { color: #43c1a8; }

.red { color: #ce3d48; }

.gray { color: #b9bcc7; }

.orange { color: #ff7802; }

/** 单位转换，u(),代替unit()。 默认px，需要px表示的单位不要用此函数转换 @Author   赫连勃格(uicut.com) @DateTime 2019-07-30T08:59:07+0800 @param    {number}                 $val:0 输入需要转换的数字 @return   {string}                        结果： ?rem ?rpx ?upx */
body { padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right); padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left); padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) + 0); padding-bottom: calc(constant(safe-area-inset-bottom) + 0); padding-bottom: -webkit-calc(env(safe-area-inset-bottom) + 0); padding-bottom: calc(env(safe-area-inset-bottom) + 0); }

.g-filter, .header-pc .hd-top, .header-pc .list, .section11 .btm, .section11 .btm .con1, .section22 .title, .section22 .list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.g-filter .select-simulate .select-list li, .header-pc .select-simulate .hd, footer .list, footer .cpt, footer .shares, .section11 .select-simulate .select-list li, .section21 .select-simulate .select-list li, .section23 .link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.section11 .ex-box, .section11 .sub, .section11 .btm .btn-add, .section21 .ex-box, .section21 .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

html, body { font-size: 14px; }

@media (min-width: 768px) { html, body { font-size: 14px; } }

@media (min-width: 992px) { html, body { font-size: 16px; } }

@media (min-width: 1200px) { html, body { font-size: 16px; } }

html { font-family: "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Helvetica, Arial, sans-serif; }

body { color: #282828; background: #fff; }

table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video, body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea { margin: 0; padding: 0; font-weight: normal; font-style: normal; font-family: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul, li, ol { list-style: none; line-height: normal; }

i, address, cite, dfn, em, var { font-style: normal; }

input[type=date] { outline: none; border: none; -webkit-appearance: none; }

a { text-decoration: none; color: #282828; background-color: transparent; -webkit-text-decoration-skip: objects; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:active, a:hover, a:focus { color: #233460; outline-width: 0; }

img { width: auto; max-width: 100%; width: 100%; -ms-interpolation-mode: bicubic; }

video { border: none; outline: none; display: block; width: 100%; }

input[type=text], input[type=password], input[type=submit], select, button { border: #eee 1px solid; height: 30px; border-radius: 5px; width: 100%; }

input[type=text]:focus, input[type=password]:focus, input[type=submit]:focus, select:focus, button:focus { border-color: #233460; }

button { width: auto; }

input[type=text], input[type=password] { padding: 0 5px; }

input[type=submit] { background-color: #233460; text-align: center; width: 100%; }

input[type=file] { cursor: pointer; }

textarea { height: auto; min-height: 1.2rem; border: #eee 1px solid; border-radius: 5px; padding: 5px; width: 100%; }

input:-moz-placeholder { color: #ddd; }

::-webkit-input-placeholder { color: #ddd; }

input[type=text], input[type=password] { -webkit-appearance: none; }

.g-five:before, .header-pc .select-simulate .select-list:before, .g-five:after, .header-pc .select-simulate .select-list:after, .cf:before, .cf:after { content: ""; display: table; }

.g-five:after, .header-pc .select-simulate .select-list:after, .cf:after { clear: both; }

.g-notice .marquee p { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

input[type=text], input[type=password], input[type=submit], select, button, textarea { border: #282828 1px solid; outline: none; }

input:hover[type=text], input:hover[type=password], input:hover[type=submit], select:hover, button:hover, textarea:hover, input:focus[type=text], input:focus[type=password], input:focus[type=submit], select:focus, button:focus, textarea:focus { border-color: #233460; }

.show { display: block !important; }

.hide { display: none !important; }

.bg { background-color: #f5f5f5; }

.fill { -o-object-fit: fill; object-fit: fill; height: 100%; }

.contain { -o-object-fit: contain; object-fit: contain; height: 100%; }

.cover { -o-object-fit: cover; object-fit: cover; height: 100%; }

.none { -o-object-fit: none; object-fit: none; height: 100%; }

.scale-down { -o-object-fit: scale-down; object-fit: scale-down; height: 100%; }

.arrow-right { background: url("images/arrow-right.png") right center no-repeat; background-size: 10px 20px; padding-right: 20px; }

.btn { line-height: 30px; padding: 0 10px; border-radius: 5px; border: #233460 1px solid; text-align: center; background-color: #233460; color: #fff; }

.btn:hover { opacity: .8; color: #fff; }

.btn.btn-blue { background-color: #233460; border-color: #233460; }

.btn.btn-gray { background-color: #b9bcc7; border-color: #b9bcc7; }

.btn.btn-red { background-color: #ce3d48; border-color: #ce3d48; }

.btn.btn-orange { background-color: #ff7802; border-color: #ff7802; }

.btn.btn-white { background-color: #fff; border-color: #eee; color: #282828; }

.g-title { font-size: 2.25rem; text-align: center; font-weight: bold; margin-bottom: 2rem; }

.g-filter { margin-bottom: 2rem; }

.g-filter .ex { width: 2rem; cursor: pointer; }

.g-filter .ex:hover { opacity: .5; }

.g-filter .select-simulate { position: relative; height: 2.75rem; width: auto; max-width: 300px; }

.g-filter .select-simulate .icon { width: 2.75rem; height: 2.75rem; display: block; float: left; margin-right: .2rem; }

.g-filter .select-simulate .hd { height: 2.75rem; background: url(images/arrow-down3.png) no-repeat right center; display: block; float: left; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; background-size: 16px 10px; font-size: 1.25rem; width: 100%; padding-right: 20px; line-height: 2.75rem; }

.g-filter .select-simulate .bd { width: 300px; height: auto; background: #f2f5f7; border-bottom: none; clear: both; position: absolute; top: 55px; z-index: 999999; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; height: 320px; overflow-x: hidden; overflow-y: scroll; padding: 20px 10px; }

.g-filter .select-simulate .select-list { border-top: #ccc 1px solid; padding-top: 20px; -webkit-box-shadow: 0 -5px 10px 0 #eee; box-shadow: 0 -5px 10px 0 #eee; }

.g-filter .select-simulate .select-list li { cursor: pointer; font-size: 14px; padding: .5rem 1rem; border-radius: 5px; height: 3rem; }

.g-filter .select-simulate .select-list li:hover { background: #233460; }

.g-filter .select-simulate .select-list li:hover a { color: #fff; }

.g-filter .select-simulate .select-list li:hover small { color: #fff; }

.g-filter .select-simulate .select-list .icon { width: 20px; height: 20px; margin-right: 5px; }

.g-filter .select-simulate .select-list small { opacity: .5; margin-left: 5px; }

.g-filter .select-simulate .input { background: url("images/search.png") 10px center no-repeat; background-size: 21px 21px; padding-left: 40px; border: none !important; height: 3rem; line-height: 3rem; color: #282828; }

.g-filter .select-simulate.r1 .bd { right: 0; left: auto; }

.g-filter .select-simulate.l1 .bd { left: 0; right: auto; }

.g-filter .btn-go { width: 3rem; height: 3rem; border-radius: 100%; color: #fff; text-align: center; line-height: 3rem; font-size: 1.1rem; background: url("images/btn-go.png") center center no-repeat; background-size: cover; }

.g-filter .btn-go:hover { opacity: .5; }

.select-overly { width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.001); position: fixed; left: 0; top: 0; z-index: 10000; display: none; }

@media (min-width: 768px) { .g-title, .g-filter { margin-bottom: 4rem; }
  .g-filter { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .g-filter .select-simulate { margin-right: 2rem; }
  .g-filter .ex { margin-right: 2rem; } }

.g-bannerAd img { display: block; }

.g-five .item { width: 30%; margin-right: 4.5%; float: left; margin-bottom: 4.5%; }

.g-five .item:nth-child(3n) { margin-right: 0; }

.g-five .item:nth-child(4) { margin-left: 15%; }

@media (min-width: 992px) { .g-five .item { width: 19%; margin-left: 1.25%; float: left; margin-right: 0; }
  .g-five .item:first-child { margin-left: 0; }
  .g-five .item:nth-child(3n) { margin-right: 0; }
  .g-five .item:nth-child(4) { margin-left: 1.25%; } }

.g-notice { position: relative; padding: 10px 120px 10px 120px; }

.g-notice .tt { position: absolute; left: 0; top: 50%; line-height: 20px; margin-top: -10px; }

.g-notice .marquee { padding: 0 10px; height: 20px; }

.g-notice .marquee p { line-height: 30px; }

.g-notice .more { position: absolute; right: 0; top: 50%; margin-top: -10px; }

.banner { overflow: hidden; width: 100%; position: relative; }

.banner .hd { z-index: 1; overflow: hidden; position: absolute; left: 50%; margin-left: -30px; bottom: 5px; height: 15px; }

.banner .hd ul { overflow: hidden; zoom: 1; float: left; }

.banner .hd li { text-align: center; background: #fff; cursor: pointer; float: left; margin-right: 8px; width: 8px; height: 8px; border-radius: 8px; line-height: 14px; }

.banner .hd li.on { background: #233460; }

.banner .bd { position: relative; height: 100%; z-index: 0; }

.banner .bd li { zoom: 1; vertical-align: middle; }

.banner .bd img { width: 100%; display: block; }

.banner .prev, .banner .next { width: 28px; height: 52px; position: absolute; top: 50%; margin-top: -26px; background: url("images/l.png") center center no-repeat; cursor: pointer; background-size: 14px auto; opacity: .8; }

.banner .prev:hover, .banner .next:hover { opacity: 1; }

.banner .prev { left: 10px; }

.banner .next { background-image: url(images/r.png); right: 10px; }

@media (min-width: 768px) { .banner .prev, .banner .next { background-size: 28px auto; }
  .banner .prev { left: 50px; }
  .banner .next { right: 50px; } }

.slideTxtBox { width: 450px; border: 1px solid #ddd; text-align: left; /* 下面是前/后按钮代码，如果不需要删除即可 */ }

.slideTxtBox .hd { height: 30px; line-height: 30px; background: #f4f4f4; padding: 0 10px 0 20px; border-bottom: 1px solid #ddd; position: relative; }

.slideTxtBox .hd ul { float: left; position: absolute; left: 20px; top: -1px; height: 32px; }

.slideTxtBox .hd li { float: left; padding: 0 15px; cursor: pointer; }

.slideTxtBox .hd li.on { height: 30px; background: #fff; border: 1px solid #ddd; border-bottom: 2px solid #fff; }

.slideTxtBox .bd ul { padding: 15px; zoom: 1; }

.slideTxtBox .bd li { height: 24px; line-height: 24px; }

.slideTxtBox .bd .date { float: right; color: #999; }

.slideTxtBox .arrow { position: absolute; right: 10px; top: 0; }

.slideTxtBox .arrow a { display: block; width: 5px; height: 9px; float: right; margin-right: 5px; margin-top: 10px; overflow: hidden; cursor: pointer; background: url("images/arrow.png") 0 0 no-repeat; }

.slideTxtBox .arrow .next { background-position: 0 -50px; }

.slideTxtBox .arrow .prevStop { background-position: -60px 0; }

.slideTxtBox .arrow .nextStop { background-position: -60px -50px; }

.picScrollLeft { width: 100%; overflow: hidden; position: relative; height: 120px; padding: 0 50px; }

.picScrollLeft .bd { padding: 10px; }

.picScrollLeft .bd ul { overflow: hidden; zoom: 1; text-align: center; }

.picScrollLeft .bd li { margin: 0 20px; overflow: hidden; text-align: center; width: 80px; font-size: 14px; line-height: 24px; height: 120px; -webkit-box-sizing: content-box; box-sizing: content-box; display: inline-block; position: relative; }

.picScrollLeft .prev, .picScrollLeft .next { width: 80px; height: 80px; position: absolute; top: 50%; margin-top: -40px; background: url("images/l2.png") left top no-repeat; cursor: pointer; opacity: .8; }

.picScrollLeft .prev:hover, .picScrollLeft .next:hover { opacity: 1; }

.picScrollLeft .prev { left: 0; }

.picScrollLeft .next { background-image: url(images/r2.png); right: -50px; }

.header-space { height: 0.5rem; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); -webkit-box-sizing: content-box; box-sizing: content-box; }

.footer-space { height: 0.5rem; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); -webkit-box-sizing: content-box; box-sizing: content-box; }

.header-phone { top: 0; height: 50px; position: fixed; top: 0; background-color: #233460; z-index: 9999; color: #fff; overflow: hidden; width: 100%; }

.header-phone .logo { width: 40%; display: inline-block; padding: 14px 15px; }

.header-phone .logo img { width: 100px; display: block; }

.header-phone .btn-menu { width: 50px; height: 50px; position: absolute; right: 0; background: url(images/icon-menu.png) center center no-repeat; background-size: 32px 32px; top: 0; }

.alert-menu { display: none; position: fixed; z-index: 8888; top: 0px; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 100vh; padding-top: 50px; font-size: 14px; overflow-x: hidden; overflow-y: scroll; }

.alert-menu .list { width: 60%; background-color: #204a76; margin-left: 40%; padding: 15px 0; }

.alert-menu .list li { line-height: 40px; }

.alert-menu .list li > a { display: block; color: #fff; padding: 0 15px; }

.alert-menu .list li:first-child { border: none; }

.alert-menu .list li.on { color: #fff; background-color: #6e6d72; }

.alert-menu .list li.on > a { color: #fff; }

.alert-menu .list .hasSubMenu > a { background: url("images/arrow-down.png") 96% center no-repeat; background-size: 10px auto; }

.alert-menu .subMenu { padding-bottom: 10px; border-top: #eee 1px solid; display: none; background-color: #f5f5f5; padding-left: 10px; }

.alert-menu .subMenu a { display: block; padding: 0 1rem; }

.alert-menu .subMenu .con { padding: 1rem 0; }

body { padding-top: 50px; }

@media (min-width: 768px) { body { padding-top: 0 !important; } }

.header-pc { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; }

.header-pc > div { margin-left: -5px; margin-right: -5px; }

.header-pc .hd-top { background-color: #233460; padding-left: 1rem; padding-right: 1rem; height: 80px; }

.header-pc .hd-top select { width: 80px; }

.header-pc .logo { width: 128px; }

.header-pc .logo img { display: block; width: 100%; }

.header-pc .list a { color: #fff; }

.header-pc .list li { padding: 0 .5em; position: relative; line-height: 80px; height: 80px; }

.header-pc .list li > a { padding-bottom: 5px; position: relative; }

.header-pc .list li > a:after { content: ''; width: 0%; height: 3px; background-color: #fff; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.header-pc .list li.on > a:after, .header-pc .list li:hover > a:after { width: 100%; }

.header-pc .list li:hover .subMenu { display: block; height: auto; }

.header-pc .list li:hover .subMenu .con { margin-top: 0; }

.header-pc .list .hasSubMenu:after { content: ''; width: 10px; height: 10px; background: url("images/arrow-down.png") center center no-repeat; background-size: 100% auto; position: absolute; right: 5px; top: 50%; margin-top: -5px; }

.header-pc .subMenu { position: absolute; top: 70px; left: 0; height: 0; overflow: hidden; border-radius: 5px; }

.header-pc .subMenu .con { width: 12rem; background-color: #f2f5f7; padding: 1rem 5px 0; position: relative; margin-top: 1.5rem; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; font-size: 1rem; }

.header-pc .subMenu a { display: block; line-height: 3rem; padding-left: 1.5rem; color: #282828; border-radius: 5px; border: none !important; margin-bottom: 1px; }

.header-pc .subMenu a:hover { color: #fff; background-color: #233460; }

.header-pc .select-simulate { position: relative; width: 160px; height: 2rem; margin-left: 3rem; }

.header-pc .select-simulate .icon { width: 16px; height: 16px; margin-right: 10px; position: relative; top: 4px; }

.header-pc .select-simulate .hd { width: 100%; height: 2rem; background: url(images/arrow-down.png) no-repeat 90% center; display: block; float: left; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 2rem; }

.header-pc .select-simulate .hd.blur { color: #ccc; }

.header-pc .select-simulate .title { font-size: 26px; font-weight: bold; padding: 2rem 3rem; }

.header-pc .select-simulate .bd { width: 380px; height: auto; background: #f2f5f7; border-bottom: none; clear: both; position: absolute; right: 0; top: 55px; z-index: 999; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; overflow: hidden; }

.header-pc .select-simulate .select-list { padding: 20px; border-top: #ccc 1px solid; -webkit-box-shadow: 0 -5px 10px 0 #eee; box-shadow: 0 -5px 10px 0 #eee; }

.header-pc .select-simulate .select-list li { cursor: pointer; font-size: 14px; padding: .5rem 1rem; width: 48%; float: left; }

.header-pc .select-simulate .select-list li:hover { background: #eee; }

.header-pc .select-simulate .select-list li:hover a { color: #C00; }

.header-pc .select-simulate .select-list li:nth-child(2n) { float: right; }

@media (min-width: 992px) { .header-pc .hd-top { padding-left: 4rem; padding-right: 4rem; }
  .header-pc .list li { padding: 0 1.5em; } }

footer { overflow: hidden; background-color: #08183a; padding: 2rem 1rem; color: #95a3c2; }

footer a { color: #95a3c2; }

footer a:hover { color: #fff; }

footer > div { margin-left: -5px; margin-right: -5px; }

footer .logo { width: 124px; margin-bottom: 1rem; }

footer .logo img { display: block; }

footer .row2 { padding-top: 2rem; font-size: 14px; }

footer .row2 > div { padding-top: 1rem; padding-bottom: 1rem; }

footer .list a { padding: 0 5px; text-decoration: underline; }

footer .shares img { display: block; width: 35px; height: 35px; }

footer .shares a { margin-right: 1rem; opacity: .5; }

footer .shares a:hover { opacity: 1; }

footer .shares a:last-child { margin-right: 0; }

@media (min-width: 768px) { footer .list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  footer .shares { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

@media (min-width: 992px) { footer .container { padding-left: 4rem; padding-right: 4rem; } }

.swiper-container { width: 100%; height: 100%; }

.swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.swiper-slide img { width: 100%; height: 100%; }

.alert { display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0%; z-index: 99; }

.alert .box { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; -webkit-box-shadow: 3px 8px 15px 0 #666; box-shadow: 3px 8px 15px 0 #666; z-index: 9; }

.alert .title { width: 100%; border-bottom: #eee 1px solid; line-height: 50px; font-size: 14px; padding: 0 20px; }

.alert .btn-close { width: 50px; height: 50px; background: url("images/close.png") center center no-repeat; position: absolute; right: 10px; top: 10px; }

.alert .btn-close:hover { opacity: .8; }

.alert .over-close { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }

.revealOnScroll { opacity: 0; }

/* ----------------------------------------------------------------------main-------------------------------------------------------------------- */
.section11, .section12, .section13, .section21, .section22, .section23 { padding-top: 2rem; padding-bottom: 2rem; }

@media (min-width: 768px) { .section11, .section12, .section13, .section21, .section22, .section23 { padding-top: 4rem; padding-bottom: 4rem; } }

.section11 { color: #fff; background: #233460 url("images/bg111.png") center bottom no-repeat; background-size: 1110px auto; overflow: hidden; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.section11 .top-box > div { padding-top: 1rem; padding-bottom: 1rem; }

.section11 p { margin-bottom: 1rem; }

.section11 .ex { width: 2rem; cursor: pointer; opacity: .5; position: relative; top: 0; margin: 0; }

.section11 .ex:hover { opacity: 1; }

.section11 .input { border: none; border-radius: 0; background-color: transparent; color: #fff; border-bottom: #4c5a7e 2px solid; height: 2.75rem; font-size: 1.25rem; }

.section11 .input:hover, .section11 .input:focus { border-color: #4c5a7e; }

.section11 .select-simulate { position: relative; height: 2.75rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section11 .select-simulate .icon { width: 2rem; height: 2rem; display: block; float: left; margin-right: .2rem; }

.section11 .select-simulate .hd { height: 2.75rem; background: url(images/arrow-down3.png) no-repeat right center; display: block; float: left; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; background-size: 16px 10px; font-size: 1.25rem; width: 100%; line-height: 2rem; border-bottom: #4c5a7e 2px solid; margin-bottom: 1rem; }

.section11 .select-simulate .bd { width: 300px; height: auto; background: #f2f5f7; border-bottom: none; clear: both; position: absolute; top: 55px; z-index: 99999; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; height: 320px; overflow-x: hidden; overflow-y: scroll; padding: 20px 10px; }

.section11 .select-simulate .select-list { border-top: #ccc 1px solid; padding-top: 20px; -webkit-box-shadow: 0 -5px 10px 0 #eee; box-shadow: 0 -5px 10px 0 #eee; }

.section11 .select-simulate .select-list li { cursor: pointer; font-size: 14px; padding: .5rem 1rem; border-radius: 5px; height: 3rem; }

.section11 .select-simulate .select-list li:hover { background: #233460; }

.section11 .select-simulate .select-list li:hover a { color: #fff; }

.section11 .select-simulate .select-list li:hover small { color: #fff; }

.section11 .select-simulate .select-list .icon { width: 20px; height: 20px; margin-right: 5px; }

.section11 .select-simulate .select-list small { opacity: .5; margin-left: 5px; color: #282828; }

.section11 .select-simulate .input { background: url("images/search.png") 10px center no-repeat; background-size: 21px 21px; padding-left: 40px; border: none !important; height: 3rem; line-height: 3rem; color: #282828; }

.section11 .select-simulate.r1 .bd { right: 0; left: auto; }

.section11 .select-simulate.l1 .bd { left: 0; right: auto; }

.section11 .btn-go { width: 4rem; height: 4rem; border-radius: 100%; color: #fff; text-align: center; line-height: 4rem; font-size: 1.1rem; display: block; margin: 0 auto; background: url("images/btn-go.png") center center no-repeat; background-size: cover; }

.section11 .btn-go:hover { opacity: .5; }

.section11 .btm .item { background-color: rgba(255, 255, 255, 0.12); margin-bottom: .5rem; margin-top: .5rem; width: 48%; padding: .5rem 1rem; }

.section11 .btm .item:last-child { width: 100%; }

.section11 .btm .con1 { color: #fff; }

.section11 .btm .con1:hover { opacity: .8; }

.section11 .btm .icon { width: 2rem; height: 2rem; display: block; position: relative; top: -.5rem; }

.section11 .btm .r { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .2rem; }

.section11 .btm h3 { font-size: 1.25rem; }

.section11 .btm p { font-size: 12px; }

.section11 .btm .txt { font-size: 12px; line-height: 24px; }

.section11 .btm .txt:first-child span { margin-left: 10px; }

.section11 .btm .icon-red, .section11 .btm .icon-green { color: #43c1a8; background: url("images/t.png") right center no-repeat; padding-right: 15px; background-size: 9px auto 6px; }

.section11 .btm .icon-red { background-image: url(images/d.png); color: #ce3d48; }

.section11 .btm .btn-add { color: #fff; font-weight: bold; padding-top: .5rem; padding-bottom: .5rem; }

.section11 .btm .icon-add { width: 2rem; height: 2rem; margin-left: .2rem; }

@media (min-width: 768px) { .section11 { padding-top: 4rem; min-height: 100vh; }
  .section11 .container { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -80%); -ms-transform: translate(-50%, -80%); transform: translate(-50%, -80%); z-index: 99; }
  .section11 .btm { position: absolute; bottom: 0; left: 0; padding: 1rem 1rem; background-color: rgba(255, 255, 255, 0.12); width: 100%; }
  .section11 .btm .item { background-color: transparent; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; padding-left: 2rem; }
  .section11 .btm .item:after { content: ''; width: 1px; height: 40px; background-color: #fff; position: absolute; left: 0; top: 50%; margin-top: -20px; }
  .section11 .btm .item:first-child:after { display: none; }
  .section11 .btm .btn-add { background: url("images/add.png") right center no-repeat; background-size: 3rem 3rem; min-height: 3rem; display: inline-block; padding-right: 3rem; }
  .section11 .btm .icon-add { display: none; } }

@media (min-width: 992px) { .section11 { padding-top: 8rem; } }

.section12 { background-color: #f5f5f5; }

.section12 .map { margin-bottom: 2rem; }

.section12 .map img { display: block; }

.section12 h3 { font-size: 2.25rem; font-weight: bold; }

.section12 .con { padding: 2rem 0; font-size: 1.25rem; line-height: 2.5rem; }

.section12 .btns { font-size: 1.25rem; color: #43c1a8; }

.section12 .btns:hover { text-decoration: underline; }

.section13 .result > img { display: block; width: 100%; }

@media (min-width: 768px) { .section13 { padding-top: 2rem; padding-bottom: 100px; }
  .section13.type31 .g-filter { padding-left: 2em; margin-bottom: 2rem; } }

.section21 { color: #fff; background: #233460 url("images/bg111.png") center bottom no-repeat; background-size: 1110px auto; overflow: hidden; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.section21 a { color: #fff; }

.section21 a:hover { opacity: .8; }

.section21 .g-title { text-align: left; margin-bottom: 0; }

.section21 .top-box > div { padding-top: 1rem; padding-bottom: 1rem; }

.section21 p { margin-bottom: 1rem; }

.section21 .ex { width: 2rem; cursor: pointer; opacity: .5; }

.section21 .ex:hover { opacity: 1; }

.section21 .sub { position: relative; }

.section21 .t1 { width: 4rem; height: 4rem; position: absolute; left: 0; color: #fff; font-size: 4rem; font-weight: lighter; top: .5rem; }

.section21 .input { border: none; border-radius: 0; background-color: transparent; color: #fff; border-bottom: #4c5a7e 2px solid; height: 2.75rem; font-size: 1.25rem; }

.section21 .input:hover, .section21 .input:focus { border-color: #4c5a7e; }

.section21 .input.i2 { font-size: 3.5rem; height: 4.4rem; font-weight: lighter; padding-left: 1em; }

.section21 .select-simulate { position: relative; height: 2.75rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section21 .select-simulate .icon { width: 2rem; height: 2rem; display: block; float: left; margin-right: .2rem; }

.section21 .select-simulate .hd { height: 2.75rem; background: url(images/arrow-down3.png) no-repeat right center; display: block; float: left; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; background-size: 16px 10px; font-size: 1.25rem; width: 100%; line-height: 2rem; border-bottom: #4c5a7e 2px solid; margin-bottom: 1rem; }

.section21 .select-simulate .bd { width: 300px; height: auto; background: #f2f5f7; border-bottom: none; clear: both; position: absolute; top: 55px; z-index: 99999; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; height: 320px; overflow-x: hidden; overflow-y: scroll; padding: 20px 10px; }

.section21 .select-simulate .select-list { border-top: #ccc 1px solid; padding-top: 20px; -webkit-box-shadow: 0 -5px 10px 0 #eee; box-shadow: 0 -5px 10px 0 #eee; }

.section21 .select-simulate .select-list li { cursor: pointer; font-size: 14px; padding: .5rem 1rem; border-radius: 5px; height: 3rem; }

.section21 .select-simulate .select-list li a { color: #282828; }

.section21 .select-simulate .select-list li:hover { background: #233460; }

.section21 .select-simulate .select-list li:hover a { color: #fff; }

.section21 .select-simulate .select-list li:hover small { color: #fff; }

.section21 .select-simulate .select-list .icon { width: 20px; height: 20px; margin-right: 5px; }

.section21 .select-simulate .select-list small { opacity: .5; margin-left: 5px; color: #282828; }

.section21 .select-simulate .input { background: url("images/search.png") 10px center no-repeat; background-size: 21px 21px; padding-left: 40px; border: none !important; height: 3rem; line-height: 3rem; color: #282828; }

.section21 .select-simulate.r1 .bd { right: 0; left: auto; }

.section21 .select-simulate.l1 .bd { left: 0; right: auto; }

.section21 .btn-go { width: 4rem; height: 4rem; border-radius: 100%; color: #fff; text-align: center; line-height: 4rem; font-size: 1.1rem; display: block; margin: 0 auto; background: url("images/btn-go.png") center center no-repeat; background-size: cover; }

.section21 .btn-go:hover { opacity: .5; }

@media (min-width: 768px) { .section21 { padding-top: 4rem; min-height: 100vh; }
  .section21 .container { position: absolute; left: 50%; top: 58%; -webkit-transform: translate(-50%, -60%); -ms-transform: translate(-50%, -60%); transform: translate(-50%, -60%); } }

@media (min-width: 992px) { .section21 { padding-top: 8rem; } }

.section22 .title { background-color: #eff3f5; line-height: 50px; padding: 0 1rem; color: #1f345f; }

.section22 .blue { color: #005bb9; }

.section22 .list { border-top: #eee 1px solid; border-right: #eee 1px solid; }

.section22 .list .item { padding: 0 1rem; border-left: #eee 1px solid; border-bottom: #eee 1px solid; line-height: 2.5rem; }

@media (min-width: 768px) { .section22 { padding-top: 0; margin-top: -51px; }
  .section22 .box { padding-left: 0; padding-right: 0; }
  .section22 .box:first-child .list { border-right: none; }
  .section22 .list .item { line-height: 50px; } }

.section23 { background-color: #f9f9f9; padding-left: 0; padding-right: 0; }

.section23 .container { padding-left: 0; padding-right: 0; }

.section23 table { font-size: 12px; width: 100%; background-color: #fff; color: #999; }

.section23 table th { color: #fff; height: 50px; background-color: #233460; padding: 5px; text-align: left; }

.section23 table td { height: 60px; padding: 5px; }

.section23 table tr:nth-child(odd) { background-color: #f9f9f9; }

.section23 .link { color: #999; }

.section23 .link h4 { color: #282828; font-size: 12px; }

.section23 .link .icon { width: 20px; height: 20px; margin-right: 5px; }

.section23 .operate { text-align: right; line-height: 60px; font-size: 12px; }

.section23 .operate .btn-more { color: #666; }

.section23 .operate .btn-more:hover { color: #233460; }

@media (min-width: 768px) { .section23 table { font-size: 14px; }
  .section23 .link h4 { font-size: 14px; }
  .section23 .operate { font-size: 14px; } }

@media (min-width: 992px) { .section23 table { font-size: 16px; }
  .section23 table td:first-child, .section23 table th:first-child { padding-left: 1em; }
  .section23 table td { height: 70px; }
  .section23 .link h4 { font-size: 16px; }
  .section23 .link .icon { width: 48px; height: 48px; }
  .section23 .operate { text-align: right; line-height: 70px; font-size: 18px; } }

@media (min-width: 1200px) { .section23 table { font-size: 20px; }
  .section23 .link h4 { font-size: 20px; } }

.section31 { background-color: #233460; color: #fff; text-align: left; padding-top: 2rem; }

.section31 .g-title { text-align: left; }

@media (min-width: 768px) { .section31 { padding-top: 150px; padding-left: 4rem; }
  .section31 .g-title { font-size: 3rem; margin-bottom: 3rem; } }
