@charset "UTF-8";

/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
@font-face {
    font-family: 'jx';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_y8b9k39t46m.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_y8b9k39t46m.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_y8b9k39t46m.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_y8b9k39t46m.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_y8b9k39t46m.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_y8b9k39t46m.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

main { display: block; }

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; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: jx, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif; -webkit-text-size-adjust: none; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { font-size: 14px; color: #333333; background: #ffffff; min-width: 1200px; min-height: 100vh; }

body::-webkit-scrollbar { width: 10px; height: 10px; background-color: #ddd; border-radius: 10px; }

body::-webkit-scrollbar-track { border-radius: 5px; background-color: #ddd; }

body::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(0, 91, 172, 0.6); }

body::-webkit-scrollbar-thumb:hover { background: rgba(0, 91, 172, 0.6); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

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; }

a { text-decoration: none; color: #333333; background-color: transparent; -webkit-text-decoration-skip: objects; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:active, a:hover, a:focus { color: #005bac; outline-width: 0; }

video { border: none; outline: none; display: block; width: 100%; }

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

input[type=file] { cursor: pointer; }

::-moz-selection { background: #005bac; color: #fff; }

::selection { background: #005bac; color: #fff; }

::-moz-selection { background: #005bac; color: #fff; }

img { width: auto; max-width: 100%; -ms-interpolation-mode: bicubic; }

.uc-content { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.uc-show { display: block !important; }

.uc-hide { display: none !important; }

.uc-h98 { width: 100%; height: 98px; }

.uc-bg { background-color: #fafafa; }

.uc-b { font-weight: bold; }

.uc-small { font-size: .875em; }

.uc-big { font-size: 1.25em; }

.uc-ma { margin-left: auto; margin-right: auto; }

.uc-lineCenter { text-decoration: line-through; }

.uc-del { text-decoration: line-through; color: #999999; margin-left: 20px; }

.uc-del:first-child { margin-left: 0; }

.animate, .uc-animate, .uc-revealOnScroll { opacity: 0; }

.uc-left { float: left; }

.uc-right { float: right; }

.uc-underline { text-decoration: underline !important; }

.uc-tLeft { text-align: left !important; }

.uc-tCenter { text-align: center !important; }

.uc-tRight { text-align: right !important; }

.uc-icon16 { width: 16px; height: 16px; }

.uc-icon20 { width: 20px; height: 20px; }

.uc-icon24 { width: 24px; height: 24px; }

.uc-icon28 { width: 28px; height: 28px; }

.uc-icon32 { width: 32px; height: 32px; }

.uc-icon36 { width: 36px; height: 36px; }

.uc-icon40 { width: 40px; height: 40px; }

.uc-icon44 { width: 44px; height: 44px; }

.uc-icon48 { width: 48px; height: 48px; }

.uc-icon50 { width: 50px; height: 50px; }

.uc-icon64 { width: 64px; height: 64px; }

.uc-icon70 { width: 70px; height: 70px; }

.uc-icon80 { width: 80px; height: 80px; }

.uc-icon90 { width: 90px; height: 90px; }

.uc-icon100 { width: 100px; height: 100px; }

.uc-icon120 { width: 120px; height: 120px; }

.uc-icon150 { width: 150px; height: 150px; }

.uc-icon200 { width: 200px; height: 200px; }

@font-face { font-family: "uc-font"; src: url("../fonts/iconfont.eot?t=1584354732377"); src: url("../fonts/iconfont.eot?t=1584354732377#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1584354732377") format("woff"), url("../fonts/iconfont.ttf?t=1584354732377") format("truetype"), url("../fonts/iconfont.svg?t=1584354732377#uc-font") format("svg"); }

.uc-font { font-family: "uc-font" !important; line-height: inherit; font-size: inherit; font-weight: inherit; font-style: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.uc-checkbox-circle:before { content: "\e624"; }

.uc-checkbox-circle-on:before { content: "\e64f"; }

.uc-checkbox:before { content: "\e684"; }

.uc-checkbox-on:before { content: "\e67d"; }

.uc-checkbox-on-plain:before { content: "\e683"; }

.uc-radio-on:before { content: "\e7b3"; }

.uc-radio:before { content: "\e7b5"; }

.uc-arrow-left:before { content: "\e75b"; }

.uc-arrow-right:before { content: "\e75c"; }

.uc-arrow-right2:before { content: "\e6ae"; }

.uc-arrow-left2:before { content: "\e6d6"; }

.uc-arrow-down:before { content: "\e615"; }

.uc-arrow-top:before { content: "\e75d"; }

.uc-arrow-down2:before { content: "\e6a4"; }

.uc-arrow-top2:before { content: "\e6b2"; }

.uc-menu:before { content: "\e6a9"; }

.uc-close:before { content: "\e67f"; }

.uc-search:before { content: "\e66f"; }

.uc-add:before { content: "\e672"; }

.uc-reduce:before { content: "\e614"; }

.uc-next:before { content: "\e60c"; }

.uc-prev:before { content: "\e605"; }

.uc-arrow { position: relative; padding-right: 30px; }

.uc-arrow:after { content: '\e75c'; font-family: 'uc-font'; font-size: 1.4em; right: -10px; color: #999999; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.uc-flex { 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; }

.uc-flex.start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.uc-flex.end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.uc-flex.center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.uc-flex-col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.uc-flex-col.start { -ms-flex-line-pack: start; align-content: start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.uc-flex-col.end { -ms-flex-line-pack: end; align-content: end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.uc-flex-col.center { -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

textarea { min-height: 120px; height: auto; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; width: 100%; }

input:-moz-placeholder { color: #ddd; }

::-webkit-input-placeholder { color: #ddd; }

input[type=text], input[type=password] { -webkit-appearance: none; }

[type=submit] { outline: none; }

[type=submit]:hover { opacity: .8; }

button { margin: 0; padding: 0; background: none; line-height: inherit; font-size: inherit; border: none; color: inherit; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; }

button:after { display: none; }

.uc-input, .uc-select, .uc-button, .uc-textarea { width: 100%; border: #bababa 1px solid; outline: none; height: 30px; line-height: 28px; border-radius: 5px; padding: 0 10px; }

.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus { border-color: #005bac; }

.uc-btn { cursor: pointer; outline: none; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; border-radius: 5px; padding: 0 10px; }

.uc-btn img { margin-right: 10px; }

.uc-btn:hover { opacity: .8; }

.uc-btn.blue { background-color: #005bac; border: #005bac 1px solid; color: #fff; }

.uc-btn.blue-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(0, 91, 172, 0.7)), to(#005bac)); background: -webkit-linear-gradient(left, rgba(0, 91, 172, 0.7) 0%, #005bac 100%); background: -o-linear-gradient(left, rgba(0, 91, 172, 0.7) 0%, #005bac 100%); background: linear-gradient(to right, rgba(0, 91, 172, 0.7) 0%, #005bac 100%); color: #fff; }

.uc-btn.blue-plain { color: #005bac; border: #005bac 1px solid; }

.uc-btn.blue-plain:hover { opacity: 1; background-color: #005bac; color: #fff; }

.uc-btn.pink { background-color: #e60044; border: #e60044 1px solid; color: #fff; }

.uc-btn.pink-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(230, 0, 68, 0.7)), to(#e60044)); background: -webkit-linear-gradient(left, rgba(230, 0, 68, 0.7) 0%, #e60044 100%); background: -o-linear-gradient(left, rgba(230, 0, 68, 0.7) 0%, #e60044 100%); background: linear-gradient(to right, rgba(230, 0, 68, 0.7) 0%, #e60044 100%); color: #fff; }

.uc-btn.pink-plain { color: #e60044; border: #e60044 1px solid; }

.uc-btn.pink-plain:hover { opacity: 1; background-color: #e60044; color: #fff; }

.uc-btn.gray { background-color: #999999; border: #999999 1px solid; color: #fff; }

.uc-btn.gray-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999)); background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%); background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%); background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%); color: #fff; }

.uc-btn.gray-plain { color: #999999; border: #999999 1px solid; }

.uc-btn.gray-plain:hover { opacity: 1; background-color: #999999; color: #fff; }

.uc-btn img { margin-right: 10px; }

.uc-phColor { color: #ddd; }

.uc-blue { color: #005bac !important; }

.uc-pink { color: #e60044 !important; }

.uc-gray { color: #999999 !important; }

.g-crumb { line-height: 40px; padding: 20px 0; font-size: 30px; border-bottom: #bababa 1px solid; }

.g-crumb a { position: relative; padding-right: 40px; margin-right: 8px; color: #595757; }

.g-crumb a:after { content: '\e75c'; font-family: 'uc-font'; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.g-crumb a:last-child { padding-right: 0; }

.g-crumb a:last-child:after { display: none; }

.g-crumb a:hover { color: #005bac; }

.uc-prvNxt { padding: 10px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.uc-prvNxt .pagination{
    display: block;
    margin: 0 auto;
}
.uc-prvNxt .pagination li{
    min-width: 30px; height: 30px; display: inline-block; border: #bababa 1px solid; line-height: 30px; margin: 0 6px; text-align: center; color: #999999; background-color: #fff; padding-left: 10px; padding-right: 10px;
}
.uc-prvNxt .pagination li:hover,.uc-prvNxt .pagination li.active{
    background-color: #e60044; border-color: #e60044; color: #fff;
}
/*.uc-prvNxt a { min-width: 30px; height: 30px; display: inline-block; border: #bababa 1px solid; line-height: 30px; margin: 0 6px; text-align: center; color: #999999; background-color: #fff; padding-left: 10px; padding-right: 10px; }

.uc-prvNxt a:hover, .uc-prvNxt a.on { background-color: #e60044; border-color: #e60044; color: #fff; }*/

.uc-tag { display: inline-block; border-radius: 3px; padding: 0 5px; }

.uc-tag:empty { display: none; }

.uc-tag.blue { background-color: #005bac; color: #fff; }

.uc-tag.pink { background-color: #e60044; color: #fff; }

.uc-tag.gray { background-color: rgba(153, 153, 153, 0.4); color: #fff; }

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-bannerAd { width: 100%; height: 495px; margin-bottom: 40px; }

.uc-bannerAd img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-bannerAd img { display: block; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

footer { background-color: #393b48; }

footer a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

footer .contact { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; font-size: 18px; color: #fff; }

footer .contact .uc-big { font-size: 30px; }

footer .contact small { font-size: 16px; }

footer .contact span { font-size: 20px; }

footer .contact .logo img { display: block; }

footer .part1 { border-bottom: #fff 1px solid; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding-bottom: 50px; padding-top: 70px; }

footer .part1 .left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

footer .part1 .left .line { width: 100%; height: 1px; background-color: #fff; }

footer .part1 .right { margin-left: 70px; }

footer .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; }

footer .menu a { color: #fff;font-weight: 600 }

footer .menu a:hover { color: #e60044; }

footer .code { width: 134px; height: 136px; overflow: hidden; }

footer .code img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

footer .part2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 30px 0; }

footer .part2 .item { margin: 0 10px; }

footer .part2 img { display: block; }

footer .ft2 { background-color: #1b1b1b; }

footer .ft2 .uc-content { padding: 20px 0; text-align: center; color: #fff; line-height: 24px; }

footer .ft2 span { margin: 0 5px; }

footer .ft2 a { color: #fff; }

footer .ft2 a:hover { color: #e60044; }

.g-sideContact { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 1px; z-index: 99; border-radius: 10px; border: #bababa 1px solid; overflow: hidden; background-color: #fff; width: 13rem; }

.g-sideContact .part1 { padding: 0 10px; background-color: #005bac; color: #fff; text-align: center; }

.g-sideContact .part1 h3 { font-size: 20px; padding: 10px 0; border-bottom: #bababa 1px solid; line-height: 30px; }

.g-sideContact .part1 p { font-size: 13px; line-height: 24px; padding: 5px 0; }

.g-sideContact .part2 { padding: 30px 10px 20px; text-align: center; }

.g-sideContact .btn { padding: 20px 0; font-size: 18px; color: #3e3a39; font-weight: bold; background-color: #fff; }

.g-sideContact .btn:hover { color: #3e3a39; }

.g-sideContact .btn img { display: block; margin: 0 auto 10px; }

header { background-color: #fff; }

.hd-top { background-color: #fff; }

.hd-top .uc-content { height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-top .call { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-top .call .n { font-size: 33px; color: #e60044; }

.hd-top .call .c { text-align: center; margin: 0 5px; }

.hd-top .call .p1 { font-size: 12px; }

.hd-top .call .p2 { font-size: 16px; color: #e60044; font-weight: bold; }

.hd-top .call img { display: block; }

.hd-menu { background-color: #005bac; }

.hd-menu .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-menu .menu li { line-height: 32px; position: relative; }

.hd-menu .menu li:hover, .hd-menu .menu li.on { background-color: #e60044; }

.hd-menu .menu li:hover > a, .hd-menu .menu li.on > a { color: #fff; }

.hd-menu .menu li:hover .sub-menu { display: block; }

.hd-menu .menu a { color: #fff; padding: 0 10px; }

.hd-menu .sub-menu { display: none; position: absolute; width: 8em; top: 32px; left: 0; z-index: 99; background-color: #005bac; padding: 5px 0; }

.hd-menu .sub-menu a { display: block; color: #fff; }

.hd-menu .sub-menu a:hover { background-color: #e60044; color: #fff; }

.g-operate { margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.g-operate .uc-btn { height: 46px; border-radius: 46px; margin-left: 30px; font-size: 18px; padding: 0 20px; min-width: 150px; }

.g-operate .uc-btn:first-child { margin-left: 0; }

.g-operate .uc-btn.blue-plain { color: #595757; }

.g-operate .uc-btn.blue-plain:hover { background-color: #005bac; color: #fff; }

.g-operate .uc-btn.pink { -webkit-box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); }

.g-filter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 40px; }

.g-filter .item { color: #d1d1d1; font-size: 24px; padding: 0 20px; border-left: #bababa 1px solid; }

.g-filter .item:first-child { border-left: none; }

.g-filter .item.on { color: #333333; }

.g-filter .item:first-child { padding-left: 0; }

.g-filter.fixed { position: fixed; z-index: 999; left: 0; width: 100vw; top: 0; }

.g-filterBD .tab-con { display: none; }

.g-filterBD .tab-con:first-child { display: block; }

.g-title { text-align: center; color: #005bac; font-size: 24px; margin-bottom: 30px; line-height: 36rpx; }

.g-title small { font-size: 20px; line-height: 24px; }

.g-title small.gray { color: #595757; }

/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------                            各页面样式                           ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 						 可拆分到独立页面中， 					---------------------------------------
* --------------------------------------------- 		  如无必要，别拆。方便后期配合开发新页面或维护修改 			---------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* |01|1-首页| */
.uc-section1-1 .swiper-button-prev { left: 50px; color: #c9c9c9; }

.uc-section1-1 .swiper-button-next { right: 50px; color: #c9c9c9; }

.uc-section1-1 .swiper-pagination { bottom: 40px; }

.uc-section1-1 .swiper-pagination-bullet { background-color: #c9c9c9; opacity: .8; border-radius: 0; width: 60px; height: 2px; }

.uc-section1-1 .swiper-pagination-bullet-active { background-color: #005bac; border-radius: 1.15em; }

.uc-section1-2 .g-title, .uc-section1-4 .g-title, .uc-section1-5 .g-title, .uc-section1-6 .g-title { color: #595757; text-transform: uppercase; font-size: 32px; line-height: 40px; }

.uc-section1-2 .g-title small, .uc-section1-4 .g-title small, .uc-section1-5 .g-title small, .uc-section1-6 .g-title small { font-size: 24px; }

.uc-section1-2 { padding: 60px 0; }

.uc-section1-2 .detail { width: 900px; margin: 0 auto; font-size: 18px; line-height: 30px; text-align: center; }

.uc-section1-2 .detail img { display: block; margin: 0 auto 30px; }

.uc-section1-3 { padding: 60px 0; background-color: #fafafa; }

.uc-section1-3 .list { width: 900px; border-top: #bababa 1px solid; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 30px; }

.uc-section1-3 .list li { width: 160px; text-align: center; font-size: 18px; line-height: 24px; color: #595757; }

.uc-section1-3 .list img { display: block; margin: 0 auto 10px; }

.uc-section1-5 { padding: 60px 0; background: url("images/bg15.jpg") center center no-repeat; background-size: cover; }

.uc-section1-5 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 1000px; margin: 0 auto; }

.uc-section1-5 .list li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; margin-left: -2px; border: #005bac 2px solid; padding: 20px; }

.uc-section1-5 .list li:first-child { margin-left: 0; }

.uc-section1-5 .list li:hover { border-color: #e60044; position: relative; z-index: 9; }

.uc-section1-5 .list li:hover .con { border-top-color: #e60044; }

.uc-section1-5 .list li:hover .i1 { display: none; }

.uc-section1-5 .list li:hover .i2 { display: block; }

.uc-section1-5 .list img { display: block; margin: 0 auto; }

.uc-section1-5 .list .i2 { display: none; }

.uc-section1-5 .list h3 { font-size: 18px; text-align: center; }

.uc-section1-5 .list .con { border-top: #005bac 2px solid; padding-top: 15px; margin-top: 15px; font-size: 18px; line-height: 30px; text-align: center; color: #595757; }

.uc-section1-6 { padding: 60px 0; }

.uc-section1-6 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section1-6 .list li { width: 293px; height: 201px; background-color: #eeeeee; padding: 7px; border: #bababa 1px solid; overflow: hidden; margin-right: 8px; margin-bottom: 10px; position: relative; }

.uc-section1-6 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section1-6 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section1-6 .list li:nth-child(4n) { margin-right: 0; }

.uc-section1-6 .list li:hover .over { opacity: 0; }

.uc-section1-6 .list .con { position: relative; width: 100%; height: 100%; overflow: hidden; }

.uc-section1-6 .list .con img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-section1-6 .list .over { background-color: rgba(0, 91, 172, 0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; font-size: 18px; text-align: center; line-height: 186px; display: block; }

/* |02|1-1科室介绍-生殖医学科| */
/* |03|1-2科室介绍-泌尿男科| */
/* |04|1-3科室介绍-微创妇科| */
/* |05|1-4科室介绍-温馨产科| */
.uc-section2-5 { padding: 60px 0; }

.uc-section2-5 .g-title { padding-bottom: 20px; }

.uc-section2-5 .detail { margin-bottom: 50px; border: #e60044 2px solid; padding: 40px 20px 20px; position: relative; }

.uc-section2-5 .detail:last-child { margin-bottom: 0; }

.uc-section2-5 .detail img { width: 64px; border-radius: 100%; height: 64px; background-color: #e60044; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -28px; }

.uc-section2-5 .detail h3 { font-size: 20px; text-align: center; color: #e60044; font-weight: bold; padding: 10px 0; margin-bottom: 10px; }

.uc-section2-5 .detail .con { font-size: 18px; text-align: center; color: #595757; }

.uc-section2-5 .detail .con a { margin: 0 20px; color: #595757; }

.uc-section2-5 .detail .con a:hover { color: #e60044; }

.uc-section2-5 .detail.style-blue { border-color: #005bac; }

.uc-section2-5 .detail.style-blue img { background-color: #005bac; }

.uc-section2-5 .detail.style-blue h3 { color: #005bac; }

.uc-section2-5 .detail.style-blue .con { color: #005bac; }

.uc-section2-5 .detail.style-blue .con a:hover { color: #005bac; }

.uc-section3-4 { padding: 60px 0; }

.uc-section3-4 .swiper-box { border-top: #bababa 1px solid; padding-top: 60px; position: relative; margin-bottom: 20px; }

.uc-section3-4 .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uc-section3-4 .img { width: 572px; height: 359px; overflow: hidden; }

.uc-section3-4 .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-section3-4 .right { width: 570px; }

.uc-section3-4 .right .number { font-size: 24px; color: #005bac; }

.uc-section3-4 .right h3 { font-size: 18px; line-height: 30px; font-weight: bold; margin-bottom: 24px; }

.uc-section3-4 .right .con { font-size: 18px; line-height: 30px; text-align: justify; max-height: 210px; overflow: hidden; }

.uc-section3-4 .operate { width: 156px; border-radius: 30px; height: 30px; overflow: hidden; background-color: #e5e5e5; position: absolute; left: 626px; bottom: 0; z-index: 9; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section3-4 .btn { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 30px; display: block; background: url("images/icon34-1.png") center center no-repeat; background-size: 33px 17px; cursor: pointer; }

.uc-section3-4 .btn.btn-next { background-image: url("images/icon34-2.png"); background-color: #005bac; }

.uc-section3-4 .btn:hover { opacity: .8; }

.uc-section4-2 { background-color: #fafafa; padding: 60px 0; }

.uc-section4-2 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 10px; }

.uc-section4-2 .list .item { width: 168px; border-radius: 100%; height: 168px; background-color: #eb3369; text-align: center; margin: 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.uc-section4-2 .list .item:nth-child(2n) { background-color: #5087c1; }

.uc-section4-2 .list img { display: block; margin: 0 auto 5px; }

.uc-section4-2 .list h3 { height: 52px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 24px; line-height: 28px; }

.uc-section3-3, .uc-section4-3 { padding: 60px 0; }

.uc-section3-3 .list, .uc-section4-3 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section3-3 .list li, .uc-section4-3 .list li { width: 382px; border-radius: 10px; height: 190px; background-color: #fafafa; margin-bottom: 25px; line-height: 30px; margin-right: 25px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; -webkit-box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); }

.uc-section3-3 .list li:nth-child(3n), .uc-section4-3 .list li:nth-child(3n) { margin-right: 0; }

.uc-section3-3 .list img, .uc-section4-3 .list img { display: block; margin: 0 auto 20px; }

.uc-section3-3 .list h3, .uc-section4-3 .list h3 { font-size: 18px; font-weight: bold; color: #005bac; }

.uc-section3-3 .list .con, .uc-section4-3 .list .con { color: #595757; }

.uc-section3-3 .list li { width: 572px; border-radius: 10px; height: 190px; margin-right: 50px; margin-bottom: 40px; }

.uc-section3-3 .list li:nth-child(3n) { margin-right: 50px; }

.uc-section3-3 .list li:nth-child(2n) { margin-right: 0; }

.uc-section2-3, .uc-section3-2, .uc-section4-5 { padding-top: 60px; }

.uc-section2-3 .list, .uc-section3-2 .list, .uc-section4-5 .list { border-top: #bababa 1px solid; padding-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uc-section2-3 .list li, .uc-section3-2 .list li, .uc-section4-5 .list li { width: 270px; }

.uc-section2-3 .list .con, .uc-section3-2 .list .con, .uc-section4-5 .list .con { font-size: 18px; line-height: 30px; text-align: justify; }

.uc-section2-3 .list .name, .uc-section3-2 .list .name, .uc-section4-5 .list .name { width: 170px; border-radius: 50px; height: 50px; background-color: #005bac; color: #fff; font-size: 18px; text-align: center; line-height: 50px; margin: 0 auto 20px; }

.uc-section3-2 { background-color: #fafafa; padding-bottom: 60px; }

.uc-section3-1, .uc-section2-1, .uc-section4-1, .uc-section5-1 { padding: 60px 0; }

.uc-section3-1 .intro, .uc-section2-1 .intro, .uc-section4-1 .intro, .uc-section5-1 .intro { font-size: 18px; line-height: 36px; text-align: center; }

.uc-section5-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 10px; margin-top: 50px; }

.uc-section5-1 .list .item { width: 168px; border-radius: 100%; height: 168px; background-color: #eb3369; text-align: center; margin: 0 45px 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.uc-section5-1 .list .item:nth-child(2n) { background-color: #5087c1; }

.uc-section5-1 .list img { display: block; margin: 0 auto 5px; }

.uc-section5-1 .list h3 { height: 52px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 24px; line-height: 28px; }

.uc-section1-4, .uc-section2-4, .uc-section3-5, .uc-section4-4, .uc-section5-2 { padding: 60px 0; background-color: #ccdeee; }

.uc-section1-4 .list, .uc-section2-4 .list, .uc-section3-5 .list, .uc-section4-4 .list, .uc-section5-2 .list {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start;justify-content: center;  -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: -30px; border-top: #bababa 1px solid; padding-top: 30px; }

.uc-section1-4 .list li, .uc-section2-4 .list li, .uc-section3-5 .list li, .uc-section4-4 .list li, .uc-section5-2 .list li { width: 259px; height: 274px; overflow: hidden; position: relative; margin-right: 50px; margin-bottom: 50px; overflow: hidden; }

.uc-section1-4 .list li:nth-child(4n), .uc-section2-4 .list li:nth-child(4n), .uc-section3-5 .list li:nth-child(4n), .uc-section4-4 .list li:nth-child(4n), .uc-section5-2 .list li:nth-child(4n) { margin-right: 0; }

.uc-section1-4 .list li img, .uc-section2-4 .list li img, .uc-section3-5 .list li img, .uc-section4-4 .list li img, .uc-section5-2 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section1-4 .list li:hover img, .uc-section2-4 .list li:hover img, .uc-section3-5 .list li:hover img, .uc-section4-4 .list li:hover img, .uc-section5-2 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section1-4 .list img, .uc-section2-4 .list img, .uc-section3-5 .list img, .uc-section4-4 .list img, .uc-section5-2 .list img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.uc-section1-4 .list .con, .uc-section2-4 .list .con, .uc-section3-5 .list .con, .uc-section4-4 .list .con, .uc-section5-2 .list .con { background-color: rgba(255, 255, 255, 0.8); position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px; line-height: 20px; font-size: 16px; text-align: center; }

.uc-section1-4 .list b, .uc-section2-4 .list b, .uc-section3-5 .list b, .uc-section4-4 .list b, .uc-section5-2 .list b { display: block; }

.uc-section3-5 .list { padding-left: 155px; padding-right: 155px; }

.uc-section3-5 .list li:nth-child(4n) { margin-right: 50px; }

.uc-section3-5 .list li:nth-child(3n) { margin-right: 0 !important; }

.uc-section1-4 { background-color: #fff; }

.uc-section1-4 .list { border: none; padding: 0 100px; }

.uc-section1-4 .list li { margin-bottom: 25px; width: 316px; height: 334px; margin-right: 25px; }

.uc-section1-4 .list li:nth-child(4n) { margin-right: 25px; }

.uc-section1-4 .list li:nth-child(3n) { margin-right: 0; }

.uc-section1-4 .list .con { background-color: rgba(242, 242, 242, 0.8); }

.uc-section2-2, .uc-section5-3 { padding: 60px 0; }

.uc-section2-2 .list, .uc-section5-3 .list { border-top: #bababa 1px solid; padding-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section2-2 .list li, .uc-section5-3 .list li { width: 340px; }

.uc-section2-2 .list img, .uc-section5-3 .list img { display: block; margin: 0 auto 10px; }

.uc-section2-2 .list h3, .uc-section5-3 .list h3 { color: #005bac; font-size: 18px; line-height: 24px; margin-bottom: 20px; text-align: center; font-weight: bold; }

.uc-section2-2 .list .con, .uc-section5-3 .list .con { font-size: 18px; line-height: 30px; text-align: justify; }

.uc-section2-2 { padding: 60px 0; background-color: #fafafa; }

.uc-section2-3 { padding: 60px 0; }

.uc-section2-6, .uc-section3-6, .uc-section4-6, .uc-section5-4 { padding: 60px 0; }

.uc-section2-6 .list, .uc-section3-6 .list, .uc-section4-6 .list, .uc-section5-4 .list { padding: 20px 30px; border: #005bac 1px solid; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section2-6 .list li, .uc-section3-6 .list li, .uc-section4-6 .list li, .uc-section5-4 .list li { width: 40%; font-size: 18px; line-height: 30px; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 15px 0; }

.uc-section2-6 { background-color: #fafafa; }

.uc-section2-7 { padding: 60px 0; }

.uc-section2-7 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 30px; }

.uc-section2-7 .list li { width: 337px; border-radius: 10px; height: 208px; overflow: hidden; overflow: hidden; margin-right: 90px; margin-top: 20px; }

.uc-section2-7 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section2-7 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section2-7 .list li:nth-child(3n) { margin-right: 0; }

/* |06|2-1关于我们-关于医院| */
.uc-section6-1 { padding: 60px 0; }

.uc-section6-1 h2 { font-size: 24px; line-height: 36px; text-align: center; color: #e60044; margin-bottom: 30px; }

.uc-section6-1 .title { line-height: 50px; background-color: #196bb4; color: #fff; text-align: center; font-size: 20px; margin-bottom: 30px; }

.uc-section6-1 .con { font-size: 18px; line-height: 36px; text-align: justify; margin-bottom: 40px; }

.uc-section6-1 .con p { text-indent: 2em; }

/* |07|2-2关于我们-医院环境| */
.uc-section7-1 .list { padding: 60px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section7-1 .list li { width: 383px; height: 264px; background-color: #eeeeee; padding: 7px; border: #bababa 1px solid; overflow: hidden; margin-right: 24px; margin-bottom: 30px; position: relative; }

.uc-section7-1 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section7-1 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section7-1 .list li:nth-child(3n) { margin-right: 0; }

.uc-section7-1 .list li:hover .over { opacity: 0; }

.uc-section7-1 .list .con { position: relative; width: 100%; height: 100%; overflow: hidden; }

.uc-section7-1 .list .con img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-section7-1 .list .over { background-color: rgba(0, 91, 172, 0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; font-size: 24px; text-align: center; line-height: 248px; display: block; }

/* |08|2-3关于我们-来院路线| */
.uc-section8-1 { padding-top: 60px; padding-bottom: 60px; }

.uc-section8-1 h2 { font-size: 36px; text-align: center; color: #595757; margin-bottom: 20px; }

.uc-section8-1 .addr { background-color: #196bb4; color: #fff; margin-bottom: 30px; padding: 0 30px; line-height: 50px; font-size: 20px; }

.uc-section8-1 .detail { font-size: 18px; line-height: 36px; }

.uc-section8-1 .detail .con { margin-bottom: 48px; }

.uc-section8-1 .uc-btn { width: 260px; border-radius: 45px; height: 45px; margin: 0 auto; font-size: 18px; -webkit-box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); }

.uc-section8-1 .uc-btn img { margin-right: 0; }

/* |09|3-1专家团队-生殖医学科| */
.uc-section9-1 { padding: 60px 0; }

.uc-section9-1 h2 { font-size: 36px; text-align: center; color: #595757; margin-bottom: 20px; }

.uc-section9-1 .filter { background-color: #196bb4; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }

.uc-section9-1 .filter b { font-size: 20px; color: #fff; padding: 0 50px; }

.uc-section9-1 .g-filter { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; height: 50px; padding: 0; margin: 0; line-height: 50px; font-size: 20px; }

.uc-section9-1 .g-filter .item { border: none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; color: #fff; }

.uc-section9-1 .g-filter .item.on { background-color: #005bac; color: #fff; }

.uc-section9-1 .list { margin-bottom: 60px; }

.uc-section9-1 .list li { padding: 30px 0; border-bottom: #bababa 1px dashed; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section9-1 .list h3 { color: #595757; margin-bottom: 5px; }

.uc-section9-1 .list h3 b { font-size: 24px; margin-right: 10px; color: #005bac; }

.uc-section9-1 .list p { color: #005bac; margin-bottom: 20px; font-size: 18px; }

.uc-section9-1 .list .img { width: 146px; border-radius: 10px; height: 146px; overflow: hidden; margin-right: 30px; overflow: hidden; }

.uc-section9-1 .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-section9-1 .list .img img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section9-1 .list .img:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section9-1 .list .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }

.uc-section9-1 .list .e1 { margin-right: 1em; }

.uc-section9-1 .list .con { font-size: 18px; line-height: 24px; text-align: justify; color: #595757; }

.uc-section9-1 .uc-prvNxt { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

/* |10|3-2专家团队-专家详情| */
.uc-section10-1 { padding: 60px 0; }

.uc-section10-1 .detail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 60px; }

.uc-section10-1 h3 { color: #595757; margin-bottom: 5px; }

.uc-section10-1 h3 b { font-size: 24px; margin-right: 10px; color: #005bac; }

.uc-section10-1 p { color: #005bac; margin-bottom: 20px; font-size: 18px; }

.uc-section10-1 .img { width: 224px; border-radius: 10px; height: 292px; overflow: hidden; margin-right: 50px; overflow: hidden; }

.uc-section10-1 .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-section10-1 .img img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-section10-1 .img:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-section10-1 .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }

.uc-section10-1 .e1 { margin-right: 1em; }

.uc-section10-1 .con { font-size: 18px; line-height: 24px; text-align: justify; color: #595757; }

.uc-section10-1 .uc-btn { width: 170px; border-radius: 45px; height: 45px; margin: 0 auto; font-size: 18px; -webkit-box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); }

.uc-section10-1 .uc-btn img { margin-left: 10px; margin-right: 0; }

/* |11|4-1新闻动态-锦欣九洲动态| */
.uc-section11-1 { padding-top: 60px; padding-bottom: 60px; }

.uc-section11-1 .filter { margin-bottom: 20px; }

.uc-section11-1 .filter h2 { font-size: 20px; margin-bottom: 20px; }

.uc-section11-1 .filter .year { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section11-1 .filter .item { width: 100px; border-radius: 28px; height: 28px; text-align: center; display: block; border: #005bac 2px solid; font-size: 18px; color: #005bac; line-height: 24px; margin-right: 8px; }

.uc-section11-1 .filter .item.on, .uc-section11-1 .filter .item:hover { background-color: #005bac; color: #fff; }

.uc-section11-1 .filter .search { position: relative; color: #005bac; }

.uc-section11-1 .filter .uc-input { width: 260px; border-radius: 28px; height: 28px; border: #005bac 2px solid; color: #005bac; }

.uc-section11-1 .filter input:-moz-placeholder { color: #005bac; }

.uc-section11-1 .filter ::-webkit-input-placeholder { color: #005bac; }

.uc-section11-1 .filter .uc-search { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; }

.uc-section11-1 .list { margin-bottom: 60px; }

.uc-section11-1 .list li { padding: 20px 0 30px; line-height: 24px; border-top: #bababa 1px solid; }

.uc-section11-1 .list li:last-child { border-bottom: #bababa 1px solid; }

.uc-section11-1 .list h3 { font-size: 18px; margin-bottom: 20px; }

.uc-section11-1 .list h3 a { display: inline-block; }

.uc-section11-1 .list h3 a:hover { text-decoration: underline; }

.uc-section11-1 .list .more { font-size: 16px; background: url("images/arrow.png") right center no-repeat; padding-right: 60px; line-height: 24px; display: inline-block; }

.uc-section11-1 .list .more:hover { background-image: url("images/arrow-blue.png"); }

.uc-section11-1 .list time { font-size: 16px; }

.uc-section11-1 .list p { margin-bottom: 10px; }

/* |12|4-2新闻动态-新闻动态详情页| */
.uc-section12-1 { padding: 60px 0; }

.uc-section12-1 h1 { font-size: 32px; line-height: 40px; text-align: center; color: #005bac; margin-bottom: 20px; }

.uc-section12-1 .info { text-align: center; color: #595757; font-size: 18px; margin-bottom: 40px; }

.uc-section12-1 .info a { color: #595757; }

.uc-section12-1 .info a, .uc-section12-1 .info time { margin: 0 20px; }

.uc-section12-1 article { margin-bottom: 60px; }

.uc-section12-1 .box { font-size: 18px; line-height: 30px; text-align: justify; }

.uc-section12-1 .box p { text-indent: 2em; margin-bottom: 24px; }

.uc-section12-1 .box img { display: block; margin: 0 auto 24px; max-width: 100%; }

.uc-section12-1 .prvNxt { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* |13|5-1科普专栏-试管婴儿| */
.uc-section13-1 { padding: 60px 0; }

.uc-section13-1 .intro { font-size: 18px; line-height: 36px; text-align: center; }

.uc-section13-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: #bababa 1px solid; padding-top: 80px; margin-top: 60px; }

.uc-section13-1 .list .item { width: 338px; height: 170px; background-color: rgba(255, 255, 255, 0.7); text-align: center; padding: 45px 10px 0; border: #005bac 1px solid; position: relative; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; top: 0; }

.uc-section13-1 .list .item:hover { top: -10px; }

.uc-section13-1 .list .number { width: 55px; border-radius: 100%; height: 55px; background-color: #e60044; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -28px; color: #fff; line-height: 55px; font-size: 24px; font-style: italic; }

.uc-section13-1 .list h3 { font-size: 18px; line-height: 24px; text-align: center; font-weight: bold; color: #005bac; margin-bottom: 5px; }

.uc-section13-1 .list .con { font-size: 18px; line-height: 30px; text-align: center; color: #595757; }

.uc-section13-2 { padding: 60px 0; background: url("images/bg13-2.jpg") center center no-repeat; background-size: cover; min-height: 45px; }

.uc-section13-2 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section13-2 .list .item { width: 338px; height: 170px; background-color: rgba(255, 255, 255, 0.7); text-align: center; padding: 15px 10px 0; -webkit-box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); box-shadow: 0px 5px 7px 0px rgba(168, 168, 168, 0.3); position: relative; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; top: 0; }

.uc-section13-2 .list .item:hover { top: -10px; }

.uc-section13-2 .list h3 { font-size: 18px; line-height: 24px; text-align: center; font-weight: bold; color: #005bac; margin-bottom: 5px; }

.uc-section13-2 .list .con { font-size: 18px; line-height: 30px; text-align: center; color: #595757; }

.uc-section13-3 { padding: 60px 0; }

.uc-section13-3 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-section13-3 .list li { line-height: 36px; font-size: 18px; width: 40%; }

.uc-section13-3 .list a { color: #595757; }

.uc-section13-3 .list a:hover { color: #005bac; }
