@media (max-width: 1630px){
#productsfl{
  display: block;
}
}
@media(max-width:767px) {
   #productsfl {
        display: none;
    }
    .main1 {
width: 95%;
    min-height: 350px;
    padding: 10px;
}
}


.main1-title {
    width: 100%;
    padding: 20px 0;
    color: #999;
}

.main1-title a {
    text-transform: uppercase;
    color: #999;
}

@media(max-width:767px) {
    .about-banner {
        margin-top: 70px;
    }
}

/* about-group */
.about-group {
    width: 100%;
    padding: 20px 0;
    background: #faf2f2;
}

.about-group-tit {
    font-size: 24px;
    color: #666;
}

.about-group-box {
    font-size: 0px;
}

.about-group-fl {
    width: 50%;
    float: left;
}

.about-group-fl>strong {
    font-size: 30px;
    color: #000;
    line-height: 2em;
}

.about-group-pic {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 150px;
    padding-left: 20px;
    box-sizing: border-box;
}

.about-group-pic>img {
    width: 100%;
    max-width: 660px;
}

.about-group-ul {
    padding-top: 10px;
}

.about-group-ul ul {
    width: 100%;
    height: auto;
}

.about-group-ul li {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.about-grout-li-pic {
    display: none;
}

.about-group-icon {
    padding-right: 25px;
    float: left;
    line-height: 55px;
}

.about-group-icon>img {
    width: 40px;
}

.about-group-text {
    width: calc(100% - 70px);
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 18px;
    transition: all ease 0.5s;
    color: #000;
    float: right;
}

.about-group-ul li:hover .about-group-text {
    background: #f43a3b;
    color: #fff;
}

.about-group-ul li.active .about-group-text {
    background: #f43a3b;
    color: #fff;
}

@media(max-width:1630px) {
    .about-group-fl>strong {
        font-size: 28px;
    }

    .about-group-fl {
        width: 60%;
    }

    .about-group-pic {
        width: 40%;
    }
}

@media(max-width:1199px) {

    .about-group-fl,
    .about-group-pic {
        width: 100%;
        float: none;
    }

    .about-group-pic {
        display: none;
    }

    .about-group-fl>strong {
        font-size: 24px;
    }

    .about-group-tit {
        font-size: 20px;
    }
}

@media(max-width:992px) {
    .about-group-fl>strong {
        font-size: 30px;
    }

    .about-group-tit {
        font-size: 18px;
    }

    .about-group-text {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .about-group-fl>strong {
        font-size: 20px;
    }

    .about-group-tit {
        font-size: 16px;
    }

    .about-group-text {
        font-size: 14px;
    }
}

/* about-process */
.about-process {
    padding: 50px 0 0;
}

/* our certificates */
.about-cert-box {
    width: 100%;
    padding: 30px 0 50px;
}

.about-cert-list {
    width: 100%;
    border: 8px solid #000;
    cursor: pointer;
    overflow: hidden;
}

.about-cert-list img {
    width: 100%;
    transition: all ease 0.5s;
}

.about-cert-list:hover img {
    transform: scale(1.1);
}

.about-cert-swiper .swiper-button-prev,
.about-cert-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
}

.about-cert-swiper .swiper-button-prev {
    background: url(/images/about-cert-prev.jpg) no-repeat;
    background-size: 100% 100%;
    left: 2px;
}

.about-cert-swiper .swiper-button-next {
    background: url(/images/about-cert-next.jpg) no-repeat;
    background-size: 100% 100%;
    right: 2px;
}

.about-cert-list.active {
    border-color: #f43a3b;
}

.about-cert-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 999;
    display: none;
}

.about-cert-mask img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:992px) {
    .about-cert-list {
        border-width: 5px;
    }
}

@media(max-width:767px) {
    .about-cert-list {
        border-width: 2px;
    }
}

/* about-history */
.about-history {
    width: 100%;
}

.about-history-line {
    width: 100%;
    height: 150px;
    background: #f43a3b;
    padding: 74px 0;
    box-sizing: border-box;
}

.about-history-border {
    width: 100%;
    height: 2px;
    background: #fff;
}

.about-history-list {
    width: 100%;
    max-width: 1120px;
    margin: 60px auto;
}

.about-history-swiper {
    padding-top: 150px;
    margin-top: -150px;
}

.about-history-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0% !important;
    top: 65px !important;
    z-index: 1;
}

.about-history-swiper .swiper-pagination-bullet {
    background: #FFF;
    opacity: 0.5;
}

.about-history-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.about-history-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 7.5% !important;
    position: relative;
}

.about-history-box .swiper-pagination-bullet-active {
    background: #fff;
}

.about-history-pic {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.about-history-pic img {
    width: 100%;
}

.about-history-fr {
    float: right;
    width: 70%;
    padding-right: 25px;
}

.about-history-fr>strong {
    font-size: 30px;
    color: #f43a3b;
}

.about-history-text {
    width: 100%;
    line-height: 2em;
    font-size: 16px;
}

.about-history-box .swiper-button-next,
.about-history-box .swiper-button-prev {
    top: 60%;
}

.about-history-time {
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    width: 100px;
}

@media(max-width:1199px) {

    .about-history-box .swiper-button-next,
    .about-history-box .swiper-button-prev {
        top: 91%;
    }

    .about-history-box .swiper-button-next {
        right: 45%;
    }

    .about-history-box .swiper-button-prev {
        left: 45%;
    }

    .about-history-fr {
        padding-right: 0;
    }

    .about-history-pic {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .about-history-box .swiper-pagination-bullet {
        opacity: 0;
    }

    .about-history-box .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .about-history-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px !important;
    }

    .about-history-fr,
    .about-history-pic {
        float: none;
        width: 100%;
    }

    .about-history-pic {
        display: none;
    }

    .about-history-box .swiper-button-next {
        right: 40%;
    }

    .about-history-box .swiper-button-prev {
        left: 40%;
    }
}

/* workshop */
.workshop {
    width: 100%;
    padding: 20px 0;
}

.workshop-box {
    width: 100%;
    padding: 30px 0;
}

.workshop-swiper .swiper-button-prev,
.workshop-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
}

.workshop-swiper .swiper-button-prev {
    background: url(/images/about-cert-prev.jpg) no-repeat;
    background-size: 100% 100%;
}

.workshop-swiper .swiper-button-next {
    background: url(/images/about-cert-next.jpg) no-repeat;
    background-size: 100% 100%;
}

.wrokshop-list {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.wrokshop-list img {
    width: 100%;
    transition: all ease 0.5s;
}

.wrokshop-list:hover img {
    transform: scale(1.1);
}

/* about-pic */
.about-pic {
    width: 100%;
    height: auto;
}

.about-pic img {
    width: 100%;
}

/* about-text */
.about-text {
    width: 100%;
    height: auto;
    background: url(/images/about-text-bg.jpg) no-repeat;
    padding: 80px 00;
    box-sizing: border-box;

}

.about-text-list {
    width: 760px;
    float: right;
    height: 400px;
    overflow-y: scroll;
    line-height: 2em;
    text-indent: 2em;
    font-size: 18px;
    color: #000;
}

.about-text-list::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 10px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
    display: block;
}

.about-text-list::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #f43a3b;
}

.about-text-list::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

@media(max-width:767px) {
    .about-text {
        background: #faf2f2;
        padding: 50px 0;
    }

    .about-text-list {
        float: none;
        width: 100%;
    }
}

/* about-pro */
.about-pro .index-tit {
    text-transform: none;
}

.about-pro-box {
    padding: 20px 0;
}

.about-pro-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-pro-list img {
    width: 100%;
    transition: all ease 0.5s;
}

.about-pro-list:hover img {
    transform: scale(1.1);
}

.about-pro-swiper .swiper-button-next,
.about-pro-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.about-pro-swiper .swiper-button-next {
    background: url(/images/about-cert-next.jpg) no-repeat;
    background-size: 100% 100%;
}

.about-pro-swiper .swiper-button-prev {
    background: url(/images/about-cert-prev.jpg) no-repeat;
    background-size: 100% 100%;
}

/* about-link */
.about-line {
    width: 100%;
    padding: 20px 0;
    background: #f43a3b;
    margin-top: 50px;
}

.about-link-text {
    width: 100%;
    text-align: center;
    font-size: 30px;
    text-transform: none;
    color: #fff;
}

.about-link-more {
    text-align: center;
    padding: 10px 0;
}

.about-link-more a {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    transition: all ease 0.5s;
}

.about-link-more a:hover {
    background: #fff;
    color: #f43a3b;
}

@media(max-width:1630px) {
    .about-link-text {
        font-size: 30px;
    }
}

@media(max-width:1199px) {
    .about-link-text {
        font-size: 24px;
    }

    .about-link-more a {
        font-size: 20px;
    }
}

@media(max-width:992px) {
    .about-link-text {
        font-size: 20px;
    }

    .about-link-more a {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .about-link-text {
        font-size: 18px;
    }

    .about-link-more a {
        font-size: 14px;
    }
}

/* 浜у搧椤� */
.products {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

#pro-btn {
    float: right;
    width: 40px;
    height: auto;
    background: none;
    border: none;
    outline: none;
    display: none;
    padding-right: 10px;
}

#pro-btn>span {
    display: block;
    width: 100%;
    height: 2px;
    padding: 0px;
    margin-top: 5px;
    background: #bfbfbf;
}

.products-fl {
    width: 22.5%;
    float: left;

}

.products-fl>strong {
font-size: 20px;
    color: #333;
    line-height: 42px;
    /* border-bottom: 1px solid #ccc; */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.products-calss {
       width: 220px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.products-fl{
    margin-bottom: 40px;
    float: left;
    width: 240px;
}
.products-calss>ul>li {
     clear: both;
    border-bottom: 1px solid #eee;
    position: relative;
}

.products-calss>ul>li:last-child {
    border: none;
}

.products-calss>ul>li>a {
    display: inline-block; 
    background: url(../images/pico.png) 3px 15px no-repeat;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding: 9px 0 6px 14px;
}

.products-calss>ul>li>a>span {
    display: inline-block;
    margin-right: 20px;
    width: 10px;
    height: 15px;
    background: url(/images/products-li-bg1.png) no-repeat;
    transition: all ease 0.5s;
    vertical-align: middle;
}

.products-calss>ul>li>a:hover {
      background-color: #f2f2f2;
}

.products-calss>ul>li>a:hover span {
    background: url(/images/products-li-bg.png) no-repeat;
}

.products-li-ul {
    width: 100%;

}

.products-li-ul>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 50px;
    box-sizing: border-box;
        clear: both;
    border-bottom: 1px solid #eee;
    position: relative;
}

.products-li-ul>li>a {
    color: #333;
    line-height: 24px;
    font-size: 16px;
    background: url(../images/pico.png) 3px 15px no-repeat;
    padding: 9px 0 6px 14px;
}

.products-li-ul>li:hover {
    background: #f43a3b;
}

.products-li-ul>li:hover a {
    color: #fff;
}

.product-contact {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-top:30px;
}

.product-contact>strong {
    font-size: 18px;
    color: #666;
}

.product-contact>ul {
    width: 100%;
    color: #666;
    line-height: 2em;
    padding: 10px 0;
    font-size: 14px;
}

.product-contact>ul li {
    margin-bottom: 15px;
}

.products-share .bds_youtube {
    background: url(/images/youtube-pro.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.products-share .bds_fbook {
    background: url(/images/facebook-pro.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.products-share .bds_twi {
    background: url(/images/twitter-pro.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.products-share .bds-whatsapp {
    background: url(/images/whatsapp-pro.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.products-share .bds_linkedin {
    background: url(/images/linkedin-pro.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.products-message {
    margin: 5px 0;
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
    border: 1px solid #999;
}

.products-message>strong {
    font-size: 18px;
    color: #666;
}

.products-message>form {
    padding-top: 15px;
}

.products-message ul {
    width: 100%;
}

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

.products-message li input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    outline: none;
    border: 1px solid #999;
}

.productsd-message {
    border: none;
    padding-top:140px;
}

.productsd-message ul {
    width: 100%;
    /* display: flex;
    flex-wrap: wrap; */
}

.productsd-message li {
    /* flex: 1;
    min-width:400px; */
}

.products-message li input[type="submit"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #f43a3b;
    color: #fff;
    outline: none;
    text-align: center;
}

.products-message li label {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 2em;
}

.products-message li label span {
    color: #f43a3b;
}

.products-message li textarea {
    width: 100%;
    height: 220px;
    border: 1px solid #999;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.products-fr {
   padding: 0 0 0 270px;
}

.products-fr-text {
    width: 100%;
    height: auto;
}

.products-title {
    width: 100%;
    font-size: 30px;
    color: #353535;
    font-family: Open Sans;
    line-height: 2.4em;
}

.products-instro {
    font-size: 16px;
    color: #777;
    line-height: 1.7em;
}

.products-fr-text ul {
    width: 100%;
    padding: 5px 0;
   
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.products-fr-text li {
    display: inline-block;
    width: 31.5%;
    margin-right: 2.7%;
}

.products-fr-text li:nth-child(3n) {
    margin-right: 0;
}

.products-pic {
    width: 100%;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    position: relative;
    height: 281px;
}

.products-pic>img {
    width: 100%;
    transition: all ease 0.5s;
    height: 281px;
}
@media(max-width:767px) {
.products-pic {
    height: 167px;
}
 .products-pic>img {
    height: 167px;
}
}

.products-pic:hover img {
    transform: scale(1.1);
}

.products-name {
    margin: 10px 0 20px;
    width: 100%;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    color: #000;
    transition: all ease 0.5s;
   overflow: hidden;
    text-overflow: ellipsis;
  }

.products-more {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    transition: all ease 0.5s;
}

.products-more:hover {
    background: #f43a3b;
    color: #fff;
    border-color: #f43a3b;
}

.products-fr-text li:hover .products-name {
    color: #f43a3b;
}

.products-fr-mobile {
    display: none;
}

.pager {
    width: 100%;
    text-align: left;
}
.products-fr-text .pager>a:first-child{
    display: none;
}
.pager a {
    display: inline-block;
    text-align: center;
    border: 1px solid #f43a3b;
    margin:0 5px;
    transition: all ease 0.5s;
    padding: 8px 13px;
}

.pager a:hover {
    background: #f43a3b;
    color: #fff;
}

.pager a.active {
    background: #f43a3b;
    color: #fff;
}
.pager>a:first-child {
    display: none;
}

@media(max-width:1630px) {
    .products-fl>strong {
        font-size: 24px;
    }

    .products-title {
        font-size: 30px;
    }

    .products-instro {
        font-size: 20px;
        line-height: 1.7em;
    }
}

@media(max-width:1199px) {
    #pro-btn {
        display: block;
    }

    .products-fl {
        float: none;
        width: 100%;
    }

    .products-fr {
        float: none;
        width: 100%;
    }

    .bdshare-button-style0-16 a {
        margin: 6px 5px 6px !important;
    }

    .products-fl>strong {
        font-size: 20px;
    }

    .products-title {
        font-size: 24px;
    }

    .products-instro {
        font-size: 18px;
        line-height: 1.5em;
    }
}

@media(max-width:767px) {
    .products-fl>strong {
        font-size: 18px;
    }

    .products-title {
        font-size: 18px;
    }

    .products-instro {
        font-size: 16px;
    }

    .products-fr-text ul {
        padding-top: 20px;
    }

    .products-fr-text li {
        width: 47%;
        margin-right: 6%;
    }

    .products-fr-text li:nth-child(3n) {
        margin-right: 6%;
    }

    .products-fr-text li:nth-child(2n) {
        margin-right: 0px;
    }

    .products-name {
        font-size: 14px;
    }

    .products-fr-pc {
        display: block;
    }

    .products-fr-mobile {
        display: none;
    }
}

/* 浜у搧鍐呴〉 */
.productsd-tit {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 15px 0;
}

.productsd-content {
    width: 100%;
    line-height: 2em;
    min-height: 350px;
}

.ny-pager {
    line-height: 2em;
}

@media(max-width:992px) {
    .productsd-tit {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .productsd-tit {
        font-size: 20px;
    }
    .products{
        width: 100%;
        margin-top: 0;
    }
    .products-fr{
       padding:0;
    }
}

