/* 视频全屏展示 */

.video-box .video-container {
    width: 70% !important;
    min-height: 63% !important;
}

.video-close {
    z-index: 5 !important;
    top: calc(0px + 10%) !important;
    right: 8% !important;
}

.video-playing .video-bg {
    background: rgba(0, 0, 0, .6);
}

.main {
    max-width: 1500px;
    margin: 0 auto;
}

.header {
    height: 96px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    webkit-transition: height .6s ease;
    transition: height .6s ease;
}

.header .header_main {
    max-width: 95%;
    margin: 0 auto;
    padding-top: 18px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.header .header_main .logo {
    float: left;
    width: 116px;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.header.active .header_main .logo {
    padding-top: 4px;
    width: 64px;
}

.header .header_main .header_nav {
    float: left;
    display: flex;
    flex-direction: row;
}

.header .header_main .header_right {
    float: right;
    display: flex;
    flex-direction: row;
}

.header .header_main .header_nav .li {
    width: auto;
    margin-left: 45px;
}

.header .header_main .header_nav .li.active>a {
    color: #e60000;
}

.header .header_main .header_nav .li>a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    line-height: 56px;
    font-weight: 600;
}

.header .header_main .header_nav .li .nav_ul .gailan a {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 48px;
    border-bottom: 2px solid #edecea;
}

.header_right .header_search {
    position: relative;
    transform: skew(-10deg);
    background-color: #f4f3f2;
    overflow: hidden;
}

.header_right .header_search .search_input {
    width: 320px;
    background-color: #f4f3f2;
    padding: 0 60px 0 30px;
    height: 56px;
    transform: skew(10deg);
}

.header_right .header_search .search_img {
    width: 56px;
    height: 56px;
    cursor: pointer;
    border: none;
    outline-style: none;
    background: url(../images/icon1.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    transform: skew(10deg);
}

.header_right .header_en {
    margin-left: 30px;
}

.header_right .header_en a {
    background: url(../images/icon2.png) no-repeat center left;
    height: 56px;
    padding-left: 30px;
    display: inline-block;
}

.header_right .header_en a p {
    font-size: 16px;
    color: #666;
    line-height: 56px;
}

.header_right .header_contact {
    margin-left: 30px;
}

.header_right .header_contact a {
    display: inline-block;
    width: 170px;
    height: 56px;
    background-color: #009ebb;
    transform: skew(-10deg);
}

.header_right .header_contact a:hover {
    background-color: #00879f;
}

.header_right .header_contact a p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    transform: skew(10deg);
    background: url(../images/icon4.png) no-repeat center left 40px;
    padding-left: 40px;
}


/*  */

.header.active {
    height: 60px;
}

.header.active .logo a {
    display: block;
    width: 64px;
}

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

.header.active .header_main .header_nav .li>a {
    line-height: 40px;
}

.header.active .header_right .header_search .search_input {
    height: 40px;
}

.header.active .header_right .header_search .search_img {
    width: 40px;
    height: 40px;
}

.header.active .header_right .header_en a {
    height: 40px;
}

.header.active .header_right .header_en a p {
    line-height: 40px;
}

.header.active .header_right .header_contact a {
    height: 40px;
}

.header.active .header_right .header_contact a p {
    line-height: 40px;
}

.header.active .header_main {
    padding-top: 10px;
}

.header.active .h_nav_box {
    top: 60px;
}


/* banner */

.index_banner {
    margin-top: 90px;
}

.index_banners {
    margin-top: 0px;
}

.index_banner .banner_swp {
    height: 630px
}

.banner_swp .item {
    height: 630px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner_swp .item div {
    background-color: rgba(248, 248, 248, .8);
    padding: 40px;
    width: 40%;
    margin-bottom: 90px;
}

.banner_swp .item h3 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner_swp .item h1 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner_swp .item p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.banner_swp .item p.more {
    overflow: hidden;
    background-color: #666666;
    transform: skew(-10deg);
    display: inline-block;
    margin-top: 35px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.banner_swp .item p.more:hover {
    background-color: #333;
}

.banner_swp .item p.more a {
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 56px;
    display: block;
    text-align: center;
    transform: skew(10deg);
    position: relative;
}

.banner_swp .item p.more:hover:before {
    width: 100%;
}

.banner_pag_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.banner_pag_box .main {
    position: relative;
}

.banner_pag {
    bottom: 30px !important;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.banner_swp .swiper-pagination-bullet {
    background: none;
    width: inherit;
    height: inherit;
    border-radius: 0px;
    margin: 0 15px !important;
    opacity: 1;
    outline: none;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
    text-align: left;
}

.banner_swp .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0 !important;
}

.banner_swp .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.banner_swp .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    left: 0px;
    transform: skew(-12deg);
}

@keyframes bulletActive {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.banner_swp .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 0%;
    height: 8px;
    background: #e60000;
    left: 0px;
    transform: skew(-12deg);
    z-index: 2;
}

.banner_swp .swiper-pagination-bullet-active:before {
    background: #e60000;
    animation: bulletActive 3s linear forwards;
    transform: skew(-12deg);
}

.banner_swp.changed .swiper-pagination-bullet-active:before {
    animation: bulletActive 4.5s linear forwards;
}


/* 关于LAP */

.index_about {
    padding-top: 60px;
    padding-bottom: 90px;
}

.index_about_box {
    max-width: 80%;
    margin: 0 auto;
}

.index_about_box h5 {
    font-size: 32px;
    color: #e60000;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

.index_about_box p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 34px;
}

.index_content_box h5 {
    font-size: 32px;
    color: #e60000;
    text-align: center;
    line-height: 46px;
    margin-bottom: 30px;
    font-weight: 600;
}

.index_content_box p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}

.index_content_box .index_content_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.index_content_box .index_content_list .index_content_li {
    width: auto;
    text-align: center;
}

/* .index_content_box .index_content_list .index_content_li:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 4% / 2);
} */

.index_content_box .index_content_list .index_content_li .conimg {
    text-align: center;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    margin: auto;
}

.index_content_box .index_content_list .index_content_li .conimg img {
    display: inline-block;
    margin: 0 auto;
}

.index_content_box .index_content_list .index_content_li p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.index_content {
    background-color: #f4f3f2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.index_product {
    background-color: #fff;
}

.index_product .index_content_box .index_content_li .index_productimg {
    height: auto;
}

.index_product .index_content_box .index_content_li .index_producttext {
    text-align: left;
    display: block;
    padding: 25px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.index_product .index_content_box .index_content_li:hover {
    background-color: #edecea;
}

.index_product .index_content_box .index_content_li .index_producttext p {
    text-align: left;
}

.index_product .index_content_box .index_content_list .index_content_li {
    width: 32%;
    text-align: left;
}

.index_product .index_content_box .index_content_list .index_content_li .index_producttext h6 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
}

.index_product .index_content_box .index_content_list .index_content_li .index_producttext p {
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

.index_product .index_content_box .index_content_list .index_content_li .index_producttext p.more {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    font-weight: 600;
}

.index_product .index_content_box .index_content_list .index_content_li .index_productimg img {
    width: 100%;
    /* height: 240px; */
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.index_product .index_content_box .index_content_list .index_content_li .index_productimg {
    overflow: hidden;
}

.index_product .index_content_box .index_content_list .index_content_li:hover .index_productimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.five_content .index_content_box .index_content_list .index_content_li:hover .index_productimg img {
    transform: initial;

}

.five_content .index_content_box .index_content_list .index_content_li:hover a .index_productimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}



/* 指标 */

.index_quota .index_content_box .index_content_list .index_content_li .conimg {
    height: auto;
}

.index_quota .index_content_box .index_content_list .index_content_li h6 {
    margin-top: 10px;
}

.index_quota .index_content_box .index_content_list .index_content_li h6 span {
    font-size: 30px;
    font-weight: 400;
}

.index_quota .index_content_box .index_content_list .index_content_li h6 span.number {
    font-size: 72px;
    line-height: 72px;
    color: #000000;
    font-weight: 700;
}

.index_quota .index_content_box .index_content_list .index_content_li h6 span.fh {
    font-size: 72px;
    line-height: 72px;
    color: #000000;
    font-weight: 700;
}

.index_quota .index_content_box .index_content_list .index_content_li h6 span.fh_ {
    font-size: 72px;
    line-height: 72px;
    color: #000000;
    font-weight: 400;
}

.index_quota .index_content_box .index_content_list {
    justify-content: space-around;
}

.index_news {
    background-color: #ffffff;
}

#news_index .index_content_li {
    text-align: left;
    width: 32%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

#news_index .index_content_li:hover {
    background-color: #edecea;
}

#news_index .index_content_li p {
    text-align: left;
}

#news_index .index_producttext {
    text-align: left;
    display: block;
    padding: 25px;
}

#news_index .index_producttext h6 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#news_index .index_producttext p.time {
    margin-bottom: 10px;
    color: #666666;
}

#news_index .index_producttext p {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: initial;
}

#news_index .index_producttext p.more {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    margin-top: 10px;
    font-weight: 600;
}

#news_index .index_productimg {
    position: relative;
    overflow: hidden;
}

#news_index .index_productimg img {
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

#news_index .index_content_li:hover .index_productimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

#all {
    background-color: #666666;
    width: 150px;
    height: 56px;
    position: relative;
    margin: 30px auto 0;
}

#news_index #all:after {
    content: '';
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    -webkit-transform: skew(-11.5deg);
    transform: skew(-11.5deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 2;
}

#news_index #all:before {
    content: '';
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    -webkit-transform: skew(-11.5deg);
    transform: skew(-11.5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 2;
}

#all a {
    display: block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    position: relative;
}


/* 活动 */

#index_activity .index_content_li {
    text-align: left;
    width: 32%;
    background-color: #fff;
    padding: 30px;
}

#index_activity .index_content_li p {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

#index_activity #all:after {
    content: '';
    background: #f4f3f2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    -webkit-transform: skew(-11.5deg);
    transform: skew(-11.5deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 2;
}

#index_activity #all:before {
    content: '';
    background: #f4f3f2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    -webkit-transform: skew(-11.5deg);
    transform: skew(-11.5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 2;
}

#index_activity .index_producttext p.more {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    margin-top: 20px;
    font-weight: 600;
}

#index_activity .index_producttext p span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


/* #index_activity .index_producttext p span.span_time{
    position: relative;
    padding-right: 6px;
    margin-right: 4px;
} */


/* #index_activity .index_producttext p span.span_time::after{
    content: '/';
    position: absolute;
    right: 0;
    top: -7px;
    height: 22px;
    overflow: hidden;
} */

#index_activity .index_producttext .title {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#index_activity .index_producttext .content {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    min-height: 52px;
    margin-top: 10px;
    overflow: hidden;
    font-weight: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index_activity #all {
    margin-top: 60px;
}

.contactus {
    background-color: #009cbd;
    padding: 32px 0;
}

.contactus h5 {
    color: #fff;
    font-size: 36px;
    line-height: 56px;
}

.contactus p {
    background-color: #ffffff;
    width: 130px;
    overflow: hidden;
    transform: skew(-10deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.contactus p:hover {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
}

.contactus p a {
    display: block;
    color: #009cbd;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    transform: skew(10deg);
}

.contactus .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*  */

#footer {
    background-color: #333333;
    padding-top: 60px;
}

.footer_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_left dt {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer_left dt a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}

.footer_left dd a {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}

.footer_left dd a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #e60000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.footer_left dd a:hover {
    color: #e60000;
}

.footer_left dd a:hover::after {
    width: 100%;
}

.footer_left {
    width: 72.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_left dl {
    width: 16.66%;
}

.footer_right {
    width: 27.5%;
}

.footer_right .title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: inline-block;
    padding-bottom: 10px;
}

.footer_right .txt {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

.footer_right .footer_img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_right .footer_img .fimg {
    width: 54.5%;
    padding-top: 5px;
    padding-right: 20%;
    box-sizing: border-box;
}

.footer_right .footer_img .fimg img {
    width: 100%;
}

.footer_right .footer_img .fimg p {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
}

.footer_bottom .footer_bottom_text p {
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
    display: inline-block;
    margin-right: 15px;
}

.footer_bottom .footer_bottom_text span a {
    font-size: 16px;
    line-height: 36px;
    color: #ccc;
    display: inline-block;
}

.footer_bottom .footer_bottom_text span.fspan {
    position: relative;
    padding-right: 7px;
    margin-right: 5px;
}

.footer_bottomicon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_bottomicon p {
    width: 36px;
    border-radius: 5px;
}

.footer_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}


/* 导航二级 */

.h_nav_box {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
    overflow: initial !important;
}

.h_nav_box:after {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .4);
    z-index: -2;
}

.grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.grid-container {
    padding-right: 3rem;
    padding-left: 1rem;
}

.nav-main__list--grid-wrap__inner {
    pointer-events: auto;
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.h_nav_box .cell {
    width: 33.33%;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.cell_edge {
    position: relative;
}

.cell_edge:after {
    content: '';
    background: #fff;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: -50vw;
    width: 200vw;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%) inset;
    right: 0;
    width: 150vw;
    -webkit-transform: skew(-11.5deg);
    transform: skew(-11.5deg);
    -webkit-transform-origin: 0 calc(100% + 8rem);
    transform-origin: 0 calc(100% + 8rem);
}

.pofix {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .9);
}

.nav_ul .nav_li.active>a {
    color: #e60000;
}

.nav_ul .nav_li>a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding-right: 20px;
}

.nav_ul .nav_li:hover>a {
    color: #e60000;
}

.nav_ul .nav_li {
    border-bottom: 2px solid #edecea;
    position: relative;
    cursor: pointer;
}

.nav_ul {
    padding-right: 50px;
}

.cell_nav .navUl .navLi a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding-right: 20px;
}

.cell_nav .navUl .navLi {
    border-bottom: 2px solid #edecea;
}

.cell_nav .navUl .navLi:hover a {
    color: #e60000;
}


/* 面包屑 */

.crumbs {
    padding: 12px 0;
    margin-top: 90px;
}

.crumbs p a {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    padding-right: 17px;
    background: url(../images/icon25.png) no-repeat center right;
    margin-right: 10px;
}

.crumbs p a:last-child {
    background: initial;
    padding: 0;
    margin: 0;
}


/* 侧边栏 */

.rinav {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 30 !important;
}

.rinav ul li {
    background-color: #009ebb;
    margin-bottom: 1px;
    position: relative;
}

.rinav ul li:hover {
    background-color: #00879f;
}

.rinav ul li a {
    width: 50px;
    height: 50px;
    display: block;
}

.rinav ul li:nth-child(1) a {
    background: url(../images/icon5.png) no-repeat center center;
}

.rinav ul li:nth-child(2) a {
    background: url(../images/icon6.png) no-repeat center center;
}

.rinav ul li:nth-child(3) a {
    background: url(../images/icon7.png) no-repeat center center;
}

.rinav ul li:nth-child(4) a {
    background: url(../images/top.png) no-repeat center center;
}

.rinav ul li.tops_ {
    display: none;
}


/*  */

.company .company_top {
    max-width: 1000px;
    margin: 0 auto 64px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 2px solid #ebebeb;
}

.company .company_top h3 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.company .company_top h1 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.contact_map {
    width: 100%;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 460px;
}

.amap-container {
    height: 100%;
}

.address_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 2px solid #ebebeb;
    background: url(../images/icon34.png) no-repeat top 55px left;
}

.address .address_box {
    max-width: 1000px;
    margin: 20px auto 100px;
}

.address_list .address_name {
    width: 31%;
    padding-left: 70px;
}

.address_list .address_name h5 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.address_list .address_name p {
    font-size: 16px;
    color: #666666;
}

.address_list .address_num {
    width: 20%;
}

.address_list .address_num p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.address_list .address_num p a {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.address_list .address_site {
    width: 25%;
}

.address_list .address_site p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}


/* 行业 */

.company .company_text {
    margin-top: 25px;
}

.company .company_text p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.company .company_text p:last-child {
    margin-bottom: 0;
}

.company.trade .company_top {
    margin-bottom: 60px;
}

.pro_box_main {
    margin: 0 auto;
}

.video-title {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 32px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 960px) {
    .video-title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 30px;
    }
}

.pro_box h3 {
    font-size: 32px;
    line-height: 46px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.pro_box .pro_box_text {
    max-width: 80%;
    margin: 0 auto;
}

.pro_box .pro_box_text p {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    text-align: center;
}

.pro_box_list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pro_box_list .pro_box_li {
    width: 31%;
}

.pro_box_litext {
    padding: 20px 30px;
}

.pro_box_litext h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.pro_box_litext p.text {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    min-height: 60px;
}

.pro_box_litext p.more {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    margin-top: 10px;
    font-weight: 600;
}

.pro_box_img {
    overflow: hidden;
}

.pro_box_img img {
    /* height: 230px; */

    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.pro_box_list .pro_box_li:hover .pro_box_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.pro_box {
    padding: 90px 0;
}

.industryBox h4 {
    font-size: 32px;
    line-height: 46px;
    color: #e60000;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.industryBox_text p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.industryBox {
    padding: 90px 0;
}


/* .videobox{
    background: url(../images/tu11.jpg) no-repeat center center;
    background-size: cover;
} */

.pro_video h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.pro_video p {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.pro_video {
    text-align: center;
    display: flex;
    align-items: center;
    height: 500px;
}

.pro_video .videoicon {
    width: 180px;
    height: 54px;
    background-color: #e60000;
    transform: skew(-10deg);
    overflow: hidden;
    display: inline-block;
    margin-bottom: 40px;
    cursor: pointer;
}

.pro_video .videoicon p {
    font-size: 16px;
    line-height: 54px;
    padding-left: 30px;
    background: url(../images/video.png) no-repeat center left 35px;
    transform: skew(10deg);
}

.engineer_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.engineer_list {
    width: 50%;
    display: flex;
    align-items: center;
    height: 500px;
}

.engineer_list h6 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}

.engineer_list p {
    font-size: 18px;
    line-height: 36px;
    color: #2e2e2e;
}

.engineer {
    background: url(../images/tu14.jpg) no-repeat center center;
    background-size: cover;
}

.achievement h3 {
    font-size: 32px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
}

.achievement_list h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.achievement_list p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.achievement_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.achievement_box .achievement_list {
    width: 31%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.achievement {
    padding-top: 90px;
    padding-bottom: 20px;
}

.download h3 {
    font-size: 32px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
}

.download_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.download_box .download_list {
    width: 25%;
    margin-bottom: 40px;
    padding: 0 20px;
}

.download_box .download_list a {
    display: block;
    padding-left: 60px;
    background: url(../images/tu15.png) no-repeat top left;
}

.download_box .download_list p {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.download_box .download_list p.num {
    font-size: 14px;
    color: #999999;
}

.download_box .download_list h5 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
}
.download .remark {
    text-align: center;
}

.download {
    padding-bottom: 70px;
}


/* 产品banner */

.banners_box .item {
    height: 630px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banners_box .item div {
    background-color: rgba(248, 248, 248, .8);
    padding: 40px;
    width: 40%;
    margin-bottom: 90px;
}

.banners_box .item h3 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.banners_box .item h1 {
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.banners_box .item p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.banners_box .item p.more {
    overflow: hidden;
    background-color: #666666;
    transform: skew(-10deg);
    padding: 0 40px;
    margin-top: 35px;
}

.banners_box .item p.more a {
    font-size: 16px;
    color: #ffffff;
    line-height: 56px;
    display: block;
    text-align: center;
    transform: skew(10deg);
}

.banners .p_banner {
    display: none;
}

.new_video {
    padding: 90px 0;
}

.new_video .pro_box_main h4 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.new_video .pro_box_main .industryBox_text p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
}

.new_video .video {
    position: relative;
    height: 560px;
    overflow: hidden;
    margin-top: 30px;
}

.new_video .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

.achievement_box .achievement_list:last-child:nth-child(3n - 1) {
    margin-right: calc(31% + 7% / 2);
}

.achievements {
    padding-top: 30px;
}

.Stretch_list .title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.Stretch_li .Stretch_title {
    font-size: 20px;
    color: #e60000;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/jt_icon.png) no-repeat center left;
    cursor: pointer;
    padding-left: 30px;
}

.Stretch_li.active .Stretch_title {
    background: url(../images/jt_icon1.png) no-repeat center left;
}

#ssss .Stretch_li.active .Stretch_title {
    background: url(../images/jt_icon.png) no-repeat center left;
}

#ssss .Stretch_li .Stretch_title {
    background: url(../images/jt_icon1.png) no-repeat center left;
}

.Stretch_li .Stretch_text {
    border-bottom: 1px solid #e6e6e6;
}

.Stretch_li .Stretch_text p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    padding: 10px 0;
}

.Stretch_text table tbody tr:nth-child(odd) {
    background-color: #edecea;
}

.Stretch_text table tbody tr th {
    font-size: 16px;
    color: #000;
    padding: 16px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    /* width: 32%; */
}

.Stretch_text table tbody tr td {
    font-size: 16px;
    color: #000;
    padding-right: 16px;
    white-space: nowrap;
    text-align: left;
    /* width: 68%; */
}

.Stretch {
    padding-top: 30px;
}

.p_cp {
    background-color: #f4f3f2;
    padding-top: 90px;
    padding-bottom: 70px;
}

.p_cp .title {
    font-size: 36px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
}

.p_cp_li {
    padding-top: 50px;
}

.p_cp_list .p_cp_li .pc_title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.pcp_li {
    width: 32%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.pcp_li:hover {
    box-shadow: 0 0 10px 5px #ccc;
}

.pcp_li:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 4% / 2);
}

.p_cp_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pcp_li .pcp_li_img {
    width: 50%;
    overflow: hidden;
}

.pcp_li .pcp_li_img img {
    max-width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.pcp_li:hover .pcp_li_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.pcp_li .pcp_li_text {
    width: 50%;
    /* display: flex;
    align-items: center; */
}

.pcp_li .pcp_li_text p {
    font-size: 16px;
    padding: 16px;
    color: #000000;
    font-weight: 600;
}

.pcp_li:hover .pcp_li_text p {
    color: #e60000;
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext p {
    font-size: 14px;
    line-height: 24px;
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    background: url(../images/aicon41.png) no-repeat top 8px left;
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext p.more {
    min-height: auto;
    margin-top: 15px;
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext h6 {
    margin-bottom: 15px;
    font-weight: 600;
}

.p_product .index_content_box .index_content_list .index_content_li {
    margin-bottom: 30px;
}

.p_product {
    padding-bottom: 0px;
}

.p_product .index_content_box .index_content_list .index_content_li {
    width: 32%;
    margin-right: 2%;
}

/* .p_product .index_content_box .index_content_list .index_content_li:nth-child(4n){
    margin-right: 0;
}
.p_product .index_content_box .index_content_list .index_content_li:nth-child(5n){
    margin-right: 0;
} */
.p_product .index_content_box .index_content_list .index_content_li:nth-child(3n) {
    margin-right: 0;
}

.p_product .index_content_box .index_content_list .index_content_li.index_content_li50 {
    width: 49%;
}

.index_content_box .index_content_list .index_content_li.index_content_li50:last-child:nth-child(3n - 1) {
    margin-right: 0;
}

.banners_box .item div .more_box {
    background-color: none;
    padding: 0px;
    width: auto;
    margin-bottom: 0px;
    margin-top: 35px;
}

.banners_box .item div .more_box .more {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

.banners_box .item div .more_box .more.mores {
    background-color: #e11e26;
}


/* 729 三级 */

.product_nav .navUl .navLi a {
    display: inline-block;
}

.product_nav .navUl .navLi {
    cursor: pointer;
}

.product_nav .navUl .navLi:hover>a {
    color: #e60000;
}

.product_nav .navUl .navLi.active>a {
    color: #e60000;
}

.h_nav_box .company .nav_ul .nav_li a {
    display: block;
}

.cell_edge .navUl_1 .navLi a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding-right: 20px;
}

.cell_edge .navUl_1 .navLi {
    border-bottom: 2px solid #edecea;
}

.cell_edge .navUl_1 .navLi:hover a {
    color: #e60000;
}

.cell_edge {
    padding-left: 40px;
}

.product_large .nav_ul .nav_li.active:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.product_large .nav_ul .nav_li:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon23.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.product_large .nav_ul .nav_li:hover>a {
    color: #e60000;
}

.product_large .nav_ul .nav_li.active>a {
    color: #e60000;
}

.product_large .nav_ul .nav_li:hover:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.in_about {
    padding-bottom: 0;
}

.pro_video div {
    margin: 0 auto;
}

.industryBoxs {
    padding-top: 10px;
}

.h_product {
    padding-top: 90px;
}

.we_service .title {
    font-size: 32px;
    color: #e60000;
    text-align: center;
    font-weight: 600;
}

.we_service_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.we_service_box .we_service_list {
    width: 30%;
    margin-bottom: 40px;
}

.we_service_list .we_service_img {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
}

.we_service_list h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.we_service_list .we_service_text p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.we_service {
    padding-top: 90px;
    padding-bottom: 50px;
}

.xg_box .xg_problem .index_content_li .index_producttext h6 {
    font-weight: 600;
}

.xg_box .xg_problem .index_content_li:hover .index_producttext {
    background-color: #f5f5f5;
}

.pro_box .pro_box_lists {
    justify-content: center;
}

.pro_boxs {
    padding-top: 10px;
    padding-bottom: 0;
}

.pro_box_litext {
    padding: 20px 0;
}

.about .about_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about .about_box .about_text {
    width: 50%;
    padding-right: 15%;
}

.about .about_box .about_img {
    width: 54%;
}

.about .about_box .about_img img {
    width: 100%;
}

.about_text {
    display: flex;
    align-items: center;
}

.about_text .ab_t h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_text .ab_t .ab_txt p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 10px;
}

.about {
    padding-top: 40px;
    padding-bottom: 50px;
}

.staff {
    padding-top: 40px;
    padding-bottom: 70px;
}

.staff .staff_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.staff .staff_box .staff_list {
    width: 32%;
}

.staff .staff_box .staff_list .staff_img {
    overflow: hidden;
}

.staff .staff_box .staff_list .staff_img img {
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.staff .staff_box .staff_list:hover .staff_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.staff .staff_box .staff_list .staff_text h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.staff .staff_box .staff_list .staff_text p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.staff .staff_box .staff_list .staff_text {
    padding: 20px 0;
}

.combination .title {
    font-size: 32px;
    line-height: 46px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.combination .combination_c p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    text-align: center;
}

.combination_box {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.combination_box .combination_left {
    width: 42.3%;
}

.combination_box .combination_text {
    width: 55%;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.combination_text .combination_t h5 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.combination_text .combination_t .combination_text_t p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 10px;
    text-align: center;
}

.combination_text .combination_t .combination_text_t1 p {
    text-align: left;
}

.combination_text .combination_t .combination_text_t1 p.more a {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    font-weight: 600;
}

.combinationabout.combination_text .combination_t .combination_text_t p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 10px;
    text-align: left;
}

.combination_btn .item_button .button_info {
    display: inline-block;
    transform: skew(-10deg);
    margin-right: 15px;
}

.combination_btn .item_button .button_info a {
    text-align: center;
    display: block;
    line-height: 56px;
    transform: skew(10deg);
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.combination_btn .item_button .button_info.auxiliary_btn {
    background-color: #e60000;
}

.combination_btn .item_button .button_info.main_btn {
    background-color: #666666;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.combination_btn .item_button .button_info.main_btn:hover {
    background-color: #333;
}

.combination_btn .item_button .button_info.main_btn a {
    position: relative;
    z-index: 2;
}

.combination_btn .item_button .button_info.main_btn:hover::after {
    width: 100%;
}

.combination_btn .item_button .button_info.Tertiary_btn {
    padding: 0 10px;
    background-color: #009cbd;
}

.combination_btn .item_button .button_info.conduct_btn {
    background-color: #666666;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.combination_btn .item_button .button_info.conduct_btn a {
    display: block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.combination_btn .item_button .button_info.conduct_btn:hover {
    background-color: #333;
}

.combination_btn .item_button .button_info.conduct_btn:hover::after {
    width: 100%;
}

.combination_btn .item_button {
    margin-top: 10px;
}

.combination_btn {
    margin-top: 20px;
}

.combination {
    padding-bottom: 90px;
}

.strategy .title {
    font-size: 32px;
    line-height: 46px;
    color: #e60000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.strategy .strategy_text p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.strategy_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.strategy_box .strategy_list {
    background-color: #fff;
    width: 32%;
    padding: 20px;
}

.strategy_box .strategy_list h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.strategy_box .strategy_list .strategy_tet p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 5px;
}

.strategy_box .strategy_list .strategy_tet p:last-child {
    padding-bottom: 0px;
}

.strategy {
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.strategy_box {
    padding-top: 50px;
}

.conduct_t .title {
    font-size: 32px;
    line-height: 46px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.conduct_t .conduct_txt p {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    padding-bottom: 10px;
}

.conduct {
    padding-top: 90px;
}

.conduct_video {
    padding-top: 90px;
    padding-bottom: 0;
}

.videos_con {
    padding-bottom: 100px;
}

.ab_combinations .combination_box .combination_left {
    width: 48%;
}

.ab_combinations .combination_box .combination_left img {
    width: 100%;
    /* height: 480px; */
}

.ab_combinations .combination_box .combination_text {
    width: 46%;
    padding: 0;
}

.combination_swiper .combination_page {
    width: 72px;
    height: 51px;
    background-size: 72px 51px;
}

.combination_swiper .combination_page.combination_next {
    background-image: url(../images/icon_pagen.png);
    right: 0;
}

.combination_swiper .combination_page.combination_prev {
    background-image: url(../images/icon_pagep.png);
    left: 0;
}

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

.download_BOX3 .download_list {
    width: 32%;
}

.download_BOX3 .download_list:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 4% / 2);
}

.p_product .index_content_box .index_content_list2 .index_content_li {
    width: 32%;
}

.p_product .index_content_box .index_content_list2 .index_content_li:last-child:nth-child(3n - 1) {
    margin-right: 0;
}

.chart .pro_box_main h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.chart .pro_box_main table tbody tr:nth-child(odd) {
    background-color: #edecea;
}

.chart .pro_box_main table tbody tr th {
    font-size: 16px;
    color: #000;
    padding: 16px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    width: 32%;
}

.chart .pro_box_main table tbody tr td {
    font-size: 16px;
    color: #000;
    padding: 16px;
    white-space: nowrap;
    text-align: left;
    width: 68%;
}

.chart .pro_box_main table {
    width: 100%;
}

.Global .title {
    font-size: 32px;
    line-height: 46px;
    color: #e11e26;
    text-align: center;
    font-weight: 600;
}

.Global_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Global_box .Global_img {
    width: 24%;
}

.Global_box .Global_text {
    width: 65%;
}

.Global_box .Global_text p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 15px;
}

.Global_box {
    margin-top: 75px;
}

.manual .manual_list {
    width: 29%;
}

.manual .manual_list h6 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.manual .manual_list .manual_text p {
    padding-left: 20px;
    background: url(../images/icon41.png) no-repeat top 9px left;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}

.manual .manual_list .manual_text {
    margin-top: 10px;
}

.manual {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
}

.download .download_box_left {
    justify-content: left;
}


/* .download_box .download_list:last-child:nth-child(4n - 1){
    margin-right: calc(25% + 0% / 3);
 }
 .download_box .download_list:last-child:nth-child(4n - 2){
    margin-right: calc(50% + 0% / 3);
 } */

.Global {
    padding-bottom: 90px;
}

.news_select {
    position: relative;
}

.news_select select {
    cursor: pointer;
    /* background: transparent; */
    height: 56px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #666666;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    /*wl更改*/
    webkit-transition: background .2s ease, padding .2s ease, border-color .2s ease;
    transition: background .2s ease, padding .2s ease, border-color .2s ease;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon44.png") no-repeat center right;
}

.news_select select:focus {
    color: #000;
    background: #edecea url("../images/icon44.png") no-repeat center right 10px;
    border-color: #000;
    padding-left: 10px;
    padding-right: 50px;
}

.news_li {
    padding: 40px 0;
    border-bottom: 2px solid #e6e6e6;
}

.news_li a {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.news_li a .news_img {
    width: 32%;
    overflow: hidden;
}

.news_li a .news_img img {
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.news_li:hover a .news_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.news_li a .news_text {
    width: 65%;
    /* display: flex;
    align-items: center; */
}

.news_li a .news_text .time {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news_li a .news_text .title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 5px 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_li a .news_text .new_txt {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3;
    /**显示的行数**/
    overflow: hidden;
}

.news_li a .news_text .new_txt p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.news_li a .news_text .more {
    font-size: 16px;
    line-height: 30px;
    color: #e60000;
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    background: url(../images/icon19.png) no-repeat center right;
    margin-top: 10px;
    font-weight: 600;
}


/* 分页器 */

.inside_page .yiiPager {
    display: inline-block;
}

.inside_page .yiiPager .first {
    display: none;
}

.inside_page .yiiPager .last {
    display: none;
}

.inside_page .yiiPager li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.inside_page .yiiPager li a {
    display: block;
    font-size: 20px;
    color: #666;
}

.inside_page .yiiPager li.selected a {
    color: #e60000;
}

.inside_page .yiiPager li.page:hover a {
    color: #e60000;
}

.inside_page .yiiPager .previous a,
.inside_page .yiiPager .next a {
    display: block;
    width: 100%;
    height: 100%;
}

.inside_page .yiiPager .previous {
    background: url(../images/icon42.png)no-repeat center center;
}

.inside_page .yiiPager .previous:hover {
    background: url(../images/icon42-1.png)no-repeat center center;
}

.inside_page .yiiPager .next {
    background: url(../images/icon43.png)no-repeat center center;
}

.inside_page .yiiPager .next:hover {
    background: url(../images/icon43-1.png)no-repeat center center;
}

.inside_page {
    text-align: center;
    margin-top: 30px;
}

.news_box {
    padding-bottom: 80px;
}

.news_li a .activity_li {
    width: 100%;
}

.news_li a .activity_li .new_txt {
    min-height: 60px;
}

.news_li a .activity_li .title {
    margin-bottom: 10px;
}

.search_form form {
    position: relative;
}

.search_form input {
    width: 100%;
    height: 56px;
    border: 0;
    border-bottom: 2px solid #666666;
    padding-right: 80px;
    font-size: 16px;
    color: #666;
}

.search_form button {
    width: 56px;
    height: 56px;
    background: url(../images/sss.png) no-repeat center center;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.p0_product {
    padding-top: 0;
}

.combination_t .mores a {
    font-size: 20px;
    color: #e60000;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/icon19.png) no-repeat center left;
    position: relative;
    font-weight: 600;
}

.combination_t .mores a::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #e60000;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.combination_t .mores a:hover::after {
    width: 100%;
}

.index_content .more {
    overflow: hidden;
    background-color: #666666;
    transform: skew(-10deg);
    display: inline-block;
    margin-top: 35px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.index_content .more:hover {
    background-color: #333;
}

.index_content .more .m_link {
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 56px;
    display: block;
    text-align: center;
    transform: skew(10deg);
    position: relative;
}

.index_content .more:hover:before {
    width: 100%;
}

.all {
    text-align: center;
}

.pro_box_lists .pro_box_li .pro_box_img {
    width: 480px;
    height: 240px;
}

.pro_box {
    padding: 90px 0 0 0;
}

.pro_box_litext {
    padding: 24px 0;
}

.pro_box_litext h6 {
    margin-bottom: 10px;
}

.achievement {
    padding-top: 90px;
}

.pro_box_litext {
    padding: 25px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pro_box_list .pro_box_li:hover .pro_box_litext {
    background-color: #edecea;
}

.companys .company_top {
    border-bottom: none;
    margin: 0px auto 30px;
}

.download_BOX3 .download_list {
    width: 25%;
    padding: 0;
}

.staff .staff_box .staff_list:hover .staff_img img {
    transform: none;
}

.Global_box .Global_text {
    width: 50%;
}

.download_box .download_list a {
    background-size: 8%;
}

.download_box .download_list h5 {
    font-size: 16px;
}

.download_box .download_list {
    padding: 0;
}


/* 新闻详情页面 */

.details .time {
    text-align: center;
    margin-bottom: 10px;
}

.details .time p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    padding-left: 24px;
    background: url(../images/icon_time.png) no-repeat center left;
    background-size: 20px;
}

.details .address {
    margin-bottom: 30px;
}

.details .address p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

.details .company_top {
    max-width: 1000px;
    margin: 0 auto;
}

.details_p p {
    font-size: 20px;
    color: #000;
    margin-bottom: 32px;
}

.details_p p video {
    width: 100%;
    height: 100%;
}

.details_p p img {
    margin: auto;
}

.details_p p strong {
    font-weight: 700;
}

.details_p p a {
    color: #e60000;
}

.details .details_bottom h3 {
    font-size: 24px;
    color: #e60000;
    margin-bottom: 32px;
    font-weight: 600;
}

.details_bottom .db_top p {
    font-size: 20px;
    color: #666;
    line-height: 32px;
}

.details_bottom .db_top .p0 {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 700;
}

.details_bottom .db_cen p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
}

.details_bottom .db_cen p span {
    display: inline-block;
    padding-right: 10px;
}

.details_bottom .db_cen p a {
    color: #e60000;
    padding-bottom: 5px;
}

.details_bottom .db_cen p a:hover {
    border-bottom: 2px solid #e60000;
}

.details_bottom .db_bot p {
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

.details_bottom div {
    margin-bottom: 25px;
}

.details {
    padding-bottom: 60px;
}

.details .details_p {
    padding-bottom: 40px;
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext p.more {
    transform: skew(0deg);
}

.p_product .index_content_box .index_content_list .index_content_li .index_producttext p.more:before {
    display: none;
}

.p_product .index_content_box2 {
    width: 68.336%;
    margin: auto;
}

.p_product .index_content_box2 .index_content_list2 .index_content_li {
    width: 46.83%;
}

.index_content .index_content_box .index_content_list .index_content_li .index_producttext p.more {
    transform: skew(0deg);
}

.index_content .index_content_box .index_content_list .index_content_li .index_producttext p.more:before {
    display: none;
}

.videoboxmg {
    margin: 90px 0;
}

.pro_box90 {
    padding: 60px 0;
}

.achievement0 {
    padding-top: 0;
}

.index_content_box .index_content_listflex .index_content_li:last-child:nth-child(3n - 1) {
    margin-right: initial;
}

.index_content_box .index_content_listflex {
    margin-bottom: 40px;
}

#map {
    /* height: 620px; */
    height: 550px;
}


/* 侧边栏 */

.rinav ul li {
    position: relative;
}

.rinav li.number_box:hover .number {
    display: block;
}

.rinav li.number_box .number:hover {
    opacity: 0;
}

.rinav li .number {
    position: absolute;
    top: 0px;
    left: -140px;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
    border-radius: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    display: none;
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 2%);
}

@keyframes myfirst {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: -110px;
        top: 0px;
    }
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

    {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: -110px;
        top: 0px;
    }
}

.rinav li .number::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    margin-top: -10px;
    border-left-color: rgba(255, 255, 255, .9);
    right: -20px;
    bottom: 32%;
}

.rinav li .number p {
    font-size: 16px;
    line-height: 28px;
    color: #e60000;
}

.rinav_imgs {
    position: absolute;
    top: -30px;
    left: 0px;
    transform: translateX(-110%);
    background-color: rgba(255, 255, 255, .9);
    padding: 10px 0;
    border-radius: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 2%);
    display: none;
}

.rinav_imgs::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    margin-top: -10px;
    border-left-color: rgba(255, 255, 255, .9);
    right: -20px;
    bottom: 44%;
}

.rinav_imgs .rinav_img {
    width: 100px;
    height: 100px;
    margin: 0 10px;
    display: inline-block;
}

.rinav li.renav_imgbox:hover .rinav_imgs {
    display: block;
}

.rinav li.renav_imgbox .rinav_imgs:hover {
    opacity: 0;
}

@keyframes myfirst_img {
    0% {
        left: 0px;
        top: -30px;
    }

    100% {
        left: -385px;
        top: -30px;
    }
}

@-webkit-keyframes myfirst_img
/* Safari and Chrome */

    {
    0% {
        left: 0px;
        top: -30px;
    }

    100% {
        left: -385px;
        top: -30px;
    }
}

.pro_box_list {
    justify-content: center;
    flex-wrap: wrap;
}

.pro_box_list .pro_box_li {
    margin: 0 1.1% 30px;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.padding_bottom90 {
    padding-bottom: 90px;
}

.padding_top90 {
    padding-top: 90px;
}

.margin_bottom90 {
    margin-bottom: 90px;
}

.margin_top90 {
    margin-top: 90px;
}

.margin_top60 {
    margin-top: 60px;
}

.padding_top0 {
    padding-top: 0px;
}

.padding_bottom0 {
    padding-bottom: 0;
}

.padding_bottom60 {
    padding-bottom: 60px;
}

.staffc .staff_box {
    justify-content: space-around;
}

.strategy_boxs {
    justify-content: space-around;
}

#map .BMap_Marker div {
    background: url(../images/dt.png) no-repeat center center !important;
    width: 20px !important;
    height: 26px !important;
    background-size: 80% !important;
}

#map .BMap_Marker img {
    display: none !important;
}

#map .BMap_Marker .BMapLabel {
    top: 10px !important;
    left: 25px !important;
}

.Privacy {
    background-color: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 50px;
}

.Privacy_box {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.Privacy_box h1 {
    text-align: center;
    font-size: 40px;
    color: #e11e26;
    font-weight: 500;
}

.Privacy_box .Privacy_content h5 {
    font-size: 28px;
    font-weight: 600;
    color: #e11e26;
}

.Privacy_box .Privacy_content p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.Privacy_box .Privacy_content h6 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Privacy_box .Privacy_content div {
    margin-bottom: 10px;
}

.Privacy_box .Privacy_content div p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
}

.Privacy_box .Privacy_content div p a {
    font-size: 16px;
    color: #e11e26;
}


/* 手机导航隐藏 */

.p_header {
    display: none;
}

.index_banner .p_banner {
    display: none;
}

.p_contactus {
    display: none;
}

#p_footer {
    display: none;
}

.p_rinav {
    display: none;
}

.industryBox4 {
    background-color: #EDECEA;
}

.industryBox4 h4 {
    font-size: 32px;
    color: #e60000;
}

.industryBox4 .industryBox_text p {
    line-height: 30px;
}


/* 导航 */

.grid-x {
    position: relative;
}

.nav_ul .nav_li>a {
    display: block;
    position: relative;
}

.nav_ul .nav_li>a:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon23.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li>a.active:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li>a:hover:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li>a.active {
    color: #e60000;
}

.nav_ul .nav_li {
    position: initial;
}
.nav_ul .nav_li.nav_once a:before {
    display: none;
}
.nav_ul .nav_li .navUl {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    z-index: 500;
    padding-right: 50px;
}

.nav_ul .nav_li .navUl .navLi {
    border-bottom: 2px solid #edecea;
}

.nav_ul .nav_li .navUl .navLi a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
}

.nav_ul .nav_li .navUl .navLi a:hover {
    color: #e60000;
}

.nav_ul .nav_li .navUl .navLi:nth-child(1) a:before {
    display: none;
}


/* 产品 */

.nav_ul .nav_li .navUl .navUl_1 {
    padding-top: 20px;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
}

.nav_ul .nav_li.product_nav .navUl {
    padding-right: 50px;
}

.nav_ul .nav_li.product_nav .navUl .navLi>a {
    position: relative;
}

.nav_ul .nav_li.product_nav .navUl .navLi>a:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon23.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li.product_nav .navUl .navLi>a.active {
    color: #e60000;
}

.nav_ul .nav_li.product_nav .navUl .navLi>a.active:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li.product_nav .navUl .navLi>a:hover:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.nav_ul .nav_li.product_nav .navUl .navLi .navUl_1 li a::before {
    display: none;
}

.cp_box .grid-x {
    height: 400px;
}

.rinav_imgs .rinav_img p {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.contactus p:hover {
    background-color: #edecea;
}

.rinav li .dizhi {
    position: absolute;
    top: 0px;
    left: -108px;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
    border-radius: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* opacity: 0; */
    /* width: 0; */
    display: none;
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 2%);
}

.rinav li .dizhi p {
    font-size: 16px;
    line-height: 28px;
    color: #e60000;
}

.rinav li .dizhi::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    margin-top: -10px;
    border-left-color: rgba(255, 255, 255, .9);
    right: -20px;
    bottom: 32%;
}

.rinav li.rinav_dizhi:hover .dizhi {
    display: block;
}

.two_left.industryBox .pro_box_main h4 {
    font-size: 32px;
    color: #e60000;
    text-align: left;
    line-height: 46px;
    margin-bottom: 30px;
    font-weight: 600;
}

.two_left.industryBox .industryBox_text p {
    text-align: left;
}

.two_left.industryBox .industryBox_text p a {
    color: #e60000;
}


/* 10-12 */

.company_img img {
    width: 100%;
}


/* cook */

.cookie {
    background: #fff;
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 99;
}

.cookie .item {
    display: flex;
    flex-direction: row;
    padding: 15px 0px;
    justify-content: space-between;
    align-items: center;
}

.cookie .item .text {
    padding-right: 140px;
}

.cookie .item .text strong {
    font-size: 22px;
    color: #000;
}

.cookie .item .text p {
    color: #000000;
    margin-top: 12px;
    line-height: 22px;
    font-size: 14px;
}

.cookie .item .text p a {
    color: #e60000;
}

.cookie .item .cookie-click {
    border: 2px solid #fff;
    font-size: 16px;
    width: 140px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: #e60000;
    border-radius: 30px;
    flex: 0 0 auto;
}


/* .search_list.news_li a .news_text{
    width: 90%;
}  */


/*  */

.banners .banner_box .item div {
    background-color: initial;
}

.about_video {
    margin-bottom: 0;
}

.header_right .header_contact a p {
    font-weight: bold;
}

.contactus p a {
    font-weight: bold;
}

.contactus h5 {
    font-weight: bold;
}

.download_box .download_list h5 {
    line-height: 26px;
}

.conduct .pro_box_main.aboutBox {
    max-width: 80%;
}


/* .Stretch_list .title{
    display: none;
} */

.Stretch .table_p p {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    padding: 15px;
}

.Stretch {
    padding-top: 0px;
    /* margin-bottom: 10px; */
    margin-bottom: 60px;
}

.Stretch_text table tbody tr td {
    line-height: 56px;
}

.industryBox .pro_box_main .industryBox_text p {
    text-align: left;
    /* text-align: center; */
}

.industryBox .pro_box_main .industryBox_text a {
    color: #e60000;
}

.industryBox .pro_box_main .industryBox_text {
    max-width: 80%;
    margin: auto;
}

.pro_box .pro_box_text p {
    text-align: left;
}

.download_box .download_list {
    text-align: left;
}

.download_box .download_list a {
    display: inline-block;
    background-size: 36px 65px;
    min-height: 65px;
}

.large .cp_navul .nav_li .navUl .navLi>a {
    position: relative;
}

.large .cp_navul .nav_li .navUl .navLi>a:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon23.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.large .cp_navul .nav_li .navUl .navLi>a.active:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.large .cp_navul .nav_li .navUl .navLi>a:hover:before {
    -ms-flex-item-align: center;
    align-self: center;
    content: '';
    background: url(../images/icon24.png) no-repeat center right;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 40%;
}

.large .cp_navul .nav_li .navUl .navLi .navUl_1 .nav_Li {
    border-bottom: 2px solid #edecea;
}

.h_nav_box .company .nav_ul .no_nav>a::before {
    display: none;
}

.s_ou .index_content_box .index_content_list .index_content_li a {
    cursor: pointer;
}

.copy .company_top .details_p h6 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.manual.manual4 {
    justify-content: space-around;
}

.manual.manual4 .manual_list {
    width: 24%;
    padding-right: 1%;
}

.manual.manual4 .manual_list .manual_list_img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /* margin: 0 auto 20px; */
}

.manual.manual4 .manual_list h6 {
    color: #e60000;
}

.combination_c,
.strategy_text {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #000;
    max-width: 80%;
    margin: auto;
}

.strategy_boxs {
    max-width: 80%;
    margin: auto;
}

.Global .title {
    margin-top: 60px;
}

.index_content_li_a a {
    cursor: default;
}

.index_about {
    background-color: #f4f3f2;
}

.index_abouts {
    background-color: #fff;
}

.margin_bottom60 {
    margin-bottom: 60px;
}

.banners_jb {
    position: relative;
}

.banners_jb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
}

.newmain {
    max-width: 1000px;
}


/* .company .company_top h3{
    font-size: 52px;
    line-height: 64px;
} */

.company .company_tops h3 {
    font-size: 32px;
    line-height: 46px;
}

.pro_box .pro_box_text ul {
    margin: 10px 0;
}

.pro_box .pro_box_text li {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    padding-left: 20px;
    background: url(../images/icon41.png) no-repeat top 15px left;
}

form {
    -webkit-user-select: text !important
}

.details .details_title {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.details .details_p1 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.details .details_ul {
    margin: 30px 0;
}

.details .details_ul li {
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.details .details_ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #e60000;
    position: relative;
}

.details .details_ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #e60000;
}

.details .details_ul li a:hover::after {
    width: 100%;
}

.indu .pro_box_main .industryBox_text p {
    text-align: center;
}

.banners .banner_box .item div {
    position: relative;
    z-index: 2;
}

.banners_jb .banners_box .item p {
    color: #fff;
}


/*  */

.index_content_box1 .index_content_list .index_content_li ul li {
    padding-left: 15px;
    background: url(../images/aicon41.png) no-repeat top 8px left;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: left;
}

.Popup_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    z-index: 10000;
}

.Popup_box .main {
    height: 100%;
}

.Popup_content {
    display: flex;
    align-items: center;
    height: 100%;
}

.Popup_content .box_ {
    width: 100%;
    /* height: 200px; */
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}

.Popup_content .box_ .left {
    width: 50%;
}

.Popup_content .box_ .left .Popup_box_swiper .swiper-slide {
    height: 576px;
    width: 100%;
}

.Popup_content .box_ .right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.Popup_content .box_ .right h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
    color: #e60000;
    font-weight: 700;
}

.Popup_content .box_ .right .txt p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #000;
    line-height: 24px;
}

.Popup_content .box_ .right .txt ul {
    margin-bottom: 32px;
}

.Popup_content .box_ .right .txt ul li {
    padding-left: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    background: url(../images/aicon41.png) no-repeat top 14px left;
}

.Popup_content .box_ .right .txt p a {
    color: #e60000;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    padding-bottom: 5px;
}

.Popup_content .box_ .right .txt p a:hover {
    border-color: #e60000;
}

.Popup_box_swiper .btn {
    width: 72px;
    height: 51px;
    background-size: 72px 51px;
    left: initial;
    right: initial;
}

.Popup_box_swiper .btn.swiper-button-prev {
    background-image: url(../images/icon_pagep.png);
    left: -10px;
}

.Popup_box_swiper .btn.swiper-button-next {
    background-image: url(../images/icon_pagen.png);
    right: 130px;
}

.Popup_content .box_ .right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -140px;
    width: 240px;
    height: 105%;
    background-color: #fff;
    z-index: 5;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -moz-transform: rotate(10deg);
    /* Firefox */
    -webkit-transform: rotate(10deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(10deg);
    /* Opera */
}

.Popup_content .box_ .right .texts {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-right: 30%;
}

.Popup_content .box_ .right::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -120px;
    width: 16px;
    height: 100%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -moz-transform: rotate(10deg);
    /* Firefox */
    -webkit-transform: rotate(10deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(10deg);
    /* Opera */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #e60000), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #e60000 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%);
    z-index: 10;
}

.Popup_content .box_ .right .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 11;
    cursor: pointer;
}

.Popup_content .box_ .right .icon img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.Popup_content .box_ .right .icon:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
}

.pcp_li {
    width: 32%;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pcp_li .list {
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    cursor: pointer;
}

.la_combination .la_title {
    font-size: 32px;
    line-height: 46px;
    color: #e60000;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.industryBox .pro_box_main .industryBox_text1 p {
    margin-bottom: 0;
    padding-left: 15px;
    background: url(../images/aicon41.png) no-repeat top 14px left;
}

.la_combination .combination_box .combination_text .combination_text_t ul li {
    padding-left: 15px;
    background: url(../images/aicon41.png) no-repeat top 8px left;
}

.industryBox .pro_box_main .industryBox_text ul li {
    padding-left: 15px;
    margin-bottom: 8px;
    background: url(../images/aicon41.png) no-repeat top 9px left;
}

.ban_Swi .btn {
    width: 72px;
    height: 51px;
    background-size: 72px 51px;
}

.ban_Swi .btn.swiper-button-prev {
    background-image: url(../images/icon_pagep.png);
    left: 0;
}

.ban_Swi .btn.swiper-button-next {
    background-image: url(../images/icon_pagen.png);
    right: 0;
}

.Stretch_li .Stretch_text .title3 {
    font-size: 22px;
    color: #e60000;
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
}

.achievement2 {
    padding-top: 0;
}

.p_product .index_content_box .index_content_list .index_content_li.index_content_li_b:hover {
    background-color: #fff;
}

.p_product .index_content_box .index_content_list .index_content_li.index_content_li_b:hover .index_productimg img {
    transform: initial;
}

.index_content_1 .index_content_box .index_content_list {
    /* justify-content: space-between; */
    /* margin-right: 2%; */
}

/* .index_content_1 .index_content_box .index_content_list:nth-child(3n){
    margin-right: 0;
} */
.index_content_box .index_content_list_1 {
    justify-content: space-between;
}

.index_content_1 .index_content_box .index_content_list .index_content_li {
    margin-right: 2%;
}

.index_content_1 .index_content_box .index_content_list .index_content_li:nth-child(3n) {
    margin-right: 0;
}

.news_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.news_justify {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news_justify .news_justify_li {
    width: 32%;
}

.news_justify .news_justify_li .text_po {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.textBox_center {
    margin-top: 30px;
}

.textBox_center p {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0;
}

.pro_box_litext p.text {
    min-height: initial;
}

.pro_box_li .pro_box_litext ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    color: #000000;
    background: url(../images/aicon41.png) no-repeat top 8px left;
}

.pro_box_list .pro_box_li:hover {
    background-color: #edecea;
}


.index_content .index_content_box {
    overflow: hidden;
}

.index_content .index_content_box .index_content_list {
    margin-left: -20px;
    margin-right: -20px;
}

.index_content .index_content_box .index_content_list .index_content_li {
    margin-right: 0 !important;
    padding: 0 20px;
}

.index_content .index_content_box .index_content_list .index_content_li:hover {
    background-color: initial;
}

.index_content .index_content_box .index_content_list .index_content_li.none_bg:hover .index_productimg img {
    transform: initial;
}

.index_content .index_content_box .index_content_list .index_content_li a {
    display: block;
    height: 100%;
    width: 100%;
}

.index_content .index_content_box .index_content_list .index_content_li:hover a {
    background-color: #edecea;

}

#news_index .index_content_li:hover {
    background-color: initial;
}

#index_activity .index_content_li {
    margin-right: 0 !important;
    padding: 0 20px;
    background-color: initial;
}

#index_activity .index_content_li a {
    background-color: #fff;
    padding: 30px;
}

.p_product .index_content_box .index_content_list .index_content_li_b:hover a {
    background-color: #fff;
}

.chart_box {
    overflow: auto;
}

.two_text .pro_box_main {
    max-width: 80%;
}

.two_text .pro_box_main .industryBox_text {
    max-width: 100%;
}

.newmain .result {
    text-align: center;
    line-height: 28px;
    color: #333;
    margin-top: 50px;
}

.newmain .fillin {
    text-align: center;
    line-height: 28px;
    color: #333;
    margin-top: 50px;
}



.two_bgs {
    background-color: #f4f3f2;
}

.on_question {
    margin-bottom: 40px;
}

.desc-box {
    position: relative;
}
.desc-box .poster {
    position: relative;
}
.desc-box .poster img {
    width: 100%;
}

.desc-box .content {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    width: 100%;
    height: 100%;
    max-width: 90%;
    padding: 6rem 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.desc-box .content .info {
    font-weight: bold;
}

.desc-box .content .name {
    margin-top: 2rem;
}

.desc-box .poster::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
}