/* @font-face {
  font-family: "AdobeHeitiStd-Regular";
  src: url("../fonts/AdobeHeitiStd-Regular.woff2") format("woff2"),
       url("../fonts/AdobeHeitiStd-Regular.woff") format("woff"),
       url("../fonts/AdobeHeitiStd-Regular.ttf") format("truetype"),
       url("../fonts/AdobeHeitiStd-Regular.eot") format("embedded-opentype"),
       url("../fonts/AdobeHeitiStd-Regular.svg") format("svg");
} */




.header_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    /* height: 100px; */
    z-index: 99999;
    background-color: #fff
}

.header_wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff
}

.header_content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px
}

.header_content .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 100px;
}

.header_content .logo {
    height: inherit
}

.header_content .logo p {
    font-size: 16px;
    line-height: 24px;
    color: #393333;
    padding: 7px 0 0 15px;
}

.header_content .logo div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header_content .naim_nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    height: inherit
}

.header_content .naim_nav ul {
    display: flex;
    height: inherit
}

.header_content .naim_nav ul li {
    height: inherit;
    margin-left: 42px;
    /*width: 56px;*/
    text-align: center;
}

.header_content .naim_nav ul li a {
    font-size: 14px;
    line-height: 34px;
    color: #393333;
}

.header_content .naim_nav ul li.active span {
    width: 36px;
    height: 2px;
    background-color: #da251d;
    display: block;
    margin: 0 auto;
}

.header_content .naim_nav ul li.active a {
    color: #da251d;
}

.header_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.header_top h1 {
    font-size: 14px;
    line-height: 14px;
    color: #da251d;
    padding-left: 20px;
}

.header_search_btn {
    width: 14px;
    height: 14px;
    background: url(../images/q/search.png) no-repeat center center/14px 14px;
    cursor: pointer
}

.search_box {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #eaeaea;
    z-index: 3688;
    padding: 20px 20%;
    display: none
}

.search_box form {
    width: 100%;
    display: flex;
    align-items: center
}

.search_box input[type="text"] {
    outline: none;
    width: 80%;
    height: 40px;
    background-color: #fff;
    display: block;
    padding: 0 20px
}

.search_box input[type="submit"] {
    outline: none;
    width: 20%;
    height: 40px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    background-color: #333;
    color: #fff
}

.m_header {
    display: none
}


@media (min-width: 1367px) and (max-width: 1399px) {

    .header_content {
        width: 1320px;
    }

}

@media (min-width: 1200px) and (max-width: 1366px) {
    .header_content {
        width: 1170px
    }

    .header_content .naim_nav ul li {
        margin-left: 30px;
    }

}

@media (max-width: 1199px) {
    .header_wrapper {
        display: none
    }

    .m_header {
        display: block;
        position: relative;
        height: 50px;
        left: 0;
        top: 0
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        z-index: 999999
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }

    .sp_nav span {
        display: block;
        background: #f5b247;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        z-index: 9999999
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: 100%
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #f5b247
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
}

/*导航结束*/
.q_container {
    width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1367px) and (max-width: 1399px) {
    .q_container {
        width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .q_container {
        width: 1170px
    }
}

@media (max-width: 1199px) {
    .q_container {
        width: 100%;
        padding: 0 2%;
    }
}

.q_home_swiper .swiper-pagination-bullet {
    width: 46px;
    height: 4px;
    opacity: 0.5;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
}

.q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.q_home_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.q_home_gywm {
    width: 100%;
    height: 470px;
    padding: 68px 0 79px;
    background: url(../images/q/q_home_gywm.jpg)no-repeat center center;
}

.q_title {
    text-align: center;
}

.q_title h1 {
    font-size: 24px;
    line-height: 20px;
    color: #da251d;
    padding-bottom: 16px;
    font-family: "AdobeHeitiStd-Regular";
}

.q_title h2 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.q_home_gywm p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: left;
    text-indent: 30px;
    padding: 40px 0 30px;
}

.q_home_gywm_icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_gywm_icon li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_gywm_icon li .q_home_gywm_icons {
    width: 70px;
    height: 70px;
}

.q_home_gywm_icon li img {
    max-width: 100%;
}

.q_home_gywm_name {
    margin: 9px 0 0 20px;
    width: 237px;
}

.q_home_gywm_name h1 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 14px;
}

.q_home_gywm_name h2 {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*关于我们结束*/
.q_home_cpzx {
    width: 100%;
    height: auto;
    background-color: #f7f6f6;
    padding: 100px 0;
}

.q_home_cpzx {
    position: relative;
}

.q_home_cpzx_1 {
    width: 330px;
    height: 460px;
    padding-top: 58px;
}

.q_home_cpzx .q_title {
    text-align: left;
}

.q_home_cpzx p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 65px 0 86px;
}
.q_home_cpzx_swiper_hover a{
	display: block;
    width: 160px;
    height: 44px;
    background-color: #333333;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
}
/* .q_home_cpzx a {
    display: block;
    width: 160px;
    height: 44px;
    background-color: #333333;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
} */

.q_home_cpzx_swiper {
    position: absolute;
    right: 0;
    top: 80px;
    width: 1220px;
}

.q_home_cpzx_swiper .swiper-container {
    padding-top: 20px;
}

.q_home_cpzx_swiper .swiper-slide {
    width: 400px;
    height: 460px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.q_home_cpzx_swiper .swiper-slide .alink{
	width: 400px;
    height: 460px;
    background-color: #ffffff;
	display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
}

.q_home_cpzx_swiper .swiper-slide img {
    max-width: 100%;
    margin-top: -20px;
}

.q_home_cpzx_swiper_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q_home_cpzx_swiper_text h1 {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

.q_home_cpzx_swiper_text div {
    width: 21px;
    height: 13px;
    background: url(../images/q/q_home_cpzx_swiper_text.png) no-repeat center center;
    margin-left: 15px;
    position: relative;
}

.q_home_cpzx_swiper_text div:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #cfcfcf;
    position: absolute;
    right: 36px;
}

.q_home_cpzx_swiper_hover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 6px solid #d8241d;
    z-index: 0;
}

.q_home_cpzx_swiper_hover:before {
    content: "";
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    opacity: 1;
}

.q_home_cpzx_swiper_hover h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #fefefe;
    padding: 60px 0 36px 0;
    text-align: center;

    color: #000;
}

.q_home_cpzx_swiper_hover p {
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    margin: 0;
    padding: 0 42px;
    /* text-align: center; */

    text-align: left;
    color: #000;
}

.q_home_cpzx_swiper_hover a {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    width: 46px;
    height: 46px;
    background-color: #d8241d;
    margin: 54px auto 0;
}

.q_home_cpzx_swiper .swiper-slide:hover {
    bottom: 20px;
}

.q_home_cpzx_swiper .swiper-slide:hover .q_home_cpzx_swiper_hover {
    display: block;
}

.q_home_cpzx_swiper .swiper-slide:hover .q_home_cpzx_swiper_text {
    display: none;
}

.q_home_cpzx_swiper .swiper-button-next,
.q_home_cpzx_swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
}

.q_home_cpzx_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/q/q_home_cpzx_swiper_icon2.png);
    left: 25px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.q_home_cpzx_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url(../images/q/q_home_cpzx_swiper_icon1.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.q_home_cpzx_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/q/q_home_cpzx_swiper_icon2.png);
    right: 25px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.q_home_cpzx_swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url(../images/q/q_home_cpzx_swiper_icon1.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*产品中心结束*/
.q_home_gsys {
    padding: 88px 0;
}

.q_home_gsys_1 {
    margin-top: 49px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_gsys_ul {
    width: 322px;
    height: auto;
}

.q_home_gsys_ul li {
    width: 100%;
    height: 100px;
    border: solid 1px #e2e2e2;
    margin-bottom: 24px;
    padding: 0 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q_home_gsys_ul li .q_home_gsys_uls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.q_home_gsys_ul li:last-child {
    margin-bottom: 0;
}

.q_home_gsys_ul li .q_home_gsys_ul1 {
    width: 45px;
    height: 42px;
    margin-right: 25px;
}

.q_home_gsys_ul li:first-child .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul1.png) no-repeat center center;
}

.q_home_gsys_ul li:nth-child(2) .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul2.png) no-repeat center center;
}

.q_home_gsys_ul li:nth-child(3) .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul3.png) no-repeat center center;
}

.q_home_gsys_ul li:last-child .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul4.png) no-repeat center center;
}

.q_home_gsys_ul li:first-child.q_active .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul5.png) no-repeat center center;
}

.q_home_gsys_ul li:nth-child(2).q_active .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul6.png) no-repeat center center;
}

.q_home_gsys_ul li:nth-child(3).q_active .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul7.png) no-repeat center center;
}

.q_home_gsys_ul li:last-child.q_active .q_home_gsys_ul1 {
    background: url(../images/q/q_home_gsys_ul8.png) no-repeat center center;
}

.q_home_gsys_ul2 h1 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-bottom: 9px;
}

.q_home_gsys_ul2 p {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.q_home_gsys_ul li.q_active {
    width: 400px;
    height: 100px;
    border: unset;
    padding: 0 40px 0 38px;
    background: url(../images/q/q_home_gsys_ul_active.png) no-repeat center center;
}

.q_home_gsys_ul li.q_active .q_home_gsys_ul2 h1 {
    color: #FFFFFF;
}

.q_home_gsys_ul li.q_active .q_home_gsys_ul2 p {
    color: #FFFFFF;
}

.q_home_gsys_ul li.q_active .q_home_gsys_uls1 {
    width: 32px;
    height: 32px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.q_home_gsys_ul li.q_active .q_home_gsys_uls1:before {
    content: "";
    width: 1px;
    height: 43px;
    background-color: #ffffff;
    opacity: 0.6;
    left: -30px;
    position: absolute;
}

.q_home_products_2 {
    background-color: #f5f5f5;
    width: 1050px;
    height: auto;
    position: relative;
    z-index: -1;
    padding: 26px 49px 26px 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_products_3 {
    width: 368px;
    text-align: center;
}

.q_home_products_3 h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    padding-top: 117px;
}

.q_home_products_3 span {
    width: 32px;
    height: 1px;
    border: solid 1px #d8241d;
    display: block;
    margin: 25px auto 12px;
}

.q_home_products_3 p {
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    text-align: initial;
}

.index_product_box div .q_home_products_2:before {
    content: "";
    width: 162px;
    height: 166px;
    position: absolute;
    bottom: 20px;
    right: 26px;
}

.index_product_box div:first-child .q_home_products_2:before {
    background: url(../images/q/q_home_products_31.png) no-repeat center center;
}

.index_product_box div:nth-child(2) .q_home_products_2:before {
    background: url(../images/q/q_home_products_32.png) no-repeat center center;
}

.index_product_box div:nth-child(3) .q_home_products_2:before {
    background: url(../images/q/q_home_products_33.png) no-repeat center center;
}

.index_product_box div:last-child .q_home_products_2:before {
    background: url(../images/q/q_home_products_34.png) no-repeat center center;
}

.index_product_box div {
    display: none;
}

/*公司优势*/
.q_home_zixun {
    width: 100%;
}

.q_home_zixun img {
    max-width: 100%;
}

/*咨询*/
.q_home_yyhy {
    padding: 88px 0;
}

.q_home_yyhy1 {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_yyhy1 li {
    margin-top: 33px;
    width: 216px;
    height: 160px;
    border: solid 1px #eeeeee;
}

.q_home_yyhy1 li h1 {
    font-size: 16px;
    line-height: 10px;
    color: #da251d;
    margin: -6px auto 0;
    text-align: center;
}

.q_home_yyhy1 li h2 {
    width: 51px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto 18px;
}

.q_home_yyhy1 li span {
    width: 24px;
    height: 1px;
    border: solid 1px #eeeeee;
    margin: 0 auto 25px;
    display: block;
}

.q_home_yyhy1 li h3 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-align: center;
}

/*应用行业*/
.q_home_xwzx {
    padding: 78px 0 70px;
    background-color: #f7f7f7;
}

.q_home_xwzx1 {
    margin: 52px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.q_home_xwzx1 li {
    width: 446px;
    padding: 10px;
    background-color: #ffffff;
}

.sn_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.sn_img>img {
    width: 100%;
    height: 100%;
}

.sn_img span {
    width: 100%;
    height: 6px;
    background-color: #d8241d;
    display: block;
    position: absolute;
    bottom: 0;
}

.news_mark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg,
            #626262 0%,
            #838383 100%);
    opacity: 0.7;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0);
}

.news_mark:after {
    content: "";
    width: 50px !important;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0);
    background: url(../images/q/news_more.png) no-repeat center center;
}

.snew_body {
    padding: 29px 22px 15px;
}

.snew_body h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    margin-bottom: 25px;
}

.snew_body p {
    height: 39px;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    overflow: hidden;
}

.news_more {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 25px 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-top: 29px;
}

.q_home_xwzx1 li:hover .news_mark {
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.q_home_xwzx1 li:hover .news_mark:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.q_home_xwzx1 li:hover .news_mark:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.q_home_xwzx1 li:hover .sn_img span {
    display: none;
}

.q_home_xwzx_a {
    display: block;
    width: 160px;
    height: 44px;
    background-color: #333333;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

/*新闻*/
.q_foot {
    width: 100%;
    background: url(../images/q/q_foot.jpg);
    height: 300px;
    padding: 44px 0 0;
    position: relative;
}

.q_foot1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_foot1 li:nth-child(2),
.q_foot1 li:nth-child(4) {
    background: rgba(255, 255, 255, 0.1);
    height: 170px;
    width: 1px;
}

.q_foot1 li h1 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-bottom: 13px;
}

.q_foot1 li span {
    width: 40px;
    height: 2px;
    background-color: #da251d;
    display: block;
}

.q_foot1 li p span {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    background-color: unset;
}

.q_foot1 li p {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    color: #cccccc;
}

.q_foot2 {
    width: 290px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 4px;
}

.q_foot2 div {
    margin-top: 24px;
    width: 73px;
}

.q_foot2 div:last-child {
    margin-top: 0;
}

.q_foot2 div span {
    width: 6px;
    height: 9px;
    display: inline-block;
    background-color: unset;
    margin-right: 11px;
    background: url(../images/q/q_foot2_icon.png);
}

.q_foot2 div a {
    font-size: 14px;
    color: #cccccc;
    /* margin-right: 60px; */
}

.q_foot3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_foot3 .q_foot4 {
    margin-right: 40px;
}

.q_foot3 .q_foot4:last-child {
    margin-right: 0;
}

.q_foot3 .q_foot4 div img {
    max-width: 100%;
}

.q_foot3 .q_foot4 div {
    width: 124px;
    height: 124px;
}

.q_foot3 .q_foot4 h6 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    color: #ffffff;
    text-align: center;
}

.q_foots {
    width: 100%;
    height: 36px;
    background-color: #161616;
    position: absolute;
    bottom: 0;
    left: 0;
}

.q_foots div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.q_foots p {
    font-size: 12px;
    line-height: 36px;
    color: #ffffff;
}

/*底部结束*/

.fixed_right {
    width: 100px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 999999;
}

.fixed_right>ul>li {
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
}

.fixed_right>ul>li>img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.fixeds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    right: -200px;
    top: 0;
    height: 100px;
    width: 150px;
    background-color: #db261d;
    z-index: -1;
    font-size: 15px;
    color: #fff;
    transition: .4s;
}

.fixed_right>ul>li:hover .fixeds {
    right: 100px;
}

.q_home_swiper img {
    max-width: 100%;
}

.q_home_gsys_ul li.q_active {
    background-size: cover;
}

@media (min-width: 1400px) and (max-width: 1729px) {
    .q_home_cpzx .q_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .q_home_cpzx_swiper {
        position: static;
        width: 1000px;
        top: 0;
    }

    .q_home_cpzx_swiper_hover p {
        font-size: 14px;
        margin: 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 1367px) and (max-width: 1399px) {
    .q_home_cpzx .q_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .q_home_cpzx_swiper {
        position: static;
        width: 970px;
        top: 0;
    }

    .q_home_cpzx_swiper_hover p {
        font-size: 14px;
        padding: 0 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .q_home_products_2 {
        width: 970px;
    }

    .q_home_products_3 {
        width: 300px;
    }

    .q_home_xwzx1 li {
        width: 420px;
    }

    .q_home_gywm,
    .q_home_cpzx,
    .q_home_gsys,
    .q_home_yyhy,
    .q_home_xwzx {
        padding: 55px 0;
    }

    .q_home_gywm {
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .q_home_gywm {
        height: auto;
    }

    .q_home_gywm,
    .q_home_cpzx,
    .q_home_gsys,
    .q_home_yyhy,
    .q_home_xwzx {
        padding: 40px 0;
    }

    .q_home_gywm p {
        padding: 20px 0;
    }

    .q_home_gywm_name {
        margin: 9px 0 0 20px;
        width: 185px;
    }

    .q_home_cpzx .q_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .q_home_cpzx_swiper {
        position: static;
        width: 800px;
        top: 0;
    }

    .q_home_cpzx_swiper_hover p {
        font-size: 14px;
        padding: 0 30px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .q_home_cpzx_swiper .swiper-slide {
        height: 390px;
    }

    .q_home_cpzx_1 {
        width: 330px;
        height: auto;
        padding-top: 0;
    }

    .q_home_cpzx_swiper .swiper-button-next,
    .q_home_cpzx_swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
    }

    .q_home_products_2 {
        width: 810px;
        height: 408px;
    }

    .q_home_products_4 {
        width: 65%;
    }

    .q_home_products_4 img {
        max-width: 100%;
    }

    .q_home_products_3 {
        width: 30%;
    }

    .q_home_products_3 h1 {
        padding-top: 70px;
    }

    .q_home_gsys_ul li {
        height: 84px;
    }

    .q_home_gsys_ul li.q_active {
        height: 84px;
    }

    .q_home_gsys_1 {
        margin-top: 30px;
    }

    .q_home_yyhy1 li {
        margin-top: 20px;
        width: 180px;
    }

    .q_home_yyhy1 {
        margin-top: 10px;
    }

    .q_home_xwzx1 li {
        width: 380px;
    }

    .q_home_xwzx1 {
        margin: 25px 0;
    }

    .snew_body h3 {
        margin-bottom: 15px;
    }

    .news_more {
        padding: 12px 0 0;
    }

    .fixed_right {
        width: 80px;
    }

    .fixed_right a img {
        width: 100%;
    }

    .fixeds {
        height: 80px;
    }

    .fixed_right>ul>li:hover .fixeds {
        right: 80px;
    }
}

@media (max-width: 1199px) {
    .q_home_gywm {
        height: auto;
    }

    .q_home_gywm,
    .q_home_cpzx,
    .q_home_gsys,
    .q_home_yyhy,
    .q_home_xwzx {
        padding: 30px 0;
    }

    .q_home_gywm p {
        padding: 20px 0;
    }

    .q_home_gywm_name {
        margin: 9px 20px 0 20px;
        width: 350px;
    }

    .q_home_cpzx .q_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .q_home_cpzx_swiper {
        position: static;
        width: 75%;
        top: 0;
    }

    .q_home_cpzx p {
        margin: 50px 0;
    }

    .q_home_cpzx_swiper_hover p {
        font-size: 14px;
        padding: 0 30px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .q_home_cpzx_swiper .swiper-slide {
        height: 390px;
    }

    .q_home_cpzx_1 {
        width: 20%;
        height: auto;
        padding-top: 0;
    }

    .q_home_cpzx_swiper .swiper-button-next,
    .q_home_cpzx_swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
    }

    .q_home_products_2 {
        width: 100%;
        height: 326px;
        align-items: center;
        justify-content: flex-start;
    }

    .q_home_products_4 {
        width: 366px;
    }

    .q_home_products_4 img {
        width: 100%;
    }

    .q_home_products_3 {
        width: 30%;
        margin-left: 27px;
    }

    .q_home_products_3 h1 {
        padding-top: 0;
    }

    .q_home_products_3 p {
        font-size: 14px;
        line-height: 30px;
    }

    .q_home_gsys_ul {
        width: 30%;
        height: auto;
    }

    .index_product_box {
        width: 67%;
    }

    .q_home_gsys_ul li {
        height: 74px;
        margin-bottom: 10px;
        padding: 0 25px;
    }

    .q_home_gsys_ul li.q_active {
        height: 74px;
        /*margin-bottom: 10px;*/
        padding: 0 25px;
    }

    .q_home_gsys_1 {
        margin-top: 30px;
    }

    .q_home_yyhy1 li {
        margin-top: 20px;
        width: 15%;
        height: 130px;
    }

    .q_home_yyhy1 li h2 {
        margin: 20px auto 12px;
    }

    .q_home_yyhy1 li span {
        margin: 0 auto 15px;
    }

    .q_home_yyhy1 {
        margin-top: 10px;
    }

    .q_home_xwzx1 li {
        width: 380px;
    }

    .q_home_xwzx1 {
        margin: 25px 0;
    }

    .snew_body h3 {
        margin-bottom: 15px;
    }

    .news_more {
        padding: 12px 0 0;
    }

    .q_home_xwzx1 li {
        width: 32.5%;
    }

    .q_foot3 .q_foot4 h6 {
        font-size: 14px;
        line-height: 14px;
    }

    .q_foot3 .q_foot4 {
        margin-right: 20px;
    }

    .q_foot3 .q_foot4 div {
        width: 100px;
        height: 100px;
    }

    .q_foot3 {
        padding: 20px 0 0;
    }

    .fixed_right {
        width: 70px;
    }

    .fixed_right a img {
        width: 100%;
    }

    .fixeds {
        height: 70px;
    }

    .fixed_right>ul>li:hover .fixeds {
        right: 70px;
    }
}

@media (max-width:990px) {
    .q_title h1 {
        line-height: 16px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    .q_title h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .q_home_gywm p {
        font-size: 12px;
        line-height: 22px;
        text-align: left;
        padding: 15px 0;
    }

    .q_home_gywm_name {
        margin: 9px 20px 0 20px;
        width: 250px;
    }

    .q_home_cpzx_1 {
        width: 36%;
    }

    .q_home_cpzx_swiper {
        width: 60%;
    }

    .q_home_cpzx .q_container {
        align-items: center;
    }

    .q_home_gsys_ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .q_home_gsys_ul li,
    .q_home_gsys_ul li.q_active {
        width: 49%;
    }

    .index_product_box {
        width: 100%;
    }

    .q_home_products_2 {
        height: auto;
    }

    .q_home_products_4 {
        width: 60%;
    }

    .q_home_xwzx1 li {
        width: 49%;
    }

    .q_home_xwzx1 li:last-child {
        display: none;
    }

    .q_foot1 {
        padding-bottom: 10px;
    }

    .q_foot {
        height: auto;
        position: static;
    }

    .q_foots {
        position: static;
    }

    .q_foot1 li:nth-child(4) {
        width: 0;
    }

    .q_foot3 {
        padding: 20px 0;
    }

    .fixed_right {
        display: none;
    }
}

@media (max-width:767px) {
    .q_home_gywm_icon li .q_home_gywm_icons {
        width: 56px;
        height: 56px;
    }

    .q_home_gywm_icon li {
        padding-bottom: 10px;
        align-items: center;
    }

    .q_home_gywm_name h1 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 10px;
    }

    .q_home_gywm_name {
        margin: 9px 20px 0 20px;
        width: 210px;
    }

    .q_home_gywm_name h2 {
        font-size: 12px;
        line-height: 14px;
    }

    .q_home_cpzx .q_container {
        flex-wrap: wrap;
    }

    .q_home_cpzx p {
        margin: 10px 0;
        font-size: 12px;
        line-height: 20px;
    }

    .q_home_cpzx_1 {
        width: 100%;
    }

    .q_home_cpzx a {
        width: 100px;
        height: 30px;
        border-radius: 15px;
        font-size: 12px;
        line-height: 30px;
    }

    .q_home_cpzx_swiper {
        width: 100%;
    }

    .q_home_cpzx_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .q_home_cpzx_swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .q_home_gsys_ul li,
    .q_home_gsys_ul li.q_active {
        width: 100%;
        padding: 0 15px;
        height: 50px;
    }

    .q_home_products_2 {
        padding: 10px;
    }

    .q_home_products_4 {
        width: 100%;
    }

    .q_home_products_3 {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        text-align: left;
    }

    .q_home_products_3 span {
        margin: 15px 0 10px;
    }

    .q_home_products_3 p {
        font-size: 12px;
        line-height: 20px;
    }

    .index_product_box div .q_home_products_2:before {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .q_home_gsys_ul li .q_home_gsys_ul1 {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .index_product_box div:first-child .q_home_products_2:before,
    .index_product_box div:nth-child(2) .q_home_products_2:before,
    .index_product_box div:nth-child(3) .q_home_products_2:before,
    .index_product_box div:last-child .q_home_products_2:before,
    .q_home_gsys_ul li:first-child .q_home_gsys_ul1,
    .q_home_gsys_ul li:nth-child(2) .q_home_gsys_ul1,
    .q_home_gsys_ul li:nth-child(3) .q_home_gsys_ul1,
    .q_home_gsys_ul li:last-child .q_home_gsys_ul1,
    .q_home_gsys_ul li:first-child.q_active .q_home_gsys_ul1,
    .q_home_gsys_ul li:nth-child(2).q_active .q_home_gsys_ul1,
    .q_home_gsys_ul li:nth-child(3).q_active .q_home_gsys_ul1,
    .q_home_gsys_ul li:last-child.q_active .q_home_gsys_ul1 {
        background-size: contain;
    }

    .q_home_gsys_ul2 h1 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 6px;
    }

    .q_home_gsys_ul2 p {
        font-size: 12px;
        line-height: 12px;
    }

    .q_home_gsys_1 {
        margin-top: 15px;
    }

    .q_home_gywm,
    .q_home_cpzx,
    .q_home_gsys,
    .q_home_yyhy,
    .q_home_xwzx {
        padding: 17px 0;
    }

    .q_home_yyhy1 {
        margin-top: 0;
    }

    .q_home_yyhy1 li {
        width: 49%;
    }

    .q_home_xwzx1 {
        margin: 15px 0;
    }

    .q_home_xwzx1 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .sn_img {
        height: auto;
    }

    .snew_body {
        padding: 10px;
    }

    .snew_body h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    .snew_body p {
        height: auto;
        font-size: 12px;
        line-height: 17px;
    }

    .news_more {
        padding: 10px 0 0;
        margin-top: 13px;
        font-size: 12px;
    }

    .q_home_xwzx_a {
        width: 100px;
        height: 30px;
        border-radius: 15px;
        font-size: 12px;
        line-height: 30px;
    }

    .q_foot1 li:nth-child(2),
    .q_foot1 li:nth-child(4) {
        display: none;
    }

    .q_foot1 li {
        margin-bottom: 30px;
    }

    .q_foot1 li p {
        margin-top: 15px;
    }

    .q_foot2 div {
        margin-top: 10px;
        width: 73px;
    }

    .q_foot3 {
        padding: 0;
    }

    .q_foot3 .q_foot4 div {
        width: 80px;
        height: 80px;
    }

    .q_foots {
        height: auto;
    }

    .q_foots p {
        font-size: 12px;
        line-height: 20px;
    }

}



/*解决方案*/
.q_jjfa {
    width: 100%;
}

.q_jjfa img {
    max-width: 100%;
}

.q_jjfa_bg {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    padding: 29px 0 72px;
}

.q_over {
    overflow: hidden;
}

.q_product_1 {
    margin: 0 0 63px;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_product_1 li a {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-right: 50px;
    padding-bottom: 18px;
    display: block;
}

.q_product_1 li.active a {
    color: #da251d;
    font-weight: bold;
    border-bottom: 2px solid #da251d;
}

.q_product_1 li:last-child a {
    margin-right: 0;
}


.q_jjfa_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_jjfa_left {
    width: 322px;
    height: auto;
}

.q_jjfa_left li {
    width: 100%;
    height: 100px;
    border: solid 1px #e2e2e2;
    padding: 28px 35px;
    margin-bottom: 24px;
}

.q_jjfa_left li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q_products {
    display: none !important;
}

.block {
    display: flex !important;
}

.q_jjfa_left li .q_home_gsys_uls1 {
    width: 32px;
    height: 32px;
    background: url(../images/q/q_jjfa_left.png) no-repeat center center;
    position: relative;
}

.q_jjfa_left li .q_home_gsys_uls1:before {
    content: "";
    width: 1px;
    height: 43px;
    background-color: #333333;
    opacity: 0.6;
    left: -30px;
    position: absolute;
    top: -5px;
}

.q_jjfa_left li.q_active {
    width: 100%;
    height: 100%;
    border: solid 1px #da251d;
    background: #da251d;
}

.q_jjfa_left li.q_active .q_home_gsys_uls1 {
    background: url(../images/q/q_jjfa_left1.png) no-repeat center center;
}

.q_jjfa_left li.q_active .q_home_gsys_uls1:before {
    background-color: #ffffff;
}

.q_jjfa_left li.q_active .q_home_gsys_ul2 h1 {
    color: #FFFFFF;
}

.q_jjfa_left li.q_active .q_home_gsys_ul2 p {
    color: #FFFFFF;
}

.q_jjfa_left li:last-child {
    justify-content: center;
}

.q_jjfa_left li .q_home_gsys_ul2 {
    text-align: center;
}

.q_jjfa_left li .q_home_gsys_ul2 h1,
.q_jjfa_left li .q_home_gsys_ul2 p {
    color: #da251d;
}

.c1_sj {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    display: none;
}

.none {
    display: none !important;
}


.q_jjfa_right {
    width: 1050px;
    height: auto;
}

.q_jjfa_right1 {
    width: 100%;
    height: 473px;
    background-color: #f5f5f5;
    padding: 26px 49px 26px 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.q_jjfa_right1_left {
    position: relative;
    width: 526px;
    height: 420px;
}

.q_jjfa_right1_left .swiper-pagination {
    left: -30px;
    top: 60px;
    display: flex;
    flex-direction: column;
}

.q_jjfa_right1_left .swiper-pagination-bullet {
    display: block;
    margin: 20px 0;
    width: 6px;
    height: 6px;
    width: 12px;
    height: 12px;
    background: #da251d;
    opacity: 1;

    outline: none;
}

.q_jjfa_right1_left .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    margin-left: -10px;
    background: url(../images/q/q_jjfa_right1_left.png) no-repeat center center;
}

.q_jjfa_right1_right {
    width: 368px;
    text-align: center;
}

.q_jjfa_right1_right h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

.q_jjfa_right1_right span {
    width: 32px;
    height: 1px;
    border: solid 1px #d8241d;
    margin: 25px auto;
    display: block;
}

.q_jjfa_right1_right p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: left;
}

.q_jjfa_right_title {
    width: 100%;
    border-bottom: #ededed 1px solid;
    font-size: 18px;
    line-height: 18px;
    color: #da251d;
    padding-bottom: 19px;
    margin-top: 49px;
    position: relative;
}

.q_jjfa_right_title:before {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #da251d;
    position: absolute;
    bottom: 0;
}

.q_jjfa_right2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.q_jjfa_right2 p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    width: 366px;
    text-indent: 30px;
    padding-top: 113px;
}

.q_jjfa_right2_swiper {
    width: 620px;
}

.q_jjfa_right1_left .swiper-slide img,
.q_jjfa_right2_swiper .swiper-slide img,
.q_jjfa_right3_swiper .swiper-slide img,
.q_jjfa_right4_swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.q_jjfa_right2_swiper .swiper-button-next,
.q_jjfa_right2_swiper .swiper-button-prev,
.q_jjfa_right3_swiper .swiper-button-next,
.q_jjfa_right3_swiper .swiper-button-prev,
.q_jjfa_right4_swiper .swiper-button-next,
.q_jjfa_right4_swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    outline: none;
}

.q_jjfa_right2_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.q_jjfa_right3_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.q_jjfa_right4_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/q/q_home_cpzx_swiper_icon2.png);
    left: 40px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: contain;

}

.q_jjfa_right2_swiper .swiper-button-prev.swiper-button-disabled,
.q_jjfa_right3_swiper .swiper-button-prev.swiper-button-disabled,
.q_jjfa_right4_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url(../images/q/q_home_cpzx_swiper_icon1.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-size: contain;

}

.q_jjfa_right2_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.q_jjfa_right3_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.q_jjfa_right4_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/q/q_home_cpzx_swiper_icon2.png);
    right: 40px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-size: contain;

}

.q_jjfa_right2_swiper .swiper-button-next.swiper-button-disabled,
.q_jjfa_right3_swiper .swiper-button-next.swiper-button-disabled,
.q_jjfa_right4_swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url(../images/q/q_home_cpzx_swiper_icon1.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: contain;

}

.q_jjfa_right3 {
    margin-top: 40px;
}

.q_jjfa_right3 p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    width: 100%;
    text-indent: 30px;
}

.q_jjfa_right3_swiper {
    margin-top: 32px;
}

.q_jjfa_right4 {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* .q_jjfa_right4 p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	width: 412px;
	text-indent: 30px;
	padding-top: 95px;
} */
.q_jjfa_right4_swiper {
    width: 550px;
}

.q_jjfa_right5 {
    margin-top: 30px;
}

.q_jjfa_right5 li {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 25px;
    color: #666666;
    display: flex;
    align-items: center;
}

.q_jjfa_right5 li span {
    width: 7px;
    height: 7px;
    background-color: #da251d;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
}

.q_jjfa_right5 li:last-child {
    padding-bottom: 0;
}






@media (min-width: 1400px) and (max-width: 1729px) {
    .q_product_1 {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .q_product_1 li a {
        margin-right: 42px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1367px) and (max-width: 1399px) {
    .q_product_1 {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .q_over {
        width: 92%;
    }

    .q_product_1 li a {
        margin-right: 42px;
        padding-bottom: 5px;
    }

    .q_jjfa_left {
        width: 250px;
    }

    .q_jjfa_left li {
        padding: 28px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .q_product_1 {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .q_over {
        width: 92%;
    }

    .q_product_1 li a {
        margin-right: 42px;
        padding-bottom: 5px;
    }

    .q_jjfa_left {
        width: 250px;
    }

    .q_jjfa_left li {
        padding: 28px 20px;
    }

    .q_jjfa_right {
        width: 900px;
        height: auto;
    }

    .q_jjfa_right1_right {
        width: 215px;
    }

    .q_jjfa_right2 p {
        width: 250px;
        padding-top: 0;
    }

    .q_jjfa_right2,
    .q_jjfa_right4 {
        align-items: center;
    }

    .q_jjfa_right4 p {
        width: 325px;
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    .q_product_1 {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .q_over {
        width: 92%;
    }

    .q_product_1 li a {
        margin-right: 42px;
        padding-bottom: 5px;
    }

    .q_jjfa_body .q_jjfa_body1 {
        width: 100%;
    }

    .q_jjfa_left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .q_jjfa_left li {
        width: 24%;
        height: 70px;
        padding: 28px 56px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .q_jjfa_left li.q_active {
        width: 24%;
        height: 70px;
    }

    .q_product_1 {
        margin: 0 0 25px;
    }

    .q_jjfa_right {
        width: 100%;
    }

    .q_jjfa_right1_left {
        position: relative;
        width: 62%;
        height: auto;
    }

    .q_jjfa_right1_right {
        width: 34%;
    }

    .q_jjfa_right2 p {
        width: 34%;
        padding-top: 0;
    }

    .q_jjfa_right2_swiper {
        width: 62%;
    }

    .q_jjfa_right2,
    .q_jjfa_right4 {
        align-items: center;
    }

    .q_jjfa_right4_swiper {
        width: 60%;
    }

    .q_jjfa_right4 p {
        width: 35%;
        padding-top: 0;
    }

    .q_jjfa_right1 {
        height: auto;
        padding: 20px 20px 20px 66px;
    }

    .q_jjfa_right1_left .swiper-slide img,
    .q_jjfa_right2_swiper .swiper-slide img,
    .q_jjfa_right3_swiper .swiper-slide img,
    .q_jjfa_right4_swiper .swiper-slide img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:990px) {

    .q_jjfa_left li,
    .q_jjfa_left li.q_active {
        width: 24%;
        margin-bottom: 10px;

    }

    .q_product_1 li a {
        margin-right: 30px;
        font-size: 14px;
        line-height: 14px;
    }

    .q_jjfa_left li,
    .q_jjfa_left li.q_active {
        height: 50px;
    }

    .q_home_gsys_ul2 h1 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 5px;
    }

    .q_home_gsys_ul2 p {
        font-size: 12px;
        line-height: 12px;
        color: #999999;
    }

    .q_jjfa_left li .q_home_gsys_uls1:before {
        height: 30px;
        left: -8px;
    }

    .q_jjfa_left li .q_home_gsys_uls1 {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .q_jjfa_left li.q_active .q_home_gsys_uls1 {
        background-size: contain;
    }

    .q_jjfa_right_title {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .q_jjfa_right1_right h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .q_jjfa_right1_left .swiper-pagination {
        top: 10px;
    }

    .q_jjfa_right2,
    .q_jjfa_right3,
    .q_jjfa_right4,
    .q_jjfa_right5 {
        margin-top: 20px;
    }

    .q_jjfa_right1_right p,
    .q_jjfa_right2 p,
    .q_jjfa_right3 p,
    .q_jjfa_right4 p {
        font-size: 12px;
    }

    .q_jjfa_right3_swiper {
        margin-top: 15px;
    }

    .q_jjfa_right5 li {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .q_jjfa_bg {
        padding: 29px 0;
    }

    .q_over {
        width: 100%;
    }
}

@media (max-width:767px) {
    .q_jjfa_bg {
        padding: 20px 0;
    }

    .q_product_1 li a {
        margin-right: 20px;
    }

    .q_jjfa_left li,
    .q_jjfa_left li.q_active {
        width: 49%;
        padding: 7px;
    }

    .q_jjfa_right1 {
        padding: 10px 10px 10px 30px;
    }

    .q_jjfa_right1_left {
        width: 100%;
    }

    .q_jjfa_right1_right {
        width: 100%;
    }

    .q_jjfa_right1_left .swiper-pagination-bullet {
        margin: 10px 0;
        width: 3px;
        height: 3px;
    }

    .q_jjfa_right1_left .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
        margin-left: -7px;
        background-size: contain;
    }

    .q_jjfa_right1_left .swiper-pagination {
        left: -15px;
    }

    .q_jjfa_right1_right p,
    .q_jjfa_right2 p,
    .q_jjfa_right3 p,
    .q_jjfa_right4 p {
        line-height: 20px;
    }

    .q_jjfa_right1_right span {
        margin: 10px auto;
    }

    .q_jjfa_right1_right h1 {
        padding-top: 15px;
        font-size: 16px;
        line-height: 16px;
    }

    .q_jjfa_right_title {
        margin-top: 12px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    .q_jjfa_right2 p,
    .q_jjfa_right4 p {
        width: 100%;
    }

    .q_jjfa_right2,
    .q_jjfa_right3,
    .q_jjfa_right4,
    .q_jjfa_right5 {
        margin-top: 10px;
    }

    .q_jjfa_right2_swiper,
    .q_jjfa_right4_swiper {
        width: 100%;
        margin-top: 10px;
    }

    .q_jjfa_right2_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev,
    .q_jjfa_right3_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev,
    .q_jjfa_right4_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .q_jjfa_right2_swiper .swiper-button-next,
    .q_jjfa_right2_swiper .swiper-button-prev,
    .q_jjfa_right3_swiper .swiper-button-next,
    .q_jjfa_right3_swiper .swiper-button-prev,
    .q_jjfa_right4_swiper .swiper-button-next,
    .q_jjfa_right4_swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .q_jjfa_right2_swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .q_jjfa_right3_swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .q_jjfa_right4_swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
}


/* 修改 */
body {
    margin-top: 100px;
}

@media (max-width:1199px) {
    body {
        margin-top: 0px;
    }
}

.q_jjfa_right5 li p::before {
    content: "●";
    width: 7px;
    height: 7px;
    color: #da251d;
    margin-right: 5px;
}