/*初始化样式*/

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

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

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

p {
    margin: 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;
}


/*滚动*/

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

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

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

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

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

.xypg-right-content {
    font-size: 14px;
}
.xypg-right-content p img{
    max-width:100%; height:auto !important;width:auto !important;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.wrap {
    flex-wrap: wrap;
}

.j-space-between {
    justify-content: space-between;
}

.j-flex-start {
    justify-content: flex-start;
}

.j-flex-end {
    justify-content: flex-end;
}

.j-center {
    justify-content: center;
}

.a-j-center {
    align-items: center;
    justify-content: center;
}

.a-center {
    align-items: center;
}

.a-flex-start {
    align-items: flex-start;
}

.a-flex-end {
    align-items: flex-end;
}


/*  */

.section {
    overflow: hidden;
}


/* --------------- */

@media (max-width: 1024px) {
    .x-banner {
        height: auto;
    }
    .x-banner .owl-carousel .banner-item a img {
        height: auto;
    }
    .fp-tableCell {
        height: auto!important;
    }
    .fp-section {
        height: auto!important;
    }
    #fp-nav {
        display: none;
    }
}
@media(max-width:768px){
    .x-banner{
        padding-top:60px;
    }
    
    
    .x-banner video{
        display:block;
        position:relative;
        z-index:999;
    }
    
   
}







/*  */

@media(min-width: 769px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }
    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
    .active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active2 .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}


/*头部样式*/

.top_head {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

.top_aa {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 94px;
}

.wel {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.top_seo {
    position: relative;
    display: flex;
    align-items: center;
}

.ss-search {
    position: relative;
    z-index: 9999;
    width: 210px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ss-search input {
    height: 34px;
    line-height: 34px;
    border: none;
    outline: none;
    font-size: 0;
    background: none;
}

.ss-search #keyword {
    width: calc(100% - 55px);
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}

.ss-search #s_btn {
    width: 55px;
    background: url(../images/ss0.png) no-repeat center;
}

.ss-search input[type='text']::-webkit-input-placeholder,
.ss-search textarea::-webkit-input-placeholder {
    color: #fff;
}

.ss-search input[type='text']:-ms-input-placeholder,
.ss-search textarea:-ms-input-placeholder {
    color: #fff;
}

.ss-search input[type='text']::-ms-input-placeholder,
.ss-search textarea::-ms-input-placeholder {
    color: #fff;
}

.ss-search input[type='text']::placeholder,
.ss-search textarea::placeholder {
    color: #fff;
}

.top_phon0 {
    position: relative;
    padding-left: 35px;
    background: url(../images/phone0.png) no-repeat left center;
    color: #fff;
    line-height: 1;
    margin-left: 1.5625vw;
}

.top_phon0 span {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.top_phon0 h3 {
    display: block;
    font-size: 17px;
    font-family: "Impact";
    font-weight: normal;
}


/* top_bb */

.top_bb {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-height: 64px;
}


/* section2 */

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

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

.c2_wap {
    position: relative;
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 6.25vw 3.125vw 3.125vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.c2_wap .tit-aa {
    position: relative;
    text-align: center;
    padding-bottom: 1.5625vw;
    margin-bottom: 2.60416vw;
}

.c2_wap .tit-aa img {
    max-width: 100%;
    display: inline-block;
}

.c2_wap .tit-aa::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 187px;
    margin-left: -93.5px;
    height: 7px;
    background: url(../images/o11.png) no-repeat bottom center;
    content: "";
}

.c2_wap .abb-text {
    text-align: center;
    line-height: 2.8;
    font-size: 16px;
    color: #454545;
    margin-bottom: 3.125vw;
}


/* number */

.number {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.number li {
    position: relative;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0 2.083vw;
    min-width: 110px;
}

.number li h3 {
    color: #f9b610;
    display: inline-block;
    border-bottom: 1px solid #7fb647;
    width: 100%;
}

.number li h3 i {
    font-style: inherit;
    color: #f9b610;
    font-size: 38px;
    font-weight: 400;
    font-family: "Impact";
}

.number li h3 span {
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
    font-family: "思源黑体 CN";
    margin-left: 5px;
    color: #121212;
}

.number li p {
    font-size: 18px;
    line-height: 1.7;
    color: #121212;
}




/* section3 */

.section3 {
    position: relative;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}
.section3 .tit4{
    margin-bottom: 7.5625vw;
}

.section3 .tit4 span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    font-size:22px;
    font-weight: bold;
    line-height: 1;
}

.section3 .tit4 h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-bottom: 15px;
}

.section3 .tit4 h3::before {
    position: absolute;
    left: 50%;
    margin-left: -39px;
    bottom: 0px;
    width: 74px;
    height: 3px;
    background: #fff;
    content: "";
}



.sec_three_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sec_three_list li {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 1.5625vw 10px;
    padding: 1.5625vw;
    background: url(../images/yuy.png) no-repeat #ffffff;
    background-size: 100% 100%;
    box-shadow: 0 0 15px rgba(255, 255, 255, .8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sec_three_list li a {
    display: block;
}

.sec_three_list li .trr {
    text-align: right;
}

.sec_three_list li .sm-img {
    margin-bottom: 1.5625vw;
}

.sec_three_list li .sm-img img {
    max-width: 54px;
    max-height: 66px;
}

.sec_three_list li .trr-mid {
    position: relative;
}

.sec_three_list li .trr-mid h3 {
    font-size: 23px;
    color: #121212;
    font-weight: normal;
    margin-bottom: 5px;
}

.sec_three_list li .trr-mid span {
    font-family: "Arial";
    font-size: 16px;
    color: #121212;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 1.5625vw;
}

.sec_three_list li .trr-mid span::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 26px;
    height: 3px;
    background: #7fb647;
    content: "";
}

.sec_three_list li .trr-bom {
    position: relative;
    font-size: 15px;
    color: #7fb647;
}

.sec_three_list li:hover {
    background: #7fb647;
}

.sec_three_list li:hover * {
    color: #498428;
}

.sec_three_list li:hover .sm-img img {
    filter: brightness(100);
}

.sec_three_list li:hover .trr-mid h3,
.sec_three_list li:hover .trr-mid span {
    color: #fff;
}

.sec_three_list li:hover .trr-mid span::before {
    background-color: #fff;
}

.sec_three_list .cpzx {
    width: calc(25% - 20px);
    margin: 0 10px 30px 10px;
    position: relative;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.sec_three_list .cpzx em {
    font-family: "Arial";
    font-size: 2.5vw;
    font-weight: bold;
}

.sec_three_list .cpzx h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 1.875vw;
    color: #fff;
     font-weight: bold;
}

.sec_three_list .cpzx h3::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 3.125vw;
    height: 4px;
    background: #fff;
    content: "";
}


/* section4 */

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

.tit4 {
    position: relative;
    text-align: center;
    margin-bottom: 1.5625vw;
}

.tit4 span {
    display: block;
    text-transform: uppercase;
    color: rgba(18, 18, 18, .2);
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1;
}

.tit4 h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-size: 1.875vw;
    color: #121212;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-bottom: 15px;
}

.tit4 h3::before {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    bottom: 0px;
    width: 146px;
    height: 8px;
    /*background: #7fb647;*/
    background: url(../images/o12.png) no-repeat bottom center;
    content: "";
}

#certify {
    position: relative;
    padding: 0 3.125vw;
}

#certify .swiper-container {
    padding: 30px 0px;
}

#certify .swiper-slide {
    display: flex;
    width: 362px;
    height: 530px;
    align-items: center
}

#certify .swiper-slide img {
    display: block
}

#certify .swiper-slide p {
    margin: 0;
    padding-top: 0;
    color: #636363;
    text-align: center;
    font-size: 1.1em;
    line-height: 98px
}

#certify .swiper-pagination {
    bottom: 20px;
    width: 100%
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff
}

.swiext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 999;
    width: 37px;
    height: 69px;
    outline: 0;
    border: none;
    background: url(../images/fprev1.png) no-repeat center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.swevd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999;
    width: 37px;
    height: 69px;
    outline: 0;
    border: none;
    background: url(../images/fnext1.png) no-repeat center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dinfdjss {
    overflow: hidden
}

.dinfdjss_img img {
    width: 100%;
    height: auto
}

@media(max-width:1440px) {
    #certify .swiper-slide {
        width: 300px;
        height: 439px
    }
    .swiext {
        background-size: 27px 50px;
    }
    .swevd {
        background-size: 27px 50px;
    }
}

@media(max-width:1366px) {
    #certify .swiper-slide {
        width: 300px;
        height: 439px;
    }
}

@media(max-width:1024px) {
    #certify .swiper-slide {
        width: 300px;
        height: 439px;
    }
}

@media(max-width:768px) {
    #certify .swiper-slide {
        width: 230px;
        height: 337px;
    }
}

@media(max-width:500px) {
    #certify .swiper-slide {
        width: 200px;
        height: 293px;
    }
    #certify{
        padding:0 0;
    }
    #certify .swiper-container {
        padding: 30px 0;
        width: 372px;
        width:100%;
    }
}


/* section5 */

.section5 {
    position: relative;
    overflow: hidden;
}

.c5_wap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100vh;
}

.c5_left {
    position: relative;
    background: #7fb647;
    width: 31.25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8.333vw;
    height: 100%;
}

.tit5 {
    position: relative;
    margin-bottom: 2.6042vw;
}

.tit5 em {
    font-family: "Arial";
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
}

.tit5 h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 1.875vw;
    color: #fff;
     font-weight: bold;
}

.tit5 h3::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 39px;
    height: 2px;
    background: #fff;
    content: "";
}

.c5_left .hd {
    position: relative;
}

.c5_left .hd li {
    margin-bottom: 15px;
}

.c5_left .hd li a {
    display: block;
    width: 95px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    transition: all .35s;
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.la-btn:before {
    visibility: hidden;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transform: skew(-30deg, 0);
    transition: all .35s;
    background: #486c23;
    -webkit-transform: skew(-30deg, 0);
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skew(-30deg, 0);
    -o-transform: skew(-30deg, 0);
}

.la-btn:hover:before,
.c5_left .hd li.on .la-btn:before {
    visibility: visible;
    width: 80%;
    left: 10%;
}


/*  */

.c5_right {
    position: relative;
    width: calc(100% - 31.25%);
    background: url(../images/home-ryy.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.1666vw;
    padding-right: 10.416vw;
    height: 100%;
    padding-top: 4vw;
}

.tab-news {
    width: 100%;
    position: relative;
}

.home-xw-list {
    position: relative;
}

.home-xw-list li {
    position: relative;
    margin-bottom: 1.0416vw;
    background: #ffffff;
    padding: 20px 12px;
}

.home-xw-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-xw-list li .z-time {
    width: 68px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #000;
}

.home-xw-list li .z-time span {
    display: block;
}
.home-xw-list li:last-child{
    margin-bottom: 0;
}

.home-xw-list li .z-time span:nth-child(1) {
    font-family: "Impact";
    font-size: 2.1875vw;
    line-height: 1;
    color: #262626;
}

.home-xw-list li .z-time span:nth-child(2) {
    font-size: 0.8333vw;
    line-height: 1;
    color: #676767;
}

.home-xw-list li .z-text {
    position: relative;
    width: calc(100% - 80px);
    padding-right: 3.125vw;
}

.home-xw-list li .z-text h3 {
    font-size: 0.9375vw;
    font-weight: bold;
    color: #252525;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-xw-list li .z-text .soff {
    font-size: 0.8333vw;
    color: #868686;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-xw-list li:hover .z-time {
    border-color: #7fb647;
}

.home-xw-list li:hover .z-time span {
    color: #7fb647;
}

.home-xw-list li:hover .z-text h3 {
    color: #7fb647;
}


/* section6 */

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

.tit6 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.tit6 span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1;
}

.tit6 h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-size: 1.875vw;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-bottom: 15px;
}

.tit6 h3::before {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    bottom: 0px;
    width: 146px;
    height: 8px;
    /*background: #fff;*/
    background: url(../images/o13.png) no-repeat bottom center;
    content: "";
}


/* max1200 */

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

.home_dh {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 3.125vw 0;
}

.home_dh li {
    position: relative;
    margin: 0 1.5625vw;
}

.home_dh li a {
    display: block;
    font-size: 0.9375vw;
    color: #fff;
}

.home-infomation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.083vw;
}

.home_ewm {
    display: flex;
    width: 55%;
    justify-content: space-between;
}

.home_ewm li {
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.home_ewm li img {
    width: 170px;
}

.home_ewm li h3 {
    font-weight: normal;
    margin-top: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}


/* home_lxwm */

.home_lxwm {
    position: relative;
    padding-left: 6.25vw;
    width: 45%;
}

.home_lxwm .hx-aa {
    color: #fff;
    font-size: 0.9375vw;
    margin-bottom: 2.083vw;
    font-weight: bold;
}

.home_lxwm .hx-bb {
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}

.home_lxwm .hx-bb p a{
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}

/* fix-copy */

.fix-copy {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 1.5625vw 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.fix-copy a {
    font-size: 14px;
    color: #fff;
}

@media (max-width:1380px) {
    
    .x-menu>li{
        margin:0;
    }
    .max1600{
         padding-left:30px;
        padding-right:30px;
    }
    .max1450{
        padding-left:30px;
        padding-right:30px;
    }
    .c2_wap .tit-aa img {
        max-width: 500px;
    }
    .c2_wap .abb-text {
        font-size: 14px;
        line-height: 35px;
    }
    .number li p {
        font-size: 14px;
    }
    .sec_three_list li .sm-img img {
        max-height: 45px;
    }
    .sec_three_list li .trr-mid h3 {
        font-size: 18px;
    }
    .sec_three_list li .trr-mid span {
        font-size: 14px;
    }
    .home_ewm {
        width: 48%;
        padding-left: 1.5625vw;
    }
    .home_ewm li img {
        width: 120px;
    }
    .home_ewm li h3 {
        font-size: 13px;
        line-height: 30px;
    }
    .home_dh{
        padding: 1.125vw 0 0;
    }
    .home_lxwm .hx-aa{
        margin-bottom: 0.983vw;
    }
    .tit6 {
    margin-top: -50px;
}
.home_lxwm .hx-bb p{
    font-size:14px!important;
}
}

@media (max-width:1024px) {
    .section2,
    .section3,
    .section4,
    .section6 {
        padding: 50px 0;
    }
    .c5_right {
        padding-right: 20px;
    }
    .fix-copy {
        position: relative;
        margin-top: 30px;
    }
    .sec_three_list li .trr-mid h3 {
        font-size: 15px;
    }
    .sec_three_list li .trr-mid span {
        font-size: 13px;
    }
    .sec_three_list li .trr-bom {
        font-size: 13px;
    }
    .tit4 span,
    .tit6 span {
        font-size: 22px;
    }
    .tit4 h3 {
        font-size: 22px;
    }
    .tit6 span {
        font-size: 30px;
    }
    .tit5 em {
        font-size: 25px;
    }
    .tit5 h3,
    .tit6 h3 {
        font-size: 18px;
    }
    .c5_left {
        padding-left: 30px;
    }
    .home-xw-list li .z-time {
        padding: 5px 0 7px;
    }
    .home-xw-list li .z-time span:nth-child(1) {
        font-size: 30px;
    }
    .home-xw-list li .z-time span:nth-child(2) {
        font-size: 14px;
    }
    .home-xw-list li .z-text h3 {
        font-size: 16px;
    }
    .home-xw-list li .z-text .soff {
        font-size: 13px;
    }
    .home_dh li a {
        font-size: 14px;
    }
    .home_lxwm .hx-aa {
        font-size: 16px;
    }
    .home_lxwm .hx-bb {
        font-size: 14px;
    }
    .fix-copy,
    .fix-copy a {
        font-size: 12px;
    }
}

@media (max-width:992px) {
    .home-infomation {
        display: block;
    }
    .home-infomation .home_ewm,
    .home-infomation .home_lxwm {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media (max-width:768px) {
    #fullpage{
        z-index:999999;
    }
    
     .number{
        justify-content: space-between;
    }
    .number li p{
        font-size:12px;
    }
    
    .c5_wap {
        height: auto;
        display: block;
    }
    .c5_wap>div {
        width: 100%;
        padding: 30px 20px;
    }
    .c5_left .hd {
        display: flex;
    }
    .c5_left .hd li {
        margin-right: 15px;
    }
    .c2_wap {
        padding: 40px 5px;
    }
    .c2_wap .tit-aa {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .c2_wap .tit-aa img {
        max-width: 80%;
    }
    .c2_wap .abb-text {
        margin-bottom: 35px;
    }
    .number li {
        min-width: auto;
    }
    .number li h3 i {
        font-size: 18px;
    }
    .sec_three_list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        padding: 20px;
    }
    .sec_three_list .cpzx em {
        font-size: 22px;
    }
    .sec_three_list .cpzx h3 {
        font-size: 18px;
    }
    .sec_three_list .cpzx {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .home_ewm li img {
        width: 90px;
    }
    .home_dh {
        flex-wrap: wrap;
    }
    .home_dh li {
        
        margin: 0 5.5625vw 10px;
    }
    .home-xw-list li {
        margin-bottom: 15px;
    }
    .tit5 {
        margin-bottom: 30px;
    }
    .sec_three_list {
        margin: 0 -10px;
        justify-content: center;
    }
    .home_lxwm{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
}

@media(max-width:425px){
    .number li h3 span{
        display:inline-block;
        font-size:13px;
    }
}







