.header {
    width: 100%;
    padding-left: 50px;
    height: 100px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
}

.header h1 {
    width: 220px;
    height: 40px;
    float: left;
    line-height: 100px;
}

.header .hd_rl {
    float: right;
    overflow: hidden;
    padding-right: 100px;
}

.header .hd_rl ul {
    float: left;
}

.header .hd_rl ul li {
    float: left;
    line-height: 100px;
    color: #2c2c2c;
    font-size: 16px;
    margin-right: 40px;
}

.header .hd_rl ul li:hover a {
    border-bottom: 2px solid #d8000d;
    padding-bottom: 10px;
    color: #d8000d;
}

.header .hd_rl ul li div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.header .hd_rl ul li .subnav {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9999;
    display: none;
    line-height: 100px;
    border-top: 1px solid #f0f0f0;
}

.header .hd_rl ul li .subnav .subnav_erji {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    float: none;
}

.header .hd_rl ul li .subnav_erji li {
    line-height: 60px;
    padding: 0 10px;
    background: none;
    float: none;
    text-align: center;
    display: inline-block;
    background: none;
}

.header .hd_rl ul li .subnav li {
    color: #2c2c2c;
    position: relative;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    line-height: 60px;
    background: none;
}

.header .hd_rl ul li:hover .subnav {
    display: block;
}

.header .hd_rl ul li .subnav li a {
    color: #2c2c2c;
    background: none;
    border-bottom: 0;
}

.header .hd_rl ul li .subnav li:hover a {
    border-bottom: 0;
}

.header .hd_rl .Signs {
    float: right;
    line-height: 100px;
}

.header .hd_rl .Signs .sear {
    width: 40px;
    height: 40px;
}

.header .hd_rl .Signs .navsign {
    margin-left: 40px;
}

.header .hd_rl .Signs .navsign span {
    display: block;
    width: 30px;
    height: 3px;
    background: #2c2c2c;
    margin-bottom: 5px;
}

/**banner**/
.banner {
    width: 100%;
    height: 700px;
    margin-top: 100px;
}

/* 本例子css */
.slideBox {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 15%;
    bottom: 65px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-left: 7px;
    width: 5px;
    height: 15px;
    border-radius: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    height: 30px;
    background: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 700px;
    display: block;
}

.contain1 {
    width: 1400px;
    margin: 60px auto;
    overflow: hidden;
}

.lt {
    float: left;
    height: 220px;
}

/* 本例子css */
.slideTxtBox {
    width: 800px;
    text-align: left;
}

.slideTxtBox .hd {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    color: #2c2c2c;
    font-size: 18px;
    margin-right: 30px;
}

.slideTxtBox .hd ul li.on {
    color: #c9161e;
}

.slideTxtBox .bd ul {
    zoom: 1;
    margin-top: 30px;
}

.slideTxtBox .bd .txtScrolls li .tiles {
    color: #2c2c2c;
    font-size: 24px;
}

.slideTxtBox .bd .txtScrolls {
    width: 800px;
}

.slideTxtBox .bd .txtScrolls li .descrpt {
    color: #2c2c2c;
    opacity: .5;
}

.slideTxtBox .bd .txtScrolls li .date {
    font-size: 18px;
    font-weight: bold;
    color: #c9161e;
    margin: 25px 0;
}

/* 本例子css */
.txtScroll-left1,
.txtScroll-left2,
.txtScroll-left3 {
    width: 100%;
}

.txtScroll-left1 .hd,
.txtScroll-left2 .hd,
.txtScroll-left3 .hd {
    padding-bottom: 0;
    border-bottom: 0;
}

.txtScroll-left1 .hd ul,
.txtScroll-left2 .hd ul,
.txtScroll-left3 .hd ul {
    position: absolute;
    left: 92%;
    top: -65px;
    zoom: 1;
    margin-top: 0;
}

.txtScroll-left1 .hd ul li,
.txtScroll-left2 .hd ul li,
.txtScroll-left3 .hd ul li {
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #cccccc;
    overflow: hidden;
    margin-right: 8px;
    text-indent: -999px;
    cursor: pointer;
}

.txtScroll-left1 .hd ul li:last-child,
.txtScroll-left2 .hd ul li:last-child,
.txtScroll-left3 .hd ul li:last-child {
    margin-right: 0px;
}

.txtScroll-left1 .hd ul li.on,
.txtScroll-left2 .hd ul li.on,
.txtScroll-left3 .hd ul li.on {
    height: 5px !important;
    background: #c9161e;
    background-position: 0 0;
}

.txtScroll-left1 .bd1,
.txtScroll-left2 .bd2,
.txtScroll-left3 .bd3 {
    width: 100%;
    overflow: hidden;
}

.txtScroll-left1 .bd1 ul,
.txtScroll-left2 .bd2 ul,
.txtScroll-left3 .bd3 ul {
    width: 800px;
    overflow: hidden;
    zoom: 1;
}

.tempWrap {
    overflow: auto;
}

.txtScroll-left1 .bd1 ul li,
.txtScroll-left2 .bd2 ul li,
.txtScroll-left3 .bd3 ul li {
    width: 800px;
    margin-right: 20px;
    float: left;
    text-align: left;
    _display: inline;
}

.rl {
    float: right;
    width: 540px;
    height: 220px;
    background: url(/hdimg/bas/images/rightimg.jpg) no-repeat top center;
    padding: 0 0 0 40px;
}

.rl .biaoti {
    font-size: 24px;
    font-weight: bold;
    color: #c9161e;
    margin-top: 50px;
}

.rl .en {
    color: #d0d0d0;
    font-size: 18px;
    margin-top: 5px;
}

.rl .ckxq {
    width: 130px;
    height: 30px;
    border: 1px solid #c9161e;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #c9161e;
    margin-top: 40px;
}

.contain2 {
    width: 1400px;
    margin: auto;
    margin-bottom: 60px;
}

.contain2 ul {
    overflow: hidden;
}

.contain2 ul li {
    width: 278px;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.contain2 ul li .img {
    width: 100%;
    height: 300px;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out;
}

.contain2 ul li:hover .img {
    margin-top: -10px;
}

.contain2 ul li:hover .img img {
    width: 100%;
    height: 300px;
}

.contain2 ul li .con2_txt {
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: 999;
}

.contain2 ul li:nth-child(1) .con2_txt {
    color: #838b94;
}

.contain2 ul li:nth-child(2) .con2_txt {
    color: #7e7e8a;
}

.contain2 ul li:nth-child(3) .con2_txt {
    color: #8b5e28;
}

.contain2 ul li:nth-child(4) .con2_txt {
    color: #c98b89;
}

.contain2 ul li:nth-child(5) .con2_txt {
    color: #ef6e79;
}

.contain2 ul li .con2_txt .adv_tils {
    font-size: 24px;
    font-weight: bold;
}

.contain2 ul li .con2_txt .adv_desc {
    line-height: 28px;
}

.footer {
    width: 100%;
    height: 390px;
    background: #f4f4f4;
}

.footer .centers {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    padding-top: 60px;
}

.footer .centers .lt {
    float: left;
}

.footer .centers .lt .addr {
    margin-top: 25px;
    line-height: 28px;
    color: #414141;
}

.footer .centers .ct {
    float: left;
}

.footer .centers .ct ul li ul {
    margin-top: 10px;
}

.footer .centers .ct ul li {
    float: left;
    margin-left: 90px;
    font-size: 18px;
    color: #2c2c2c;
}

.footer .centers .ct ul li:nth-child(5) {
    display: none;
}

.footer .centers .ct ul li ul li {
    float: none;
    margin-left: 0;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 28px;
}

.footer .centers .rt {
    float: right;
    border-left: 1px solid #d6d6d6;
    padding: 10px 0px 10px 60px;
}

.footer .centers .rt p {
    margin-top: 10px;
}

.footer .bot {
    border-top: 1px solid #d6d6d6;
    padding-top: 35px;
}

.footer .botcn {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.footer .botcn .copy {
    color: #a8a8a8;
    float: left;
}

.footer .botcn .enter {
    float: right;
}

.footer .botcn .enter ul {
    overflow: hidden;
}

.footer .botcn .enter ul li {
    float: left;
    margin-left: 15px;
}

/**内页样式**/
.colbanner {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.colbanner img {
    width: 100%;
    height: 100%;
}

.colbanner .colimg2 {
    display: none;
}

.col_column {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e9ec;
}

.col_column .cent {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.col_column .cent .addres {
    float: left;
}

.col_column .cent .cl_nav {
    float: right;
}

.col_column .cent .cl_nav ul {
    overflow: hidden;
    margin-top: 0;
}

.col_column .cent .cl_nav ul li {
    float: left;
    margin-left: 30px;
}

.col_column .cent .cl_nav ul li.on {
    color: #c8131b;
    border-bottom: 2px solid #c8131b;
}

.main {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 75px;
}

.main .fixLeft {
    float: left;
    padding-top: 60px;
}

.main .fixLeft .text1 {
    font-size: 22px;
    color: #d0aa7f;
}

.main .fixLeft .text2 {
    font-size: 37px;
    margin: 20px 0 40px 0;
    color: #d0aa7f;
}

.main .fixLeft .text3 {
    font-size: 28px;
    color: #cccccc;
    margin-bottom: 30px;
}

.fiximg {
    width: 320px;
    height: 200px;
}

.fiximg img {
    width: 100%;
    height: 100%;
}

.main .fixLeft .contact {
    width: 320px;
    height: 90px;
    margin-top: 20px;
}

.main .fixLeft .contact img {
    width: 320px;
    height: 90px
}

.main .Right {
    width: 1000px;
    float: right;
    padding-top: 80px;
    padding-left: 80px;
    border-left: 1px solid #e6e9ec;
}

/**新闻列表**/
.main .Right .fir {
    overflow: hidden;
    border-bottom: 1px solid #e6e9ec;
    padding-bottom: 35px;
}

.main .Right .fir .ltbt {
    float: left;
    width: 258px;
    height: 145px;
    background: #000;
}

.main .Right .fir .ltbt img {
    width: 100%;
    height: 100%;
}

.main .Right .fir .rlinfos {
    width: 630px;
    float: left;
    margin-left: 30px;
}

.main .Right .fir .rlinfos .biaoti {
    font-size: 19px;
    color: #59595f;
    margin-top: 0;
}

.main .Right .fir .rlinfos .shijian {
    font-size: 18px;
    font-weight: bold;
    color: #c9161e;
    margin: 15px 0;
}

.main .Right .fir .rlinfos .miaoshu {
    line-height: 26px;
    font-size: 15px;
    color: #59595f;
}

.main .Right .infolist li {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #e6e9ec;
}

.main .Right .infolist li:last-child {
    border-bottom: 0;
}

.main .Right .infolist li .lf_date {
    float: left;
    width: 80px;
    height: 80px;
    background: #eeeeee;
    text-align: center;
}

.main .Right .infolist li .lf_date .day {
    font-size: 24px;
    font-weight: bold;
    color: #c8131b;
    margin-top: 5px;
}

.main .Right .infolist li .lf_date .month,
.main .Right .infolist li .lf_date .year {
    color: #2c2c2c;
    margin-top: 0;
}

.main .Right .infolist li .rl_infos {
    float: left;
    color: #59595f;
    margin-left: 20px;
}

.main .Right .infolist li .rl_infos .tiles {
    font-size: 19px;
    margin-top: 10px;
}

.main .Right .infolist li .rl_infos .descript {
    width: 810px;
    font-size: 15px;
    margin-top: 15px;
}

/**D页面**/
.main .Right .detail {
    width: 925px;
}

.main .Right .detail p {
    color: rgba(44, 44, 44, .8);
    /* opacity: .8; */
    line-height: 35px;
    font-size: 16px;
    padding-right: 15px;
}

.main .Right .detail h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.main .Right .detail h2 span {
    color: #303030 !important;
}

.main .Right .detail .dl_info {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #f9f9f9;
}

.main .Right .detail .dl_info .dlLeft {
    float: left;
    opacity: .5;
    margin-left: 10px;
}

.main .Right .detail .dl_info .dlRight {
    float: right;
    margin-right: 10px;
}

.main .Right .detail .containers {
    margin-top: 30px;
    line-height: 40px;
    color: #303030;
}

.fanye {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: .5;
    margin-top: 40px;
    margin-bottom: 40px;
}

#prevnext {
    overflow: hidden;
    margin-top: 45px;
}

#prevnext li a {
    color: #bbbbbb;
}

#prevnext .previous {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #bbbbbb;
}

#prevnext .next {
    width: 400px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #bbbbbb;
}

/**简介页面**/
.main .Right .detail .dl_txt {
    font-size: 48px;
    color: #2c2c2c;
    opacity: .1;
}

.main .Right .detail .dl_tiles {
    font-size: 24px;
    color: #c8131b;
    font-weight: bold;
}

.page_detail {
    line-height: 35px;
    font-size: 16px;
}

/**图文列表**/
.twlist {
    overflow: hidden;
    margin-left: -15px;
    width: 930px;
}

.twlist li {
    width: 295px;
    height: auto;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
}

.twlist li .twimg {
    width: 100%;
    height: 165px;
}

.twlist li .twimg img {
    width: 100%;
    height: 100%;
}

.twlist li .twText {
    width: 295px;
    height: 175px;
    background: #f9f9f9;
    padding-bottom: 32px;
}

.twlist li .twText .tiles {
    font-size: 18px;
    color: #2c2c2c;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}

.twlist li .twText .desc {
    opacity: .5;
    margin: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
}

.twlist li .twText .more {
    width: 70px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: #c8131b;
    margin-left: 20px;
}

/**项目页面**/
.tp_caluse {
    width: 920px;
    height: 190px;
    background: #d0aa7f;
    z-index: -1;
    float: right;
}

/* 本例子css */
.txtScroll-top {
    width: 470px;
    position: relative;
    padding-top: 20px;
}

.tp_caluse .txtScroll-top .tempWrap {
    scroll-margin-right: 20px;
    overflow-y: scroll !important;
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar-button {
    background-color: rgba(255, 255, 255, 0.5);
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0px;
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.5);
}

.tp_caluse .txtScroll-top .tempWrap::-webkit-scrollbar-resizer {
    background: #fff;
}

.txtScroll-top .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
}

.txtScroll-top .hd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-top .hd ul li {
    width: 5px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: #efd8bd;
}

.txtScroll-top .hd ul li.on {
    background: #ffffff;
}

.txtScroll-top .bd {
    padding: 15px 20px 15px 15px;
}

.txtScroll-top .bd .tempWrap {
    height: 140px !important;
}

.txtScroll-top .infoList li {
    line-height: 24px;
    color: #f6e2ca;
}

.txtScroll-top .infoList li .bt {
    font-size: 18px;
    font-weight: bold;
}

.txtScroll-top .infoList li .xiangxi {
    width: 420px;
    margin-top: 15px;
    line-height: 24px;
    overflow: hidden;
}

.txtScroll-top .infoList li .xiangxi p {
    padding-right: 20px;
}

.bt_caluse {
    width: 920px;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 50%;
    width: 100%;
}

.gallery-top .swiper-slide {
    float: left !important;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25% !important;
    height: 100%;
    float: left;
    margin-right: 5px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.info_caluse {
    width: 920px;
    margin-top: 65px;
    float: right;
}

.mobil_caluse {
    display: none;
}

/* 本例子css */
.info_caluse .slideTxtBox {
    width: 920px;
    text-align: left;
}

.info_caluse .slideTxtBox .hd {
    height: 30px;
    position: relative;
    padding-bottom: 17px !important;
}

.info_caluse .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}

.info_caluse .slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    margin-right: 40px;
}

.info_caluse .slideTxtBox .hd ul li:nth-child(1) {
    margin-left: 0;
}

.slideTxtBox .hd ul li.on {
    height: 47px;
    border-bottom: 1px solid #c8131b;
    color: #c8131b;
}

.info_caluse .slideTxtBox .bd ul {
    zoom: 1;
}

.info_caluse .slideTxtBox .bd ul .info1 {
    width: 920px;
}

.info_caluse .slideTxtBox .bd ul .info1 .info1_lis {
    overflow: hidden;
}

.info_caluse .slideTxtBox .bd ul .info1 .info1_lis p {
    line-height: 28px;
}

.info_caluse .slideTxtBox .bd ul .info1 .lis {
    float: left;
    width: 430px;
    color: #393939;
    line-height: 28px;
}

.info_caluse .slideTxtBox .bd ul .info1 .lis span {
    opacity: .7;
    display: inline-block;
    margin-right: 10px;
}

.info_caluse .slideTxtBox .bd ul .info1 .info_map {
    width: 920px;
    height: 280px;
    margin-top: 40px;
}

.info_caluse .slideTxtBox .bd ul .info1 .info_map img {
    width: 100%;
    height: 100%;
}

.contact {
    width: 920px;
    height: 700px;
    margin-left: 0;
    position: relative;
    float: right;
}

.map {
    width: 100%;
    height: 400px;
    background: #f0f0f0;
    margin-top: 30px;
}

.contact_method {
    position: absolute;
    top: 300px;
    left: 22px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.contact_method ul li {
    height: 150px;
    padding: 40px 40px;
    background: #fff;
    float: left;
    text-align: center;
    position: relative;
}

.contact_method ul li:after {
    content: "";
    width: 1px;
    height: 100px;
    background: #e5e5e5;
    position: absolute;
    top: 30px;
    left: 0px;
}

.contact_method ul li:first-child:after {
    display: none;
}

.contact_method ul li p {
    margin-top: 20px;
}

.contact_method ul li:nth-child(2) p {
    margin-top: 5px;
}

.contact_method ul li:nth-child(3) p {
    margin-top: 15px;
}

.land_intro {
    width: 70%;
    margin: 160px auto;
    text-align: center;
}

.introTils {
    font-size: 30px;
}

.introdes {
    color: #4c4c4c;
    opacity: 0.5;
    margin-top: 30px;
}

.layui-icon {
    font-size: 10px !important;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
}

.sch-form .sch-input {
    border: none;
    background: #ececec;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    padding: 20px 10px;
}

.sch-form .sch-btn {
    position: absolute;
    right: 35px;
    top: 25px;
    background: none;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.layui-col-space20>* {
    background: #f0f0f0;
    margin-bottom: 20px;
}

.tabclick {
    font-size: 24px;
    font-weight: bold;
}

.colinfo-list {
    overflow: hidden;
}

.colinfo-list a {
    display: block;
    background: #fff;
    overflow: hidden;
}

.colinfo-list a .shijian {
    width: 90px;
    height: 90px;
    float: left;
    background: #323232;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.colinfo-list a .shijian span {
    display: block;
}

.colinfo-list a .shijian .ri {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.colinfo-list a .title {
    font-size: 18px;
    margin: 14px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    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;
}

.colinfo-list a .desc {
    color: #aaa;
    line-height: 20px;
}

.colinfo-list a:hover .shijian {
    background: #c9161e;
}

.colinfo-list a:hover .title {
    color: #c9161e;
}

.pagination>.active>a {
    background: #c9161e !important;
}

.colinfo-list .textbox a {
    display: inline-block;
}

.colinfo-list .textbox .shijian {
    width: 90px;
    height: 90px;
    float: left;
    background: #323232;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.colinfo-list .textbox .shijian span {
    display: block;
}

.colinfo-list .textbox .shijian .ri {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.colinfo-list .textbox .title {
    font-size: 18px;
    margin: 14px 0 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    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;
}

.colinfo-list .textbox .desc {
    color: #aaa;
    line-height: 20px;
}

.colinfo-list .textbox:hover .shijian {
    background: #c8131b;
}

.colinfo-list .textbox:hover .title {
    color: #c8131b;
}

.dsj_hd {
    width: 75px;
    float: left;
    position: relative;
    top: 0px;
    margin-bottom: 35px;
}

.dsj_hd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.dsj_hd li {
    margin-bottom: 1px;
}

.dsj_hd li a {
    width: 210px;
    text-align: center;
    display: block;
    height: 70px;
    line-height: 70px;
    background: #eee;
    font-size: 24px;
    background-size: 100%;
    font-weight: bold;
    color: #c2c2c2;
    margin-right: 25px;
}

.dsj_hd li a:hover,
.dsj_hd li.active a {
    background: #c8131b;
    color: #fff;
}

.dsj_bd {
    width: 945px;
    float: left;
    background: url(/hdimg/bas/dot.jpg) repeat-y 75px 0;
}

.dsj_sub_name {
    margin: 30px 0;
    color: #3073b1;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    background: url(/hdimg/bas/dot1.jpg) no-repeat 68px 50%;
    padding-left: 110px;
}

.dsj_sub_info li {
    overflow: hidden;
}

.dsj_sub_info li .shijian {
    float: left;
    width: 110px;
    padding-top: 5px;
    background: url(/hdimg/bas/dot2.png) no-repeat 75px 0px;
    margin-left: 0;
    font-size: 24px;
    font-weight: bold;
    color: #c8131b;
    margin-top: 40px;
}

.dsj_sub_info li .text {
    width: 795px;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
    border-radius: 5px;
    float: right;
    line-height: 2em;
    margin-right: 35px;
    font-size: 16px;
}

.dsj_sub_info li .desc {
    width: 740px;
    border-radius: 5px;
    float: right;
    line-height: 1.5em;
    margin-right: 35px;
    font-size: 14px;
    color: #b4b2b2;
}

.dsj_sub_info li:nth-child(1) .text {
    margin-top: 20px;
}

/**分子公司**/
.fzgs {
    overflow: hidden;
    margin-left: -40px;
}

.fzgs li {
    width: 45%;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #e6e5e6;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #2c2c2c;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.fzgs li:hover {
    background: #d8000d;
    color: #fff;
}

/* -- */

.contact_method {
    position: unset;
    width: 100%;
    height: 160px;
    text-align: center;
}

.contact_method ul {
    display: inline-block;
}

.contact {
    height: 760px;
}

.land_intro {
    margin: 65px auto;
}

.contact_method ul li {
    height: 80px;
}<!--耗时1758925545.9548秒-->