@charset "utf-8"; body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; word-wrap: break-word } table { border-collapse: collapse; border-spacing: 0; } img { border: none } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } h1, h2, h3, h4, h5, h6 { font-size: 100%; } input.dialog { height: 0; height: 0; font-size: 0; line-height: 0; border: none } input, label, img, th { vertical-align: middle; } .font-fixh { font-family: Georgia, Arial; color: #f00; font-size: 16px; font-weight: 700; } address, cite, dfn, em, var { font-style: normal; } code, kbd, pre, samp { font-family: courier new, courier, monospace; } ul, ol, li { list-style: none; } select optgroup { color: #CAC8BB; } header { display: block } .clearfix:before, .clearfix:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0 } .clearfix:after { clear: both } .clearfix { zoom: 1 } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0 } body { font-size: 14px; font-family: "寰蒋闆呴粦", "Microsoft YaHei", "Microsoft YaHei UI", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif; padding-top:1rem; } body.index{ padding-top:0; } a { color: #ad251f; text-decoration: none; cursor: pointer; } a:hover { color: #ed010e; text-decoration: none; } .fl { float: left; } .fr { float: right; } .f-kaiti { font-family: "妤蜂綋"; } .por { position: relative; } .poa { position: absolute; } .hide { display: none; } .show { display: block; } @keyframes active { 0% { transform: translate(0px, 5px); } 50% { transform: translate(0px, -5px); } 100% { transform: translate(0px, 5px); } } .ellipse { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .container { padding-right: 0.25rem; padding-left: 0.25rem; margin-right: auto; margin-left: auto; } .navbar { background-color: rgba(255,255,255, 0.8); border-bottom: 1px solid #dfdfdf; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); position: fixed; right: 0; left: 0; top: 0; z-index: 100; } .navbar-header { } .navbar-toggle { position: relative; float: right; padding: 0.1rem 0; margin-top: 0.25rem; border: 0 none; background-color: transparent; /*background-color: #ad251f;*/ /*background-image: linear-gradient(to bottom, #ad251f 0, #ad251f 100%);*/ border-radius: 0.1rem; } .navbar-toggle .icon-bar { display: block; width: 0.5rem; height: 2px; border-radius: 1px; background-color: rgb(211,45,38); } .navbar-toggle .icon-bar + .icon-bar { margin-top: 0.1rem; } .navbar-logo { } .navbar-logo img { height: 0.46rem; padding:0.34rem 0 0.2rem; float: left; vertical-align: middle; } .navbar-logo .logo-t { float: left; display: none; } .navbar-logo p { display: block; } .navbar-logo p.t1 { line-height: 20px; color: #294b69; font-size: 18px; margin-top: 5px; } .navbar-logo p.t2 { line-height: 20px; font-size: 14px; color: #666; margin-top: 5px; } .menu-bt { } .menu-mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; opacity: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 100; } .menu-wrap { position: fixed; right: -400px; top: 0; height: 100%; bottom: 0; width: 66%; background-color: #fff; z-index: 200; overflow: auto; } .menu-wrap li { position: relative; } .menu-logo{ margin-top:0.2rem; text-align: center; } .menu-logo img{ width:60%; } .menulist { margin-top:0.1rem; padding: 0 0.4rem; line-height: 0.6rem; font-size: 0.26rem; } .menulist > li { border-bottom: 1px solid #dfdfdf; padding-left: 0.2rem; } .menulist > li:last-child { border-bottom: 0 none; } .menulist > li > a { color: #333; font-weight: bold; line-height: 0.7rem; } .menulist1 { padding-bottom:0.1rem; } .menulist1 > li { padding-left: 0.2rem; line-height: 0.48rem; height: 0.48rem; overflow: hidden; box-sizing: border-box; } .menulist1 > li > a { color: #666; } .menulist1 li::before { content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0.08rem; height: 0.08rem; background-color: #ad251f; } .swiper-banner .swiper-slide img { width: 100%; } #loading{ position: fixed; width:100%; height: 100%; background: #fff; transition: all 300ms; z-index: 100; } #loading img{ position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } .indexWrap{ } .viewport{ position: relative; height: 100%; } .view-bg{ position: absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; } .view-bg img{ opacity: 0; filter: alpha(opacity=0) } .view-bg1{ position: absolute; bottom:0; width:100%; overflow:hidden; } .view-bg1 img{ width:100%; } .view-bg2{ position: absolute; bottom:0; left:-40px; overflow:hidden; } .view-bg3{ position: absolute; height:25%; bottom:0; width:100%; background-color: #ad251f; overflow:hidden; } .view-bg4{ position: absolute; height:200px; top:0; width:100%; background-color: #ad251f; overflow:hidden; } .viewport-cont{ position: absolute; width:100%; height:100%; bottom:0; left:0; overflow: hidden; } .viewport-cont .wrapper{ margin-top:0; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); width:100%; box-sizing: border-box; } .viewport-cont .wrapper .tit{ display: flex; justify-content: space-between; flex-direction: column; align-items: center; width:100%; line-height:1; margin-bottom:0.5rem; color:#666; text-align:center; } .viewport-cont .wrapper .tit .h3{ color:#333; top:1rem; opacity: 0; font-weight: normal; letter-spacing: 5px; font-size:0.6rem; position: relative; padding-bottom:0.4rem; } .viewport-cont .wrapper .tit .h3:before{ display: block; content:""; width:20px; height:2px; background-color: #ad251f; position: absolute; bottom:0; left:50%; margin-left:-10px; } .viewport-cont .wrapper .tit a{ color:#333; display: flex; top:1rem; opacity: 0; margin-top:0.3rem; align-items: center; } .viewport-cont .wrapper .tit a img{ height:0.2rem; margin-left:0.2rem; display: none; } .view-next, .view-prev, .ban .bg{ position: absolute; left: 50%; margin-left: -13px; bottom: 1rem; width: 26px; height: 15px; background: url("../image/bg1.png?v=1") no-repeat center; cursor: pointer; z-index: 10; animation: 2s linear 0s infinite running active; } .view-next.bg2{ background:url("../image/bg2.png?v=1") no-repeat center; } .view-next.bg3{ background:url("../image/bg3.png?v=2") no-repeat center; } .view-next.bg4 ,.view-prev.bg4{ background:url("../image/bg4.png?v=1") no-repeat center; } .view-next.bg5{ background:url("../image/bg5.png?v=1") no-repeat center; } .banner-slide a.prev, .banner-slide a.next{display:block; width:36px; height:73px; margin-top:-36px; background:url("../image/arrow.png") no-repeat; overflow:hidden; position:absolute; top:50%; z-index:10;} .banner-slide a.prev{background-position:0 -73px; left:68px;} .banner-slide a.next{background-position:-36px -73px; right:68px;} .banner-slide video{ width: 100%; height: 100vh; /*object-fit: fill;*/ object-fit: cover; } .mod-box { padding-top: 20px; padding-bottom: 20px; } .mod-head { text-align: center; margin-bottom: 20px; } .mod-head h3 { position: relative; font-weight: normal; font-size: 26px; margin: 0 auto; display: inline-block; height: 32px; line-height: 32px; transition: all 0.5s ease-out; color: #ad251f; } .mod-head h3 span { position: relative; z-index: 1; padding: 0 28px; } .mod-head h4{ font-weight: normal; margin-top:5px; font-size:12px; color:#888; } .mod-head p { margin-top: 5px; line-height: 15px; color: #888; } .mod-cat{ padding-top: 0px; } .mod-pic { padding-top: 0px; } .list-links{ margin-bottom:80px; align-items: center; } .list-links li{ text-align: center; } .list-links li img{ max-height: 2rem; max-width: 2.5rem; } .mod-head1 { margin-bottom: 15px; text-align: center; } .mod-head1 h3 { position: relative; font-weight: normal; font-size: 26px; margin: 0 auto; display: inline-block; height: 32px; line-height: 32px; transition: all 0.5s ease-out; color: #ad251f; } .mod-head1 h3 span { position: relative; z-index: 1; color: #fff; padding: 0 58px; display: block; } .mod-head1 p { margin-top: 10px; line-height: 15px; color: #eee; } .mod-service { } .li-service { background-color: #fbfbfb; border: 1px solid #e5e5e5; border-left: 0 none; border-right: 0 none; border-bottom: 0 none; display: flex; flex-wrap: wrap; } .li-service li { box-sizing: border-box; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 10px 5px; text-align: center; width: 33.33%; } .li-service li:nth-child(3n) { border-right: 0 none; } .li-service li a { color: #666; display: flex; flex-direction: column; align-items: center; } .li-service p { margin-top: 5px; color: #ad251f; } .li-service .li-ico{ width:22px; height:26px; float:left; } .li-service li.n1 .li-ico{ background:url(../image/ico1.png) no-repeat center center; background-size: cover; } .li-service li.n2 .li-ico{ background:url(../image/ico2.png) no-repeat center center; background-size: cover; } .li-service li.n3 .li-ico{ background:url(../image/ico3.png) no-repeat center center; background-size: cover; } .li-service li.n5 .li-ico{ background:url(../image/ico5.png) no-repeat center center; background-size: cover; } .li-service li.n4 .li-ico{ background:url(../image/ico11.png) no-repeat center center; background-size: cover; } .li-service li.n6 .li-ico{ background:url(../image/ico4.png) no-repeat center center; background-size: cover; } .li-service h5 { line-height: 50px; height: 50px; font-weight: normal; color: #ad251f; border-top: 1px solid #ccc; margin-top: 15px; display: none; } .mod-news { } .news-body-menu { text-align: center; margin-bottom: 20px; font-size:0px; } .news-body-menu li { display: inline-block; margin:0 2px; } .news-body-menu li a { border: 1px solid #eee; background-color: #fff; line-height: 30px; padding: 0 10px; font-size:12px; display: block; color: #333; } .news-body-menu li.on a, .news-body-menu li a:hover { background-color: #ad251f; color: #fff; } .news-list-box1 { } .news-list-box2 { } .li-newspic { } .li-newspic li { position: relative; padding: 5px; background-color: #eee; } .li-newspic li a { position: relative; display: block; overflow: hidden; height: 100px; } .li-newspic li img { width: 100%; height: 100%; } .li-newspic .li-title { position: absolute; display: block; bottom: 0px; left: 0px; height: 24px; line-height: 24px; background-color: #000; background-color: rgba(0, 0, 0, .7); text-indent: 5px; width: 100%; color: #fff; } .li-news li { line-height: 34px; } .li-news li .date { float: right; color: #999; } .li-news li a { color: #666; font-size: 14px; } .li-news li .fa { color: #c10110; margin-right: 5px; } .li-news { } .li-news li a.li-t .date { float: right; font-size: 12px; color: #999 } .li-news li:nth-child(5n) { margin-bottom: 10px; } .li-news li:last-child { margin-bottom: 0px; } .li-news li a.li-t { color: #666; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } .li-news li a.li-t i { margin-right: 5px; color: #ad251f; } .li-news .li-tag { margin-bottom: 5px; } .li-news .li-tag a { float: left; padding: 0 7px; border-radius: 20px; line-height: 16px; color: #fff; font-size: 12px; margin-right: 5px; background: #ad251f; } .li-zzry { } .li-zzry li { width: 50%; float: left; text-align: center; } .li-zzry li a { padding: 5px; display: block; } .li-zzry li img { border-radius: 3px; width: 100%; height: 120px; } .li-zzry li h5 { display: block; margin-top: 5px; font-size: 14px; color: #333; line-height: 24px; height: 24px; } .li-pic { } .li-pic li { width: 50%; float: left; text-align: center; } .li-pic li a { padding: 5px; display: block; } .li-pic li img { border-radius: 5px; width: 100%; height: 120px; } .li-pic li h5 { display: block; margin-top: 5px; font-size: 14px; color: #333; line-height: 24px; height: 24px; } .li-team { } .li-team li { width: 50%; float: left; text-align: center; padding: 10px; box-sizing: border-box; } .li-team .list-thumb { border: 1px solid #ccc; padding: 4px; box-sizing: border-box; border-radius: 100%; margin-left: auto; margin-right: auto; overflow: hidden; } .li-team li img { width: 100%; border-radius: 100%; } .li-team li h5 { display: block; margin-top: 5px; font-size: 15px; color: #333; font-weight: normal; line-height: 24px; height: 24px; } .li-jianli { } .li-jianli li { border: 1px solid #ccc; border-top: 2px solid #ad251f; margin-bottom: 20px; } .li-jianli .li-info { padding: 5px 0; line-height: 24px; border-bottom: 1px solid #ccc; } .li-jianli .li-info a, .li-jianli .li-info span { display: block; width: 50%; float: left; text-indent: 10px; } .li-jianli .li-info a { font-size: 16px; color: #ad251f; width: 100%; } .li-jianli .li-des { padding: 15px; color: #666; font-size: 14px; line-height: 1.6; border-bottom: 1px solid #ccc; } .li-jianli .li-more { text-align: center; padding: 10px 0; } .li-jianli .li-more a { display: inline-block; padding: 0 15px; line-height: 24px; background-color: #ad251f; color: #fff; margin: 0 10px; } .li-khpj li { box-sizing: border-box; margin-bottom: 15px; } .li-khpj li:last-child { } .li-khpj .li-thumb { width: 100px; height: 130px; border-radius: 4px; float: left; overflow: hidden; } .li-khpj .li-thumb img { width: 100%; height: 100%; } .li-khpj .li-info { margin-left: 110px; } .li-khpj h4 { line-height: 28px; height: 28px; overflow: hidden; border-bottom: 1px solid #ccc; margin-bottom: 4px; font-size: 18px; font-weight: normal; color: #333; } .li-khpj .li-des { font-size: 12px; height: 100px; overflow: hidden; line-height: 24px; color: #999; } .article-info .info-meta .fa { color: #ad251f; } .article-info .meta-tags a { color: #ad251f; } .article-jianli .article-content { padding: 10px; background-color: #f1f1f1; } .article-jianli .jianli-btn { margin-top: 20px; text-align: center; } .article-jianli .jianli-btn a { padding: 5px 20px; line-height: 20px; height: 20px; border-radius: 4px; background-color: #ad251f; color: #fff; display: inline-block; } #allmap { height: 300px; border: 1px solid #dfdfdf; border-bottom: 0 none; } .swiper-pagination{ position: relative; margin-top:20px; } .swiper-pagination-bullet-active{ background-color: #ad251f; } .formDetail .formDetail-head h1 { font-size: 22px; border-bottom: 1px solid #dddddd; line-height: 40px; font-weight: normal; } .formDetail .formDetail-head h1, .formDetail .formDetail-head p { padding-left: 12px; } .formDetail .formDetail-head p { padding-top: 12px; } .formDetail-body { padding: 15px 12px 35px; } .formDetail-body .form-group { margin-bottom: 10px; } .formDetail-body .form-group .col-md-2 { line-height: 30px; display: block; } .formDetail-body .form-group select, .formDetail-body .form-group input, .formDetail-body .form-group textarea { border: 1px solid #e8e8e8; border-radius: 3px; padding: 5px 8px; line-height: 30px; vertical-align: top; box-sizing: border-box; outline: none; } .formDetail-body .form-group select, .formDetail-body .form-group input { height: 35px; width: 100%; } .formDetail-body .form-group select { height: 35px; width: 100%; } .formDetail-body .form-group textarea { width: 770px; height: 200px; } .formDetail-body .form-group span { font-style: normal; font-size: 12px; color: #ffa31f; } .formDetail-body .form-group button { border: 0; width: 200px; height: 40px; border-radius: 3px; background-color: #ad251f !important; color: #fff; margin-left: auto; margin-right: auto; font-size: 18px; cursor: pointer; display: block; } .li-pic2 { } .li-pic2 li { width: 50%; text-align: center; } .li-pic2 li a { padding: 5px; display: block; } .li-pic2 li img { border-radius: 5px; width: 100%; } .li-pic2 li h5 { display: block; margin-top: 5px; font-size: 14px; color: #333; line-height: 24px; height: 24px; } #list { position: relative; } .breadcrumb { padding: 15px 0; color: #666; line-height: 20px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .breadcrumb a { color: #666; } .container .article { padding: 10px; border: 1px solid #dfdfdf; } .page-container { padding-bottom: 10px; position: relative; } .bg { } .article-content { color: #666; line-height: 1.8em; } .article-content h3 { line-height: 32px; color: #ad251f; font-size: 20px; margin: 0 auto; } .article-content h4 { line-height: 28px; background: #ad251f; border-radius: 4px 4px 0 0; color: #fff; padding-left: 10px; margin-top: 15px; margin-bottom: 5px; } .article-content img { max-width: 100%; height: auto !important; } .apply-meta { position: fixed; bottom: 0px; left: 0; right: 0px; text-align: center; } .apply-meta a { display: block; line-height: 40px; height: 40px; background-color: #ad251f; color: #fff; } .apply-meta a:hover { opacity: 0.7; } .page-hd { font-size: 30px; color: #ad251f; line-height: 1em; padding-bottom: 10px; text-align: right; padding-right: 10px; border-bottom: 1px solid #dfdfdf; margin-bottom: 50px; } .article-content h3 { font-size: 18px; line-height: 30px; color: #ad251f; font-weight: bold; } .article-content img{ display: block; max-width: 100%; } .article { } .article-title { border-bottom: 1px solid #eee; margin-bottom: 10px; font-size: 18px; padding-bottom: 15px; font-weight: normal; padding-top: 5px; } .article-info { color: #999; } .article-info a { color: #999; } .article-info .info-meta { float: left; margin-bottom: 20px; margin-right: 5px; } .article-content { line-height: 28px; word-break: break-word; white-space: normal; } .article-content .null { font-size: 20px; color: #666; text-align: center; padding-top: 150px; } .article-video{ width:100%; } .article-video video{ width:100%; } .article-content .selectTdClass { background-color: #edf5fa !important } .article-content table.noBorderTable td, .article-content table.noBorderTable th, .article-content table.noBorderTable caption { border: 1px dashed #ddd !important } .article-content table { margin-bottom: 10px; border-collapse: collapse; display: table; } .article-content td, .article-content th { padding: 5px 10px; border: 1px solid #DDD; line-height: 20px; } .article-content caption { border: 1px dashed #DDD; border-bottom: 0; padding: 3px; text-align: center; } .article-content th { border-top: 1px solid #BBB; background-color: #F7F7F7; } .article-content table tr.firstRow th { border-top-width: 2px; } .article-content .ue-table-interlace-color-single { background-color: #fcfcfc; } .article-content .ue-table-interlace-color-double { background-color: #f7faff; } .article-content td p { margin: 0; padding: 0; } .article-meta { margin-top: 15px; border-top: 1px solid #eee; padding-top: 15px; } .article-meta a { color: #999; line-height: 24px; overflow: hidden; height: 24px; } .meta-tags { margin-bottom: 10px; } .meta-tags li { float: left; margin-right: 5px; } .meta-tags li a { background-color: #efefef; color: #ad251f; font-size: 12px; padding: 5px 10px; } .meta-tags li a:hover { background-color: #ad251f; color: #fff; } .page-404 { padding: 150px 0; text-align: center; } .page-404 h3 { color: #ad251f; font-size: 24px; font-weight: normal; } .page-404 h4 { margin-top: 10px; font-size: 20px; font-weight: normal; } .fixeSidebar { position: fixed; width: 38px; right: 18px; bottom: 32px; z-index: 10; } .fixeSidebar.index { display: none; } .fixeSidebar a { height: 38px; line-height: 38px; color: #ad251f; background-color: #f1f1f1; width: 38px; text-align: center; display: block; border-bottom: 1px solid #fff; font-size: 18px; } .fixeSidebar a:last-child { border-bottom: 0 none; } .footer { padding-top: 15px; background-color: #f5f5f5; border-top: 1px solid #e1e1e1; color: #333; padding-bottom: 15px; } .footer .f-info { } .footer .dt-qrcode { } .footer .dl-tel { margin-top: 20px; } .metpcmobile { display: none; } .container .rlistb a { color: #154a7c; margin-top: 5px; font-size: 16px; display: block; background-color: #ad251f; padding: 5px 20px; border-radius: 5px; color: #fff; text-align: center; } .dt-qrcode { } .dt-qrcode dd { } .dt-qrcode dd .p1 { font-size: 18px; font-weight: 700; color: #ad251f; display: block; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; } .dt-qrcode dd .p2 { margin: 5px 0; } .dt-qrcode dd .tel { font-size: 14px; color: #ad251f; } .dt-qrcode dt { float: left; margin-right: 5px; } .dt-qrcode dt img { background-color: #fff; } .dl-tel dt { height: 18px; line-height: 18px; font-size: 16px; } .dl-tel dd { height: 24px; line-height: 24px; font-size: 22px; } .copyright { font-size: 12px; color: #333; line-height: 1.6em; text-align: center; } #page { margin-top: 10px; text-align: center; } .pagination { display: inline-block; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: #333; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #ad251f; background-color: #eeeeee; border-color: #ddd; } .pagination > .page-active > a, .pagination > .page-active > a:hover, .pagination > .page-active > a:focus, .pagination > .page-active > span, .pagination > .page-active > span:hover, .pagination > .page-active > span:focus { z-index: 3; color: #fff; background-color: #ad251f; border-color: #ad251f; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .banner{ width:100%; } .banner img{ width:100%; } .fixed-view-ico{ position: fixed; _position: absolute; left: auto; right: 0.3rem; top: 50%; z-index: 90; width: 0.28rem; height:auto; transform: translate(0, -50%); } .fixed-view-ico a{ display: block; width: 0.26rem; height: 0.26rem; margin-bottom: 0.3rem; background-color: #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0.1rem #ccc; } .fixed-view-ico a:last-child{ margin-bottom:0; } .fixed-view-ico a.cur, .fixed-view-ico a:hover{ background-color: #ad251f; } .bg{ background-color:#f9f9f9; } .list-news{ /*width: 100%;*/ /*display: flex;*/ /*justify-content: space-between;*/ /*flex-direction: column;*/ } .list-news li{ opacity:0; top:1rem; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .list-news li a{ display: block; } .list-news .list-thumb{ display: block; width:100%; height:4rem; overflow: hidden; position: revert; } .list-news .list-thumb img{ min-width: 100%; vertical-align: middle; height: 100%; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: cover; } .list-news .list-info { padding:0.25rem; } .list-news .list-title{ line-height: 0.45rem; font-size:0.28rem; color:#000; height:1.5rem; overflow: hidden; } .list-news .list-date{ margin-top:0.2rem; color:#888; font-size:0.24rem; } .list-cats{ /*display: flex;*/ /*flex-wrap: wrap;*/ /*justify-content: space-between;*/ } .list-cats li{ height:7rem; position: revert; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); background-color: #ffff; opacity: 0; top:1rem; border-radius: 0.2rem; overflow: hidden; display: flex; justify-content: flex-start; align-items: stretch; background-size: cover; background-position: center; } .list-cats .list-info{ flex: auto; transition: all 300ms; width:100%; height:100%; background-color: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; } .list-cats .list-info:hover{ background-color: rgba(0,0,0,0); } .list-cats .list-title{ height:0.4rem; line-height: 0.4rem; font-size:0.44rem; color:#fff; } .list-cats .list-entitle{ margin-top:0.2rem; font-size:0.26rem; color:#ddd; text-transform: capitalize; } .mod-job .container-inner{ border:1px solid #dfdfdf; padding:0.2rem; } .mod-job .article_title{ text-align: center; line-height: 1.2; font-size:0.4rem; padding:0.3rem 0; } .jobChoice{ } .jobChoice-wrapper{ width:100%; } .jobChoice-item{ margin-bottom:0.2rem; display: flex; flex-direction: column; border-bottom:1px solid #dfdfdf; } .jobChoice-item:last-child{ border-bottom: 0 none; } .jobChoice-item dt{ flex: none; width: 100%; font-size:0.3rem; margin-bottom:0.2rem; } .jobChoice-item dd{ flex: auto; display: flex; justify-content: flex-start; flex-wrap: wrap; } .jobChoice-item dd a{ margin-right: 0.2rem; padding:0 0.15rem; margin-bottom:0.2rem; font-size:0.25rem; line-height: 0.46rem; height:0.46rem; } .jobChoice-item dd a:hover, .jobChoice-item dd a.active{ margin-right: 0.2rem; background-color: #ad251f; color:#fff; border-radius: 0.3rem; } .job-list{ margin-top:0.2rem; } .job-list table{ line-height: 1.2; width:100%; border-collapse: collapse; } .job-list thead{ line-height: 1.2; background-color: #eee; } .job-list th{ border:1px solid #eee; padding:0.2rem 0.1rem; font-size:0.26rem; } .job-list tbody{ text-align: center; } .job-list td{ border:1px solid #eee; padding:0.1rem; font-size:0.24rem; } .table-job { font-size:0.25rem; margin: 0 auto; border-collapse: collapse; } .table-job th, .table-job td { border: 1px solid #eee; line-height: 1.4; text-align: center; padding: 0.1rem; } .table-job th { width: 2em; background-color: #f6f6f6; } .table-job td { line-height: 1.6; } .article_tools{ margin-top:0.4rem; margin-bottom:0.2rem; display: flex; justify-content: center; } .container .rlist a{ font-size:0.3rem; display:block; background-color:#ad251f; padding:0.1rem 0.4rem; border-radius:0.1rem; color:#fff; width:2rem; text-align:center; } .mod-job .container .rlist{ display: flex; justify-content: center; width: 100%; } .job-contact{ margin-top:0.4rem; font-size:0.3rem; line-height: 1.6; } .job-contact dt{ font-weight: bold; } .job-contact dd{ margin-top:0.2rem; color:#ad251f; } .index-zero{ background: url("../image/mod1-bg.jpg") no-repeat right bottom; background-size: 100% auto; } .element-item{ text-align: center; margin-bottom:0.5rem; } .element-item img{ width:100%; } .element-item.n1 img{ width: 70%; } .index-zero-box{ text-align: center; padding:0 0.25rem; } .index-zero-box img{ width: 5.6rem; } .zero-info{ text-align: left; font-size:0.26rem; line-height: 1.5; background: rgba(255, 255, 255, 0.4); padding:0 0.3rem; } .zero-info p{ margin: 10px 0; }