﻿body {
    font-size: 14px;
    font-family: "微软雅黑";
    background: #fff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.f2 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li a:hover {
    color: #d20c19;
}

div a:hover {
    color: #d20c19;
}

input,
form,
select,
textarea {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: "微软雅黑";
    font-size: 14px;
}

i,
em {
    font-style: normal;
}

.mo {
    margin: 0 auto;
}

.most {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.roundBorder {
    border-radius: 15px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.dsk {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}


/*定位*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*块级转换*/

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}


/*首页*/

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lazy {
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}

.w1200,
.inner {
    width: 1200px;
    margin: 0 auto;
}

.header {
    background-color: #fff;
}

.header_inner {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_left,
.header_right {
    display: flex;
    align-items: center;
}

.logo {
    margin-right: 15px;
}

.local {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #d20c19;
}

.local img {
    margin-right: 10px;
}

.search_bar {
    width: 340px;
    height: 42px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 50px;
}

.search_sort {
    width: 96px;
    height: 42px;
    position: relative;
}

.search_sort_name {
    padding-right: 10px;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.search_sort_name img {
    margin-left: 10px;
}

.search_slide {
    display: none;
    width: 90px;
    background-color: #f2f2f2;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 20;
}

.search_slide p {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.search_slide p:hover {
    background-color: #f8f8f8;
}

.search {
    width: 212px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    border-left: 1px #e6e6e6 solid;
}

.search input {
    width: 150px;
}

.search_btn {
    width: 18px;
    height: 18px;
    background: url(../images/zoom.png) no-repeat;
    cursor: pointer;
}

.search_btn button {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hot_line {
    width: 199px;
    margin-left: 30px;
    background:url(../images/hd-phonebg.png) no-repeat left top;
    position: relative;
    height: 55px;
}
.hot_line p{
    position: absolute;
    top: 17px;
    right: -8px;
    z-index: 999;
}
.hot_line span{
    position: absolute;
    top: 39px;
    right: 7px;
    z-index: 999;
}
.hot_spec {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.hot_spec img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.hot_line span {
    font-size: 24px;
    color: #d20c19;
}

.nav {
    border-top: 1px #e6e6e6 solid;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    height: 60px;
}

.nav li {
    position: relative;
}

.nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.nav_link.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d20c19;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav li i {
    display: flex;
    align-items: center;
    padding-left: 8px;
    width: 39px;
    height: 16px;
    background: url(../images/flag.png) no-repeat;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -90%;
    transform: translateY(-50%);
}

.nav_slide {
    display: none;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index:50;
}
.nav_link.on{
     color: #d20c19;
}
.nav_slide a {
    display: block;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #666;
}
.nav_slide a.on{
    color: #d20c19;
}
.nav li:hover .nav_slide {
    display: block;
}

.footer {
    background: url(../images/footer_bg.jpg) no-repeat center center;
}

.footer_inner {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    margin-bottom: 45px;
}

.serve_hot {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.index_serve_name {
    padding-top: 10px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}

.index_serve_name img {
    margin-right: 10px;
}

.serve_num {
    font-size: 30px;
    color: #d20c19;
    font-style: italic;
}

.address {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.address img {
    width: 16px;
    height: 18px;
    margin-right: 7px;
}

.qr {
    width: 386px;
    height: 130px;
    display: flex;
}

.qr img {
    width: 130px;
    height: 130px;
    margin-right:43px;
}
.qr img:last-child{
    margin-right: 0;
}

.footer_right ul {
    display: flex;
}

.footer_right li {
    padding-left: 45px;
    margin-left: 45px;
    position: relative;
}

.footer_right li:before {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
}

.footer_right li:first-child:before {
    display: none;
}

.footer_right h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.footer_right p {
    padding: 10px 0;
}

.footer_right a {
    color: #b2b2b2;
}

.copyright {
    border-top: 1px #999 solid;
}

.copyright .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    color: #999;
}

.copyright a {
    color: #999;
}

.banner {
    width: 100%;
    height: calc(100vh - 159px);
    position: relative;
}

.banner_img {
    height: 100%;
}

.banner-tools {
    width: 100%;
    height: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: 0;
}

.banner-tools .swiper-pagination {
    text-align: center;
}

.banner-tools .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 16px;
    background: none;
    border: 4px #8e8f8f solid;
    cursor: pointer;
    opacity: 1;
}

.banner-tools .swiper-pagination-bullet-active {
    border: 4px #f4bb21 solid;
}

.free {
    width: 1200px;
    height: 150px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.free_title {
    font-size: 20px;
    color: #fff;
}

.free_title em {
    color: #d20c19;
}

.free_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.free_text_box {
    position: relative;
}

.free_text_box em {
    position: absolute;
    top: 10px;
    right: 20px;
}

.free_text {
    width: 280px;
    height: 46px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

.free_btn {
    width: 260px;
    height: 46px;
    border-radius: 4px;
    border: none;
    background-color: #d20c19;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.define {
    padding: 70px 0;
}

.title {
    margin-bottom: 60px;
    text-align: center;
}

.title h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.title h3 em {
    color: #d20c19;
}

.title_bar {
    width: 320px;
    height: 1px;
    margin: 0 auto;
    background-color: #e6e6e6;
    position: relative;
}

.title_bar span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #d20c19;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.counter {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.counter_item {
    text-align: center;
}

.counter_item h3 {
    font-size: 42px;
    color: #333;
}

.counter_item em {
    font-size: 12px;
}

.counter_item p {
    font-size: 14px;
    color: #999;
}

.video_box {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
}
.video_box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.video_box video {
    width: 100%;
    height: 100%;
}

.define_info {
    line-height: 24px;
    text-align: center;
}

.index_case {
    width: 100%;
    height: 770px;
    position: relative;
}

.index_case .title {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9;
}

.index_case_slide {
    height: 770px;
}

.index_case_img {
    height: 770px;
    position: relative;
    overflow: hidden;
}

.index_case_img img {
    width: 1920px;
    height: 770px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index_case_info {
    width: 340px;
    height: 340px;
    padding: 50px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -220px;
    margin-right: -600px;
    z-index: 19;
}

.index_case_info h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
}
.index_case_img a{
    color: #333;
}
.index_case_info span {
    display: block;
    width: 48px;
    height: 4px;
    margin-bottom: 50px;
    background-color: #d20c19;
}

.index_case_info p {
    line-height: 24px;
    color: #333;
}

.index_case_tools {
    width: 170px;
    height: 36px;
    position: absolute;
    bottom: 210px;
    right: 50%;
    margin-right: -550px;
    z-index: 20;
}

.case_prev,
.case_next {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    font-size: 28px;
    font-family: '宋体';
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 99;
}

.case_prev:hover,
.case_next:hover {
    background-color: #d20c19;
}

.case_prev {
    left: 0;
    transform: rotate(-180deg);
}

.case_next {
    right: 0;
}

.index_case_tools .swiper-pagination {
    bottom: 5px;
}

.index_case_tools .swiper-pagination .swiper-pagination-current {
    font-size: 22px;
}

.morestyle {
    padding: 45px 0;
    background-color: #eee;
}

.morestyle_inner {
    display: flex;
    align-items: center;
}

.morestyle_inner img {
    width: 100px;
    height: 80px;
    margin-right: 30px;
}

.morestyle_list {
    flex: 1;
}

.morestyle_list a {
    display: inline-block;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #333;
}

.morestyle_list a:hover {
    background-color: #d20c19;
    color: #fff;
}

.after {
    position: relative;
}

.after_list {
    display: flex;
    margin-bottom: 80px;
}

.after_item {
    width: 200px;
    text-align: center;
}

.after_item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.after_item h3 {
    margin-bottom: 40px;
    font-size: 22px;
    color: #333;
}

.after_item p {
    color: #666;
}

.after_info {
    height: 380px;
    position: relative;
}

.after_info img {
    width: 780px;
    height: 354px;
    position: absolute;
    top: 0;
    left: -174px;
}

.after_box {
    width: 600px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background: url(../images/after_bg.png);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.after_box p {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}

.after_box h3 {
    margin-bottom: 50px;
    font-size: 40px;
}

.after_box b {
    font-size: 60px;
    color: #d20c19;
    font-weight: bold;
}

.after_bar {
    padding: 20px 0;
    font-size: 18px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.index_news {
    height: 100%;
    box-sizing: border-box;
    padding-top: 68px;
    background: url(../images/news_bar_bg_26.jpg) repeat-x;
}

.index_news .title {
    margin-bottom: 110px;
}

.index_news .index_news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.index_news_list:after {
    display: block;
    content: '';
    width: 380px;
}

.index_news_item {
    width: 380px;
}

.index_news_item a {
    display: block;
}

.index_news_img {
    width: 380px;
    height: 220px;
    background-color: #fff;
    overflow: hidden;
}

.index_news_img img {
    height: 220px;
    transition: all .3s;
}

.index_news_item a:hover img {
    transform: scale(1.1);
}

.index_news_info {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    background-color: #f5f5f5;
    font-size: 20px;
    color: #333;
}

.index_news_info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_item a:hover .index_news_info {
    background-color: #d20c19;
    color: #fff;
}

.index_news_spec {
    border: 1px #e6e6e6 solid;
}

.index_news_spec p {
    padding: 0 30px;
    height: 69px;
    border-bottom: 1px #e6e6e6 solid;
    line-height: 69px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news_spec p a{
    color: #666;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_spec p:last-child {
    border-bottom: none;
}

.index_news_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #d20c19;
    font-size: 18px;
    color: #fff;
}

.index_news_more:hover {
    background-color: #e80e1c;
    color: #fff;
}

.enjoy {
    height: 840px;
    box-sizing: border-box;
    padding-top: 60px;
    background: url(../images/enjoy_bg.jpg) no-repeat center center;
}

.enjoy_wrap {
    display: flex;
    justify-content: space-between;
}

.enjoy_left {
    width: 380px;
}

.enjoy_left img:first-child {
    margin-bottom: 20px;
}

.enjoy_right {
    width: 340px;
    height: 520px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
}

.enjoy_right h3 {
    width: 100%;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.enjoy_right p {
    width: 100%;
    margin-bottom: 45px;
    font-size: 16px;
    color: #999;
}

.enjoy_right input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
}

.enjoy_right input[type="button"] {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #d20c19;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.enjoy_right input[type="button"]:hover {
    background-color: #e80e1c;
}

.cop {
    background-color: #fff;
}

.cop_row {
    height: 111px;
  /*  height: calc(100vh - 840px);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cop_title {
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    border-left: 4px #d20c19 solid;
}

.cop_list {
    width: 1080px;
    display: flex;
}

.cop_item {
    width: 180px;
    text-align: center;
    color: #333;
}

.cop_item a {
    color: #333;
}

.cop_item img {
    width: 110px;
    height: 40px;
}

.mouse {
    width: 18px;
    height: 52px;
    background: url(../images/mouse.png);
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    animation: mouseFloat 3s infinite;
}

@keyframes mouseFloat {
    0% {
        bottom: 18px;
    }
    50% {
        bottom: 5px;
    }
    100% {
        bottom: 18px;
    }
}

.float {
    width: 90px;
    position: fixed;
    top: 60%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 50;
}

.float li {
    height: 90px;
    margin-bottom: 20px;
    position: relative;
}

.float_item {
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    cursor: pointer;
    color: #343b50;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.float_item:hover {
    color: #d20c19;
}

.float_item i {
    display: block;
    width: 50px;
    height: 50px;
}

.cal_icon {
    background: url(../images/cal.png);
}

.wechat_icon {
    background: url(../images/wechat.png);
}

.call_icon {
    background: url(../images/call.png);
}

.up_icon {
    background: url(../images/up.png);
}

.float_item:hover .cal_icon {
    background: url(../images/cal_o.png);
}

.float_item:hover .wechat_icon {
    background: url(../images/wechat_o.png);
}

.float_item:hover .call_icon {
    background: url(../images/call_o.png);
}

.float_item:hover .up_icon {
    background: url(../images/up_o.png);
}

.call_num {
    width: 220px;
    height: 90px;
    padding-left: 20px;
    display: none;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px #e6e6e6 solid;
    border-right: none;
    background-color: #fff;
    font-size: 26px;
    color: #d20c19;
    position: absolute;
    top: 0;
    left: -205px;
    z-index: 9;
}

.float li:hover .call_num {
    display: flex;
}


/* 装修案例 */

.inner_banner {
    margin-bottom: 50px;
    position: relative;
}

.sousuo_wrap h3 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 48px;
    font-family: '宋体';
    color: #fff;
}

.sousuo_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:34;
}

.sousuo {
    width: 480px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
}

.sousuo img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.sousuo input {
    flex: 1;
    padding-right: 15px;
    font-size: 16px;
}

.hot {
    padding: 10px;
}

.hot a {
    margin: 10px;
    font-size: 14px;
    color: #999;
}

.case_list {
    overflow: hidden;
}

.case_list ul {
    width: 105%;
    overflow: hidden;
}

.case_list li {
    width: 270px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

.case_img {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.case_img a {
    display: block;
}

.case_img img {
    height: 200px;
    transition: all 0.3s;
}

.case_img:hover img {
    transform: scale(1.1);
}

.case_name {
    margin-bottom: 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.case_name a {
    color: #333;
}

.case_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_tips {
    font-size: 14px;
    color: #999;
}

.case_hot {
    padding-left: 24px;
    background: url(../images/fire.png) no-repeat left center;
    color: #999;
}

.category {
    padding: 10px 30px;
    margin-bottom: 30px;
}

.category_row {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px #e6e6e6 dotted;
}

.category_row:last-child {
    border-bottom: none;
}

.category_name {
    margin-right: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.category_name img {
    margin-right: 10px;
}

.category_link {
    display: flex;
    flex-wrap: wrap;
}

.category_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.category_link a.on {
    background-color: #d20c19;
    color: #fff;
    font-weight: bold;
}

.container {
    padding: 40px 0;
}

.rank {
    padding-left: 30px;
    padding-bottom: 30px;
    display: flex;
}

.rank a {
    display: block;
    margin-right: 60px;
    padding-right: 26px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.rank a:before,
.rank a:after {
    display: block;
    content: '';
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    position: absolute;
    right: 0;
}

.rank a:before {
    top: 3px;
    border-bottom: 6px #c1c1c1 solid;
}

.rank a:after {
    bottom: 3px;
    border-top: 6px #c1c1c1 solid;
}

.rank a.on:before {
    border-bottom: 6px #f5bc00 solid;
}

.ver_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ver_list ul:after {
    display: block;
    content: '';
    width: 380px;
}

.ver_list li {
    width: 575px;
    margin-bottom: 45px;
    border-bottom: 4px #fff solid;
}

.ver_list li:hover {
    border-bottom: 4px #d20c19 solid;
    transition: all 0.3s;
}

.ver_list a {
    display: block;
}

.ver_img {
    width: 100%;
    height: 355px;
    overflow: hidden;
    position: relative;
}

.ver_image {
    height: 355px;
    transition: all 0.3s;
}

.ver_list li:hover .ver_image {
    transform: scale(1.1);
}

.ver_mask {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.ver_list li:hover .ver_mask {
    opacity: 1;
}

.ver_info {
    padding: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.ver_list li:hover .ver_info {
    background-color: #f5f5f5;
}

.ver_info h3 {
    font-size: 16px;
    color: #333;
}

.ver_info p {
    font-size: 14px;
    color: #666;
}


/* 设计团队 */

.team_list ul {
    width: 105%;
}

.team_list li {
    width: 280px;
    height: 480px;
    float: left;
    margin-right: 26px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    transition: all 0.3s;
}

.team_list li:hover {
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.team_img {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.teamer {
    height: 280px;
}

.team_list li:hover .team_img {
    height: 260px;
}

.team_list li:hover .teamer {
    height: 280px;
}

.gold_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.team_link {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #fff;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 9;
    transition: all 0.3s;
}

.team_link a {
    display: block;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.team_link a:hover {
    color: #fff;
    opacity: 0.9;
}

.team_link a:first-child {
    background-color: #353542;
}

.team_link a:last-child {
    background-color: #d20c19;
}

.team_list li:hover .team_link {
    bottom: 0;
}

.team_info {
    padding: 0 10px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.team_info:before {
    display: block;
    content: '';
    width: 22px;
    height: 5px;
    background-color: #d20c19;
    position: absolute;
    top: 39px;
    left: 9px;
}

.team_list li:hover .team_info {
    padding: 0;
}

.team_list li:hover .team_info:before {
    display: none;
}

.team_info h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.team_info span {
    display: block;
    margin-bottom: 20px;
    color: #999;
}

.team_info_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}

.team_dec {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 设计师详情 */

.your_position {
    height: 95px;
    display: flex;
    align-items: center;
}

.your_position span {
    color: #999;
}

.your_position a {
    color: #999;
}

.designer {
    width: 1120px;
    margin-bottom: 50px;
    padding: 70px 40px;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.designer_img {
    width: 480px;
    height: 480px;
}

.designer_img img {
    height: 480px;
}

.designer_info {
    width: 566px;
}

.designer_info_top {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px #e6e6e6 dashed;
}

.designer_info_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.designer_info_row_left {
    display: flex;
    align-items: center;
}

.designer_name {
    margin-right: 30px;
    font-size: 34px;
    color: #333;
}

.designer_level {
    width: 92px;
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 38px;
    background: url(../images/badge.png) no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #9e6c07;
}

.designer_info_row a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    background-color: #d20c19;
    font-size: 18px;
    color: #fff;
}

.designer_info_row a:hover {
    background-color: #e80e1c;
    color: #fff;
}

.designer_count {
    display: flex;
    font-size: 16px;
    color: #333;
}

.designer_count p {
    margin-right: 70px;
}

.designer_count em {
    font-size: 20px;
}

.designer_dec_row {
    display: flex;
    margin-bottom: 27px;
}

.designer_dec_row span {
    display: block;
    width: 107px;
    font-size: 16px;
    color: #333;
}

.designer_dec_row p {
    font-size: 16px;
    color: #4c4c4c;
}

.designer_wrap {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.designer_left {
    width: 840px;
}

.designer_wrap .ver_list li {
    width: 390px;
}

.designer_wrap .ver_img {
    height: 240px;
}

.designer_wrap .ver_image {
    height: 240px;
}

.designer_tab {
    margin-bottom: 60px;
    display: flex;
    border: 1px #e6e6e6 solid;
}

.designer_tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: 58px;
    border-right: 1px #e6e6e6 solid;
    font-size: 18px;
    color: #333;
}

.designer_tab a:last-child {
    border-right: none;
}

.designer_tab a.on {
    background-color: #d20c19;
    color: #fff;
}

.working_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #e6e6e6 dashed;
}

.working_img {
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.working_img a {
    display: block;
}

.working_img img {
    height: 210px;
    transition: all 0.3s;
}

.working_img:hover img {
    transform: scale(1.1);
}

.working_info {
    width: 524px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.working_name {
    margin-bottom: 24px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.working_name a {
    font-size: 20px;
    color: #333;
}

.working_spec {
    color: #666;
}

.progress {
    width: 480px;
    height: 24px;
    margin: 0 auto 13px;
    background: url(../images/progress1.jpg) no-repeat;
}

.stuff {
    height: 24px;
    background: url(../images/progress2.jpg) no-repeat;
}

.progress_p {
    display: flex;
    justify-content: space-between;
    color: #999;
}

.progress_p p.on {
    color: #d20c19;
}

.serve_list li {
    margin-bottom: 40px;
    display: flex;
}

.serve_list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.serve_img {
    width: 380px;
    height: 285px;
    overflow: hidden;
    position: relative;
}

.serve_img a {
    display: block;
}

.serve_img img {
    height: 285px;
    transition: all 0.3s;
}

.serve_img:hover img {
    transform: scale(1.1);
}

.served {
    width: 88px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 6px #d20c19 solid;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 9;
}

.served h3 {
    font-size: 40px;
}

.serve_info {
    width: 460px;
    height: 285px;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
}

.serve_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serve_name {
    width: 215px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.serve_name a{
    color: #333333;
}
.serve_row a.ont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    background-color: #d20c19;
    font-size: 16px;
    color: #fff;
}

.serve_row a.ont:hover {
    background-color: #e80e1c;
    color: #fff;
}

.serve_address {
    display: flex;
    color: #666;
}

.serve_address img {
    margin-right: 10px;
    width: 14px;
    height: 16px;
}

.serve_label span {
    padding: 8px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
}

.serve_bg1 {
    background-color: #fedfe1;
    color: #d20c19;
}

.serve_bg2 {
    background-color: #def1f8;
    color: #4c89ea;
}

.serve_bg3 {
    background-color: #e6f7df;
    color: #4ea848;
}

.designer_right {
    width: 340px;
}

.yue {
    height: 420px;
    padding: 0 27px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #38405c;
}

.yue h3 {
    margin-bottom: 18px;
    font-size: 24px;
    color: #fff;
}

.yue p {
    margin-bottom: 45px;
    font-size: 14px;
    color: #fff;
}

.yue input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}

.yue input[type="button"] {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #d01323;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yue input[type="button"]:hover {
    background-color: #e80e1c;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}

.yue_popp {
    display: none;
    width: 780px;
    height: 400px;
/*    display: flex;*/
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 60;
}

.yue_close {
    width: 36px;
    height: 73px;
    position: absolute;
    top: -73px;
    right: 10px;
    cursor: pointer;
}

.yue_in {
    width: 420px;
    height: 400px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.yue_in h3 {
    margin-bottom: 55px;
    font-size: 30px;
    color: #333;
}

.yue_in li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    background-color: #f5f5f5;
}

.yue_in em {
    color: #f00;
}

.yue_in input[type="text"] {
    flex: 1;
}

.yue_in input[type="button"] {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #d01323;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yue_in input[type="button"]:hover {
    background-color: #e80e1c;
}
.yue_img{
    width: 360px;
    float: left;
}

.yue_img img{
    width: 360px;height: 400px;object-fit: cover;
}
/* 金牌工长 */

.foreman_list li {
    padding: 40px 50px;
    border-bottom: 1px #e6e6e6 dotted;
}

.foreman_list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.foreman {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
}

.foreman_img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.foreman_img a {
    display: block;
}

.foreman_img img {
    width: 180px;
    height: 180px;
    transition: all 0.3s;
}

.foreman_img:hover img {
    transform: scale(1.1);
}

.foreman_info {
    width: 520px;
}

.foreman_info_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.foreman_info_row_left {
    display: flex;
    align-items: center;
}

.foreman_name {
    margin-right: 15px;
    font-size: 30px;
    color: #333;
}
.foreman_name a{
    color: #333;
}
.foreman_level {
    padding: 5px 13px;
    border-radius: 50px;
    border: 1px #b28933 solid;
    font-size: 16px;
    color: #b28933;
}

.foreman_info_row a.aon {
   /* display: flex;
    justify-content: center;
    align-items: center;*/
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: #d40308;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.foreman_info_row a.aon:hover {
    background-color: #e80e1c;
    color: #fff;
}

.foreman_spec {
    padding: 10px 0;
    display: flex;
    font-size: 16px;
    color: #666;
}

.foreman_spec p {
    width: 50%;
}

.foreman_spec b {
    font-size: 18px;
    color: #333;
}

.foreman_pics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foreman_pics:after {
    display: block;
    content: '';
    width: 235px;
}

.foreman_pic {
    width: 235px;
    height: 176px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.foreman_pic img {
    height: 176px;
    transition: all 0.3s;
}

.foreman_pic:hover img {
    transform: scale(1.1);
}

.yue_view {
    padding: 30px 25px;
    border: 1px #e6e6e6 solid;
}

.yue_view h3 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.yue_view span {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.yue_view em {
    color: #e80e1c;
}

.yue_view_row {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    color: #666;
}

.foreman_detail {
    padding: 40px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
}

.foreman_dec {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    border-top: 1px #e6e6e6 dashed;
}

.foreman_dec span {
    width: 100px;
    font-size: 16px;
}

.foreman_dec p {
    flex: 1;
}

.inner_title {
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px #e6e6e6 solid;
    font-size: 18px;
    color: #333;
}

.inner_title span {
    display: block;
    width: 4px;
    height: 20px;
    margin-right: 20px;
    background-color: #d20c19;
}


/* 在施工地详情 */

.building {
    margin-bottom: 40px;
}

.building h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #333;
}

.building_count {
    padding-bottom: 30px;
    display: flex;
    border-bottom: 1px #e6e6e6 dashed;
}

.building_count_item {
    width: 25%;
    text-align: center;
}

.building_count_item p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.building_count_item span {
    color: #999;
}

.building_progress {
    padding: 40px 0;
}

.building_progress .working_info_btm {
    width: 480px;
    margin: 0 auto;
}

.man_wrap {
    margin-bottom: 20px;
    padding: 26px;
    border: 1px #e6e6e6 solid;
}

.man {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.man a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.man_img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.man_img img {
    width: 80px;
    height: 80px;
}

.man_name {
    margin-right: 10px;
    font-size: 20px;
    color: #333;
}

.man_level {
    padding: 5px 13px;
    border-radius: 50px;
    background-color: #fff6db;
    font-size: 14px;
    color: #9e6c07;
}

.man_level2 {
    padding: 5px 13px;
    border-radius: 50px;
    background-color: #ffe6e8;
    font-size: 14px;
    color: #d51b27;
}

.man_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
}

.man_row b {
    font-size: 18px;
    color: #333;
}

.man_wrap a.deisn-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #d40308;
    font-size: 18px;
    color: #fff;
}

.man_wrap a.deisn-btn:hover {
    background-color: #e80e1c;
    color: #fff;
}

.man_wrap a.ds {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #d40308;
    font-size: 18px;
    color: #fff;
}

.man_wrap a.ds:hover {
    background-color: #e80e1c;
    color: #fff;
}

.hotbuilding {
    padding: 30px 10px;
}

.hotbuilding h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.hotbuilding li {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotbuilding li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotbuilding span {
    display: flex;
    justify-content: center;
    align-items: center;
    width:20px;
    height:20px;
    margin-right: 15px;
    background-color: #e6e6e6;
    color: #666;
}

.hotbuilding li:nth-child(1) span{
    background-color: #e80e1c;
    color: #fff;
}

.hotbuilding li:nth-child(2) span{
    background-color: #e80e1c;
    color: #fff;
}

.hotbuilding li:nth-child(3) span{
    background-color: #e80e1c;
    color: #fff;
}

.hotbuilding a {
    flex: 1;
    color: #666;
}


/* 热装楼盘详情 */

.hot_content {
    margin-bottom: 50px;
}

.done_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.done_list li {
    width: 390px;
    margin-bottom: 30px;
}

.done_img {
    width: 390px;
    height: 240px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.done_img a {
    display: block;
}

.done_image {
    height: 240px;
    transition: all 0.3s;
}

.done_img:hover .done_image {
    transform: scale(1.1);
}

.done_vr {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 9;
}

.done_view {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.done_img:hover .done_view {
    display: block;
}

.done_view_box {
    width: 340px;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.done_view_box p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.done_view_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 45px;
    border-radius: 6px;
    background-color: #d40308;
    font-size: 14px;
    color: #fff;
}

.done_view_box a:hover {
    background-color: #e80e1c;
    color: #fff;
}

.done_name {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.done_name a {
    font-size: 24px;
    color: #333;
}

.done_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.done_spec {
    font-size: 14px;
    color: #666;
}

.fire {
    display: flex;
    align-items: center;
    color: #666;
}

.fire img {
    margin-right: 14px;
}


/* 关于我们 */

.about_container {
    height: 1920px;
    background: url(../images/about_bg.jpg) no-repeat center top;
}

.about {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    margin-bottom:90px;
}

.about_info {
    width: 540px;
}

.about_title {
    margin-bottom: 60px;
}

.about_title span {
    padding-left: 20px;
    border-left: 4px #d20c19 solid;
    line-height: 28px;
    font-size: 28px;
    color: #333;
}

.about_info p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.about_video {
    width: 560px;
    height: 340px;
    margin-top: 30px;
}

.about_video video {
    width: 560px;
    height: 340px;
}

.about_count {
    margin-bottom:470px;
    display: flex;
    justify-content: space-between;
}

.about_count_item {
    font-size: 18px;
    color: #333;
}

.about_num {
    font-family: '宋体';
    font-size: 64px;
    color: #d01323;
    font-weight: bold;
}

.about_count span {
    position: relative;
}

.about_count b {
    color: #d01323;
    font-size: 30px;
    position: absolute;
    top: -40px;
    left: 0;
}

.must_title {
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
    text-align: center;
}

.must_p {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.must_slide {
    height: 580px;
}

.must_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.must_list:after {
    display: block;
    content: '';
    width: 380px;
}

.must_item {
    width: 380px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
    background-color: #fff;
}

.must_item span {
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px #d01323 solid;
    font-size: 20px;
    color: #333;
}

.must_item p {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
}

.must_slide .swiper-pagination-bullet {
    background-color: #949494;
}

.must_slide .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 10px;
    background-color: #d01323;
}

.power {
    height: 959px;
    background: url(../images/power_bg_04.jpg) no-repeat center center;
}

.power_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 959px;
    position: relative;
}

.power_container h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.power_slide {
    width: 1200px;
    height: 767px;
    background: url(../images/zuo.png) no-repeat;
}

.power_list {
    display: flex;
    flex-wrap: wrap;
}

.power_item {
    width: 25%;
    height: 325px;
    box-sizing: border-box;
    padding-top: 70px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.power_img {
    width: 260px;
    height: 181px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #fff;
}

.power_img img {
    height: 181px;
}

.power_prev,
.power_next {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #d01323 solid;
    border-radius: 50%;
    font-size: 40px;
    font-family: '宋体';
    color: #d01323;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
}

.power_prev:hover,
.power_next:hover {
    background-color: #d01323;
    color: #fff;
}

.power_prev {
    left: -180px;
    transform: rotate(-180deg);
}

.power_next {
    right: -180px;
}

.power_slide .swiper-pagination-bullet {
    background-color: #96989e;
}

.power_slide .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 10px;
    background-color: #d01323;
}


/* 发展历程 */

.his {
    padding: 60px 0;
}

.his_title {
    margin-bottom: 70px;
    text-align: center;
}

.his_list {
    height: 280px;
    background: url(../images/his_bar.jpg) repeat-y 162px 0;
    overflow: hidden;
    transition: all 0.3s;
}

.his_list li {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.his_list span {
    font-size: 40px;
    color: #d01323;
}

.his_info {
    width: 968px;
}

.his_info h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.his_content78{
    padding: 50px;
    border: 1px #e6e6e6 solid;
    background-color: #f5f5f5;
    border-radius: 15px;
    line-height: 26px;
}
.his_content78 span{
    font-size: 15px;
}
.his_content {
    padding: 50px;
    border: 1px #e6e6e6 solid;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.dot {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.his_btn {
    width: 70px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.his_btn img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.his_btn.on img {
    transform: rotate(0);
}


/* 媒体监督 */

.media {
    padding: 60px 0;
}

.media ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media li {
    width: 580px;
    height: 540px;
    margin-bottom: 50px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.media_img {
    height: 340px;
    margin-bottom: 40px;
    overflow: hidden;
}

.media_img a {
    display: block;
}

.media_img img {
    height: 340px;
    transition: all 0.3s;
}

.media_img:hover img {
    transform: scale(1.1);
}

.media_name {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media_name a {
    color: #333;
}

.media_con {
    height: 46px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 业主见证 */

.flag {
    padding: 60px 0;
    background-color: #fff;
}

.flag_slide {
    width: 1700px;
    height: 300px;
    margin: 0 auto;
}

.flag_slide img {
    height: 300px;
}

.comment {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.comment_title {
    margin-bottom: 60px;
    text-align: center;
}

.comment li {
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.comment_img {
    width: 480px;
    height: 270px;
}

.comment_img video {
    width: 480px;
    height: 270px;
}

.comment_info {
    width: 610px;
    padding-right: 46px;
}

.comment_info h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment_info span {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
}

.comment_content {
    line-height: 24px;
    text-indent: 48px;
    background: url(../images/dot2.jpg) no-repeat left top;
}

.comment_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: 58px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px #d01323 solid;
    font-size: 18px;
    color: #d01323;
}

.comment_more:hover {
    background-color: #d01323;
    color: #fff;
}


/* 新闻 */

.news_list li {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #e6e6e6 solid;
}

.news_img {
    width: 345px;
    height: 200px;
    overflow: hidden;
}

.news_img a {
    display: block;
}

.news_img img {
    height: 200px;
    transition: all 0.3s;
}

.news_img:hover img {
    transform: scale(1.1);
}

.news_info {
    width: 425px;
    padding-right: 30px;
}

.news_name {
    margin-bottom: 20px;
    height: 68px;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_name a {
    color: #333;
}

.news_dec {
    margin-bottom: 50px;
    height: 48px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_time {
    text-align: right;
}

.article_title {
    padding: 30px;
    border-bottom: 1px #e6e6e6 solid;
}

.article_title h3 {
    margin-bottom: 50px;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.article_spec {
    display: flex;
    justify-content: space-around;
}

.article_content {
    padding: 58px;
    margin-bottom: 40px;
    border-bottom: 1px #e6e6e6 solid;
    line-height: 30px;
}

.article_pages {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.article_pages a {
    color: #999;
}

.up {
    margin-right: 10px;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #ccc solid;
}

.down {
    margin-right: 10px;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 8px #ccc solid;
}


/* 预约报价 */

.suan {
    width: 100%;
    height: 1760px;
    background: url(../images/yuyue_bg.jpg) no-repeat center top;
    position: relative;
}

.suan_wrap {
    width: 1000px;
    padding: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translate(-50%);
}

.suan_left {
    padding: 0 55px;
    width: 360px;
    border-right: 1px #e6e6e6 dashed;
}

.suan_left p {
    margin-bottom: 40px;
    font-size: 20px;
    color: #666;
}

.suan_left p em {
    color: #d01323;
}

.suan_left li {
    margin-bottom: 20px;
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px #e6e6e6 solid;
    background-color: #f5f5f5;
    position: relative;
}

.suan_left input[type="text"] {
    width: 100%;
    font-size: 16px;
}

.suan_left li em {
    position: absolute;
    top: 10px;
    right: 20px;
}

.suan_right {
    width: 340px;
}

.suan_btn {
    margin-bottom: 10px;
    text-align: center;
}

.contact_row {
    padding: 14px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.contact_row em {
    color: #d20c19;
}

.contact_row img {
    margin-right: 10px;
}

.per {
    width: 1200px;
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
}

.per ul {
    display: flex;
    justify-content: space-between;
}

.per li {
    width: 280px;
    height: 460px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.3s
}

.per li:hover {
    transform: translateY(-20px);
}

.per h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: normal;
}

.per span {
    font-size: 18px;
    color: #999;
}

.per em {
    display: block;
    width: 30px;
    height: 6px;
    margin: 40px 0;
    border-radius: 3px;
    background-color: #d01323;
}

.test {
    width: 100%;
    height: 960px;
    position: relative;
    overflow: hidden;
}

.test img {
    width: 1920px;
    height: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 全屋硬装 */

.entry {
    height: 180px;
    background: url(../images/hard_bar.jpg) no-repeat center top;
}

.entry_inner {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
    margin: 0 auto;
}

.entry_info h3 {
    font-size: 36px;
    color: #fff;
}

.entry_info p {
    font-size: 18px;
    color: #fff;
}

.entry_in {
    width: 830px;
    display: flex;
    justify-content: space-between;
}

.entry_in input[type="text"] {
    width: 280px;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.entry_in input[type="button"] {
    width: 230px;
    height: 50px;
    background-color: #313346;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.entry_in input[type="button"]:hover {
    background-color: #3d4065;
}

.oneway {
    padding: 50px 0;
    background-color: #fff2f2;
}

.oneway ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oneway li {
    width: 356px;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
}

.oneway li img {
    width: 70px;
    height: 70px;
}

.oneway_info {
    width: 264px;
}

.oneway_info h3 {
    line-height: 70px;
    font-size: 24px;
}

.oneway_info p {
    font-size: 16px;
    line-height: 30px;
}

.five {
    padding: 60px 0;
    background: url(../images/five_bg_24.jpg) no-repeat center top;
}

.five_tab {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.five_tab a {
    width: 140px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
    color: #666;
}

.five_tab a.on {
    background-color: #d01323;
    color: #fff;
}

.five_item {
    display: flex;
}

.five_img {
    width: 760px;
    height: 620px;
    background-color: #fff;
}

.five_img img {
    height: 620px;
}

.five_info {
    width: 464px;
    height: 620px;
    padding: 40px 60px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.five_title {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #333;
}

.five_title img {
    margin-right: 20px;
}

.five_content {
    margin-bottom: 130px;
    line-height: 37px;
}

.five_info a {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #d01323;
    font-size: 18px;
    color: #fff;
}

.five_info a:hover {
    background-color: #d51b27;
    color: #fff;
}

.five_arrow {
    width: 72px;
    height: 36px;
    display: flex;
    position: absolute;
    bottom: 33px;
    left: 724px;
    z-index: 9;
}

.five_arrow div {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    font-family: '宋体';
    color: #fff;
    cursor: pointer;
}

.five_arrow div:hover {
    background-color: #d51b27;
    color: #fff;
}

.five_prev {
    transform: rotate(-180deg);
}

.yusuan {
    height: 960px;
    position: relative;
    overflow: hidden;
}

.yusuan img {
    width: 1920px;
    height: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.idea {
    padding: 60px 0;
    
}

.idea_wrap {
    margin-bottom: 48px;
    padding-top: 70px;
    padding-left: 70px;
    height: 420px;
    position: relative;
}

.idea_box {
    width: 100%;
    height: 420px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.idea_img {
    width: 680px;
    height: 420px;
    position: relative;
}

.idea_img a {
    display: block;
}

.idea_image {
    height: 420px;
}

.idea_img .vr_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.idea_info {
    width: 450px;
    height: 420px;
    box-sizing: border-box;
    padding: 80px 50px 0;
}

.idea_info h3 {
    font-size: 36px;
    color: #313346;
}

.idea_info span {
    display: block;
    margin: 20px 0;
    width: 30px;
    height: 7px;
    background-color: #d51b27;
}

.idea_info em {
    font-size: 20px;
    color: #313346;
}

.idea_info p {
    font-size: 14px;
    color: #787985;
}

.idea_slide {
    height: 170px;
}

.idea_slide img {
    height: 170px;
}

.idea_tools {
    width: 170px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.idea_wrap .idea_box.dn{
    display: none;
}
.idea_prev,
.idea_next {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    font-family: '宋体';
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.idea_prev:hover,
.idea_next:hover {
    background-color: #d51b27;
    color: #fff;
}

.idea_prev {
    transform: rotate(-180deg);
}

.idea_fac {
    width: 98px;
    text-align: center;
}

.brand {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.brand_list {
    margin-bottom: 20px;
    overflow: hidden;
}

.brand_list ul {
    width: 105%;
    overflow: hidden;
}

.brand_list li {
    width: 278px;
    height: 78px;
    float: left;
    margin-right: 27px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
}

.brand_list li img {
    height: 78px;
}

.brand_slide {
    height: 450px;
    background-color: #fff;
}

.brand_slide img {
    height: 450px;
}

.brand_wrap {
    position: relative;
}

.brand_prev,
.brand_next {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: '宋体';
    border: 1px #d51b27 solid;
    font-size: 40px;
    font-weight: bold;
    color: #d51b27;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.brand_prev {
    left: -160px;
    transform: rotate(-180deg);
}

.brand_next {
    right: -160px;
}

.brand_prev:hover,
.brand_next:hover {
    background-color: #d51b27;
    color: #fff;
}

.yue2 {
    width: 100%;
    height: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/yue2_bg.jpg) no-repeat center center;
}

.yue2_inner {
    width: 1200px;
    display: flex;
    background-color: #fff;
}

.yue2_img {
    width: 560px;
    height: 620px;
    position: relative;
}

.yue2_img img {
    width: 920px;
    height: 620px;
    position: absolute;
    top: 0;
    right: 0;
}

.yue2_in {
    width: 640px;
    height: 620px;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.yue2_in h3 {
    margin-bottom: 30px;
    font-size: 32px;
    color: #333;
}

.yue2_in span {
    display: block;
    width: 40px;
    height: 5px;
    margin-bottom: 50px;
    background-color: #d51b27;
}

.yue2_in li {
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px #e6e6e6 solid;
    position: relative;
}

.yue2_in em {
    color: #d51b27;
}

.yue2_in input[type="text"] {
    flex: 1;
}

.yue2_in input[type="button"] {
    width: 100%;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #d51b27;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.yue2_in iniput[type="button"]:hover {
    background-color: #e80e1c;
}


/* 品质整装 */

.bag {
    padding: 78px 0;
    background-color: #fff2f2;
}

.bag ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bag li {
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
    position: relative;
}

.bag p {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bag span {
    display: none;
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    border: 3px #e80e1c solid;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.bag li:hover span {
    display: block;
}

.worry {
    padding: 70px 0;
    background: url(../images/worry_bg.jpg);
}

.worry ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.worry li {
    width: 380px;
    height: 170px;
    padding: 10px;
    margin-bottom: 37px;
    background-color: #fff;
    box-sizing: border-box;
}

.worry li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.worry_wrap {
    padding: 0 20px;
    height: 150px;
    display: flex;
    align-items: center;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.worry li:hover .worry_wrap {
    border: 1px #e80e1c solid;
}

.worry li img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}


/* 材料优势 */

.cover {
    height: 960px;
    position: relative;
    overflow: hidden;
}

.cover img {
    width: 1920px;
    height: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.safe {
    padding: 70px 0;
}

.safe ul {
    margin-bottom: 85px;
    display: flex;
}

.safe li {
    display: flex;
}

.safe_img {
    width: 0;
    height: 460px;
    transition: all 0.3s;
    overflow: hidden;
}

.safe_img img {
    height: 460px;
}

.safe_name {
    width: 80px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.safe_name:after {
    display: none;
    content: '';
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-right: 12px #d01323 solid;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.safe li:nth-child(2n+1) .safe_name {
    background-color: #f0f0f0;
}

.safe li.on .safe_img {
    width: 560px;
}

.safe li.on .safe_name {
    background-color: #d01323;
    color: #fff;
}

.safe li.on .safe_name:after {
    display: block;
}

.safe a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #d01323;
    font-size: 18px;
    color: #fff;
}

.safe a:hover {
    background-color: #d51b27;
    color: #fff;
}

.copper {
    padding:70px 0 0;
    background: linear-gradient(to bottom, #fefefe, #dbe1ef);
}

.copper_list {
    margin-bottom: 30px;
    overflow: hidden;
}

.copper_list ul {
    width: 105%;
    overflow: hidden;
}

.copper_list li {
    width: 278px;
    height: 78px;
    float: left;
    margin-bottom: 20px;
    margin-right: 28px;
    border: 1px #e6e6e6 solid;
}

.copper_list img {
    height: 78px;
}

.copper_item {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.copper_item img {
    height: 400px;
}

.copper_info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 9;
    transition: all 0.3s;
}

.copper_info h3 {
    margin-bottom: 40px;
}

.copper_item:hover .copper_info {
    bottom: 0;
}

.copper_name {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.copper_item:hover .copper_name {
    opacity: 0;
}

.god {
    padding: 70px 0;
    background: linear-gradient(to bottom, #fefefe, #dbe1ef);
}

.god_list {
    overflow: hidden;
}

.god ul {
    margin-bottom: 40px;
    width: 105%;
    overflow: hidden;
}

.god_list li {
    width: 290px;
    float: left;
    margin-bottom: 20px;
    margin-right: 13px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background-color: #abb5ce;
}

.god_img {
    height: 180px;
    background-color: #fff;
}

.god_img img {
    height: 180px;
}

.god_name {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.god a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #d01323;
    font-size: 18px;
    color: #fff;
}

.god a:hover {
    background-color: #d51b27;
    color: #fff;
}
.baqt,.baqt2,.baqt3{
    margin: 0 auto;
    text-align: center;

}
.baqt a,.baqt2 a,.baqt3 a{
    width: 28px;height: 28px;line-height: 28px;text-align: center; background: #ddd;color: #999;border: 1px solid #ddd;display: inline-block;margin-right: 6px;
}
.baqt a.current,.baqt2 a.current,.baqt3 a.current{
    background:#d20c19 ;color: #fff;
}
.baqt a:last-child,.baqt2 a:last-child,.baqt3 a:last-child{
    margin-right: 0;
}


/* 绿色家装 */

.more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 46px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #d01323;
    font-size: 18px;
    color: #fff;
}

.more_btn:hover {
    background-color: #d51b27;
    color: #fff;
}

.infit {
    padding: 70px 0;
    background: url(../images/infit_bg.jpg) no-repeat center top;
}

.infit_wrap {
    margin-bottom: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infit_img {
    width: 520px;
    height: 560px;
    background-color: #fff;
}

.infit_img img {
    height: 560px;
}

.infit_info {
    width: 560px;
    font-size: 15px;
    line-height: 34px;

}

.infit_info p.ab{
    font-size:22px;margin-bottom:23px;
}

.nosee {
    width: 100%;
    height: 960px;
    position: relative;
    overflow: hidden;
}

.nosee img {
    width: 1920px;
    height: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.solve {
    padding: 70px 0;
    background-color: #eff7ff;
}

.solve ul {
    display: flex;
    justify-content: space-between;
}

.solve li {
    width: 361px;
    height: 580px;
    box-sizing: content-box;
    padding-top: 69px;
    padding-left: 28px;
    color: #fff;
}

.solve li h3 {
    margin-bottom: 30px;
    font-size: 30px;
}

.solve li p {
    font-size: 20px;
    line-height: 36px;
}

.solve li:nth-child(1) {
    margin-top: 80px;
    background: url(../images/solve1.jpg) no-repeat;
}

.solve li:nth-child(2) {
    margin-top: 40px;
    background: url(../images/solve2.jpg) no-repeat;
}

.solve li:nth-child(3) {
    background: url(../images/solve3.jpg) no-repeat;
}

.standard {
    padding: 70px 0;
    background: url(../images/standard_bg.jpg) no-repeat center center;
}

.standard_wrap {
    margin-bottom: 50px;
    position: relative;
}

.standard_slide {
    height: 590px;
}

.standard_slide .swiper-slide {
    padding-top: 30px;
    transition: all 0.3s;
}

.standard_slide .swiper-slide-active {
    padding-top: 0;
}

.standard_item {
    padding: 15px;
    height: 560px;
    box-sizing: border-box;
    background-color: #fff;
}

.standard_img {
    height: 260px;
    margin-bottom: 40px;
}

.standard_img img {
    height: 260px;
}

.standard_name {
    padding-left: 26px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../images/standard.jpg) no-repeat left top;
}

.standard_name h3 {
    font-size: 24px;
    font-weight: normal;
}

.standard_name p {
    font-size: 18px;
}

.standard_p {
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.standard_prev,
.standard_next {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #d01323 solid;
    border-radius: 50%;
    font-size: 40px;
    font-family: '宋体';
    color: #d01323;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
}

.standard_prev:hover,
.standard_next:hover {
    background-color: #d01323;
    color: #fff;
}

.standard_prev {
    left: -180px;
    transform: rotate(-180deg);
}

.standard_next {
    right: -180px;
}


.apt{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 221px;

}

.ser-ul{
    width:1100px;margin:0 auto 40px;overflow: hidden;
}
.ser-ul li{
    height: 40px;line-height: 40px;font-size: 15px;border-bottom: 1px solid #ddd;
}

.ser-ul li a{
    color: #333;
}

/*品质保障*/
.yuyue_wrap{
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    height: 140px;
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 90;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.yuyue_wrap > .left > h1{
    font-size: 24px;
    color: #333333;
    position: relative;
}
.yuyue_wrap > .left > h1:before{
    position: absolute;
    left: -25px;
    top: 5px;
    width: 6px;
    height: 24px;
    border-radius: 4px;
    background: red;
    content: ' ';
}

.yuyue_wrap .hotline{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}


.yuyue_wrap .hotline>span{
    color:#d20c19;
}

.yuyue_wrap > .right{
    width: 780px;
}

.yuyue_wrap > .right form{
    display: flex;
    justify-content: space-between;
}

.yuyue_wrap > .right input{
    padding: 0 7px;
    background-color: #f5f5f5;
    width: 244px;
    height: 45px;
}
.yuyue_wrap > .right .submit{
    width: 240px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-color: #d20c19;
    color: #ffffff;
    text-align:center;
}

.jz-bint{
    cursor: pointer;
}


/* 算一算 */
.math {
    width: 100%;
    height: 200px;
    background-color: #333;
    position: fixed;
    bottom: -200px;
    left: 0;
    z-index: 50;
    transition: all 0.3s;
}

.math_title {
    width: 520px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #333;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.math_title h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.math_title em {
    color: #f5e297;
}

.math_title img {
    width: 20px;
    height: 22px;
    margin-left: 12px;
    transition: all 0.3s;
    transform: rotate(-180deg);
}

.math_title.on img {
    transform: rotate(0);
}

.math.move {
    bottom: 0;
}

.math_row {
    overflow: hidden;
}

.math.move .math_row {
    height: 0;
    overflow: visible;
}

.math_inner {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.math_inner img {
    margin-top: -60px;
    margin-left: -33px;
}

.math_entry {
    width: 560px;
}

.math_entry ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.math_entry li {
    width: 270px;
    height: 48px;
    padding: 0 20px;
    margin: 6px 0;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

.math_entry input {
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.math_entry em {
    position: absolute;
    top: 10px;
    right: 20px;
}

.math_btn {
    width: 128px;
    height: 108px;
    background: url("../images/btn.png");
}

.math_btn input {
    width: 128px;
    height: 108px;
    opacity: 0;
    cursor: pointer;
}

.math_p {
    text-align: right;
}

.math_p p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.math_p em {
    font-size: 24px;
    color: #d01323;
    font-style: italic;
}


.recom_title {
    border-bottom: 1px #e6e6e6 solid;margin-bottom: 54px;
}

.recom_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100px;
}

.recom_inner h3 {
    font-size: 32px;
    font-weight: normal;
    position: relative;
}

.recom_inner h3:after {
    display: block;
    content: '';
    width: 45px;
    height: 8px;
    background-color: #d01323;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
}


.yueyue {
    height: 420px;
    padding: 0 27px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/chear.png) no-repeat 200px 20px;
    background-color: #63769e;
}

.yueyue h3 {
    width: 100%;
    margin-bottom: 18px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.yueyue p {
    width: 100%;
    padding: 0 20px;
    height: 30px;
    margin-bottom: 60px;
    box-sizing: border-box;
    background: linear-gradient(to right, #2a437d, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.yueyue input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}

.yueyue input[type="button"] {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #d01323;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yueyue input[type="button"]:hover {
    background-color: #e80e1c;
}

.idea_slide .swiper-slide{

    cursor: pointer;
}




.video_box span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    width: 0;
    height: 0;
    border-top:14px solid transparent;
    border-left:22px solid #ffffff;
    border-bottom:14px solid transparent;
    z-index:99;
    border-radius: 4px;
/*    background:rgba(0,0,0,0.4);*/
}

.video_box em{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-48px;
    margin-top:-42px;
    width: 64px;
    height: 64px;
    z-index: 80;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
}


.idea .atqg{
    background: url(../images/idea_bg.jpg) no-repeat center center;
}


.idea .inner .idea_wrap{
    margin-bottom: 48px; 
    padding-top: 70px; 
    margin-left: 70px; 
    position: relative;
}
.idea .inner .idea_tools{
    z-index: 9999;
}