@charset "utf-8";

@import url(public.css);

/* 头部 */
.header-top{width: 100%; overflow: hidden; background-color: #000; line-height: 45px; font-size: 14px; color: #838383;}
.header-top .welcome{font-size: 14px; color: #fff; padding-left: 25px; background: url(../images/header_icon1.png) no-repeat left center;}
.header-top .tel{font-size: 24px; color: #ed1b24; font-family: Arial; font-weight: bold; padding-left: 30px; background: url(../images/header_icon2.png) no-repeat left center;}
/* header */
.header{width: 100%; position: relative;}
.header .header-content{width: 100%; position: relative; height: 120px; background-color: #fff;}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo img{max-width: 100%; max-height: 100%; width: 488px; height: auto;}
/* 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:#333; 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;}
.header .header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header-nav .nav-list{width: 100%;}
.header .header-nav .nav-list>li{float: left; position: relative; text-align: center; margin-left: 10px;}
.header .header-nav .nav-list>li>a{width: 100px; line-height: 33px; font-size: 16px; color: #333; display: block; background-repeat: no-repeat; background-size: 100% 100%;}
.header .header-nav .nav-list>li:hover>a{background-image: url(../images/nav_hover.png); color: #fff;}
.header .header-nav .nav-list>li.on>a{background-image: url(../images/nav_hover.png); color: #fff;}
.header .header-nav .nav-list>li>i{display: none;}
.header .header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; background-color: #fff;}
.header .header-nav .nav-down li{text-align: center}
.header .header-nav .nav-down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px; white-space: nowrap;}
.header .header-nav .nav-down li a:hover{color: #ed1b24;}
.header .header-tel{float: left;}
.header .header-tel .tel{font-size: 18px; color: #ed1b24; padding-left: 35px; line-height: 40px; background: url(../images/header_icon1.png) no-repeat left center;}
.header.small{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: #ed1b24; opacity: 1;}
/*  */
.header-search{background-color: #f5f5f5;}
.header-search .left{flex: 1; display: flex;}
.header-search .title{width: 100px; float: left; line-height: 30px; font-size: 16px; color: #000; font-weight: bold;}
.header-search .box{display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse}
.header-search .list{width: calc(100% - 100px); float: left;}
.header-search .list li{float: left; margin-right: 10px;}
.header-search .list li a{display: block; font-size: 14px; color: #333333; line-height: 30px;}
.header-search .list li a:hover{text-decoration:underline}
.header-search .form{width: 380px; height: 70px; background-color: #f5f5f5; overflow: hidden; border-left: 1px solid #a8a8a8;}
.header-search .form input[type=text]{width: calc(100% - 80px); height: 100%; background-color: #f5f5f5; float: left; padding: 0 15px; font-size: 16px; color: #333;}
.header-search .form .btn{width: 80px; height: 100%; background-color: #000000;}
.header-search .form .btn span{padding-right: 25px; color: #fff; background: url(../images/search_icon.png) no-repeat right center;}
/*  */
.title-index{text-align: center; margin-bottom: 50px; position: relative;}
.title-index .title1{font-size: 42px; color: #333333; font-weight: bold;}
.title-index .title2{font-size: 13px; color: #666666; display: inline-block; position: relative; padding: 0 20px;}
.spacing-index{padding: 80px 0;}
/*  */
.about{width: 100%; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.about .img-box{width: 46%; float: left; text-align: center; overflow: hidden; position: relative; z-index: 2;}
.about .img-box img{width: 100%; height: auto;}
.about .content{width: 54%; float: left; padding: 40px 40px 60px 40px; background-color: #fff; position: relative; z-index: 1; top: 15px;}
.about .content::before{content: ""; position: absolute; top: 0; right: 100%; width: 50%; height: 100%; background-color: #fff; z-index: -1;}
.about .content::after{content: ""; position: absolute; top: 0; left: 100%; width: 2000px; height: 100%; background-color: #fff; z-index: -1;}
.about .content .tit{font-size: 22px; color: #000; font-weight: bold; border-bottom: 1px solid #ccc; margin-bottom: 20px; position: relative;}
.about .content .tit::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 85px; height: 2px; background-color: #ed1b24;}
.about .content .tit span{font-size: 16px; color: #666; font-weight: normal;}
.about .content .text{font-size: 16px; color: #666; height: 150px; line-height: 30px; overflow: hidden;}
.about .content .about-link{position: absolute; bottom: -30px; left: 40px; font-size: 0;}
.about .content .about-link a{display: inline-block; width: 180px; height: 60px; line-height: 60px; text-align: center; background-color: #000; margin-right: 10px;}
.about .content .about-link a span{display: inline-block; font-size: 16px; color: #fff; padding-left: 25px; font-weight: bold; background-image: url(../images/about_icon1.png); background-repeat: no-repeat; background-position: left center;}
.about .content .about-link a:hover{background-color: #ed1b24;}
.about .content .about-link a:nth-child(1) span{background-image: url(../images/about_icon1.png);}
.about .content .about-link a:nth-child(2) span{background-image: url(../images/about_icon2.png);}
.about .content .about-link a:nth-child(3) span{background-image: url(../images/about_icon3.png);}
/*  */
.product .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden; text-align: center;}
.product .tab .tab-list{overflow: hidden; display: inline-block; font-size: 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6;}
.product .tab .tab-list li{float: left; padding: 0 25px; position: relative;}
.product .tab .tab-list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 5px; height: 5px; background-color: #000; border-radius: 50%;}
.product .tab .tab-list li:last-child::before{display: none;}
.product .tab .tab-list li::after{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0; height: 1px; background-color: #ed1b24;}
.product .tab .tab-list li a{display: block; height: 42px; line-height: 42px; text-align: center; background-color: #fff; font-size: 16px; color: #333333; position: relative;}
.product .tab .tab-list .select::after{width: 65px;}
.product .tab .tab-list .select a{font-weight: bold;}
.product .tab-content{width: 100%; overflow: hidden;}
.product .tab-content .con{display: none;}
.product .tab-content .con.act{display: block;}
.product .item{width: 100%; padding: 0 0 40px 0; position: relative; transform: scale(.8); z-index: 2;}
.product .item::before{content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 180px; border: 1px solid #e6e6e6; display: none; z-index: -1;}
.product .item .img-box{position: relative; overflow: hidden;}
.product .item .img-box::before{content: ""; display: block; padding-top: 62%;}
.product .item .text{text-align: left; font-size: 16px; color: #666; line-height: 30px; display: none;}
.product .product-btn{position: absolute; bottom: 55px; right: 35%; z-index: 2;}
.product .product-prev, .product .product-next{width: 13px; height: 26px; text-align: center; margin-left: 20px; float: left; cursor: pointer; background: url(../images/product_next.png) no-repeat; background-size: 100% 100%;}
.product .product-next{transform: rotate(180deg);}
.product .swiper-pagination-product{text-align: center;}
.product .swiper-pagination-product span{width: 50px; height: 1px; background-color: #d6d6d6; opacity: 1; border-radius: 0;}
.product .swiper-pagination-product .swiper-pagination-bullet-active{background-color: #ed1b24; height: 3px;}
.product .swiper-slide-active .item{padding: 0 20px 40px 20px; transform: scale(1);}
.product .swiper-slide-active .item::before{display: block;}
.product .swiper-slide-active .item .text{display: block;}
/*  */
.services{width: 100%; background-color: #000; overflow: hidden;}
.services .title-index .title1{color: #fff;}
.services .title-index .title2{color: #fff;}
.services .title-index .title2::before, .services .title-index .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 155px; height: 7px; background: url(../images/title_icon.png) no-repeat; background-size: 100% 100%;}
.services .title-index .title2::before{left: 100%; transform: rotate(180deg);}
.services .title-index .title2::after{right: 100%;}
.services .list{width: 100%; overflow: hidden; display: flex; justify-content: space-between;}
.services .item{width: 100%;}
.services .item .img-box{position: relative; overflow: hidden; width: 100px; height: 100px; background-color: #fff;}
.services .item .img-box img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}
.services .item .img-box .img{opacity: 1;}
.services .item .img-box .img-act{opacity: 0;}
.services .item .text{font-size: 16px; color: #fff; text-align: center; margin-top: 5px;}
.services .item:hover .img-box{background-color: #ed1b24;}
.services .item:hover .img-box img{transform: rotateY(360deg);}
.services .item:hover .img-box .img{opacity: 0;}
.services .item:hover .img-box .img-act{opacity: 1;}
.services .item:hover .text{color: #ed1b24;}
/*  */
.choose{width: 100%; overflow: hidden; background: url(../images/choose_bg.jpg) no-repeat center center; background-size: cover;}
.title-choose{text-align: center; position: relative; z-index: 2; padding-top: 10px; margin-bottom: 50px;}
.title-choose .title1{font-size: 70px; color: rgba(100, 100, 100, .1); line-height: 1; font-weight: bold; text-transform: uppercase; font-family: Arial; position: absolute; left: 0; top: 0; width: 100%; z-index: -1;}
.title-choose .title2{font-size: 42px; color: #000; font-weight: bold;}
.title-choose .title2 span{font-size: 72px; color: #000; }
.choose .list{width: 100%;}
.choose .list li{margin-bottom: 60px;}
.choose .list li:last-child{margin-bottom: 0;}
.choose .img-box{float: left; width: 50%;}
.choose .img-box img{width: 100%; height: auto;}
.choose .content{width: 50%; padding: 0 0 0 40px; float: right;}
.choose .item{width: 100%; margin-bottom: 40px; overflow: hidden;}
.choose .item:last-child{margin-bottom: 0;}
.choose .number{width: 80px; height: 80px; line-height: 80px; background-color: #191919; font-size: 46px; color: #fff; font-weight: bold; float: left; text-align: center;}
.choose .txt-box{width: calc(100% - 80px); float: left; padding: 0 0 0 20px;}
.choose .txt-box .tit{font-size: 24px; color: #000; font-weight: bold; position: relative; margin-bottom: 10px; padding-bottom: 10px;}
.choose .txt-box .tit::before{content: ""; position: absolute; left: 0; bottom: 0; width: 230px; height: 3px; background-color: #e5e7e8;}
.choose .txt-box .text{font-size: 16px; color: #666666; line-height: 30px;}
.choose .list li:nth-child(odd) .img-box{float: right;}
.choose .list li:nth-child(odd) .content{float: left; padding: 0 40px 0 0;}
/*  */
.partner{width: 100%; background-color: #fff; overflow: hidden;}
.partner .swiper-box{position: relative;}
.partner .img-box{position: relative; overflow: hidden; border: 1px solid #e5e5e5;}
.partner .img-box::before{content: ""; display: block; padding-top: 50%;}
.partner .img-box:hover {border-color: #ed1b24;}
.partner .partner-prev, .partner .partner-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; cursor: pointer; background-image: url(../images/partner_prev.png); background-repeat: no-repeat; background-size: 100% 100%;}
.partner .partner-prev{left: -50px;}
.partner .partner-next{right: -50px; transform: rotate(180deg);}
.partner .partner-prev:hover, .partner .partner-next:hover{background-image: url(../images/partner_prev_hover.png);}
/*  */
.solution{width: 100%; background-color: #eee; overflow: hidden;}
.solution-list{width: calc(100% + 50px);}
.solution-list li{width: calc(50% - 50px); float: left; margin: 0 50px 20px 0;}
.solution-list .item{width: 100%; display: flex; padding: 20px; background-color: #fff; border: 1px dotted #a9a9a9; box-shadow: 0 0 5px 0 #ccc; border-radius: 3px; overflow: hidden;}
.solution-list .item .img-box{width: 160px; position: relative; overflow: hidden;}
.solution-list .item .img-box::before{content: ""; display: block; padding-top: 60%;}
.solution-list .item .content{flex: 1; padding: 5px 15px;}
.solution-list .item .content .title{font-size: 16px; color: #222; font-weight: bold; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.solution-list .item .content .text{font-size: 13px; color: #666666; height: 50px; line-height: 25px; overflow: hidden;}
.solution-list .item .time{width: 110px; text-align: center; padding: 20px 0; background-color: #eee;}
.solution-list .item .time .t1{font-size: 34px; color: #333;}
.solution-list .item .time .t2{font-size: 12px; color: #333;}
.solution-list .item:hover{transform: translateY(-4px); box-shadow: 5px 5px 5px #ccc;}
.solution-list .item:hover .time{background-color: #ed1b24;}
.solution-list .item:hover .time .t1{color: #fff;}
.solution-list .item:hover .time .t2{color: #fff;}
.more{text-align: center; margin-top: 20px;}
.more a{display: inline-block; text-align: center; width: 175px; height: 35px; line-height: 35px; font-size: 13px; color: #fff; background-color: #000;}

/*  */
.footer{width: 100%; background-color: #000000;}
.footer1{padding: 40px 0; display: flex; justify-content: space-between;}
.footer1 .footer-contact{overflow: hidden;}
.footer1 .footer-logo{text-align: center; overflow: hidden; margin-bottom: 10px;}
.footer1 .footer-logo img{max-width: 100%; height: auto;}
.footer1 .footer-contact .text{font-size: 14px; color: #fff; line-height: 25px;}
.footer1 .footer-nav{width: 50%; padding: 40px 0;}
.footer1 .footer-nav li{float: left; width: calc(100% / 4); text-align: center; margin-bottom: 30px;}
.footer1 .footer-nav li a{display: block; font-size: 16px; color: #fff;}
.footer1 .footer-nav li a:hover{text-decoration:underline}
.footer1 .QR{overflow: hidden; float: right;}
.footer1 .QR .item{width: 50%; float: left; text-align: center; padding-left: 20px;}
.footer1 .QR .item img{width: 120px; height: 120px;}
.footer1 .QR .item .text{font-size: 14px; color: #fff;}
.footer2{width: 100%; padding: 15px 0;}
.footer2 .copyright{text-align: center; font-size: 14px; color: #fff;}
.footer2 .copyright a{color: #fff;}

/*  */
.inner-page{width: 100%; padding: 50px 0;}
.title-sideBar{text-align: center; background-color: #000; padding: 10px 0; position: relative;}
.title-sideBar .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; }
.title-sideBar .title{font-size: 14px; color: #fff;}
.sideBar{ text-align: center; margin-bottom: 20px; font-size: 0; position: relative;}
.sideBar>ul{display: flex; justify-content: center; flex-wrap: wrap; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6;}
.sideBar>ul>li{float: left; padding: 0 25px; position: relative;}
.sideBar>ul>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 5px; height: 5px; background-color: #000; border-radius: 50%;}
.sideBar>ul>li:last-child::before{display: none;}
.sideBar>ul>li>a{display: inline-block; font-size: 16px; color: #333; line-height: 40px; position: relative;}
.sideBar>ul>li.on>a{font-weight: bold;}
.sideBar>ul>li>a:hover{font-weight: bold;}
.sideBar .sideBar-down{width: 100%;}
.sideBar .sideBar-down ul{background-color: #fafafa; display: flex; justify-content: center; flex-wrap: wrap; padding: 10px 0; overflow: hidden;}
.sideBar .sideBar-down li{float: left; margin-right: 10px;}
.sideBar .sideBar-down li a{display: inline-block; height: 32px; line-height: 32px; border: 1px solid #dcdcdc; font-size: 16px; color: #666; padding: 0 20px;}
.sideBar .sideBar-down li.on a{background-color: #000; color: #fff;}
.sideBar .sideBar-down li a:hover{background-color: #000; color: #fff;}

/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{font-size: 16px; color: #333; line-height: 25px;}
.about-page .content img{max-width: 100% !important; height: auto !important;}
.product-title{text-align: left; display: inline-block; line-height: 35px; height: 35px; padding: 0 20px 0 10px; border-radius: 0 20px 20px 0; background-color: #ed1b24; font-size: 16px; color: #fff; margin: 20px 0;}

/*  */
.product-page{width: 100%; overflow: hidden;}
.product-list{width: calc(100% + 20px);}
.product-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product-list .item{width: 100%; overflow: hidden;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.product-list .item .text{font-size: 16px; color: #666; line-height: 45px; text-align: center;}
.product-list .item:hover .text{background-color: #ed1b24; color: #fff;}
.product-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{background-color: #fff; padding: 20px;}
.product-details .wrap1 .imgbox{width: 30%; float: left; text-align: center; overflow: hidden;}
.product-details .wrap1 .imgbox img{max-width: 100%; height: auto;}
.product-details .wrap1 .content{width: 70%; float: left; padding-left: 30px;}
.product-details .wrap1 .title{font-size: 18px; color: #333; margin-bottom: 20px; font-weight: bold;}
.product-details .wrap1 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.product-details .wrap1 .tel{font-size: 20px; color: #ed1b24; float: left; line-height: 35px;}
.product-details .wrap1 .btn{float: left; width: 125px; height: 35px; line-height: 35px; background-color: #ed1b24; border-radius: 35px; font-size: 14px; color: #fff; text-align: center; margin-left: 20px; cursor: pointer;}
.product-details .tab{width: 100%; text-align: left;}
.product-details .wrap2{width: 100%; background-color: #fff;}
.product-details .tab{width: 100%; text-align: left; margin-bottom: 20px; overflow: hidden; text-align: center;}
.product-details .tab .tab-list{overflow: hidden; width: 100%; font-size: 0; display: flex; justify-content: left; flex-wrap: wrap;}
.product-details .tab .tab-list li{float: left; padding: 0 5px 10px 5px;}
.product-details .tab .tab-list li a{display: block; width: 230px; height: 45px; line-height: 43px; border: 1px solid #e5e5e5; text-align: center; background-color: #fff; font-size: 15px; color: #333;}
.product-details .tab .tab-list .select a{background: linear-gradient(to right, #ed1b24, #ed1b24); color: #fff;}
.product-details .tab-content{width: 100%; overflow: hidden;}
.product-details .tab-content .con{display: none;}
.product-details .tab-content .con.act{display: block;}
.product-details .wrap2 .content{font-size: 16px; color: #333; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}

/*  */
.partner-page{width: 100%; overflow: hidden;}
.partner-list{width: calc(100% + 20px);}
.partner-list li{width: calc(100% / 6 - 20px); float: left; margin: 0 20px 20px 0}
.partner-list .img-box{position: relative; overflow: hidden; border: 1px solid #e5e5e5;}
.partner-list .img-box::before{content: ""; display: block; padding-top: 50%;}
.partner-list .img-box:hover {border-color: #ed1b24;}
.partner-list .text{font-size: 14px; color: #333; text-align: center; line-height: 20px; margin-top: 5px}

/*  */
.solution-page{width: 100%; overflow: hidden;}
.solution-page .img-box{text-align: center; overflow: hidden; margin-bottom: 20px;}
.solution-page .img-box img{max-width: 100%; height: auto;}
.solution-page .content{font-size: 14px; color: #333; line-height: 25px;}
.solution-page .content img{max-width: 100%; height: auto;}

.news_details{width: 100%;}
.news_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news_details .title .title1{font-size: 16px; color: #333;}
.news_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto; display: inline-block;}
.news_details .txtbox{font-size: 16px; color: #333; line-height: 25px; margin-top: 20px;}
.news_details .txtbox img{max-width: 100%; height: auto;}

/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txtbox{font-size: 16px; color: #333; line-height: 25px; margin-bottom: 10px;}
.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: 1499px){
    .header-top{line-height: 35px;}
    .header .logo img{width: 400px;}
    .header .header-nav .nav-list>li{margin-left: 5px;}
    /*  */
    .spacing-index{padding: 60px 0;}
    .about .content{padding: 20px 20px 40px 20px;}
    .about .content .text{font-size: 14px; height: 125px; line-height: 25px;}
    .about .content .about-link{bottom: -20px;}
    .about .content .about-link a{width: 140px; height: 40px; line-height: 40px;}
    .about .content .about-link a span{font-size: 14px;}
    .solution-list{width: calc(100% + 20px);}
    .solution-list li{width: calc(50% - 20px); margin: 0 20px 20px 0;}
    .solution-list .item{padding: 10px;}
    .solution-list .item .img-box{width: 120px;}
    .solution-list .item .content{padding: 0 5px;}
    .solution-list .item .content .title{font-size: 14px; margin-bottom: 5px;}
    .solution-list .item .content .text{font-size: 12px; height: 60px; line-height: 20px;}
    .solution-list .item .time{width: 80px; padding: 15px 0;}
    .footer1 .footer-nav{width: 40%;}
    .footer1 .QR .item img{width: 100px; height: 100px;}
    /*  */
    .inner-page{padding: 40px 0;}
    .sideBar>ul>li{padding: 0 15px;}
    .sideBar>ul>li>a{font-size: 14px;}
    .product-list .item .text{line-height: 35px;}

}

@media (max-width: 1399px){
    
}

@media (max-width: 1199px){
    .header-top .tel{font-size: 18px;}
    .header .header-content{height: 100px;}
    .header .logo img{width: 320px;}
    .header .header-nav .nav-list>li>a{font-size: 14px; width: 80px;}
}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header-content{height: 80px;}
    .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; line-height: 50px;}
    .header .header-nav .nav-list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header .header-nav .nav-list>li:hover>a{background-image: none; color: #ed1b24;}
    .header .header-nav .nav-list>li.on>a{background-image: none; color: #ed1b24;}
    .header .header-nav .nav.act{transform: translateX(0);}
    .header .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header-nav .nav-down li a{font-size: 12px; line-height: 30px;}
    /*  */
    .header-search .list li a{font-size: 12px;}
    .header-search .form{height: 40px; width: 320px;}
    .header-search .form input[type=text]{font-size: 14px;}
    .header-search .title{font-size: 14px;}
    .spacing-index{padding: 40px 0;}
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 28px;}
    .title-index .title2{font-size: 12px;}
    .about .content{padding: 20px;}
    .about .content .about-link{position: static; margin-top: 15px;}
    .about .content .about-link a{width: 120px; height: 30px; line-height: 30px; margin: 0 5px 5px 0;}
    .about .content .about-link a span{font-size: 12px;}
    .product .tab .tab-list li{padding: 0 15px;}
    .product .tab .tab-list li a{height: 35px; line-height: 35px; font-size: 14px;}
    .product .item .text{font-size: 14px;}
    .product .product-prev, .product .product-next{width: 10px; height: 20px; margin-left: 10px;}
    .services .item .img-box{width: 70px; height: 70px;}
    .services .item .img-box img{max-width: 60%; max-height: 60%;}
    .services .item .text{font-size: 14px;}
    .title-choose{margin-bottom: 30px;}
    .title-choose .title1{font-size: 40px;}
    .title-choose .title2{font-size: 26px;}
    .title-choose .title2 span{font-size: 42px;}
    .choose .item{margin-bottom: 20px;}
    .choose .number{width: 60px; height: 60px; line-height: 60px; font-size: 30px;}
    .choose .txt-box .tit{font-size: 18px;}
    .choose .txt-box .text{font-size: 14px; line-height: 25px;}
    .solution-list{width: 100%;}
    .solution-list li{width: 100%; margin: 0 0 15px 0;}
    .footer1{display: none;}
    /*  */
    .inner-page{padding: 30px 0;}
    .sideBar>ul>li>a{line-height: 30px;}
    .product-list{width: calc(100% + 10px);}
    .product-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product-details .wrap1 .tel{font-size: 16px;}
    .product-details .wrap1 .btn{width: 100px; height: 35px; line-height: 35px;}
    .product-details .tab .tab-list li a{width: 160px; height: 40px; line-height: 38px; font-size: 14px;}
	.partner-list li{width: calc(100% / 4 - 20px);}

}

@media (max-width: 767px){
    .header-top{line-height: 25px;}
    .header-top .welcome{font-size: 12px;}
    .header .header-content{height: 60px;}
    .header .header-content .logo img{width: 240px;}
    /*  */
    .header-search .box{display: block; overflow: hidden; zoom: 1;}
    .header-search .left{width: 100%; display: block;}
    .header-search .right{width: 100%; display: block;}
    .header-search .title{font-size: 14px; line-height: 20px;}
    .header-search .list li a{line-height: 20px; font-size: 12px;}
    .header-search .form{height: 30px; border: 1px solid #a8a8a8; width: 100%;}
    .header-search .form input[type=text]{padding: 0 5px; font-size: 12px;}
    /*  */
    .header-search{padding: 5px 0;}
    .spacing-index{padding: 20px 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px;}
    .about .img-box{width: 100%;}
    .about .content{width: 100%; padding: 10px;}
    .about .content .tit{font-size: 16px; padding-bottom: 5px; margin-bottom: 10px;}
    .about .content .tit span{font-size: 12px;}
    .about .content .text{font-size: 12px; height: 120px; line-height: 20px;}
    .product .tab .tab-list{display: flex; flex-wrap: wrap; justify-content: center;}
    .product .tab .tab-list li{padding: 0 10px;}
    .product .tab .tab-list li::before{display: none;}
    .product .tab .tab-list li a{height: 30px; line-height: 30px; font-size: 12px;}
    .product .swiper-slide-active .item{padding: 0 10px;}
    .product .item .text{font-size: 12px; line-height: 25px;}
    .product .product-btn{right: 10px; display: none;}
    .product .item{transform: scale(1);}
    .product .swiper-slide-active .item{padding: 0 10px;}
    .product .swiper-slide-active .item::before{display: none;}
    .services .list{flex-wrap: wrap;}
    .services .list li{margin-bottom: 10px;}
    .services .item .text{font-size: 12px;}
    .title-choose .title1{font-size: 20px;}
    .title-choose .title2{font-size: 18px;}
    .title-choose .title2 span{font-size: 24px;}
    .choose .img-box{width: 100%;}
    .choose .content{width: 100%; padding: 0;}
    .choose .number{width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
    .choose .txt-box{width: calc(100% - 40px);}
    .choose .txt-box .tit{font-size: 16px;}
    .choose .txt-box .text{font-size: 12px; line-height: 20px;}
    .choose .list li{margin-bottom: 20px;}
    .choose .list li:nth-child(odd) .content{padding: 0;}
    .solution-list .item{padding: 5px;}
    .solution-list .item .time{display: none;}
    .more{margin-top: 0;}
    .more a{width: 120px; height: 30px; line-height: 30px;}
    /*  */
    .inner-page{padding: 20px 0;}
    .sideBar .sideBar-down li a{font-size: 12px; padding: 0 10px;}
    .product-list li{width: calc(100% / 2 - 10px);}
    .product-list .item .text{font-size: 12px; line-height: 20px;}
    .product-details .wrap1{padding: 10px;}
    .product-details .wrap1 .imgbox{width: 100%;}
    .product-details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
    .product-details .wrap1 .title{font-weight: bold; margin-bottom: 10px;}
    .product-details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product-details .wrap1 .tel{width: 100%;}
    .product-details .wrap1 .btn{margin-left: 0;}
    .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .product-details .tab{margin-bottom: 10px;}
    .product-details .tab .tab-list li{padding: 0 2px 4px 2px;}
    .product-details .tab .tab-list li a{width: 120px; height: 32px; line-height: 30px; font-size: 12px;}
	.partner-list{width: calc(100% + 10px)}
	.partner-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0}
	.partner-list .text{font-size: 12px}
}