@charset "utf-8";

/*color*/
:root {
    --blue: #3460F2;
    --dark-blue: #142943;
    --black: #333333;
}

/*sitemap*/
.site_map {
    padding: 30px 0;
}

.wzdt_xt {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.wzdt_xt ul li {
    float: left;
    padding-left: 20px;
    line-height: 45px;
}

.wzdt_xt ul li a {
    font-size: 16px;
    color: #666;
}

.wzdt_xt ul li a:hover {
    color: var(--blue);
}

.sitemapz {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sitemapy {
    width: 300px;
    float: left;
    background: var(--blue);
    border: 1px solid var(--blue);
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.sitemapy h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.sitemapy h3 a {
    color: #fff;
    font-size: inherit;
    display: block;
    line-height: 45px;
}

@media (max-width:767px) {
    .sitemapy h3 a {
        font-size: 18px;
    }

    .sitemapy {
        width: 100%;
    }

    .wzdt_xt {
        padding: 10px 0;
        width: 100%
    }

    .wzdt_xt ul li {
        line-height: 30px;
        padding-left: 15px;
    }

    .wzdt_xt ul li a {
        font-size: 16px;
    }

}

@media screen and (max-width:767px) {}

.pd100 {
    padding-left: 100px;
    padding-right: 50px;
}

/*header*/
.index_header {
    position: absolute;
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
}

.index_header {
    padding-top: 50px;
}

.logo {
    float: left;
}

.logo a {
    display: inline-block;
}

.logo p {
    color: #FD4F2D;
    font-family: Alibaba PuHuiTi;
    font-size: 18px;
    font-weight: 700;
}

.menu {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.menu .menu_nav {
    display: flex;
    padding-right: 60px;
}

.menu_nav li {

    /*padding: 0 15px;*/
}

.menu_nav li a {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 10px;
    display: inline-block;
}

.menu_nav li a {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-color: transparent;
}

.menu_nav li.active a,
.menu_nav li a:hover {
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.20);
    font-weight: 700;
}

.langue a {
    position: relative;
    display: inline-block;
    color: #444;
    font-size: 18px;
    font-weight: 400;
}

.langue a:first-child {
    margin-right: 10px;
}

.langue a:nth-child(2) {
    margin-left: 10px;
}

.langue a:first-child:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #444;
}

.click_menu {
    padding-left: 20px;
}

.click_menu .m_bg {
    display: flex;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.m_bg span {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    cursor: pointer;
}

.m_bg span:after,
.m_bg span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.m_bg span:before {
    top: -5px;
    width: 20px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.m_bg span:after {
    bottom: -5px;
    width: 20px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.header .nav_r.actives {
    background: none !important;
}

.m_bg.actives span {
    background-color: transparent !important;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.m_bg.actives span:after,
.m_bg.actives span:before {
    -webkit-transition-delay: 0s, .3s;
    background: #fff !important;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.m_bg.actives span:before {
    top: 0px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m_bg.actives span:after {
    width: 100%;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigate-mark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.navigate {
    width: 50%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    visibility: hidden;
    transition: 0.7s;
}

.navigate.show .navigate-item {
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid #DEDEDE;
    transform: translateX(0px);
    transition: 0.6s 0.4s;
}

.navigate.show .navigate-item:nth-child(2) {
    transition-delay: 0.5s;
}

.navigate.show .navigate-item:nth-child(3) {
    transition-delay: 0.6s;
}

.navigate.show .navigate-item:nth-child(4) {
    transition-delay: 0.7s;
}

.navigate.show .navigate-item:nth-child(5) {
    transition-delay: 0.8s;
}

.navigate.show .navigate-item:nth-child(6) {
    transition-delay: 0.9s;
}

.navigate:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
    opacity: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: 0.78s;
}

.navigate-list {
    position: absolute;
    left: 0%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 130px 30px 0 50px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 40;
}

.navigate-list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.navigate-item {
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 20px 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    transform: translateX(120px);
}

.navigate.show {
    visibility: visible;
}

.navigate.show:after {
    opacity: 1;
    transform: scale(1);
}

.show .navigate-mark {
    background-color: rgba(0, 0, 0, 0.5);
}

.navigate-item dt a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.m_black .langue a {
    color: #333;
}

.m_black .langue a:first-child:before {
    background: rgba(0, 0, 0, 0.8);
}

.page_header {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;
    width: 100%;
    /* display: flex;
    justify-content: space-between;*/
    z-index: 9;
}

@media screen and (max-width:1366px) {
    .menu .menu_nav {
        padding-right: 30px;
    }

}



/*header1*/
.index_header1 {
    position: absolute;
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
}

.index_header1 {
    padding-top: 50px;
}

.logo1 {
    float: left;
}

.logo1 a {}

.logo1 p {
    color: #FD4F2D;
    font-family: Alibaba PuHuiTi;
    font-size: 21px;
    font-weight: 700;
}

.menu1 {
    float: right;
    display: flex;
    align-items: center;
}

.menu1 .menu_nav1 {
    display: flex;
    padding-right: 60px;
}

.menu_nav1 li {

    /*padding: 0 15px;*/
}

.menu_nav1 li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 10px;
}

.menu_nav1 li a {
    border-radius: 30px;
    border: 1px solid rgba(0, 255, 255, 0.60);
    border-color: transparent;
}

.menu_nav1 li.active a,
.menu_nav li a:hover {
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.20);
    font-weight: 700;
}

.langue1 a {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.langue1 a:first-child {
    margin-right: 10px;
}

.langue1 a:nth-child(2) {
    margin-left: 10px;
}

.langue1 a:first-child:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #FFF;
}

.click_menu1 {
    padding-left: 20px;
}

.click_menu1 .m_bg1 {
    display: flex;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.m_bg1 span {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    cursor: pointer;
}

.m_bg1 span:after,
.m_bg1 span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.m_bg1 span:before {
    top: -5px;
    width: 20px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.m_bg1 span:after {
    bottom: -5px;
    width: 20px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.header1 .nav_r1.actives {
    background: none !important;
}

.m_bg1.actives1 span {
    background-color: transparent !important;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.m_bg1.actives1 span:after,
.m_bg.actives span:before {
    -webkit-transition-delay: 0s, .3s;
    background: #fff !important;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.m_bg1.actives span:before {
    top: 0px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m_bg1.actives span:after {
    width: 100%;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigate-mark1 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.navigate1 {
    width: 50%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    visibility: hidden;
    transition: 0.7s;
}

.navigate1.show .navigate-item1 {
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid #DEDEDE;
    transform: translateX(0px);
    transition: 0.6s 0.4s;
}

.navigate1.show .navigate-item1:nth-child(2) {
    transition-delay: 0.5s;
}

.navigate1.show .navigate-item1:nth-child(3) {
    transition-delay: 0.6s;
}

.navigate1.show .navigate-item1:nth-child(4) {
    transition-delay: 0.7s;
}

.navigate1.show .navigate-item1:nth-child(5) {
    transition-delay: 0.8s;
}

.navigate1.show .navigate-item1:nth-child(6) {
    transition-delay: 0.9s;
}

.navigate1:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
    opacity: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: 0.78s;
}

.navigate-list1 {
    position: absolute;
    left: 0%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 130px 30px 0 50px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 40;
}

.navigate-list1::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.navigate-item1 {
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 20px 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    transform: translateX(120px);
}

.navigate.show1 {
    visibility: visible;
}

.navigate.show1:after {
    opacity: 1;
    transform: scale(1);
}

.show .navigate-mark1 {
    background-color: rgba(0, 0, 0, 0.5);
}

.navigate-item1 dt a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.m_black1 .langue a {
    color: #333;
}

.m_black1 .langue a:first-child:before {
    background: rgba(0, 0, 0, 0.8);
}

.page_header1 {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50px;
    width: 100%;
    /* display: flex;
    justify-content: space-between;*/
    z-index: 9;
}

@media screen and (max-width:1366px) {
    .menu1 .menu_nav1 {
        padding-right: 30px;
    }

}





/*footer*/
.fix_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 8;
}

.index_footer {
    font-size: 12px;
    font-weight: 400;
}

.index_footer a {
    font-size: 12px;
    font-weight: 400;
}

.index_footer img {
    vertical-align: middle;
}

.fix_footer {
    color: rgba(255, 255, 255, 0.80);
}

.fix_footer a {
    color: rgba(255, 255, 255, 0.80);
}

/*index*/
.index_swiper {
    width: 100%;
    min-height: 600px;
    height: 100vh;
}

.index_swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index_swiper .text {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: 50px;
    filter: Alpha(opacity=0);
    -webkit-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -moz-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -o-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -ms-transition: opacity 1.0s, transform 1.0s 0s;
    transition: opacity 1.0s 0s, transform 1.0s 0s;
}

.index_swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    filter: Alpha(opacity=100);
    margin-top: 0;
    animation-delay: 0.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.index_swiper .text h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0px 4px 8px rgba(0, 98, 153, 0.20);
}

.index_swiper .text h3 {
    margin-top: 25px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0px 4px 8px rgba(0, 98, 153, 0.20);
}

@media screen and (max-width:1440px) {
    .index_swiper .text h2 {
        font-size: 46px;
    }

}

@media screen and (max-width:1366px) {
    .index_swiper .text h2 {
        font-size: 42px;
    }

}

.page_ban:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(180deg, #9ACD32 0%, rgba(154, 205, 50, 0.00) 100%);
}


/*about*/
.page_banner {
    position: relative;
    width: 100%;
    height: 120px;
}

.page_banner .page_ban {
    width: 100%;
    height: 100%;
}

.page_banner .m_mask {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30%;
}

.page_banner .m_mask .text {
    text-align: center;
}

.page_banner .text h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 4px 8px rgba(0, 98, 153, 0.20);
}

.page_banner .text p {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
}

.page_footer {
    width: 100%;
    height: 44px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.page_footer .index_footer {
    display: flex;
    justify-content: space-between;
    color: #ccc;
}

.page_footer .index_footer a {
    color: #ccc;
}

.about_up {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about_sub {
    padding-bottom: 50px;
}

.about_sub strong {
    font-size: 36px;
    line-height: 1.2;
    display: block;
    padding-bottom: 5px;
    color: #333333;
}

.about_sub p {
    font-size: 16px;
    line-height: 28px;
    color: #AAAAAA;
}

.about_up .aboutup_l {
    float: left;
    width: 40%;
    max-width: 480px;
    padding-right: 100px;
    font-size: 16px;
}

.about_up .aboutup_r {
    float: right;
    width: 60%;
    font-size: 16px;
}

.about_up .aboutup_r p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
}

.about_up .aboutup_r p:last-child {
    padding-bottom: 0;
}



.x-section-7 .co7 .item {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap:wrap;
}
.x-section-7 .co7 .item p{
    padding-right: 16px;
}

.x-section-7 .co7 .item:first-child {
    padding-top: 0;
}

.x-section-7 .co7 .item span.counter {
    color: #27BACB;
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
}

.x-section-7 .co7 .item span.x-text {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}

.x-section-7 .co7 .item p {
    font-size: 26px;
    color: #FD4F2D;
    line-height: 1.4;
    font-weight: bold;
}

.x-section-7 .co7 .item span.svg {
    display: inline-block;
    float: right;
}

/*pro*/
.prosub {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
}

.pro_sort {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.pro_sort ._list {
    margin-left: -22px;
    margin-right: -22px;
}

.pro_sort ._list li {
    float: left;
    width: 33.33%;
    padding: 0 22px;
    padding-bottom: 30px;
}

.pro_sort ._list li .pro_sortimg {
    display: block;
    overflow: hidden;
}

.pro_sort ._list li .sortba {
    background: #F5F5F5;
    display: block;
    padding: 30px;
    height: 168px;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pro_sort ._list li .sortba h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #333333;
}

.pro_sort ._list li .sortba h3:after {
    content: "";
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url("../images/pro_r.png") no-repeat;
    position: absolute;
}

.pro_sort ._list li .sortba p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pro_sort ._list li .pro_sortimg img {
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pro_sort ._list li:hover .pro_sortimg img {
    transform: scale(1.05);
}

.pro_sort ._list li:hover .sortba {
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
}

.pro_sort ._list li:hover .sortba h3:after {
    background: url("../images/aboutjt.png") no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.pro_sort ._list li:hover .sortba h3,
.pro_sort ._list li:hover .sortba p {
    color: #fff;
}

@media (max-width:767px) {
    .hide-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    /*pro channel*/
    .pro_sort {
        padding-bottom: 30px;
    }

    .pro_sort ._list li {
        width: 100%;
    }

    .pro_sort ._list li:last-child {
        padding-bottom: 0;
    }

}

/*page*/
.pub_page_list {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.pub_page_list .pagination {
    display: inline-block;
    position: relative;
}

.pub_page_list .pagination li {
    float: left;
}

.pub_page_list span,
.pub_page_list a {
    display: block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.pub_page_list .active span,
.pub_page_list .active a {
    color: var(--main-color);
}

.pub_page_list .disabled span,
.pub_page_list .disabled a {
    color: #CBCBCB;
}

/*文章详情*/
.cover {
    padding-top: 40px;
}

.articlen {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin: 20px 0 50px;
}

.articlen p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}
.articlen td p {
   
    text-align: center;
}

.articlen img {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
    height: auto !important;
}

.article_title {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    margin: 50px 0 10px;
}

.article_time {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.returns {
    margin: 30px 0;
    display: block;
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.returns:hover {
    background: linear-gradient(319deg, #74FF04 0%, #45AFE1 100%);
}

.recommend {
    margin-top: 40px;
    margin-bottom: 50px;
}

.recommend h2 {
    font-size: 20px;
    color: #00407d;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.recommend ul li {
    background-color: #eeeeee;
    display: block;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.recommend ul li h3 {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend ul li p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.recommend ul li:last-child a {
    border-bottom: none;
}

.recommend ul li:hover h3 a {
    color: #9ACD32;
}

@media (max-width:768px) {
    .article_title {
        font-size: 20px;
        line-height: 30px;
        margin: 30px 0 10px;
    }
   

    .bottom_link a {
        width: 46px;
        margin: 0 5px;
        height: 46px;
        line-height: 46px;
    }

    .articlen,
    .bottom_link {
        margin-bottom: 30px;
    }

    .recommend {
        margin-bottom: 30px;
    }

    .article_time {
        line-height: 40px;
    }

}

.idea {
    background: url(../images/ren.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 60px;
}

.idea p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.idea strong {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.zhaopin {
    margin-bottom: 30px;
}

.zhaoxian {
    background: #f2f5f8;
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.zhaoxian .z_tit {
    padding-bottom: 14px;
}

.zhaoxian .z_tit span {
    color: #a2a2a2;
    font-size: 13px;
    display: block;
    padding-bottom: 7px;
}

.zhaoxian .z_tit h3 {
    color: #333;
    font-size: 24px;
    display: block;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhaoxian .shixi h5 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.zhaoxian .shixi p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.zhaoxian .shixi {
    margin-top: 23px;
    height: 120px;
    overflow: hidden;
}

.zhaoxian a {
    width: 110px;
    height: 35px;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    margin-top: 50px;
}

.zhaoxian:hover {
    background: #0084d8;
}

.zhaoxian:hover .z_tit span {
    color: #fff;
}

.zhaoxian:hover .z_tit h3 {
    color: #fff;
}

.zhaoxian:hover .shixi h5 {
    color: #fff;
}

.zhaoxian:hover .shixi p {
    color: #fff;
}

@media (max-width:768px) {
    .idea {
        padding: 50px 0;
        margin-bottom: 30px;
    }

    .zhaoxian {
        padding: 30px 15px;
    }
    .index_swiper .text h2 {
        font-size: 35px;
    }

}

.articlen .Table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.articlen .Table thead,
.articlen .Table thead p {
    font-size: 16px;
    color: #333;
}

.articlen .Table td {
    border: 1px solid #EEEEEE;
    font-size: 14px;
}

.articlen .Table p {
    margin-bottom: 0;
    font-size: 14px;
}

/*contact*/


.map-box {
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 1;
}

/*.map-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 37.20%, rgba(255, 255, 255, 0.50) 79.18%, #FFF 100%);
}*/

.map-box .container {
    position: relative;
    z-index: 3;
}

.map-box .map-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.map-intro {
    /*    background-color: rgba(154, 205, 50, 1);
*/
    max-width: 425px;
    padding: 40px 0 70px;
}

.map-intro .t {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}

.map-intro .intro-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #666;
    padding: 20px 0;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.map-intro .intro-item span {
    display: block;
    line-height: 30px;
    color: #666
}

.intro-item1 {
    background-image: url(../images/contact_icon_03_03.png)
}

.intro-item2 {
    background-image: url(../images/contact_icon_03_06.png)
}

.intro-item3 {
    background-image: url(../images/contact_icon_03_08.png)
}

.intro-item4 {
    background-image: url(../images/contact_icon_03_11.png)
}

@media screen and (max-width:767px) {
    .map-box {
        /* height: auto; */
        /* margin-top: 30px; */
    }

    .map-box .map-container {
        position: relative;
        width: 100%;
        height: 360px;
        margin-bottom: -50px;
    }

    .map-intro {
        width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
    }

    .contact-us {
        padding-top: 30px;
    }

    .map-intro .t {
        font-size: 20px;
    }

}

.pub-n-title>span {
    display: inline-block;
}

.pub-n-title .t {
    font-size: 32px;
    font-weight: 500;
    color: #333
}

.pub-n-title .t-en {
    font-size: 18px;
    color: #cccccc;
    padding-left: 10px;
}

/*mess*/
.cont_three {
    background-color: #f5f5f5;
    /*border-top: solid 1px #ccc;*/
}

.contact_form {
    padding-bottom: 50px;
}

.contact_form .tit {
    position: relative;
    line-height: 1.2;
    padding-top: 50px;
}

.contact_form .tit .t1 {
    font-weight: bold;
    color: var(--blue);
}

.contact_form .tit .t2 {
    color: #333333;
    margin-top: 5px;
}

.contact_form .tit .bt {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.contact_form .tit .bt i {
    font-style: normal;
    color: #FD4F2D;
    display: inline-block;
    padding-right: 5px;
}

.contact_form .form_list {
    opacity: 1;
    border: 2px solid #ccc;
    margin-top: 30px;
    padding: 60px 30px;
}

.contact_form .form_list .list_ .i_:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
    height: 0;
}

.contact_form .form_list .list_ label.text {
    float: left;
    width: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.contact_form .form_list .list_ label.text i {
    font-size: 16px;
    font-style: normal;
    color: #FD4F2D;
    display: inline-block;
    padding-left: 10px;
}

.contact_form .form_list .list_ .input_box {
    float: left;
    height: 50px;
    width: calc(100% - 100px);
    background-color: #fff;
    border: 1px solid #F5F5F5;
    position: relative;
}

.contact_form .form_list .list_ .input_box input {
    display: block;
    height: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    border: none;
    box-shadow: none;
    outline: 0;
}

.contact_form .form_list .list_ .input_box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.contact_form .form_list .list_ .input_box textarea {
    letter-spacing: 0px;
    resize: none;
    border: none;
    background-color: transparent;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: 0;
    font-family: 'Microsoft YaHei', 'NotoSansHans-light', "Arial", 'SimSun', Serif;
}

.contact_form .form_list .list_ .i {
    margin-bottom: 32px;
}

.contact_form .form_list .list_ .fl {
    float: left;
}

.contact_form .form_list .list_ .fr {
    float: right;
}

.contact_form .form_list .list_ .w50 {
    width: calc(50% - 30px);
}

.contact_form .form_list .list_ .w100 {
    width: 100%;
}

.contact_form .form_list .list_ .h200 {
    height: 200px;
}

.contact_form .form_list .btn {
    padding-left: 100px;
    padding-top: 10px;
}

.contact_form .form_list .btn button {
    width: 154px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    outline: 0;
}

.contact_form .form_list .btn button:nth-child(1) {
    background: #5A5F75;
}

.contact_form .form_list .btn button:nth-child(2) {
    background: #9ACD32;
    margin-left: 16px;
}

.contact_form .form_list label.error {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    color: red;
    line-height: 24px;
}

.form-control {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:991px) {
    .contact_form .form_list .list_ .w50 {
        width: 100%;
    }

}

@media(max-width:768px) {
    .contact_form {
        margin-top: 50px;
    }

    .contact_form .tit .bt {
        display: none;
    }

    .contact_form .form_list {
        padding: 0;
        border-color: transparent;
    }

}

@media(max-width:767px) {
    .contact_form .form_list .list_ .input_box {
        width: 100%;
    }

    .contact_form .form_list .btn {
        padding-left: 0;
    }

    .contact_top .cont_address {
        max-width: 300px;
    }

    .cont_address i {
        width: 36px;
        height: 36px;
        margin-right: 6px;
    }

    .cont_up .conttitle {
        max-width: 300px;
    }

    .contup_botom {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .contact_form .tit {
        margin-top: 10px;
        padding-top: 20px;
    }

}

/*quality*/
.quality {
    /*padding-top: 50px;
    min-height: 48vh;*/
}

.quality .text {
    padding-top: 30px;
}

.quality .text p {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 15px;
}

.loca_ {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.location {
    display: flex;
    align-items: center;
    margin: 10px 0;
    float: right;
}

.location a {
    padding-right: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    color: rgba(102, 102, 102, 0.5);
    background-image: url(../images/location_jt.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 20px;
}

.location a:first-child {
    padding-right: 8px;
    background-image: none;
    display: flex;
    align-items: center;
}

.location a:last-child {
    background-image: none;
    padding-right: 0;
}

.location a:hover {
    color: rgba(102, 102, 102, 0.5);

}

/*zhiliang*/
.clearfix:after,
.box:after,
.my-container:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.tech-list-con1 {
    display: flex;
    align-items: center;
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

.tech-list-con1 .l {
    width: 60%;
    float: left;
    padding-right: 30px;
}
.t-des{
    width: 100%;  
    padding-right: 30px;
}

.tech-list-con1 .r {
    width: 40%;
    float: left;
    /*   padding-left: 30px;*/
}

.tech-list-con1 .r .pic img {
    width: 50%;
    padding: 0 5px;
}

.tech-list-con1 .l .des {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}

.tech-list-con2 {
    margin-top: 50px;
    padding-bottom: 20px;
}

.tech-list-con2 ul {
    margin: -15px;
}

.tech-list-con2 ul li {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.tech-list-con2 ul li .li-box {
    border: 1px solid #e9e9e9;
}

.tech-list-con2 .t {
    height: 60px;
    width: 100%;
    padding-left: 30px;
    background: #e5e5e5 url(../image/tech02_09.png) no-repeat 90% center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}

.tech-list-con2 .des {
    padding: 30px;
    height: 570px;
}

.tech-list-con2 .des p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.pub-t-n p {
    font-size: 32px;
    color: #000;
    position: relative;
    line-height: 1.2;
    position: relative;
}

.pub-t-n p:after {
    content: '';
    width: 28px;
    height: 1px;
    background-color: #9ACD32;
    position: absolute;
    bottom: -22px;
    left: 0;
}

.pub-t2-n .t-des {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.pub-t2-n .t-des strong {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}
.lefts{
    display: none;
}
@media (max-width:1650px) {
    .tech-list .my-container {
        width: 1440px;
    }

}

@media (max-width:1440px) {
    .tech-list .my-container {
        width: 1200px;
    }

    .tech-list-con1 .l .des {
        margin-top: 30px;
    }

    .tech-list-con2 .des {
        height: 680px;
    }

}

@media (max-width:1366px) {
    .tech-list-con1 .l .des {
        line-height: 26px;
        margin-top: 10px;
    }

}

@media (max-width:1200px) {
    .tech-list .my-container {
        max-width: 768px;
        width: 90%;
    }

    .tech-list-con1 .l {
        width: 50%;
        padding: 0;
    }
    .t-des{
        width: 100%;  
        padding-right: 0;
    }

    .tech-list-con1 .r {
        width: 50% !important;
        padding: 0;
    }

    .tech-list-con2 ul li {
        width: 100%;
    }

    .tech-list-con2 .des {
        height: auto;
    }

    .tech-list .pub-t2-n .t-des {
        padding-top: 20px;
        font-size: 18px;
        line-height: 18px;
        height: 18px;
    }

}

@media (max-width:768px) {
    .tech-list .my-container {
        width: 96%;
    }

}

@media (max-width:380px) {
    .tech-list-con2 .t {
        background: #e5e5e5 url(../image/tech02_09.png) no-repeat 98% center;
        background-size: 28px;
    }

}

/*prolist*/
.pt50 {
    padding-top: 50px;
}

.promid_list {
    padding-bottom: 30px;
    padding-top: 50px;
}

.promid_sub {
    border-bottom: 2px solid #A2A2A2;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.promid_sub .protitle {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.pro_01 {
    width: 20%;
    padding-right: 15px;
}

.pro_02 {
    width: 40%;
    padding-right: 80px;
}

.pro_03 {
    width: 40%;
}

.promid_cont {
    padding: 40px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.promid_cont:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #DBDBDB;
    width: 100%;
    bottom: 0;
    left: 0;
}

.promid_cont:after {
    background: #9ACD32;
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.promid_cont:hover:after {
    width: 100%;
}

.promid_cont:hover:before {
    width: 0;
}

.promid_cont .pro_01 strong {
    font-size: 20px;
    line-height: 26px;
    color: #333;
}

.promid_cont .pro_02 p {
    font-size: 16px;
}

.promid_cont .pro_02 p em {
    display: none;
}

.promid_cont .pro_03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promid_cont .pro_03 .des {
    font-size: 16px;
    max-width: 50%;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promid_cont .pro_03 .des em {
    font-style: normal;
    font-size: 16px;
    margin-right: 10px;
    color: #333333;
    font-weight: bold;
}

.promid_cont .pro_more {
    width: 177px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #999999;
    font-size: 16px;
    display: inline-block;
    float: right;
    background: #eee;
    border-radius: 28px;
}

.promid_cont:hover .pro_01 strong {
    color: #9ACD32;
}

.promid_cont:hover .pro_more {
    background: #9ACD32;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

@media (max-width:1440px) {
    .pt50 {
        padding-top: 30px;
    }

    .promid_cont {
        padding: 30px 0 30px 0;
    }

    .pub_page_list {
        padding-top: 30px !important;
    }

    .promid_list {
        padding-bottom: 20px;
        padding-top: 40px;
    }
}

@media (max-width:1366px) {

    .promid_cont {
        padding: 30px 0 30px 0;
    }

    .pub_page_list {
        padding-top: 20px !important;
    }

}

@media (max-width:767px) {
    .map_con{
        flex-wrap: wrap;
    }
    .map_contit{
        width: 100%;
    }
    .map_concon{
        width: 100%;
    }
    .map_contit>a{
        width: 100% !important;
    }
   
    .map_concon{
        padding: 10px 0;
    }
    .map_con:nth-child(1){
        margin-top: 50px;
    }
 
    /*  pro list*/
    .promid_sub {
        display: none;
    }

    .pro_01 {
        width: 100%;
        padding-right: 0;
    }

    .pro_02 {
        width: 100%;
        padding-right: 0;
        padding: 15px 0;
    }

    .pro_03 {
        width: 100%;
    }

    .promid_cont {
        padding: 35px 0 35px 0;
    }

    .promid_cont .pro_03 span {
        display: block;
    }

    .promid_cont .pro_more {
        float: left;
        line-height: 35px;
        height: 35px;
        width: 120px;
        margin-top: 15px;
    }

    .pro_load {
        padding-top: 50px;
    }

}


/*right*/
.right_nav {
    position: fixed;
    right: 5px;
    width: 68px;
    text-align: center;
    bottom: 20%;
    z-index: 9;
}

.right_nav ul {
    width: 68px;
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
    border-radius: 8px;
    padding: 12px 0;
    border: 1px solid #74FF04;
}

.back-top {
    display: none;
}

.right_nav ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.right_nav ul li:nth-child(2) {
    padding-top: 10px;
    margin-top: 10px;
}

.right_nav ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
}

.right_nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 36px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 24px 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
}

.right_nav ul li .hide {
    position: absolute;
    right: calc(100% + 10px);
    top: -20%;
    width: 195px;
    padding: 21px 10px;
    background-color: #9ACD32;
    background: linear-gradient(319deg, #45AFE1 0%, #74FF04 100%);
    opacity: 0;
    justify-content: center;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.right_nav ul li .hide:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #45AFE1;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.right_nav ul li .hide a {
    color: #ffffff;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
}

.right_nav ul li:hover {
    overflow: visible;
}

.right_nav ul li:hover .hide {
    opacity: 1;
    z-index: 8;
}

/*.right_nav ul li a:hover {
    color: #9ACD32;
}*/

.right_nav ul li .hide a:hover {
    color: #fff;
}

.right_nav a.phone {
    background-image: url(../images/rphone.svg);
}

.right_nav .back-top a {
    background-image: url(../images/top.svg);
}

@media screen and (max-width:767px) {
    .foot_bottom {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }

    .right_nav {
        right: 0px;
        width: 68px;
        bottom: 70px;
        top: inherit;
        transform: inherit;
    }

}

@media screen and (max-width:768px) {
    .right_nav ul li a {
        background-size: 18px 18px;
    }

}

.ny_bg {
    height: calc(100vh - 164px);
    min-height: 530px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    /*border: 1px solid red;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*7.28*/
.contact-us {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.contact-us .contact_l {
    width: 500px;
    max-width: 39%;
    /*padding-top: 40px;*/
    padding-right: 80px;
}

.contact-us .contact_l .t {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    position: relative;
    line-height: 1.2;
    position: relative;
}

.contact-us .contact_r {
    flex: 1;
    position: relative;
}

.contact_cont {
    /*padding-top: 30px;*/
    font-size: 16px;
    display: block;
}

.contact_cont .line {
    padding: 0 0 15px;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.contact_cont .line span {
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
}

.contact_cont .line p {
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
}

.contact_r .map-box {
    border-radius: 8px;
    overflow: hidden;
}

.i_call {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}

.i_call a {
    width: 154px;
    height: 50px;
    background: #9DCE38;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i_call span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-right: 28px;
}

.i_call .img {
    width: 22px;
    height: 22px;
    background-image: url(../images/more_jt_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.menu-box {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    display: none;
    position: relative;
}
.menu-box1 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    display: none;
    position: relative;
}

.menu-btn {
    cursor: pointer;
    height: 18px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    position: relative;


}
.menu-btn1 {
    cursor: pointer;
    height: 18px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    position: relative;


}

.menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #444;
    transition: .3s;
}
.menu-btn1 span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: .3s;
}

.logo>h1>a>img {
    width: 84%
}

.sidebar {
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #9DCE38;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;

}

.act {
    transform: translateX(0);
}
.actHTml {
   overflow: hidden;
}

.acts>span:nth-child(2) {
    display: none;
    transition: .3s;

}

.acts>span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
    transition: .3s;
    position: absolute;
}

.acts>span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
    transition: .3s;
    position: absolute;
}

.sidebar_top {
    padding-top: 125px;
}

.sidebar_con {
    padding: 0 50px 0 100px;
    padding-top: 30px;
}
.sidebar_con1 {
    padding: 0 50px 0 100px;
    padding-top: 30px;
}

.sidebar_con>div>a {
    line-height: 24px;
    padding: 8px 0;
    color: #444;
    display: inline-block;
    font-size: 16px;
}
.sidebar_con1>div>a {
    line-height: 24px;
    padding: 8px 0;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
}

.sidebar_con>div {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0;
}
.sidebar_con1>div {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0;
}
.logo1 a{
    display: inline-block;
}
.swiper-wrapper .text .pc_h3{
    font-size: 20px;
    line-height: 1.4;
}

.pc_h3{
    display: block;
}
.yd_h3{
    display: none;
}
/* 原尺寸为1024 */
@media (max-width:1200px) {
    .pc_h3{
        display: none;
    }
    .index_swiper .text h2{
        font-size: 38px;
    }
    .yd_h3{
        display: block;
    }
    .index_swiper .text{
        width: 80%;
    }
    .menu1 .menu_nav1 {
        display: none;
    }
    .lefts{
        display: block;
        text-align: center;
        width: 100%;
    }
    .index_footer>.left{
        display: none;
    }
    .menu .menu_nav {
        display: none;
    }

    .menu-box {
        display: flex;
    }
    .menu-box1 {
        display: flex;
    }
.sidebar_con{
    padding-left: 50px;
    padding-right: 50px;
}
.sidebar_con1{
    padding-left: 50px;
    padding-right: 50px;
}
   

    .pd100 {
        padding-left: 50px;
    }

    /* .contact-us .contact_l{
        width: 100%;
        max-width: 100%;
    }
    .contact-us .contact_r{
        width: 100%;
        flex:none
    }
    .contact-us{
        flex-wrap: wrap;
    } */
   


}


@media (max-width:900px) {
    .my-map {
        width: 100% !important;
    }
    .tech-list-con1{
        padding-top: 0px;
    }
    .contact-us .contact_l {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .contact-us .contact_r {
        width: 100%;
        flex: none
    }

    .contact-us {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ny_bg {
        height: 100%;
    }

  
    .contact_cont {
        display: flex;
        justify-content: space-between;

    }

    .about_up .aboutup_r {
        width: 100%;
        margin-top: 30px
    }

    .about_up .aboutup_l {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 30px
    }
    
    .about_up {
        flex-wrap: wrap;
    }

    .co7 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .co7>.item {
        width: 48.5%;
    }

    .co7>.item:nth-child(even) {

        margin-left: 3%;
    }
.tech-list-con1{
    flex-wrap: wrap;
}
.r{
    margin-top: 30px;
}
.quality{
    margin-top: 30px;
}
.tech-list-con1 .l {
    width: 100%;
}
.t-des{
    width: 100%;  
}

.tech-list-con1 .r {
    width: 100%;
}




}

@media (max-width:621px) {
    .logo>h1>a>img {
        width: 70%
    }
   

    .logo p {
        font-size: 15px;
    }

    .langue a {
        font-size: 16px;
    }
    .langue1 a{
        font-size: 16px;
    }

    /* .contact_cont .line p {
        font-size: 14px;
    } */
    .index_header>.logo1 img {
        width: 70%
    }

    .logo1 p {
        font-size: 15px;
    }
    .index_swiper .text h2{
        font-size: 36px;
    }
}

@media (max-width:600px) {
    .co7>.item{
        width: 100%;
    }
    .co7>.item:nth-child(even){
        margin-left: 0;
    }
    

}
@media (max-width:527px) {
   
    .sidebar_con{
        padding-left: 20px;
        padding-right: 20px;
        padding-top:0px
    }
    .sidebar_con1{
        padding-left: 20px;
        padding-right: 20px;
        padding-top:0px
    }
    .contact_cont {
        display: block;
    }
    .logo1 a{
        width: 145px;
    }
    .logo1 p {
        font-size: 12px;
    }
    .index_header>.logo1 img{
        width: 100%;
    }
    .logo>h1>a>img{
        width: 100%;
    }
    .logo a{
        width: 145px;
    }
    .logo p {
        font-size: 12px;
    }
    .pd100{
        padding-left: 20px;
        padding-right: 20px;
    }
    .index_swiper .text h2{
        font-size: 26px;
    }
    .index_swiper .text h3{
        font-size: 16px;
    }
    .langue1 a{
        font-size: 15px;
    }
    .langue a{
        font-size: 15px;
    }
    .menu-box{
        padding-left: 15px;
    }
    .menu-box1{
        padding-left: 15px;
    }
}

@media (max-width:375px) {
    .x-section-7 .co7 .item span.x-text{
        font-size: 14px;
    }
    .about_up .aboutup_r p{
        font-size: 14px;
    }

}
.map_con{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.map_contit>a{
    width: 300px;
    line-height: 45px;
    display: inline-block;
    background-color: #9DCE38;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: inherit;
    display: block;
    line-height: 45px;
    font-size: 18px;
    font-size: 700;
}
.map_concon{
    display: flex;
    flex-wrap: wrap;
}
.map_concon .ever{
    padding-left: 20px;
    line-height: 30px;
    
}
.map_concon .ever a{
    font-size: 16px;
    color: #666;
}
.pro_02>p{
    
    -webkit-line-clamp: 2;/*设置了最大显示行数为2行，超出的内容将被隐藏。*/
    display: -webkit-box;/*声明将元素以flex盒子布局方式显示*/
    -webkit-box-orient: vertical;/*设置了盒子的主轴方向为垂直方向*/
    overflow: hidden;/*声明当内容溢出容器时进行隐藏。*/
    text-overflow: ellipsis;/*声明当文本溢出容器时使用省略号表示*/

}
@media(max-width:340px){
    .langue a:first-child {
        margin-right: 5px;
    }
    .langue a:nth-child(2) {
        margin-left: 5px;
    }
    .langue a:nth-child(3) {
        margin-left: 5px !important;
    }
    .menu-box {
        padding-left: 10px;
    }
    .logo>h1>a>img {
        width: 70% !important;
    }
    .index_header>.logo1 img {
        width: 70% !important;
    }
    .langue1 a:first-child {
        margin-right: 5px;
    }
    .langue1 a:nth-child(2) {
        margin-left: 5px;
    }
    .langue1 a:nth-child(3) {
        margin-left: 5px;
    }
    .menu-box1 {
        padding-left: 10px;
    }
}
