html,
body {
    width: 100%;
}

body {
    min-width: 1200px;
    margin-top: 0;
    font-size: 16px;
}

a {
    color: #ffffff;
}

.header1 {
    position: relative;
}

.header1 .top {
    height: 100px;
    width: 100%;
    background-color: #2c6459;
}

.header1 .top .top-content {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header1 .top .top-content .logo {
    display: inline-block;
}

.header1 .top .top-content .img {
    width: 195px;
    height: 43px;
    margin-right: 20px;
    background: url(../images/logo_02.png) no-repeat;
}

.index_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    flex: 1;
    height: 100px;
}

.top .phone {
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.top .phone-img {
    width: 27px;
    height: 27px;
}

.top .phone-num {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 6px;
}

.cooperation {
    overflow: hidden;
    padding: 0px 24px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cooperation a:hover{
    color: #e97247;
}
.shouye_hover {
    background-color: #e97247;
}
.shouye_hover a:hover{
    color: #ffffff;
}
.cooperation .cooperation-content {
    opacity: 0;
    z-index: 0;
    display: none;
    /* z-index: 999;
    opacity: 1;
    display: flex;
    justify-content: center;
    background-color: #2c6459;
    align-items: center;
    background-color: rgba(31, 89, 94, 0.3); */
    bottom: -360px;
    top: 100px;
    padding-top: 20px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    height: 100px;
    width: 100vw;
    transition: all .3s ease-out;
    /* display: flex;
    align-items: center; */
    padding-bottom: 20px;
}

.cooperation:hover .cooperation-content {
    z-index: 999;
    opacity: 1;
    display: flex;
    justify-content: center;
    background-color: rgba(31, 89, 94, 0.3);
    align-items: center;
}

.cooperation:hover .cooperation-content img {
    opacity: 1;
}

.cooperation:hover .cooperation-content div {
    opacity: 1;
}

.cooperation-content-a {
    padding: 0 70px;
    text-align: center;
}

.sy_banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.zz_banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.top_down {
    width: 1200px;
    height: 100px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -600px;
    background-color: rgba(20, 20, 20, 0.4);
    padding: 16px;
    box-sizing: border-box;
    color: #e5e3e4;
    z-index: 10;
}

.top_down p {
    margin-bottom: 10px;
}

.top_down .top_down_inputs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top_down .top_down_inputs .down_inp {
    width: 270px;
    height: 44px;
    line-height: 44px;
    padding-left: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 4px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.top_down .top_down_inputs .me_btn {
    width: 240px;
    height: 44px;
    background-color: #e97247;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    color: #ffffff;
}

.top_down .top_down_inputs .me_btn:hover {
    cursor: pointer;
}

.inp-first {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inp-first .area {
    color: #d90021;
    position: relative;
}

.uparea {
    display: none;
    width: 120px;
    position: absolute;
    top: 46px;
    left: -10px;
    height: 260px;
    overflow: auto;

}

.block {
    display: block;
}

.uparea div {
    padding: 3px 10px;
    background-color: #ffffff;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
}

.uparea .checkA {
    color: #d90021;
}

.uparea div:hover {
    color: #d90021;
}

.uparea div:not(:last-child) {
    border-bottom: 1px dashed #cbcbcb;
}

.shuxian {
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
    margin-left: 20px;
    margin-right: 20px;
}

.sanjiax {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 8px solid transparent;
    margin-top: 8px;
    margin-left: 20px;
    width: 0;
    height: 0;
    cursor: pointer;
    position: relative;
}

.xiasj {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.down_inp-img {
    margin-right: 10px;
}

.sy_banner .swiper-button-prev {
    left: 90px;
}

.sy_banner .swiper-button-next {
    right: 90px;
    font-size: 60px;
}

.sy_banner {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #eee9e6;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 80px;
    /* 设置按钮大小 */
}

main {
    background-color: #ffffff;
    width: 100%;
}

.dingzhi {
    width: 1380px;
    margin: 0 auto;
}

.title-name {
    width: 1380px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 40px;
    /* display:table-cell;
    vertical-align: bottom; */
}

.title-en {
    font-size: 16px;
}

.kjdp {
    background-image: url(../images/kjdp_02.png);
    width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
}

.kjdp-content {
    position: absolute;
    width: 1380px;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -690px;
}

.kjdp-btns {
    position: absolute;
    left: 0;
    top: 50px;
}

.kjdp-item {
    width: 150px;
    height: 80px;
    background-color: rgba(34, 101, 107, 0.8);
    line-height: 80px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #ffffff;
    /*padding-left: 50px;*/
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
     display: block;
    opacity: .8;
}

.kjdp-item:hover {
    background-color: rgba(34, 101, 107, 1);
}

.anli-nav {
    width: 1380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 60px;
}

.anli-nav .navs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
}

.anli-more {
    width: 180px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #e97247;
    color: #ffffff;
    cursor: pointer;

}

.anli-more:hover {
    background-color: #eb5924;
}

.navs div {
    cursor: pointer;
}

.navs div:hover {
    color: #e97247;
}

.more-img {
    margin-left: 20px;
}

.anli-swiper-container {
    overflow: hidden;
    height: 600px;
    position: relative;
    margin-bottom: 50px;
}

.anli-swiper-container .swiper-wrapper {
    height: 550px;
}

:root {
    --swiper-pagination-color: #e97247
}

.pingzi {
    width: 1380px;
    margin: 0 auto;
    height: 610px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pingzi-item {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: transform .8s;
}

.pingzi-item:hover {
    /* opacity: 0.8;
    transform: scale(1.1); */
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}

.pingzi-item-shu {
    height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.pz1 {
    width: 545px;
    height: 610px;
    background-image: url(../images/pz1_03.png);
}

.pz2 {
    width: 400px;
    height: 297px;
    background-image: url(../images/pz2_03.png);
}

.pz3 {
    width: 400px;
    height: 297px;
    background-image: url(../images/pz3_03.png);
}

.pz4 {
    width: 400px;
    height: 297px;
    background-image: url(../images/pz4_03.png);
}

.pz5 {
    width: 400px;
    height: 297px;
    background-image: url(../images/pz5_03.png);
}

.pz-text {
    position: absolute;
    bottom: 34px;
    left: 56px;
}

.pz-text2 {
    position: absolute;
    bottom: 34px;
    left: 26px;
}

.pz-text-title {
    font-size: 30px;
    margin-bottom: 6px;
}

.fuwu {
    width: 100%;
    height: 330px;
    background-color: #f1e3c8;
}

.fuwu-content {
    width: 1380px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fuwu-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.select-text {
    color: #e97247;
}

.zhoubao {
    width: 1380px;
    margin: 0 auto;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.zhoubao-item {
    width: 440px;
    height: 100%;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.zhoubao-item-title1 {
    height: 112px;
    font-size: 30px;
    text-align: center;
    line-height: 112px;
    letter-spacing: 2px;
    background-image: url(../images/zb1_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.zhoubao-item-title2 {
    height: 112px;
    font-size: 30px;
    text-align: center;
    line-height: 112px;
    background-image: url(../images/zb2_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.zhoubao-item-title3 {
    height: 112px;
    font-size: 30px;
    text-align: center;
    line-height: 112px;
    background-image: url(../images/zb3_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ul-content {
    padding: 40px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
}
.ul-content a{
    display: inline-block;
    width: 100%;
    color: #000;

}
.ul-content a:not(:first-child) {
    padding-top: 20px;
}
.ul-content  li p:first-child {
    letter-spacing: 1.8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.ul-content  li:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e3e4;
}

.ul-content li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e3e4;
}

.ul-time {
    font-size: 14px;
    text-align: right;
    color: #999999;
}

.dian {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0);
    border-radius: 50%;
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 4px;
}

.ul-content li {
    cursor: pointer;
}

.ul-content li:hover {
    color: #e97247;
}

.ul-content li:hover .ul-time {
    color: #e97247;
}

.ul-content li:hover .dian {
    background-color: #e97247;
}

.baoming {
    width: 100%;
    height: 290px;
    background-color: #f1e3c8;
    display: flex;
    align-items: center;
}

.baoming-content {
    width: 1380px;
    margin: 0 auto;
    height: 140px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bm-left {
    height: 100%;
    display: flex;
}

.bm-left1 {
    width: 344px;
    height: 100%;
    background-color: #e97247;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-left2 {
    height: 100%;
    width: 420px;
    background-color: #2c6459;
    padding: 36px 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bm-flex {
    display: flex;
    align-items: center;
}

.bm-flex div:first-child {
    margin-right: 30px;
}

.form-item {
    background-color: #ffffff;
    width: 294px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;

}

.bm-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
}

.bm-right input {
    font-size: 18px;
    width: 200px;
}

.form-shu {
    width: 2px;
    height: 20px;
    background-color: #cbcbcb;
    margin-left: 20px;
    margin-right: 10px;
}

.bm-right-flex {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input {
    outline: none;
}

.yuyue-btn {
    background-color: #e97247;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    font-size: 24px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.yuyue-btn:hover {
    background-color: #e96130;
}

.footer {
    width: 100%;
    background-color: #2c6459;
    height: 400px;
    padding-top: 60px;
    box-sizing: border-box;
}

.footer-content {
    width: 1380px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-shu {
    width: 1px;
    height: 220px;
    background-color: #56837a;
}

.footer-nav {
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer-nav2 {
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer-nav div {
    cursor: pointer;
}

.footer-nav div:hover {
    color: #e97247;
}

.footer-phone {
    font-size: 30px;
}

.phone-text {
    font-size: 20px;
    padding: 6px 30px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.footer-p {
    align-items: flex-start;
}

.footer-ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.ewm-text {
    margin-top: 6px;
    margin-bottom: 2px;
}



/* 全屋整装 */
.zz-four {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zz-four p {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}

.zz-dy {
    background-image: url(../images/zz-dy_06.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.zz-sn {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 600px;
}

.zz-sn-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: static;
}
.zz-sn-left .swiper-pagination-bullet{
    background: #ffffff;
}
.zz-sn-left .swiper-pagination-bullet-active{
    background: #f06634;
    color: #ffffff;
}
.zz-sn-left-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 150px;
    font-size: 18px;
    cursor: pointer;
     border-radius: 0;
    opacity: 1;
}

.zz-sn-left-item:hover {
    background-color: #e97247;
    color: #ffffff;
}

.zz-sn-check {
    background-color: #e97247;
    color: #ffffff;
}

.zz-sn-right {
    background-image: url(../images/zz-sn_03.png);
    width: 1200px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.zz-pp {
    background-image: url(../images/zz-pp_09.png);
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.gy1 {
    background-image: url(../images/gy1_02.png);
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gy2 {
    width: 1380px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gy2 div {
    width: 290px;
    height: 155px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.gy2 div p:first-child {
    font-size: 30px;
    margin-bottom: 20px;
}

.gy3 {
    width: 1380px;
    height: 654px;
    margin: 0 auto;
    background-image: url(../images/gy-for-home_03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.gy4 {
    width: 100%;
    height: 760px;
    background-image: url(../images/gy12_02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.title-name2{
    width: 1380px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 34px;
    text-align: center;
}
.gy-six{
    width: 1380px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.gy-six-item{
    width: 450px;
    height: 240px;
    font-size: 16px;
    color: #000;
    padding-top: 20px;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.gy-six-item:hover{
    color: #ffffff;
    background-color: #2c6459;
}
.gy-six-item-top{
    margin-bottom: 10px;
}
.gy-six-item-title{
    font-size: 20px;
    margin-right: 10px;
}
.gy5 {
    width: 1380px;
    margin: 0 auto;
    height: 240px;
    background-image: url(../images/gy-fw_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.gy6{
    width: 1380px;
    margin: 0 auto;
    height: 250px;
    background-image: url(../images/gy-bz_05.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.nav-text {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    color: #494949;
    margin-left: 270px;
}

.nav-text a {
    color: #494949;
}

.jianjie {
    width: 100%;
    padding-left: 270px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 570px;
}

.jianjie-left {
    width: 690px;
    height: 100%;
    background-color: #f1e3c8;
    padding: 36px;
    box-sizing: border-box;
}

.jianjie-right {
    flex: 1;
    height: 100%;
    background-image: url(../images/about2_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about1{
    width: 1380px;
    margin: 0 auto;
    background-image: url(../images/about1_03.png);
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about1-wh{
    width: 1380px;
    margin: 0 auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
}
.about1-wh-item{
    width: 320px;
    height: 300px;
    border: 1px solid #a0a0a0;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.about1-wh-item:hover{
    color: #ffffff;
    background-color: #2c6459;
    border: 1px solid #2c6459;
}
.about1-wh-title{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about2{
    width: 1380px;
    margin: 0 auto;
    background-image: url(../images/about3_06.png);
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about3{
    width: 1380px;
    margin: 0 auto;
    background-image: url(../images/about5_03.png);
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about4{
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/about6_02.png);
    height: 870px;
    background-repeat: no-repeat;
    background-size: cover;
}
.jianjie-left-top {
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

.jianjie-left-text {
    font-size: 18px;
    line-height: 50px;
    margin-top: 40px;
    letter-spacing: 1.8px;
}

.callme_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.baiduMap {
    width: 1380px;
    height: 650px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
}

.lxwm {
    width: 1380px;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.fz40 {
    font-size: 40px;
}

.fz20 {
    font-size: 20px;
}

.border-b {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;

}

.mgt20 {
    margin-top: 10px;
}

.mgr20 {
    margin-right: 20px;
}

.dt-content {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dt-main {
    width: 100%;
    background-color: #f7f7f7;

}

.dt-left-item {
    height: 260px;
    padding: 20px;
    box-sizing: border-box;
    width: 1050px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 30px;
}
.dt-left-item2 {
    height: 260px;
    padding: 20px;
    box-sizing: border-box;
    width: 1050px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 30px;
}
.dt-left-item1 {
    /* height: 260px; */
    padding: 20px;
    box-sizing: border-box;
    width: 1050px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 30px;
}
.dt-left-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
}

.dt-left-item-content-title {
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.fz14 {
    font-size: 14px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dt-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.dt-flex-time {
    margin-right: 20px;
}

.dt-left-item:hover {
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}

.dt-left-item:hover .dt-left-item-content-title {
    color: #e97247;
}

.dt-left-item:hover .dt-xq {
    background-color: #2c6459;
    color: #ffffff;
    border: 1px solid #2c6459;
}

.dt-xq {

    font-size: 15px;
    border: 1px solid #a0a0a0;
    padding: 4px 20px;
}

.dt-right {
    width: 300px;
}

.dt-right-top {
    padding: 20px;
    background-color: #ffffff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.dt-right-top input {
    width: 100%;
    background-color: #f4f4f4;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
}

.fwb {
    font-weight: bold;
}

.mgb20 {
    margin-bottom: 20px;
}

.baoming-btn {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #e97247;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.yibaoming {
    font-size: 14px;
}

.yibaoming span {
    color: #e97247;
}

.dt-right-zhong {
    padding: 20px;
    background-color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

.dt-right-zhong-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.dt-right-zhong-title span:first-child {
    font-size: 18px;
}

.dt-right-zhong-title span:last-child {
    cursor: pointer;
}

.dt-right-zhong-title span:last-child:hover {
    color: #e97247;
}

.yuan {
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 4px;
}
.dt-right-zhong a{
    display: block;
    color: #000;
}
.dt-right-zhong-item {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    cursor: pointer;
}
.dt-right-zhong-item:hover{
    color: #e96130;
}
.dt-right-zhong-item:hover .yuan{
    background-color: #e96130;
}
.dt-right-down{
    padding: 20px;
    background-color: #ffffff;
    font-size: 14px;
}
.dt-right-down-item{
    width: 263px;
    height: 176px;
    position: relative;
    margin-bottom: 10px;
}
.dt-right-down-item:hover{
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}
.dt-right-down-item-img{
    width: 100%;
    height: 100%;
}
.anli-mgb20{
    margin-bottom: 20px;
}
.dt-right-down-item-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.dt-left-more{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
    margin-bottom: 20px;
}
.dt-left-more p{
    margin-bottom: 10px;
}
.dt-left-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.dt-left{
    width: 1050px;
}
.des-dt-left{
    width: 100%;
}
.laiyuan{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.laiyuan span{
    margin-right: 40px;
}
.dt-page{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e5e3e4;
    padding-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 30px;
}
.dt-page div:first-child{
    margin-right: 40px;
}
.dt-page div:hover{
    color: #e96130;
}
.bang{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bang img{
    margin-right: 30px;
}
.bang div{
    font-size: 16px;
    padding: 2px 12px;
    border: 1px solid #e5e3e4;
    cursor: pointer;
}
.bang div:not(:first-child){
    margin-left: 20px;
}
.questions-flex{
    flex-direction: column;
    justify-content: flex-start;
}
.answers{
    display: flex;
    margin-top: 30px;
}
.answers img{
    width: 52px;
    height: 40px;
}
.answers .span{
    font-size: 16px;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.answers p{
    font-size: 14px;
    text-align: right;
    color: #aaa8a8;
}
.dt-left-item-content-title-text{
    flex: 1;
}
.qq-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minHeight{
    min-height: 200px;
    border-bottom: 1px solid #e5e3e4;
    margin-bottom: 20px;
}
.xiangguan{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.xgwd{
    width: 24px; 
    height: auto;
}
.xg-content{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.xg-content-item{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
    cursor: pointer;
    margin-bottom: 30px;
}
.xg-content-item:not(:nth-of-type(3n)){
    margin-right: 30px;
}
.xg-content-item-title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.xg-content-item-text{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e5e3e4;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.xg-xq{
    padding: 2px 12px;
    border:1px solid #9f9fa0;
    margin-bottom: 20px;
    
}
.xg-content-item:hover{
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}
.xg-content-item:hover .xg-xq{
    color: #e96130;
    border:1px solid #e96130;
}
.on-nav{
    background-color: #f5f5f5;
    display: flex;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.on-nav-flex{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.on-select{
    color: #ffffff;
    background-color: #e97247;
    border-radius: 40px;
}
.on-form{
    width: 1380px;
    margin: 0 auto;
    padding: 60px 90px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 100px;
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}
.on-form-title{
    margin-bottom: 60px;
}
.red{
    color: #e97247;
}
.on-input{
    width: 350px;
    height: 50px;
    border: 1px solid #e5e3e4;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}
.on-form-flex-item .label{
    width: 180px;
    display: inline-block;
}
.on-form-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.on-form-flex-item{
    margin-bottom: 30px;
}
.on-form-flex-item .label2{
    margin-right: 60px;
    display: inline-block;
}
.on-form-flex-item .label2 input{
    margin-right: 10px;
}
.dis_main_radio{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
.textarea-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.label-textarea{
    width: 180px;
}
.textarea{
    height: 350px;
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
}
.textarea-p{
    margin-left: 180px;
    font-size: 14px;
    color: #999999;
}
.form-btn{
    width: 350px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #e97247;
    color: #ffffff;
    font-size: 22px;
    margin: 0 auto;
    margin-top: 70px;
    cursor: pointer;
}
.form-btn:hover{
    background-color: #f06634;
}
.displayNo{
    display: none;
}
.beian{
    width: 900px;
    margin: 0 auto;
    margin-top: 60px;
    border-top: 1px solid #56837a;
    border-bottom: 1px solid #56837a;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.oubiao{
    width: 100%;
    height: 780px;
    background-color: #2c6459;
    padding-top: 50px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.oubiao-content{
    width: 1380px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oubiao-c-left{
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 24px;
     position: static;
}
.oubiao-yuan{
    width: 8px;
    height: 8px;
    background-color: #80a29b;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.oubiao-c-left-item{
    width: 100%;
    height: 70px;
    padding-left: 46px;
    box-sizing: border-box;
    line-height: 70px;
    border: 1px solid #80a29b;
    color: #becac7;
    cursor: pointer;
    border-radius: 0;
    text-align: left;
}
/*.oubiao-c-left-item:hover{*/
/*    background-color: #e97247;*/
/*    border: 1px solid #e97247;*/
/*    color: #ffffff;*/
/*}*/
.oubiao-select{
    background-color: #e97247;
    border: 1px solid #e97247;
    color: #ffffff;
}
.oubiao-select .oubiao-yuan{
    background-color: #ffffff;
}
/*.oubiao-c-left-item:hover .oubiao-yuan{*/
/*    background-color: #ffffff;*/
/*}*/
.oubiao-c-right{
    width: 950px;
    height: 668px;
    position: relative;
}
.oubiao-c-right img{
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.oubiao-c-right-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.des-nav{
    width: 1380px;
    height: 120px;
    border: 1px solid #eeeeee;
    margin: 0 auto;
    font-size: 18px;
}
.des-flex{
    display: flex;
    align-items: center;
}
.des-nav-lable{
    background-color: #eeeded;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 60px;
}
.des-navs{
    padding-left: 36px;
    box-sizing: border-box;
    flex: 1;
}
.des-navs-item{
    margin-right: 26px;
    padding: 2px 12px;
    cursor: pointer;
}
.des-navs-item:hover{
    color: #e97247;
}
.des-select:hover{
    color: #ffffff;
}
.des-borderb{
    border-bottom: 1px solid #eeeeee;
}
.des-select{
    background-color: #e97247;
    color: #ffffff;
}
.des-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    
}
.des-content-item{
    width: 440px;
    height: 300px;
    position: relative;
    margin-bottom: 30px;
}
.des-content-item:hover{
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 15%);
}
.des-content-item img{
    width: 100%;
    height: 100%;
}
.des-content-item:not(:nth-of-type(3n)){
    margin-right: 30px;
}
.des-content-item-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.anli-nav-selsct{
    color: #e97247;
}
.dt-left-item img{
    width: 300px ;
    height: 220px;
}
.dt-xq{
    color: #000;
}

/*右侧悬浮框*/
.SideFloat {
	z-index: 100;
	position: fixed;
	width: 72px;
	top: 280px;
	right: 10px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_margin-top: 220px
}

.SideFloat li {
	z-index: 1;
	position: relative;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 2px;
}

.SideFloat li a {
	position: relative;
	display: block;
}

.SideFloat li a i {
	display: block;
	width: 70px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/side_float2.png) no-repeat;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}

.SideFloat li.back a {}

.SideFloat li.back a i {
	background-position: 0px -528px
}

.SideFloat li.back:hover a i {
	background-position: 0px -594px;
}

.SideFloat li.qq a {}

.SideFloat li.qq i {
	background-position: 0px 0px
}

.SideFloat li.qq:hover a i {
	background-position: 0px -66px;
}

.SideFloat li.qq .kefu_msg {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 2px;
	background: red;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	color: white;
	animation: msg-animate 1s infinite;
	-moz-animation: msg-animate 1s infinite;
	-webkit-animation: msg-animate 1s infinite
}

.SideFloat li.addr {}

.SideFloat li.addr a {}

.SideFloat li.addr a i {
	background-position: 0 -396px
}

.SideFloat li.addr:hover a i {
	background-position: 0 -462px
}

.SideFloat li.wechat a {}

.SideFloat li.wechat a i {
	background-position: 0 -132px
}

.SideFloat li.wechat:hover a i {
	background-position: 0 -198px
}

.SideFloat li.contact {
	/* margin-top: -20px; */
	padding-bottom: 0px;
}

.SideFloat li.contact a i {
	background-position: 0 -264px
}

.SideFloat li.contact.hover a i {
	background-position: 0 -330px
}

.SideFloat li.contact a .posa {
	position: absolute;
	display: none;
	opacity: 0;
	top: 0;
	right: -72px;
	line-height: 29px;
	padding-right: 10px;
	width: 295px;
	height: 64px;
	background-color: #e97247;
}

.SideFloat li.contact a .posa i.ps {
	float: left;
	width: 42px;
	height: 64px;
	background: url(../images/clphone.png) no-repeat center;
	background-size: contain;
    margin-left: 10px;
	/* margin: 12px 10px 10px 30px; */
}

.SideFloat li.contact a .posa span {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	text-align: left;
	float: left;
    line-height: 26px;
}

.SideFloat li.contact a .posa em {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	text-align: left;
	float: left;
    letter-spacing: 1.4px;
    line-height: 28px;
}

.SideFloat li .imgs {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: -120px;
	right: 150px;
	width: 210px;
	height: 268px;
	padding: 25px 1px 20px;
	background: url(../images/wxbg.png) no-repeat center;
}

.SideFloat li .imgs .wxms {
	/*width: 180px;*/
	text-align: center;
	line-height: 25px;
	padding-top: 20px;
}

.SideFloat li .imgs p {
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}

.SideFloat li .imgs img {
	display: block;
	width: 156px;
	height: 156px;
	margin: 0 auto;
}

.SideFloat li.first {}

.SideFloat li.first a {
	border-top: none
}

.SideFloat li.last {
	margin-bottom: 0;
	border-bottom: 0
}

.SideFloat li.last a {
	border-bottom: none
}

.SideFloat li.hover {
	z-index: 2;
}

.SideFloat li.first.hover .red {
	color: #FFF
}

.SideFloat li.last.hover a i {
	background-position: 0 -348px
}

.SideFloat li.baojia.hover .posa,
.SideFloat li.charge.hover .posa {
	background: #C4261D
}

.SendBg {
	display: none;
	z-index: 1200;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #000
}

.SendAddr {
	display: none;
	z-index: 1201;
	position: fixed;
	left: 50%;
	top: -100%;
	margin-left: -270px;
	padding: 16px 22px;
	background: #2c6459;
}
.SendAddr-P1{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.SendAddr-P2{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 16px;
}
.SendAddr .close {
	position: absolute;
	top: -16px;
	right: -16px;
	/*margin: 36px 15px;*/
	width: 33px;
	height: 35px;
	background: url(../images/dislog_close_03.png) no-repeat center center;
	border-radius: 20px;
	text-indent: -9999em
}

.SendAddr .close:hover {
	/* background-position: 0px 0px */
}

.SendAddr .ditu {
	/* padding: 10px 0; */
    margin-bottom: 10px;
}

.SendAddr .tit {
	text-align: center;
	color: #f4f4f4;
}

.SendAddr .tit h1 {
	font-size: 40px;
	line-height: 45px;
}

.SendAddr .tit h3 {
	font-size: 18px;
	line-height: 30px;
}

.SendAddr .form .table .right .clue_on {
	display: none
}

.SendAddr .form .table {
	/* float: left; */
	clear: none;
	width: auto;
	margin-bottom: 0;
    /* flex: 1; */
}

.SendAddr .form .addr_icon {
	margin-top: 5px;
}

.SendAddr .form .cls_phone {
	/*margin: 0 10px*/
    flex: 1;
}

.SendAddr .form .table .input-text {
	height: 50px;
	line-height: 50px;
    width: 100%;
	/* width: 300px; */
	text-indent: 20px;
    font-size: 20px;
    outline: none;
}

.SendAddr .form .cls_btn .btn {
	height: 50px;
	width: 190px;
	border: none;
	background: #e97247;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	color: #ffffff
}
.form_dislog{
    display: flex;
}
.content_banner{
    width: 100%;
}

body .winning-class {
    background: none !important;
    border-radius: 20px !important;
}

body .winning-class .layui-layer-content {
    border-radius: 20px;
}

body .winning-class .layui-layer-ico {
    background: url(../images/dislog_close_03.png) no-repeat;

    border-radius: 50%;
    z-index: 10;
}

body .winning-class .layui-layer-setwin .layui-layer-close2 {
    background-position: 0px 0px;
    width: 33px;
    height: 35px;
    right: -23px;
    top: -26px;
}

body .winning-class .layui-layer-setwin .layui-layer-close2:hover {
    background-position: 0px 0px;
}

body .winning-class iframe {
    border-radius: 20px;
}
.colorF{
    color: #ffffff;
    width: 100%;
    justify-content: space-between;

}
.sanjiax2 {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    margin-top: 8px;
    margin-left: 20px;
    width: 0;
    height: 0;
    cursor: pointer;
    position: relative;
}

.xiasj2 {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}
.log-area{
    z-index: 999;
    background-color: #ffffff;
    border-radius: 6px;
}
.log-area .checkA {
    color: #e97247;
}

.log-area div:hover {
    color: #e97247;
}
.inp-first .area2 {
    color: #e97247;
    position: relative;
    flex: 1;
}
.dt-right-zhong a{
    display:block;
    color:#000;
}
.des-content>a{
    width: 440px;
    height: 300px;
    display: inline-block;
    margin-bottom: 30px;
}
.des-content>a:not(:nth-of-type(3n)){
    margin-right: 30px;
}

 .page {
    width: 586px;
    margin: 0 auto;
    /* margin-top: 60px; */
    margin-bottom: 40px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  
}
.oubiao-swiper-container{
    overflow: hidden;
    width: 952px;
    height: 670px;
}
.kjdp-swiper-container{
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.kjdp-btns .swiper-pagination-bullet-active{
    opacity: 1 ;
}
.zz-sn-swiper-container{
    width: 1200px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
/* input:last-child */