@font-face {
    font-family: 'iconfont';
    src: url('/hdimg/bas/font/iconfont.eot');
    src: url('/hdimg/bas/font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('/hdimg/bas/font/iconfont.woff2') format('woff2'),
        url('/hdimg/bas/font/iconfont.woff') format('woff'),
        url('/hdimg/bas/font/iconfont.ttf') format('truetype'),
        url('/hdimg/bas/font/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #f76201 !important;
    background-color: #f76201;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #f56202;
}

.text-primary {
    color: #f56202;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #f76201;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #f56202 !important;
    background-color: #f56202 !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #2c2c2c;
    font-family: '微软雅黑';
}

a {
    color: #2c2c2c;
}

a:hover {
    color: #9a1f25;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #9a1f24;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    color: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #ffa367;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #f76201;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}

.body {
    width: 1400px;
    position: relative;
    margin: 0 auto;
}

.huanying {
    color: #fff;
    line-height: 40px;
}

.link {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    line-height: 40px;
}

.link a {
    color: #fff;
}

.link span {
    padding: 0 10px;
}

.link .sch-form {
    float: left;
    margin-right: 10px;
}

.logo {
    position: absolute;
    left: 49%;
    margin-left: -90px;
    bottom: 18px;

    left: 47%;
}

.menu>ul>li {
    float: left;
    width: 128px;
    height: 130px;
    box-sizing: border-box;
    padding-left: 57px;
    border-left: 1px solid #dac7b7;

    width: 112px;
    padding-left: 40px;
}

.menu>ul>li:last-child {
    border-right: 1px solid #dac7b7;
}

.menu>ul>li:nth-child(4) {
    border-right: 1px solid #dac7b7;
    margin-right: 376px;
}

.menu>ul>li span {
    display: block;
}

.menu>ul>li .cn {
    width: 20px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 5px;
}

.menu>ul>li .en {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    margin-top: 25px;
    font-size: 12px;
}

.menu li .submenubox {
    position: absolute;
    width: 100%;
    height: 180px;
    background: #fff;
    z-index: -100;
    left: 0;
    top: 130px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

.menu li:hover .submenubox {
    opacity: 1;
    z-index: 1;
    display: block;
}

.menu li .submenu {
    width: 1400px;
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.menu li .submenu .menu_desc {
    width: 840px;
    height: 80px;
    background: url(/hdimg/bas/images/menu_icon.png) no-repeat left;
    box-sizing: border-box;
    padding-left: 295px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 8px;
}

.menu li ul {
    padding-left: 120px;
}

.menu li li {
    float: left;
    width: 20px;
    margin-right: 20px;
    font-size: 16px;
}

#adslide img {
    width: 100%;
}

.column {
    padding: 70px 0;
    font-size: 14px;
}

.column .more {
    float: right;
    width: 200px;
    height: 35px;
    background-color: #9a1f25;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-top: 20px;
}

.column .en {
    font-size: 30px;
    color: #9a1f25;
    text-transform: uppercase;
    font-weight: bold;
}

.column .cn {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.column .dot {
    color: #9a1f25;
}

.column .desc {
    color: #2c2c2c;
    opacity: 0.5;
}

.xwdt_pic {
    position: absolute;
    left: 0;
    top: 230px;
}

#xwdt {
    width: 455px;
    height: 345px;
}

#xwdt .pic img {
    width: 455px;
    height: 345px;
}

#xwdt .title {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 170px 0 20px;
    font-size: 16px;
}

#xwdt .swiper-pagination {
    bottom: 18px;
    left: auto;
    right: 10px;
    width: 150px;
}

#xwdt .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: .5;
}

#xwdt .swiper-pagination-bullet-active {
    opacity: 1;
}

.xwdt_list {
    width: 423px;
    position: absolute;
    left: 488px;
    top: 230px;
}

.infolist li {
    overflow: hidden;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.infolist li .time {
    float: right;
    color: #a8a8a8;
}

.infolist li .dot {
    color: #a8a8a8;
    margin-right: 10px;
}

.infolist li a:hover .dot {
    color: #9a1f25;
}

.infolist li a {
    padding-right: 10px;
}

.tzzgx {
    width: 423px;
    position: absolute;
    top: 230px;
    right: 0;
}

.zbgg {
    width: 423px;
    position: absolute;
    top: 405px;
    right: 0;
}

.column1 {
    padding: 0;
    margin: 0;
}

.column1 a {
    font-size: 20px;
    line-height: 45px;
    color: #9a1f25;
    font-weight: bold;
}

.gshq {
    height: 150px;
    background-color: #9a1f25;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.gshq .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 40px;
}

.gshq .jiage {
    font-size: 16px;
    color: #f4f4f4;
    margin-left: 90px;
    line-height: 32px;
}

.gshq .zhangfu {
    flex: 1;
    text-align: right;
    margin-right: 40px;
    font-size: 24px;
}

.gshq .zhangfu .num {
    font-size: 36px;
    line-height: 50px;
}

#cpzx .column .en,
#cpzx .column .cn,
#cpzx .column .dot {
    color: #fff;
}

#cpzx .column .desc {
    color: #b3afad;
}

#cpzx .column .more {
    background-color: #fff;
    color: #9a1f25;
}

.cpzxpic {
    float: left;
    width: 760px;
}

.swiper {
    width: 760px;
    margin: 0 auto;
    position: relative;
}

.current-swiper {
    width: 700px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
    margin-left: 60px;
}

.left-swiper {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: 380px !important;
}

.right-swiper {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
    height: 440px !important;
}

.nocurrent-swiper {
    width: 600px;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nocurrent-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0.6;
}

.slide1 {
    background: #fff;
}

.cpzxpic .swiper-button-next,
.cpzxpic .swiper-button-prev {

    z-index: 200;
}

.cpzxpic .swiper-button-next:after,
.cpzxpic .swiper-button-prev:after {
    font-size: 30px;
    color: #9a1f25;
}

.cpzxpic .swiper-button-prev {
    left: 95px;
}

.cpzxpic .swiper-button-next {
    right: 30px;
}

.cpzxpic .swiper-slide img {
    width: 100%;
    height: 400px;
}

.cpzxpic .left-swiper .swiper-slide img {
    height: 300px;
}

.cpzxpic .right-swiper .swiper-slide img {
    height: 350px;
}

.cpzxpic .swiper-slide .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.cpzxpic .swiper-slide .textbox .text {
    width: 400px;
    padding-left: 40px;
}

.cpzxpic .swiper-slide .textbox .text .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.cpzxpic .swiper-slide .textbox .text .detail {
    color: #000000;
    opacity: 0.5;
}

.cpzxpic .swiper-slide .textbox .ljgm {
    width: 210px;
}

.cpzxpic .swiper-slide .textbox .ljgm a {
    width: 169px;
    height: 45px;
    background-color: #9a1f24;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.cpzxlist {
    width: 560px;
    float: right;
}

.cpzxlist li {
    text-align: right;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cpzxlist li a {
    color: #fff;
}

.cpzxlist li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cpzxlist li .desc {
    line-height: 28px;
    color: #ffffff;
    opacity: 0.7;
}

.adleft {
    position: absolute;
    left: 0;
    top: 70px;
}

.adright {
    position: absolute;
    right: 0;
    top: 70px;
}

.cpbox .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.cpbox .swiper-slide {
    background-size: cover;
    background-position: center;
}

.cpbox .gallery-top {
    height: 325px;
    width: 100%;
    margin-bottom: 40px;
}

.cpbox .gallery-thumbs {
    height: 202px;
    box-sizing: border-box;
}

.cpbox .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.cpbox .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.cpbox .gallery-top .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
}

.cpbox .gallery-top .swiper-slide .right {
    padding: 30px 40px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.cpbox .gallery-top .swiper-slide .title {
    font-size: 18px;
    line-height: 36px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 20px;
}

.cpbox .gallery-top .swiper-slide .desc {
    font-size: 16px;
    line-height: 42px;
    color: #767676;
}

.cpbox .gallery-top .swiper-slide .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.cpbox .gallery-top .swiper-slide .line {
    width: 100%;
    height: 1px;
    background: #d3d3d3;
}

.cpbox .gallery-top .swiper-slide .text {
    width: 100px;
    text-align: right;
    font-size: 16px;
}

.cpbox .gallery-top .swiper-slide .text a {
    color: #9a1f24;
}

.cpbox .swiper-button-next,
.cpbox .swiper-button-prev {
    color: #9a1f24;
}

.contentnav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
}

.contentnav li {
    text-align: center;
    width: 20%;
}

.contentnav li .icon {
    margin-bottom: 10px;
}

.contentnav li .cn {
    font-size: 18px;
    font-weight: bold;
}

.contentnav li .en {
    color: #2c2c2c;
    opacity: 0.5;
    margin-top: 5px;
}

.contentnav li:hover .en {
    color: #9a1f24;
}

.my-pagination {
    text-align: right;
    padding-top: 105px;
}

.my-pagination .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0;
    opacity: 1;
    display: inline-block;
    background: none;
    color: #9a1f24;
}

.my-pagination ul {}

.my-pagination li {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #9a1f24;
    margin-left: 10px;
}


.my-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #9a1f25;
}


#yxwl .column {
    position: absolute;
    z-index: 10;
}

.buju .swiper-wrapper {
    padding-top: 0;
}

.buju .picbox {
    width: 1104px;
    height: 805px;
    position: relative;
    margin: 0 auto;
}

.picbox .add {
    position: absolute;
}

.picbox .add a {
    display: block;
    position: relative;
}

.picbox .add a .desc {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 10;
    font-size: 12px;
}

.picbox .add a .detail {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -80px;
    width: 150px;
    line-height: 26px;
    z-index: 1000;
    padding: 10px;
    background: #fff;
}

.picbox .add a:hover .detail {
    display: block;
}

.picbox .add1 {
    left: 374px;
    top: 282px;
}

.picbox .add2 {
    left: 585px;
    top: 348px;
}

.picbox .add3 {
    left: 206px;
    top: 223px;
}

.picbox .add4 {
    left: 538px;
    top: 356px;
}


.picbox .add5 {
    left: 703px;
    top: 204px;
}

.picbox .add6 {
    left: 339px;
    top: 360px;
}

.picbox .add7 {
    left: 156px;
    top: 413px;
}

.picbox .add8 {
    left: 794px;
    top: 486px;
}

.picbox .add9 {
    left: 770px;
    top: 552px;
}

.picbox .add10 {
    left: 762px;
    top: 432px;
}

.picbox .add11 {
    left: 659px;
    top: 640px;
}

.picbox .add12 {
    left: 579px;
    top: 771px;
}

.picbox .add13 {
    left: 474px;
    top: 471px;
}

.picbox .add14 {
    left: 582px;
    top: 502px;
}

.picbox .add15 {
    left: 628px;
    top: 430px;
}

.picbox .add16 {
    left: 639px;
    top: 318px;
}

.picbox .add17 {
    left: 721px;
    top: 359px;
}

.picbox .add18 {
    left: 714px;
    top: 447px;
}

.picbox .add19 {
    left: 636px;
    top: 600px;
}

.picbox .add20 {
    left: 623px;
    top: 514px;
}

.picbox .add21 {
    left: 712px;
    top: 564px;
}

.picbox .add22 {
    left: 579px;
    top: 640px;
}

.picbox .add23 {
    left: 754px;
    top: 588px;
}

.picbox .add24 {
    left: 398px;
    top: 618px;
}

.picbox .add25 {
    left: 551px;
    top: 599px;
}

.picbox .add26 {
    left: 663px;
    top: 334px;
}

.picbox .add27 {
    left: 855px;
    top: 111px;
}

.picbox .add28 {
    left: 859px;
    top: 204px;
}

.picbox .add29 {
    left: 817px;
    top: 250px;
}

.picbox .add30 {
    left: 694px;
    top: 307px;
}

.picbox .add31 {
    left: 707px;
    top: 322px;
}

.picbox .add32 {
    left: 814px;
    top: 617px;
}

.picbox .add .dot {
    width: 2px;
    height: 2px;
    position: relative;
    margin-right: 0;
}

.picbox .dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 4px;
    top: 4px;
    width: 2px;
    height: 2px;
    background-color: #9a1f24;
    border-radius: 50%;
}

.picbox .dot:after {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 2px;
    background-color: #9a1f24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

.picbox .add4 .dot:before,
.picbox .add7 .dot:before {}

.picbox .add4 .dot:after,
.picbox .add7 .dot:after {}

@keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opacity: 0.75;
        width: 0;
        height: 0;
    }

    100% {
        left: -20px;
        top: -20px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

.zltx {
    width: 960px;
    height: 530px;
    float: left;
    box-sizing: border-box;
    padding-left: 260px;
}

.kjyf {
    width: 960px;
    height: 530px;
    float: right;
    box-sizing: border-box;
    padding-right: 260px;
    padding-left: 100px;
}

#zltx_kjyf .column {
    padding-top: 150px;
}

#zltx_kjyf .column .en,
#zltx_kjyf .column .cn,
#zltx_kjyf .column .dot {
    color: #fff;
}

#zltx_kjyf .column .desc {
    color: #a6abb0;
    opacity: 1;
}

#zltx_kjyf .more {
    display: inline-block;
    width: 200px;
    height: 35px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

#zltx_kjyf .more:hover {
    border: solid 1px #9a1f24;
    background-color: #9a1f24;
}

#zltx_kjyf .column a:hover .en,
#zltx_kjyf .column a:hover .cn,
#zltx_kjyf .column a:hover .dot {
    color: #9a1f24;
}

.hfade {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.xsgs {
    padding-bottom: 60px;
}

.xsgs .swiper-slide {
    width: 330px;
    height: 200px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
    text-align: center;
}

.xsgs .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    opacity: 1;
}

.xsgs .swiper-pagination-bullet-active {
    background-color: #9a1f24;
}

.xsgs .swiper-slide .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
}

.xsgs .swiper-slide .tel {
    font-size: 24px;
    color: #9a1f25;
    margin: 25px 0 15px;
    font-weight: bold;
}

.xsgs .swiper-slide .address {
    color: #2c2c2c;
    opacity: 0.5;
}

.footnav {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footnav>li>a {
    font-size: 18px;
    font-weight: bold;
}

.footnav>li>ul {
    padding-top: 30px;
}

.footnav li li {
    line-height: 28px;
}

.footnav li li a {
    color: #2c2c2c;
    opacity: 0.5;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #9a1f24;
    cursor: pointer;
}

.footbox {
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9f9f9f;
    line-height: 28px;
}

.footbox a {
    color: #9f9f9f;
}

#topico {

    z-index: 2;
}

#topico li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    position: relative;
}

#topico li a {}

#topico li a p {
    font-size: 12px;
}

#topico li a .iconfont {
    font-size: 35px;
    line-height: 35px;
}

#topico li .hover {
    position: absolute;
    left: 0;
    top: -120px;
    z-index: 2;
    display: none;
}

#topico li:hover .hover {
    display: block;
}

#up-banner {
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#up-banner h2 {
    font-size: 30px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 5px;
}

#up-banner h3 {
    font-size: 14px;
    color: #fefefe;
}

#up-banner h3 a {
    color: #fefefe;
}

.conent_box {
    background: #f8f8f8;
    padding-top: 60px;
}

.leftmenu>li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 0px;
    font-size: 16px;
    position: relative;
}

.leftmenu li>a {
    display: block;
    padding: 0 30px;
}

.leftmenu li>a:hover,
.leftmenu li.layui-this>a {
    color: #fff;
    background: #9a1f24;
}

.leftmenu li ul {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 10;
    background: #fff;
    display: none;
}

.leftmenu li:hover ul {
    display: block;
}

.page_detail {
    font-size: 16px;
    line-height: 2.5em;
    background: #fff;
    padding: 50px;
}

.detail-box {
    background: #fff;
    padding: 50px;
}

.detail-box .col-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.detail-box .col-att {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #a4a4a4;
    margin-bottom: 50px;
}

.dtl_detail {
    font-size: 16px;
    line-height: 2.5em;
}

.pager {
    overflow: hidden;
}

.pager li {
    width: 40%;
    float: left;
}

.pager li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #888888;
}

.pager li:last-child {
    float: right;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #9a1f24;
}

.colinfo-list a {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 5px;
    height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.colinfo-list a:hover {
    background: #98201c;
    color: #fff;
}

.colinfo-list a:hover .title,
.colinfo-list a:hover .desc,
.colinfo-list a:hover .ri,
.colinfo-list a:hover .yue {
    color: #fff;
}

.colinfo-list .shijian {
    height: 70px;
    margin-right: 30px;
    text-align: center;
}

.colinfo-list .shijian .ri {
    display: block;
    font-size: 26px;
    color: #98201c;
    position: relative;
    height: 36px;
    margin-bottom: 5px;
}

.colinfo-list .shijian .yue {
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.colinfo-list .shijian .ri:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #e5e5e5;
    line-height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 36px;
}

.colinfo-list .text {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
    height: 75px;
    width: 470px;
}

.colinfo-list .title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.colinfo-list .desc {
    line-height: 24px;
    color: #707070;
}

/*索引页*/
.up_scsj {
    height: 205px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.up_scsj li {
    width: 25%;
    text-align: center;
    color: #565656;
}

.up_scsj li .num {
    font-size: 36px;
    color: #98201c;
    margin-right: 5px;
}

.up_scsj li .text {
    color: #626262;
}

.up_zjfc {
    background: #fff;
    height: 600px;
}

.up_zjfc .left {
    padding: 50px;
    width: 885px;
    box-sizing: border-box;
    float: left;
    background: url(/hdimg/bas/images/logotm.png) no-repeat left top;
}

.up_column a {
    display: block;
    height: 58px;
    position: relative;
    font-weight: bold;
    font-size: 26px;
}

.up_column a::after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9a1f24;
}

.up_column span {
    float: right;
    font-size: 20px;
    color: #98201c;
    line-height: 40px;
}

.up_zjfc .desc {
    line-height: 36px;
    color: #414141;
    height: 141px;
    margin: 40px 0 70px;
}

.up_zjfc .up_nav {
    overflow: hidden;
    margin-bottom: 70px;
}

.up_zjfc .up_nav a {
    display: inline-block;
    line-height: 30px;
    background: url(/hdimg/bas/images/upicon1.png) no-repeat left;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.up_zjfc .up_nav a:last-child {
    background: url(/hdimg/bas/images/upicon2.png) no-repeat left;
}

.up_zjfc .up_nav a:hover {
    background: url(/hdimg/bas/images/upicon1_h.png) no-repeat left;
}

.up_zjfc .up_nav a:last-child:hover {
    background: url(/hdimg/bas/images/upicon2_h.png) no-repeat left;
}

.up_zjfc .more a {
    display: inline-block;
    width: 220px;
    height: 70px;
    border: solid 1px #98201c;
    line-height: 70px;
    text-align: center;
    color: #b0b0b0;
}

.up_column1 {
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up_column1 a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 30px;
}

.up_column1 a::after {
    content: '';
    width: 36px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
}

.up_column1_red a {
    color: #000;
}

.up_column1_red a::after {
    background-color: #9a1f24;
}

.up_fcdj_left {
    width: 700px;
    height: 620px;
    float: left;
}

#up_fcdj .pic img {
    width: 100%;
    height: 530px;
}

#up_fcdj .title {
    width: 100%;
    height: 90px;
    background: #efefef;
    line-height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 70px;
    font-size: 16px;
}

#up_fcdj .swiper-button-next,
#up_fcdj .swiper-button-prev {
    top: auto;
    bottom: 20px;
}

#up_fcdj .swiper-button-next:after,
#up_fcdj .swiper-button-prev:after {
    font-size: 25px;
    color: #9a1f24;
}

.up_fcdj_right {
    width: 700px;
    height: 620px;
    float: right;
    box-sizing: border-box;
    padding: 35px 50px 0;
    background: #fff url(../images/icon7.png) no-repeat center;
}

.up_infolist li {
    overflow: hidden;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.up_infolist li .time {
    float: right;
    color: #a8a8a8;
}

.up_infolist li .dot {
    color: #a8a8a8;
    margin-right: 10px;
}

.up_infolist li a:hover .dot {
    color: #9a1f25;
}

.up_gsrylist {
    height: 460px;
}

.up_gsrylist li {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
}

#up_gsry {
    padding-bottom: 60px;
}

#up_gsry .pic {
    text-align: center;
}

#up_gsry .pic img {
    width: 415px;
    height: 300px;
}

#up_gsry .title {
    width: 100%;
    height: 53px;
    background: url(/hdimg/bas/images/img_bg.png) no-repeat center;
}

#up_gsry .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: none;
    border: solid 1px #98201c;
    opacity: 1;
    margin-right: 10px;
}

#up_gsry .swiper-pagination-bullet-active {
    background: #9a1f24;
}

.up_lxwm {
    width: 295px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 87px;
}

.up_lxwm h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 65px;
}

.up_lxwm p {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.up_lxwmform {
    width: 990px;
    position: absolute;
    left: 0;
    top: 90px;
}

.up_fcxwlist {
    overflow: hidden;
}

.up_fcxwlist li {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.up_fcxwlist li:nth-child(2n) {
    margin-right: 0;
}

.up_fcxwlist li .text {
    width: 680px;
    height: 130px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.up_fcxwlist li .more {
    width: 115px;
    height: 30px;
    background: #ececec;
    color: #a6a6a6;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
}

.up_fcxwlist li a:hover .more {
    background: #98201c;
    color: #fff;
}

.up_fcxwlist li .title {
    font-size: 16px;
    margin-bottom: 20px;
}

.up_fcxwlist li .time {
    width: 100px;
    height: 25px;
    background-color: #f8f8f8;
    line-height: 25px;
    text-align: center;
    color: #919191;
    margin-top: 10px;
}

.up_fcxwlist li .right {
    border-left: 1px solid #e4e4e4;
    padding: 10px 0;
    padding-left: 15px;
    text-align: center;
}

.up_fcxwlist li .ri {
    font-size: 26px;
    margin-bottom: 0px;
    color: #9f1c25;
}

.up_fcxwlist li .nianyue {
    color: #a6a6a6;
}

.up_tzgglist {
    overflow: hidden;
}

.up_tzgglist li {
    width: 440px;
    height: 100px;
    background-color: #f8f8f8;
    float: left;
    margin: 0 40px 40px 0;
}

.up_tzgglist li:nth-child(3n) {
    margin-right: 0;
}

.up_tzgglist li .left {
    float: left;
    width: 70px;
    text-align: center;
}

.up_tzgglist li .ri {
    width: 40px;
    display: inline-block;
    background: #cccccc;
    padding-top: 8px;
    font-size: 18px;
    color: #fff;
}

.up_tzgglist li .nian {
    width: 40px;
    display: inline-block;
    background: #cccccc;
    padding-bottom: 8px;
    color: #fff;
}

.up_tzgglist li .right {
    padding: 20px 10px 0;
}

.up_tzgglist li .title {
    line-height: 30px;
    font-size: 16px;
}

.up_tzgglist li a:hover .ri,
.up_tzgglist li a:hover .nian {
    background: #9a1f24;
}

.up_tzggmore {
    text-align: center;
    padding-top: 20px;
}

.up_tzggmore a {
    display: inline-block;
    width: 220px;
    height: 70px;
    border: solid 1px #98201c;
    text-align: center;
    line-height: 70px;
    color: #b0b0b0;
}

.up_hydtpiclist1 {
    width: 685px;
    position: absolute;
    left: 0;
    top: 148px;
}

#up_hydt {
    margin-bottom: 55px;
}

#up_hydt .swiper-slide {
    background: #fff;
}

#up_hydt .pic {
    float: left;
    margin-right: 45px;
}

#up_hydt img {
    width: 625;
    height: 470px;
}

#up_hydt .text {
    padding-top: 70px;
}

#up_hydt .title {
    font-size: 16px;
    margin-bottom: 5px;
}

#up_hydt .time {
    color: #9a1f24;
}

#up_hydt .desc {
    font-size: 14px;
    color: #737373;
    margin: 22px 0 50px;
    line-height: 2em;
}

#up_hydt .more a {
    display: inline-block;
    width: 143px;
    height: 43px;
    border: 1px solid #9a1f24;
    line-height: 43px;
    text-align: center;
}

#up_hydt .swiper-pagination {
    width: auto;
    left: auto;
    right: 30px;
    bottom: 23px;
}

#up_hydt .swiper-pagination-bullet {
    background-color: #ffffff;
    border: solid 1px #98201c;
    opacity: 1;
}

#up_hydt .swiper-pagination-bullet-active {
    background-color: #98201c;
}

.up_hydtpiclist2 {
    width: 675px;
    position: absolute;
    right: 0;
    top: 148px;
}

.up_hydtpiclist2 li {
    float: left;
    margin-right: 35px;
    width: 320px;
    text-align: center;
}

.up_hydtpiclist2 li:nth-child(2) {
    margin-right: 0;
}

.up_hydtpiclist2 li img {
    width: 320px;
    height: 240px;
}

.up_hydtpiclist2 li .title {
    height: 60px;
    background-color: #ffffff;
    line-height: 60px;
    font-size: 16px;
    padding: 0 15px;
}

.up_hydtinfolist {
    width: 675px;
    height: 285px;
    position: absolute;
    right: 0;
    top: 488px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px 0;
}

.up_hydtinfolist .up_infolist li {
    line-height: 42px;
    height: 42px;
}

#up_cxpt img {
    width: 630;
    height: 475px;
}

#up_cxpt .text {
    width: 845px;
    height: 380px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 48px;
    box-sizing: border-box;
    padding: 70px 70px 0;
}

#up_cxpt .title {
    font-size: 18px;
    font-weight: bold;
}

#up_cxpt .desc {
    line-height: 33px;
    color: #747474;
    margin: 40px 0 70px;
}

#up_cxpt .more span {
    display: block;
    width: 180px;
    height: 60px;
    border: solid 1px #e0e0e0;
    text-align: center;
    line-height: 60px;
    color: #a2a2a2;
}

#up_cxpt .swiper-pagination {
    width: auto;
    left: auto;
    right: 30px;
    bottom: 0px;
}

#up_cxpt .swiper-pagination-bullet {
    background-color: #ffffff;
    border: solid 1px #98201c;
    opacity: 1;
}

#up_cxpt .swiper-pagination-bullet-active {
    background-color: #98201c;
}

#up_rycg {
    padding-bottom: 60px;
}

#up_rycg .pic {
    text-align: center;
}

#up_rycg .pic img {
    width: 320px;
    height: 210px;
}

#up_rycg .title {
    height: 40px;
    background: #ececec;
    line-height: 40px;
    padding: 0 15px;
}

#up_rycg a:hover .title {
    background: #9a1f24;
    color: #fff;
}

#up_rycg .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: none;
    border: solid 1px #98201c;
    opacity: 1;
    margin-right: 10px;
}

#up_rycg .swiper-pagination-bullet-active {
    background: #9a1f24;
}

.up_kyhz_left {
    width: 700px;
    height: 420px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 145px;
    box-sizing: border-box;
    padding: 60px 40px 0;
}

.up_kyhz_left .title {
    font-size: 18px;
    font-weight: bold;
}

.up_kyhz_left .desc {
    line-height: 33px;
    color: #747474;
    margin: 40px 0 70px;
}

.up_kyhz_left .more a {
    display: block;
    width: 180px;
    height: 60px;
    border: solid 1px #e0e0e0;
    text-align: center;
    line-height: 60px;
    color: #a2a2a2;
}

.up_kyhz_right {
    position: absolute;
    right: 0;
    top: 145px;
}

.up_kyhz_right img {
    width: 700px;
    height: 420px;
}

.up_sshq_left img {
    width: 742px;
    height: 448px;
}

.up_sshq_right {
    width: 585px;
    position: absolute;
    right: 0;
    top: 145px;
    padding-top: 55px;
}

.up_sshq_right .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.up_sshq_right .font20 {
    /* font-size: 20px; */

    font-size: 26px;
    margin-top: 150px;

}

.up_sshq_right .font50 {
    font-size: 50px;
    color: #98201c;
    margin: 90px 0 80px;
}

.up_sshq_right .font16 {
    font-size: 16px;
    line-height: 32px;
    align-items: flex-start;
}

.stock_zdf_bfb {
    margin-left: 15px;
}

#up_gsgg {
    padding-bottom: 80px;
}

#up_gsgg a {
    display: inline-block;
    width: 440px;
    height: 280px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 30px;
}

#up_gsgg .title {
    font-size: 16px;
    line-height: 30px;
}

#up_gsgg .time {
    color: #787878;
    margin: 25px 0;
}

#up_gsgg .desc {
    line-height: 26px;
    color: #787878;
}

#up_gsgg .more {
    padding-top: 25px;
}

#up_gsgg .more span {
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(/hdimg/bas/images/icon1.png) no-repeat center;
}

#up_gsgg a:hover .more span {
    background: url(/hdimg/bas/images/icon1_h.png) no-repeat center;
}

#up_gsgg .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: none;
    border: solid 1px #98201c;
    opacity: 1;
    margin-right: 10px;
}

#up_gsgg .swiper-pagination-bullet-active {
    background: #9a1f24;
}

.up_irhdlist {
    overflow: hidden;
}

.up_irhdlist li {
    width: 440px;
    height: 150px;
    background-color: #ffffff;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
}

.up_irhdlist li:nth-child(3n) {
    margin-right: 0;
}

.up_irhdlist li a {
    display: inline-block;
    padding: 20px 35px 0;
}

.up_irhdlist li .title {
    font-size: 16px;
    color: #1a1a1a;
}

.up_irhdlist li .desc {
    line-height: 24px;
    color: #818181;
    margin: 10px 0 15px;
}

.up_irhdlist li .time {
    color: #c1c1c1;
    background: url(/hdimg/bas/images/icon2.png) no-repeat left;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
}

.up_irhdlist li a:hover .time {
    background: url(/hdimg/bas/images/icon2_h.png) no-repeat left;
    color: #9a1f24;
}

.up_irhdlist li a:hover .title {
    color: #9a1f24;
}

.up_tzzgx_nav {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up_tzzgx_nav a {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 100px;
    box-sizing: border-box;
    padding: 0 35px;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.up_tzzgx_nav .icon1 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/hdimg/bas/images/icon4.png) no-repeat center;
    margin-right: 10px;
}

.up_tzzgx_nav .icon2 {
    margin-left: auto;
    display: inline-block;
    width: 42px;
    height: 39px;
    background: url(/hdimg/bas/images/icon5.png) no-repeat center;
}

.up_tzzgx_nav a:last-child .icon1 {
    background: url(/hdimg/bas/images/icon3.png) no-repeat center;
}

.up_tzzgx_nav a:hover {
    background: #98201c;
    color: #fff;
}

.up_tzzgx_nav a:hover .icon1 {
    background: url(/hdimg/bas/images/icon4_h.png) no-repeat center;
}

.up_tzzgx_nav a:last-child:hover .icon1 {
    background: url(/hdimg/bas/images/icon3_h.png) no-repeat center;
}

.page_xsgslist a {
    display: block;
    height: 70px;
    border-radius: 5px;
    border: solid 1px #dedede;
    line-height: 70px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
}

.page_xsgslist a:hover {
    background: #9f1c25;
    color: #fff;
}

.up_yxwl_fgsf {
    font-size: 16px;
    line-height: 2em;
    display: flex;
    flex-wrap: wrap;
}

.up_yxwl_fgsf a {
    color: #8e291b;
    padding: 0 10px;
    display: flex;
}

.up_yxwllist {
    overflow: hidden;
}

.up_yxwllist li {
    width: 680px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 5px;
    float: left;
    margin: 0 40px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.up_yxwllist li:nth-child(2n) {
    margin-right: 0;
}

.up_yxwllist li .text {
    width: 355px;
}

.up_yxwllist li .add {
    font-size: 16px;
    line-height: 28px;
    background: url(/hdimg/bas/images/icon6.png) no-repeat left top;
    padding-left: 35px;
}

.up_yxwllist li .tel {
    color: #9a1f24;
    margin: 10px 0 20px;
}

.up_yxwllist li .more a {
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #dcdcdc;
    line-height: 40px;
    text-align: center;
    color: #7c7c7c;
}

.pdc_nav {
    overflow: hidden;
}

.pdc_nav li {
    width: 20%;
    float: left;
}

.pdc_nav li a {
    display: block;
    height: 60px;
    background-color: #6e060b;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.pdc_nav li a.active {
    background: #c95f00;
}

.pdc_nav li:nth-child(2n) a {
    background-color: #5b0004;
}

.pdc_nav li:nth-child(2n) a.active {
    background: #c95f00;
}

.classbox.hide {
    display: none;
}

.classbox {
    padding: 20px;
    background: #f1f1f1;
}

.classbox .class {
    padding-bottom: 20px;
    font-size: 18px;
}

.classbox .class a {
    margin-right: 20px;
}

.classbox .class a:hover,
.classbox .class a.active {
    text-decoration: underline;
    color: #9a1f24;
    font-weight: bold;
}

.classbox .class1 a {
    display: inline-block;
    height: 42px;
    background-color: #dfdfdf;
    border-radius: 5px;
    line-height: 42px;
    color: #9a1f24;
    padding: 0 30px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.classbox .class1 a.active,
.classbox .class1 a:hover {
    background-color: #98201c;
    color: #fff;
}

.classbox .class2 {
    padding-top: 20px;
}

.classbox .class2 span {
    color: #9a1f24;
}

.classbox .class2 a {
    display: inline-block;
    height: 42px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #fff;
    padding: 0 30px;
    line-height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.classbox .class2 a.active,
.classbox .class2 a:hover {
    border: solid 1px #98201c;
    color: #9a1f24;
}

.img-responsive {
    width: 100%;
}

.piclist .layui-col-md3 a {
    display: block;
    background: #fff;
    border: solid 1px #cccccc;
    border-bottom: 2px solid #9a1f24;
}

.piclist .text {
    text-align: center;
    padding: 20px;
}

.piclist .text .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.piclist .text .desc {
    color: #969696;
}

.piclist2 a {
    display: block;
    background: #f9f9f9;
    padding: 20px 20px 0;
}

.piclist2 .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.himg {
    overflow: hidden;
}

.himg img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

.search-list {
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 3;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 153, 71, 0.2);
}

.search-list .item {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.search-list .item .textbox {
    text-align: left;
    padding-left: 15px;
}

.search-list .item img {
    width: 90px;
}

.search-list .item .text1 {
    color: #797979;
}

.search-list .item .text2 {
    color: #9a1f24;
    padding-top: 5px;
}

.search-list .item:after {
    width: 1px;
    height: 40px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    background: #c9c9c9;
    display: none;
}

.search-list .item:last-child:after {
    display: none;
}

.r_fix {
    width: 70px;
    height: 570px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -285px;
    z-index: 99;
}

.r_fix .box {
    width: 70px;
    height: 70px;
    position: relative;
    margin-bottom: 10px;
}

.r_fix .box img {
    width: 70px;
    height: 70px;
}

.r_fix .box .erweima {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -150px;
    top: 0px;
    display: none;
}

.r_fix .box:hover .erweima {
    display: block;
}

.r_fix .box .erweima img {
    width: 150px;
    height: 150px;
}

#hdmanform {
    padding: 10px 18px 10px 0;
}

#certify {
    position: relative;
    width: 1400px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 120px;
}

#certify .swiper-slide {
    width: 490px;
    height: 745px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
    height: 655px;
}

#certify .swiper-slide .title {
    height: 90px;
    line-height: 90px;
    padding-top: 0;
    text-align: center;
    color: #222;
    font-size: 20px;
    margin: 0;
    background: #f1f1eb;
    padding: 0 10px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}

#certify .swiper-slide:hover .title {
    background: #9a1f24;
    color: #fff;
}

#certify .swiper-button-prev {
    left: 615px;
    top: auto;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: #9a1f24;
    border-radius: 100%;
}


#certify .swiper-button-next {
    right: 615px;
    top: auto;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: #9a1f24;
    border-radius: 100%;
}

#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.up_hydt2 {
    width: 680px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.up_hydt2 .up_column1 {
    height: 110px;
}

.up_hydt2 .up_infolist {
    padding: 0 40px;
}

.up_hydt2 .up_infolist li {
    border-bottom: 1px solid #f3f3f3;
}

.up_hydt2 .up_infolist li:last-child {
    border-bottom: none;
}

#up_spxw {
    padding-bottom: 70px;
}

#up_spxw img {
    width: 100%;
}

#up_spxw .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

#up_spxw .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 100%;
    border: 1px solid #98201c;
    opacity: 1;
}

#up_spxw .swiper-pagination-bullet-active {
    background-color: #98201c;
}

.lxwmlist li {
    width: 680px;
    float: left;
    margin-right: 40px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.lxwmlist li:nth-child(2n+1) {
    margin-right: 0;
}

.lxwmlist li .pic {
    margin-top: 60px;
}

.lxwmlist li .text {
    background: #fff;
    overflow: hidden;
    padding: 20px 30px;
    color: #4a4a4a;
    line-height: 2em;
    font-size: 16px;
}

.lxwmlist li .text .text0 {
    float: left;
}

.lxwmlist li .title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    background: url(/hdimg/bas/images/ico8.png) no-repeat left;
    padding-left: 25px;
}

.lxwmlist li .title a {
    color: #98201c;
}

.lxwmlist li .map {
    float: right;
    line-height: 50px;
}

.lxwmlist li .map a {
    color: #98201c;
}

.lxwmlist li.li1 {
    width: 100%;
    margin-right: 0px;
    float: none;
}

.lxwmlist li.li1 .title {
    position: static;
    left: auto;
    top: auto;
    font-size: 20px;
    background: none;
    padding-left: 0px;
}

.lxwmlist li.li1 .pic {
    margin-top: 0px;
    width: 700px;
    height: 350px;
    float: left;
}

.lxwmlist li.li1 .text {
    height: 350px;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 95px;
}

.lxwmlist li.li1 .text .text0 {
    float: none;
}

.lxwmlist li.li1 .map {
    float: none;
}

.lxwmlist li.li1 .desc {
    margin: 20px 0 30px;
}

.kehu-list {
    overflow: hidden;
}

.kehu-list li {
    width: calc((100% - 81px) / 4);
    float: left;
    margin-right: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    max-height: 220px;
    overflow: hidden;
}

.kehu-list li:nth-child(9),
.kehu-list li:nth-child(10),
.kehu-list li:nth-child(11),
.kehu-list li:nth-child(12) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kehu-list li:nth-child(4n+4) {
    margin-right: 0;
}

.kehu-list li img {
    width: 100%;
}

.kehu-list li a {
    display: block;
    padding: 25px 0px 5px;
    background-size: cover;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
    color: #fff;
    overflow: hidden;
}

.kehu-list li .cn {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.kehu-list li .desc {
    color: rgba(255, 255, 255, 0.5);
    margin: 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.suberji.scfb {
    display: none !important;
}

.leftmenu li:hover ul.scfb {
    display: none !important;
}

#yxwl .up_yxwl_fgsf {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 12px;
    width: 66%;
}

#yxwl .up_yxwl_fgsf .title {
    display: block;
}

#yxwl .up_yxwl_fgsf a {
    padding: 0;
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 500px) {
    .colinfo-list .text {
        width: auto;
    }
}<!--0.00017714500427246-->