@charset "utf-8";

/* CSS Document */
html {
    overflow-x: auto;
    overflow-y: auto;
}

body {
    background: #fff;
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft yahei';
    font-size: 12px;
}

code,
kbd,
pre,
samp {
    font-family: 'Microsoft yahei';
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

img {
    border: 0;
}

li {
    line-height: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei';
}

input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    float: left;
    width: 100%;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei';
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.txt_p {
    padding-top: 20px;
}

@media screen and (max-width: 991px) {
    .txt_p {
        padding-top: 10px;
    }
}

/*********************************************************************重置***********************************************************************/
.pz_top {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_banner .swiper-pagination-bullet-active {
    background: #bc9a5c;
}

.pz_main {
    float: left;
    width: 100%;
    overflow: hidden;
}

.pz_down {
    float: left;
    width: 100%;
    /*overflow:hidden;*/
}

/*首页*/
/*banner*/
.s_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.s_banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.s_banner .swiper-slide {
    overflow: hidden;
}

.s_banner .s_banner_txt {
    width: 35%;
    height: auto;
    margin-left: 10%;
    position: absolute;
    top: 36%;
}

@media screen and (max-width:991px) {
    .s_banner .s_banner_txt {
        width: 55%;
    }
}

.s_banner .swiper-pagination1 {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 10%;
    padding: 8px 16px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.s_banner .swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: #fff;
    color: #fff;
}

.s_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}

.s_banner .swiper-button-next1 {
    background: url(../images/next1.png) no-repeat;
    right: 0%;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 100px;
    margin-top: -50px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.s_banner .swiper-button-prev1 {
    background: url(../images/prev1.png) no-repeat;
    left: 0%;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 100px;
    margin-top: -50px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.s_banner .swiper-button-next1:hover {
    background: url(../images/next1_h.png) no-repeat;
}

.s_banner .swiper-button-prev1:hover {
    background: url(../images/prev1_h.png) no-repeat;
}

.wapbanner {
    display: none;
}

@media screen and (max-width: 991px) {
    .s_banner .swiper-button-next1 {
        display: none;
    }

    .s_banner .swiper-button-prev1 {
        display: none;
    }

    .pcbanner {
        display: none;
    }

    .wapbanner {
        display: block;
    }
}

/*解决方案切换*/
.s_case {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.s_case img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.s_case .swiper-slide {
    height: 70%;
    overflow: hidden;
}

.s_case .s_banner_txt {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    padding: 2% 8% 0 30%;
    box-sizing: border-box;
}

@media screen and (max-width:1199px) {
    .s_case .s_banner_txt {
        padding: 2% 5% 0 20%;
    }
}

.s_case .s_banner_txt h3 {
    font-size: 20px;
    color: #333;
    text-align: left;
    padding: 5px 0;
}

.s_case a:hover .s_banner_txt h3 {
    color: #bc9a5c;
}

.s_case .s_banner_txt h4 {
    font-size: 16px;
    color: #666;
    text-align: left;
    padding: 5px 0;
}

.s_case .s_banner_txt .fgx {
    margin: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 0px;
}

@media screen and (max-width:1199px) {
    .s_case .s_banner_txt .fgx {
        margin: 5px 0;
    }
}

.s_case .s_banner_txt p {
    font-size: 16px;
    color: #999;
    text-align: left;
    line-height: 180%;
    height: 56px;
    overflow: hidden;
}

@media screen and (max-width:1440px) {
    .s_case .s_banner_txt h3 {
        font-size: 16px;
    }

    .s_case .s_banner_txt h4 {
        font-size: 14px;
    }

    .s_case .s_banner_txt p {
        font-size: 14px;
    }
}

.s_case .swiper-pagination1 {
    position: absolute;
    z-index: 999;
    background-color: ;
    bottom: 21%;
    padding: 8px 16px;
    left: 15%;
    transform: translateX(-50%);
    width: auto;
}

@media screen and (max-width:1199px) {
    .s_case .swiper-pagination1 {
        left: 8%;
    }
}

.s_case .swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: #bc9a5c;
    color: #e5e5e5;
}

.s_case .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    box-shadow: 0 0 0 2px #bc9a5c;
}

@media screen and (max-width:767px) {

    .s_case .s_banner_txt .fgx,
    .s_case .s_banner_txt p {
        display: none;
    }

    .s_case .s_banner_txt {
        padding: 4% 5% 0 20%;
    }

    .s_case .swiper-pagination1 {
        bottom: 15%;
    }
}

/*首页内容开始*/
/*外框*/
.index_1,
.index_2,
.index_3,
.index_4,
.index_5,
.index_6,
.index_7,
.index_8,
.index_9,
.index_10 {
    width: 100%;
    float: left;
    text-align: center;
}

.index_1 .container {
    position: relative;
    padding: 80px 0;
}

.index_2 .container {
    position: relative;
    padding: 0 0 80px 0;
}

.index_4 .container {
    position: relative;
    padding: 80px 0 80px 0;
}

.index_5 .container {
    position: relative;
    padding: 80px 0 80px 0;
}

.index_7 .container {
    position: relative;
    padding: 80px 0 80px 0;
}

.index_9 .container {
    position: relative;
    padding: 80px 0 80px 0;
}

.index_10 .container {
    position: relative;
    padding: 0 0 80px 0;
}

@media screen and (max-width:1440px) {
    .index_1 .container {
        padding: 40px 0;
    }

    .index_2 .container {
        padding: 0 0 40px 0;
    }

    .index_4 .container {
        padding: 40px 0;
    }

    .index_5 .container {
        padding: 40px 0;
    }

    .index_7 .container {
        padding: 40px 0;
    }

    .index_9 .container {
        padding: 40px 0;
    }

    .index_10 .container {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width:991px) {
    .index_1 .container {
        padding: 30px 0 0;
    }

    .index_2 .container {
        padding: 0;
    }

    .index_4 .container {
        padding: 30px 0 0;
    }

    .index_5 .container {
        padding: 30px 0 0;
    }

    .index_7 .container {
        padding: 30px 0 0;
    }

    .index_9 .container {
        padding: 30px 0 0;
    }

    .index_10 .container {
        padding: 0 20px 40px;
    }
}

@media screen and (max-width:767px) {
    .index_1 .container {
        padding: 20px 10px;
    }

    .index_2 .container {
        padding: 0 10px 10px 10px;
    }

    .index_4 .container {
        padding: 20px 10px 10px 10px;
    }

    .index_5 .container {
        padding: 20px 10px 0;
    }

    .index_7 .container {
        padding: 10px 10px 0;
    }

    .index_9 .container {
        padding: 20px 10px 0;
    }

    .index_10 .container {
        padding: 0 10px 20px;
    }
}

/*标题*/
.index_item .title,
.index_item .title2,
.index_item .title3,
.index_item .title4 {
    width: 100%;
    height: 65px;
    position: relative;
    color: #bc9a5c;
    margin-bottom: 30px;
}

.index_item .title h3,
.index_item .title2 h3,
.index_item .title3 h3,
.index_item .title4 h3 {
    font-size: 80px;
    font-family: 'CenturyGothic-Bold';
    opacity: .4;
    width: auto;
    height: 65px;
    line-height: 65px;
    left: 0;
    top: 0;
    text-align: left;
    display: block;
    font-style: normal;
    position: absolute
}

.index_item .title h4,
.index_item .title2 h4,
.index_item .title3 h4,
.index_item .title4 h4 {
    font-size: 30px;
    font-family: 'CenturyGothic-Bold';
    height: 40px;
    line-height: 40px;
    top: 0;
    text-align: left;
    display: block;
    font-style: normal;
    position: absolute;
    overflow: hidden;
}

.index_item .title span,
.index_item .title2 span,
.index_item .title3 span,
.index_item .title4 span {
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0
}

.index_item .title h4 {
    left: 65px;
}

.index_item .title span {
    left: 65px;
}

.index_item .title2 h4 {
    left: 82px;
}

.index_item .title2 span {
    left: 82px;
}

.index_item .title3 h4 {
    left: 42px;
}

.index_item .title3 span {
    left: 42px;
}

.index_item .title4 h4 {
    left: 50px;
}

.index_item .title4 span {
    left: 50px;
}

@media (max-width: 1440px) {

    .index_item .title,
    .index_item .title2,
    .index_item .title3,
    .index_item .title4 {
        height: 50px
    }

    .index_item .title h3,
    .index_item .title2 h3,
    .index_item .title3 h3,
    .index_item .title4 h3 {
        font-size: 60px;
        height: 50px;
        line-height: 50px
    }

    .index_item .title h4,
    .index_item .title2 h4,
    .index_item .title3 h4,
    .index_item .title4 h4 {
        font-size: 24px;
        height: 30px;
        line-height: 30px;
    }

    .index_item .title span,
    .index_item .title2 span,
    .index_item .title3 span,
    .index_item .title4 span {
        font-size: 16px;
    }

    .index_item .title h4 {
        left: 50px;
    }

    .index_item .title span {
        left: 50px;
    }

    .index_item .title2 h4 {
        left: 59px;
    }

    .index_item .title2 span {
        left: 59px;
    }

    .index_item .title3 h4 {
        left: 38px;
    }

    .index_item .title3 span {
        left: 38px;
    }

    .index_item .title4 h4 {
        left: 43px;
    }

    .index_item .title4 span {
        left: 43px;
    }
}

@media (max-width: 991px) {

    .index_item .title,
    .index_item .title2,
    .index_item .title3,
    .index_item .title4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .index_item .title,
    .index_item .title2,
    .index_item .title3,
    .index_item .title4 {
        width: 100%;
        height: 40px;
        position: relative;
        color: #bc9a5c;
        margin-bottom: 10px;
    }

    .index_item .title h3,
    .index_item .title2 h3,
    .index_item .title3 h3,
    .index_item .title4 h3 {
        font-size: 45px;
        height: 40px;
        line-height: 40px
    }

    .index_item .title h4,
    .index_item .title2 h4,
    .index_item .title3 h4,
    .index_item .title4 h4 {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        left: 38px;
    }

    .index_item .title span,
    .index_item .title2 span,
    .index_item .title3 span,
    .index_item .title4 span {
        font-size: 16px;
    }

    .index_item .title h4 {
        left: 38px;
    }

    .index_item .title span {
        left: 38px;
    }

    .index_item .title2 h4 {
        left: 45px;
    }

    .index_item .title2 span {
        left: 45px;
    }

    .index_item .title3 h4 {
        left: 26px;
    }

    .index_item .title3 span {
        left: 26px;
    }

    .index_item .title4 h4 {
        left: 30px;
    }

    .index_item .title4 span {
        left: 30px;
    }
}

.index_item .more {
    display: block;
    position: absolute;
    right: 0px;
    top: 19px;
    text-align: right;
}

.index_item .more a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    padding: 0 22px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin-left: 10px;
}

.index_item .more a:hover,
.index_item .more a.active {
    background: #bc9a5c;
    color: #fff;
}

@media (max-width: 1440px) {
    .index_item .more {
        top: 9px;
    }

    .index_item .more a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index_item .more {
        top: 10px;
    }

    .index_item .more a {
        font-size: 12px;
        line-height: 22px;
        border-radius: 22px;
    }
}

.index_item li {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    transform: all .6s ease;
}

.index_item li:first-child {
    padding-right: 20px;
}

.index_item li:last-child {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .index_item li:first-child {
        padding: 0 0 20px 0;
    }

    .index_item li:last-child {
        padding: 0;
    }
}

.index_item li a:hover .txt h3 {
    color: #bc9a5c;
}

.index_item li a:hover {
    display: block;
    box-shadow: 2px 2px 5px #ccc;
    transition: 0.6s ease-out;
}

@media (max-width: 991px) {
    .index_item li {
        width: 100%;
        padding: 0 20px 40px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .index_item li {
        width: 100%;
        padding: 0 10px 20px;
        box-sizing: border-box;
    }
}

.index_2 .index_item {
    width: 100%;
}

.index_item .img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.index_item .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .6s ease;
}

.index_item li a:hover img {
    transform: scale(1.05);
}

.index_item .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #f7f7f7;
    text-align: left;
}

@media (max-width: 767px) {
    .index_item .txt {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        background: #f7f7f7;
        text-align: left;
    }
}

.index_item .txt h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.index_item .txt p {
    font-size: 16px;
    color: #999;
    line-height: 180%;
}

@media (max-width: 1440px) {
    .index_item .txt h3 {
        font-size: 16px;
    }

    .index_item .txt p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index_item .txt p {
        line-height: 140%;
    }
}

/*魔石地坪*/
.index_list li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    transition: all .6s ease;
    box-sizing: border-box;
    display: block;
}

.index_list li:last-child {
    margin-right: 0;
}

.index_list .index_list_img {
    overflow: hidden;
    display: block;
    background: #f7f7f7;
}


    width: 415px;

    height: 280px;

    overflow: hidden;
    transition: all .6s ease;
}

.index_list li a:hover img {
    transform: scale(1.05);
}

.index_list .index_list_txt {
    background: #f7f7f7;
    width: 100%;
    padding: 30px;
    color: #333;
    transition: all .6s ease;
}

.index_list .index_list_txt h3 {
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    height: 54px;
    color: #333;
    transition: all .6s ease;
}

.index_list .index_list_txt h4 {
    padding: 5px 0;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 180%;
    max-height: 150px;
    transition: all .6s ease;
}

.index_list .index_list_txt p {
    font-size: 16px;
    color: #999;
    transition: all .6s ease;
    line-height: 180%;
    text-align: left;
    
}

.index_list li a:hover {
    display: block;
    box-shadow: 2px 2px 5px #ccc;
    transition: all .6s ease;
}

.index_list.hand a:hover {
    cursor: default;
}

.index_list.hand a:hover h3 {
    cursor: text;
}

.index_list.hand a:hover p {
    cursor: text;
}

.index_list li a:hover .index_list_txt h3 {
    color: #bc9a5c;
}

.index_list .index_list_txt .fgx {
    margin: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 0px;
}

@media (max-width: 1440px) {
    .index_list .index_list_txt h3 {
        font-size: 16px;
    }

    .index_list .index_list_txt h4 {
        font-size: 14px;
    }

    .index_list .index_list_txt p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index_list .index_list_txt h3 {
        text-align: left;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .index_item .more a {
        display: none;
    }

    .index_item .more a:last-child {
        display: block;
    }
}

@media (max-width: 991px) {

    .index_2 .index_item,
    .index_4 .index_item,
    .index_5 .index_item {
        padding: 0 20px;
    }

    .index_list li {
        width: 50%;
        padding: 0 20px 40px;
        box-sizing: border-box;
        margin: 0;
    }
}

@media (max-width: 767px) {

    .index_2 .index_item,
    .index_4 .index_item,
    .index_5 .index_item {
        padding: 0;
    }

    .index_list li {
        padding: 0 5px 10px 0;
    }

    .index_list li:nth-child(2n) {
        margin-right: 0;
        padding: 0 0 10px 5px;
    }

    .index_list .index_list_txt {
        padding: 10px;
    }

    .index_list .index_list_txt p {
        line-height: 140%;
        overflow: hidden;
        max-height: 56px;
    }
    .index_list .index_list_img img{ max-height: 110px;}
    .index_list .index_list_txt h4 {
        display: none;
    }

    .index_list .index_list_txt .fgx {
        margin: 10px 0;
    }

    .magic_list .index_list.search .index_list_txt h4 {
        display: block;
    }
}

/*案例方案*/
.index_case {
    width: 100%;
    float: left;
}

.index_case li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    transition: all .6s ease;
    box-sizing: border-box;
    display: block;
}

.index_case li:hover .zbox .title {
    transition: 0.5s ease-out;
    box-shadow: 2px 2px 5px #ccc;
}

.index_case li:hover .zbox .img {
    transition: 0.5s ease-out;
    box-shadow: 2px 2px 5px #ccc;
}

.index_case li:hover .zbox .title h4 a {
    color: #bc9a5c;
    display: block;
}

.index_case li:hover .zbox .zhuanlititle h4 {
    color: #bc9a5c;
}

.index_case li:last-child {
    margin-right: 0;
}

.inside_case19 li:last-child {
    margin-right: 2%;
}

.inside_case19 li {
    margin-top: 2%;
}

.inside_case19 li:nth-child(4n) {
    margin-right: 0;
}

.index_case li .zbox {
    width: 100%;
    float: left;
}

.index_case li .zbox .img {
    width: 100%;
    float: left;
    position: relative;
    background: black;
    overflow: hidden;
    text-align: center;
}

.index_case li .zbox .img img {
    width: 100%;
    max-width: 100%;
    float: left;
    height: auto;
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: width all 1s linear;
}

.index_case li .zbox:hover .img>img {
    opacity: 0.5;
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.index_case li .zbox .img .bian {
    width: 100%;
    height: 100%;
    border: solid 1px white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .img .name {
    width: 100%;
    padding: 0 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -82px;
    padding-bottom: 22px;
    background: url(../images/index4_bian.png) no-repeat center bottom;
    font-size: 20px;
    color: white;
    line-height: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .img .p {
    width: 100%;
    padding: 0 76px;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    color: white;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    opacity: 0;
    margin-top: -33px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .img .p2 {
    text-align: center;
}

.index_case li .zbox .img .p2 img {
    width: 45px;
    height: auto;
    left: 50%;
    position: absolute;
    margin-left: -22.5px;
}

.index_case li .zbox .img .more {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    margin-top: 27px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .img .more a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 41px;
    height: 41px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.index_case li .zbox .img .more a img {
    width: 100%;
    float: left;
}

.index_case li .zbox:hover .img .bian {
    opacity: 1;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}

.index_case li .zbox:hover .img .name {
    opacity: 1;
    margin-top: -102px;
}

.index_case li .zbox:hover .img .p {
    opacity: 0.8;
}

.index_case li .zbox:hover .img .more {
    opacity: 1;
    margin-top: 47px;
}

.index_case li .zbox .img .more a:hover {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.index_case li .zbox .title {
    width: 100%;
    float: left;
}

.index_case li .zbox .title h4 {
    width: 100%;
    float: left;
    padding-right: 0;
    position: relative;
}

.index_case li .zbox .title h4 a {
    display: block;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    text-align: center;
    background: #f7f7f7;
    padding: 20px 0;
}

.index_case li .zbox .zhuanlititle h4 {
    padding: 20px 0;
    background: #f7f7f7;
    font-size: 20px;
    color: #333;
}

.index_case li .zbox .title h4 span {
    position: absolute;
    right: 0;
    top: 0;
}

.index_case li .zbox .title .p {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 12px;
    border-top: dashed 1px #b2b2b2;
    height: 42px;
}

.index_case li .zbox .title .p .p_l {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.index_case li .zbox .title .p .p_l span {
    display: block;
    float: left;
    margin-right: 18px;
}

.index_case li .zbox .title .p .p_l span img {
    height: 100%;
    float: left;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .title .p .p_l span:hover img,
.index_case li .zbox .title .p .p_r:hover img {
    transform: rotateY(180deg);
}

.index_case li .zbox .title .p .p_r {
    float: right;
    height: 30px;
}

.index_case li .zbox .title .p .p_r img {
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index_case li .zbox .title h4 a:hover {
    color: #bc9a5c;
}

@media screen and (max-width:1569px) {
    .index_case li .zbox .title .p .p_l span {
        margin-right: 12px;
    }

    .index_case li .zbox .title .p .p_l span img {
        margin-right: 4px;
    }
}

@media screen and (max-width:1440px) {
    .index_case li .zbox .title h4 a {
        font-size: 16px;
    }

    .index_case li .zbox .zhuanlititle h4 {
        font-size: 16px;
    }
}

@media screen and (max-width:1199px) {
    .index_case li .zbox .img .name {
        padding: 0 30px;
        margin-top: -42px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .index_case li .zbox .img .p {
        padding: 0 36px;
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-top: -13px;
    }

    .index_case li .zbox .img .p2 img {
        width: 35px;
        margin-left: -17.5px;
    }

    .index_case li .zbox .img .more {
        margin-top: 17px;
    }

    .index_case li .zbox .img .more a {
        width: 21px;
        height: 21px;
    }

    .index_case li .zbox:hover .img .name {
        margin-top: -62px;
    }

    .index_case li .zbox:hover .img .more {
        margin-top: 47px;
    }

    .index_case li .zbox .title {}

    .index_case li .zbox .title h4 a {
        font-size: 16px;
    }

    .index_case li .zbox .title h4 span {
        width: 20px;
    }

    .index_case li .zbox .title .p {
        margin-top: 10px;
        padding-top: 6px;
        height: 30px;
    }

    .index_case li .zbox .title .p .p_l {
        font-size: 12px;
        line-height: 24px;
    }

    .index_case li .zbox .title .p .p_l span {
        margin-right: 8px;
        height: 24px;
    }

    .index_case li .zbox .title .p .p_l span img {
        margin-right: 2px;
    }

    .index_case li .zbox .title .p .p_r {
        height: 24px;
    }
}

@media screen and (max-width:991px) {
    .index_case li {
        width: 50%;
        padding: 0 20px 40px;
        box-sizing: border-box;
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .index_case li .zbox .img .p2 img {
        width: 30px;
        margin-left: -15px;
    }

    .index_case li .zbox .img .p2 {
        top: 65%;
    }

    .index_case li .zbox .title h4 {
        font-size: 14px;
    }

    .index_case li .zbox .zhuanlititle h4 {
        padding: 10px 0;
    }

    .index_4 .index_item {
        padding: 0;
    }

    .index_case {
        margin-top: 0;
    }

    .index_case li {
        width: 50%;
        padding: 0 5px 10px 0;
        box-sizing: border-box;
    }

    .index_case li:nth-child(2n) {
        margin-right: 0;
        padding: 0 0 10px 5px;
    }

    /*.index_case li:nth-child(3n) {
	clear: both;
}*/
}

/*材料产品*/
.index_5 {
    background: url(../images/index5_bg.jpg) no-repeat center top;
}

.index_5 .index_item .title2 h3 {
    color: #fff;
}

.index_5 .index_item .title2 h4 {
    color: #fff;
}

.index_5 .index_item .title2 span {
    color: #fff;
}

.index_5 .index_item .more a,
.index_5 .index_item .more a.active {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.index_5 .index_list .index_list_txt {
    margin-top: -50px;
}

@media screen and (max-width:767px) {
    .index_5 {
        background-size: 100%;
    }

    .index_5 .index_list .index_list_txt {
        margin-top: -30px;
    }

    .index_5 .index_item .more a {
        color: #333;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/*为什么*/
.index_6 .title2 h3 {
    color: #fff;
}

.index_6 .title2 h4 {
    color: #fff;
}

.index_6 .title2 span {
    color: #fff;
}

.block {
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    display: block;
    min-height: 879px;
    position: relative;
    background-attachment: fixed;
}

#block2 {
    background-image: url(../images/bkg_02.jpg);
}

.m_content-resistance {
    position: relative;
    width: 100%;
    height: 100%;
}

.f_container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.f_container>figure {
    position: absolute;
    height: 100%;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.f_container>figure img {
    display: block;
    margin: 0 auto;
    -height: 100%;
}

.m_content-resistance .f_container .drage-box {
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.f_container .drage-box nav {
    display: none;
}

.f_container .drage-box .water,
.f_container .drage-box .dust {
    bottom: 0;
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.f_container .drage-box .water {
    width: 960px;
    margin-right: 0;
}

.f_container .drage-box .control {
    position: absolute;
    left: 50%;
    width: 133px;
    height: 133px;
    z-index: 999;
    margin-left: -66px;
    bottom: 10%;
    text-align: center;
}

.f_container .drage-box .control a {
    cursor: col-resize;
    position: relative;
    display: inline-block;
    padding-top: 12px;
}

.f_container .drage-box .control a img {
    transition: all 0.3s;
}

.f_container .drage-box .control div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -55px;
    transition: all 0.3s;
}

.f_container .drage-box .control div.ani {
    transform: scale(1.1, 1.1);
    transition: all 0.5s;
}

/* .f_container .drage-box .control a.ani img {transform:scale(1.1,1.1); transition:all 0.5s;} */
.f_container .drage-box .control.notani span {
    transform: scale(0.5, 0.5);
    transition: all 0.3s;
}

.f_container .drage-box .control.notani a img {
    transform: scale(0.8, 0.8);
    transition: all 0.3s;
}

.f_container .drage-box .control:before {
    position: absolute;
    left: 50%;
    top: -709px;
    height: 1550px;
    width: 2px;
    margin-left: -1px;
    background: #c7af89;
    opacity: 0;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    content: '';
}

.f_container .drage-box .controlop {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: all 0.3s;
}

/* .f_container .drage-box p {text-align:center; font-family: 'Microsoft YaHei', '微软雅黑', 'Simsun'; position:absolute; top:1390px; font-size:26px; color:#fff; line-height:1.2;}
.f_container .drage-box p span {font-size:26px; display:block;} */
/* .f_container .drage-box .water p {left:615px; min-width:228px;}
.f_container .drage-box .dust p {right:615px;} */
.flower {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -43px;
    top: 60%;
}

.spot {
    position: absolute;
    left: 50%;
    margin-left: -161px;
    top: 50%;
    margin-top: -60px;
}

.top_txt {
    width: 700px;
}

.block2_div1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block2_div1 .block2_div_l,
.block2_div1 .block2_div_r {
    width: 50%;
    height: 85%;
    float: left;
    margin-top: 12%;
}

.block2_div_r>div {
    float: left;
    padding: 0 0 0 5%;
    width: 53%;
    box-sizing: border-box;
}

.block2_div_l>div {
    float: right;
    padding: 0 5%;
    width: 53%;
    box-sizing: border-box;
    background: #0b1541;
}

.block2_div1 .block2_div_l .p1,
.block2_div1 .block2_div_r .p1 {
    font-size: 20px;
    line-height: 36px;
    color: #cdcccc;
}

.block2_div1 .block2_div_l .p2,
.block2_div1 .block2_div_r .p2 {
    font-size: 16px;
    line-height: 180%;
    color: #a09f9f;
    text-align: left;
    padding: 5px 0;
}

.why_img_1 {
    padding: 0;
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.why_img_2 {
    padding: 30px 0 0 0;
    max-width: 100%;
    float: left;
    width: auto;
    display: inline-block;
}

.btn_zixun {
    font-size: 18px;
    color: #fff;
    padding: 10px 80px;
    border: #bc9a5c 1px solid;
    background: #bc9a5c;
    border-radius: 30px;
    margin-top: 50px;
    float: right;
}

.indexMasterWlist ul li {
    width: 120px;
    margin: 0 5px;
    height: 134px;
    overflow: hidden;
    border: 1px solid #232323;
    float: left;
}

.indexMasterWlist ul li img {
    width: 100%;
    height: auto;
}

.indexWorks {
    width: 1440px;
    height: 530px;
    position: relative;
    margin-top: 10%;
}

.indexWorks>div {
    position: absolute;
    text-align: center;
}

.indexWorks .div1 {
    position: absolute;
    left: 490px;
    top: 0;
    text-align: left;
}

@media screen and (max-width:1199px) {
    .index_6 {
        display: none;
    }
}

/*资讯中心*/
.index_news li {
    width: 32%;
    margin-right: 2%;
    float: left;
    transition: all .6s ease;
    box-sizing: border-box;
    display: block;
}

.index_news li:last-child {
    margin-right: 0;
}

.index_news .index_news_img {
    overflow: hidden;
    display: block;
    background: #f7f7f7;
}

.index_news .index_news_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .6s ease;
}

.index_news li a:hover img {
    transform: scale(1.05);
}

.index_news .index_news_txt {
    background: #f7f7f7;
    width: 100%;
    padding: 30px;
    color: #333;
    transition: all .6s ease;
}

.index_news .index_news_txt h3 {
    padding: 5px 0;
    text-align: left;
    font-size: 20px;
    color: #333;
    line-height: 160%;
    transition: all .6s ease;
}

.index_news .index_news_txt h4 {
    padding: 5px 0;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 180%;
    transition: all .6s ease;
}

.index_news .index_news_txt p {
    font-size: 16px;
    color: #999;
    transition: all .6s ease;
    line-height: 180%;
    text-align: left;
}

.index_news li a:hover {
    display: block;
    box-shadow: 2px 2px 5px #ccc;
    transition: all .6s ease;
}

.index_news li a:hover .index_news_txt h3 {
    color: #bc9a5c;
}

.index_news .index_news_txt .fgx {
    margin: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 0px;
}

@media (max-width: 1440px) {
    .index_news .index_news_txt h3 {
        font-size: 16px;
    }

    .index_news .index_news_txt h4 {
        font-size: 14px;
    }

    .index_news .index_news_txt p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .index_7 .index_item,
    .index_9 .index_item {
        padding: 0 20px;
    }

    .index_news li {
        width: 50%;
        padding: 0 20px 40px;
        box-sizing: border-box;
        margin: 0;
    }

    .index_news li:last-child {
        display: none;
    }
}

@media (max-width: 767px) {

    .index_7 .index_item,
    .index_9 .index_item {
        padding: 0;
    }

    .index_news li {
        padding: 0 5px 10px 0;
    }

    .index_news li:nth-child(2n) {
        margin-right: 0;
        padding: 0 0 10px 5px;
    }

    .index_news .index_news_txt {
        padding: 15px;
    }

    .index_news .index_news_txt p {
        line-height: 140%;
    }

    .index_news .index_news_txt h3 {
        line-height: 140%;
    }

    .index_news .index_news_txt h4 {
        display: none;
    }

    .index_news .index_news_txt .fgx {
        margin: 10px 0;
    }

    .index_news .index_news_txt .f_r {
        display: none;
    }
}

/*4大特点*/
.index_8 {
    background: #bc9a5c;
}

.index_8_h {
    width: 100%;
    height: 100%;
    background: url(../images/grid-30.png) repeat;
}

.num_list {
    width: 100%;
    float: left;
    padding: 50px 0 50px 12%;
    box-sizing: border-box;
}

.num_list ul li {
    width: 25%;
    float: left;
    text-align: left;
}

.num_list ul li h3 {
    float: left;
    font-size: 50px;
    color: #fff;
    font-family: 'OPENSANS-BOLD';
    position: relative;
    display: block;
}

.num_list ul li h3 span {
    font-size: 50px;
    color: #fff;
    font-family: 'OPENSANS-BOLD';
}

.num_list ul li h3 i {
    font-size: 24px;
    color: #fff;
    font-family: 'OPENSANS-BOLD';
    position: absolute;
    right: -20px;
    top: 0;
    font-style: normal;
}

.num_list ul li h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 0;
}

@media screen and (max-width:1199px) {
    .num_list {
        padding: 30px 0 30px 10%;
    }

    .num_list ul li h3 {
        font-size: 40px;
    }

    .num_list ul li h4 {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .num_list {
        padding: 20px 0 20px 18%;
    }

    .num_list ul li {
        width: 50%;
        float: left;
        text-align: left;
        padding: 30px 0;
    }
}

@media screen and (max-width:767px) {
    .num_list {
        padding: 20px 0 20px 10%;
    }

    .num_list ul li {
        width: 50%;
        float: left;
        text-align: left;
        padding: 20px 0;
    }
}

/*留言表单*/
.index_10 .index_from {
    box-shadow: 2px 2px 5px #ccc;
    padding: 80px;
    position: relative;
    min-height: 380px;
}

.index_from .f_r {
    position: absolute;
    width: 70%;
    right: 60px;
    top: 80px;
}

.index_from select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(247, 247, 247, 0.4);
    outline: none;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    color: #999;
    font-size: 16px;
}

.index_from input::placeholder,
.index_from textarea::placeholder {
    color: #999;
}

.index_from input {
    width: 100%;
    line-height: 50px;
    background: rgba(247, 247, 247, 0.4);
    outline: none;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    color: #999;
    font-size: 16px;
}

.index_from textarea {
    width: 100%;
    height: 80px;
    line-height: 160%;
    background: rgba(247, 247, 247, 0.4);
    outline: none;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    color: #999;
    font-size: 16px;
}

.index_from .submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    outline: none;
    background: #bc9a5c;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index_from .f_r p {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}

.index_from .f_r p.contactform_content {
    width: 98%;
}

@media screen and (max-width:1570px) {
    .index_10 .index_from {
        padding: 80px 40px;
    }
}

@media screen and (max-width:1440px) {
    .index_10 .index_from {
        padding: 40px 0 40px 40px;
        min-height: 310px;
    }

    .index_from .f_r {
        position: absolute;
        width: 75%;
        right: 40px;
        top: 40px;
    }
}

@media screen and (max-width:991px) {
    .index_10 .index_from {
        padding: 40px 0 40px 40px;
        min-height: 580px;
    }

    .index_from .f_r {
        position: absolute;
        width: 88%;
        left: 40px;
        top: 110px;
    }

    .index_from .f_r p {
        width: 100%;
    }

    .index_from .f_r p.contactform_content {
        width: 100%;
    }

    .index_from textarea {
        font-size: 14px;
    }

    .index_from select {
        font-size: 14px;
    }

    .index_from input {
        font-size: 14px;
    }

    .index_from .submit {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .index_10 .index_from {
        padding: 15px;
        min-height: 480px;
    }

    .index_from .f_r {
        position: absolute;
        width: 90%;
        left: 15px;
        top: 70px;
    }

    .index_from .f_r p {
        width: 100%;
    }
}

/*首页内容结束*/
/*footer*/
.footer {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    text-align: center;
}

.footer h3 {
    width: 100%;
    font-size: 32px;
    color: white;
    line-height: 48px;
}

.footer h5 {
    width: 100%;
    font-size: 18px;
    color: #bfbfbf;
    line-height: 28px;
    margin-top: 14px;
}

.footer ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.footer ul li {
    display: inline-block;
    margin: 0 40px;
    font-size: 16px;
    color: white;
    line-height: 42px;
}

.footer ul li .ico {
    width: 42px;
    height: 42px;
    background: #bc9a5c;
    margin-right: 28px;
    float: left;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.footer ul li span {
    margin-right: 26px;
}

@media screen and (max-width:1299px) {
    .footer ul li {
        margin: 0 20px;
    }
}

@media screen and (max-width:1199px) {
    .footer {
        padding: 43px 0 45px 0;
    }

    .footer ul {
        width: 50%;
        margin-top: 20px;
    }

    .footer ul li {
        width: 100%;
        margin-top: 5px;
        text-align: left;
        line-height: 32px;
        font-size: 14px;
    }

    .footer h3 {
        font-size: 26px;
        line-height: 42px;
    }

    .footer h5 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .footer ul li .ico {
        width: 32px;
        height: 32px;
        margin-right: 20px;
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 23px 10px 25px 10px;
    }

    .footer ul {
        width: 100%;
        margin-top: 10px;
    }

    .footer ul li {
        line-height: 26px;
        font-size: 12px;
    }

    .footer h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .footer h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .footer ul li .ico {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1199px) {
    .footer {
        padding: 35px 0 39px 0;
    }

    .footer ul li {
        width: 50%;
        margin-top: 15px;
    }

    .footer ul li dl dt {
        font-size: 18px;
        line-height: 26px;
    }

    .footer ul li dl dt span {
        font-size: 12px;
        line-height: 20px;
    }

    .footer ul li dl dd {
        margin-top: 12px;
    }

    .footer ul li dl dd .p {
        padding-left: 38px;
        line-height: 30px;
        min-height: 30px;
        padding-right: 6%;
    }

    .footer ul li dl dd .p .ico {
        width: 30px;
        height: 30px;
    }

    .footer ul li dl dd .p h5 {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 15px 10px 19px 10px;
    }

    .footer ul li {
        width: 100%;
        margin-top: 10px;
    }

    .footer ul li dl dt {
        background: #0f0f0f url(../images/person5_h.png) no-repeat 96% center;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        background-size: 8px 14px;
    }

    .footer ul li dl dt span {
        line-height: 30px;
    }

    .footer ul li dl dt.on {
        background-image: url(../images/person5.png);
        background-size: 14px 8px;
    }

    .footer ul li dl dd {
        display: none;
    }
}

.foot_bottom {
    float: left;
    width: 100%;
}

.foot_bottom .foot_nav {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #c9c9c9;
}

.foot_bottom .foot_nav .foot_nav_list {
    display: block;
    float: left;
    width: 12.5%;
    padding: 40px 0 0 0;
}

.foot_bottom .foot_nav a {
    font-size: 14px;
    color: #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.foot_bottom .foot_nav a:hover {
    color: #333;
}

.foot_bottom .foot_nav a.foot_nav_t {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #333333;
    text-align: left;
}

.foot_bottom .foot_nav .foot_nav_list li {
    padding: 5px 0;
    text-align: left;
}

.foot_bottom .foot_nav .foot_nav_list li p {
    color: #666;
    font-size: 14px;
}

.foot_bottom .foot_nav .foot_nav_list2 {
    display: block;
    float: left;
    width: 25%;
    padding: 40px 0 0 0;
}

.foot_bottom .foot_nav .foot_nav_list2 li {
    width: 50%;
    display: block;
    float: left;
    padding: 5px 0;
    text-align: left;
}

.foot_bottom .foot_nav .foot_nav_list2 li p {
    color: #666;
    font-size: 14px;
}

.foot_copyright {
    border-top: #b4b4b4 1px solid;
    margin-top: 40px;
    padding-top: 40px;
}

.foot_copyright p {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
    line-height: 22px;
}

@media screen and (max-width:767px) {
    .foot_bottom .foot_nav .foot_nav_list {
        display: none;
    }

    .foot_bottom .foot_nav .foot_nav_list:first-child+.foot_nav_list+.foot_nav_list {
        display: none;
    }

    .foot_bottom .foot_nav {
        padding: 10px 0;
    }

    .foot_bottom .foot_nav a {
        font-size: 12px;
    }

    .foot_bottom .foot_nav .foot_copyright p {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    .foot_bottom .foot_nav .foot_copyright {
        width: 100%;
        padding: 10px 20px 50px 20px;
        box-sizing: border-box;
        border: 0;
        margin: 0;
    }

    .footer_second {
        display: none;
    }
}

/*底部服务开始*/
.footer-service {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}

.footer-service .service-item {
    width: 25%;
    float: left;
    height: 50px;
}

.footer-service .service-item i {
    width: 50px;
    height: 45px;
    float: left;
    margin: 0 10px 0 0;
    opacity: .8;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
}

.footer-service .service-item.item-1 i {
    background: url(../images/bottom_icon01.png) no-repeat center center;
    background-size: contain;
}

.footer-service .service-item.item-2 i {
    background: url(../images/bottom_icon02.png) no-repeat center center;
    background-size: contain;
}

.footer-service .service-item.item-3 i {
    background: url(../images/bottom_icon03.png) no-repeat center center;
    background-size: contain;
}

.footer-service .service-item.item-4 i {
    background: url(../images/bottom_icon04.png) no-repeat center center;
    background-size: contain;
}

.footer-service .service-item.item-4 {
    padding: 0;
    margin: 0;
}

.footer-service .service-item .text {
    font-size: 16px;
    color: #333333;
    float: left;
    margin-top: 15px;
}

.footer-splite {
    height: 0;
    display: block;
    clear: both;
    border-bottom: 1px solid #B4B4B4;
}

@media screen and (max-width: 1440px) {
    .footer-service {
        width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .footer-service {
        width: 95%;
    }

    .footer-service .service-item,
    .footer-service .service-item i {
        margin-right: 0;
    }
}

@media screen and (max-width:991px) {
    .footer-service {
        padding-left: 50px;
        width: 95%;
    }

    .footer-service .service-item {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .foot_bottom .foot_nav .foot_copyright {
        border: 0;
        margin: 0;
    }

    .footer_second {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer-service {
        padding-left: 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .footer-service .service-item {
        margin: 0;
    }

    .footer-service .service-item .text {
        font-size: 12px;
    }

    .footer-service .service-item i {
        margin: 0;
    }
}

/*底部服务结束*/
/*底部漂浮开始*/
.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 50px;
    z-index: 99;
}

.pf_down li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 0 5px 0;
    position: relative;
}

.pf_down li .ico {
    width: 100%;
    float: left;
    height: 30px;
}

.pf_down li .ico img {
    height: 36px;
}

.pf_down li .name {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size: 12px;
    color: #929292;
    line-height: 14px;
}

.pf_down li.l1 a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px #bc9a5c;
    margin-top: -20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

/*底部漂浮结束*/
/*右侧漂浮开始*/
.pf_right {
    width: 55px;
    position: fixed;
    right: 128px;
    top: 50%;
    margin-top: -108px;
    z-index: -1;
    visibilit: visible !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 45px;
    height: 42px;
    margin-top: 12px;
    float: left;
    background: url(../images/btn1_bian_h.png) no-repeat center center;
    background-size: 100%;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 45px;
    height: 38px;
    position: relative;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    border-radius: 24px;
}

.pf_right ul li a img {
    float: left;
    max-width: 100%;
}

.pf_right ul li a .img_1 {
    display: none;
}

.pf_right ul li a .ico {
    width: 45px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
}

.pf_right ul li a h5 {
    width: 131px;
    line-height: 38px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    float: left;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    width: 160px;
    background: #bc9a5c;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    width: 45px;
    background: #bc9a5c;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.last {
    background-image: url(../images/btn1_bian1_h.png);
    padding-top: 5px;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 57px;
    width: 100px;
    height: 100px;
    display: none;
    top: -12px;
    border: 5px solid #bc9a5c;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

.pf_right.on {
    right: 20px;
    z-index: 999;
}

.pf_right.on ul li a .img_2 {
    display: none;
}

.pf_right.on ul li a .img_1 {
    display: block;
}

.pf_right.on ul li {
    background-image: url(../images/btn1_bian.png);
}

.pf_right.on ul li.last {
    background-image: url(../images/btn1_bian1.png);
}

.pf_right.on ul li:hover a .img_1 {
    display: none;
}

.pf_right.on ul li:hover a .img_2 {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

/*右侧漂浮结束*/
/*内页开始*/
/*内页banner*/
.inside_banner {
    width: 100%;
    overflow: hidden;
}

.inside_banner img {
    max-width: 100%;
    height: auto;
}

/*外框*/
.inside_1,
.inside_2,
.inside_3 {
    width: 100%;
    float: left;
    text-align: center;
}

.inside_3 {
    background: #f7f7f7;
}

.inside_1 .container {
    padding: 0;
}

.inside_2 .container {
    padding: 60px 0;
}

.inside_3 .container {
    padding: 60px 0;
}

.inside_2 .yanfa_container {
    padding: 0 0 60px 0;
}

@media screen and (max-width:1440px) {
    .inside_1 .container {
        padding: 0;
    }

    .inside_2 .container {
        padding: 40px 0;
    }

    .inside_3 .container {
        padding: 40px 0;
    }
}

@media screen and (max-width:991px) {
    .inside_1 .container {
        padding: 0;
    }

    .inside_2 .container {
        padding: 30px 0;
    }

    .inside_3 .container {
        padding: 30px 0;
    }
}

@media screen and (max-width:767px) {
    .inside_1 .container {
        padding: 0;
    }

    .inside_2 .container {
        padding: 10px;
    }

    .inside_3 .container {
        padding: 10px;
    }
}

/*面包屑*/
.inside_nav {
    padding: 30px 0;
    border-bottom: #e0e0e0 1px solid;
    text-align: left;
}

.inside_nav p {
    font-size: 16px;
    color: #666;
}

.inside_nav p img {
    padding-right: 10px;
}

.inside_nav p a {
    color: #666;
}

.inside_nav p a:hover {
    color: #bc9a5c;
}

.inside_404 {
    text-align: center;
}

.inside_404 h3 {
    font-size: 24px;
}

@media screen and (max-width:1440px) {
    .inside_nav {
        padding: 15px 0;
    }

    .inside_nav p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .inside_nav {
        margin: 0 10px;
    }

    .inside_nav p {
        font-size: 12px;
    }

    .inside_nav p img {
        padding-right: 5px;
    }
}

/*标题*/
.inside_title {
    text-align: center;
    padding: 20px 0;
}

.inside_title h4 {
    font-size: 16px;
    color: #bc9a5c;
    line-height: 20px;
}

.inside_title h5 {
    font-size: 40px;
    color: #bc9a5c;
    text-transform: uppercase;
    font-family: 'CenturyGothic-Bold';
}

.inside_title .center {
    text-align: center;
}

.inside_title .center h3 {
    font-size: 20px;
    color: #333;
    display: inline-block;
    padding: 0 0 5px 0;
}

.inside_title .center .fgx {
    margin: 0 20px 5px;
    border-bottom: 2px solid #333;
    width: 60px;
    height: 0px;
    display: inline-block;
}

@media screen and (max-width:1440px) {
    .inside_title h4 {
        font-size: 14px;
        color: #bc9a5c;
        line-height: 20px;
    }

    .inside_title h5 {
        font-size: 30px;
        color: #bc9a5c;
        text-transform: uppercase;
        font-family: 'CenturyGothic-Bold';
    }

    .inside_title .center {
        text-align: center;
    }

    .inside_title .center h3 {
        font-size: 16px;
        color: #333;
        display: inline-block;
        padding: 0 0 5px 0;
    }

    .inside_title .center .fgx {
        margin: 0 15px 5px;
        border-bottom: 2px solid #333;
        width: 50px;
        height: 0px;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .inside_title h4 {
        font-size: 14px;
        color: #bc9a5c;
        line-height: 20px;
    }

    .inside_title h5 {
        font-size: 20px;
        color: #bc9a5c;
        text-transform: uppercase;
        font-family: 'CenturyGothic-Bold';
    }

    .inside_title .center {
        text-align: center;
    }

    .inside_title .center h3 {
        font-size: 16px;
        color: #333;
        display: inline-block;
        padding: 0 0 5px 0;
    }

    .inside_title .center .fgx {
        margin: 0 10px 5px;
        border-bottom: 2px solid #333;
        width: 40px;
        height: 0px;
        display: inline-block;
    }
}

/*简介*/
.about_title {
    text-align: left;
    padding: 20px 0;
}

.about_title h3 {
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
}

.about_title h4 {
    font-size: 40px;
    color: #333;
}

.about_fgx {
    margin: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 0px;
    display: inline-block;
}

.about_txt h1 {
    font-size: 24px;
    color: #333;
    padding: 20px 0;
}

.about_txt h6 {
    font-size: 16px;
    color: #999;
    padding: 0px 0 60px;
    border-bottom: #e0e0e0 1px solid;
    margin: 0px 0 20px;
}

.about_txt p {
    text-align: left;
    padding: 20px 0;
    line-height: 180%;
    font-size: 16px;
    color: #666;
}

.about_txt p img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.about_txt p strong {
    font-weight: bold;
}

.about_txt p .people {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-left: 20px;
}

@media screen and (max-width:1440px) {
    .about_title h3 {
        font-size: 16px;
    }

    .about_title h4 {
        font-size: 30px;
    }

    .about_fgx {
        margin: 15px 0;
    }

    .about_txt h1 {
        font-size: 20px;
        padding: 10px 0;
    }

    .about_txt h6 {
        font-size: 14px;
        padding: 0px 0 40px;
        margin: 0px 0 10px;
    }

    .about_txt p {
        padding: 15px 0;
        line-height: 160%;
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .about_txt p .people {
        max-width: 100%;
        width: 30%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .about_title {
        padding: 10px 0;
    }

    .about_title19 {
        padding: 140px 0 10px 0;
    }

    .about_title h3 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .about_title h4 {
        font-size: 20px;
    }

    .about_fgx {
        margin: 10px 0;
    }

    .about_txt h1 {
        font-size: 16px;
        padding: 10px 0;
    }

    .about_txt h6 {
        font-size: 14px;
        padding: 0px 0 10px;
        margin: 0px 0 10px;
    }

    .about_txt p {
        padding: 10px 0;
        line-height: 160%;
        font-size: 14px;
    }

    .about_txt p .people {
        max-width: 100%;
        width: 30%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
}

.about_service ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.about_service ul li:last-child {
    margin-right: 0;
}

.about_service ul li h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    color: #333;
}

.about_service ul li p {
    text-align: left;
    padding: 20px 0;
    line-height: 180%;
    font-size: 16px;
    color: #666;
}

.about_service ul li p img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:1440px) {
    .about_service ul li h3 {
        font-size: 16px;
    }

    .about_service ul li p {
        line-height: 160%;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .about_service ul li {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

    .about_service ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .about_service ul li h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .about_service ul li p {
        padding: 10px 0;
        line-height: 160%;
        font-size: 14px;
        color: #666;
    }
}

/*资质荣誉*/
.honors_outside {
    position: relative;
    margin-top: 20px;
}

.honors_bg {
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
    display: inline-block;
}

.honors {
    position: absolute;
    width: 60%;
    right: 4.5%;
    top: 15%;
    z-index: 2;
}

.honors img {
    max-width: 100%;
    height: auto;
}

.honors .swiper-pagination1 {
    margin-top: 10px;
}

.honors .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #bc9a5c;
}

@media screen and (max-width:1570px) {
    .honors_outside {
        padding-bottom: 50px;
    }

    .honors {
        position: absolute;
        width: 65%;
        right: 2.5%;
        top: 10%;
    }
}

@media screen and (max-width:991px) {
    .honors_outside {
        padding-bottom: 50px;
    }

    .honors {
        width: 65%;
        right: 2.5%;
        top: 5%;
    }
}

@media screen and (max-width:767px) {
    .honors_outside {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .honors {
        position: static;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .honors_bg {
        display: none;
    }
}

/*发展事记*/
.history {
    padding-bottom: 80px;
    margin-top: 20px;
}

.history .swiper-slide {
    width: 16.66%;
}

.history .swiper-pagination1 {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 0;
    padding: 8px 16px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.history .swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: #fff;
    color: #fff;
}

.history .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}

.history .swiper-button-next1 {
    background: url(../images/about4_next.png) no-repeat;
    right: 0%;
    background-size: cover;
    position: absolute;
    top: 40%;
    width: 37px;
    height: 66px;
    margin-top: -33px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.history .swiper-button-prev1 {
    background: url(../images/about4_prev.png) no-repeat;
    left: 0%;
    background-size: cover;
    position: absolute;
    top: 40%;
    width: 37px;
    height: 66px;
    margin-top: -33px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.history .swiper-button-next1:hover {
    background: url(../images/about4_next_h.png) no-repeat;
}

.history .swiper-button-prev1:hover {
    background: url(../images/about4_prev_h.png) no-repeat;
}

.history .p {
    line-height: 160%;
    font-size: 16px;
    color: #666;
    width: 45%;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    text-align: left;
}

.history .bian {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.history .bian img {
    display: block;
    margin: 0 auto;
}

.history .time {
    width: 100%;
    padding-top: 55px;
    position: relative;
    float: left;
    text-align: center;
}

.history .time .ico {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f7f7f7;
    position: relative;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: #ddd 2px solid;
}

.history .time .ico span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background: #ddd;
    z-index: 1;
}

.history .time .ico h3 {
    width: 100%;
    font-size: 22px;
    color: #666;
    line-height: 24px;
    font-family: 'OPENSANS-BOLD';
    top: 20px;
    position: absolute;
    z-index: 2;
}

.history .time .ico h6 {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    font-family: 'OPENSANS-REGULAR';
    position: absolute;
    top: 44px;
    z-index: 2;
}

.history .time .ico svg {
    display: block;
    width: 2px;
    height: 60px;
    background: #dddddd;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -1px;
}

.history .history2 .time {
    width: 100%;
    padding-top: 0;
    padding-bottom: 55px;
}

.history .history2 .time .ico svg {
    top: auto;
    bottom: -66px;
    height: 66px;
}

.history .history2 .bian {
    margin-bottom: 30px;
    margin-top: 0;
}

.history .swiper-slide:hover .time .ico span {
    opacity: 1;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
}

.history .swiper-slide:hover .time .ico h3 {
    color: #fff;
}

.history .swiper-slide:hover .time .ico h6 {
    color: #fff;
}

@media screen and (max-width:1440px) {
    .history .swiper-slide {
        width: 20%;
    }

    .history .swiper-pagination1 {
        margin-bottom: 10px;
    }

    .history .p {
        line-height: 145%;
        font-size: 14px;
    }
}

@media screen and (max-width:1199px) {
    .history {
        padding-bottom: 60px;
    }

    .history .swiper-slide {
        width: 25%;
    }

    .history .p {
        font-size: 14px;
        line-height: 140%;
        height: 96px;
    }

    .history .bian {
        margin-top: 20px;
    }

    .history .time {
        padding-top: 35px;
    }

    .history .time .ico h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .history .time .ico h6 {
        font-size: 14px;
        line-height: 18px;
    }

    .history .time .ico svg {
        height: 40px;
        top: -40px;
    }

    .history .history2 .bian {
        margin-bottom: 20px;
    }

    .history .history2 .time {
        padding-bottom: 35px;
    }

    .history .history2 .time .ico svg {
        height: 40px;
        bottom: -40px;
    }

    .history .swiper-button-next1,
    .history .swiper-button-prev1 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .history .swiper-slide {
        width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .history {
        margin-top: 10px;
    }

    .history .swiper-slide {
        width: 50%;
    }

    .history .p {
        font-size: 14px;
        width: 58%;
    }
}

/*研发中心*/
.about_yanfa {
    margin-top: 20px
}

@media screen and (max-width:767px) {
    .about_yanfa {
        margin-top: 10px;
    }
}

/*内页结束*/
/*魔石地坪开始*/
.magic_more {
    padding: 40px 0 20px;
}

.magic_more a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    padding: 0 22px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin: 0 5px 10px;
    box-sizing: border-box;
}

.magic_more a:hover,
.magic_more a.active {
    background: #bc9a5c;
    color: #fff;
}

.magic_list li {
    margin-bottom: 2%;
}

.magic_list li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:1440px) {
    .magic_more {
        padding: 10px 0 20px;
    }

    .magic_more a {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .magic_list .index_news li:last-child {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .magic_more {
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    .magic_more a {
        width: 49%;
        margin: 5px 2% 5px 0;
        font-size: 12px;
        padding: 0 5px;
        display: block;
        float: left;
    }

    .magic_more a:nth-child(2n) {
        margin: 5px 0;
    }

    .magic_list li {
        margin-bottom: 0;
    }

    .magic_list li:nth-child(4n) {
        margin-right: 0;
    }
}

/*魔石地坪结束*/
/*案例详细开始*/
.s_case_detail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.s_case_detail .bg-video img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.s_case_detail .swiper-slide {
    height: 70%;
    overflow: hidden;
}

.s_case_detail .img {
    width: 30%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 2;
}

.s_case_detail .img img {
    margin-top: 14%;
    width: 200px;
    height: 90px;
}

.s_case_detail .txt {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    padding: 3% 8% 0 30%;
    box-sizing: border-box;
    z-index: 1;
}

.s_case_detail .txt h3 {
    font-size: 20px;
    color: #333;
    text-align: left;
    padding: 5px 0;
}

.s_case_detail .txt h4 {
    font-size: 16px;
    color: #666;
    text-align: left;
    padding: 5px 0;
}

.s_case_detail .txt .fgx {
    margin: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 0px;
}

.s_case_detail .txt p {
    font-size: 16px;
    color: #999;
    text-align: left;
    line-height: 180%;
    height: 56px;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
    .s_case_detail .txt {
        padding: 2% 5% 0 30%;
    }

    .s_case_detail .img img {
        margin-top: 10%;
    }
}

@media screen and (max-width:1440px) {
    .s_case_detail .txt h3 {
        font-size: 16px;
    }

    .s_case_detail .txt h4 {
        font-size: 14px;
    }

    .s_case_detail .txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:1199px) {
    .s_case_detail .txt {
        padding: 2% 5% 0 30%;
    }

    .s_case_detail .img img {
        margin-top: 10%;
    }

    .s_case_detail .txt .fgx {
        margin: 5px 0;
    }
}

@media screen and (max-width:991px) {
    .s_case_detail .txt {
        height: 22%;
    }

    .s_case_detail .img {
        height: 22%;
    }
}

@media screen and (max-width:767px) {

    .s_case_detail .txt .fgx,
    .s_case_detail .txt p {
        display: none;
    }

    .s_case_detail .txt {
        padding: 2% 5% 0 30%;
    }

    .s_case_detail .img img {
        max-width: 80%;
        height: auto;
    }
}

.inside_2 .container.pad {
    padding-bottom: 0;
    padding-top: 40px;
}

@media screen and (max-width:1440px) {
    .inside_2 .container.pad {
        padding-bottom: 0;
        padding-top: 30px;
    }
}

@media screen and (max-width:991px) {
    .inside_2 .container.pad {
        padding-bottom: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .inside_2 .container.pad {
        padding-bottom: 0;
        padding-top: 10px;
    }
}

.inside_2 .container.material {
    padding-bottom: 0;
}

.updown {
    padding: 40px 0;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin: 40px 0 0 0;
}

.updown .inner {
    width: 100%;
    padding-right: 150px;
    position: relative;
    text-align: left;
    color: #666;
    font-size: 16px;
}

.updown .inner .previous a,
.updown .inner .next a {
    color: #333;
    font-size: 16px;
}

.updown .inner .previous a:hover,
.updown .inner .next a:hover {
    color: #bc9a5c;
}

.updown .btn_back {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 42px;
    padding: 0 30px;
    border-radius: 40px;
    border: 1px solid #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.updown .btn_back span {
    display: block;
    float: right;
    margin: 14px 0 0;
    width: 15px;
    height: 12px;
    position: relative
}

.updown .btn_back span:before,
.updown .btn_back span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #5b5b5b;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.updown .btn_back span:before {
    top: 0
}

.updown .btn_back span:after {
    bottom: 0
}

.updown .btn_back span i {
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #5b5b5b;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.updown .btn_back:hover {
    background: #bc9a5c;
    border-color: #bc9a5c;
    color: #fff
}

.updown .btn_back:hover span:before,
.updown .btn_back:hover span:after {
    width: 10px;
    background: #fff
}

.updown .btn_back:hover span:before {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.updown .btn_back:hover span:after {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.updown .btn_back:hover span i {
    opacity: 0
}

@media (max-width: 1440px) {
    .updown {
        padding: 20px 0;
    }

    .updown .inner {
        font-size: 14px;
    }

    .updown .inner .previous a,
    .updown .inner .next a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .updown {
        padding: 15px 0;
        margin: 15px 0 0 0;
    }
}

@media (max-width: 767px) {
    .updown {
        padding: 15px 0;
        margin: 10px 0 0 0;
    }

    .updown .inner {
        padding: 0;
        text-align: center;
    }

    .updown .btn_back {
        position: static;
        margin: 10px auto 0
    }
}

/*案例详细结束*/
/*加盟培训开始*/
.join_service ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    padding: 30px;
    background: #f7f7f7;
    transition: all .6s ease;
    box-sizing: border-box;
}

.join_service ul li:last-child {
    margin-right: 0;
}

.join_service ul li:hover {
    box-shadow: 2px 2px 5px #ccc;
    transition: all .6s ease;
}

.join_service ul li h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    color: #333;
}

.join_service ul li p {
    text-align: center;
    padding: 20px 0;
    line-height: 180%;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.join_service ul li p img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:1440px) {
    .join_service ul li h3 {
        font-size: 16px;
    }

    .join_service ul li p {
        line-height: 160%;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .join_service {
        padding: 0 20px;
    }

    .join_service ul li {
        width: 47.5%;
        margin-right: 5%;
        float: left;
        margin-bottom: 5%;
    }

    .join_service ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .join_service {
        padding: 0;
    }

    .join_service ul li {
        width: 48.5%;
        margin-right: 3%;
        float: left;
        margin-bottom: 10px;
        padding: 15px;
    }

    .join_service ul li h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .join_service ul li p {
        padding: 10px 0;
        line-height: 160%;
        font-size: 14px;
        color: #666;
    }
}

/*加盟培训结束*/
/*产品详细开始*/
/*分类*/
.material_all {
    display: none;
}

.material_list {
    display: none;
}

.m2ta {
    margin: 10px auto;
    display: table;
    text-align: center;
}

.m2ta span {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #333;
}

.m2ta em {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #bc9a5c;
    margin-left: 15px;
    padding-right: 25px;
    background: url(../images/jtx.png)no-repeat right center;
    background-size: 20px;
    transition: all 0.5s;
    font-style: normal;
}

.m2ta em.guan {
    background: url(../images/cha.png) no-repeat right center;
    transition: all 0.5s;
    background-size: 20px;
}

@media screen and (max-width:991px) {
    .material_all {
        display: block;
    }

    .material_nav {
        display: none;
    }

    .m2ta span {
        font-size: 16px;
    }

    .m2ta em {
        font-size: 16px;
    }
}

.pro_all {
    width: 100%;
    padding: 3% 3% 6% 3%;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 20px 0 40px;
}

.pro_left {
    width: 415px;
    float: left
}

.pro_left img {
    max-width: 100%;
    height: auto;
}

.pro_right {
    padding: 0 3%;
}

.pro_right .txt {
    padding: 3% 0 0 450px;
    text-align: left;
    box-sizing: border-box;
}

.pro_right .txt h3 {
    font-size: 24px;
    color: #333;
    padding: 30px 0;
    border-bottom: #e0e0e0 1px solid;
}

.pro_right .txt p {
    font-size: 16px;
    color: #666;
    line-height: 180%;
    padding: 15px 0;
    border-bottom: #e0e0e0 1px solid;
}

.pro_img .swiper-pagination1 {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 0;
    padding: 8px 16px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.pro_img .swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: #fff;
    color: #fff;
}

.pro_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}

.pro_img .swiper-button-next1 {
    background: url(../images/about4_next.png) no-repeat;
    right: 0%;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 37px;
    height: 66px;
    margin-top: -33px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.pro_img .swiper-button-prev1 {
    background: url(../images/about4_prev.png) no-repeat;
    left: 0%;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 37px;
    height: 66px;
    margin-top: -33px;
    cursor: pointer;
    background-position: center;
    z-index: 999;
}

.pro_img .swiper-button-next1:hover {
    background: url(../images/about4_next_h.png) no-repeat;
}

.pro_img .swiper-button-prev1:hover {
    background: url(../images/about4_prev_h.png) no-repeat;
}

@media screen and (max-width:1440px) {
    .pro_right .txt {
        padding: 5% 0 0 450px;
    }

    .pro_right .txt h3 {
        font-size: 20px;
        padding: 15px 0;
    }

    .pro_right .txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .pro_all {
        padding: 3%;
    }

    .pro_left {
        width: 100%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .pro_right .txt {
        padding: 5% 0;
    }

    .pro_right .txt h3 {
        font-size: 20px;
        padding: 15px 0;
    }

    .pro_right .txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .pro_all {
        padding: 3%;
        margin-bottom: 20px;
    }

    .pro_right .txt {
        padding: 3% 0;
    }

    .pro_right .txt h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .pro_right .txt p {
        padding: 10px 0;
        line-height: 160%;
    }
}

/*产品详细结束*/
/*新闻列表开始*/
.news_list li {
    margin-bottom: 2%;
}

.news_list .index_news li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width:991px) {
    .news_list .index_news li:last-child {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .news_list .index_news li {
        margin: 0;
    }

    .news_list .index_news li:nth-child(2n) {
        margin-right: 0;
    }
}

/*新闻列表结束*/
/*分页开始*/
.pages_outside {
    text-align: center;
}

.pages {
    height: 35px;
    line-height: 35px;
    background: #f8f8f8;
    margin: 40px 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}

.pages_prev,
.pages_next {
    display: inline-block;
    border-radius: 5px;
    background: #bdbdbd;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.pages_prev {
    margin-right: 5px;
}

.pages_next {
    margin-left: 5px;
}

.pages_num {
    padding: 0 10px;
    color: #707070;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 5px;
}

.pages_prev:hover,
.pages_next:hover,
.pages_num:hover,
.pages .active {
    color: #fff;
    background: #bc9a5c;
}

@media screen and (max-width:1440px) {
    .pages {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .pages {
        margin: 30px 0;
    }
}

@media screen and (max-width:767px) {
    .pages {
        margin: 20px 0;
        font-size: 12px;
    }
}

/*分页结束*/
/*联系我们开始*/
.contact_list {
    padding: 20px 0;
}

.contact_left {
    width: 65%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.contact_right {
    width: 35%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .contact_list {
        padding: 10px 0;
    }

    .contact_left {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 10px;
    }

    .contact_right {
        width: 100%;
        float: left;
        padding: 0 10px 10px;
        margin-top: 0px;
    }
}

.contact_list p {
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
    color: #666;
}

.contact_list p strong {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 180%;
}

.contact_list p span {
    font-size: 24px;
    color: #666;
    line-height: 180%;
    font-family: 'CenturyGothic-Bold';
}

.contact_list p img {
    margin-left: -15px;
}

.contact_fgx {
    border-bottom: 6px solid #333;
    width: 60px;
    height: 0px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10%;
}

@media (max-width: 1440px) {
    .contact_fgx {
        left: -14%;
    }

    .contact_list p strong {
        font-size: 20px;
    }

    .contact_list p span {
        font-size: 20px;
    }

    .contact_list p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact_fgx {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .contact_list {
        padding: 0;
    }

    .contact_list p {
        padding: 5px 0;
    }

    .contact_list p img {
        display: none;
    }
}

/*详细页内容排版开始*/
.detail_txt h1 {
    font-size: 24px;
    color: #333;
    padding: 20px 0;
}

.detail_txt h6 {
    font-size: 16px;
    color: #999;
    padding: 0px 0 60px;
    border-bottom: #e0e0e0 1px solid;
    margin: 0px 0 40px;
}

.detail_txt p {
    text-align: left;
    line-height: 180%;
    font-size: 16px;
    color: #666;
}

.detail_txt p img {
    max-width: 100%;
    height: auto;
    padding: 40px 0;
    transition: all .6s ease;
}

.detail_txt p img:hover {
    transform: scale(1.05);
}

.detail_txt p strong {
    font-weight: bold;
}

@media screen and (max-width:1440px) {
    .detail_txt {
        margin: 15px 0;
    }

    .detail_txt h1 {
        font-size: 20px;
        padding: 10px 0;
    }

    .detail_txt h3 {
        font-size: 16px;
    }

    .detail_txt h4 {
        font-size: 30px;
    }

    .detail_txt h6 {
        font-size: 14px;
        padding: 0px 0 40px;
        margin: 0px 0 20px;
    }

    .detail_txt p {
        line-height: 160%;
        font-size: 14px;
    }

    .detail_txt p img {
        padding: 15px 0;
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .detail_txt {
        padding: 10px 0;
        margin: 10px 0;
    }

    .detail_txt h1 {
        font-size: 16px;
        padding: 10px 0;
    }

    .detail_txt h3 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .detail_txt h4 {
        font-size: 20px;
    }

    .detail_txt h6 {
        font-size: 14px;
        padding: 0px 0 10px;
        margin: 0px 0 10px;
    }

    .detail_txt p {
        padding: 10px 0;
        line-height: 160%;
        font-size: 14px;
    }

    .detail_txt p img {
        max-width: 100%;
    }
}

/*详细页内容排版结束*/
/*地图开始*/
.contact_list #map {
    width: 100%;
    height: 550px;
    border: #ccc solid 1px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .contact_list #map {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .contact_list #map {
        height: 300px;
    }
}

/*地图结束*/
/*联系我们结束*/
/*网站地图开始*/
.sitemap {
    padding: 40px 0;
}

.sitemap_list {
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 40px;
    text-align: left;
}

.sitemap_list:last-child {
    margin-bottom: 0;
}

a.sitemap_list_t {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
    display: block;
}

a.sitemap_list_t:hover {
    color: #bc9a5c;
}

.sitemap_list ul li {
    display: inline-block;
    padding-right: 20px;
}

.sitemap_list ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.sitemap_list ul li a:hover {
    color: #bc9a5c;
}

@media screen and (max-width:1440px) {
    .sitemap {
        padding: 30px 0;
    }

    .sitemap_list {
        margin-bottom: 30px;
    }

    a.sitemap_list_t {
        font-size: 16px;
    }

    .sitemap_list ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .sitemap {
        padding: 20px 0;
    }

    .sitemap_list {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .sitemap {
        padding: 10px 0;
    }

    .sitemap_list {
        margin-bottom: 10px;
	}
	.pc{ display: none;}
}

/*网站地图结束*/
@font-face {
    font-family: 'OPENSANS-BOLD';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-LIGHT';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot') format('embedded-opentype'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-REGULAR';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url("../fonts/centurygothic-bold.eot");
    src: url("../fonts/centurygothic-bold.eot") format("embedded-opentype"), url("../fonts/centurygothic-bold.woff2") format("woff2"), url("../fonts/centurygothic-bold.woff") format("woff"), url("../fonts/centurygothic-bold.ttf") format("truetype"), url("../fonts/centurygothic-bold.svg#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
}