body {
    margin: 0;
    padding: 0;
    color: #676767;
    background-size: cover;
    font: 14px/1.5 "微软正黑体", arial;
    /* font: 14px/1.5 '微软雅黑'; */
    overflow-X: hidden;
}

body {
    background: url(../images/body-bg.png) no-repeat top center #f3f3f3;
    background-size: 100% auto
}

* {
    outline: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #676767
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
}

header.header {
    display: flex;
    flex-flow: column nowrap;
}

a.logo {
	text-align: center;
    font-size: 0;
    margin: 50px 0
}

nav.navbar {
    display: flex;
    flex-flow: row nowrap;
    background: #C81522
}

nav.navbar a {
    font-size: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 1;
    border-right: 1px solid #D81817;
    border-left: 1px solid #B60606;
    padding: 10px 0;
    box-sizing: border-box;
}

nav.navbar a:hover,
nav.navbar a.active {
    background: #B60606
}

nav.navbar a:first-child {
    border-left: none
}

nav.navbar a:last-child {
    border-right: none
}

nav.navbar a span {
    color: white;
    font-size: 14px;
    margin-top: 10px;
}

.main-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.main-box>div {
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: white;
}

.news {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.news > a img{width: 100%;height:100%;object-fit:cover}
.news-slide {
    width: 100%;
    height:100%;
}

.news-slide a {
    font-size: 0;
    position: relative;
}

.news-slide a img {
    width: 100%;
    
}

.news-slide a span {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    color: white;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.news-slide .swiper-slide {
    font-size: 0
}

.news-slide .swiper-pagination {
    text-align: right !important;
    z-index: 999 !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.news-slide .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1)
}

.news-slide .swiper-pagination-bullet-active {
    background: #B60606
}

.news-list {
    width: calc(50% - 10px);
    display: flex;
    flex-flow: column nowrap;
}

.news-list-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: #FAFAFA
}

.news-list-title span {
    color: white;
    font-size: 15px;
    background: #B60606;
    padding: 10px;
    font-weight: bold;
}

.news-list-title a {
    margin-right: 10px;
}

.news-list a.top {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.news-list a.top h3 {
    color: #B60606;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0
}

.news-list a.top p {
    line-height: 1.8;
    color: #999
}

.news-list ul {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
}

.news-list ul li {
    flex: 1;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #f1f1f1
}

.news-list ul li:last-child {
    border-bottom: none
}

.news-list ul li span {
    font-size: 12px;
    color: #999
}

.news-list ul li a::before {
    display: block;
    content: '';
    background: url(../images/li-icon.png) no-repeat;
    width: 6px;
    height: 6px;
    margin-right: 10px;
}

.news-list ul li a {
    display: flex;
    flex-flow: column row nowrap;
    align-items: center;
}

.about,
.flow {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-flow: column nowrap;
}

.case {
    width: 100%;
    margin-top: 20px;
}

.panel-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    background: url(../images/pt-bg.png) no-repeat left bottom;
    margin-bottom: 10px;
}

.panel-title div {
    display: flex;
    flex-flow: column nowrap;
}

.panel-title div b {
    color: #B60606;
    font-size: 18px;
    line-height: 1;
}

.panel-title div span {
    color: #b6b6b6;
    font-size: 10px;
    margin-top: 5px;
}

.panel-title a {
    color: #6e6e6e;
    font-size: 12px;
}

.about-pic {
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%
}

.handle {
    display: flex;
    flex-flow: row wrap;
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    width: calc((100% - 40px) / 3);
    justify-content: space-between;
}

.handle a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: white;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.handle a:nth-child(9),
.handle a:nth-child(10) {
    margin-bottom: 0;
}

.handle a:hover {
    border-color: #B60606;
    color: #B60606
}

.handle a span {
    font-size: 12px;
}

.flow img {
    align-self: flex-start;
    width: 100%;
}

.case-slide {
    width: 100%;
    margin-top: 20px;
}

#slide img {
    width: 100%;
}

footer.footer {
    width: 100%;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyright {
    width: 100%;
    text-align: center;
}

.fixed-box {
    display: none
}

.visits {
    text-align: center;
    margin-top: 10px;
}

.visits span {
    color: #B60606;
    font-weight: bold;
    font-size: 20px;
}

.list-main-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    justify-content: space-between;
    align-items: flex-start
}

.page-nav {
    width: 100%;
    margin-bottom: 20px;
    text-align: right
}

.page-nav a::after {
    content: '⋙';
    margin: 0 10px;
    color: #676767
}

.page-nav a:hover {
    color: #B60606
}

.page-nav span {
    font-weight: bold;
}

.child-bar {
    display: flex;
    flex-flow: column nowrap;
    width: 250px;
    background: linear-gradient(#C81522, #B60606);
    box-sizing: border-box;
    padding: 20px;
}

.list-main {
    width: 930px;
}

.child-bar a {
    color: white;
    background: #B60606;
    border: 2px solid #D81817;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.child-bar a:hover {
    border-color: white;
}

.child-bar a:first-child {
    display: none;
}

.child-bar a:last-child {
    margin-bottom: 0
}

.list-main {
    display: flex;
    flex-flow: column nowrap;
    background: white;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 20px;
    padding-top: 0
}

.list-main-title {
    width: 100%;
    color: #C81522;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #f1f1f1;
    line-height: 1;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-news-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.list-news-box a {
    width: calc(50% - 10px);
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.list-news-box a img {
    width: 200px;
}

.list-news-box a .text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: calc(100% - 210px);
    align-self: stretch
}

.list-news-box a .text h3 {
    overflow: hidden;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #C81522
}

.list-news-box a .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
}

.list-news-box a .text span {
    align-self: flex-end;
    font-size: 12px;
}

.page {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    border-top: 2px solid #f1f1f1;
    padding-top: 20px;
}

.page * {
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 3px;
    padding: 0 10px;
    background: #fff;
    transition: all 0.5s
}

.page span {
    color: #aaaaaa;
    background: #E5E5E5;
    border-color: #FFFFFF
}

.page a {
    color: #969696;
}

.page a:hover {
    background: #AC0D0D;
    color: #FFFFFF;
    border-color: #fff
}

.page span.active {
    background: #AC0D0D;
    color: #FFFFFF;
    border-color: #fff
}

.list-case-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.list-case-box a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

.list-case-box a:nth-child(4n) {
    margin-right: 0
}

.list-case-box a img {
    padding: 3px;
    border: 1px solid #f1f1f1;
    width: 100%;
    box-sizing: border-box;
}

.cont-box {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
}

.cont-title h3 {
    font-size: 20px;
}

.cont-title span {
    font-size: 12px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}

.cont-title {
    padding: 20px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%
}

.cont-sub {
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f2f5
}

.cont-page {
    padding-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%
}

.cont-page * {
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.cont-page a {
    border: 1px solid #757575;
}

.cont-page a:hover {
    color: #fff;
    background: #676767
}

.cont-page span {
    background: #f8f8f8;
    color: #C1C1C1;
    cursor: pointer
}

.list-handle-box {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}
.hidden-box{
	    height:500px; overflow: hidden;
    position: relative;
    width:100%;
    display: flex;
    flex-flow:column nowrap;
}
.list-handle-box .hidden-btn{ width:100%; position:absolute; bottom:0; height:80px; text-align:center;
line-height: 80px; font-size: 16px;
background: linear-gradient(rgba(255,255,255,.5),#fff 60%);
cursor: pointer;
font-weight: bold;
}

.list-handle-box h2 {
    color: black;
    line-height: 3;
    text-align: center;
}

.list-handle-box p {
    line-height: 2.5
}

.list-handle-box h3 {
    color: black;
    line-height: 2;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 10px;
}

.list-handle-box hr {
    margin: 10px 0
}

.check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    padding: 10px 0;
    margin: 20px 0
}

.check input {
    margin-right: 10px;
}

.list-handle-box form {
    display: none;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list-handle-box a.ge.active {
    opacity: 1;
}

.list-handle-box form input {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
}

.list-handle-box form textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.list-handle-box form input[type="file"] {
    margin-top: 20px;
}

.list-handle-box a.ge {
    background: #B60606;
    margin-top: 20px;
    border: none;
    color: white;
    font-size: 20px;
    width: 200px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    line-height: 50px;
    align-self: center;
    opacity: 0.3;
}

.success-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.success-box img {
    margin-top: 40px;
}

.success-box span {
    font-weight: bold;
    color: black;
    font-size: 20px;
    margin-top: 20px
}

.top-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 10px calc(50% - 600px);
    height: 50px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.top-bar div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.top-bar div * {
    margin-left: 10px;
}

.top-bar div a {
    color: white;
}

.top-bar div a.user {
    background: #B60606;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    padding: 0 10px;
    display: block;
    font-weight: bold;
}

.user-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 50px 0
}

.user-box h1 {
    width: 100%
}

.user-box p {
    font-size: 18px;
    color: black;
    font-weight: bold;
    align-items: center;
    display: flex;
}

.user-box a {
    height: 40px;
    padding: 0 20px;
    background: #B60606;
    color: white;
    font-size: 20px;
    border-radius: 40px;
    line-height: 40px;
    margin-left: 20px;
}

.user-box p b {
    font-size: 20px;
    color: #B60606;
    margin: 0 10px;
}

.upload-suc {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
}

.upload-suc span {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.down-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.down-box .item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
}

.down-box .item:nth-child(odd) {
    background: #f1f1f1
}

.down-box .item * {
    width: 33%;
    font-weight: bold;
    color: black;
    text-align: center;
}

.down-box .item a {
    text-decoration: underline
}

.form-box form {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.form-box form {
    display: flex;
    flex-flow: column nowrap;
}

.form-box h3 {
    width: 100%;
    margin-top: 10px;
    background: #F1F1F1;
    padding: 10px;
    box-sizing: border-box;
}

.form-box .view {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.form-box .view>* {
    margin-top: 20px;
}

.form-box .view .item>* {
    margin-top: 20px;
}

.sex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sex input {
    margin: 0 10px;
}

.form-box .view.required input[type="text"],
.form-box .view.required input[type="number"],
.form-box .view.required input[type="file"] {
    background: url(../images/req.png) no-repeat right center;
}

.form-box .view input[type="text"],
.form-box .view input[type="number"],
.form-box .view input[type="date"] {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
}

.form-box .view .item input[type="text"],
.form-box .view .item input[type="number"],
.form-box .view .item input[type="date"] {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
}

.m_zlxg {
    width: 93px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    display: inline;
    background: url(../images/zlxg2.jpg) no-repeat;
}

.m_zlxg p {
    width: 71px;
    padding-left: 10px;
    overflow: hidden;
    line-height: 30px;
    color: #333333;
    font-size: 12px;
    font-family: "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m_zlxg2 {
    position: absolute;
    top: 29px;
    border: 1px solid #ded3c1;
    background: #fff;
    width: 91px;
    display: none;
    max-height: 224px;
    -height: 224px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.m_zlxg2 li {
    line-height: 28px;
    white-space: nowrap;
    padding-left: 10px;
    font-family: "微软雅黑";
    color: #333333;
    font-size: 12px;
}

.m_zlxg2 li:hover {
    color: #7a5a21;
}

.region {
    position: relative;
    width: 360px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.form-box textarea {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    width: 360px;
    height: 80px;
}

.from>div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 360px;
}

.form-box select {
    flex: 1;
    border-color: #CCCCCC;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
}

.view>div {
    width: 360px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.mi {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.sfzs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sfzs input {
    margin: 0 10px;
}

.form-box .view .item {
    margin-top: 0;
    display: flex;
    flex-flow: column nowrap;
}

.house,
.car {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap !important;
}

.input-date {
    width: auto !important;
    flex: 1
}

.f-c {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.child {
    display: flex;
    flex-flow: column nowrap !important;
    border-bottom: 1px solid #F1F1F1;
    width: 100%;
    position: relative
}

.child>* {
    margin-bottom: 20px;
}

.child .close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B60606;
    right: -40px;
    top: 0;
    cursor: pointer
}

.child .close::before {
    content: '×';
    display: block;
    color: white;
    display: block;
    font-size: 20px;
}

.form-box button[type="button"] {
    width: 360px;
    background: #B60606;
    border: none;
    padding: 10px 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

p.tag {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    background: #f1f1f1
}

.cn {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.cn input {
    width: 360px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
}

.f-submit {
    background: #B60606;
    border: none;
    padding: 10px 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 0;
    width: 360px;
}

.child div {
    width: 100%;
    display: flex;
    align-items: center;
}

.file-red-box,
.file-box {
    width: 100% !important;
    padding: 10px;
    border: 2px dashed #f1f1f1;
    box-sizing: border-box;
}

.file-text {
    align-self: flex-start;
    width: 100%;
    font-size: 12px;
    line-height: 2;
}

label{white-space: nowrap}
.fi-img{ width: 100%; display: flex;flex-flow: row wrap;}
.fi-img .fi-item{ font-size: 0;
    position: relative; width: calc(340px / 3); height:calc(340px / 3); margin-right: 10px;  box-sizing: border-box; padding: 10px; border: 1px dashed #f1f1f1; margin-top: 10px;}
.fi-img .fi-item img{width:100%;height: 100%; object-fit: cover}
.fi-img .fi-item:nth-child(3n){margin-right: 0}
.fi-img .fi-item .f-close{width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B60606;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: white;
    position: absolute;
    cursor: pointer}


input[type="file"]{
    position: relative; overflow: hidden;height: 40px;}
input[type="file"]::before{
    display: flex; content:'点击上传+';
    position: absolute;
    width: 100%;height: 100%; align-items: center; justify-content: center;
    font-size: 16px;color: darkred;
    background: white;
    box-sizing: border-box; border: 2px dashed darkred;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/req.png) no-repeat right center white;
}

input[type="file"].isReq::before{
    background: white !important;
}

.list-main-table {
    display: flex;
    flex-flow: column nowrap;
}

.list-main-table h3 {
    width: 100%;
    margin-top: 10px;
    background: #F1F1F1;
    padding: 10px;
    box-sizing: border-box;
}

.list-main-table .item {
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    border-bottom: 1px dashed #f1f1f1;
}

.list-main-table .item .text img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #f1f1f1
}

.list-main-table a {
    width: 360px;
    background: #B60606;
    border: none;
    padding: 10px 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    max-width: 100%
}

.pay-box{ display: flex; width: 256px; flex-flow: column nowrap; align-items: center; height: 100vh; justify-content: center; margin: 0 auto}
.pay-box img{ width: 100%;}
.qr-btn{ display: flex; flex-flow: column nowrap; width: 256px;}
.qr-btn a{ background:#429842; display: block; border-radius: 200px; font-size: 20px; color: white; text-align: center; margin-top: 10px; font-weight: bold; padding: 10px 0; text-decoration:none}
.shili{height:40px; font-weight: bold; line-height:40px;position: absolute;right:-66px;top:0; color: #B60606; font-weight:bold;
}

#banner{width:100%;height:100%}
#banner img{height: 100%;width:100%;
    object-fit: cover;}

.link{width:100%; margin-top:20px}
.link-list a{ font-weight:bold; font-size:18px; margin-right:10px}



