﻿.index_swiper_slide1_con {
    position: absolute;
    bottom: 217px;
    font-weight: 600;
    font-family: Alibaba-PuHuiTi-H;
    left: 80px;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 3px 5px 6px rgba(0, 0, 0, 0.32);
    z-index: 1000;
}

.page-num{
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}
.page-num:hover{
    border: 1px solid #fe7506;
    color: #fe7506
}

.page-num.active {
    border: 1px solid #fe7506;
    background-color: #fe7506;
    color: #FFFFFF
}
.page-num .thisclass {
    background-color: #fe7506;
    color: #FFFFFF;
}

.yqlj {
    background-color: #1b1b1b;
    padding: 40px 0 0px;
    line-height: 30px;
    color: #fff;
    font-size: 1rem;
}

.yqlj .container {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.yqlj a {
    margin-right: 15px;
    color: #fff;
}

.yqlj a:hover {
    color: #fe7506 !important;
}

.BMap_shadow img {
    display: none !important;
}

img {
    max-width: 100%;
}

.my-video-dimensions {
    width: 100% !important;
    /* height: 100%; */
    height: 600px !important;
}

.modal.in .modal-dialog {
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

.daohang {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    line-height: 80px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.daohang_ico div {
    display: inline-block;
    color: #fff;
}

.daohang_ico .iconfont {
    color: #fff;
    font-size: 20px;
}

.daohang_dh {
    line-height: 30px;
    position: relative;
    /* top: 15px; */
}

.daohang_dh p:nth-of-type(1) {
    color: #9e9e9e;
    font-size: 0.875rem;
    font-weight: bold;
}

.daohang_dh p:nth-of-type(2) {
    font-size: 1rem;
    font-weight: bold;
}

.daohang_ico_div>div:nth-of-type(1) {
    margin: 0 10px 0 30px;
}

.daohang_ul>li {
    display: inline-block;
    margin-right: 31px;
    position: relative;
}

.daohang_ul li a {
    display: block;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
}

.banner_div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
}

.banner_size {
    color: #fff;
    line-height: 60px;
}

.banner_size p:nth-of-type(2) {
    font-size: 1.875rem;
    font-weight: 500;
    margin-top: 25px;
}

.banner_size p:nth-of-type(1) {
    font-size: 3.375rem;
    font-weight: 900;
}

.banner_a a,
.banner_a button {
    color: #181818;
    font-size: 1.125rem;
    font-weight: 500;
    border: 1px solid #fff;
    background: #ffffff;
    line-height: 50px;
    padding: 0 50px;
    display: inline-block;
}

.banner_a button {
    background: #222222;
    color: #fff;
    border: 1px solid #222222;
}

.banner_a button:hover {
    background-color: #fe7403;
    color: #fff;
    border: 1px solid #fff;
}

.banner_a span {
    margin-left: 50px;
    display: inline-block;
}

.banner_a {
    margin-top: 25px;
}

.sincerity_ul li {
    width: 24.5%;
    float: left;
    position: relative;
    margin-left: 0.5%;
}

.sincerity_ul li::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% + 40px);
    background-color: #ff7607;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.sincerity_ul li:hover::after,
.sincerity_ul li.active::after {
    opacity: 1;
}

.sincerity_ul li:nth-of-type(1) {
    margin-left: 0;
}

.sincerity_div a:nth-of-type(1) {
    color: #181818;
    font-size: 1.125rem;
    font-weight: bold;
    z-index: 55;
    position: relative;
}

.sincerity_div p {
    color: #8e8e8e;
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    margin: 25px 0 30px 0;
    z-index: 55;
    position: relative;
}

.sincerity_div a:nth-of-type(2) {
    color: #fe7506;
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    z-index: 55;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.sincerity_div {
    padding: 55px 35px;
    box-shadow: 1px 1.732px 15.04px 0.96px rgba(85, 84, 84, 0.13);
}

.sincerity_ul li:hover .sincerity_div p,
.sincerity_ul li:hover .sincerity_div a:nth-of-type(1),
.sincerity_ul li.active .sincerity_div p,
.sincerity_ul li.active .sincerity_div a:nth-of-type(1) {
    color: #fff;
}

.sincerity_ul li:hover .sincerity_div a:nth-of-type(2),
.sincerity_ul li.active .sincerity_div a:nth-of-type(2) {
    color: #fff;
    padding-left: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.better {
    padding: 60px 0;
}

/* .better_ti{
    margin-left: 8.88%;
} */
.better_ti p:nth-of-type(1),
.futitle {
    color: #fe7506;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.better_ti p:nth-of-type(2),
.title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #181818;
}

.better_div {
    margin-top: 55px;
}

.better_fl {}

.c0 {
    color: #000;
}

.better_fl>p:nth-of-type(1) {
    color: #181817;
    font-size: 1.12rem;
    font-weight: bold;
    line-height: 30px;
}

.products_size p {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 24px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.products .swiper-pagination {
    display: none;
}

.better_fl>p:nth-of-type(2) {
    margin: 30px 0 35px 0;
    color: #8e8e8e;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 26px;
    text-align: justify;
}

.better_div .banner_a {
    margin-top: 0;
}

.better_div .banner_a a {
    color: #fff;
    border: 1px solid #222222;
    background: #222222;
}

.about__img {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    padding-bottom: 40px;
}

.img-fluid {
    max-width: 100%;
    height: auto;

}

.about__img:after {
    content: "";
    position: absolute;
    top: 115px;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
    background-color: #ff7607;
}

.popup-video {
    height: 45px;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #ff7607;
    color: #fff;
    border: 2px solid #ff7607;
    width: 170px;
}

.popup-video:hover {
    color: #fff;
}

.better_ul {
    margin-left: 35px;
}

.feature__content {
    position: relative;
    padding-left: 15px;
    margin-top: 35px;
}

.better_ul>li:nth-of-type(1) {
    margin-top: 0;
}

.better_ul>li::before {
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff7607;
    content: "";
    position: absolute;
    left: 0;
}

.feature__content p {
    color: #181818;
    font-size: 1.125rem;
    font-weight: bold;
}

.feature__content div {
    color: #8e8e8e;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
    font-weight: bold;
}

.feature__content:hover p {
    color: #fe7506;
}

.products {
    padding: 60px 0 0px;
    background: #f8f8f8;
}

.products .better_ti {
    text-align: center;
}

.products_ul {
    text-align: center;
    line-height: 45px;
    margin: 50px 0 60px 0;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
}

.products_ul li {
    color: #181818;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.products_ul li:nth-of-type(1) {
    margin-left: 0;
}

.daohang_ul>li::after,
.products_ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fe7506;
    content: "";
    height: 3px;
    width: 0;
}

.products_ul li:hover::after,
.daohang_ul>li:hover::after,
.daohang_ul>li.active::after,
.products_ul li.active::after {
    width: 100%;
}

.products_div>a {
    display: block;
    border: 1px solid #e4e4e4;
}

.products_size>a {
    color: #181818;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_size>div {
    color: #8e8e8e;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 26px;
    margin: 15px 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

.products_size>div:nth-child(2) {
    height: 130px;
}

.products_div {
    background: #fff;
}

.products_size {
    padding: 30px 20px;
}

.products_size div a {
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #fe7403;
    color: #fe7403;
    background: #fff;
}

.products_size div a:nth-of-type(1) {
    background: #fe7403;
    color: #fff;
    margin-right: 15px;
}

.products_div:hover {
    background: #fe7403;
}

.products_div:hover>a {
    border: 1px solid #fe7403;
}

.products_div:hover .products_size>p,
.products_div:hover .products_size>a {
    color: #fff;
}

.products_div:hover .products_size>div {
    color: #fff;
}

.products_div:hover .products_size div a:nth-of-type(1) {
    border: 1px solid #fff;
}

.products_lb .swiper-wrapper>div:nth-of-type(n+4) {
    margin-bottom: 50px;
}

.application {
    background: #fe7506;
}

.application>div {
    width: 50%;
}

.application .better_ti {
    margin-left: 0;
}

.application .better_ti p {
    color: #fff !important;
}

.application_fl {}

.application .application_pa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5% 0;
}

.application_fl_size {
    color: #fff;
    font-size: 0.875rem;
    line-height: 26px;
    margin-top: 40px;
}

.application_fl_ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.application_fl_ul>li {
    /* width: 25%; */
    float: left;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
}

.application_fl_ul>li:nth-of-type(1) {
    margin-left: 0;
}

.application_fl_ul p {
    margin-top: 12px;
}

.pt60 {
    padding-top: 60px;
}

.yincang11 {
    display: none;
    color: red;
    font-size: 1.25rem;
    text-align: center;
}

.application_fr_lb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    padding: 35px 20px 65px 65px;
    background: #fe7403;
}

.application_fr_size {
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
}

.application_fr_size span {
    font-size: 2.625rem;
    margin-right: 10px;
}

.application_fr_size p {
    margin: 18px 0;
}

.application_fr_lb .swiper-pagination {
    width: auto;
    top: 0;
    right: 0;
    bottom: auto;
    text-align: right;
}

.application_fr_lb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 3px solid #fff;
    opacity: 1;
}

.application_fr_lb .swiper-pagination-bullet-active {
    border: 3px solid #000;
}

.case_ti {
    text-align: center;
}

.case_ti p:nth-of-type(2),
.title {
    position: relative;
    padding-bottom: 18px;
}

.case_ti p:nth-of-type(2)::after {
    width: 42px;
    height: 3px;
    background: #fe7403;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.case {
    padding: 60px 0 60px 0;
}

.case_div>a {
    display: block;
}

.case_size a:nth-of-type(1) {
    color: #181818;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}

.case_size p:nth-of-type(1) {
    color: #fe7403;
    font-size: 0.75rem;
    font-weight: bold;
}

.case_size p:nth-of-type(2) {
    color: #8e8e8e;
    font-size: 0.75rem;
    line-height: 26px;
    margin: 15px 0 35px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}

.case_size a:nth-of-type(2) {
    color: #181818;
    font-size: 0.875rem;
    font-weight: bold;
}

.case_div {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3.464px 6.65px 0.35px rgba(85, 84, 84, 0.19);
}

.case_size {
    padding: 35px 28px;
}

/* .case_lb   */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 3px solid #fe7403;
    opacity: 1;
    margin: 0 5px;
}

/* .case_lb  */
.swiper-pagination-bullet-active {
    border: 3px solid #000;
}

.case_lb .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 0;
}

.case_lb {
    padding: 40px 0 50px 0;
}

.case_lb .swiper-container {
    padding: 10px 5px;
}

.case_size .iconfont {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.case_div:hover .case_size .iconfont {
    color: #fe7403;
    padding-left: 15px;
    opacity: 1;
}

.case_div:hover .case_size a:nth-of-type(2) {
    color: #fe7403;
}

.news_lb .case_div {
    box-shadow: none;
}

.news_lb .case_div>a {
    border: 1px solid #181818;
}

.news_lb .case_size p:nth-of-type(2) {
    margin: 12px 0;
}

.news_lb {
    margin: 35px 0 0px;
}

.index_mews_bot ul li {
    width: 30.8%;
    float: left;
    margin-left: 45px;
}

.index_mews_bot ul li:nth-of-type(1) {
    margin-left: 0;
}

.index_mews_bot ul li a {
    font-size: 1rem;
    line-height: 56px;
    color: #47494b;
    border-bottom: 1px solid #d4dce8;
}

.index_mews_bot ul li a .fl {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.index_mews_bot ul li a .fr {
    width: 20%;
    text-align: right;
}

.index_mews_bot ul li a:last-child {
    border-bottom: none;
}

.index_mews_bot ul li a:hover {
    color: #fe7403;
}

.index_mews_bot {
    margin-bottom: 50px;
}

.cf {
    color: #fff !important;
}

.ideas_content_details {
    font-size: 1rem;
    line-height: 36px;
    color: #ffffff;
    padding: 40px 0 25px;
}

.ideas_content {
    position: absolute;
    top: 50%;
    right: 17%;
    transform: translateY(-50%);
    background-color: #fe7403;
    width: 35%;
    float: right;
    padding: 68px 45px 77px;
}

.tl {
    text-align: left !important;
}

.ideas_swiper_fl {
    width: 20%;
}

.ideas_swiper_fr {
    width: 80%;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #181818;
}

.ideas_swiper_tx img {
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 2px #fe7403;
}

.ideas_name {
    font-size: 1.125rem;
    line-height: 30px;
    color: #181818;
}

.ideas_job {
    font-size: 0.875rem;
    line-height: 30px;
    color: #666666;
}

.ideas_icon {
    margin-top: 40px;

}

.ideas_icon span {
    font-size: 0.875rem;
    color: #fe7403;
}

.ideas_swiper_fr div.pr::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    background: url(../img/7.png);
    background-size: 100% 100%;
    width: 98px;
    height: 65px;
    z-index: -1;
}

.ideas_swiper {
    padding: 95px 0 61px;
}

.evaltation {
    padding-bottom: 40px;
    border-bottom: solid 2px rgba(0, 0, 0, .24);
}

.Partnerships_swiper img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.Partnerships_swiper .swiper-slide:hover img {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.Partnerships {
    margin: 45px 0 60px;
    display: none;
}

.contect {
    background: url(../img/10.jpg);
    background-size: 100% 100%;
    background-position: top left;
    padding: 78px 0 74px;
}

.context_pa_fl {
    width: 36.4%;
    background-color: rgba(254, 116, 3, .8);
    padding: 48px 31px 78px;
}

.context_pa_fr {
    width: 63.6%;
    background: rgba(255, 255, 255, 0.68);
    padding: 31px 75px 35px;
}

.bshare-custom a:hover {
    text-decoration: none !important;
}

.context_fl_ul li {
    margin-top: 11.9px;
    color: #fff;
}

.context_fl_ul li span {
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    color: #ffffff;
}

.context_fl_ul li span:nth-of-type(1) {
    font-size: 1.25rem;
    margin-right: 5px;
}

.index_form_ul li {
    width: 47.1%;
    margin-left: 32px;

    font-size: 14px;
    color: #666666;
    margin-bottom: 29px;
    float: left;
}

.index_form_ul li input {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 20px;
    border: none;
    height: 53px;
    line-height: 53px;
}

.index_form_ul li:nth-child(odd) {
    margin-left: 0;
}

.textar textarea {
    padding: 19px 20px;
    font-size: 14px;
    color: #666666;
    width: 100%;
    border: none;
    height: 126px;
    background-color: #f3f3f3;
}

.contect .banner_a a {
    background-color: #222222;
    border: 1px solid #222;
    color: #fff;
}

.contect .banner_a a:hover {
    background: #fff;
    color: #222;
}

footer .footer_fl1 {
    padding-right: 140px;
}

footer p {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer_fl1 {
    width: 40%;
}

.footer_fl2,
.footer_fl3 {
    width: 30%;
}

footer {
    background-color: #1b1b1b;
    padding: 40px 0 49px;
}

.index_footer_fl1 {
    width: 40%;
}

.index_footer_fl1 a {
    margin-right: 20px;
}

.index_footer_fl1 p {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 50px;
}

.index_footer_fl2 {
    width: 40%;
}

.bdshare-button-style0-16 {
    zoom: 1;
}

.index_footer_fl3 span {
    /* line-height: 40px; */
    display: inline-block;
    font-size: 1.8rem;
}

.index_footer_fl3 {
    width: 20%;
    padding-top: 40px;
    text-align: right;
}

.news_xq_fx {
    float: right;
}

.bd_weixin_popup {
    height: 300px !important;
}

.index_footer_fl3 a {
    background: transparent !important;
    font-size: 1.6rem !important;
    color: #fff !important;
    margin: 0 !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
    float: none !important;

    display: inline-block;
    text-align: center;
}

.bshare-custom a {
    height: 43px !important;
    width: 43px !important;
    line-height: 43px !important;

}

.index_footer_fl3 a {
    display: inline-block !important;
    border-radius: 50%;
    border: 1px solid #fff !important;
}

.index_footer_fl3 a .iconfont {
    font-size: 1.5rem;
    color: #fff !important;
}

.bsBox {
    height: 257px !important;
    width: 232px !important;
}

.footer-title {
    font-size: 1.125rem;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.index_footer_fl2 li {
    margin-bottom: 10px;
    color: #fff;
    width: 50%;
    font-size: 1rem;
    line-height: 28px;
    color: #ffffff;
    float: left;
}

.index_footer_fl2 li a {
    color: #fff;
}

.index_footer_fl2 li.w100 {
    width: 100%;
}

.index_footer_fl2 .fl:nth-child(1) {
    width: 20px;
    margin-top: 6px;
}

.index_footer_fl2 .fl:nth-child(2) {
    padding-left: 20px;
    font-size: 1rem;
    line-height: 30px;
    color: #ffffff;
    width: 80%;
}

.index_footer_fl2 .fl:nth-child(1) span {
    color: #fe7403;
    font-size: 1.375rem;
}

.index_footer_fr3 {
    width: 38%;
    font-size: 1rem;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.index_footer_fr3 div.ta {
    margin-left: 32px;
    width: 41%;
}

.index_footer_fr3 div.ta img {
    width: 100%;
}

.index_footer_fr3 p {
    margin-top: 10px;
}

.beian {
    height: 82px;
    line-height: 82px;
    background-color: #161515;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
}

.beian a {
    color: #fff;
}

.daohang.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    line-height: 75px;
    height: 75px;
    box-shadow: 0px 1px 3px #cacaca;
}

.daohang.active .daohang_ul>li>a,
.daohang.active .daohang_ico div,
.daohang.active .daohang_dh p:nth-of-type(1),
.daohang.active .daohang_ico .iconfont {
    color: #000;
}

.ds {
    cursor: pointer;
}

.video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 2px solid #ff7607;
    border-radius: 50%;
    -webkit-animation: pulsing 3s linear 0s infinite;
    -moz-animation: pulsing 3s linear 0s infinite;
    -ms-animation: pulsing 3s linear 0s infinite;
    -o-animation: pulsing 3s linear 0s infinite;
    animation: pulsing 3s linear 0s infinite;
    top: 0;
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

.video__player-animation-2 {
    animation-delay: 1s;
}

.video__player-animation-3 {
    animation-delay: 1.8s;
}

.bowen {
    margin-left: 40px;
    cursor: pointer;
}

.banner_a a:hover {
    background-color: rgba(254, 116, 3, 1);
    color: #fff;
}

.products_lb {
    display: none;
}

.product_sum>.products_lb.active {
    display: block;
}


/* 内页 */
/* 关于我们 */
.loction {
    line-height: 60px;
    font-size: 1rem;
    font-weight: normal;
    color: #181818;
}

.loction a {
    color: #181818;
}

.list_about_onefl,
.list_about_onefr {
    width: 50%;
}

.list_about_onefl .w100 {
    position: relative;
    top: 0;
    /* left: 98px; */
    float: right;
    width: 70%;
}

.list_about_onefl::before {
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    width: 51%;
    height: 90%;
    background-color: #fe7506;
    z-index: -1;
}

.list_about_onefl {
    padding-right: 63px;
}

.list_about_onefr {
    padding-left: 53px;
}

.list_about_one {
    padding-bottom: 100px;
}

.nei_title1 {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #fe7506;
    margin-bottom: 10px;
}

.nei_futitle {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.9px;
    color: #181818;
}

.list_about_con {
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #8e8e8e;
    margin-top: 35px;
}

.list_about_two_fl {
    width: 40%;
    padding-right: 70px;
}

.list_about_two_fr {
    width: 60%;
}

.img11 {
    position: absolute;
    top: -20px;
    left: 0;
}

.img22 {
    position: absolute;
    top: 100px;
    left: 34.5%;
}

.img33 {
    position: absolute;
    top: 0;
    right: 0;
}

.list_about_two {
    padding: 40px 0 120px;
}

.news.mt40 {
    margin: 10px 0 30px 0;
}

.list_pro_li {
    float: left;
    margin: 0 0 30px 19px;
    width: 23.75%;

}

.aboutpro .list_pro_li:nth-child(4n+1) {
    margin-left: 0;
}

.list_pro_li:nth-child(4n+1) {
    margin-left: 0;
}

.list_pro_news .index_mews_bot ul li {
    width: 48.7%;
    margin-left: 29px;
}

.list_pro_news .index_mews_bot ul li:nth-child(odd) {
    margin-left: 0;
}

.list_pro {
    margin: 0 0 60px 0;
}

.list_pro_erji {
    height: 46px;
    line-height: 46px;

    margin-bottom: 60px;
}

.list_pro_erji ul {
    display: flex;
    justify-content: center;
    background: #eee;
}

.list_pro_erji ul li {
    padding: 0 13px;
}

.list_pro_erji ul li a {
    color: #181818;
}

.list_pro_erji ul li.active,
.list_pro_erji ul li:hover {
    background: #fe7403;
}

.list_pro_erji ul li.active a,
.list_pro_erji ul li:hover a {
    color: #fff;
}

.list_contact_title {
    font-size: 1.375rem;
    line-height: 30px;
    color: #181818;

    font-weight: 600;
    margin-bottom: 10px;
}

.list_contact_con {
    font-size: 1rem;
    line-height: 32px;
    color: #181818;
}

.list_lx_swpier .swiper-slide {
    border-right: 1px solid rgba(13, 13, 13, .1);
    padding-left: 30px;
}

.list_lx_swpier .swiper-slide:nth-child(1) {
    padding-left: 0;
}

.list_lx_swpier .swiper-slide:last-child {
    border: none;
}

.list_lx_swpier .swiper-slide:hover .list_contact_con,
.list_lx_swpier .swiper-slide:hover .list_contact_title,
.list_lx_swpier .swiper-slide.active .list_contact_con,
.list_lx_swpier .swiper-slide.active .list_contact_title {
    color: #fe7506;
}

.list_lx .map {
    margin-top: 65px;
}

.list_ly .inp {
    width: 33.3%;
    float: left;
}

.list_ly .inp input {
    width: 70%;
    border-radius: 2px;
    border: solid 1px #d0d0d0;
    background: #fff;
    height: 52px;
    line-height: 52px;
    font-size: 1rem;
    padding: 0 15px;

}

.list_ly textarea {
    width: 94.2%;
    border-radius: 2px;
    border: solid 1px #d0d0d0;
    background: #fff;
    height: 257px;
    line-height: 30px;
    margin-left: 18px;
    padding: 10px 15px;
}

.list_ly .inp_textarea {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.tr {
    text-align: right;
}

.list_ly .inp {
    margin-bottom: 46px;
}

.list_ly .inp_textarea {
    margin-bottom: 30px;
}

.list_ly button {
    width: 179px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #222222;
    color: #fff;
    border: none;
    font-size: 1rem;

}

.list_ly {
    margin: 80px 0 72px;
}

.list_ly .inp_textarea span {
    vertical-align: top;
}

.list_ly form {
    margin-top: 68px;
}

/* 新闻列表 */
.list_article_fl {
    width: 25%;
}

.list_article_fr {
    width: 75%;
    padding-left: 23px;
}

.list_article_fr a {
    font-size: 1.125rem;
    line-height: 44px;
    color: #181818;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transform: translateX(0);
    margin-top: 15px;
    font-weight: 600;
}

.list_article_fr .data {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.list_article_con {
    font-size: 0.875rem;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
}

.list_article_ul li {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.list_article_ul li:hover img {
    transform: scale(1.1);
}

.list_article_ul li:hover .list_article_fr a {
    transform: translateX(20px);
    color: #fe7403;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.list_article_ul li:first-child {
    padding-top: 0;
}

.about_title span {
    font-size: 1.25rem;
    line-height: 30px;
    color: #181818;
    position: relative;
    line-height: 40px;
}

.about_title span::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fe7403;
    content: "";
}

.about_title {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.list_article_pro {
    margin: 50px 0 80px;
}

.list_article_pro_name {
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 10px 0;
}

.list_article_pro_swiper .over {
    border: solid 1px #707070;
}

.list_article_pro_swiper {
    padding: 40px 0 80px;
}

.list_article_pro_swiper .swiper-slide:hover .over {
    border-color: #fe7403;
}

.list_article_pro_swiper .swiper-slide:hover .list_article_pro_name {
    color: #fe7403;
}

.list_article_pro_swiper .swiper-slide:hover .over img {
    transform: scale(1.1);
}

.article_article_con {
    font-size: 0.875rem;
    line-height: 28px;
    color: #666666;
    margin: 20px 0 40px;
    border-top: 1px solid rgba(0, 0, 0, .13);
    padding: 20px 0 0;
}

.article_fx {
    font-size: 0.875rem;
    color: #666666;
    margin: 20px 0 0;
}

.article_article_title {
    font-size: 1.875rem;
    color: #242426;
}

.article_pro_fl {
    width: 50%;
}

.article_pro_fr {
    width: 50%;
    padding-left: 33px;
}

.article_pro .gallery-top .swiper-slide {
    border: solid 1px rgba(4, 0, 0, 0.11);
}

.article_pro .gallery-thumbs .swiper-slide {
    border: solid 1px rgba(0, 0, 0, 0.06);
}

.article_pro .gallery-thumbs {
    width: 80%;
    margin: 24px auto 0;
}

.article_pro .swiper-button-next,
.article_pro .swiper-button-prev {
    top: auto;
    bottom: 20px;
    background-size: 30px 30px;
}

.article_pro .swiper-button-next.swiper-button-disabled,
.article_pro .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.article_pro .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fe7403'%2F%3E%3C%2Fsvg%3E");
}

.article_pro .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fe7403'%2F%3E%3C%2Fsvg%3E");
}

.article_pro .swiper-button-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.article_pro .swiper-button-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.article_pro_title {
    font-size: 1.875rem;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fe7403;
    position: relative;
    padding-bottom: 15px;
}

.article_pro_title::before {
    content: "";
    width: 127px;
    height: 3px;
    background-color: #fe7403;
    position: absolute;
    bottom: 0;
    left: 0;

}

.article_pro_title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .16);
    position: absolute;
    bottom: 0;
    left: 0;
}

.article_pro_con {
    font-size: 1rem;
    line-height: 34px;
    color: #8e8e8e;
    padding-left: 100px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.article_pro_con span {
    position: absolute;
    font-size: 1.125rem;
    line-height: 30px;
    color: #181818;
    left: 0;
}

.zixun {

    line-height: 46px;
    border: 1px solid #fe7403;
    height: 46px;
    display: inline-block;
    background: #fe7403;
    border-radius: 8px;
}

.zixun a {
    color: #fff;
    padding: 0 25px;
}

.zixun.lianxi {
    background: #fff;
    margin-left: 22px;

}

.zixun.lianxi a,
.zixun:hover a {
    color: #fe7403;
}

.zixun_a {
    margin-top: 60px;
}

.zixun:hover {
    background: #fff;
}

.lianxi:hover {
    background: #fe7403;
}

.lianxi:hover a {
    color: #fff;
}

.articlr_pro_qh table {
    font-size: 1.125rem;
    line-height: 45px;
    color: #181818;
    text-align: center;
    border: 2px solid #000;
}

.articlr_pro_qh table tr td {
    border: 2px solid #000;
}

.articlr_pro_qh {
    height: auto;
}

.qiehuan>div {
    margin-top: 53px;
    display: none;
}

.qiehuan>div.active {
    display: block;
}

.articlr_pro_qh {
    margin-top: 87px;
}

.articlr_pro_qh ul li.active,
.articlr_pro_qh ul li:hover {
    background: transparent;
}

.articlr_pro_qh ul li.active a,
.articlr_pro_qh ul li:hover a {
    color: #fe7403;
}

.aboutpro .products_size {
    padding: 15px;
}

.aboutpro .list_pro_li {
    margin: 0 0 20px 19px;
}

.aboutpro .about_title {
    margin-bottom: 40px;
}

.article_article .shangxia {
    padding: 20px 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, .13);
    font-size: 0.875rem;
    line-height: 35px;
}

.article_article .shangxia a {
    color: #666666;
}

.mt40 {
    margin-top: 40px;
}

.list_pro_fm_ul>li {
    width: 31.5%;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
}

.list_pro_fm_ul>li a.over {
    border: 1px solid #eee;
}

.list_pro_fm_ul>li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_fm_name {
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.neiye_ban_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.neiye_ban_text_div {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 70px;
    color: #ffffff;
    text-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.06);
    font-family: Alibaba-PuHuiTi-H;
}

.neiye_ban_text_div_fr {
    position: absolute;
    top: 00%;
    width: 100%;
    height: 100%;
    right: 0;
    text-align: right;
}

.neiye_ban_text_div_fr img {
    width: 100%;
    text-align: right;
}

.list_pro_fm {
    padding: 0 0 40px 0;
}

.search_pro {
    padding: 50px 0 60px;
}

.article_pro_con img {
    width: 100%;
}

.products_lb .swiper-container {
    padding: 0 3px;
}

.banner .swiper-wrapper .swiper-slide:nth-child(2) {
    display: none;
}

.neiye_footer_ul {
    display: table;
    margin: 0 auto;
}

.neiye_footer_ul li {
    width: auto !important;
    display: inline-block;
    margin-right: 10px;
}

.cp_login {
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 600;
}

.cp_login a {
    color: #fff;
    color: #fff;
    background-color: #fe7403;
    padding: 8px 10px;
    display: inline;
    font-size: 14px;
    font-weight: normal;
}
.daohang.active .cp_login a {
    color: #fff!important;
}

.daohang.active .cp_login a {
    color: #000;
}

.pro_login_ul li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}

.pro_login_ul li:nth-child(odd) {
    margin-right: 2%;
}

.pro_login_ul li:nth-child(even) {
    margin-left: 2%;
}

.pro_login_ul li input {
    width: 100%;
    border: 1px solid #eee;
    height: 48px;
    line-height: 48px;

    padding: 0 10px;
    font-size: 1rem;
    color: #000;
    border-radius: 5px;
}

.pro_login .container {
    width: 50%;
    margin: 0 auto;
}

.pro_login_con {
    font-size: 1rem;
    margin: 20px 0 40px;
}

.pro_login_text {
    width: 100%;
    height: 150px;

}

.pro_login_text textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 1rem;
    color: #000;
}

.pro_login_btn button {
    margin: 0 20px;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background: #fe7506;
    color: #fff;
    border: 1px solid #fe7403;
}

.pro_login {
    padding-bottom: 60px;
}

.pro_login_btn {
    margin: 30px auto 0;
    display: table;
}

.pro_login_photo {
    padding: 20px 0;

}

@media (max-width:1440px) {
    .xiangxia {
        bottom: 110px;
    }

    .list_ly {
        margin: 60px 0 72px;
    }

    .banner_size p:nth-of-type(1) {
        font-size: 2.6rem;
    }

    .banner_size p:nth-of-type(2) {
        font-size: 1.5rem;
        line-height: 37px;
    }

    .daohang {
        line-height: 75px;
    }

    .daohang_ico {
        height: 75px;
    }

    .daohang_dh p:nth-of-type(2) {
        line-height: 20px;
    }

    .better {
        padding: 50px 0;
    }

    .better_ti p:nth-of-type(2),
    .title {
        font-size: 2rem;

    }

    .better_ti p:nth-of-type(1),
    .futitle {
        margin-bottom: 8px;
    }



    .better_fl>p:nth-of-type(2) {
        margin: 30px 0 60px 0;
    }

    .case {
        padding: 50px 0;
    }



    .index_mews_bot {
        margin-bottom: 40px;
    }

    .ideas_content {
        padding: 50px 30px 50px;
    }

    .ideas_content_details {
        padding: 0px 0 25px;
        line-height: 28px;
    }

    .ideas_swiper {
        padding: 85px 0 70px;
    }

    .contect {
        padding: 60px 0;
    }

    .evaltation {
        padding-bottom: 50px;
    }

    .context_pa_fl {
        padding: 35px 31px 53px;
    }

    .about_title span::before {
        bottom: -9px;
    }

    .list_pro {
        margin: 0 0 45px 0;
    }

    .list_pro.aboutpro.mt40 {
        margin-top: 30px;
    }

    .index_swiper_slide1_con {
        bottom: 130px;
        font-size: 1.8rem;
        line-height: 43px;
    }

    .neiye_ban_text_div {
        font-size: 2rem;
        line-height: 42px;
    }
}

@media (max-width:1366px) {
    .index_mews_bot ul li {
        margin-left: 44px;
    }

    .better_ti p:nth-of-type(2),
    .title {
        font-size: 1.8rem;
    }

    .banner_size p:nth-of-type(1) {
        font-size: 2.2rem;
    }

    .banner_size p:nth-of-type(2) {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .products_lb .swiper-wrapper>div:nth-of-type(n+4) {
        margin-bottom: 30px;
    }
}

@media (max-width:1300px) {
    .aboutpro .list_pro_li {
        margin: 0 0 20px 18px;
    }

    .context_pa_fr {

        padding: 31px 75px 31px;
    }
}

@media (max-width:1200px) {
    .index_swiper_slide1_con {
        bottom: 80px;
        font-size: 1.4rem;
        line-height: 31px;
    }

    .xiangxia {
        display: none;
    }

    .list_ly {
        margin: 40px 0 72px;
    }

    .list_pro_li {
        margin: 0 0 40px 15px;
    }

    .products_size div a {
        padding: 0 13px;
    }

    .products_size {
        padding: 15px 10px;
    }

    .daohang_ul>li {
        margin-right: 25px;
    }

    .pro_login .container {
        width: 65%;
    }

    .products_size div a:nth-of-type(1) {
        margin-right: 5px;
    }

    .application_fl_size {
        margin-top: 15px;
    }

    .application_fl_ul {
        margin-top: 30px;
    }

    .index_mews_bot ul li {
        margin-left: 36px;
    }

    .ideas_content_details {
        padding: 0px 0 0px;
    }

    .index_form_ul li {
        margin-left: 29px;
    }

    .context_pa_fr {
        padding: 17px 44px 31px;
    }

    .footer_fr3 div.ta {
        margin-left: 26px;
    }

    .better_ti p:nth-of-type(2),
    .title {
        font-size: 1.6rem;
    }

    .article_pro_con {
        line-height: 25px;
        margin-top: 25px;
    }

    .zixun_a {
        margin-top: 20px;
    }

    .article_pro .swiper-button-next,
    .article_pro .swiper-button-prev {

        bottom: 9px;
        background-size: 15px 30px;
    }

    .zixun {
        line-height: 40px;
        height: 40px;
    }

    .qiehuan>div {
        margin-top: 35px;
    }

    .article_pro_title {
        font-size: 1.5rem;
    }

    .aboutpro .list_pro_li {
        margin: 0 0 20px 15px;
    }

    .list_pro_news .index_mews_bot ul li {
        margin-left: 23px;
    }

    .index_mews_bot {
        margin-bottom: 60px;
    }

    .list_pro {
        margin: 0 0 40px 0;

    }

    .articlr_pro_qh {
        margin: 50px 0 30px;
    }

    .list_about_onefl .w100 {
        width: 85%;
    }

    .list_about_con {
        margin-top: 15px;
    }

    .list_about_two_fr img {
        width: 30%;
    }

    .list_about_two {
        padding: 40px 0 150px;
    }

    .nei_futitle {
        font-size: 1.6rem;
    }

    .list_article_fr a {
        margin-top: 4px;
    }

    .list_article_con {
        font-size: 1rem;
        margin-top: 10px;
    }

    .list_article_ul li {
        padding: 25px 0;
    }

    .list_pro_fm_ul>li {
        margin-left: 25px;
    }

    .list_pro_erji {
        margin-bottom: 40px;
    }

    .sincerity_div {
        padding: 55px 23px;
    }

    .neiye_ban_text_div {
        font-size: 2rem;
        line-height: 45px;
    }

    .list_pro_erji ul li {
        padding: 0 19px;
    }

    .list_lx_swpier .swiper-slide {
        padding-left: 9px;
    }

    .list_ly textarea {
        width: 93.2%;
    }

    .list_ly form {
        margin-top: 40px;
    }

}

@media (max-width:990px) {
    .index_swiper_slide1_con {
        display: none;
    }

    .pro_login .container {
        width: 80%;
    }

    .yqlj {
        display: none;
    }

    .context_fl_ul li {
        margin-top: 34px;
    }

    body {
        padding-bottom: 51px;
    }

    .sincerity_div {
        padding: 30px 25px;
    }

    .sincerity_div p {
        line-height: 25px;
        margin: 15px 0 15px 0;
    }

    .better_div {
        margin-top: 20px;
    }

    .better_fl>p:nth-of-type(2) {
        margin: 10px 0 15px 0;
    }

    .better_fl2 {
        margin: 15px 0;
    }

    .better_ul {
        margin-left: 0;
    }

    .feature__content {
        margin-top: 15px;
    }

    .products {
        padding: 40px 0;
    }

    .better {
        padding: 45px 0;
    }

    .products_ul {
        margin: 30px 0 30px 0;
    }

    .products_size div a {
        line-height: 28px;
        padding: 0px 5px;
    }

    .products_size>div {
        -webkit-line-clamp: 2;
    }

    .application>div {
        width: 100%;
    }

    .application_fl .img img {
        display: none;
    }

    .application .application_pa {
        position: static;
        top: 50%;
        transform: translateY(0%);
        padding: 25px 15px;
    }

    .case {
        padding: 45px 0 45px 0;
    }

    .case_size p:nth-of-type(2) {
        -webkit-line-clamp: 2;
        height: 55px;
    }

    .case_size {
        padding: 15px 15px;
    }

    .case_size p:nth-of-type(2) {
        margin: 10px 0 10px 0;
    }

    .index_mews_bot ul li {
        margin-left: 28px;
    }

    .ideas_content {
        position: static;
        top: 50%;
        right: 0;
        transform: translateY(0%);
        width: 100%;
        float: none;
    }

    .ideas_content {
        padding: 25px 15px;
    }

    .banner_a a {
        line-height: 40px;
        padding: 0 25px;
    }

    .ideas_swiper {
        padding: 50px 0 50px;
    }

    .ideas_swiper_fr {
        padding-left: 15px;
    }

    .ideas_icon {
        margin-top: 10px;
    }

    .evaltation {
        padding-bottom: 25px;
    }

    .Partnerships {
        margin: 30px 0;
    }

    .index_form_ul li {
        margin-left: 21px;
        height: 48px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .context_pa_fl {
        padding: 48px 22px 71px;
    }

    footer .footer_fl1 {
        padding-right: 27px;
    }

    footer,
    .beian {
        padding: 35px 0 30px;
        display: none;
    }

    .footer_fr3 div.ta img {
        width: 60%;
    }

    .footer_fr3 div.ta {
        width: 40%;
    }

    .list_pro_erji ul li {
        padding: 0 4px;
    }

    .article_pro_con span {
        position: relative;
    }

    .article_pro_con {
        padding-left: 0;
        margin-top: 15px;
    }

    .articlr_pro_qh table {
        font-size: 1rem;
    }

    .aboutpro .list_pro_li {
        margin: 0 0 15px 12px;
    }

    .list_pro_erji {
        margin-bottom: 35px;
    }

    .aboutpro .about_title {
        margin-bottom: 30px;
    }

    .list_pro_news .index_mews_bot ul li {
        margin-left: 18px;
    }

    .list_pro {
        margin: 0 0 25px 0;
    }

    .list_about_one {
        padding-bottom: 60px;
    }

    .list_about_onefl {
        margin-top: 40px;
    }

    .list_about_onefl::before {
        top: 53px;
        width: 65%;
    }

    .list_about_two_fl {
        padding-right: 20px;
    }

    .list_about_two {
        padding: 40px 0 40px;
    }

    .mt40 {
        margin-top: 25px;
    }

    .list_article_fr a {
        margin-top: 0px;
        line-height: 30px;
    }

    .list_article_con {
        font-size: 1rem;
        margin-top: 5px;
        line-height: 23px;
    }

    .list_pro_li {
        margin: 0 0 25px 12px;
    }

    .list_pro_fm_ul>li {
        margin-left: 19px;
    }

    .products .swiper-pagination {
        display: block;
    }

    .products_ul li {
        padding: 0 0px;
    }

    .list_ly textarea {
        width: 91.2%;
    }

    .list_ly .inp input {
        height: 42px;
        line-height: 42px
    }

    .list_lx_swpier .swiper-slide {
        padding-left: 30px;
    }

    .banner .swiper-wrapper .swiper-slide:nth-child(1) {
        display: none;
    }

    .banner .swiper-wrapper .swiper-slide:nth-child(2) {
        display: block;
    }

    .phone_img_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .phone_img_icon .iconfont {
        font-size: 3.5rem;
        color: #fff;
        text-align: center;
    }

    .phone_img_icon div {
        font-size: 1.25rem;
        color: #fff;
    }

    .contect .index_form_ul li {
        margin-bottom: 20px !important;
    }
}


@media (max-width: 767px) {
    .pro_login .container {
        width: 100%;
    }

    .pro_login_con {
        margin: 20px 0 20px;
    }

    .pro_login_ul li {
        margin: 0 0 10px 0 !important;
        width: 100%;
    }

    .pro_login {
        padding-bottom: 30px;
    }
    .pro_login_btn button {
        height: 40px;
        line-height: 40px;
    }
    .pro_login_btn {
        margin: 20px auto 0;
    }
    .neiye_ban_text_div_fr {
        display: none;
    }

    .banner_div {
        padding: 0 15px;
    }

    .neiye_ban_text_div {
        font-size: 1.2rem;
        line-height: 25px;
    }

    .list_pro_fm_ul>li {
        margin-bottom: 10px;
    }

    .list_pro_fm_name {
        font-size: 1rem;
    }

    .banner_size p:nth-of-type(1) {
        font-size: 1.4rem;
        line-height: 29px;
    }

    .img111 {
        display: none;
    }

    .banner_size p:nth-of-type(2) {
        display: none;
    }

    .bowen img {
        width: 100%;
    }

    .bowen {
        width: 46px;
        height: 46px;
    }

    .video__player-animation {
        top: 7px;
    }

    .sincerity_ul li {
        width: 49.5%;
    }

    .sincerity_div {
        padding: 20px 20px;
    }

    .better {
        padding: 25px 15px;
    }

    /* .products_ul li {
        margin-left: 15px;
    } */
    .products .row {
        padding: 0 15px;
    }

    .application_fl_size,
    .case_size p:nth-of-type(2) {
        font-size: 1rem;
    }

    .products_ul {
        margin: 20px 0 20px 0;
        display: inline-block;
    }

    .products_ul li {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .products_size {
        padding: 10px 0px;
        overflow: hidden;
    }

    .products_size>a {
        display: block !important;
        text-align: center;
    }

    .products_size>div {
        margin: 10px 0 15px 0;
        display: none;

    }

    .product_sum>.products_lb .swiper-container {
        padding-bottom: 20px;
    }

    .products {
        padding: 25px 0 15px;
    }

    .application_fr_lb {
        width: 170px;
        padding: 20px 15px 16px 15px;
    }

    .application_fr_lb img {
        width: 26%;
    }

    .application_fr_size p {
        margin: 3px 0;
    }

    .application_fr_size span {
        font-size: 2rem;
    }

    .case {
        padding: 25px 0;
    }

    .case_lb {
        padding: 15px 0 35px 0;
    }

    .index_mews_bot ul li {
        width: 100%;
        padding: 0 15px;
        display: none;
    }

    .index_mews_bot ul li:nth-of-type(1) {
        display: block;
    }

    .index_mews_bot {
        margin-bottom: 20px;
    }

    .news_lb {
        margin: 30px 0 0px;
    }

    .ideas_swiper {
        padding: 35px 0 40px;
    }

    .context_pa_fl,
    .context_pa_fr {
        width: 100%;
    }

    .context_pa_fl,
    .context_pa_fr {
        padding: 25px 15px 20px;
    }

    .context_fl_ul li {
        margin-top: 15px;
    }

    .contect {
        background-size: cover;
        background-position: top left;
        padding: 20px 0 20px;
    }

    .index_form_ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }

    .banner_a {
        margin-top: 10px;
    }

    footer {
        display: none;
    }

    body {
        padding-bottom: 51px;
    }

    .better_ti p:nth-of-type(1),
    .futitle {
        font-size: 1rem;
    }

    .about__img {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .article_article_con,
    .article_article .shangxia {
        font-size: 1rem;
    }

    .article_article_title {
        font-size: 1.5rem;
    }

    .loction {
        display: none;
    }

    .article_article {
        margin-top: 25px;
    }

    .article_article .shangxia {
        padding: 20px 0 20px 0;
    }

    .list_pro_erji {
        margin: 25px 0;
    }

    .list_pro_erji ul {
        display: block;
    }

    .list_pro_erji ul li {
        width: 49%;
        float: left;
        text-align: center;
        margin-bottom: 4px;
        background: #eee;
    }

    .list_pro_erji ul li:nth-child(odd) {
        margin-right: 2px;
    }

    .list_pro_erji ul li:nth-child(even) {
        margin-left: 2px;
    }

    .list_pro_erji ul {
        background: transparent;
    }

    .list_pro_erji {
        height: auto;
        line-height: 40px;
    }

    .article_pro_fl {
        width: 100%;
    }

    .article_pro_fr {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .article_pro .gallery-thumbs {
        margin: 15px auto 0;
    }

    .article_pro .swiper-button-next {
        right: 0;
    }

    .article_pro .swiper-button-prev {
        left: 0;
    }

    .articlr_pro_qh ul li {
        width: 49.3%;
        text-align: center;
    }

    .qiehuan>div {
        margin-top: 20px;
    }

    .aboutpro .list_pro_li {
        width: 48%;
        margin-left: 0 !important;
    }

    .aboutpro .list_pro_li:nth-child(odd) {
        margin-right: 2%;
    }

    .aboutpro .list_pro_li:nth-child(even) {
        margin-left: 2% !important;
    }

    .aboutpro .products_size {
        padding: 8px;
    }

    .aboutpro .about_title {
        margin-bottom: 20px;
    }

    .list_pro_news .index_mews_bot ul li {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .index_mews_bot ul li a {
        line-height: 45px;
    }

    .list_pro_news .index_mews_bot ul li {
        display: block;
        margin-left: 0;
    }

    .list_about_onefl,
    .list_about_onefr,
    .list_about_two_fl,
    .list_about_two_fr {
        width: 100%;
    }

    .list_about_onefl {
        padding: 0;
        margin-top: 25px;
    }

    .list_about_onefr {
        padding: 25px 0 0;
    }

    .list_about_onefl::before {
        top: 29px;
        width: 90%;
    }

    .list_about_onefl .w100 {
        width: 97%;
    }

    .nei_title1 {
        margin-bottom: 0;
    }

    .list_about_con {
        font-size: 1rem;
        margin-top: 6px;
    }

    .list_about_one {
        padding-bottom: 0px;
    }

    .list_about_two {
        padding: 0px 0 25px;
    }

    .img11,
    .img22,
    .img33 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
    }

    .list_about_two_fl {
        padding: 0;
    }

    .list_about_two_fr img {
        width: 32%;
    }

    .ideas_swiper_fr {
        font-size: 1rem;
    }

    .list_article_fl {
        width: 100%;
    }

    .list_article_fr {
        width: 100%;
        padding: 15px 0 0;
    }

    .list_article_ul li {
        padding: 20px 0;

    }

    .list_pro_li {
        width: 48%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .list_pro_li:nth-child(odd) {
        margin-right: 2% !important;
    }

    .list_pro_li:nth-child(even) {
        margin-left: 2% !important;
    }

    .list_pro_fm_ul>li {
        margin-left: 0;
        width: 48%;
    }

    .list_pro_fm_ul>li:nth-child(odd) {
        margin-right: 2%;
    }

    .list_pro_fm_ul>li:nth-child(even) {
        margin-left: 2%;
    }

    .list_pro_fm_name {
        line-height: 25px;
    }

    .qiehuan img {
        width: 100%;
    }

    .search_pro {
        padding: 25px 0 30px;
    }

    .searchbox {
        top: 54px !important;
    }

    .searchs .sertext,
    .serbtn {
        height: 40px;
        line-height: 40px;
    }

    .modal.in .modal-dialog {

        width: 94%;
    }

    .my-video-dimensions {
        height: 185px !important;
    }

    .video-js .vjs-big-play-button {
        height: 50px !important;
        width: 50px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        border-radius: 50% !important;
        transform: translate(-50%, -50%);
    }

    .better_ti p:nth-of-type(2),
    .title {
        font-size: 1.4rem;
    }

    .better_div>div {
        padding: 0;
    }

    .products_size p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding: 10px 0;
        height: auto;
        height: 88px;
    }

    .products .products_size {
        padding: 15px 10px;
    }

    .products_ul li {
        font-size: 1rem;
    }

    .sincerity_div p {
        height: 75px;
    }

    .sincerity_ul li:nth-child(odd) {
        margin-left: 0;
    }

    .list_lx {
        padding-top: 30px;
    }

    .list_ly .inp {
        width: 100%;
        margin-left: 0 !important;
        text-align: left;
        margin-bottom: 20px;
    }

    .list_ly .inp input {
        width: 100%;
        margin-top: 4px;
    }

    .list_ly form {
        margin-top: 15px;
    }

    .list_ly {
        margin: 20px 0 30px;
    }

    .list_ly textarea {
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }

    .list_ly button {
        width: 135px;
        height: 44px;
        line-height: 44px;
        display: table;
        margin: 0 auto;
    }

    .list_lx .map {
        margin-top: 20px;
    }

    .list_lx_swpier {
        padding-bottom: 50px;
    }

    .list_lx_swpier .swiper-slide {
        padding-left: 0px;
    }

    .banner_a a,
    .banner_a button {
        line-height: 36px;
        padding: 0 25px;
    }

    .application_fl_ul>li img {
        width: 50%;
    }

    .phone_logo img {
        width: 77%;
    }

    .neiye_ban img {
        height: 100px;
        object-fit: cover;
        height: 140px;
        object-fit: cover;
    }

    .article_article_con {
        margin: 20px 0;
    }

    .better_div {
        margin-top: 8px;
    }

    .feature__content div {
        line-height: 24px;
    }

    .context_pa_fr {
        background: rgba(255, 255, 255, 1)
    }

    .sincerity_ul li::after {
        top: -5px;
        height: calc(100% + 10px);
    }

    .list_lx_swpier .swiper-slide {
        border-right: none;
    }

    /* .map img {
        height: 100px;
    object-fit: cover;
    } */
    .banner_a button {
        display: table;
        margin: 0 auto;
    }

    .list_ly textarea {
        height: 177px;
    }

    .list_ly .inp_textarea {
        margin-bottom: 20px;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #fe7506;
}

#page li:hover a {
    color: #fe7506
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #fe7506;
    background-color: #fe7506;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #fe7506;
    color: #FFFFFF
}