* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;padding: 0;
}
p,span,a,h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
}
body {
    font-family: "SourceHanSansSC";
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
}
.w1200 {
    max-width: 1480px;
    min-width: 1200px;
    margin:0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
/* 单行文本超出...显示 */
.p_dan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 多行文本超出...显示 */
.p_duo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {  /*正常浏览器 清除浮动*/
    content:"";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;  /*zoom 1 就是ie6 清除浮动方式  *  ie7一下的版本所识别*/
}

/* ---------------------------------------------------- */



/* index-banner */
.wk_banner .mySwiper1 {
    overflow: hidden;
}
.wk_banner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.wk_banner .swiper-button-prev,
.wk_banner .swiper-button-next {
    /* background-color: rgba(255,255,255,0.2); */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: rgba(0, 0, 0, .4); */
    color: #fff;
}
.wk_banner .swiper-button-prev:after {
    content: '';
}
.wk_banner .swiper-button-next:after {
    content: '';
}
/* index-banner end */









/* ---------- footer ---------- */
.footer {
    background-color: #2F2F35;
    padding: 20px 0;
}
.footer .ner {
    display: flex;
    justify-content: space-between;
}
.footer .le p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
}
.footer .le .logo {
    padding-bottom: 15px;
    width: 240px;
    height: 69.13px;
}
.footer .le .logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.footer .ri h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.footer .ri .tex {
    display: flex;
}
.footer .ri .tex a {
    color: #fff;
    display: block;
    padding: 0 20px;
}
.footer_bot {
    background-color: #2F2F35;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #EEEEEE;
    border-top: 1px solid #EEEEEE;
    font-size: 14px;
}

/* ---------- header ---------- */
.header_top {
    background-color: #f1f1f1;
    height: 30px;
    line-height: 30px;
    color: #797878;
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
}
.header_n {
    padding: 15px 0;
}
.header_n .logo {
    width: 240px;
    height: 64.91px;
}
.header_n .logo img {
    width: 100%;
    height: 100%;
}
.header_n .ner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_n form {
    display: flex;
    align-items: center;
}
.header_n form input {
    width: 500px;
    height: 50px;
    border: 1px solid #C1272D;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    padding: 0 10px;
}
.header_n form button {
    background-color: #C1272D;
    width: 150px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #C1272D;
    outline: none;
    font-size: 16px;
    color: #fff;
}
input,button {
    font-family: "SourceHanSansSC";
}
.header_n form input::-webkit-input-placeholder { /* WebKit browsers */ 
    color:#949292; 
} 
.header_n form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color:#949292; 
}  
.header_n form input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color:#949292; 
} 
.header_n form input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color:#949292; 
} 
.header_n .phone p:nth-child(1) {
    display: flex;
    align-items: center;
}
.header_n .phone p:nth-child(1) img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.header_n .phone p {
    color: #C1272D;
    font-size: 18px;
}
.header_n .phone p:nth-child(2) {
    font-weight: 600;
    padding-top: 3px;
    letter-spacing: 2px;
}
.header {
    border-top: 1px solid #EEEEEE;
}
.header .ner {
    display: flex;
    justify-content: space-between;
}
.header li {
    padding: 15px 0;
}

/* ---------- 别墅图纸 ---------- */
.w_lieb {
    padding: 10px 0;
    background-color: #fff;
}
.w_lieb .ner .n {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.w_lieb .ner .n h3 {
    width: 60px;
    padding-right: 40px;
    font-size: 17px;
}
.w_lieb .ner .n h4 {
    padding-right: 50px;
    font-size: 16px;
    color: #C1272D;
}
.w_lieb .ner .n p a {
    color: #474747;
    font-size: 16px;
    margin-right: 40px;
    line-height: 28px;
}

.w_fenl {
    padding: 0px 0 60px 0;
}
.w_fenl .ner {
    display: flex;
    flex-wrap: wrap;
}
.w_fenl .ner .n {
    width: 32%;
    cursor: pointer;
    margin-top: 2%;
}
.w_fenl .ner .n .img {
    width: 100%;
    height: 448px;
    overflow: hidden;
}
.w_fenl .ner .n .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.w_fenl .ner .n .img:hover img {
    transform: scale(1.1);
    transition: all .6s;
}
.w_fenl .ner .n .tex {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #A5A0A0;
    border-top: 0;
    border-radius: 0 0 15px 15px;
}
.w_fenl .ner .n .tex h5 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.w_fenl .ner .n .tex p {
    display: flex;
    flex-wrap: wrap;
}
.w_fenl .ner .n .tex p b {
    font-size: 12px;
    padding: 5px 8px;
    background-color: #EFEFEF;
    color: #C1272D;
    margin-right: 5px;
    margin-top: 10px;
    font-weight: 400;
}
.w_fenl .ner .n:nth-child(3n-1) {
    margin: 2% 2% 0;
}
.w_fenl .ner .n .tex h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.w_fenl .ner .n .tex h3 b {
    font-size: 16px;
    font-weight: 400;
}
.w_fenl .ner .n .tex h3 span {
    color: #C1272D;
    font-weight: 600;
    font-size: 22px;
}

/* ---------- 设计师团队 ---------- */
.w_fenl_td {
    padding: 30px 0 60px 0;
}
.w_fenl_td .ner {
    display: flex;justify-content: space-evenly;
    flex-wrap: wrap;
}
.w_fenl_td .ner .n {
    width: 23%;
    cursor: pointer;
    margin-top: 3%;
}
.w_fenl_td .ner .n .img {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
}
.w_fenl_td .ner .n .img img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.w_fenl_td .ner .n .img:hover img {
    /* transform: scale(1.4); */
    /* transition: all .5s; */
    animation: move1 .1s linear;
}
@keyframes move1{
    from{transform: rotate(0deg);}
    to{transform: rotate(10deg);}
}
.w_fenl_td .ner .n .tex {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 15%;
}
.w_fenl_td .ner .n .tex h5 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}
.w_fenl_td .ner .n .tex p {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.w_fenl_td .ner .n .tex p img {
    width: 16px;
    height: 16px;
}
.w_fenl_td .ner .n:nth-child(3n-1) {
    margin: 3% 8% 0;
}
.w_fenl_td .ner .n .tex h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.w_fenl_td .ner .n .tex h3 b {
    font-size: 18px;
    font-weight: 600;
}
.w_fenl_td .ner .n .tex h3 span {
    font-size: 16px;
    font-weight: 400;
}
.w_fenl_td .ner .n .yuyue {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.w_fenl_td .ner .n .yuyue a {
    display: block;
    width: 35%;
    height: 30px;
    line-height: 30px;
    background-color: #C1272D;
    border-radius: 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.w_fenl_td .ner .n .yuyue a:hover {
    transition: all .5s;
    font-size: 15px;
}

/* ---------- 新闻中心 ---------- */
.mbx {
    padding: 25px 0;
    background-color: #fff;
}
.mbx .ner {
    display: flex;
    justify-content: space-between;
}
.mbx .ner .mb {
    display: flex;
    align-items: center;
    height: 24px;
    width: 50%;
}
.mbx .ner .mb img {
    width: 16px;
    height: 16px;
    margin: 0 3px;
}
.mbx .ner .cd {
    width: 50%;
    display: flex;
}
.mbx .ner .cd li {
    flex: 1;
    text-align: center;
}
.mbx .ner .cd a {
    position: relative;
    display: inline-block;
}
.mbx .ner .cd .curr {
    color: #C1272D;
}
.mbx .ner .cd .curr::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #C1272D;
    position: absolute;
    bottom: -26px;
    left: 0;
}
.xinw {
    padding: 2rem 0 4rem 0;
    background-color: #f6f6f6;
}
.xinw .n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-top: 20px;
}
.xinw .n .img {
    width: 37%;
    max-width: 495px;
    height: 290px;
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .xinw .n .img {
        height: 250px;
    }
}
.xinw .n .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.xinw .n .img:hover img {
    animation: move1 .6s linear forwards;
}
@keyframes move1{
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.xinw .n .tex {
    width: 63%;
    max-width: 1050px;
    padding: 20px 30px;
    box-sizing: border-box;
}
.xinw .n .tex h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xinw .n .tex h3 a {
    font-size: 14px;
    color: #BE1A19;
    display: flex;
    align-items: center;
}
.xinw .n .tex h3 a i {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 200;
}
.xinw .n .tex span {
    display: block;
    padding: 20px 0;
    color: #C1272D;
}
.xinw .n .tex span img {
    width: 16px;
    height: 16px;
}
.xinw .n .tex p {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.xinw .n .tex a:hover,
.xinw .n .tex a:hover i {
    font-size: 16px;
    transition: all .6s;
}
.xinwen {
    padding: 4rem 0;
}

/* ---------- 关于我们 ---------- */
.banner_1 {
    height: 450px;
    position: relative;
}
.banner_1 .img {
    width: 100%;
    height: 450px;
}
.banner_1 .img img {
    width: 100%;
    height: 100%;
}
.banner_1 .tex {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner_1 .tex .tex1 h2 {
    width: 100%;
    text-align: center;
    padding: 70px 0;
    font-size: 32px;
    color: #FFF;
}
.gs_js {
    /* padding: 50px 0; */
    padding-bottom: 80px;
    margin-top: -250px;
    z-index: 9;
    position: relative;
}
.gs_js .ner {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 #ccc;
    background-color: #FFF;
}
.gs_js .ner .tex {
    width: 60%;
    padding: 40px 0 40px 40px;
    box-sizing: border-box;
}
.gs_js .ner .tex h3 {
    font-size: 22px;
    font-weight: 600;
}
.gs_js .ner .tex span {
    width: 30px;
    height: 4px;
    background-color: #C1272D;
    display: block;
    margin: 20px 0;
}
.gs_js .ner .tex p {
    line-height: 35px;
    font-size: 16px;
}
.gs_js .ner .img {
    width: 35%;
}
.gs_js .ner .img img {
    width: 100%;
    display: block;
}

.jrwm_1 {
    padding: 60px 0;
    background-color: #F4F4F4;
}
.jrwm_1 .ner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jrwm_1 h5 {
    padding-bottom: 20px;
    color: #BD1A19;
}
.jrwm_1 form label {
    display: flex;
    padding: 10px 0;
}
.jrwm_1 form label p {
    width: 200px;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.jrwm_1 form label p span {
    color: #B91C1B;
}
.jrwm_1 form label input {
    width: 240px;
    height: 35px;
    outline: none;
    border: 1px solid #757272;
}
.jrwm_1 .tj {
    margin-top: 15px;
    margin-bottom: 20px;
}
.jrwm_1 .tj input {
    margin-left: 165px;
    width: 150px;
    height: 35px;
    background-color: #BD1A19;
    outline: none;
    border-radius: 30px;
    border: 0;
    font-size: 16px;
    color: #fff;
}
.jrwm_1 form label select {
    width: 240px;
    height: 35px;
    outline: none;
    border: 1px solid #757272;
}
.jrwm_bt {
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}
.jrwm_bt h2 {
    font-size: 28px;
    font-weight: 600;
    width: 115px;
}
.jrwm_bt p {
    border-bottom: 1px solid #C2C1C1;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 10px;
    color: #C1272D;
}
.gs_bt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.gs_bt h2 {
    font-size: 28px;
    font-weight: 600;
}
.gs_bt span {
    background-color: #B6B4B4;
    display: block;
    margin: 15px 0;
    height: 1px;
    width: 130px;
}
.gs_bt h3 {
    font-size: 17px;
    font-weight: 600;
    color: #C1272D;
    letter-spacing: 1px;
}
.gs_qywh {
    padding-bottom: 80px;
}
.gs_qywh .ner {
    display: flex;
    justify-content: space-between;
}
.gs_qywh .ner .n {
    width: 32%;
    position: relative;
    height: 405px;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}
.gs_qywh .ner .n .img {
    width: 100%;
    height: 405px;
    border-radius: 18px;
}
.gs_qywh .ner .n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.gs_qywh .ner .n:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.gs_qywh .ner .tex {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 18px;
}
.gs_qywh .ner .tex .tex1 {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.gs_qywh .ner .tex .tex1 p {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}
.gs_bk {
    padding-bottom: 80px;
}
.gs_bk .ner {
    display: flex;
    justify-content: space-between;
}
.gs_bk .ner .n {
    width: 32%;
    height: 530px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gs_bk .ner .n .img {
    width: 100%;
    height: 530px;
}
.gs_bk .ner .n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gs_bk .ner .n .tex {
    padding: 20px;
    background-color: #BD1A19;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 66px;
}
.gs_bk .ner .n .tex p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px;
}
.gs_bk .ner .n .tex span {
    color: #fff;
    display: none;
}
.gs_bk .ner .n:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.gs_bk .ner .n:hover .tex {
    height: 160px;
    transition: all .3s;
}
.gs_bk .ner .n:hover .tex span {
    display: block;
}


/* index */
.sy_bs {
    padding-top: 60px;
}
#main {
    width: 100%;
}
#main ul {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}
#menu ul li {
    margin: 0 15px;
    padding: 8px 24px;
    cursor: pointer;
    border: 1px solid #3d3d3d;
}
#menu ul .active {
    border: 1px solid #C1272D;
    color: #C1272D;
}
#contain ul li {
    list-style: none;
    width: 100%;
    display: none;
}
#contain ul .active {
    display: block;
}
#contain .ljgd {
    width: 150px;
    height: 40px;
    margin: 40px auto 0;
}
#contain .ljgd a {
    width: 150px;
    height: 40px;
    border: 1px solid #767575;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #767575;
}
#contain .ljgd a:hover {
    border: 1px solid #C1272D;
    color: #C1272D;
    font-size: 17px;
    transition: all .5s;
}

.sy_xinw {
    background-color: #f8f8f8;
    padding-top: 80px;
}
.xwlb {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.xwlb #contain1 {
    width: 100%;
}
.xwlb #menu1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.xwlb #menu1 ul {
    display: flex;
    align-items: flex-end;
}
.xwlb #menu1 ul li {
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 6px 24px;
    border-radius: 30px;
    border: 1px solid #716E6E;
    margin-right: 20px;
}
.xwlb #menu1 ul li h4 {
    font-weight: 500;
    font-size: 16px;
    color: #716E6E;
    text-align: center;
}
.xwlb #menu1 ul .active1 {
    background: #C1272D;
    border: 1px solid #C1272D;
}
.xwlb #menu1 ul .active1 h4 {
    color: #fff;
}
.xwlb #contain1 .item {
    width: 100%;
    display: none;
}
.xwlb #contain1 .item1 .ner .n {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.xwlb #contain1 .item1 .ner .n .xq {
    display: flex;
    align-items: center;
    color: #9D9A9A;
    font-size: 12px;
}
.xwlb #contain1 .item1 .ner .n h3 {
    font-size: 18px;
    padding: 4px 0 2px 0;
    font-weight: 600;
}
.xwlb #contain1 .item1 .ner .n p {
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwlb #contain1 .item1 .ner .n .xq span {
    width: 20px;
    height: 3px;
    display: block;
    background-color: #BE1A19;
    margin-right: 5px;
}
.xwlb #contain1 .item1 .ner .n h5 {
    font-size: 14px;
}
.xwlb #contain1 .item1 .ner .n .img {
    width: 30%;
    height: 136px;
}
.xwlb #contain1 .item1 .ner .n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xwlb #contain1 .item1 .ner .n .nr {
    width: 67%;
}
.xwlb #contain1 .active1 {
    display: block;
}
.xwlb .lunb {
    width: 35%;
    position: relative;
    height: 350px;
}
.xwlb .neir {
    width: 60%;
}
.xwlb .lunb .n {
    box-sizing: border-box;
    height: 350px;
}
.xwlb .lunb .tex1 {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .4);
}
.xwlb .lunb .tex1 h5 {
    font-size: 16px;
    color: #fff;
    padding-top: 1rem;
}
.xwlb .lunb .tex1 h3 {
    font-size: 20px;
    padding: 0.75rem 0;
    color: #fff;
}
.xwlb .lunb .tex1 p {
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.xwlb .lunb .tex1 a {
    width: 60px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 29px;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-top: 2rem;
}
.xwlb .lunb .tex1 a i {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.xwlb .lunb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
@media only screen and (max-width: 1400px) {
    .xwlb .lunb {
        height: 300px;
    }
}
.sy_tdui {
    padding-bottom: 80px;
    padding-top: 80px;
}
.sy_tdui .ner {
    display: flex;
    flex-wrap: wrap;
}
.sy_tdui .ner .n {
    width: 23.5%;
    margin: 3% 0.75% 0;
    position: relative;
    cursor: pointer;
}
.sy_tdui .ner .n .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.sy_tdui .ner .n .tex {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: none;
}
.sy_tdui .ner .n .tex1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sy_tdui .ner .n .tex1 p {
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.sy_tdui .ner .n:hover .tex {
    display: block;
}
.sy_tdui .gs_bt {
    padding-bottom: 10px;
}
.sy_tdui .ljgd {
    width: 150px;
    height: 40px;
    margin: 50px auto 0;
}
.sy_tdui .ljgd a {
    width: 150px;
    height: 40px;
    border: 1px solid #767575;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #767575;
}


.sy_zuix {
    background-color: #f8f8f8;
    padding: 80px 0;
}
.sy_zuix .ner {
    display: flex;
    justify-content: space-between;
}
.sy_zuix .lun h2 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.sy_zuix .lun h2 img {
    width: 60px;
    height: 17.61px;
    margin-right: 5px;
}
.sy_zuix .lun {
    width: 60%;
    box-shadow: 0 0 5px 0 #ccc;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 30px 0;
    height: 520px;
    box-sizing: border-box;
}
.sy_zuix .lun .swiper-container {
    width: 100%;
    overflow: hidden;
}
.sy_zuix .lun .img {
    width: 100%;
    height: 290px;
}
.sy_zuix .lun img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sy_zuix .lun .swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
}
.sy_zuix .lun .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.sy_zuix .lun .n .tex {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}
.sy_zuix .lun .n .tex h4 {
    font-size: 15px;
    font-weight: 400;
}
.sy_zuix .lun .n .tex h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.sy_zuix .lun .n .tex h5 p {
    font-size: 14px;
    display: block;
}
.sy_zuix .lun .n .tex h5 p:nth-child(2) {
    color: #C1272D;
}
.sy_zuix .pax {
    width: 37%;
    box-shadow: 0 0 5px 0 #ccc;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    height: 520px;
    box-sizing: border-box;
}
.sy_zuix .pax h2 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.sy_zuix .pax h2 img {
    width: 60px;
    height: 24.33px;
    margin-right: 5px;
}
.sy_zuix .pax .pa {
    overflow: scroll;
    overflow-x: hidden;
    height: 380px;
}
.sy_zuix .pax .pa .n {
    display: flex;
    margin-bottom: 10px;
}
.sy_zuix .pax .pa .n .img {
    margin-right: 15px;
    width: 120px;
    height: 81px;
    position: relative;
}
.sy_zuix .pax .pa .n .img img {
    width: 100%;
    height: 100%;
}
.sy_zuix .pax .pa .n p {
    max-width: 224px;
}
.sy_zuix .pax .pa .n span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #B91C1B;
    color: #fff;
    font-size: 13px;
}

/* 定位页面 */
.d_1 .ner .img {
    width: 50%;
    margin: 60px auto;
}
.d_1 .ner .img img {
    width: 100%;
}
.d_2 {
    padding: 20px 0 80px 0;
}
.d_2 .ner {
    display: flex;
    justify-content: space-between;
}
.d_2 .ner .n {
    width: 23.5%;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
}
.d_2 .ner .n .img {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    position: relative;
}
.d_2 .ner .n .img img {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.d_2 .ner .n .tex {
    padding-top: 15px;
    text-align: center;
}
.d_2 .ner .n .tex h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.d_2 .ner .n .tex p {
    font-size: 14px;
    line-height: 24px;
}
.d_2 .ner .n:hover {
    transform:translate(0,-20px);
    transition: all .5s;
}
.d_3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f8f8;
}
.d_3 .ner {
    display: flex;
    justify-content: space-between;
}
.d_3 .ner .n {
    width: 16%;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.d_3 .ner .n .img {
    width: 100%;
    margin: 0 auto;
}
.d_3 .ner .n .img img {
    width: 100%;
}
.d_3 .ner .n p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
    text-align: center;
}
.d_3 .ner .n:hover {
    transform:translate(0,-20px);
    transition: all .5s;
}

.d_4 {
    padding: 60px 0 100px 0;
}
.d_4bt {
    padding-top: 80px;
}
.s_fwl {
    display: flex;
}
.s_fwl p {
    font-size: 18px;
}
.s_fwl .s_le {
    width: 50%;
    max-width: 699px;
    border-right: 1px solid #ADA8A8;
}
.s_fwl .s_le .n {
    width: 100%;
    display: flex;
    justify-content: right;
}
.s_fwl .s_le p {
    padding: 0 80px;
    border-bottom: 2px solid #ADA8A8;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}
.s_fwl .s_le .n:nth-child(1) p {
    margin-top: 30px;
}
.s_fwl .s_le .n p {
    margin-top: 90px;
}
.s_fwl .s_le p::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #143A81;
    position: absolute;
    right: -9px;
    bottom: -8px;
}
.s_fwl .s_le p img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    bottom: -25px;
}
/* .s_fwl .s_md {
    width: 2px;
    height: 100%;
    background-color: #ADA8A8;
} */
.s_fwl .s_ri {
    width: 50%;
    max-width: 699px;
    border-left: 1px solid #ADA8A8;
}
.s_fwl .s_ri .n {
    width: 100%;
    display: flex;
    justify-content: left;
}
.s_fwl .s_ri p {
    padding: 0 80px;
    border-bottom: 2px solid #ADA8A8;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-top: 90px;
}
.s_fwl .s_ri .n:nth-child(1) p {
    margin-top: -40px;
}
.s_fwl .s_ri p::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C30D23;
    position: absolute;
    left: -9px;
    bottom: -8px;
}
.s_fwl .s_ri p img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    bottom: -25px;
}
.d_5 {
    padding-bottom: 80px;
    padding-top: 20px;
}
.d_5 .ner {
    display: flex;
    justify-content: space-between;
}
.d_5 .ner .n {
    flex: 1;
    box-shadow: 0 0 5px 0 #ccc;
}
.d_5 .ner .n .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
}
.d_5 .ner .n .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d_5 .ner .n .img:hover img {
    transform: scale(1.1);
    transition: all .6s;
}
.d_5 .ner .n .tex {
    width: 100%;
    height: 240px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.d_5 .ner .n .tex img {
    width: 50px;
    margin-bottom: 25px;
}
.d_6 .ner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.d_6 .ner .le {
    width: 49%;
    height: 440px;
    position: relative;
}
.d_6 .ner .le .dw img {
    width: 170px;
    height: 59px;
    position: absolute;
    top: 50px;
}
.d_6 .ner:nth-child(2n-1) .le .dw img {
    left: -10px;
}
.d_6 .ner:nth-child(2n) .le .dw img {
    right: -10px;
}
.d_6 .ner .le .img {
    width: 100%;
    height: 440px;
}
.d_6 .ner .le img {
    width: 100%;
    height: 440px;
}
.d_6 .ner .ri {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.d_6 .ner .ri .img {
    width: 49%;
    height: 210px;
}
.d_6 .ner .ri .img img {
    width: 100%;
    height: 210px;
}
.d_6 .img {
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}
.d_6 .img:hover img {
    transform: scale(1.1);
    transition: all .6s;
}
.d_7 {
    padding-bottom: 80px;
}
.d_7 .ner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.d_7 .ner .le {
    width: 42%;
}
.d_7 .ner .ri {
    width: 56%;
}
.d_7 .ner img {
    width: 100%;
    margin-top: 3%;
    border-radius: 15px;
    display: block;
}
.d_7 .xia img {
    width: 100%;
    display: block;
    margin-top: 2%;
}
.d_7 .ab_d {
    position: absolute;
    left: 0;
    top: 50px;
    width: 58.5%;
}
.d_7 .ab_d h3 {
    font-size: 24px;
    font-weight: 600;
    color: #C1272D;
}
.d_7 .ab_d .nr {
    display: flex;
    justify-content: space-between;
}
.d_7 .ab_d .nr .n {
    width: 24.9%;
    padding: 3%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .4);
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.d_7 .ab_d .nr .n:nth-child(1) {
    background-color: #C1272D;
}
.d_7 .ab_d h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 5px 0 30px 0;
}
.d_8 {
    padding-bottom: 60px;
}
.d_8 .ner .n p {
    padding: 10px 20px;
    background-color: #C1272D;
    color: #FFF;
}
.d_8 .ner .n span {
    line-height: 30px;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
}