html,
body,
a,
p,
span,
ul, 
img {

    font-family: "Microsoft YaHei", "Arial";
}

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-family: 'youshebiaotihei';
    src: url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff2'), url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff');
    src: url('../UploadFiles/font/youshebiaotihei.ttf') format('woff2'), url('../UploadFiles/font/youshebiaotihei.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.w1200 {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px
}

.header_box header {
    height: 105px;
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s;
}
@media (max-width:1024px) {
    .header_box header {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        transition: .5s;
        background-color: #fff;
    }
}
.header_box header:hover {
    transition: all 0.5s ease;
    background-color: #ffffff;
    top: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header .w1200 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1630px;
    padding: 0 15px;
}
@media (max-width:1440px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1630px;
        padding: 0 21px;
    }
}
@media (max-width:1024px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1630px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
}
.header_box header .logo {
    display: flex;
    align-items: center;
}

.header_box header .logo a {
    display: flex;
    align-items: center;
}

.header_box header .logo a .ll {
    overflow: hidden;
}

.header_box header .logo a .ll .img {
    height: 5.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}
@media (max-width:1440px) {
    .header_box header .logo a .ll .img {
        height: 5rem;
        animation: mymove 3s infinite;
        -webkit-animation: mymove 3s infinite;
        image-rendering: auto;
        position: relative;
    }
}
.header_box header .logo a .ll .img img:nth-child(1) {
    height: 100%;
    outline: 1px solid transparent;
    opacity: 1;
}

.header_box header .logo a .ll .img img:nth-child(2) {
    height: 100%;
    opacity: 0;
    outline: 1px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
}

@media (max-width:1024px) {
    .header_box header .logo a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 0;
        
    }
    
    .header_box header .logo a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 1;
        outline: 1px solid transparent;
        position: absolute;
        content: "";
        top: 0;
        left: 1px;

    }
}
.header_box header .right {
    display: flex;
    align-items: center
}
.header_box header .right1 {
    display: none;

}
@media (max-width:1024px) {
    .header_box header .right {
        display: none;
    }
    .header_box header .right1 {
    align-items: center;
    display: block;
    
    }
}

#nav {
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#nav ul {
    font-size: 0;
    
}
#nav ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
    margin-right: 2rem;
}
@media (max-width:1440px) {
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 1rem;
    }
}
@media (max-width:1024px) {
    #nav ul {
        font-size: 0;
        padding-left: 50px;
    }
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 2.5rem;
    }
}


#nav ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
    left: 0;
    background: #ffffff;
    width: 100%;
}
@media (max-width:1024px) {
    #nav ul li.on:before,
#nav ul li:hover:before {
    left: 0;
    background: #911c2e;
    width: 100%;
}
}
#nav ul li a {
    display: flex;
    padding: 0;
    height: 60px;
    align-items: center;
}

#nav ul li h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: relative;
    transition: .36s;
    display: flex;
    align-items: center;
    height: 55px;
    text-align: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    #nav ul li h3 {
        font-size: 20px;
        color: #333;
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}
.header_box header:hover #nav ul li h3 {
    color: #333;
    transition: .36s;
}

.header_box header:hover #nav ul li.on:before,
#nav ul li:hover:before {
    background: #911c2e;
}

#nav ul li h3 img {
    margin: 0 0 0 .625rem
}

#nav ul li h3 img.img2 {
    display: none
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#nav ul li .sub a {
    padding: 10px 30px;
    line-height: 24px;
    transition: .6s;
    font-size: 15px;
    color: #666666;
    white-space: nowrap;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #911c2e;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateX(-50%);
}

#nav>ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
    width: 100%;
}

#nav>ul>li.on h3 img.img1,
#nav>ul>li:hover h3 img.img1 {
    display: none;
}

#nav>ul>li.on h3 img.img2,
#nav>ul>li:hover h3 img.img2 {
    display: inline-block;
}


.header_box header .tel {
    line-height: 90px;
    white-space: nowrap;
}

.header_box header .tel .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .tel img {
    margin: 0;
}

.header_box header form {
    display: inline-block;
    width: 16.25rem;
    border: #d2d2d2 1px solid;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    margin-left: 1.75rem;
    padding: 0 .375rem 0 0;
}

.header_box header form input {
    width: calc(100% - 3rem);
    float: left;
    height: 42px;
    background: #fff;
    font-size: .875rem;
    color: #787b7d;
    padding-left: 1.25rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header_box header .n_button {
    width: 3rem;
    height: 42px;
    font-size: 1.125rem;
    cursor: pointer;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .n_button svg {
    width: 1rem;
    height: 1rem;
}

.header_box header.xg {
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    top: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header.xg #nav ul li h3 {
    color: #333;
}

.header_box header.xg #nav ul li.on:before {
    background: #911c2e;
}

.header_box header.xg #nav ul li:hover:before {
    background: #911c2e;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}


.header_box {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 0;
    z-index: 1000;
}

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .w1200 {
    position: relative;
    height: 100%;
}

.m_user {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 4rem;
    color: #999;
}

.m_user a {
    display: inline-block;
    margin: 0 .625rem;
    color: #666;
}

.m_user a svg {
    width: 16px;
}

.m_user a:hover {
    color: #ff0000;
}

.m_user a:hover svg path {
    fill: #ff0000;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
}

#m_logo img {
    display: block;
    max-height: 3.5rem;
}

#m_logo .box_table {
    width: auto
}

/*导航按钮开始*/
#nav_btn_box {
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 4.5rem;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box .w1200 {
    height: 100%
}

#nav_btn_box .box_table {
    width: auto
}

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.375rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.375rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 3px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -5px;
}

#nav_btn .navbtn::before {
    top: 5px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    right: -101vw;
    top: 0;
    display: none;
    padding: 50px 0 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.zyqh {
    width: 7%;
    height: 25px;
    line-height: 25px;
    background-color: #911c2e;
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
}
@media (max-width:1024px) {
    .zyqh {
        width: 12%;
        height: 25px;
        line-height: 25px;
        background-color: #911c2e;
        border-radius: 30px;
        padding: 10px 10px;
        display: flex;
        justify-content: space-around;
        margin: 30px 0px;
    }
}
.zyqh a {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.zyqh img {
    width: 30%;
}

/* -------------------------------------------------------------------------------------------banner图 */
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

@media (max-width:1024px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 150px;
    }
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: -1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 70px;
    background: transparent url(../UploadFiles/an.png) no-repeat left 25px top 22px;
    background-size: 110% 55%;
    margin-top: -45px;
    background-color: rgba(255, 255, 255, 0.192);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.slide_nav:hover {
    background-color: #911c2e;
    transition: all 0.5s ease;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right 25px top 22px;
    right: -1%;

}

.slide_container .tu {
    width: 100%;
    height: 602px;

}

/* -------------------------------------------------------------产品中心 */
.cpzx {
    width: 100%;
    height: auto;
    padding: 90px 0px 40px 0px;
}

.cpzx_t {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cpzx_t dl p {
    position: absolute;
    font-size: 10rem;
    font-weight: 900;
    text-stroke: 1px rgb(145 28 46 / 65%);
    -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
    color: #ffffff;
    top: -110px;
    left: -15px;
    z-index: 1;
    font-style: oblique;
}

.cpzx_t dl h2 {
    font-size: 2.5rem;
    color: #383838;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    padding-left: 60px;
}

.cpzx_t dl h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    margin-top: 10px;
    color: #d1d1d1;
    font-style: oblique;
}

.cpzx_t h3 span {
    color: #004ea2;
}

.cpzx_t ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 30px;
}
@media (max-width:1440px) {
    .cpzx_t ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
}
.cpzx_t ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #911c2e;
    background-color: #911c2e;
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .cpzx_t ul li {
        width: calc((100% - 4% ) / 4);
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #911c2e;
        background-color: #911c2e;
        border-radius: 30px;
        margin: 30px 5px;
        transition: all 0.5s ease;
    }
}
.cpzx_t ul li:nth-child(6) {
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #911c2e;
    background-color: rgba(145, 28, 46, 0);
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}

.cpzx_t ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
}

.cpzx_t ul li:nth-child(6) a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .cpzx_t ul li:nth-child(6) {
        width: 22%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #911c2e;
        background-color: rgba(145, 28, 46, 0);
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }
    .cpzx_t ul li a {
        display: block;
        color: #fff;
        font-size: 20px;
        transition: all 0.5s ease;
    }
    
    .cpzx_t ul li:nth-child(6) a {
        display: block;
        color: #333;
        font-size: 20px;
        transition: all 0.5s ease;
    }
}
.cpzx_t ul li:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #911c2e;
    transition: all 0.5s ease;
}

.cpzx_t ul li:hover a {
    color: #333;
    transition: all 0.5s ease;
}

.cpzx_t ul li:nth-child(6):hover a {
    color: #911c2e;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .cpzx {
        width: 100%;
        height: auto;
        padding: 90px 0px 40px 0px;
    }

    .cpzx_t {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cpzx_t dl p {
        position: absolute;
        font-size: 10rem;
        font-weight: 900;
        text-stroke: 1px rgb(145 28 46 / 65%);
        -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
        color: #ffffff;
        top: -110px;
        left: -15px;
        z-index: 1;
        font-style: oblique;
    }

    .cpzx_t dl h2 {
        font-size: 2.5rem;
        color: #383838;
        font-weight: 600;
        letter-spacing: 1px;
        z-index: 1;
        position: relative;
        padding-left: 60px;
    }

    .cpzx_t dl h3 {
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 600;
        padding-left: 30px;
        margin-top: 10px;
        color: #d1d1d1;
        font-style: oblique;
    }

    .cpzx_t h3 span {
        color: #004ea2;
    }

    .cpzx_t ul {
        width: 98%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cpzx_t ul li {
        width: calc((100% - 12% ) / 3);
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #911c2e;
        background-color: #911c2e;
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li:hover {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #911c2e;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li:hover a {
        color: #fff;
        transition: all 0.5s ease;
    }
}

.cpzx_n {
    width: 90%;
    height: auto;
    padding-top: 50px;
    margin: 0 auto;

}

@media (max-width:1024px) {
    .cpzx_n {
        width: 90%;
        height: auto;
        padding-top: 10px;
        margin: 0 auto;

    }
}

.cpzx_n ul {
    width: 100%;
    height: auto;
    display: flex;
}

.sycpbox {
    width: 100%;
    padding: 80px 0 60px;
}

.sycp {
    width: 90%;
    margin: 0 auto;
}

.sycpfl {
    width: 100%;
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.sycpfl li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background-color: #054c7a;
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 25px;
    transition: all 0.6s;
}

.sycpfl li a:hover {
    background-color: #084d85;
    color: #fff;
}

.swiper-container {
    padding: 0 10px;
    box-sizing: border-box;
}

.swiper-container1 {
    padding: 0 10px;
    box-sizing: border-box;
}

.sycplb a {
    width: 100%;
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.sytplbbox {
    width: 100%;
    overflow: hidden;
}

.sytplbbox img {
    width: 100%;
    display: block;
    transition: all 0.4s;
}

.sytplibt {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}

.sytplibt p:nth-child(1) {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    width: calc(100% - 10px);
    display: block;
    padding-right: 0px;
    box-sizing: border-box;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sytplibt p:nth-child(2) {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../UploadFiles/pic/cpy.png");
    background-size: 60px 30px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
display: none;
}

.sytplibt p:nth-child(3) {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    position: relative;
}

.sytplibt p:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #911c2e;
    right: 0;
    transition: all 0.4s;
}

.sycplb a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.sycplb a:hover .sytplbbox img {
    transform: scale(1.1);
}

.sycplb a:hover .sytplibt {
    background-color: #911c2e;
}

.sycplb a:hover .sytplibt p:nth-child(1) {
    color: #fff
}

.sycplb a:hover .sytplibt p:nth-child(2) {
    background-position: 0 50%;
}

.sycplb a:hover .sytplibt p:nth-child(3)::before {
    width: 100%;
    background-color: #fff;
}

@media(max-width:1200px) {
    .sycpbox {
        padding: 40px 0;
    }

    .sycp {
        width: 96%;
    }
}

@media(max-width:980px) {
    .sycpbox {
        padding: 100px 0;
    }

    .sycpfl {
        flex-wrap: wrap;
        margin: 30px auto;
        max-width: 10000px;
    }

    .sycpfl li {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .sycpfl li a {
        padding: 0;
        text-align: center;
        font-size: 42px;
        line-height: 100px;
        border-radius: 50px;
    }

    .sytplibt {
        padding: 30px;
    }

    .swiper-container {
        padding: 0 8px;
    }

    .swiper-container1 {
        padding: 0 8px;
    }

    .sycplb a {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .sytplibt p:nth-child(1) {
        width: 100%;
        letter-spacing: 0px;
        padding-right: 0;
        font-size: 38px;
        line-height: 100px;
    }

    .sytplibt p:nth-child(2) {
        display: none;
    }

    .sytplibt p:nth-child(3) {
        margin-top: 2px;
    }

    .sytplibt p:nth-child(3)::before {
        left: 0;
        width: 86px;
        height: 2px;
    }
}

/* ----------------------------------------------------------公司简介 */
.gy {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/gy_bg.png);
    padding: 50px 0px 50px 0px;
    background-size: 100% 100%;
}

.gy dl {
    font-size: 3rem;
    color: rgb(78, 78, 78);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.gy dl span {
    font-size: 3rem;
    font-weight: 600;
    color: #911c2e;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.ggg {
    display: none;
}

.gy p {
    letter-spacing: 1px;
    line-height: 40px;
}

.gy p:nth-child(3) {
    width: 90%;
    height: auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.gy p:nth-child(4) {
    width: 85%;
    height: auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.gy p:nth-child(5) {
    width: 85%;
    height: auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;

}

.gy a {
    width: 160px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #911c2e;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #911c2e;
    margin-top: 50px;
}

.gy a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #911c2e;
    transition: all 0.5s ease;
}

.llx {
    width: 100%;
    height: auto;
    display: flex;
    background: url(/UploadFiles/pic/lxx_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.llx_l {
    width: 28%;
    height: auto;

}

.llx_l img {
    width: 100%;
    height: auto;
}

.llx_r {
    width: 72%;
    padding: 50px;
    display: flex;
}

.llxr_l {
    width: 70%;
    height: auto;
}

.llxr_l p:nth-child(1) {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

.llxr_l p:nth-child(2) {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 65px;
    letter-spacing: 1px;
}

.llxr_l p:nth-child(2)::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.llxr_r {
    width: 30%;
    height: auto;

}

.llxr_r a {
    width: 160px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid rgb(255, 255, 255);
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #911c2e;
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}

.llxr_r a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    .gy {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gy_bg.png);
        padding: 80px 0px 50px 0px;
        background-size: 100% 100%;
    }

    .gy dl {
        font-size: 3rem;
        color: rgb(78, 78, 78);
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 50px;
    }

    .gy dl span {
        font-size: 3rem;
        color: #911c2e;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 50px;
    }

    .gy p {
        letter-spacing: 1px;
    }

    .gy p:nth-child(3) {
        width: 98%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .gy p:nth-child(4) {
        width: 85%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .gy p:nth-child(5) {
        width: 85%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .gy p:nth-child(6) {
        width: 85%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;

    }

    .gy a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #911c2e;
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background-color: #911c2e;
        margin-top: 50px;
    }

    .gy a:hover {
        background-color: rgba(255, 255, 255, 0);
        color: #911c2e;
        transition: all 0.5s ease;
    }

    .llx {
        width: 100%;
        height: auto;
        display: flex;
        background: url(/UploadFiles/pic/lxx_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }

    .llx_l {
        width: 42%;
        height: auto;
    }

    .llx_l img {
        width: 100%;
        height: auto;
    }

    .llx_r {
        width: 72%;
        background-color: rgba(2, 117, 183, 0)255);
        padding: 50px;
        display: flex;
    }

    .llxr_l {
        width: 70%;
        height: auto;
    }

    .llxr_l p:nth-child(1) {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 30px;
    }

    .llxr_l p:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-left: 65px;
        letter-spacing: 1px;
    }

    .llxr_l p:nth-child(2)::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

    .llxr_r {
        width: 30%;
        height: auto;

    }

    .llxr_r a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid rgb(255, 255, 255);
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #911c2e;
        background-color: rgb(255, 255, 255);
        margin-top: 50px;
    }

    .llxr_r a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0);
        transition: all 0.5s ease;
    }
}

@media (max-width:1024px) {
    .gy {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gy_bg.png);
        padding: 80px 0px 50px 0px;
        background-size: 100% 100%;
    }

    .gy dl {
        font-size: 3rem;
        color: rgb(78, 78, 78);
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 50px;
    }

    .gy dl span {
        font-size: 3rem;
        color: #911c2e;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 50px;
    }

    .gy p {
        letter-spacing: 1px;
    }

    .ggg {
        display: block;
    }

    .ggg p {
        width: 90%;
        height: auto;
        font-size: 31px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        line-height: 65px;
        margin-bottom: 15px;
        max-height: 999px;
    }

    .gy p:nth-child(3) {
        width: 98%;
        height: auto;
        font-size: 25px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        display: none;
    }

    .gy p:nth-child(4) {
        width: 88%;
        height: auto;
        font-size: 25px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        display: none;

    }

    .gy p:nth-child(5) {
        width: 85%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        line-height: 30px;
        display: none;
    }

    .gy p:nth-child(6) {
        width: 85%;
        height: auto;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        display: none;
    }

    .gy a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #911c2e;
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background-color: #911c2e;
        margin-top: 50px;
    }

    .gy a:hover {
        background-color: rgba(255, 255, 255, 0);
        color: #911c2e;
        transition: all 0.5s ease;
    }

    .llx {
        width: 100%;
        height: auto;
        display: flex;
    }

    .llx_l {
        width: 42%;
        height: auto;
        display: none;
    }

    .llx_l img {
        width: 100%;
        height: auto;
    }

    .llx_r {
        width: 90%;
        background-color: #911c2e;
        padding: 50px;
        display: flex;
    }

    .llxr_l {
        width: 70%;
        height: auto;
    }

    .llxr_l p:nth-child(1) {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 30px;
    }

    .llxr_l p:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-left: 65px;
        letter-spacing: 1px;
    }

    .llxr_l p:nth-child(2)::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

    .llxr_r {
        width: 30%;
        height: auto;

    }

    .llxr_r a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid rgb(255, 255, 255);
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #911c2e;
        background-color: rgb(255, 255, 255);
        margin-top: 50px;
    }

    .llxr_r a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0);
        transition: all 0.5s ease;
    }
}

/* -------------------------------------------------------------工程案例 */
.gcal {
    width: 100%;
    height: auto;
    padding: 90px 0px 40px 0px;
}

.gcal_t {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.gcal_t dl p {
    position: absolute;
    font-size: 10rem;
    font-weight: 900;
    text-stroke: 1px rgb(145 28 46 / 65%);
    -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
    color: #ffffff;
    top: -120px;
    left: -20px;
    z-index: 1;
    font-style: oblique;
}

.gcal_t dl h2 {
    font-size: 2.5rem;
    color: #383838;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    padding-left: 60px;
}

.gcal_t dl h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 70px;
    margin-top: 10px;
    color: #d1d1d1;
    font-style: oblique;
}

.gcal_t h3 span {
    color: #004ea2;
}

.gcal_t ul {
    width: 10%;
    height: auto;
    display: flex;
}
@media(max-width:1440px) {
    .gcal_t ul {
        width: 15%;
        height: auto;
        display: flex;
    }
}
.gcal_t ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #911c2e;
    background-color: #911c2e;
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}

.gcal_t ul li:nth-child(7) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #911c2e;
    background-color: rgba(145, 28, 46, 0);
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}

.gcal_t ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
}

.gcal_t ul li:nth-child(7) a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all 0.5s ease;
}

.gcal_t ul li:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #911c2e;
    transition: all 0.5s ease;
}

.gcal_t ul li:hover a {
    color: #333;
    transition: all 0.5s ease;
}

.gcal_t ul li:nth-child(7):hover a {
    color: #911c2e;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .gcal {
        width: 100%;
        height: auto;
        padding: 90px 0px 40px 0px;
    }

    .gcal_t {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .gcal_t dl p {
        position: absolute;
        font-size: 10rem;
        font-weight: 900;
        text-stroke: 1px rgb(145 28 46 / 65%);
        -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
        color: #ffffff;
        top: -110px;
        left: -15px;
        z-index: 1;
        font-style: oblique;
    }

    .gcal_t dl h2 {
        font-size: 2.5rem;
        color: #383838;
        font-weight: 600;
        letter-spacing: 1px;
        z-index: 1;
        position: relative;
        padding-left: 60px;
    }

    .gcal_t dl h3 {
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 600;
        padding-left: 30px;
        margin-top: 10px;
        color: #d1d1d1;
        font-style: oblique;
    }

    .gcal_t h3 span {
        color: #004ea2;
    }

    .gcal_t ul {
        width: 25%;
        height: auto;
        display: flex;
    }

    .gcal_t ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #911c2e;
        background-color: #911c2e;
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }

    .gcal_t ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        transition: all 0.5s ease;
    }

    .gcal_t ul li:hover {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #911c2e;
        transition: all 0.5s ease;
    }

    .gcal_t ul li:hover a {
        color: #fff;
        transition: all 0.5s ease;
    }
}

.gcal_n {
    padding-top: 50px;
}

.wrap_n {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.syfwlb {
    padding: 0 40px;
    box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    z-index: 10;
}

.syfwlb::before {
    left: -1px;
    /*background-color: #fff;*/
}

.syfwlb::after {
    right: -1px;
    /*background-color: #f3f3f3;*/
}

.syfwnr {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.sycplb1 {
    width: 100%;
    display: block;
    border: 1px solid #e9e9e985;
    box-sizing: border-box;
    transition: all 0.6s;
    margin-top: 10px;
    background-color: #fff;
}

.sycplb1 .sycplbtp {
    width: 100%;
    overflow: hidden;
}

.sycplb1 .sycplbtp img {
    width: 100%;
    display: block;
    transition: all 0.8s;
}

.sycplbbt {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    color: #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 16px;
    background-image: url("../../UploadFiles/bj/jt.png");
    background-size: 18px 16px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.sycplb1:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-bottom: 6px;
}

.sycplb1:hover .sycplbtp img {
    transform: scale(1.1);
}

.sycplb1:hover .sycplbbt p:nth-child(1) {
    color: #911c2e;
}

@media(max-width:1024px) {
    .syfw {
        width: 96%;
    }

    .sycplbbt p:nth-child(1) {
        font-size: 27px;
    }

    .sycplbbt p:nth-child(2) {
        font-size: 23px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 80px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    /* background: url("data:image/svg+xml;charset=utf-8,%3Csv
    g%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'
    0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l
    19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255); */
}

/* -------------------------------------------------------------------新闻动态 */
.xwdt {
    width: 100%;
    height: auto;
    padding: 90px 0px 40px 0px;
    background-color: rgb(245, 245, 245);
}



.slideTxtBox {
    width: 95%;
    text-align: left;
    margin: 0 auto;
}

.slideTxtBox .hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
@media (max-width:1440px) {
    .slideTxtBox .hd {
        width: 99%;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        position: relative;
    }
}
.slideTxtBox .hd dl {
    width: 50%;
}

.slideTxtBox .hd dl p {
    position: absolute;
    font-size: 10rem;
    font-weight: 900;
    text-stroke: 1px rgb(145 28 46 / 65%);
    -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
    color: #ffffff;
    top: -120px;
    left: -20px;
    z-index: 1;
    font-style: oblique;
}

.slideTxtBox .hd dl h2 {
    font-size: 2.5rem;
    color: #383838;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    padding-left: 60px;
}

.slideTxtBox .hd dl h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 85px;
    margin-top: 10px;
    color: #d1d1d1;
    font-style: oblique;
}

.slideTxtBox .hd h3 span {
    color: #004ea2;
}

.slideTxtBox .hd ul {
    position: absolute;
    right: 20px;
    top: 20pxpx;
    display: flex;
    width: 23%;
    height: auto;
}
@media (max-width:1440px) {
    .slideTxtBox .hd ul {
        position: absolute;
        right: 20px;
        top: 20pxpx;
        display: flex;
        width: 37%;
        height: auto;
    }
}
.slideTxtBox .hd ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #911c2e;
    background-color: #911c2e;
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}



.slideTxtBox .hd ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
    cursor: pointer;
}
@media (max-width:1024px) {
    .slideTxtBox .hd ul {
        position: absolute;
        right: 20px;
        top: 20pxpx;
        display: flex;
        width: 53%;
        height: auto;
    }
    
    .slideTxtBox .hd ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #911c2e;
        background-color: #911c2e;
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }
    
    
    
    .slideTxtBox .hd ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        transition: all 0.5s ease;
        cursor: pointer;
    }
}

.slideTxtBox .hd ul li:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #911c2e;
    transition: all 0.5s ease;
}

.slideTxtBox .hd ul li:hover a {
    color: #333;
    transition: all 0.5s ease;
}






.slideTxtBox .bd {
    width: 100%;
    height: auto;
}

.slideTxtBox .bd ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 30px 30px;
    margin: 0 auto;
}

.slideTxtBox .bd ul li {
    width: 23%;
    height: auto;
    margin: 20px;
    background-color: #fff;
    position: relative;
}
@media (max-width:1440px) {
    .slideTxtBox .bd ul li {
        width: 22%;
        height: auto;
        margin: 20px;
        background-color: #fff;
        position: relative;
    }
}
@media (max-width:1024px) {
    .slideTxtBox .bd ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 30px;
        margin: 0 auto;
    }
    
    .slideTxtBox .bd ul li {
        width: calc((100% - 10% ) / 2 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        position: relative;
    }
}
.slideTxtBox .bd ul li a {
    width: 100%;
    display: block;
}

.slideTxtBox .bd a h3 {
    width: 100%;
    overflow: hidden;
}

.slideTxtBox .bd a h3 img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.slideTxtBox .bd dl {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
}

.slideTxtBox .bd dl h2 {
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
    font-weight: 600;
}

.slideTxtBox .bd dl p {
    font-size: 14px;
    color: rgb(124 124 124);
    text-overflow: ellipsis;
    line-height: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
    .slideTxtBox .bd dl h2 {
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all 0.5s ease;
        font-weight: 600;
    }
    
    .slideTxtBox .bd dl p {
        font-size: 15px;
        color: rgb(124 124 124);
        text-overflow: ellipsis;
        line-height: 25px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.slideTxtBox .bd dl span {
    display: block;
    height: 20px;
    width: 45px;
    transition: all 0.5s ease;
    background: url(/UploadFiles/pic/icon10.png);
    background-repeat: no-repeat;
}

.zs {
    position: absolute;
    content: "";
    top: 0;
    right: 40px;
    width: 19%;
    height: auto;
    padding: 25px 15px;
    background-color: #911c2e;
    text-align: center;
}
@media (max-width:1440px) {
    .zs {
        position: absolute;
        content: "";
        top: 0;
        right: 40px;
        width: 26%;
        height: auto;
        padding: 25px 15px;
        background-color: #911c2e;
        text-align: center;
    }
}
.zs i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.zs p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width:1024px) {
    .zs {
        position: absolute;
        content: "";
        top: 0;
        right: 40px;
        width: 21%;
        height: auto;
        padding: 25px 15px;
        background-color: #911c2e;
        text-align: center;
    }
    
    .zs i {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
    }
    
    .zs p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
}
.slideTxtBox .bd li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.slideTxtBox .bd li:hover dl h2 {
    color: #911c2e;
    transition: all 0.5s ease;
}

.slideTxtBox .bd li:hover dl span {
    background: url(/UploadFiles/pic/icon101.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all 0.5s ease;
}


.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.xw_a {
    width: 140px;
    height: 40px;
    background-color: #911c2e;
    display: block;
    border: 1px solid #911c2e;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .xw_a {
        width: 140px;
        height: 40px;
        background-color: #911c2e;
        display: block;
        border: 1px solid #911c2e;
        line-height: 40px;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        transition: all 0.5s ease;
    }
}
.xw_a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #333;
    transition: all 0.5s ease;
}

/* -----------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 455px;
    background-color: #212121;
    display: flex;
    justify-content: space-around;
}

.di_l {
    width: 23%;
    padding-top: 95px;
    text-align: center;
}

.di_l p:nth-child(1) img {
    width: 85%;
}

.di_l p:nth-child(2) {
    width: 95%;
    font-size: 28px;
    color: #fff;
    margin: 10px auto;
    font-family: 'youshebiaotihei';
    text-align: initial;
    padding-left: 10px;
}

.di_l p:nth-child(3) {
    width: 100%;
    font-size: 45px;
    color: #fff;
    margin: 5px auto;
    font-family: 'youshebiaotihei';
}
@media (max-width:1440px) {
    .di_l p:nth-child(3) {
        width: 100%;
        font-size: 24px;
        color: #fff;
        margin: 5px auto;
        font-family: 'youshebiaotihei';
    }
}
.di_z {
    width: 55%;
    height: auto;
    padding-top: 30px;
}

.di_z ul {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.di_z ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #424242;
    top: 66px;
    left: 0;
}

.di_z ul li {
    width: 15%;
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

.di_z ul li:nth-child(2) {
    width: 25%;
}

.di_z ul li:nth-child(5) {
    width: 50%;
}

.di_z li a span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 25px;
}

.di_z li a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.di_z li a:hover {
    color: #911c2e;
}

.di_z li a:hover span {
    color: #911c2e;
}

.di_z li p {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}

.di_r {
    width: 15%;
    padding-top: 100px;
    text-align: center;
}

.di_r img {
    width: 60%;
}

.di_r p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.ddd {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: #212121;
}

.ddd p {
    margin-top: 9px;
    color: #fff;
    font-size: 16px;
}

.ddd a {
    margin-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.footbox {
    height: 10rem;
    background: rgb(145 28 46 / 50%);
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    min-width: 375px;
    position: fixed;
    border-top: 0;
    z-index: 1000;
}

.flexbox {
    margin-top: 2px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footbox ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.footbox ul li a {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
}

.footbox ul li a img {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 5px auto;
}

@media(min-width:1000px) {
    .footbox {
        display: none;
    }
}

.sjkx {
    display: block;
}

@media(min-width:1000px) {
    .sjkx {
        display: none;
    }
}

@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 510px;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }

    .di_l {
        width: 20%;
        padding-top: 55px;
        text-align: center;
    }

    .di_l img {
        width: 92%;
    }

    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }

    .di_z {
        width: 72%;
        height: auto;
        padding-top: 30px;
    }

    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }

    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }

    .di_z ul li {
        width: 15%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }

    .di_z ul li:nth-child(2) {
        width: 25%;
    }

    .di_z ul li:nth-child(5) {
        width: 50%;
    }

    .di_z li a span {
        font-size: 18px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }

    .di_z li a {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
    }

    .di_z li a:hover {
        color: #911c2e;
    }

    .di_z li a:hover span {
        color: #911c2e;
    }

    .di_z li p {
        font-size: 16px;
        color: #fff;
        line-height: 38px;
    }

    .di_r {
        width: 15%;
        padding-top: 120px;
        text-align: center;
    }

    .di_r img {
        width: 85%;
    }

    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }

    .ddd {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        background-color: #212121;
    }

    .ddd p {
        margin-top: 9px;
        color: #fff;
        font-size: 16px;
    }

    .ddd a {
        margin-top: 12px;
        margin-left: 15px;
    }
}

@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 520px;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }

    .di_l {
        width: 20%;
        padding-top: 85px;
        text-align: center;
        display: none;
    }

    .di_l img {
        width: 92%;
    }

    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }

    .di_z {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }

    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }

    .di_z ul li {
        width: 14%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }

    .di_z ul li:nth-child(2) {
        width: 25%;
    }

    .di_z ul li:nth-child(5) {
        width: 55%;
    }

    .di_z li a span {
        font-size: 20px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }

    .di_z li a {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
    }

    .di_z li a:hover {
        color: #911c2e;
    }

    .di_z li a:hover span {
        color: #911c2e;
    }

    .di_z li p {
        font-size: 18px;
        color: #fff;
        line-height: 38px;
    }

    .di_r {
        width: 15%;
        padding-top: 50px;
        text-align: center;
        display: none;
    }

    .di_r img {
        width: 85%;
    }

    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }

    .ddd {
        width: 100%;
        height: 86px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #212121;
    }

    .ddd p {
        margin-top: 16px;
        color: #fff;
        font-size: 22px;
    }

    .ddd a {
        width: 43%;
        margin-top: 15px;
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
    }

    .ddd a:nth-child(3) {
        width: 56%;
        margin-top: 10px;
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
    }

    .jszc {
        width: 100%;
    }
}

/* --------------------------------------------------------关于我们-栏目 */
.nytoptp {
    width: 100%;
    display: block;
}

.nywzdhbox {
    width: 100%;
    height: 80px;
    background-color: #fff;
}
@media (max-width:1024px) {
    .nywzdhbox {
        width: 100%;
        height: auto;
        background-color: #fff;
    }
}
.nywzdh {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nywzdh .nywzdhnr {
    font-size: 14px;
    line-height: 80px;
    color: #555;
    letter-spacing: 1px;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: url("../images/tacn/wzdh.png");
    background-repeat: no-repeat;
    background-size: 20px 80px;
}

.nywzdh .nywzdhnr a {
    font-size: 14px;
    line-height: 80px;
    color: #555;
    letter-spacing: 1px;
}

.nybt {
    width: 120px;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: #dc8c14;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.nydhlb {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    overflow: hidden;
    height: 80px;
}
@media (max-width:1024px) {
    .nywzdhbox {
        width: 100%;
        height: auto;
        background-color: #fff;
    }
    .nydhlb {
        font-size: 16px;
        line-height: 50px;
        color: #666;
        overflow: inherit;
        height: auto;
    }
}
.nydhlb a {
    font-size: 16px;
    line-height: 80px;
    color: #333;
    text-align: right;
    padding: 0 20px;
    position: relative;
}
@media (max-width:1440px) {
    .nydhlb a {
        font-size: 16px;
        line-height: 80px;
        color: #333;
        text-align: right;
        padding: 0 5px;
        position: relative;
    } 
}
@media (max-width:1024px) {
    .nydhlb a {
        font-size: 16px;
        line-height: 50px;
        color: #333;
        text-align: right;
        padding: 0 13px;
        position: relative;
    }
}
.nydhlb a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #911c2e;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s;
}

.nydhlb a:hover {
    color: #911c2e;
}

.nydhlb a:hover::before {
    width: 100%;
}

.nynrbox {
    width: 90%;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.nynrbt {
    width: 100%;
    font-size: 30px !important;
    color: #333;
    text-align: center;
    line-height: 46px !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.nynrbox p {
    font-size: 18px;
    line-height: 40px;
}

@media(max-width:1200px) {
    .nywzdh {
        width: 96%;
    }

    .nynrbox {
        width: 96%;
    }

    .nynrbt {
        width: 96%;
    }
}

@media(max-width:991px) {
    .nywzdh .nywzdhnr {
        display: none;
    }

    .nydhlb a {
        font-size: 24px;
    }

    .nynrbox p {
        font-size: 24px;
    }

    .nydhlb {
        width: 100%;
    }
}

.gsjj {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
}
.gsjj_n {
    width: 85%;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
}
.gsjj_n h2 {
    font-size: 2.5rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid rgb(240, 240, 240);
}
/* ------------------------------------------------------------------联系我们 */
.lxwm {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
}
.lxwm_n {
    width: 85%;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
}
.lxx_n {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.lxn_l {
    width: 26%;
    height: auto;
    background: #911c2e;
    padding: 40px;
}
.lxn_l h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
}
.lxn_l dl {
    display: flex;
    position: relative;
    padding-left: 10px;
}
@media (max-width:1440px) {
    .lxn_l dl {
        display: flex;
        position: relative;
        padding-left: 10px;
    }
}
.lxn_l dl p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.lxn_l dl i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    top: -13px;
    left: 0;
    content: '';
}
.lxn_l dl:nth-child(13) {
    width: 55%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.lxn_l dl:nth-child(13) h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 20px 0px;
}
.lxn_l dl:nth-child(13) img {
    width: 100%;
}
.lxn_r {
    width: 74%;
    height: auto;
}
.BMapLabel {
    width: 160px!important;
    height: 2px;
    padding: 70px!important;
    text-align: center!important;
    border: 0px solid rgb(255, 255, 255)!important;
    background: url(/UploadFiles/pic/tu_loen.png) top 31px left 5px!important;
    background-repeat: no-repeat !important;
    left: 20px!important;
    top: -70px!important;
}
@media (max-width:1024px) {
    .lxx_n {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding: 50px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lxn_l {
        width: 100%;
        height: auto;
        background: #911c2e;
        padding: 40px;
    }
    .lxn_l h2 {
        font-size: 30px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 600;
    }
    .lxn_l dl {
        display: flex;
        position: relative;
        padding-left: 50px;
    }
    .lxn_l dl p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
    }
    .lxn_l dl i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px;
        position: absolute;
        top: -13px;
        left: 0;
        content: '';
    }
    .lxn_l dl:nth-child(6) {
        width: 55%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        display: none;
    }
    .lxn_l dl:nth-child(6) h4 {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin: 20px 0px;
    }
    .lxn_l dl:nth-child(6) img {
        width: 100%;
    }
    .lxn_r {
        width: 100%;
        height: 500px;
    }
}
/* ---------------------------------------------------------------------------图片通用 */
.pic {
    padding-top: 30px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.pic ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.pic ul li {
    width: calc((100% - 10% ) / 4 );
    height: auto;
    margin: 20px;
    position: relative;
}
.pic ul li a {
    width: 100%;
    display: block;
}
.pic a h2 {
    width: 100%;
    overflow: hidden;
}
.pic a h2 img {
    width: 100%;
    display: block;
}
.cpp_bt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(240, 240, 240);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.pic li:hover .cpp_bt {
    height: 100%;
    background-color: #911c2ece;
    transition: all 0.5s ease;
}
.cpp_bt a {
    width: 100%;
    display: block;
}
.cpp_bt a span {
    display: block;
    color: #333;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s ease;
    width: 90%;
    margin: 0 auto;
}
.cpp_bt a dl {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ffffff93;
    color: #333;
    font-size: 18px;
    position: relative;
}
.cpp_bt a dl::before {
    position: absolute;
    content: '+';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #ffffff;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.pic li:hover .cpp_bt a {
    padding-top: 30px;
}
.pic li:hover .cpp_bt a span {
    color: #fff;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}
@media (max-width:1440px) {
    
    .pic {
        padding-top: 30px;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .pic ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pic ul li {
        width: calc((100% - 13% ) / 4 );
        height: auto;
        margin: 20px;
        position: relative;
    }
    .pic ul li a {
        width: 100%;
        display: block;
    }
    .pic a h2 {
        width: 100%;
        overflow: hidden;
    }
    .pic a h2 img {
        width: 100%;
        display: block;
    }
    .cpp_bt {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgb(240, 240, 240);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }
    .pic li:hover .cpp_bt {
        height: 100%;
        background-color: #911c2ece;
        transition: all 0.5s ease;
    }
    .cpp_bt a {
        width: 100%;
        display: block;
    }
    .cpp_bt a span {
        display: block;
        color: #333;
        text-align: center;
        font-size: 18px;
        transition: all 0.5s ease;
    }
    .cpp_bt a dl {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        line-height: 70px;
        border-radius: 50%;
        background-color: #ffffff93;
        color: #333;
        font-size: 18px;
        position: relative;
    }
    .cpp_bt a dl::before {
        position: absolute;
        content: '+';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        background-color: #ffffff;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .pic li:hover .cpp_bt a {
        padding-top: 30px;
    }
    .pic li:hover .cpp_bt a span {
        color: #fff;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    }
}
@media (max-width:1024px) {
    
    .pic {
        padding-top: 30px;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .pic ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pic ul li {
        width: calc((100% - 10% ) / 2 );
        height: auto;
        margin: 20px;
        position: relative;
    }
    .pic ul li a {
        width: 100%;
        display: block;
    }
    .pic a h2 {
        width: 100%;
        overflow: hidden;
    }
    .pic a h2 img {
        width: 100%;
        display: block;
    }
    .cpp_bt {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgb(240, 240, 240);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }
    .pic li:hover .cpp_bt {
        height: 100%;
        background-color: #911c2ece;
        transition: all 0.5s ease;
    }
    .cpp_bt a {
        width: 100%;
        display: block;
    }
    .cpp_bt a span {
        display: block;
        color: #333;
        text-align: center;
        font-size: 20px;
        transition: all 0.5s ease;
    }
    .cpp_bt a dl {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        line-height: 70px;
        border-radius: 50%;
        background-color: #ffffff93;
        color: #333;
        font-size: 18px;
        position: relative;
    }
    .cpp_bt a dl::before {
        position: absolute;
        content: '+';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        background-color: #ffffff;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .pic li:hover .cpp_bt a {
        padding-top: 30px;
    }
    .pic li:hover .cpp_bt a span {
        color: #fff;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    }
}
/* -----------------------------------------------------------------------新闻栏目 */
.xww_n {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}
.xww_n ul {
    width: 100%;
    height: auto;
}
.xww_n ul li {
    width: 100%;
    height: auto;
}
.xww_n li a {
    width: 100%;
    display: block;
    background-color: #fff;
    transition: all 0.5s ease;
}
.xww_n li a:hover {
    background-color: #ffc0c047;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
}
.xww_n li a:hover h2 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
    color: #911c2e;
    transition: all 0.5s ease;
}
.xwn_n {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid rgb(216, 216, 216);
    display: flex;
}
.xwn_n h2 {
    width: 20%;
    overflow: hidden;
}
.xwn_n h2 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwn_n1 {
    width: 76%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}
.xwn_n1 dl:nth-child(1) {
    padding: 60px 0px;
    width: 80%;
}
.xwn_n1 dl:nth-child(1) h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.xwn_n1 dl:nth-child(1) p {
    font-size: 16px;
    color: rgb(143, 143, 143);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwn_n1 dl:nth-child(2) {
    padding: 85px 0px;
    display: flex;
    width: 10%;
}
.xwn_n1 dl:nth-child(2) img {
    width: 25%;
    height: 70%;
}
.xwn_n1 dl:nth-child(2) p {
    font-size: 16px;
    color: #911c2e;
    margin-left: 10px;
    margin-top: 3px;
    background: url(/UploadFiles/pic/preview.png) left -5px no-repeat;
    background-size: 30%;
    padding-left: 40px;
    width: 100%;
    height: 40px;
}
@media (max-width:1440px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #ffc0c047;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #911c2e;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216, 216, 216);
        display: flex;
    }
    .xwn_n h2 {
        width: 20%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 76%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 80%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 16px;
        color: rgb(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        display: flex;
        width: 13%;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 21%;
        height: 70%;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 16px;
        color: #911c2e;
        margin-left: 10px;
        margin-top: 3px;
    }
}
@media (max-width:1024px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #ffc0c047;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #911c2e;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216, 216, 216);
        display: flex;
    }
    .xwn_n h2 {
        width: 35%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 64%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 70%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 25px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 18px;
        color: rgb(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        width: 23%;
        position: relative;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 25%;
        height: 15%;
        position: absolute;
        top: 83px;
        left: -30px;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 18px;
        color: #911c2e;
        margin-left: 10px;
        margin-top: 3px;
    }
}