@charset "utf-8";

/*通用*/

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

body {
    font-family: "微软雅黑" !important, Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, ;
    color: #333;
    outline: none;
    font-size: 14px;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-size: 100%
}

abbr {
    border: 0;
}

em,
i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: none;
}

.clear {
    clear: both;
    height: 0;
}

textarea {
    resize: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input,
textarea,
select,
option,
button,
form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*头部*/

.head2_box {
    width: 1425px;
    margin: auto;
    height: 98px;
}

.head2_box form {
    float: right;
    border: solid 1px #c5c5c5;
    border-radius: 15px;
    padding: 3px 5px;
    /*width: 171px;*/
    position: relative;
    top: 36px;
}

.head_nav li:nth-child(5) .sub {
    width: 137px;
}

.head_nav li:nth-child(7) .sub {
    width: 76px;
}

.head_nav li:nth-child(8) .sub {
    width: 176px;
}

.head2_box form input[type="text"] {
    width: 140px;
}

.head2_box form input[type="submit"] {
    background: url(../images/sousuo.jpg) no-repeat;
    width: 18px;
    height: 14px;
}

.head2_box form input[type="submit"]:hover {
    cursor: pointer;
}

.head_box {
    width: 100%;
    height: 98px;
    margin: auto;
    position: fixed;
    z-index: 99;
    background: #fff;
}
.head{width: 1400px;margin: 0 auto;}
.head_box img,
.head2_box img {
    width: 230px;
    height: 72px;
    float: left;
    margin: 13px 0px;
}

.head_nav {
    width: 931px;
    position: relative;
    z-index: 99999;
    height: 32px;
    float: left;
    margin-top: 28px;
    left: 50px;
}

.head_nav li {
    height: 32px;
    line-height: 40px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 35px;
}
.head_nav li:nth-child(9){margin-right: 0px;}
.head_nav p {
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding-top: 11px;
}

.head_nav li:nth-child(8) {
    width: 136px;
}

.head_nav li a {
    color: #333;
    display: block;
    font-size: 16px;
}

.head_nav li a:hover {
    color: #c3a777;
    background: url(../images/nav_bg.png) no-repeat;
    background-position: bottom;
    text-decoration: none;
}

.head_nav li a.hover {
    color: #c3a777;
    background: url(../images/nav_bg.png) no-repeat;
    background-position: bottom;
}

.navhr {
    width: 30px;
    height: 2px;
    background: #e7370f;
    border: none;
    margin-left: 38px;
}

#lanPos {
    width: 225px;
    height: 40px;
    line-height: 40px;
    background: #F8F8F8;
    border-left: 5px solid #FF5F3E;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
    transition: top .2s;
}

.head_nav li:hover .sub {
    opacity: 1;
    transition: 1s;
}

.sub {
    opacity: 0;
    position: absolute;
    left: -20px;
    top: 40px;
    z-index: 1;
    width: 106px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
    transition: 1s;
}

.head_nav li:nth-child(1) .sub {
    display: none;
}

.head_nav li:nth-child(2) .sub {
    display: none;
}

.head_nav li:nth-child(9) .sub {
    display: none;
}

.sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: 8px;
    width: 100%;
}

.sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0 32px 0px;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}

.sub li a:hover {
    color: #FE7700;
}


/*banner*/

.banner_box {
    width: 100%;
    height: 738px;
    /* background: url(../images/banner1.jpg) no-repeat; */
    position: relative;
    /* background-size: 100%; */
    top: 98px;
}
.banner_box img{width: 100%;}
.banner_box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}
.banner_box .swiper-button-next {--swiper-theme-color:#c3a777;background: url(../images/s-right.png);background-size: 100%;}
.banner_box .swiper-button-prev {--swiper-theme-color:#c3a777;background: url(../images/s-left.png);background-size: 100%;}
.banner_box  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{opacity: 0;}
.banner_box .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{opacity: 0;}
 .banner {
    width: 1300px;
    /*height:100%;*/
    margin: 0 auto;
    position: absolute;
    top: 0px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -0%);
}

.banner_nav_box {
    width: 274px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    float: left;
}

.banner_nav {
    width: 231px;
    margin: 0 auto;
}

.banner_nav li {
    border-bottom: solid 1px #808080;
    float: left;
    width: 231px;
    padding-bottom: 13px;
}

.banner_nav_t {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 13px;
    padding-top: 13px;
}

.banner_nav>li>a {
    color: #fff;
    font-size: 16px;
    float: left;
}

.banner_nav>li>a:nth-child(3) {
    margin: 0 19px;
}

.banner_nav>li>a:nth-child(5) {
    margin: 0 19px;
}

.banner_nav li:last-child {
    border: none;
}

.banner_tell {
    width: 231px;
    margin: 0 auto;
    height: 84px;
    padding-top: 20px;
    padding-left: 7px;
}

.banner_tell img {
    float: left;
    width: 38px;
    height: 41px;
}

.banner_tell span {
    float: left;
    padding-left: 10px;
}

.banner_tell p {
    color: #fff;
    font-size: 16px;
}

.banner_ewm {
    width: 231px;
    margin: 0 auto;
    text-align: center;
}

.banner_ewm img {
    width: 87px;
    height: 87px;
}

.banner_ewm p {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 10px;
}

.gg_box {
    width: 430px;
    background: rgba(255, 255, 255, 0.9);
    height: 385px;
    float: right;
    position: relative;
    top: 295px;
    padding: 27px 20px;
}

.gg_box h2 {
    width: 100px;
    border-bottom: solid 2px #c3a777;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 13px;
}

.gg_box li {}

.gg_box li img {
    float: left;
    width: 130px;
    height: 80px;
}

.gg_box li span {
    float: left;
    padding: 2px 0px 0px 16px;
    width: 230px;
}

.gg_box li span h3 {
    font-size: 16px;
}

.gg_box li span p {
    color: #999;
    padding: 10px 0px 10px 0px;
}

.gg_box li span a {
    color: #c3a777;
    padding-top: 10px;
}

.banner_box .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 0px;
}

.banner_box .swiper-pagination {
    z-index: 999999;
}

.banner_box .swiper-pagination-bullet-active {
    --swiper-theme-color: #c3a777;
}

.banner_box .swiper-pagination {
    position: relative;
    bottom: 40px;
}


/*三大系列*/

.xilie_box {
    width: 100%;
    padding-bottom: 3px;
    position: relative;
    top: 60px;
}

.title_box {
    width: 1300px;
    margin: 0 auto;
    height: 168px;
    background: url(../images/tbg.png) no-repeat;
    background-size: 100%;
    margin-top: 20px;
}

.title_box img {}

.title {
    width: 550px;
    margin: 0 auto;
    padding: 40px 0px 43px 0px;
}

.title h2 {
    font-size: 36px;
    text-align: center;
}

.title p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.xl_box {
    width: 100%;
    height: 648px;
}

.xl_box>li {
    width: 33%;
    height: 648px;
    float: left;
}

.xl_box>li:nth-child(1) {
    background: url(../images/xl1.jpg);
    background-size: 100%;
}

.xl_box>li:nth-child(2) {
    margin: 0px 3px;
    background: url(../images/xl2.jpg);
    background-size: 100%;
}

.xl_box>li:nth-child(3) {
    background: url(../images/xl3.jpg);
    background-size: 100%;
}

.xl_tet {
    height: 128px;
    position: relative;
    top: 525px;
    z-index: 99;
}

.xl_tet h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.xl_tet p {
    width: 54px;
    margin: 0 auto;
    background: #ededed;
    height: 1px;
    margin: 19px auto;
}

.xl_tet ul {
    height: 20px;
    width: auto;
    text-align: center;
}

.xl_tet ul li {
    display: inline-block;
}

.xl_tet a {
    font-size: 16px;
    color: #fff;
    float: left;
}

.xl_tet li:nth-child(even) {
    margin: 0px 20px;
}

.xl_box span {
    background: rgba(0, 0, 0, 0.5);
    height: 648px;
    position: relative;
    top: -128px;
    opacity: 1;
    display: block;
}

.xl_box>li:hover span {
    opacity: 0;
}


/*华英装饰*/

.hyzs_box {
    width: 100%;
    background: url(../images/titlebg1.jpg) no-repeat;
    /*background-size: 100%;*/
    position: relative;
    top: 57px;
}

.hyzs {
    width: 1300px;
    margin: 0 auto;
}

.hyzs h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 58px;
    height: 123px;
}

.hyzs p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-bottom: 57px;
}


/*工程装修*/

.gczx_box {
    width: 100%;
    background: url(../images/cjt00.jpg);
    position: relative;
    top: 58px;
}

.gczx {
    width: 1300px;
    margin: 0 auto;
}

.g_title {
    text-align: center;
    background: url(../images/tbg.png) no-repeat;
    background-size: 100%;
    padding: 45px 0px 45px 0px;
}

.g_title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.g_title ul {
    text-align: center;
}

.g_title li {
    display: inline-block;
}

.g_title a {
    font-size: 16px;
    float: left;
}

.g_title li:nth-child(even) {
    margin: 0px 15px;
}

.lunbo {
    width: 92%;
    margin: 0 auto;
}

.gczx_box .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gczx_box .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gczx_box .gallery-top {
    height: 80%;
    width: 100%;
}

.gczx_box .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gczx_box .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gczx_box .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gczx_box .swiper-button-next swiper-button-white {
    --swiper-navigation-color: #ffffff00;
}

.gczx_box .swiper-button-prev swiper-button-white {
    --swiper-navigation-color: #ffffff00;
}

.lunbo .swiper-container {
    margin-top: 15px;
}


/*家装*/

.jz_box {
    width: 100%;
    background: url(../images/jzbg.jpg) no-repeat;
    /*background-size: 100%;*/
    position: relative;
    top: 60px;
}

.jz {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.jzcon {
    width: 92%;
    background: #fff;
    margin: 0 auto;
    padding: 29px 0px 24px 0px;
}

.jzcon ul {
    width: 97%;
    margin: 0 auto;
    border: solid 1px #ccc;
    height: 248px;
    margin-bottom: 15px;
}

.jzcon li {
    width: 288px;
    height: 248px;
    border-right: solid 1px #e5e5e5;
    float: left;
    text-align: center;
}


/*.jzcon li:nth-child(4){border-right: none;}*/

.jzcon li img {
    width: 287px;
    margin-bottom: 14px;
}

.jzcon1 {
    width: 97%;
    background: #f3f3f3;
    margin: 0 auto;
    height: 603px;
}

.jzcon1_left {
    float: left;
    background: url(../images/jz5.jpg) no-repeat;
    height: 603px;
    width: 334px;
}

.jzcon1_left h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 236px;
    line-height: 40px;
    margin-bottom: 20px;
}

.jzcon1_left p {
    font-size: 30px;
    text-align: center;
}

.jzcon1_right {
    float: right;
}

.jzcon1_right img {
    width: 819px;
    height: 603px;
}


/*别墅*/

.bs_box {
    width: 100%;
    position: relative;
    top: 60px;
}

.bs {
    width: 1300px;
    margin: 0 auto;
}

.bs_img {
    height: 528px;
    width: 92%;
    margin: 0 auto;
}

.bs_img li {
    width: 349px;
    height: 256px;
    float: left;
    margin-bottom: 16px;
}

.bs_img li:nth-child(1) {
    width: 466px;
    height: 256px;
}

.bs_img li:nth-child(2) {
    margin: 0px 16px;
}

.bs_img li:nth-child(5) {
    margin: 0px 16px;
}

.bs_img li:nth-child(6) {
    width: 466px;
    height: 256px;
}


/*装饰材料*/


/* .zs_img {
    width: 100%;
    height: 414px;
}

.zs_img li {
    width: 19.6%;
    float: left;
    height: 414px;
    margin-right: 5px;
}

.zs_img li:nth-child(5) {
    margin-right: 0px;
}

.zs_img li img {
    width: 100%;
} */
.zs_box{position: relative;top: 60px;}

/*我们做什么*/

.what_box {
    width: 100%;
    position: relative;
    padding-bottom: 5%;
    height: 967px;
    top: 60px;
}

.bbbg {
    background: url(../images/999.jpg) no-repeat;
    background-size: 100%;
    height: 771px;
}

.what_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 163px;
}

@media screen and (max-width:1440px) {
    .what_con {
        margin-top: 43px;
        padding-top: 70px;
    }
    .what_con_left a {
        padding: 10px 0px 0px 28px !important;
    }
    .what_box {
        height: 750px;
    }
    .img222 {
        left: 845px !important;
        top: 229px !important;
    }
}

.what_con_left {
    width: 710px;
    float: left;
    background: rgba(0, 0, 0, 0.4);
}

.what_con_left video {
    width: 650px;
}

.what_con_left img {
    width: 100%;
}

.what_con_left a {
    font-size: 16px;
    color: #c9c9c9;
    padding: 30px 0px 0px 20px;
}

.what_con_right {
    width: 490px;
    float: right;
    background: #25262a;
    padding: 25px 21px;
    margin-top: 80px;
}

.what_con_right li {
    font-size: 16px;
    height: 125px;
}

.what_con_right li:nth-child(2) {
    margin-top: 39px;
}

.what_con_right li img {
    float: left;
    width: 43%;
}

.what_con_right li:nth-child(2) img {
    float: right;
}

.what_con_right li a {
    float: left;
    width: 57%;
    color: #c9c9c9;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
}

.what_con_right b {
    font-size: 14px;
}

.what_con_right li:nth-child(2) a {
    float: left;
}

.img111 {
    position: absolute;
    top: 47px;
}

.img222 {
    position: absolute;
    left: 1084px;
    top: 240px;
}

.img222 h1 {
    font-size: 50px;
    color: #fff;
}

.img222 h2 {
    font-size: 30px;
    color: #fff;
}


/*友情链接*/

.lj_box {
    width: 100%;
}

.lj {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.lj ul {
    width: 92%;
    margin: 0 auto;
    height: 203px
}

.lj li {
    border: solid 1px #e2e2e2;
    width: 225px;
    height: 74px;
    float: left;
    margin-right: 17px;
    margin-bottom: 27px;
}

.lj li:nth-child(5) {
    margin-right: 0px;
}

.lj li:nth-child(10) {
    margin-right: 0px;
}


/*footer*/

.footer_box {
    width: 100%;
    background: #2c2c2c;
    border-bottom: solid 1px #4f4f4f;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 53px 0px;
}

.footer ul {
    width: 840px;
    float: left;
}

.footer li {
    float: left;
    font-size: 16px;
    color: #d5d5d5;
    /*width: 85px;*/
    margin-right: 34px;
}

.footer li h2 {
    border-bottom: solid 1px #4f4f4f;
    padding-bottom: 18px;
}

.footer li a {
    color: #d5d5d5;
    font-size: 14px;
    margin-top: 17px;
}

.fewm {
    float: left;
    width: 137px;
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;
    margin-left: 43px;
}

.fewm span {
    width: 137px;
    height: 137px;
    display: block;
    border: solid 1px #5b5b5b;
    margin-bottom: 18px;
}

.fewm img {
    width: 114px;
    height: 114px;
    margin-top: 10px;
}


/*技术支持*/

.bq_box {
    width: 100%;
    background: #2c2c2c;
}

.bq {
    width: 1200px;
    margin: 0 auto;
    color: #d5d5d5;
    font-size: 14px;
    padding: 20px 0px;
}

.bq p {
    float: left;
}

.bq h2 {
    float: right;
}

.head_box form {
    float: right;
    border: solid 1px #c5c5c5;
    border-radius: 15px;
    padding: 3px 5px;
    /* width: 171px; */
    position: relative;
    top: 36px;
}

.head_box form input[type="text"] {
    width: 140px;
    margin-left: 17px;
}

.head_box form input[type="submit"] {
    background: url(../images/sousuo.jpg) no-repeat;
    width: 18px;
    height: 14px;
}


/* @media only screen and (max-width: 1900px) {
    .what_con {
        margin-top: 5%;
        width: 70%;
    }
    .what_con_right li {
        height: 82px;
    }
} */

.what_con_left p {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 28px;
}

.ban {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

.ban2 {
    width: 100%;
    height: 636px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 1200px;
    height: 600px;
}

.ban2 ul li img {
    width: 100%;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 157px;
    overflow: hidden;
    width: 1200px;
    position: relative;
    float: left;
}

.num img {
    width: 100%;
}

.min_pic {
    padding-top: 10px;
    width: 500px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 296px;
    height: 157px;
    margin-right: 5px;
    padding: 1px;
}

.num ul li.on {
    padding: 0;
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}