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;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- 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';
}


/*  */

.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;
}
.max1330 {
   
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media(max-width:2160px){
    .max1330{
        width:68%;
        margin:0 auto;
    }
    
}
@media(max-width:1920px){
    .max1330 {
        max-width: 1330px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        width:100%;
    }
        
}



/*头部样式*/

.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% - 20%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*  */

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

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

.sideNav ul li a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/yd2.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(../images/yd1.png) no-repeat center;
}

.fp-viewing-page2 .sideNav ul li a{
    background: url(../images/yd4.png) no-repeat center;
}

.fp-viewing-page2 .sideNav ul li.active a{
    background: url(../images/yd3.png) no-repeat center;
}
.fp-viewing-page4 .sideNav ul li a{
    background: url(../images/yd4.png) no-repeat center;
}

.fp-viewing-page4 .sideNav ul li.active a{
    background: url(../images/yd3.png) no-repeat center;
}

.dowebok {
    position: relative;
}


/*  */
.section{
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}
.section1 {
    position: relative;
}

.section2 {
    position: relative;
    background: url(../images/dbg2.png) no-repeat;
    background-size: 100% 100%;

}


/* pro_box */

.pro_box {
    position: relative;
}
.section2{
    overflow: hidden;
}
.section2 .ttt1 {
    text-align: center;
    margin-bottom: 3.125%;
    
}
.section2 .c2_index{
    transition: 0.6s;
    transform: translate(0, 200px);
    transition-delay:0.6s;
}
.section2.active .c2_index{
    transition: all 0.6s;
    transform: translate(0, 30px);
    transition-delay:0.6s;
}
.ttt1 p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 31px;
    color: #af0000;
    letter-spacing: 1px;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 29px;
    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: 24%;
    display: flex;
}
@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%;
    top: 0%;
    padding: 6.6% 6.6%;
    flex-flow: column;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    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: #fff;
    width: 100%;
}

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

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

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

.wz_er .gengduo {
    display: block;
    font-size: 15px;
    color: #af0000;
    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(175, 0, 0, .58);
    opacity: 1;
}

.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/dbg3.png) no-repeat;
    background-size: 100% 100%;
}

.c2_index {
    position: relative;
    overflow: hidden;
}
.fp-tableCell{
     overflow: hidden;
     height: 100vh !important;
}
.ttt2 {
    text-align: center;
    margin-bottom: 3.125%;
}

.ttt2 p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 30px;
    color: #af0000;
    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;
}
.cpfl{

}
.cpfl ul{
    display: flex;
    justify-content: center;
}
.cpfl ul li{
    padding-right: 1.35vw;
    margin: 0 0.57vw;
    background: url(../images/cpflsx.png)no-repeat right center;
}
.cpfl ul li:nth-child(7){
    background: none;
}
.cpfl ul li a{
    font-size: 19px;
    color: #333333;
    font-weight: normal;

}
.cpfl ul li.cur a{
    color: #af0000;
}

.cpzx2{
    margin-top: 3.33vw;
}
.c2_ads {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.c2_ads li {
    position: relative;
    width: 24.5%;
    float: left;
    margin-right: 0.6667%;
}
.c2_ads li:nth-child(4){
    margin-right: 0;
}
.c2_ads li a {
    display: block;
}

.c2_ads li .adimg {
    display: block;
}

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

.c2_ads li .kuo {
    position: relative;
    background: #dcdcdc;
    
    text-align: center;
}

.c2_ads li .kuo h3 {
    font-size: 17px;
    color: #333333;
    line-height: 3.23;
    font-weight: normal;
}

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

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


.c2_index .c2more:hover{
    font-size: 17px
    
}


@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/ab0bg.png) no-repeat;
    background-size: 100% 100%;
}


/*c4_index*/

.section3 .c4_index {
    position: relative;
    transform: translate(0,200px);
    transition: 0.6s;
}

.section3.active .c4_index {
    transform: translate(0,30px);
    transition: 0.6s;
    transition-delay:0.6s; 
}

.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 .ovimg img {
    width: 100%;
}

.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: 19px;
    font-weight: 400;
}

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

.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: #ffffff;
    font-size:31px;
    padding: 10px 0;
}

.case_list11 li.wen p {
    color: #959595;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 10px;
    background: url(../images/gcalhx.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:15px;
    color: #cbcbcb;
    background: url(../images/gcallj.png) no-repeat 20px center;
}
.case_list11 li.wen .casemore:hover{
   
    color:#fff;
     background: url(../images/gcallj2.png) no-repeat 20px center #af0000;
}

@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;
    }
}


/* section5 */

.section5 {
    position: relative;
    background: url(../images/ysbg.png) no-repeat;
    background-size: 100% 100%;
}

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

.sec5_left {
    width: 66%;
    height: 100%;
    float: left;
    
    transform: translate(-200px);
    transition: 0.6s;
}
.section5.active .sec5_left{
    transform: translate(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
}



.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: 22px;
    color: #af0000;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: 400;
}

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

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

.sec5_left ul li .wz p {
    font-size: 16px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/ysyd.png) no-repeat left 12px;
    line-height: 30px;
     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 {
    font-size:18px;
    color: #af0000!important;
}

.sec5_left ul li:nth-child(1) .cont p,
.sec5_left ul li:nth-child(4) .cont p {
    color: #fff;
}

.sec5_left ul li:nth-child(1) .wz p,
.sec5_left ul li:nth-child(4) .wz p {
    color: #c6c6c6;
}

.section5 .sec5_right {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -40px;
    transform: translate(200px);
    transition: 0.6s;
}
.section5.active .sec5_right{
    transform: translate(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
}


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

.sec5_right h4 {
    font-size: 30px;
    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/ab0bg.png) no-repeat;
    background-size: cover;
    display: table;
    height: 100vh;
}

.c6img {
    display: inline-block;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    transition: 0.6s;
    transform: translate(-200px);
}
.section4.active .c6img{
    transform: translate(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
}


.c6img img {
    width: 100%;
    height: 100vh;
    display: block;
    transition:  all 0.6s;
}
.c6img img:hover{
    transform: scale(1.1);
}
.c6_right {
    display: inline-block;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 3.125%;
    padding-right: 8.125%;
    transition: 0.6s;
    transform: translate(200px);

}
.section4.active .c6_right{
    transform: translate(0px);
    transition: 0.6s;
    transition-delay: 0.6s;
}
.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/ab0hx.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;
}

.c6_right .abbmore {
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 10px 25px;
    font-size: 15px;
    color: #545454;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: url(../images/abmr2.png) no-repeat 25px center;
}

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

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

.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: #af0000;
}
@media (max-width:1600px){
    .c6img img {
    width: 100%!important;
    height: 100vh!important;
}
}

@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%;
            transform: translate(0px);
    }
    .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;
         transform: translate(0px);
    }
    .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;
    }
    .c6_index .c6img img{
        max-width:100%; height:auto !important;width:auto !important;
    }
}


/* section7 */

.section6 {
    position: relative;
    background: url(../images/newsbg.png) no-repeat;
    background-size: 100% 100%;
}

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

.section6 .ttt7 {
    text-align: center;
    margin-bottom: 3.125%;
    transform: translate(0,100px);
    transition: 0.6s;
}
.section6.active .ttt7{
    transform: translate(0,0);
     transition: 0.6s;
      transition-delay: 0.6s;
}


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

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

.news_list2 {
    position: relative;
    transform: translate(0,100px);
    transition: 0.6s;
}
.section6.active .news_list2 {
    transform: translate(0,0);
     transition: 0.6s;
      transition-delay: 0.6s;
}


.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: 20px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

.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/nleft1.png) no-repeat center;
    background-size: 100% 100%;
}
.news_list2 .slick-prev:hover {
    left: -80px;
    background: url(../images/nleft2.png) no-repeat center;
    background-size: 100% 100%;
}

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

.news_list2 .slick-next:hover {
    right: -80px;
    background: url(../images/nright2.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 */

.section7 {
    position: relative;
    background: url(../images/ftlxbg.png) no-repeat center;
    background-size: 100% 100%;
}

.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: #af0000;
    font-family: "Arial";
    font-weight: 400;
}

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

.sec8-con .cont .lxfs {
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.sec8-con .cont .yqlj {
    font-size: 17px;
    color: #fff;
    line-height: 2;
}

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

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

.sec8-con .cont .sub-company>h3>a {
    display: block;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.57);
    margin-bottom: 15px;
}
.sec8-con .cont .sub-company>h3>a:hover{color:#af0000;}

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

.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 .sub-company .sec6-slick .slick-prev {
    display: none!important;
}

.sec8-con .cont .sub-company .sec6-slick .slick-next {
    background: url(../images/ftlxleft.png) no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}

.sec8-con .cont .sub-company .sec6-slick .slick-next:hover {
    background: url(../images/ftlxleft2.png) no-repeat center;
}

.sec8-con .cont .back-top {
    margin-top:6.77vw;
}

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

.sec8-con .cont .back-top a:hover {
    color:#ae0000;
    background: url(../images/gotop2.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: #fff;
    line-height: 2;
    margin-top: 1.5em;
}

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

.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.xypt.top/2b7b9f36/20/12/9faf14f190dd8eb5b0f7ca5ae57367443b4ed279.png) no-repeat right center;
}
.fp-viewing-page3 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page4 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/2b7b9f36/20/12/24083a99e121d7a01aa17a8880ae5edde78a99c0.png) no-repeat right center;
}
.fp-viewing-page5 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page6 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/2b7b9f36/20/12/24083a99e121d7a01aa17a8880ae5edde78a99c0.png) no-repeat right center;
}
.fp-viewing-page7 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/2b7b9f36/20/12/ad10108dc7493ec0aa1840a5edef3e371aa673a2.png) no-repeat right center;
}
.fp-viewing-page8 .x-header-right .ss_btn{
     background: url(//cdn.xypt.top/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;
    }
    .section2 .c2_index{
        transform: translate(0, 0px);
    }
  .sec5_left{
       transform: translate(0, 0px);
  }
  .section5 .sec5_right{
      transform: translate(0, 0px);
  }
  .section6 .ttt7{
       transform: translate(0, 0px);
  }
  .section6 .news_list2{
     transform: translate(0, 0px); 
  }
  .section3 .c4_index{
      transform: translate(0, 0px); 
  }
  .c6img{
      transform: translate(0, 0px); 
  }
}

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




@media (max-width:767px) {
    .cpfl ul{
        flex-wrap: wrap;
    }
}



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

.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: 50px;
  font-size: 0;
}

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

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

.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: 16px;
}


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




/* 内页左侧导航栏样式 */
.xypg-left-con2{
    margin-top: 3%;
}
.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;margin-bottom:3%;
}

.xypg-left-con2 .xypg-left-nav>li {width:18%;
    position: relative;text-align:center;
    background: #f7f7f7;border-right: 1px solid #dedede;
}

.xypg-left-con2  .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav>li .first-nav-btn{
    display: none;
}
.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;background:#af0000;
}


 /*内页样式*/
@media (min-width: 991px) {
     .page-wrap-left{display:none;}
    
}

@media (max-width: 768px) {
     .xypg-left-con2 .xypg-left-nav{display:none!important;}
     .xypg-right-content img{width:100%!important;height:auto!important;}
}