@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: relative;}
.header .header_content{position: relative; height: 100px;}
.header .header_content .left{height: 100%; display: flex; align-items: center;}
.header .header_content .right{height: 100%; display: flex; align-items: center;}
.header .header_content .logo{overflow: hidden;}
.header .header_content .logo img{width: 311px; height: auto; max-width: 100%;}
.header .header_content .header_txt{padding-left: 20px; margin-left: 20px; position: relative;}
.header .header_content .header_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 45px; background-color: #dcdcdc;}
.header .header_content .header_txt .text1{font-size: 18px; color: #202020; font-weight: bold;}
.header .header_content .header_txt .text2{font-size: 16px; color: #6f6f6f;}
.header .header_content .header_tel{padding-left: 70px; background: url(../images/header_tel_icon.png) no-repeat left center;}
.header .header_content .header_tel .text1{font-size: 14px; color: #202020;}
.header .header_content .header_tel .text2{font-size: 24px; color: #f5c62d; font-family: Arial; font-weight: bold;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#152d7b; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; background-color: #f2f2f2; width: 100%;}
.header .header_nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%;}
.header .header_nav .nav_list>li{width: calc(100% / 8); float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 2px; height: 100%; background: linear-gradient(to right, #e1e1e1, #fefefe)}
.header .header_nav .nav_list>li:last-child::before{display: none;}
.header .header_nav .nav_list>li>a{line-height: 55px; font-size: 16px; color: #232323; display: block;}
.header .header_nav .nav_list>li:hover>a{color: #fff; background-color: #152d7b;}
.header .header_nav .nav_list>li.on>a{color: #fff; background-color: #152d7b;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #152d7b;}
.header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;}
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #152d7b; opacity: 1;}
/*  */
.title_index{text-align: center; margin-bottom: 30px;}
.title_index .title1{font-size: 72px; color: rgba(0,0,0,.08); font-weight: bold; text-transform: uppercase; line-height: 1;}
.title_index .title2{font-size: 30px; color: #152d7b; font-weight: bold; line-height: 1; transform: translateY(-20px);}
.title_index .title3{font-size: 15px; color: #000;}
/*  */
.index1{background-color: #fff; padding: 20px 0; overflow: hidden;}
.index1 .box{display: flex; justify-content: space-between; align-items: center;}
.index1 .title{float: left; width: 100px; line-height: 30px; font-size: 16px; color: #1e1e1e;}
.index1 .list{width: calc(100% - 100px); float: left; overflow: hidden;}
.index1 .list li{float: left; margin-right: 20px;}
.index1 .list li a{display: block; font-size: 14px; color: #6e6e6e; line-height: 30px;}
.index1 .list li a:hover{text-decoration:underline}
.index1 .form{width: 280px; height: 35px; border-radius: 35px; background-color: #f6f6f6; overflow: hidden;}
.index1 .form form{width: 100%; height: 100%;}
.index1 .form .form_text{width: calc(100% - 40px); float: left; height: 100%; border: none; background-color: #f6f6f6; padding: 0 0 0 15px; font-size: 14px; color: #333;}
.index1 .form .btn{width: 40px; float: left; height: 100%; background: url(../images/index1_icon1.png) no-repeat center center;}
/*  */
.index2{width: 100%; background-color: #f6f6f6; padding: 60px 0; overflow: hidden;}
.index2 .left{width: 50%;}
.index2 .right{width: 50%; padding-left: 30px;}
.index2 .imgbox{text-align: center; overflow: hidden;}
.index2 .imgbox img{width: 100%; height: auto;}
.index2 .title_index{text-align: left; border-bottom: 1px solid #dbdbdb; margin-bottom: 0;}
.index2 .title_index .title1{transform: translateX(-170px);}
.index2 .text{font-size: 15px; color: #555555; line-height: 25px; height: 150px; overflow: hidden; margin-top: 20px;}
.index2 .more{text-align: left; margin-top: 45px;}
.index2 .more a{display: inline-block; width: 145px; height: 45px; line-height: 45px; box-shadow: 0 0 20px 0 #ddd; text-align: center; font-size: 14px; color: #929292; background-color: #fff; border-radius: 45px;}
/*  */
.index3{width: 100%; background-color: #fff; padding: 60px 0 40px 0; overflow: hidden;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{width: 100%; background-color: #f4f4f4; padding: 10px 10px 0 10px;}
.product_list .item .imgbox{position: relative; overflow: hidden;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.product_list .item .text{font-size: 16px; color: #454545; line-height: 60px; text-align: center;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.index4{width: 100%; padding: 50px 0 80px 0; overflow: hidden; background: url(../images/index4_bg.jpg) no-repeat top left; background-size: 100%;}
.index4 .title_index .title1{color: rgba(255,255,255,.08);}
.index4 .title_index .title2{color: #fff;}
.index4 .title_index .title3{color: #fff;}
.index4 .imgbox{position: relative; overflow: hidden; box-shadow: 0 8px 30px #ddd; border: 2px solid #fff;}
.index4 .imgbox::before{content: ""; display: block; padding-top: 60%;}
.index4 .text{font-size: 22px; color: #3a3a3a; margin-top: 10px; text-align: center;}
.index4 #certify {position: relative; width: 100%; margin: 0 auto; }
.index4 .swiper-container{overflow: hidden;}
.index4 #certify  .swiper-slide {width: 650px;}
.index4 .swiper-pagination-index4{text-align: center; margin-top: 40px;}
.index4 .swiper4_prev, .index4 .swiper4_next{position: absolute; top: 40%; margin: auto; width: 45px; height: 45px; line-height: 45px; font-size: 40px; border-radius: 50%; text-align: center; background-color: #fff;}
.index4 .swiper4_prev{left: -55px;}
.index4 .swiper4_next{right: -55px;}
/*  */
.index5{width: 100%; padding: 90px 0 0 0; overflow: hidden; background: url(../images/index5_bg.jpg) no-repeat center center; background-size: cover;}
.index5 .title_index5{text-align: center; overflow: hidden; margin-bottom: 70px;}
.index5 .title_index5 img{width: 100%; height: auto;}
.index5 .imgbox{position: relative; overflow: hidden; text-align: center;}
.index5 .imgbox img{max-width: 100%; height: auto;}
.index5 .list{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.index5 .list li{position: absolute;}
.index5 .tel{position: absolute; bottom: 60px; left: 0; text-align: center; width: 100%;}
.index5 .tel .tel_box{display: inline-block; text-align: left; padding-left: 70px; background: url(../images/index5_tel.png) no-repeat left center;}
.index5 .tel .text1{font-size: 20px; color: #3b3b3b;}
.index5 .tel .text2{font-size: 30px; color: #ecb504;}
.index5 .item{width: 100%; }
.index5 .item .box{width: 160px; height: 160px; float: right; border: 10px solid rgba(255,255,255,.8); background-color: #152d7b; border-radius: 50%; padding-top: 10px; text-align: center;}
.index5 .item .icon{position: relative; overflow: hidden;}
.index5 .item .icon::before{content: ""; display: block; padding-top: 50%;}
.index5 .item .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index5 .item .text1{font-size: 24px; color: #fff; font-weight: bold;}
.index5 .item .txtbox{width: calc(100% - 160px); height: 140px; transform: translateY(10px); border-radius: 20px; float: left; padding: 20px; display: flex; align-items: center; background: linear-gradient(to right, #fff, rgba(255,255,255,0))}
.index5 .item .txtbox .text2{font-size: 16px; color: #202020; line-height: 25px;}
.index5 .list li:nth-child(1){left: 0; top: 50px; width: 430px; text-align: left;}
.index5 .list li:nth-child(2){right: 0; top: 50px; width: 430px; text-align: left;}
.index5 .list li:nth-child(3){left: 0; bottom: 80px; width: 350px; text-align: left;}
.index5 .list li:nth-child(4){right: 0; bottom: 80px; width: 350px; text-align: left;}
.index5 .list li:nth-child(2) .box{float: left;}
.index5 .list li:nth-child(2) .txtbox{float: right; background: linear-gradient(to right, rgba(255,255,255,0), #fff)}
.index5 .list li:nth-child(4) .box{float: left;}
.index5 .list li:nth-child(4) .txtbox{float: right; background: linear-gradient(to right, rgba(255,255,255,0), #fff)}
/*  */
.index6{width: 100%; padding: 90px 0; overflow: hidden; background-color: #fff;}
.index6 .xiangce .imgbox{position: relative; overflow: hidden; border: 1px solid #eee;}
.index6 .xiangce .imgbox::before{content: ""; display: block; padding-top: 38%;}
.index6 .xiangce .text{font-size: 16px; color: #111; line-height: 35px; text-align: center; background-color: #ececec;}
.index6 .xiangce .swiper_tab{margin-bottom: 10px;}
.index6 .xiangce .swiper_content{padding: 0 25px;}
.index6 .xiangce .swiper_content .swiper-slide-thumb-active .text{background-color: #152d7b; color: #fff;}
.index6 .xiangce .xiangce-next, .index6 .xiangce .xiangce-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 20px; height: 100%; font-size: 18px; color: #fff; background-color: #152d7b; z-index: 2; display: flex; align-items: center; justify-content: center;}
.index6 .xiangce .xiangce-next{right: 0;}
.index6 .xiangce .xiangce-prev{left: 0;}
/*  */
.index7{width: 100%; padding: 80px 0 60px 0; background: url(../images/index7_bg.jpg) no-repeat center center; background-size: cover;}
.index7 .wrap{background: linear-gradient(#fff, rgba(255,255,255,0))}
.index7 .box{width: 50%; float: left; padding: 20px;}
.index7 .item{margin-bottom: 30px;}
.index7 .item a{display: flex;}
.index7 .item .imgbox{position: relative; width: 30%; overflow: hidden;}
.index7 .item .imgbox::before{content: ""; display: block; padding-top: 65%;}
.index7 .item .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover;}
.index7 .item .txtbox{width: 70%; padding: 0 0 0 15px;}
.index7 .item .txtbox .title{font-size: 18px; color: #111; font-weight: bold; margin-bottom: 10px;}
.index7 .item .txtbox .text{font-size: 14px; color: #4f4f4f; line-height: 20px; height: 60px; overflow: hidden; margin-bottom: 30px;}
.index7 .item .txtbox .text2{font-size: 12px; color: #f5c62d; display: inline-block; border-bottom: 1px solid #f5c62d;}
.index7 .list{width: 100%; border-top: 1px solid #e6e6e6;}
.index7 .list li{border-bottom: 1px solid #e6e6e6;}
.index7 .list li a{display: block; font-size: 16px; color: #111; line-height: 50px; position: relative; padding-right: 90px;}
.index7 .list li a strong{color: #152d7b; font-weight: bold; padding-right: 5px;}
.index7 .list li a span{position: absolute; right: 0; top: 0; width: 90px; text-align: right;}
.index7 .list li a:hover{color: #152d7b;}
/*  */
.footer{width: 100%; overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat center center; background-size: cover;}
.foot1{border-bottom: 1px solid rgba(255,255,255,.33);}
.foot1 .left{width: 80%; padding: 50px 0 40px 0;}
.foot1 .footer_nav{display: flex; justify-content: space-between;}
.foot1 .footer_nav dt{font-size: 17px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.foot1 .footer_nav dt a{color: #fff;}
.foot1 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.foot1 .footer_nav dd a{color: #fff;}
.foot1 .footer_nav dd a:hover{text-decoration: underline;}
.foot1 .right{width: 15%;}
.foot1 .foot_logo{padding: 20px; background-color: #fff; text-align: center; overflow: hidden;}
.foot1 .foot_logo img{max-width: 100%; height: auto;}
.foot1 .foot_QR{padding: 30px; background-color: #f5c62d; text-align: center;}
.foot1 .foot_QR img{width: 115px; height: 115px;}
.foot1 .foot_QR .text{font-size: 14px; color: #fff;}
.foot2{padding: 25px 0;}
.foot2 .text{float: left; font-size: 14px; color: #fff; line-height: 30px;}
.foot2 .text a{color: #fff;}
.foot2 .link{float: right;}
.foot2 .link a{float: left; width: 30px; height: 30px; margin-left: 20px;}

/*  */
.title_inner{background-color: #f2f2f2; padding: 20px 0;}
.title_inner .title{float: left; font-size: 24px; color: #303030; font-weight: bold; position: relative; line-height: 30px; padding-left: 20px;}
.title_inner .title::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 5px; height: 30px; background-color: #f5c62d;}
.title_inner .title span{font-size: 14px; color: #9b9b9b; font-weight: normal; margin-left: 10px; text-transform: uppercase;}
.title_inner .breadcrumb{float: right; font-size: 14px; color: #6f6f6f; line-height: 30px;}
.title_inner .breadcrumb a{color: #6f6f6f;}
/*  */
.sideBar_ph{background-color: #152d7b;}
.sideBar_ph .list{position: relative;}
.sideBar_ph .list>li{float: left; margin-right: 10px;}
.sideBar_ph .list>li>a{display: block; font-size: 18px; color: #fff; padding: 0 30px; line-height: 65px;}
.sideBar_ph .list>li.on>a{background-color: #fff; color: #152d7b; font-weight: bold;} 
.sideBar_ph .list>li:hover>a{background-color: #fff; color: #152d7b; font-weight: bold;}
.sideBar_ph .down{position: absolute; top: 100%; left: 0; padding: 20px 0; border-bottom: 1px solid #d1d1d1; background-color: #fff; display: none; width: 100%; z-index: 2;}
.sideBar_ph .down li{float: left; margin-right: 10px; margin-top: 5px;}
.sideBar_ph .down li a{display: inline-block; width: 250px; height: 45px; line-height: 45px;  text-align: center; background-color: #efefef; font-size: 16px; color: #2b2b2b; border-radius: 45px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 8px}
.sideBar_ph .down li a:hover,.sideBar .down li a.on{background-color: #f5c62d;}
/*  */
.sideBar_pc{width: 100%;}
.sideBar_pc .box{background-color: #152d7b;}
.sideBar_pc .list{position: relative;}
.sideBar_pc .list>li{float: left; margin-right: 10px;}
.sideBar_pc .list>li>a{display: block; font-size: 18px; color: #fff; padding: 0 30px; line-height: 65px;}
.sideBar_pc .list>li:hover>a,.sideBar_pc .list>li.on>a{background-color: #fff; color: #152d7b; font-weight: bold;}
.sideBar_pc .sideBar_content{width: 100%;}
.sideBar_pc .sideBar_content .con{display: none;}
.sideBar_pc .down{padding: 20px 0; border-bottom: 1px solid #d1d1d1; background-color: #fff; width: 100%; z-index: 2;}
.sideBar_pc .down li{float: left; margin-right: 10px; margin-bottom: 10px;}
.sideBar_pc .down li a{display: inline-block; width: 275px; height: 45px; line-height: 45px;  text-align: center; background-color: #efefef; font-size: 16px; color: #2b2b2b; border-radius: 45px;}
.sideBar_pc .down li a:hover,.sideBar_pc .down li a.on{background-color: #f5c62d;}
.inner_page{min-height: 500px; padding: 45px 0; overflow: hidden;}
/*  */
.about_page{width: 100%;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.product_page{width: 100%;}

/*  */
.product_details{width: 100%;}
.product_details .imgbox{text-align: center; overflow: hidden;}
.product_details .imgbox img{max-width: 100%; height: auto;}
.product_details .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.case_page{width: 100%;}

/*  */
.workshop_page{width: 100%;}

/*  */
.certificate_page{width: 100%;}
.certificate_list{width: calc(100% + 20px);}
.certificate_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.certificate_list .imgbox{position: relative; overflow: hidden;}
.certificate_list .imgbox::before{content: ""; display: block; padding-top: 70%;}

/*  */
.news_page{width: 100%;}
.news_list{width: 100%;}
.news_list li{border-bottom: 1px solid #a1a1a1; padding-bottom: 30px; margin-bottom: 30px;}
.news_list .item{width: 100%; overflow: hidden;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{width: 20%; overflow: hidden; position: relative;}
.news_list .item .txtbox{flex: 1; padding: 0 20px;}
.news_list .item .txtbox .title{font-size: 22px; color: #101010; margin-bottom: 10px;}
.news_list .item .txtbox .text{font-size: 16px; color: #7e7e7e; line-height: 25px; height: 50px; overflow: hidden;}
.news_list .item .txtbox .time{margin-top: 40px; font-size: 14px; color: #9c9c9c; display: inline-block; border-bottom: 1px solid #9c9c9c;}
.news_list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 5px #eee;}
/*  */
.news_detalis{width: 100%; }
.news_detalis .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news_detalis .title .title1{font-size: 16px; color: #333;}
.news_detalis .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news_detalis .imgbox{text-align: center; overflow: hidden;}
.news_detalis .imgbox img{max-width: 100%; height: auto;}
.news_detalis .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}

/*  */
.contact_page{width: 100%;}
.contact_page .left{width: 50%; padding-right: 20px;}
.contact_page .text{font-size: 14px; color: #333; line-height: 25px;}
.contact_page .right{width: 50%;}
.contact_page .map{position: relative; overflow: hidden;}
.contact_page .map::before{content: ""; display: block; padding-top: 50%;}
.contact_page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}



@media (max-width: 1199px){
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .title_index .title1{font-size: 52px;}

    .index2 .title_index .title1{transform: translateX(-120px);}
    .product_list .item .text{line-height: 50px;}
    .title_inner{padding: 15px 0;}
    .title_inner .title{font-size: 20px;}
    .title_inner .title span{font-size: 12px;}
    .sideBar_pc .list>li>a{font-size: 16px; padding: 0 20px; line-height: 50px;}
}

@media (max-width: 991px){
    .header .header_content{height: 90px;}
    .header .header_content .right{padding-right: 60px;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; top: 15px; right: 0; display: none; width: 20px; height: 20px; line-height: 18px; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .header_nav .nav_list>li.on>a{background-color: #fff; color: #152d7b;}
    .header .header_nav .nav_list>li:hover>a{color: #152d7b; background-color: #fff;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    /*  */
    .index1{padding: 10px 0;}
    .index1 .title{font-size: 14px; width: 80px;}
    .index1 .list{width: calc(100% - 80px);}
    .index1 .list li a{font-size: 12px;}
    .index1 .form{width: 250px;}
    .index2{padding: 40px 0;}
    .title_index .title1{font-size: 40px;}
    .title_index .title2{font-size: 22px;}
    .index2 .text{font-size: 14px;}
    .index2 .more{margin-top: 20px;}
    .index2 .more a{width: 120px; height: 35px; line-height: 35px;}
    .index3{padding: 40px 0 20px 0;}
    .product_list .item{padding: 5px 5px 0 5px;}
    .product_list .item .text{line-height: 40px; font-size: 14px;}
    .index4{padding: 40px 0;}
    .index4 .swiper-pagination-index4{margin-top: 20px;}
    .index4 #certify .swiper-slide{width: 500px;}
    .index4 .text{font-size: 16px; margin-top: 5px;}
    .index4 .swiper4_prev, .index4 .swiper4_next{display: none;}
    .index5{padding: 60px 0 0 0;}
    .index5 .title_index5{margin-bottom: 30px;}
    .index5 .list{position: static;}
    .index5 .list li{position: static; width: 100%;}
    .index5 .list li:nth-child(1){width: 100%;}
    .index5 .list li:nth-child(2){width: 100%;}
    .index5 .list li:nth-child(3){width: 100%;}
    .index5 .list li:nth-child(4){width: 100%;}
    .index5 .item .box{float: left; width: 120px; height: 120px; border: 5px solid rgba(255,255,255,.8);}
    .index5 .item .txtbox{float: right; width: calc(100% - 120px); height: 100px; padding: 10px;}
    .index5 .item .text1{font-size: 16px;}
    .index5 .tel{display: none;}
    .index5 .imgbox .img{display: none;}
    .index6{padding: 40px 0;}
    .index6 .xiangce .text{font-size: 14px; line-height: 25px;}
    .index7{padding: 40px 0;}
    .index7 .box{padding: 10px;}
    .index7 .item{margin-bottom: 15px;}
    .index7 .item .txtbox .title{font-size: 14px; margin-bottom: 5px;}
    .index7 .item .txtbox .text{font-size: 12px; height: 80px; margin-bottom: 5px;}
    .index7 .list li a{font-size: 14px; line-height: 40px; padding-right: 80px;}
    .index7 .list li a span{width: 80px;}
    .foot1{display: none;}
    .foot2{padding: 15px 0;}
    /*  */
    .title_inner{padding: 10px 0;}
    .title_inner .title{font-size: 18px; line-height: 25px;}
    .title_inner .title::before{height: 25px;}
    .title_inner .breadcrumb{font-size: 12px; line-height: 25px;}
    .sideBar_pc .list>li>a{font-size: 14px; line-height: 40px;}
    .sideBar_pc .down{padding: 10px 0;}
    .sideBar_pc .down li{margin-right: 5px;}
    .sideBar_pc .down li a{width: 150px; height: 35px; line-height: 35px; font-size: 14px;}
    .inner_page{padding: 30px 0;}
    .certificate_list li{width: calc(100% / 3 - 20px);}
    .news_list .item .imgbox{width: 25%;}
    .news_list .item .txtbox .title{font-size: 14px;}
    .news_list .item .txtbox .text{font-size: 12px; line-height: 20px; height: 60px;}
    .news_list .item .txtbox .time{margin-top: 10px; font-size: 12px;}
}

@media (max-width: 767px){
    .header_top{line-height: 25px; font-size: 12px;}
    .header .header_content{height: 70px;}
    .header .header_content .logo img{width: 200px;}
    .index1 .box{flex-wrap: wrap;}
    .index1 .left{width: 100%;}
    .index1 .right{width: 100%;}
    .index1 .title{line-height: 25px;}
    .index1 .list li{margin-right: 10px;}
    .index1 .list li a{line-height: 25px;}
    .index1 .form{width: 100%; height: 30px;}
    .index2{padding: 30px 0;}
    .index2 .left{width: 100%;}
    .index2 .right{width: 100%; padding: 20px 0 0 0;}
    .index2 .title_index {padding-bottom: 15px;}
    .index2 .title_index .title1{transform: translateX(0);}
    .index2 .title_index{text-align: center;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 24px;}
    .title_index .title2{font-size: 16px; transform: translateY(0);}
    .title_index .title3{font-size: 12px;}
    .index3{padding: 30px 0 10px 0;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .text{font-size: 12px; line-height: 25px;}
    .index4{padding: 30px 0; background-size: cover;}
    .index4 #certify .swiper-slide{width: 80%;}
    .index4 .imgbox{box-shadow: none;}
    .index4 .text{font-size: 12px; color: #fff;}
    .index4 .swiper-pagination-index4{margin-top: 10px;}
    .index5{padding: 30px 0;}
    .index5 .title_index5{margin-bottom: 20px;}
    .index5 .item .box{width: 90px; height: 90px; padding-top: 13px;}
    .index5 .item .icon::before{padding-top: 38%;}
    .index5 .item .text1{font-size: 12px; margin-top: 5px;}
    .index5 .item .txtbox{width: calc(100% - 90px); height: 70px;}
    .index5 .item .txtbox .text2{font-size: 12px; line-height: 20px;}
    .index6{padding: 30px 0;}
    .index6 .xiangce .text{font-size: 12px; line-height: 20px;}
    .index7{padding: 30px 0;}
    .index7 .box{width: 100%;}
    .foot2{padding: 10px 0;}
    .foot2 .text{font-size: 12px; line-height: 25px; text-align: center;}
    .foot2 .link{display: none;}
    /*  */
    .title_inner .breadcrumb{display: none;}
    .title_inner .title{font-size: 16px; padding-left: 10px;}
    .title_inner .title::before{width: 3px; height: 20px;}
    .sideBar_ph{padding: 10px 0;}
    .sideBar_ph .list>li{position: relative; width: 100%;}
    .sideBar_ph .list>li>a{font-size: 14px; line-height: 35px; padding: 0 10px;}
    .sideBar_ph .down{position: static; padding: 0;}
    .sideBar_ph .down li{width: 100%; margin: 0 0 5px 0;}
    .sideBar_ph .down li a{width: 100%; height: 30px; line-height: 30px; font-size: 1px;}
    .certificate_list{width: calc(100% + 10px);}
    .certificate_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .news_list li{padding-bottom: 10px; margin-bottom: 10px;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .txtbox{padding: 0 10px;}
    .news_list .item .txtbox .title{margin-bottom: 5px;}
    .news_list .item .txtbox .time{margin-top: 5px;}
    .contact_page .left{width: 100%; padding: 0;}
    .contact_page .right{width: 100%; margin-top: 20px;}
}