﻿@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    color: #666;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 15px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #07b08f;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #07b08f;
}

.sy_bt {
    margin-bottom: 70px;
    text-align: center;
}

.sy_bt h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

a.more {
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 15px;
    text-align: center;
    color: #07b08f;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s linear;
}

a.more i {
    width: 20px;
    height: 20px;
    background: url(../images/lj.png) no-repeat center;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s linear;
}

a.more:hover {
    border: 1px solid #07b08f;
    padding-left: 28px;
}

a.more:hover i {
    opacity: 0;
}


/********** 头部导航栏 start **********/

.header {
    width: 100%;
    height: 98px;
    padding: 0 10%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px #aaa;
}


/* 左边logo */

.logo {
    width: 216px;
    height: 98px;
    padding: 20px 0;
    box-sizing: border-box;
    /* background-color: #377dc4; */
    float: left;
}

.logo img {
    width: 216px;
    height: auto;
    display: block;
}


/* 右边*/

.nav_right {
    width: 700px;
    height: 98px;
    /* background-color: #145EA9; */
    float: right;
}


/* 一级菜单 */

.nav_right .yiji {
    float: left;
    padding: 0 26px;
    /* background-color: #07b08f; */
}

.nav_right .yiji .yiji_tit {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 95px;
}

.nav_right .yiji .yiji_tit:hover {
    color: #07b08f;
    border-bottom: 3px solid #07b08f;
}


/* 二级菜单 */

.nav_right .erji {
    float: left;
    padding: 0 26px;
}

.nav_right .erji .erji_tit {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 95px;
}

.nav_right .erji .erji_tit:hover {
    color: #07b08f;
    border-bottom: 3px solid #07b08f;
}


/* 内容 */

.erji_cont {
    display: none;
    width: 100%;
    height: 180px;
    border-top: #d7dadc solid 1px;
    /* box-shadow: 0 0 10px #aaa; */
    padding: 30px 0;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 98px;
}


/* 产品介绍 */

.erji_cont_img1 {
    width: 744px;
    /* background-color: #07b08f; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.erji_cont_img1 li {
    width: 160px;
    height: auto;
    float: left;
    margin-left: 26px;
    /* background-color: #07b08f; */
}

.erji_cont_img1 li a {
    display: block;
    text-align: center;
}

.erji_cont_img1 li a img {
    width: 160px;
    height: 90px;
    margin-bottom: 6px;
}


/* 全屋定制 */

.erji_cont_img2 {
    width: 372px;
    /* background-color: #07b08f; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.erji_cont_img2 li {
    width: 160px;
    height: auto;
    float: left;
    margin-left: 26px;
    /* background-color: #07b08f; */
}

.erji_cont_img2 li a {
    display: block;
    text-align: center;
}

.erji_cont_img2 li a img {
    width: 160px;
    height: 90px;
    margin-bottom: 6px;
}


/********** 头部导航栏 end **********/


/**************  页尾 start  ************** */

.footer {
    width: 100%;
    height: 430px;
    background-color: #2e2e2e;
}

.footer_content {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}


/* 左边内容 */

.content_left>p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}

.content_left a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

.content_left a:hover {
    color: #ffffff;
}


/* 中间内容 */

.content_middle p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 30px;
}

.content_middle p:nth-child(1) {
    color: #ffffff;
    font-size: 18px;
}

.content_middle p:nth-child(2) {
    color: #ffffff;
    font-size: 18px;
}


/* 右边内容 */

.content_right p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}

.content_right img {
    width: 166px;
    height: 163px;
    margin-top: 30px;
}


/**************  页尾 end  ************** */


/**************  底部 start  ************** */

.down {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #2e2e2e;
    border-top: 1px solid #7c7c7c;
    text-align: center;
}

.down a {
    color: #ffffff;
    font-size: 14px;
}

.down a:hover {
    color: #ffffff;
}


/**************  底部 end  ************** */