@font-face {
    font-family: 'font20825';
    src: url('../fonts/font20825.woff') format('woff'), url('../fonts/font20825.ttf') format('ttf'), url('../fonts/font20825.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
}

.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: #0094f1;
}

div a:hover {
    color: #0094f1;
}

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;
}

.header {
    width: 100%;
    background: #fff;
}

.header_top {
    border-bottom: 1px #e6e6e6 solid;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header_left {
    display: flex;
    align-items: center;
}

.header_right {
    display: flex;
    align-items: center;
}

.logo {
    margin-right: 40px;
}
.logo img{
    width: 280px;
    height:50px;
}

.local {
    display: flex;
    align-items: center;
}

.local_btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.local_btn img {
    margin-right: 6px;
}

.local_stick {
    width: 1px;
    height: 15px;
    margin: 0 14px;
    background-color: #adbeca;
}

.brand {
    height: 70px;
    position: relative;
}

.brand_btn {
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.brand_arrow {
    margin-left: 10px;
}

.brand_box {
    display: none;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}

.brand_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.brand_title:before {
    display: block;
    content: '';
    width: 4px;
    height: 16px;
    margin-right: 10px;
    background-color: #0093f0;
}

.brand_banner {
    height: 120px;
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.brand_banner img {
    height: 120px;
}

.brand_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand_box li {
    width: 95px;
    height: 50px;
    margin-bottom: 5px;
    background-color: #f7fcff;
}

.brand_box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.brand_box li img {
    width: 110px;
}

.search_row {
    width: 280px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
    background-color: #f3f8fb;
    position: relative;
}

.search_select {
    display: flex;
    align-items: center;
    width: 96px;
    border-right: 1px #e6e6e6 solid;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.search_select p {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_select img {
    margin-left: 10px;
}

.search_slide {
    display: none;
    width: 90px;
    background-color: #eef4f9;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 20;
}

.search_slide a {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.search_slide a:hover {
    background-color: #c7e5f7;
    color: #333;
}

.search_row input[type="text"] {
    width: 150px;
    font-size: 14px;
    color: #333;
}

.search_row input[type="submit"] {
    width: 21px;
    height: 22px;
    background: url(../images/zoom.png) no-repeat center center;
    cursor: pointer;
}
.search_row input[type="button"] {
    width: 21px;
    height: 22px;
    background: url(../images/zoom.png) no-repeat center center;
    cursor: pointer;
}

.phone_row {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-family: 'font20825';
    font-size: 32px;
    color: #0093f0;
}

.phone_row img {
    margin-right: 5px;
}

.nav_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    width: 1055px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav li:after {
    display: none;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0093f0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.nav_link:hover{
    font-size: 18px;
    color: #0094f1;
    font-weight: bold;
}

.nav_link img {
    margin-left: 5px;
}

.nav li.on .nav_link {
    font-weight: bold;
    color: #0093f0;
}

.nav li.on:after {
    display: block;
}

.nav_slide {
    display: none;
    width: 120px;
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.nav_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px #e6e6e6 dashed;
    font-size: 14px;
    color: #333;
}

.nav_slide a:last-child {
    border-bottom: none;
}

.nav_slide a:hover {
    border-left: 5px #0093f0 solid;
    color: #333;
}

.quick_btn {
    width: 100px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
}

.quick_btn:hover {
    background-color: #0a84d2;
    color: #fff;
}


/*banner*/

#focus_scr {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#focus_scr,
#focus_scr .owl-stage-outer,
#focus_scr .owl-stage,
#focus_scr .owl-item,
#focus_scr .item {
    /*height: 600px;*/
    overflow: hidden;
    transition-property: opacity;
}

#focus_scr .owl-dots {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
    margin: 0;
}

#focus_scr .owl-controls {
    text-align: left;
}

#focus_scr .owl-controls .owl-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 0;
}

#focus_scr .owl-controls .owl-page {
    display: block;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-family: 'font20825';
}

#focus_scr .owl-controls .owl-page span.owl-numbers {
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    position: relative;
    padding-left: 10px;
    margin: 0 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#focus_scr .owl-controls .owl-page span.owl-numbers:before {
    content: "0";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#focus_scr .owl-controls .owl-page span.owl-numbers:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
}

#focus_scr .owl-controls .owl-page.active span.owl-numbers:after,
#focus_scr .owl-controls.clickable .owl-page:hover span.owl-numbers:after {
    width: 60px;
}

#focus_scr .owl-controls .owl-page.active span.owl-numbers,
#focus_scr .owl-controls.clickable .owl-page:hover span.owl-numbers {
    padding-right: 80px;
}


#focus_scr .owl-buttons {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 49;
}

#focus_scr .owl-controls .owl-buttons div {
    position: relative;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.6;
    font-size: 0;
    width:70px;
    height:70px;
    top: 50%;
    margin-top: -35px;

}

#focus_scr .owl-controls .owl-buttons div.owl-prev {
    /*  margin-right: 15px;*/
    margin-left: 20px;
    float: left;
    background: rgba(0, 0, 0,0.5) url(/static/home/images/arrow-left.png) no-repeat center center;
    background-size: 45% 45%;
}

#focus_scr .owl-controls .owl-buttons div.owl-next {

    margin-right: 20px;
    float: right;
    background: rgba(0, 0, 0,0.5) url(/static/home/images/arrow-right.png) no-repeat center center;
    background-size: 45% 45%;
}

/*#focus_scr .owl-buttons {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin-left: -42%;*/
/*    margin-top: 17%;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div {*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    background: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    filter: Alpha(Opacity=30);*/
/*    opacity: 0.3;*/
/*    font-size: 0;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border: 1px solid #fff;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-prev {*/
/*    margin-right: 15px;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div:hover {*/
/*    border-color: #0098d9;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div:before {*/
/*    content: "";*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin: -8px 0 0 -8px;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-prev:before {*/
/*    background: url(../images/arrow03b.png) left center no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-prev:hover:before {*/
/*    background-position: right center;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-next {*/
/*    filter: Alpha(Opacity=100);*/
/*    opacity: 1;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-next:before {*/
/*    background: url(../images/arrow03a.png) right center no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*#focus_scr .owl-controls .owl-buttons div.owl-next:hover:before {*/
/*    background-position: left center;*/
/*}*/

.index_about {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

.index_about_info {
    width: 610px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_about_title {
    font-size: 48px;
    font-family: 'font20825';
    color: #333;
}

.index_about_dec {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.index_about_spec ul {
    display: flex;
    flex-wrap: wrap;
}

.index_about_spec li {
    width: 50%;
    display: flex;
    padding: 10px 0;
    align-items: center;
    font-size: 16px;
    color: #AC8D56;
    font-weight: 600;
}

.index_about_spec li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 2px #0093f0 solid;
    border-radius: 50%;
}

.index_about_img {
    height: 280px;
    position: relative;
}

.index_about_img img {
    height: 280px;
   /* border-radius: 10px;*/
}

.about_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #0093f0;
    text-transform: uppercase;
    position: absolute;
    bottom: -25px;
    right: 20px;
    z-index: 9;
    overflow: hidden;
}

.about_more_btn:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0093f0;
    transition: all 0.56s;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: -1;
}

.about_more_btn i {
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 10px;
    background: url(../images/more1.png);
}

.about_more_btn:hover {
    color: #fff;
}

.about_more_btn:hover i {
    background: url(../images/more2.png);
}

.about_more_btn:hover:before {
    transform: scale(20);
}

.pinjiang {
    margin-bottom: 60px;
}

.index_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.index_title h3 {
    margin: 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.index_title_spec {
    width: 360px;
    height: 40px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
    color: #80909b;
}

.pinjiang_list ul {
    display: flex;
    justify-content: space-between;
}

.pinjiang_list li {
    width: 280px;
    /*border-radius: 20px;*/
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.pinjiang_info {
    height: 200px;
    margin-top: -70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top: 10px #087be9 solid;
    position: relative;
}

.pinjiang_info h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.pinjiang_info p {
    padding: 20px;
    font-size: 16px;
    color: #80909b;
}

.pinjiang_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 44px;
    border-radius: 50px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
}

.pinjiang_info a:hover {
    background-color: #027ecd;
    color: #fff;
}

.index_case {
    margin-bottom: 70px;
}

.case_tab {
    margin-bottom: 50px;
}

.case_tab ul {
    display: flex;
    justify-content: center;
}

.case_tab li {
    width: 150px;
    height: 50px;
    margin: 0 5px;
    border-radius: 50px;
    border: 1px #a9bbc7 solid;
    position: relative;
}

.case_tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #a9bbc7;
}

.case_tab li.on {
    background: linear-gradient(180deg, #028ef0, #106be9);
    border: 1px #028ef0 solid;
    box-shadow: 0 10px 10px rgb(2, 142, 240, .1);
}

.case_tab li.on:after {
    display: block;
    content: '';
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-top: 12px #106be9 solid;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.case_tab li.on a {
    color: #fff;
}

.case_list {
    margin-bottom: 25px;
    overflow: hidden;
}

.case_list ul {
    width: 105%;
    overflow: hidden;
}

.case_list li {
    width: 280px;
    height: 210px;
    float: left;
    margin-bottom: 30px;
    margin-right: 26px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.case_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case_view {
    width: 40px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #0093f0;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
}

.case_view i {
    display: block;
    width: 17px;
    height: 13px;
    background: url(../images/eye.png) no-repeat;
}

.case_img {
    height: 210px;
}

.case_img img {
    height: 210px;
    transition: all 0.3s;
}

.case_name {
    width: 260px;
    height: 44px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}
.case_name p{
    width: 100%;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.case_price {
    width: 120px;
    height: 44px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0093f0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.case_list li:hover img {
    transform: scale(1.1);
}

.case_list li:hover .case_name {
    display: none;
}

.case_list li:hover .case_price {
    display: flex;
}

.mianji {
    display: flex;
    justify-content: center;
}

.mianji a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    margin: 0 5px;
    border-radius: 50px;
    border: 1px #a9bbc7 solid;
    font-size: 14px;
    color: #a9bbc7;
}

.mianji a.on {
    background: linear-gradient(180deg, #028ef0, #106be9);
    border: 1px #028ef0 solid;
    box-shadow: 0 10px 10px rgb(2, 142, 240, .1);
    color: #fff;
}

.tiktok {
    padding: 54px 0;
    background: url(https://static.gxpjzs.com/tiktok_bg.jpg) no-repeat center top;
}

.tiktok_slide {
    width: 1210px !important;
    height: 520px;
    padding: 10px !important;
}

.tiktok_item {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.tiktok_img {
    width: 100%;
    height: 328px;
    /*height: 320px;*/
    margin-bottom: 10px;
    /*border-radius: 6px;*/
    overflow: hidden;
    position: relative;
}

.tiktok_img img {
    height: 328px;
    /*height: 320px;*/
}

.tiktok_img i {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(../images/tiktok.png) no-repeat center center rgba(0, 0, 0, .3);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.tiktok_name {
    margin-bottom: 10px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tiktok_name a {
    color: #333;
}

.tiktok_name a:hover {
    font-weight: bold;
    color: #333;
}

.heart {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.heart i {
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 16px;
    background: url(../images/heart1.jpg) no-repeat;
    cursor: pointer;
}

.heart i.on {
    background: url(../images/heart2.jpg) no-repeat;
}

.tiktok_slide .swiper-scrollbar-drag {
    background-color: #0093f0;
}

.tiktok_arrow {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.tiktok_left,
.tiktok_right {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -40px;
    cursor: pointer;
}

.tiktok_left {
    background-image: url(../images/tleft1.png);
    left: 0;
}

.tiktok_right {
    background-image: url(../images/tright1.png);
    right: 0;
}

.tiktok_left:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.tiktok_right:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.index_team {
    padding: 60px 0 50px;
    background: url(../images/team_bg_26.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.team_slide {
    margin-bottom: 50px;
    padding-top: 65px !important;
    height: 405px;
}

.team_item {
    padding: 30px;
    padding-top: 110px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
}

.team_img {
    width: 360px;
    height: 150px;
    /*border-radius: 10px;*/
    box-shadow: 0 10px 10px rgb(0, 147, 240, .1);
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.team_img img {
    width: 100%;
    height: 150px;
}

.team_video_box {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.5s;
    opacity: 0;
}

.team_video {
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.team_img:hover .team_video_box {
    opacity: 1;
}

.team_name {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.team_name h3 {
    margin-right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.team_name a{
    display: flex;
}
.team_level {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px #ff9d62 solid;
    background-color: #fff5e9;
    font-size: 14px;
    color: #ff9d62;
}

.team_spec {
    margin-bottom: 15px;
    font-size: 16px;
    color: #69747b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team_counter {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #69747b;
}

.team_counter span {
    color: #0093f0;
}

.team_list {
    overflow: hidden;
}

.team_list ul {
    width: 105%;
    overflow: hidden;
}

.team_list li {
    float: left;
    width: 100px;
    height: 75px;
    margin-right: 10px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.team_list li img {
    width: 100%;
    height: 75px;
    transition: all 0.5s;
}

.team_list li:hover img {
    transform: scale(1.1);
}

.team_left,
.team_right {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 380px;
    cursor: pointer;
}

.team_left {
    background-image: url(../images/tleft1.png);
    left: 50%;
    margin-left: -720px;
}

.team_right {
    background-image: url(../images/tright1.png);
    right: 50%;
    margin-right: -720px;
}

.team_left:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.team_right:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.team_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #0093f0;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.team_more:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0093f0;
    transition: all 0.56s;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: -1;
}

.team_more:hover {
    color: #fff;
}

.team_more:hover:before {
    transform: scale(50);
}

.index_comment {
    padding: 55px 0;
}

.comment_tab {
    margin-bottom: 40px;
    overflow: hidden;
}

.comment_tab ul {
    width: 105%;
    overflow: hidden;
}

.comment_tab li {
    float: left;
    width: 160px;
    height: 50px;
    margin-right: 15px;
}

.comment_tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #eff4f7;
    font-size: 16px;
    color: #80909b;
}

.comment_tab li.on a {
    background: linear-gradient(90deg, #1169e8, #0094f1);
    color: #fff;
}

.comment_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment_list ul:after {
    display: block;
    content: '';
    width: 380px;
}

.comment_list li {
    width: 380px;
    padding: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0, 147, 240, .1);
    position: relative;
}

.custom {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom_img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    /*border-radius: 50%;*/
    overflow: hidden;
}

.custom_img img {
    width: 60px;
    height: 60px;
}

.custom_row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.custom_name {
    max-width: 100px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.custom_level {
    width: 40px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #f68e35;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.custom_time {
    font-size: 14px;
    color: #969fa5;
}

.comment_box {
    margin-bottom: 20px;
}

.stars {
    display: flex;
    margin-bottom: 10px;
}

.stars i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background: url(../images/star.png) no-repeat;
}

.comment_num {
    font-size: 14px;
    color: #80909b;
}

.comment_dec {
    margin-bottom: 30px;
    height: 78px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.comment_pics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment_pics_img {
    width: 150px;
    height: 114px;
    margin-bottom: 15px;
    /*border-radius: 6px;*/
    overflow: hidden;
}

.comment_pics_img img {
    width: 150px;
    height: 114px;
}

.comment_badge {
    position: absolute;
    top: 14px;
    right: 14px;
}

.index_hot {
    padding: 50px 0;
    background: url(../images/hot_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.hot_item {
    margin-bottom: 35px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.hot_item:before {
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background-color: #0093f0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 5;
}

.hot_item:hover:before {
    width: 100%;
}

.hot_img {
    width: 340px;
    height: 200px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.hot_img img {
    width: 340px;
    height: 200px;
    transition: all 0.3s;
}

.hot_img:hover img {
    transform: scale(1.1);
}

.hot_info {
    width: 764px;
}

.hot_row {
    height: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_name a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.serve_btn {
    width: 140px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.serve_btn:hover {
    color: #fff;
}

.hot_item:hover .serve_btn {
    display: flex;
}

.hot_counter {
    display: flex;
}

.hot_counter_item {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px #e6e6e6 solid;
}

.hot_counter_item:last-child {
    border-right: none;
}

.hot_counter_item h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.hot_counter_item em {
    margin-right: 10px;
    font-size: 30px;
    font-family: 'font20825';
}

.hot_counter_item p {
    font-size: 16px;
    color: #69747b;
}

.hot_more {
    display: block;
    width: 37px;
    height: 20px;
    background: url(../images/harrow1.png);
}

.hot_item:hover .hot_more {
    background: url(../images/harrow2.png);
}

.hot_left,
.hot_right {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 380px;
    cursor: pointer;
}

.hot_left {
    background-image: url(../images/tleft1.png);
    left: 50%;
    margin-left: -720px;
}

.hot_right {
    background-image: url(../images/tright1.png);
    right: 50%;
    margin-right: -720px;
}

.hot_left:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.hot_right:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.strat {
    padding: 60px 0;
    border-bottom: 1px #eff4f7 solid;
}

.strat_row {
    display: flex;
    justify-content: space-between;
}

.strat_box {
    width: 610px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
    background-color: #fff;
    position: relative;
}

.safa {
    position: absolute;
    top: -40px;
    left: 30px;
}

.strat_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.strat_title p {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
}

.strat_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 55px;
    /*padding-left: 20px;*/
}

.strat_box ul:after {
    display: block;
    content: '';
    width: 160px;
}

.strat_box li {
    /*width: 160px;*/
    /*height: 280px;*/
    
    width: 230px;
    height: 328px;
    margin-bottom: 15px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.strat_box li img {
    /*height: 280px;*/
    height: 328px;
}

.strat_box li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.strat_mask {
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.strat_box li p {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
}

.zixun {
    width: 560px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
    background-color: #fff;
}

.zixun li {
    padding: 25px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.zixun li:last-child {
    border-bottom: none;
}

.zixun li a {
    display: flex;
    justify-content: space-between;
}

.zixun_info {
    width: 306px;
}

.zixun_info h3 {
    margin-bottom: 15px;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}

.zixun_info p {
    font-size: 18px;
    color: #69747b;
    font-family: 'font20825';
}

.zixun_img {
    width: 170px;
    height: 100px;
    /*border-radius: 6px;*/
    overflow: hidden;
}

.zixun_img img {
    height: 100px;
    transition: all 0.3s;
}

.zixun li a:hover h3 {
    font-weight: bold;
    color: #333;
}

.zixun li a:hover p {
    color: #0093f0;
}

.zixun li a:hover img {
    transform: scale(1.1);
}

.link_wrapper {
    padding: 26px 0;
}

.link_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.link_title:before {
    display: block;
    content: '';
    width: 6px;
    height: 20px;
    margin-right: 12px;
    background-color: #0093f0;
}

.link_list a {
    display: inline-block;
    margin: 10px;
    margin-left: 0;
    font-size: 14px;
    color: #69747b;
}

.footer {
    background-color: #122029;
}

.footer_inner {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 840px;
    display: flex;
    border-right: 1px #323d44 solid;
}

.footer_nav {
    width: 420px;
    margin-right: 90px;
}

.footer_nav ul {
    display: flex;
    justify-content: space-between;
}

.footer_nav h3 {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}

.footer_nav p {
    margin-bottom: 20px;
}

.footer_nav a {
    font-size: 14px;
    color: #7a8993;
}

.qrcode h3 {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}

.qrcode_row {
    display: flex;
}

.qrcode_item {
    width: 110px;
    height: 110px;
    padding: 5px;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
}

.qrcode_item img {
    width: 100px;
    height: 100px;
}

.footer_right img {
    margin-bottom: 20px;
}

.footer_right h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-family: 'font20825';
    color: #fff;
    font-weight: normal;
}

.footer_right p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.footer_right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 44px;
    border-radius: 50px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.footer_right a:hover {
    color: #fff;
    opacity: 0.8;
}

.copyright {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111c23;
    font-size: 14px;
    color: #69747b;
}

.copyright a {
    color: #69747b;
}


/* 设计案例 */

.inside_banner {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.inside_banner img {
    width: 1920px;
    height: 520px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.your_position {
    height: 90px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7a8993;
}

.your_position a {
    color: #7a8993;
}

.classify {
    padding: 0 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
}

.classify li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px #ccc dashed;
}

.classify li:last-child {
    border-bottom: none;
}

.classify li span {
    display: flex;
    align-items: center;
    margin: 5px;
    margin-left: 0;
    width: 54px;
    height: 40px;
    font-size: 16px;
    color: #333;
}

.classify_list {
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
}

.classify_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    font-size: 14px;
    color: #7a8993;
}

.classify_list a.on {
    background-color: #0093f0;
    color: #fff;
}

.sort {
    margin-bottom: 50px;
    padding: 0 30px;
}

.sort p{
    display: inline-block;
    padding-right: 25px;
    margin-right: 60px;
    line-height: 14px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.sort a {
    display: block;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    position: absolute;
    right: 0;
}

.up_arrow {
    border-bottom: 6px #c1c1c1 solid;
    position: absolute;
    top: 0;
}

.up_arrow.on {
    border-bottom: 6px #0093f0 solid
}

.down_arrow {
    border-top: 6px #c1c1c1 solid;
    position: absolute;
    bottom: 0;
}

.down_arrow.on {
    border-top: 6px #0093f0 solid
}


/* 案例详情 */

.detail_container {
    display: flex;
    justify-content: space-between;
}

.detail_left {
    width: 800px;
}

.detail_title {
    margin-bottom: 40px;
    font-size: 28px;
    color: #333;
}

.detail_counter_row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
    border-radius: 10px;
    background-color: #f3f8fb;
}

.detail_designer {
    width: 190px;
    border-right: 1px #e6e6e6 solid;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.detail_designer_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.detail_designer_img img {
    width: 70px;
    height: 70px;
}

.detail_counter_row ul {
    width: 609px;
    display: flex;
    justify-content: space-between;
}

.detail_counter_row li {
    width: 25%;
    text-align: center;
}

.detail_counter_row h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.detail_counter_row p {
    font-size: 14px;
    color: #999;
}

.design_mine {
    margin-bottom: 20px;
    padding: 35px 55px;
    border-radius: 10px;
    border: 1px #e0e6e9 solid;
}

.design_mine_title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.design_mine_title:before {
    display: block;
    content: '';
    width: 6px;
    height: 16px;
    margin-right: 10px;
    background-color: #0093f0;
}

.design_mine_content {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.works_show {
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px #e0e6e9 solid;
}

.works_tabs {
    border-bottom: 1px #e0e6e9 solid;
}

.works_tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.works_tabs li {
    margin: 0 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.works_tabs a {
    font-size: 16px;
    color: #69747b;
    position: relative;
}

.works_tabs a:after {
    display: none;
    content: '';
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 12px #0093f0 solid;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.works_tabs a.on {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.works_tabs a.on:after {
    display: block;
}

.works_content {
    padding: 60px;
}

.detail_case_title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.detail_case_title:before {
    display: block;
    content: '';
    width: 6px;
    height: 16px;
    margin-right: 10px;
    background-color: #0093f0;
}

.construction_item {
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
    overflow: hidden;
    position: relative;
}

.construction_item:after {
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background-color: #0093f0;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.construction_item:hover:after {
    width: 100%;
}

.construction_img {
    width: 270px;
    height: 160px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.construction_img img {
    height: 160px;
    transition: all 0.3s;
}

.construction_img:hover img {
    transform: scale(1.1);
}

.construction_info {
    width: 460px;
}

.construction_name {
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}

.construction_name a {
    color: #333;
}

.construction_spec {
    margin-bottom: 25px;
    font-size: 14px;
    color: #69747b;
}

.construction_step {
    display: flex;
}

.construction_step_item {
    width: 75px;
    text-align: center;
    font-size: 12px;
    color: #69747b;
    position: relative;
}

.construction_step_item i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 15px;
    background: url(../images/dot1.png) no-repeat;
}

.construction_step_item:before {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #e0e6e9;
    position: absolute;
    top: 8px;
    left: -24px;
}

.construction_step_item:first-child:before {
    display: none;
}

.construction_step_item.on {
    color: #0093f0;
}

.construction_step_item.on i {
    background: url(../images/dot2.png) no-repeat;
}

.construction_step_item.on:before {
    background-color: #0093f0;
}

.detail_right {
    width: 340px;
}

.howmuch {
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
}

.howmuch_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333;
}

.howmuch_title img {
    margin-right: 10px;
}

.pzxbp-price {
    width: 100%;
    height: 60px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 2px solid #707070;
    background: #e5e5e5;
    border-radius: 8px;
}

.index-form-bj-screen span {
    display: block;
    line-height: 56px;
    font-size: 15px;
    color: #1d1d1d;
    position: absolute;
    right: 15px;
    top: 0px;
    overflow: hidden
}

.index-form-bj-screen .index-form-screen-sz {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3px;
    float: right;
    height: 100%;
    width: auto;
    line-height: 56px;
}

.index-form-screen-ge {
    margin-right: 37px;
}

.index-form-screen-sz img {
    height: 36px;
    vertical-align: middle;
    display: none;
}

.pxbn-txs {
    display: none;
}

.howmuch ul {
    margin-bottom: 20px;
}

.howmuch li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 46px;
    border-radius: 4px;
    background-color: #f3f8fb;
    position: relative;
}

.howmuch li input[type="text"] {
    font-size: 14px;
}

.spec_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #69747b;
    cursor: pointer;
}

.spec_slide {
    width: 100%;
    padding: 5px;
    display: none;
    background-color: #fff;
    border: 1px #f5f5f5 solid;
    box-sizing: border-box;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 9;
}

.spec_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spec_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    width: 50px;
    height: 36px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #333;
}

.spec_slide a.on {
    background-color: #0093f0;
    color: #fff;
}

.howmuch input[type="submit"] {
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #0093f0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.howmuch input[type="button"] {
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #0093f0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.howmuch_done {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.howmuch_done em {
    color: #f00;
}

.howmuch_done span {
    color: #0093f0;
}

.man_box {
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
}

.man {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.man_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.man_img img {
    height: 70px;
}

.man_info {
    width: 215px;
}

.man_name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.man_name a {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
}

.man_label {
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px #ff9d62 solid;
    background-color: #fff5e9;
    font-size: 14px;
    color: #ff9d62;
}

.man_dec {
    height: 56px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.man_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.man_list li {
    width: 144px;
    height: 108px;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.man_list img {
    width: 144px;
    height: 108px;
    transition: all 0.3s;
}

.man_list li:hover img {
    transform: scale(1.1);
}

.recom_slide {
    margin-bottom: 80px !important;
}

.recom_slide .swiper-pagination-bullet {
    background-color: #0093f0;
    transition: all 0.3s;
}

.recom_slide .swiper-pagination-bullet-active {
    border-radius: 10px;
    width: 30px;
}


/* 完工视频 */

.tiktok_list {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

.tiktok_list ul {
    /*width: 105%;*/
    width: 91%;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}

.tiktok_list li {
    width: 250px;
    /*width: 280px;*/
    float: left;
    margin-bottom: 20px;
    margin-right: 24px;
}
.tiktok_list li:nth-child(4n){
    margin-right: 0;
}
.tiktok_list .tiktok_img {
    height: 328px;
    /*height: 460px;*/
}

.tiktok_list .tiktok_img img {
    height: 328px;
    /*height: 460px;*/
}


/* 设计团队 */

.sort_row {
    margin-bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort_search {
    padding: 0 20px;
    width: 340px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background-color: #f3f8fb;
}

.sort_search input[type="text"] {
    flex: 1;
    font-size: 14px;
}

.sort_search input[type="submit"] {
    width: 40px;
    height: 48px;
    background: url(../images/zoom.png) no-repeat right center;
    cursor: pointer;
}
.sort_search input[type="button"] {
    width: 40px;
    height: 48px;
    background: url(../images/zoom.png) no-repeat right center;
    cursor: pointer;
}

.teams {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teams:after {
    display: block;
    content: '';
    width: 380px;
}

.teams .team_item {
    width: 380px;
    margin-bottom: 100px;
    box-sizing: border-box;
    height: auto;
}


/* 设计师详情 */

.designer {
    display: flex;
    padding: 45px;
    margin-top: -150px;
    margin-bottom: 45px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
    position: relative;
    z-index: 9;
}

.designer_img {
    width: 140px;
    height: 140px;
    margin-right: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.designer_info {
    width: 860px;
    padding-top: 15px;
}

.desinger_counter {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.desinger_counter em {
    font-size: 20px;
    color: #000;
}

.desinger_counter span {
    margin: 0 28px;
}

.designer_spec {
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

.designer_video {
    margin-top: 40px;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
}

.designer_video video {
    width: 100%;
    height: 100%;
}

.ta_btn {
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 40px;
}

.ta_btn:hover {
    background-color: #0098d9;
    color: #fff;
}

.daibiao {
    position: relative;
}

.daibiao .team_left,
.daibiao .team_right {
    top: 50%;
    transform: translateY(-80%);
}

.yuyue_row {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yuyue_row input[type="text"] {
    width: 420px;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
}

.yuyue_row input[type="submit"] {
    width: 340px;
    height: 50px;
    border-radius: 10px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yuyue_row input[type="submit"]:hover {
    opacity: 0.8;
}


.yuyue_row input[type="button"] {
    width: 340px;
    height: 50px;
    border-radius: 10px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yuyue_row input[type="button"]:hover {
    opacity: 0.8;
}


.tj_slide {
    width: 1220px;
    height: 320px;
    padding: 110px 10px 0 !important;
    margin-bottom: 50px !important;
}

.tj_slide .swiper-pagination-bullet {
    background-color: #0093f0;
    transition: all 0.3s;
}

.tj_slide .swiper-pagination-bullet-active {
    border-radius: 10px;
    width: 30px;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

.yuyue_popup {
    display: none;
    width: 560px;
    height: 460px;
    box-sizing: border-box;
    padding: 180px 80px 0;
    background: url(../images/yuyue_bg.png);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 91;
}

.yuyue_popup input[type="text"] {
    width: 400px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
}

.yuyue_popup input[type="submit"] {
    width: 400px;
    height: 60px;
    margin: 15px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #1265e8, #0094f1);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.yuyue_popup input[type="submit"]:hover {
    opacity: 0.8;
}
.yuyue_popup input[type="button"] {
    width: 400px;
    height: 60px;
    margin: 15px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #1265e8, #0094f1);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.yuyue_popup input[type="button"]:hover {
    opacity: 0.8;
}

.yuyue_tips {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.yuyue_tips em {
    color: #ff9d62;
}

.popup_close {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/x.png) no-repeat;
    position: absolute;
    top: -65px;
    right: 0;
}


/* 热装小区 */

.detail_left .hot_item {
    margin-bottom: 20px;
    box-shadow: 0 0 10px 10px rgb(0, 148, 241, .03);
}

.detail_left .hot_img {
    width: 238px;
    height: 140px;
}

.detail_left .hot_img img {
    height: 140px;
}

.detail_left .hot_info {
    width: 490px;
}

.detail_left .hot_row {
    margin-bottom: 20px;
}

.look_item {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.look_item i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 34px;
    height: 32px;
    background: url(https://static.gxpjzs.com/lookdot.png) no-repeat;
    font-family: 'font20825';
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;

}

.look_item:nth-child(2) i {
    background: url(https://static.gxpjzs.com/look1.jpg) no-repeat;
}

.look_item:nth-child(3) i {
    background: url(https://static.gxpjzs.com/look2.jpg) no-repeat;
}

.look_item:nth-child(4) i {
    background: url(https://static.gxpjzs.com/look3.jpg) no-repeat;
}

.look_item a {
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
}

.hot_item2 {
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #f3f8fb;
    position: relative;
    overflow: hidden;
}

.hot_img2 {
    width: 270px;
    height: 160px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.hot_img2 img {
    width: 270px;
    height: 160px;
}

.hot_info2 {
    width: 470px;
}

.hot_item2 .hot_counter_item {
    width: 25%;
}


/* 在施工地详情 */

.construction_btns {
    display: flex;
    justify-content: space-between;
}

.construction_btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 46px;
    border-radius: 4px;
    border: 1px #0093f0 solid;
    font-size: 16px;
}

.construction_btns a:first-child {
    background-color: #0093f0;
    color: #fff;
}

.construction_btns a:last-child {
    color: #0093f0;
}

.construction_btns a:hover {
    opacity: 0.8;
}

.step_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 20px;
}

.step_box .construction_step {
    transform: scale(1.2);
}

.step_item {
    padding-bottom: 60px;
    position: relative;
}

.step_item:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e0e6e9;
    position: absolute;
    top: 0;
    left: 20px;
}

.step_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.step_top i {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px #cfedff solid;
    background-color: #0093f0;
    font-size: 18px;
    color: #fff;
}

.step_top h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.step_img {
    padding-left: 58px;
}

.zero {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #69747b;
}


/* 装修资讯 */

.notice_item {
    padding: 40px 0;

    border-bottom: 1px #dde4e9 solid;
}
.notice_item a{
    display: flex;
    justify-content: space-between;
}
.notice_img {
    width: 270px;
    height: 160px;
    /*border-radius: 10px;*/
    overflow: hidden;
}

.notice_img img {
    width: 270px;
    height: 160px;
    transition: all 0.3s;
}

.notice_img:hover img {
    transform: scale(1.1);
}

.notice_info {
    width: 505px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notice_name {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_name a {
    color: #333;
}

.notice_name a:hover {
    font-weight: bold;
}

.notice_dec {
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: #69747b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice_time {
    font-size: 18px;
    color: #69747b;
    font-family: 'font20825';
}

.article {
    margin-bottom: 75px;
}

.article_top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px #f5f5f5 solid;
}

.article_top h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.po span {
    margin-right: 100px;
    font-size: 14px;
    color: #666;
}

.artice_content {
    margin-bottom: 75px;
}

.article_pages {
    padding: 30px;
    background-color: #eff4f7;
}

.article_pages_row {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.article_pages_row span {
    color: #80909b;
}

.article_pages_row a {
    color: #333;
}


/* 装修干货 */

.tiktok_list2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tiktok_list2 ul:after {
    display: block;
    content: '';
    width: 190px;
}

.tiktok_list2 li {
    width: 250px;
    /*width: 190px;*/
    margin-bottom: 20px;
}

.tiktok_list2 .tiktok_img{
    height: 328px;
}

.tiktok_list2 .tiktok_img img{
    width: 100%;
    height: 328px;
}
/* 关于我们 */

.about {
    padding: 80px 0;
}

.about_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about_info {
    width: 626px;
}

.about_info h3 {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 32px;
    color: #333;
}

.about_dec {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.about_count ul {
    display: flex;
    justify-content: space-between;
}

.about_count li {
    text-align: center;
}

.about_count h3 {
    font-size: 48px;
    font-family: 'font20825';
    color: #0093f0;
}

.about_count p {
    font-size: 16px;
    color: #333;
}

.grown {
    padding: 70px 0;
    background: url(../images/grown_bg_08.jpg) no-repeat center center;
}

.grown_title {
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}

.grown_title p {
    font-family: 'font20825';
    font-size: 28px;
}

.grown_tab {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
    border-bottom: 1px #fff solid;
}

.grown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    font-size: 40px;
    font-family: 'font20825';
    color: #fff;
    opacity: 0.5;
    position: relative;
}

.grown_item:after {
    display: block;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.grown_tab .swiper-slide-thumb-active a {
    font-size: 60px;
    opacity: 1;
}

.grown_content {
    width: 1100px;
    height: 218px;
    margin: 0 auto;
    overflow-y: auto;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.grown_content::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

.grown_content::-webkit-scrollbar-thumb {
    background-color: #ababac;
    border-radius: 4px;
}

.grown_content::-webkit-scrollbar-track {
    background-color: #2e2e30;
    border-radius: 4px;
}

.grown_content::-webkit-scrollbar-thumb:horizontal {
    background-color: lightseagreen;
}

.grown_content::-webkit-scrollbar-track:horizontal {
    background-color: lightsalmon;
}

.grown_content::-webkit-scrollbar-corner {
    background-color: lightcoral;
}

.grown_show {
    position: relative;
}

.grown-next,
.grown-prev {
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    position: absolute;
    top: 98px;
}

.grown-next {
    border-left: 12px #fff solid;
    right: 0;
}

.grown-next:hover {
    border-left: 12px #0093f0 solid;
}

.grown-prev {
    border-right: 12px #fff solid;
    left: 0;
}

.grown-prev:hover {
    border-right: 12px #0093f0 solid;
}

.territory {
    padding: 60px 0;
}

.territory_row {
    display: flex;
    justify-content: space-between;
}

.citys {
    width: 576px;
    display: flex;
    flex-wrap: wrap;
}

.terri_item {
    width: 50%;
}

.terri_label {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 24px;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #0093f0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.terri_list ul {
    display: flex;
    flex-wrap: wrap;
}

.terri_list li {
    width: 96px;
    margin-bottom: 30px;
    text-align: center;
}

.terri_list b {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    border-left: 1px #ccc solid;
    font-size: 16px;
    color: #333;
}

.terri_list li:first-child b {
    border-left: none;
}

.terri_list li:nth-child(7n) b {
    border-left: none;
}

.terri_list a {
    font-size: 14px;
    color: #647078;
}

.serve {
    padding: 60px 0;
    background-color: #0093f0;
}

.honors {
    padding: 60px 0;
    position: relative;
}

.honors_slide {
    width: 1240px;
    margin: 0 auto;
    padding: 20px !important;
}

.honor_item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
}

.honor_item a {
    display: block;
    padding: 20px;
}

.honor_item img {
    width: 100%;
    height: 166px;
    margin-bottom: 30px;
}

.honor_item p {
    height: 72px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.honor_item:hover p {
    color: #333;
    font-weight: bold;
}

.honor_prev,
.honor_next {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.honor_prev {
    background-image: url(../images/tleft1.png);
    left: 50%;
    margin-left: -750px;
}

.honor_next {
    background-image: url(../images/tright1.png);
    right: 50%;
    margin-right: -750px;
}

.honor_prev:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.honor_next:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.power {
    padding: 60px 0;
    background: url(../images/power_bg.jpg) no-repeat center top;
}

.power_item {
    padding-right: 300px;
    height: 410px;
    box-sizing: border-box;
    position: relative;
}

.power_img {
    width: 460px;
    height: 240px;
    /*border-radius: 10px;*/
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 300px;
    z-index: 5;
}

.power_img img {
    width: 460px;
    height: 240px;
}

.power_info {
    width: 600px;
    height: 300px;
    padding: 50px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
    border-radius: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 6;
}

.power_info::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

.power_info::-webkit-scrollbar-thumb {
    background-color: #ababac;
    border-radius: 4px;
}

.power_info::-webkit-scrollbar-track {
    background-color: #2e2e30;
    border-radius: 4px;
}

.power_btns {
    position: absolute;
    top: 37px;
    right: 120px;
    z-index: 19;
}

.power_prev,
.power_next {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.power_prev {
    background-image: url(../images/tleft1.png);
}

.power_next {
    margin-bottom: 40px;
    background-image: url(../images/tright1.png);
}

.power_prev:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.power_next:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.contact {
    padding-bottom: 30px;
}

.contact_row {
    display: flex;
    justify-content: space-between;
}

.contact_left {
    width: 480px;
}

.contact_left li {
    margin-bottom: 20px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 90px;
    border-radius: 6px;
    background-color: #f9fdff;
    position: relative;
}

.contact_left li:last-child {
    margin-bottom: 0;
    background: linear-gradient(90deg, #4467ff, #19b6ff);
}

.contact_left li:last-child p {
    color: #fff;
}

.contact_left li:last-child:after {
    display: block;
    content: '';
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px #19b6ff solid;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.contact_left img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
}

.contact_left p {
    flex: 1;
    font-size: 16px;
    color: #92a0a9;
}

.contact_left span {
    font-family: 'font20825';
}

.contact_map {
    width: 680px;
    height: 310px;
    border-radius: 6px;
    overflow: hidden;
}

/* .contact_map img {
    width: 100%;
}*/

 
/* 四大卖点 */

.selling1 {
    padding-bottom: 118px;
}

.selling_point {
    margin-top: -50px;
    margin-bottom: 45px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
    position: relative;
}

.selling_title {
    margin-bottom: 50px;
    text-align: center;
}

.selling_title h3 {
    font-size: 36px;
    color: #333;
    position: relative;
}

.selling_title p {
    margin-top: -40px;
    font-size: 50px;
    color: #e7ecef;
    text-transform: uppercase;
    font-family: 'font20825';
}

.selling1 {
    position: relative;
}

.since {
    width: 1080px;
    height: 400px;
    padding: 0 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(120deg, #1264e7, #0094f1);
    color: #fff;
    position: relative;
}

.since img {
    position: absolute;
    top: 55px;
    right: 55px;
}

.since_ti {
    margin-bottom: 40px;
    font-family: 'font20825';
}

.since_ti p {
    font-size: 80px;
}

.since_ti span {
    font-size: 36px;
    opacity: 0.2;
    text-transform: uppercase;
}

.since_content {
    width: 580px;
    font-size: 16px;
    line-height: 36px;
}

.since_video {
    width: 480px;
    height: 270px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 96px;
    right: 0;
    z-index: 9;
}

.selling2 {
    padding: 55px 0;
    background: url(../images/selling2_bg.jpg) no-repeat center center;
}

.selling_table {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
    position: relative;
}

.selling3 {
    padding: 55px 0;
}

.round {
    margin-bottom: 20px;
}

.brand2 {
    overflow: hidden;
}

.brand2 ul {
    width: 105%;
    overflow: hidden;
}

.brand2 li {
    width: 188px;
    height: 78px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    border: 1px #c6cfe1 solid;
}

.brand2 img {
    width: 188px;
    height: 78px;
}

.resolve {
    padding: 60px 0;
    background: url(../images/resolve_bg.jpg) no-repeat top center;
}

.resolve ul {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.resolve li {
    width: 380px;
    height: 450px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
    position: relative;
    transition: all 0.3s;
}

.resolve li:hover {
    transform: translateY(-20px);
}

.resolve_img {
    width: 100%;
    height: 200px;
    margin-top: -40px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.resolve_img img {
    height: 200px;
}

.resolve ul h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.resolve ul span {
    margin: 20px 0;
    display: block;
    width: 30px;
    height: 8px;
    background: linear-gradient(90deg, #0093f0, #fff);
}

.resolve ul p {
    padding: 8px 0;
    font-size: 16px;
    color: #6c7880;
}

.resolve ul em {
    font-family: 'font20825';
}


/* 整装产品 */

.free {
    padding: 70px 0;
}

.free_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free_in {
    width: 620px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box;
    background-color: #313346;
}

.free_in h3 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.free_in p {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}

.free_in p em {
    color: #feb87a;
}

.free_in ul {
    width: 100%;
    margin-bottom: 10px;
}

.free_in li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
}

.free_in input {
    width: 100%;
    height: 56px;
    font-size: 16px;
}

.free_in input[type="submit"] {
    margin-bottom: 20px;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    background-color: #0093f0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in input[type="submit"]:hover {
    opacity: 0.8;
}
.free_in input[type="button"] {
    margin-bottom: 20px;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    background-color: #0093f0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in input[type="button"]:hover {
    opacity: 0.8;
}

.free_tips {
    text-align: center;
    font-size: 14px;
    color: #8c8fa7;
}

.free_tips em {
    color: #0093f0;
}

.zhuang1 {
    width: 100%;
    height: 1298px;
    background-repeat: no-repeat;
    background-position: center center;
}

.eight {
    padding: 60px 0;
}

.zhuang_title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    color: #80909b;
}

.zhuang_name {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhuang_name h3 {
    margin: 0 15px;
    font-weight: bold;
    font-size: 32px;
    color: #333;
}

.zhuang_name em {
    color: #0093f0;
}

.eight_tab {
    margin-bottom: 40px;
}

.eight_tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
}

.eight_tab .swiper-slide-thumb-active a {
    background: linear-gradient(90deg, #1167e8, #0093f1);
    font-weight: bold;
    color: #fff;
}

.eight_content {
    height: 560px;
    position: relative;
}

.eight_img {
    height: 560px;
}

.eight_box {
    width: 400px;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding:66px 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.eight_name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.eight_name img {
    margin-right: 10px;
}

.eight_dec {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.eight_ti {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px #fff solid;
    position: relative;
}

.eight_ti:before {
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #0093f0;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.eight_box ul {
    padding: 0 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.eight_box li {
    width: 50%;
    list-style: decimal
}

.eight_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #0093f0;
    font-size: 18px;
    color: #fff;
}

.eight_box a:hover {
    color: #fff;
    opacity: 0.8;
}

.eight_show {
    position: relative;
}

.eight-prev,
.eight-next {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.eight-prev {
    left: -120px;
    background-image: url(../images/tleft1.png);
}

.eight-next {
    right: -120px;
    background-image: url(../images/tright1.png);
}

.eight-prev:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.eight-next:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.dreamer {
    padding: 50px 0;
    background-color: #e6eaf2;
}

.dreamer_box {
    height: 842px;
    position: relative;
}

.dreamer_img {
    width: 1328px;
    height: 683px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dreamer_step {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.fangxin {
    padding: 50px 0;
}

.fangxin_list {
    overflow: hidden;
}

.fangxin_list ul {
    width: 105%;
    overflow: hidden;
}

.fangxin_list li {
    width: 180px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.fangxin_img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
/*    border-radius: 10px;*/
    overflow: hidden;
}

.fangxin_img img {
    height: 180px;
}

.world {
    padding: 50px 0;
    background-color: #f4f7fe;
}

.world_slide {
    width: 100%;
    height: 310px;
}

.world_slide .swiper-slide {
    height: 80px;
    box-sizing: border-box;
    border: 1px #c6cfe1 solid;
    background-color: #fff;
    overflow: hidden;
}

.flag {
    padding: 70px 0;
}

.flag_list {
    overflow: hidden;
}

.flag_list ul {
    width: 105%;
    overflow: hidden;
}

.flag_list li {
    width: 220px;
    height: 300px;
    float: left;
    margin-right: 24px;
}

.flag_list img {
    height: 300px;
}


/* 无忧品质 */

.free_in2 {
    width: 380px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 38px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.free_in2 h3 {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

.free_in2 p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #333;
}

.free_in2 p em {
    color: #0093f0;
}

.free_in2 ul {
    width: 100%;
    margin-bottom: 10px;
}

.free_in2 li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #f3f8fb;
}

.free_in2 input {
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.free_in2 input[type="submit"] {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #0093f0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in2 input[type="submit"]:hover {
    opacity: 0.8;
}
.free_in2 input[type="button"] {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #0093f0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in2 input[type="button"]:hover {
    opacity: 0.8;
}
.buju {
    padding: 60px 0;
}

.liucheng {
    padding: 60px 0;
}

.dream2 {
    width: 100%;
    height: 720px;
    background: url(../images/dream2_bg.jpg) no-repeat center center;
}

.dream2_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 720px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.dream2_row img {
    margin-left: -147px;
}

.dream2_info {
    width: 500px;
    height: 580px;
    padding: 0 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.dream2_info h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.dream2_info em {
    color: #0093f0;
}

.dream2_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dream2_info a:hover {
    color: #fff;
    opacity: 0.8;
}

.dream2_content {
    font-size: 16px;
    line-height: 30px;
}

.safe {
    padding: 60px 0;
}

.promise {
    padding: 60px 0;
}

.calc {
    width: 100%;
    height: 782px;
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../images/free_bg.jpg) no-repeat center top;
}

.calc_box {
    position: relative;
}

.free_in3 {
    width: 550px;
    height: 534px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    box-sizing: border-box;
}

.free_in3 h3 {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

.free_in3 p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #333;
}

.free_in3 p em {
    color: #0093f0;
}

.free_in3 ul {
    width: 100%;
    margin-bottom: 10px;
}

.free_in3 li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
}

.free_in3 input {
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.free_in3 input[type="submit"] {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in3 input[type="submit"]:hover {
    opacity: 0.8;
}
.free_in3 input[type="button"] {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.free_in3 input[type="button"]:hover {
    opacity: 0.8;
}

.tips3 {
    color: #80909b;
}


/* 快速报价 */

.quick {
    padding: 237px 0 83px;
    background: url(../images/step_bg.png) no-repeat top center;
}

.quick_box {
    padding: 60px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(2, 142, 240, .1);
}

.quick_num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.quick_num span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0093f0;
    font-size: 24px;
    color: #fff;
}

.quick_num p {
    font-size: 24px;
    color: #333;
}

.quick_show {
    margin-bottom: 50px;
    position: relative;
}

.quick_slide {
    width: 1000px;
}

.quick_img {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.quick_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.quick_img img {
    height: 200px;
}

.quick_item {
    cursor: pointer;
}

.quick_item:hover .quick_mask {
    display: none;
}

.quick_item.on .quick_mask {
    display: none;
}

.quick_name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #69747b;
}

.quick_name i {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/circle.png) no-repeat;
}

.quick_item.on i {
    background: url(../images/gou.png) no-repeat;
}

.quick_item.on .quick_name {
    color: #333;
}

.quick_prev,
.quick_next {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0, 147, 240, .2);
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.quick_prev {
    left: 0;
    background-image: url(../images/tleft1.png);
}

.quick_next {
    right: 0;
    background-image: url(../images/tright1.png);
}

.quick_prev:hover {
    background-color: #0093f0;
    background-image: url(../images/tleft2.png);
}

.quick_next:hover {
    background-color: #0093f0;
    background-image: url(../images/tright2.png);
}

.confirm_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 66px;
    margin: 0 auto;
    border-radius: 50px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.choose_area {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1PX #e6e6e6 solid;
}

.choose_title {
    margin-bottom: 45px;
    font-size: 20px;
    color: #333;
}

.area_list {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
}

.area_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    background: #eff4f7;
    font-size: 18px;
    color: #333;
}

.area_list a.on {
    background: linear-gradient(90deg, #1266e8, #0093f1);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.progress {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progress_row {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress_bar {
    width: 600px;
    height: 20px;
    margin-right: 20px;
    border-radius: 50px;
    background-color: #e2ebee;
}

.stuff {
    height: 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #1266e8, #0093f1);
}

.stuff i {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/wave.png);
}

.progress_persent {
    font-size: 20px;
    color: #a8b8be;
}

.progress_callback {
    font-size: 24px;
    color: #333;
}

.report {
    text-align: center;
}

.report_in {
    width: 360px;
    height: 66px;
    padding: 0 30px;
    margin: 25px auto;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 2px #e8eff1 solid;
    box-sizing: border-box;
}

.report_in input {
    flex: 1;
    font-size: 16px;
}

.report_in img {
    margin-right: 20px;
}

.done {
    text-align: center;
}

.done h3 {
    margin: 20px 0;
    font-size: 24px;
    color: #333;
}

.done p {
    margin-bottom: 60px;
    font-size: 16px;
    color: #333;
}

.done em {
    color: #0093f0;
}

.done_btns {
    display: flex;
    justify-content: center;
}

.done_btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: 260px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
}

.done_btn1 {
    border: 2px #0093f0 solid;
    color: #0093f0;
}

.done_btn2 {
    background: linear-gradient(90deg, #1266e8, #0093f1);
    color: #fff;
}

.done_btn2:hover {
    color: #fff;
}

.yuyue_popup2 {
    display: none;
    width: 560px;
    height: 587px;
    box-sizing: border-box;
    padding: 220px 80px 0;
    background: url(../images/yue3.png);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 91;
}

.yuyue_popup2 input[type="text"] {
    width: 400px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
}

.yuyue_popup2 input[type="text"].date_choose {
    background: url(../images/blue_arrow.png) no-repeat 370px center #f5f5f5;
    cursor: pointer;
}

.yuyue_popup2 input[type="submit"] {
    width: 400px;
    height: 60px;
    margin: 15px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #1265e8, #0094f1);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.yuyue_popup2 input[type="submit"]:hover {
    opacity: 0.8;
}
.yuyue_popup2 input[type="button"] {
    width: 400px;
    height: 60px;
    margin: 15px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #1265e8, #0094f1);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.yuyue_popup2 input[type="button"]:hover {
    opacity: 0.8;
}
.yuyue_tips {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.yuyue_tips em {
    color: #ff9d62;
}

.suan {
    width: 1080px;
    height: 540px;
    box-sizing: border-box;
    padding: 60px;
    background: url(../images/suan.png);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 91;
}

.suan_row {
    display: flex;
}

.suan_left {
    width: 50%;
    padding-right: 90px;
    box-sizing: border-box;
    border-right: 1px #e6e6e6 dashed;
}

.suan_title {
    margin-bottom: 55px;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.suan_title em {
    color: #0093f0;
    font-family: 'font20825';
}

.suan_item {
    margin-bottom: 20px;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background-color: #f3f8fb;
    font-size: 16px;
    color: #666;
}

.suan_item:last-child {
    margin-bottom: 0;
}

.suan_item input[type="text"] {
    flex: 1;
    font-size: 16px;
}

.suan_item a {
    padding-left: 30px;
    background: url(../images/circle.png) no-repeat left center;
    background-size: 20px 20px;
    color: #333;
}

.suan_item a:hover {
    color: #333;
}

.suan_item a.on {
    background: url(../images/gou.png) no-repeat left center;
    background-size: 20px 20px;
    color: #333;
}

.suan_right {
    width: 50%;
}

.suan_right ul {
    margin-bottom: 45px;
    text-align: center;
}

.suan_right li {
    padding: 15px 0;
    font-size: 18px;
    color: #333;
}

.suan_right li em {
    display: inline-block;
    width: 120px;
    color: #0093f0;
    font-family: 'font20825';
}

.suan_right p {
    padding-left: 86px;
    font-size: 14px;
    line-height: 30px;
    color: #69747b;
}

.suan_btn {
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/suan_btn.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* 右边悬浮 */

.float {
    width: 100px;
    position: fixed;
    top: 68%;
    right: 0;
    transform: translateY(-50%);
    z-index: 50;
}

.float li {
    margin-bottom: 10px;
    position: relative;
}

.float li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #0093f0;
    font-size: 16px;
    color: #fff;
}

.ficon2 {
    display: none;
}

.float li a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    color: #0093f0;
}

.float li a:hover .ficon1 {
    display: none;
}

.float li a:hover .ficon2 {
    display: block;
}

.float_qr {
    display: none;
    width: 150px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    text-align: center;
    position: absolute;
    top: 50%;
    left: -210px;
    transform: translateY(-50%);
}

.float_qr:after {
    display: block;
    content: '';
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px #fff solid;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.float_qr img {
    width: 100%;
    margin-bottom: 10px;
}

.float_qr p {
    color: #999;
}

.float li:hover .float_qr {
    display: block;
}


 #focus_scr .item a{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 


.alm li{
    width: 382px;
    height: 287px;
}

.alm .case_img{
    height: 287px;
}

.alm .case_img img{
    height: 287px;
}

.alm .case_name{
    width: 360px;
}

