input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}




@media(min-width: 991px){

    .allx {
        transition-duration:1.5s;
        opacity: 0;
    }

    .active .allx {
        opacity: 1;
    }
      .active2 .allx {
        opacity: 1;
    }  
    .leftx {
        transform: translateX(-500px);
    }
    .rightx {
        transform: translateX(500px);
    }
    .bottomx {
        transform: translateY(500px);
    }
    .active .leftx {
        transform: translateX(0);
    }
    .active .rightx {
        transform: translateX(0);
    }
    .active .bottomx {
        transform: translateY(0);
    }
    .active2 .allx {
        opacity: 1;
    }
    .active2 .bottomx {
        transform: translateY(0);
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

body,
body * {
    font-family: 'Microsoft YaHei';
}


.fp-section.fp-table{
    height: 100%!important;
}

.fp-tableCell{
    height: 100%!important;
}


/*  */

.max1720 {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1475 {
    max-width: 1505px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1425 {
    max-width: 1455px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.top_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    position: relative;
    float: left;
}

.logo img {
    max-width: 100%;
}

.top_right {
    position: relative;
    width: calc(100% - 22%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*  */

.sideNav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}

.sideNav ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(//cdn.myxypt.com/2b7b9f36/20/12/ccb41175706940d5bef33592e9902c01384b4993.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(//cdn.myxypt.com/2b7b9f36/20/12/1bec1319bfaafb6a0f8983e56fb8d38d3ff49f51.png) no-repeat center;
}

.dowebok {
    position: relative;
}


/*  */

.section1 {
    position: relative;
}

.section2 {
    position: relative;
    background: url(../images/pbg.png) no-repeat;
    background-size: cover;
}


/* pro_box */

.pro_box {
    position: relative;
}

.ttt1 {
    text-align: center;
    margin-bottom: 3.125%;
}

.ttt1 p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 30px;
    color: #d7a753;
    letter-spacing: 1px;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 28px;
    color: #333333;
}

.sort_nav {
    position: relative;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
}

.sort_nav>li {
    position: relative;
    width: 24%;
    padding: 20px;
    text-align: center;
}

.pro_s {
    display: block;
    width: 100%;
}

.a_di {
    cursor: pointer;
}

.pro_s ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_s li {
    width: 21%;
    /*display: flex;*/
    overflow:hidden;
}
@media(max-width:1300px){
    .pro_s{padding-bottom:5%;}
    .pro_s li{
        width:22%;
    }
}

.pro_s li>a,
.pro_s li>span {
    /*display: flex;*/
    /*flex: 1;*/
    position: relative;
}

.pro_s li>a img,
.pro_s li>span img {
    width: 100%;
    height: auto;
}

.wz_er {
    display: flex;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    /*left: 0%;*/
    /*bottom:-100%;*/
    padding: 6.6% 6.6%;
    flex-flow: column;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    justify-content: center;
}

.ptit {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 6%;
}

.ptit h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    color: #000;
    width: 100%;
}

.pro_er {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.pers {
    width: 100%;
    line-height: 2;
}


.pers a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;line-height:2;
}
.pers a:hover{ color:#d7a753;}

.wz_er .gengduo {
    display: block;
    font-size: 15px;
    color: #d7a753;
    background: #fff;
    width: 135px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.125em;
}
.wz_er .gengduo:hover{
    font-size: 16px;
}

.pro_s li:hover .wz_er {
    /*background-color: rgba(0, 0, 0, .6);*/
    /*bottom:0;*/
}

.pro_s li:hover .ptit h2 {
    /*color: #ffffff;*/
}

@media(max-width:1366px) {
    .ptit h2 {
        font-size: 22px;
    }
    .pers a {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .ptit h2 {
        font-size: 18px;
    }
    .pers a {
        font-size: 14px;
    }
    .ttt1 p {
        font-size: 24px;
    }
    .ttt1 h3 {
        font-size: 20px;
    }
    .wz_er .gengduo {
        margin-top: 1.125em;
        width: 115px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .pro_s li {
        width: 49%;
        margin-bottom: 2%;
    }
}

@media(max-width:500px) {
    .pro_s li {
        width: 100%;
    }
    .ptit h2 {
        font-size: 18px;
    }
    .pers a {
        font-size: 14px;
    }
}


/* section3 */

.section3 {
    position: relative;
    background: url(../images/bj3.jpg) no-repeat;
    background-size: cover;
}

.c2_index {
    position: relative;
}

.ttt2 {
    text-align: center;
    margin-bottom: 3.125%;
}

.ttt2 p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 30px;
    color: #d7a753;
    letter-spacing: 1px;
}

.ttt2 h3 {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    margin: 5px 0 10px;
}

.ttt2 span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #9b9b9b;
}

.c2_ads {

}

.c2_ads li {
    position: relative;
    margin:0 3px;
}

.c2_ads li a {
    display: block;
}

.c2_ads li .adimg {
    display: block;
}

.c2_ads li .adimg img {
    width: 100%;display:block;
}

.c2_ads li .kuo {
    position: relative;
    background: #fff;
    padding: 25px 18px;
    text-align: center;
}

.c2_ads li .kuo h3 {
    font-size: 17px;
    color: #121212;
    padding: 0px 0 15px;
    font-weight: normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.c2_ads li .kuo span {
    display: block;
    line-height: 1.7;
    font-size: 13px;
    color: #636363;
}
.c2_ads li:hover .kuo{background:#d7a753;}
.c2_ads li:hover .kuo h3{color: #fff;}
.c2_ads li:hover .kuo span{color: #fff;}



.c2_index .c2more {
    display: block;
    width: 150px;
    line-height: 45px;
    border-radius: 20px;
    text-align: center;
    margin:2.3% auto 0;
    background: #d7a753;
    color: #fff;
    font-size: 15px;
}


.c2_index .c2more:hover{background:#fff;color:#d7a753;}




@media (max-width:1300px) and (min-width:1200px){
    .section2{
        padding:0 0 3.125%;
    }
    .ttt1{
        margin-bottom:15px;
    }
    
    .c2_index .c2more{
         margin: 20px auto 0;
    }

}


@media (max-width:992px) {
    .ttt2 p {
        font-size: 22px;
    }
    .ttt2 h3 {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .ttt2 span {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .c2_ads li {
        width: 49%;
        margin-bottom: 15px;
    }
    .c2_ads li .kuo {
        padding: 12px;
    }
    .c2_ads li .kuo h3 {
        padding-bottom: 10px;
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .c2_ads li .kuo h3 {
        padding-bottom: 5px;
    }
    .c2_ads li .kuo span {
        font-size: 12px;
    }
    .ttt2 p {
        font-size: 18px;
    }
    .ttt2 h3 {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .ttt2 span {
        font-size: 12px;
    }
}


/* section4 */

.section4 {
    position: relative;
    background: url(../images/bj4.jpg) no-repeat;
    background-size: cover;
}


/*c4_index*/

.c4_index {
    position: relative;
}

.case_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_list11 li {
    width: 24%;
    position: relative;
    margin: .5%;
}

.case_list11 li a.ovimg {
    overflow: hidden;
    display: block;
}

.case_list11 li .tu img {
    width: 100%;display:block;transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}


.case_list11 li:hover .tu img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.case_list11 li .cfu {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    transition: .3s;
}

.case_list11 li .kss {
    position: absolute;
    border: 1px solid #fff;
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
    display: table;
}

.case_list11 li .kss h2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.case_list11 li .kss i {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.case_list11 li .kss i img {
    max-width: 100%;
    width: auto;
}

.case_list11 li:hover .cfu {
    opacity: 1;
}

.case_list11 li.wen {
    position: relative;
    padding-top: 3.125%;
}

.case_list11 li.wen h2 {
    color: #323232;
    font-size: 30px;
    padding: 10px 0;
}

.case_list11 li.wen p {
    color: #646464;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom:16px;
    background: url(../images/hx1.png) no-repeat left bottom;
}

.case_list11 li.wen .casemore {
    margin-top: 12.125%;
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 10px 20px 10px 34px;
    font-size: 14px;
    color: #545454;
    background: url(../images/bbc33c22aefeb67061d33ddc7484be4e269c621a.png) no-repeat 20px center;
}
.case_list11 li.wen .casemore:hover{
   
    color:#fff;
     background: url(../images/5b1bb04c29b64cdf7a425833636437d53b4f435e.png) no-repeat 20px center #d7a753;
     border-color:#d7a753;
}

@media (max-width:1200px) {
    .case_list11 li.wen {
        padding-top: 1.125%;
    }
    .case_list11 li.wen h2 {
        font-size: 24px;
    }
    .case_list11 li.wen p {
        font-size: 16px;
    }
    .case_list11 li.wen .casemore {
        margin-top: 8.125%;
    }
}

@media (max-width:1024px) {
    .case_list11 li {
        width: 48%;
        margin: 1%;
    }
    .case_list11 li.wen h2 {
        font-size: 18px;
        padding: 0;
    }
    .case_list11 li.wen .casemore {
        font-size: 12px;
    }
    
    
     .x-banner {
        height: auto;
    }
    .x-banner .owl-carousel .banner-item a>img {
        height: auto;
    }
}


/* section5 */

.section5 {
    position: relative;
    background: url(../images/bj5.jpg) no-repeat;
    background-size: cover;
}

.c5_index {
    position: relative;
    font-size: 0;
    height: 100%;
}

.sec5_left {
    width: 66%;
    height: 100%;
    float: left;
}

.sec5_left ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sec5_left ul li {
    position: relative;
    width: 50%;
    /* height: 50%; */
    font-size: 0;
    background: #fff;
    padding:7%;
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.sec5_left ul li .cont {
    position: relative;
    width: 100%;
}

.sec5_left ul li .cont h3 {
    font-size: 20px;
    color: #d7a753;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: 400;
}

.sec5_left ul li .cont p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.sec5_left ul li .wz {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.sec5_left ul li .wz p {
    font-size: 15px;
    color: #c6c6c6;
    padding-left: 20px;
    background: url(../images/yd.png) no-repeat left 12px;
    line-height: 2.2;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    word-wrap: break-word;
    width: 100%;
}

.sec5_left ul li .wz p:hover {
    color: #d7a753!important;
}

.sec5_left ul li:nth-child(2) .cont p,
.sec5_left ul li:nth-child(3) .cont p {
    color: #d7a753;
}

.sec5_left ul li:nth-child(2) .wz p,
.sec5_left ul li:nth-child(3) .wz p {
    color: #999999;
}

.sec5_right {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -40px;
}

.sec5_right h3 {
    font-size: 30px;
    color: #d7a753;
    line-height: 2;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: 400;
}

.sec5_right h4 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}

@media (max-width:1300px) and (min-width:1200px) {
    .sec5_left ul li{
        padding:2%;
    }
    .sec5_left ul li .wz p{
        line-height: 1.5;
        font-size:13px;
    }

}

@media (max-width:1200px) {
    .sec5_right {
        width: 100%;
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 4%;
    }
    .sec5_right h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    .sec5_right h4 {
        font-size: 22px;
    }
    .sec5_left {
        width: 100%;
        float: none;
    }
}

@media (max-width:768px) {
    .sec5_left ul li {
        padding: 20px;
    }
    .sec5_left ul li .cont h3 {
        font-size: 16px;
    }
    .sec5_left ul li .cont p {
        font-size: 20px;
    }
    .sec5_left ul li .wz {
        margin-top: 10px;
    }
    .sec5_left ul li .wz p {
        line-height: 1.7;
    }
}

@media (max-width:500px) {
    .sec5_left ul li {
        width: 100%;
    }
}


/*c6_index*/

.c6_index {
    position: relative;
    background: url(../images/bj6.jpg) no-repeat;
    background-size: cover;
    display: table;
    height: 100vh;
}

.c6img {
    display: inline-block;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.c6img img {
    width: 100%;
    height: 100vh;
    display: block;
}

.c6_right {
    display: inline-block;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 3.125%;
    padding-right: 8.125%;
}

.c6_right .c2_ttt {
    position: relative;
}

.c6_ttt span {
    color: #646464;
    font-size: 18px;
    text-transform: uppercase;
}

.c6_ttt h2 {
    color: #323232;
    font-size: 30px;
    background: url(../images/hx2.png) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.abb_txt {
    position: relative;
    margin: 5.125% 0;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 2;
}

.abb_txt p{line-height:2;}
.abb_txt p a{
 color: #5a5a5a;    
}
.abb_txt p a:hover{
 color: #d7a753;    
}
.c6_right .abbmore {
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 10px 25px;
    font-size: 14px;
    color: #545454;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: url(../images/k1.png) no-repeat 25px center;
}

.c6_right .abbmore:hover {
    color: #fff;
    border: 1px solid #d7a753;
    background: url(../images/k2.png) no-repeat 25px center #d7a753;border-color:#d7a753;
}

.number {
    display: flex;
    justify-content: space-between;
    margin-top: 12.215%;
}

.number li {
    position: relative;
    text-align: center;
}

.number li h3 {
    color: #545454;
    font-size: 48px;
    font-family: "impact";
}

.number li h3 i {
    font-style: inherit;
}

.number li h3 span {
    font-size: 18px;
    color: #545454;
    font-weight: 400;
    font-family: "Microsoft Yahei";
    padding-left: 5px;
}

.number li p {
    font-size: 20px;
    color: #545454;
}

.number li:hover h3,
.number li:hover h3 span {
    color: #d7a753;
}

@media (max-width:1366px) and (min-width:1200px){
    .abb_txt{
         margin: 3.125% 0;
         font-size: 14px;
    }
    .number{
        margin-top:5.125%;
    }
    .number li h3{
        font-size:38px;
    }
    .number li p{
        font-size:16px;
    }
}

@media (max-width:1200px) {
    .c6_right {
        padding-right: 3.125%;
    }
    .number li h3 {
        font-size: 38px;
    }
    .number li h3 span {
        font-size: 16px;
    }
    .number li p {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .c6_index {
        display: block;
        height: auto;
        padding-bottom:15px;
    }
    .c6_index .c6img {
        display: block;
        width: 100%;
    }
    .c6_index .c6img img {
        height: auto;
    }
    .c6_right {
        display: block;
        width: 100%;
    }
    .number {
        margin-top: 5.125%;
    }
}

@media (max-width:768px) {
    .c6_ttt span {
        font-size: 15px;
    }
    .c6_ttt h2 {
        font-size: 20px;
    }
    .abb_txt {
        font-size: 15px;
    }
    .number li h3 {
        font-size: 24px;
    }
    .number li h3 span {
        font-size: 14px;
    }
    .number li p {
        font-size: 14px;
    }
}


/* section7 */

.section7 {
    position: relative;
    background: url(../images/bj7.jpg) no-repeat;
    background-size: cover;
}

.c7_index {
    position: relative;
    padding: 5.125% 0;
}

.ttt7 {
    text-align: center;
    margin-bottom: 3.125%;
}

.ttt7 p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 30px;
    color: #d7a753;
    letter-spacing: 1px;
}

.ttt7 h3 {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
}

.news_list2 {
    position: relative;
}

.news_list2 .slick-slide {
    outline: none;
}

.news_list2 .slick-con {
    position: relative;
    padding: 0 1%;
}

.news_list2 .slick-con a {
    display: block;
    background: #757575;
    padding: 14%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_list2 .slick-con a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 .slick-con a .info {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 25px 0;
    height: 44px;
    overflow: hidden;
}

.news_list2 .slick-con a .date {
    font-size: 14px;
    color: #fff;
}

.news_list2 .slick-con a:hover {
    background: #d7a753;
}

.news_list2 .slick-con:nth-child(1) {
    margin-bottom: 2%
}

.news_list2 .slick-arrow {
    display: block;
    width: 25px;
    height: 47px;
    position: absolute;
    top: 50%;
    margin-top: -23.5px;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    z-index: 999;
}

.news_list2 .slick-prev {
    left: -80px;
    background: url(../images/zz.png) no-repeat center;
    background-size: 100% 100%;
}
.news_list2 .slick-prev:hover {
    left: -80px;
    background: url(../images/zzz.png) no-repeat center;
    background-size: 100% 100%;
}

.news_list2 .slick-next {
    right: -80px;
    background: url(../images/yy.png) no-repeat center;
    background-size: 100% 100%;
}

.news_list2 .slick-next:hover {
    right: -80px;
    background: url(../images/yyy.png) no-repeat center;
    background-size: 100% 100%;
}

@media (max-width: 1440px) {
    .news_list2 .slick-prev {
        left: 0;
    }
    .news_list2 .slick-next {
        right: 0;
    }
    
    .news_list2 .slick-con a{
        padding:5.125%;
    }
    
}

@media(max-width:992px) {
    .ttt7 p {
        font-size: 24px;
    }
    .ttt7 h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .news_list2 .slick-arrow {
        width: 20px;
        height: 38px;
        margin-top: -19px;
        background-size: 100% 100%;
    }
    .news_list2 .slick-arrow:hover {
        background-size: 100% 100%;
    }
}

.w1280 {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* section8 */

.section8 {
    position: relative;
    background: url(../images/bj8.jpg) no-repeat center;
    background-size: cover;
}

.section8::before {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(38, 38, 38, 0.72);
    position: absolute;
    top: 0;
    left: 0;
}

.sec8-con{
    padding: 1.125% 0 5.125%;
}

.sec8-con .cont {
    max-width: 443px;
    position: relative;
    font-family: "微软雅黑";
}

.sec8-con .cont .index-tlt1 {
    text-align: left;
    margin-bottom: 4%
}

.sec8-con .cont .index-tlt1 h2 {
    font-size: 30px;
    color: #d7a753;
    font-family: "Arial";
    font-weight: 400;
}

.sec8-con .cont .index-tlt1 p {
    font-size: 28px;
    color: #fff;
    line-height: 2;
    font-weight: 100;
}

.sec8-con .cont .lxfs {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.sec8-con .cont .lxfs p{line-height: 2;}
.sec8-con .cont .lxfs p:hover{color:#d7a753;}


.sec8-con .cont .yqlj {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.57);
    line-height: 2;
}

.sec8-con .cont .yqlj a {
    color: rgba(255, 255, 255, 0.57);
}

.sec8-con .cont .sub-company {
    padding: 3% 0 0%;
}

.sec8-con .cont .sub-company>h3>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.57);
    margin-bottom:12px;font-weight:normal;margin-top:15px;
}
.sec8-con .cont .sub-company>h3>a:hover{color:#d7a753;}

.sec8-con .cont .sub-company .sec6-slick {
    padding-right: 40px;
    position: relative;
   
}

.sec8-con .cont .sub-company .sec6-slick li{float:left;text-align:center;margin-right:10px;}
.sec8-con .cont .sub-company .sec6-slick li h3{color:#fff;font-size:12px;margin-top:5px;font-weight:normal;}



.sec8-con .cont .sub-company .sec6-slick .slick-con {
    padding: 0 5%;
}

.sec8-con .cont .sub-company .sec6-slick .slick-con img {
    max-width: 100%;
    margin: 0 auto;
}

.sec8-con .cont .sub-company .sec6-slick .slick-arrow {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}




.sec8-con .cont .back-top {
    margin-top: 5%;
}

.sec8-con .cont .back-top a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-right: 60px;
    line-height: 36px;
    background: url(../images/aa6f09127af9f62512dcd8184f5d2943a522c0ea.png) no-repeat right center;
}

.sec8-con .cont .back-top a:hover {
    color:#d7a753;
    background: url(../images/ftp.png) no-repeat right center;
}

.sec8-con .cont .fnav {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
}

.sec8-con .cont .fnav a {
    color: #fff
}

.sec8-con .cont .copyr {
    font-size: 14px;
   color: rgba(255, 255, 255, 0.57);
    line-height: 2;
    margin-top: 1.5em;
}

.sec8-con .cont .copyr img{
    margin-top: -2px;
}
.sec8-con .cont .copyr a {
    color: rgba(255, 255, 255, 0.57); line-height: 2;
}

.fp-viewing-page2 .x-header{background:#fff;}
.fp-viewing-page3 .x-header{background:#fff;}
.fp-viewing-page4 .x-header{background:#fff;}
.fp-viewing-page5 .x-header{background:#fff;}
.fp-viewing-page6 .x-header{background:#fff;}
.fp-viewing-page7 .x-header{background:#fff;}
.fp-viewing-page8 .x-header{background:#fff;}

.fp-viewing-page2 .x-menu>li>a{color:#000;}
.fp-viewing-page3 .x-menu>li>a{color:#000;}
.fp-viewing-page4 .x-menu>li>a{color:#000;}
.fp-viewing-page5 .x-menu>li>a{color:#000;}
.fp-viewing-page6 .x-menu>li>a{color:#000;}
.fp-viewing-page7 .x-menu>li>a{color:#000;}
.fp-viewing-page8 .x-menu>li>a{color:#000;}


/**/
.fp-viewing-page2 .x-menu>li>a{
    color:#070508;
}
.fp-viewing-page4 .x-menu>li>a,
.fp-viewing-page6 .x-menu>li>a{
    color: #7a797a;
}


/*.fp-viewing-page2 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/9faf14f190dd8eb5b0f7ca5ae57367443b4ed279.png) no-repeat right center;
}
.fp-viewing-page3 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page4 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/24083a99e121d7a01aa17a8880ae5edde78a99c0.png) no-repeat right center;
}
.fp-viewing-page5 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page6 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/24083a99e121d7a01aa17a8880ae5edde78a99c0.png) no-repeat right center;
}
.fp-viewing-page7 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page8 .x-header-right .ss_btn{
     background: url(//cdn.myxypt.com/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}*/




.three,
.four{
    display: none;
}


.fp-viewing-page2 .logo.three{
    display: block;
}
.fp-viewing-page2 .logo.one{
    display: none;
}
.fp-viewing-page2 .logo.four{
    display: none;
}




.fp-viewing-page4 .logo.four{
    display: block;
}
.fp-viewing-page4 .logo.one{
    display: none;
}
.fp-viewing-page4 .logo.three{
    display: none;
}


.fp-viewing-page6 .logo.four{
    display: block;
}
.fp-viewing-page6 .logo.one{
    display: none;
}
.fp-viewing-page6 .logo.three{
    display: none;
}





/*  */

@media (max-width: 1200px) {
    .section0,
    .section0 .fp-tableCell,
    .section1,
    .section1 .fp-tableCell,
    .section2,
    .section2 .fp-tableCell,
    .section3,
    .section3 .fp-tableCell,
    .section4,
    .section4 .fp-tableCell,
    .section5,
    .section5 .fp-tableCell,
    .section6,
    .section6 .fp-tableCell,
    .section7,
    .section7 .fp-tableCell,
    .section8,
    .section8 .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    .sideNav {
        display: none!important;
    }
    .section2 {
        padding: 30px 0;
    }
    .section3 {
        padding: 30px 0;
    }
    .section4 {
        padding: 30px 0;
    }
    .section5 {
        padding: 30px 0;
    }
  
}

@media (max-width:768px) {
    .section8::before {
        width: 100%;
    }
}






@media (max-width:768px){
    body{
        padding-bottom:50px;
    }
}



.product-detail-lists h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 65px;
}



.product-detail-lists .product-detail-item li {
	border-top: 1px solid #eee;
	padding: 25px 0;
	font-size: 18px;
  color: #333333;
  float: left;
  width: 48%;
  margin: 7px 1%;
}

.product-detail-lists .product-detail-item li span {
	font-size: 14px;
	color: #666666;
}

.product-detail-lists .product-detail-inquiry {
	margin-bottom: 20px;
}

.product-detail-lists .product-detail-inquiry a {
	display: inline-block;
	width: 80%;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: #b97d49;
	border-radius: 2px;
}

.product-detail-lists .product-detail-inquiry a i {
	font-size: 20px;
	line-height: 0;
	vertical-align: -2px;
	margin-right: 5px;
}

.product-detail-lists .service-number {
	font-size: 14px;
	color: #333333;
	
}

.product-detail-lists .service-number span {
	font-size: 25px;
	color: #b80024;

}








/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
 .product-detail-lists .product-detail-item li{font-size:15px;}
}


.dbb{height:0px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #333;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  font-size: 0;padding:10px 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;color:#fff;
}


.footer li .icon-home{ background: url(../images/a1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}
.footer ul li a{border-right:1px solid #fff;}
.footer ul li:last-child a{border-right:none;}






