@charset "utf-8";

@import url(public.css);

/* 头部 */
.header-top{width: 100%; overflow: hidden; border-bottom: 1px solid #f4f4f4; background-color: #fff; line-height: 40px; font-size: 14px; color: #000;}
.header-top a{color: #838383; margin: 0 10px;}
.header-top a:last-child {margin: 0 0 0 10px;}
.header-top a:hover {color: var(--main-color); text-decoration: underline;}
/* header */
.header{width: 100%; position: relative;}
.header-content{position: relative; height: 100px;}
.header .wrap{display: flex; align-items: center; justify-content: space-between;}
.header .logo{overflow: hidden;}
.header .logo img{width: 556px; height: auto; max-width: 100%;}
.header-tel{padding-left: 50px; background: url(../images/tel_icon.png) no-repeat left center;}
.header-tel .text1{font-size: 14px; color: #ef0000;}
.header-tel .text2{font-size: 30px; color: #ef0000; font-family: Impact;}
/* menu */
.header-menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header-menu .icon-bar{background:#333; width:30px; height: 3px; display: block;}
.header-menu .icon-bar:nth-child(2){margin: 5px 0;}
.header-menu .icon-bar:nth-child(3){width: 22px;}
.header-menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header-nav{position: relative; background-color: #0c55a4; width: 100%;}
.header-nav .nav{max-width: 1400px; margin: 0 auto;}
.header-nav .nav-list{width: 100%;}
.header-nav .nav-list>li{width: calc(100% / 7); float: left; position: relative; text-align: center;}
.header-nav .nav-list>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: rgba(255,255,255,.2);}
.header-nav .nav-list>li:last-child::before{display: none;}
.header-nav .nav-list>li>a{line-height: 55px; font-size: 16px; color: #fff; display: block;}
.header-nav .nav-list>li:hover>a{background-color: var(--main-sub-color);}
.header-nav .nav-list>li.on>a{background-color: var(--main-sub-color);}
.header-nav .nav-list>li>i{display: none;}
.header-nav .nav-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-nav .nav-down>li{text-align: center; }
.header-nav .nav-down>li>a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header-nav .nav-down>li:hover>a{color: var(--main-color);}
.header-nav .nav-down>li:hover .nav-san{display: block}
.header-nav .nav-san{display: none; min-width: 150px; position: absolute; left: 100%; top: 0; background: #fff; box-shadow: 0 0 5px #ccc;}
.header-nav .nav-san li a{display: block; font-style: 14px; color: #333; line-height: 35px;}
.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: var(--main-color); opacity: 1;}
.banner .banner-prev, .banner .banner-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 33px; height: 66px; z-index: 2; line-height: 66px; text-align: center; font-size: 30px; color: #fff;}
.banner .banner-prev{left: -10%;}
.banner .banner-next{right: -10%;}
.banner:hover .banner-prev{left: 2%;}
.banner:hover .banner-next{right: 2%;}
/*  */
.padding1{padding: 70px 0;}
.title-index{text-align: center; margin-bottom: 40px;}
.title-index .title1{font-size: 32px; color: #000; font-weight: bold; line-height: 1; display: inline-block; position: relative; padding: 0 40px;}
.title-index .title1 span{color: var(--main-color);}
.title-index .title1::before, .title-index .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 66px; height: 28px; background: url(../images/title_icon1.png) no-repeat; background-size: 100% 100%;}
.title-index .title1::before{right: 100%;}
.title-index .title1::after{left: 100%; transform: rotate(180deg);}
.title-index .title2{font-size: 18px; color: #000; margin-top: 15px; line-height: 1;}
/*  */
.services{width: 100%; background-color: #fff; overflow: hidden;}
.services .tab{margin-bottom: 50px;}
.services .tab .tab-list{display: flex; justify-content: center; flex-wrap: wrap;}
.services .tab li{margin: 0 1px 1px 0;}
.services .tab li a{display: flex; justify-content: center; align-items: center; text-align: center; padding: 0 25px; background-color: var(--main-color); line-height: 65px; font-size: 20px; color: #fff;}
.services .tab .icon{width: 37px; height: 37px; margin-right: 15px; font-size: 0;}
.services .tab .icon img{max-width: 100%; max-height: 100%; object-fit: contain;}
.services .tab li.select a{background-color: var(--main-sub-color);}
.services .tab-content{width: 100%; overflow: hidden;}
.services .tab-content .con{display: none;}
.services .tab-content .con.act{display: block;}
/*  */
.service-list{width: calc(100% + 20px);}
.service-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.service-list .item{display: block; width: 100%; border: 1px solid #eaeaea;}
.service-list .item .img-box{position: relative; overflow: hidden;}
.service-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.service-list .item .text1{font-size: 18px; color: #000; padding: 0 30px; background-color: #f4f4f4; line-height: 60px; border-top: 1px solid #eaeaea;}
.service-list .item .text2{font-size: 16px; color: #000; padding: 0 30px; line-height: 50px; border-top: 1px solid #eaeaea;}
.service-list .item:hover{border-color: var(--main-color);}
.service-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.partner{width: 100%; overflow: hidden; background: url(../images/partner_bg.jpg) no-repeat center center; background-size: cover;}
.partner .title-index .title1{color: #fff;}
.partner .title-index .title1 span{color: var(--main-sub-color);}
.partner .title-index .title1::before, .partner .title-index .title1::after{background-image: url(../images/title_icon2.png);}
.partner .title-index .title2{color: #fff;}
.partner-list{width: calc(100% + 20px);}
.partner-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.partner-list .item{width: 100%; display: block;}
.partner-list .item .img-box{position: relative; overflow: hidden; background-color: #fff;}
.partner-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
/*  */
.customer{width: 100%; background-color: #fff; overflow: hidden;}
.customer .tab{margin-bottom: 50px;}
.customer .tab-list{display: flex; justify-content: center; flex-wrap: wrap;}
.customer .tab-list li{margin: 0 1px 1px 0;}
.customer .tab-list li a{display: block; width: 120px; height: 40px; line-height: 40px; text-align: center; background-color: var(--main-color); font-size: 18px; color: #fff;}
.customer .tab-list li.select a{background-color: var(--main-sub-color);}
.customer .tab-content{width: 100%; overflow: hidden;}
.customer .tab-content .con{display: none;}
.customer .tab-content .con.act{display: block;}
.customer .box{display: flex;}
.customer .img-box{width: 50%; float: left; text-align: center; overflow: hidden; font-size: 0;}
.customer .img-box img{width: 100%; height: auto;}
.customer .content{width: 50%; float: right; background-color: var(--main-color); padding: 40px;}
.customer .content .text{font-size: 18px; color: #fff; line-height: 40px;}
/*  */
.advantage{width: 100%; overflow: hidden;}
.advantage-title{background: url(../images/advantage_title_bg.jpg) no-repeat center center; background-size: cover; text-align: center;}
.advantage-title .title1{font-size: 36px; color: #fff; font-weight: bold; text-shadow: 5px 5px 5px #333; display: inline-block; position: relative; padding: 0 40px;}
.advantage-title .title1 span{color: #ffd200;}
.advantage-title .title1::before, .advantage-title .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 66px; height: 28px; background: url(../images/title_icon2.png) no-repeat; background-size: 100% 100%;}
.advantage-title .title1::before{right: 100%;}
.advantage-title .title1::after{left: 100%; transform: rotate(180deg);}
.advantage-title .title2 span{font-size: 18px; color: #fff; margin-top: 15px; display: inline-block; position: relative; padding: 0 40px;}
.advantage-title .title2 span::before, .advantage-title .title2 span::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 220px; height: 1px; background: url(../images/advantage_title_gang.png) no-repeat; background-size: 100% 100%;}
.advantage-title .title2 span::before{left: 100%; transform: rotate(180deg);}
.advantage-title .title2 span::after{right: 100%;}
.advantage .wrap{padding: 60px 10px;}
.advantage .item{display: flex; align-items: center;}
.advantage .item .img-box{width: 50%; float: left; text-align: center; overflow: hidden; padding: 0 30px 0 0;}
.advantage .item .img-box img{max-width: 100%; height: auto;}
.advantage .item .content{width: 50%; float: right; padding: 0 0 0 30px; overflow: hidden;}
.advantage .item .number{width: 60px; height: 60px; line-height: 60px; text-align: center; float: left; font-size: 36px; font-family: Impact; background-color: var(--main-color); border-radius: 10px; color: #fff; box-shadow: 7px 5px 0px 0px #cfd5e5;}
.advantage .item .txt-box{width: calc(100% - 90px); float: right;}
.advantage .item .txt-box .text1{font-size: 30px; color: #000; font-weight: bold; margin-bottom: 5px;}
.advantage .item .txt-box .text2{font-size: 18px; color: #000; text-transform: uppercase; font-family: "宋体"; margin-bottom: 20px;}
.advantage .item .txt-box .text3{font-size: 20px; color: var(--main-color); font-weight: bold; margin-bottom: 15px;}
.advantage .item .txt-box .text4{font-size: 16px; color: #000; line-height: 30px;}
.advantage .item:nth-child(odd){flex-direction: row-reverse;}
.advantage .item:nth-child(odd) .img-box{padding: 0 0 0 30px;}
.advantage .item:nth-child(odd) .content{padding: 0 30px 0 0;}
/*  */
.intro{width: 100%; overflow: hidden; background: url(../images/intro_bg.jpg) no-repeat center center; background-size: cover;}
.intro-title{text-align: center; margin-bottom: 50px;}
.intro-title .title1{font-size: 32px; color: #fff; font-weight: bold;}
.intro-title .title1 span{color: var(--main-sub-color);}
.intro-title .title2{font-size: 20px; color: #fff; font-family: "宋体"; text-transform: uppercase; line-height: 30px;}
.intro-list{width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
.intro-list li{margin: 0 8px;}
.intro-list .item{width: 90px; padding: 15px 0; background-color: #07f2ff; border-radius: 10px;}
.intro-list .item .icon{position: relative; overflow: hidden;}
.intro-list .item .icon::before{content: ""; display: block; padding-top: 40%;}
.intro-list .item .text{font-size: 18px; height: 25px; line-height: 25px; overflow: hidden; color: #fff; text-align: center; margin-top: 10px;}
.intro-list li:nth-child(1) .item{background-color: #07f2ff;}
.intro-list li:nth-child(2) .item{background-color: #33d075;}
.intro-list li:nth-child(3) .item{background-color: #0c6ff1;}
.intro-list li:nth-child(4) .item{background-color: #fddc06;}
.intro-list li:nth-child(5) .item{background-color: #cb00e7;}
.intro-list li:nth-child(6) .item{background-color: #eb231d;}
.intro-list li:nth-child(7) .item{background-color: #ff8d02;}
.intro-list li:nth-child(8) .item{background-color: #148437;}
.intro-list li:nth-child(9) .item{background-color: #a974d8;}
.intro-list li:nth-child(10) .item{background-color: #4688ea;}
.intro-list li:nth-child(11) .item{background-color: #f907ef;}
.intro-list li:nth-child(12) .item{background-color: #a22825;}
.intro-list .item:hover .icon img{transform: rotateY(360deg);}
/*  */
.about{width: 100%; padding: 70px 0 0 0; background-color: #f5f5f5; overflow: hidden;}
.about .wrap{overflow: hidden;}
.about .img-box{width: 50%; float: right; text-align: center;}
.about .img-box img{width: 100%; height: auto;}
.about .content{width: 50%; float: left;}
.about .content .txt-box{padding: 0 60px 0 calc(100% - 700px);}
.about .title{font-size: 26px; color: #000; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
.about .title::before{content: ""; position: absolute; bottom: 0; left: 0; width: 90px; height: 2px; background-color: var(--main-color);}
.about .text{font-size: 15px; color: #000; line-height: 35px;}
.about .about-btn{overflow: hidden; margin-top: 20px;}
.about .about-btn a{float: left; margin-right: 15px; width: 120px; height: 35px; line-height: 35px; background-color: #000; font-size: 15px; color: #fff; border-radius: 35px; text-align: center;}
.about .about-btn .btn1{background-color: #000;}
.about .about-btn .btn2{background-color: #0c55a4;}
.about .about-list{margin-top: 50px; display: flex; justify-content: left; background-color: var(--main-color); padding: 35px 60px 35px calc(100% - 700px);}
.about .about-list li{width: 130px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; padding: 15px 0; margin-right: 20px;}
.about .about-list .icon{position: relative; overflow: hidden;}
.about .about-list .icon::before{content: ""; display: block; padding-top: 40%;}
.about .about-list .text1{font-size: 18px; color: #fff; text-align: center; margin-top: 10px;}
.about .about-list .text2{font-size: 14px; color: #fff; font-family: Arial; text-align: center;}
/*  */
.news{width: 100%; background-color: #fff; overflow: hidden;}
.news .news-left{width: 50%; float: left; padding: 0 10px 0 0;}
.news .news-right{width: 50%; float: left; padding: 0 0 0 10px;}
.news .tab{width: 100%;}
.news .tab-list{display: flex; justify-content: center; flex-wrap: wrap;}
.news .tab-list li{float: left; margin: 0 10px 20px 10px;}
.news .tab-list li a{display: block; width: 155px; height: 55px; line-height: 55px; text-align: center; font-size: 18px; color: #000; background-color: #f7f7f7;}
.news .tab-list li.select a{background-color: var(--main-color); color: #fff;}
.news .tab-content{width: 100%;}
.news .tab-content .con{display: none;}
.news .tab-content .con.act{display: block;}
.news-list1{width: 100%;}
.news-list1 li{margin-bottom: 15px;}
.news-list1 .item{width: 100%; display: flex; padding: 25px; background-color: #f7f7f7; overflow: hidden;}
.news-list1 .item .img-box{width: 40%; float: left; text-align: center; overflow: hidden; position: relative;}
.news-list1 .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.news-list1 .item .content{width: 60%; float: right; padding: 10px 20px;}
.news-list1 .item .content .title{font-size: 18px; color: #000; font-weight: bold; margin-bottom: 10px;}
.news-list1 .item .content .text{font-size: 14px; color: #000; line-height: 30px; height: 120px; overflow: hidden; margin-bottom: 10px;}
.news-list1 .item .content .icon{width: 20px; height: 20px; float: right; background: url(../images/news_icon.png) no-repeat; background-size: 100% 100%;}
.news-list1 .item:hover{box-shadow: 5px 5px 5px #ccc; transform: translateY(-5px);}
.news-list2{width: 100%;}
.news-list2 li{margin-bottom: 20px;}
.news-list2 .item{width: 100%; display: flex; background-color: #f7f7f7; padding: 15px; overflow: hidden;}
.news-list2 .item .img-box{width: 30%; float: left; overflow: hidden; position: relative;}
.news-list2 .item .img-box::before{content: ""; display: block; padding-top: 66%;}
.news-list2 .item .content{width: 70%; float: left; overflow: hidden; display: flex; align-items: center;}
.news-list2 .item .txt-box{width: 70%; float: left; padding: 0 20px;}
.news-list2 .item .title{font-size: 18px; color: #000; font-weight: bold; margin-bottom: 10px;}
.news-list2 .item .text{font-size: 14px; color: #000; line-height: 30px;}
.news-list2 .item .time{width: 30%; float: right; border-left: 1px solid #e5e5e5; text-align: center; padding: 0 20px;}
.news-list2 .item .time .time-text1{font-size: 26px; color: #999; font-family: Arial;}
.news-list2 .item .time .time-text2{font-size: 18px; color: #999; font-family: Arial; margin-bottom: 15px;}
.news-list2 .item .time .icon{width: 20px; height: 20px; display: inline-block; background: url(../images/news_icon.png) no-repeat; background-size: 100% 100%;}
.news-list2 .item:hover{box-shadow: 5px 5px 5px #ccc; transform: translateY(-5px);}
/*  */
.footer{overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat center center; background-size: cover;}
.footer1 .wrap1{padding: 40px 0; display: flex; justify-content: space-between;}
.footer-logo{width: 20%;}
.footer-logo img{max-width: 100%; height: auto; margin-bottom: 10px;}
.footer_nav{width: 60%; display: flex; justify-content: space-between;}
.footer_nav dl{flex: 1; border-right: 1px solid rgba(255,255,255,.3); text-align: center;}
.footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer_nav dt a{color: #fff;}
.footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer_nav dd a{color: #fff;}
.footer_nav dd a:hover{text-decoration: underline;}
.footer-QR{text-align: center; overflow: hidden;}
.footer-QR img{width: 140px; height: 140px;}
.footer-QR .text{height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; background-color: #405895;}
.footer1 .wrap2{float: right; padding: 20px 0; width: 75%; border-top: 1px solid rgba(255,255,255,.3);}
.footer1 .wrap2 ul{display: flex; justify-content: space-around;}
.footer1 .wrap2 ul li{overflow: hidden; text-align: center;}
.footer1 .wrap2 .icon{width: 47px; height: 47px; overflow: hidden; display: inline-block;}
.footer1 .wrap2 .icon img{width: 100%; height: 100%;}
.footer1 .wrap2 .text{font-size: 18px; color: #fff; margin-top: 10px;}
.footer2{padding: 30px 0; background-color: rgba(0,0,0,.1);}
.footer2 .copyright{font-size: 14px; color: #fff; overflow: hidden;}
.footer2 .copyright a{color: #fff;}
/*  */
.inner-page{width: 100%; padding: 60px 0; overflow: hidden;}
.inner-page-left{width: 330px;}
.inner-page-right{width: calc(100% - 350px);}
.sideBar{width: 100%; overflow: hidden;}
.sideBar .sideBar-title{background-color: var(--main-sub-color); padding: 17px 30px; text-align: left; position: relative;}
.sideBar .sideBar-title .title-box{padding-left: 45px; background: url(../images/sideBar_icon.png) no-repeat left center;}
.sideBar .sideBar-title .text1{font-size: 24px; color: #fff; line-height: 1;}
.sideBar .sideBar-title .text2{font-size: 16px; color: #fff; line-height: 1; margin-top: 5px; font-family: "宋体"; text-transform: uppercase;}
.sideBar .sideBar-title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; display: none;}
.sideBar .list{margin-top: 1px;}
.sideBar .list>li{margin-bottom: 1px;}
.sideBar .list>li>a{display: block; height: 50px; line-height: 50px; text-align: left; background-color: var(--main-color); font-size: 18px; color: #fff; padding: 0 5px 0 30px;}
.sideBar .list>li:hover>a , .sideBar .list>li.active>a{color: #fff; background-color: var(--main-sub-color);}
.sideBar .sideBar-down{width: 100%; display: none;}
.sideBar .sideBar-down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .sideBar-down li a{display: block; height: 40px; line-height: 40px; color: #333;}
.sideBar .sideBar-down li a:hover , .sideBar .sideBar-down li a.act{color: #f00;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden; margin-bottom: 10px;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{font-size: 16px; color: #333; line-height: 28px;}
/*  */
.brand-page .box{border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px}
.brand-page .brand-page-title{font-size: 24px; font-weight: bold; color: #333; margin-bottom: 15px; font-weight: block}
.partner-page-list{width: calc(100% + 20px); overflow: hidden;}
.partner-page-list li{width: calc(100% / 4 - 20px); margin: 0 20px 20px 0; float: left;}
.partner-page-list .item{width: 100%; display: block}
.partner-page-list .item .img-box{position: relative; overflow: hidden; border: 1px solid #ccc}
.partner-page-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.partner-page-list .item .text{font-style: 14px; color: #333; text-align: center; margin-top: 10px}

/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{background-color: #fff; padding: 0; overflow: hidden;}
.product-details .wrap1 .img-box{width: 50%; float: left; border: 1px solid #e4e4e4; text-align: center; overflow: hidden;}
.product-details .wrap1 .img-box img{max-width: 100%; height: auto;}
.product-details .wrap1 .txt-box{width: 50%; float: left; padding-left: 30px;}
.product-details .wrap1 .title{font-size: 20px; 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 .tab{width: 100%; text-align: left;}
.product-details .wrap2{width: 100%; background-color: #fff; margin-top: 30px;}
.product-details .product-details-tab{width: 100%; background-color: #efefef;}
.product-details .product-details-tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product-details .product-details-tab .tabList li{float: left;}
.product-details .product-details-tab .tabList li a{display: block; width: 140px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333;}
.product-details .product-details-tab .tabList .select a{background: #a2a2a2; color: #fff;}
.product-details .product-details-tab-content{width: 100%; overflow: hidden; padding: 20px;}
.product-details .product-details-tab-content .con{display: none;}
.product-details .product-details-tab-content .con.act{display: block;}
.product-details .tel{overflow: hidden; display: flex; align-items: center;}
.product-details .tel .tel-text{font-size: 28px; color: #333;}
.product-details .tel .tel-btn{width: 120px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; margin-left: 15px; background-color: var(--main-color); text-align: center;}
.product-details .wrap2{width: 100%; background-color: #fff;}
.product-details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}
.product-details .wrap2 .content table{max-width: 100% !important; height: auto !important;}
.product-details .wrap2 .content table td{padding: 2px !important;}
/*  */
.news-list{width: 100%;}
.news-page-list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;}
.news-page-list .item{width: 100%;}
.news-page-list .item a{display: flex; width: 100%;}
.news-page-list .item .img-box{width: 15%; float: left; position: relative;}
.news-page-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.news-page-list .item .content{width: 85%; float: left; padding: 5px 15px;}
.news-page-list .item .content .title{font-size: 18px; color: #2a2a2a; margin-bottom: 10px;}
.news-page-list .item .content .text{font-size: 14px; color: #868686; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news-page-list .item .content .time{font-size: 14px; color: #7b7b7b; font-family: Arial; font-weight: bold; border-bottom: 1px solid #7b7b7b; display: inline-block;}
.news-page-list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 10px #ccc;}
/*  */
.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: 18px; color: #333;}
.news-details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news-details .img-box{text-align: center; overflow: hidden;}
.news-details .img-box img{max-width: 100%; height: auto; display: inline-block;}
.news-details .txtbox{font-size: 16px; color: #333; line-height: 28px; margin-top: 20px;}
.news-details .txtbox table{max-width: 100% !important; height: auto !important;}
.news-details .txtbox table td{border: 1px #ccc solid !important; padding: 5px !important;}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 16px; color: #333; line-height: 28px;}
.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%;}


.mrhcont{ width:100%; overflow:hidden; padding-top:20px;}
.pt01{ font-size:14px; line-height:25px; color:#333;}
.pt01 p{ text-indent:2em;}
.mrfom{ width:70%; margin:0 auto;}
.mrfom label{ font-size:14px; color:#333; line-height:30px; font-weight:normal;}
.mrfom .form-control{ border:1px dashed #aaaaaa; background-color:#f4f4f4;}
.mrfom .btn{background-color: #0c55a4;border-color: #0c55a4; margin-top:30px;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (max-width: 1399px){
    .header-top{line-height: 30px;}
    .header-content{height: 110px;}
    /*  */
    .padding1{padding: 60px 0;}
    .title-index .title1{font-size: 34px; padding: 0 20px;}
    .services .tab li a{font-size: 20px; line-height: 55px;}
    .customer .content{padding: 30px;}
    .customer .content .text{font-size: 16px; line-height: 35px;}
    .advantage-title .title1{font-size: 50px;}
    .advantage .item .txt-box .text1{font-size: 32px;}
    .intro-title{margin-bottom: 40px;}
    .intro-title .title1{font-size: 36px;}
    .about .title{font-size: 22px; padding-bottom: 15px; margin-bottom: 15px;}
    .about .text{font-size: 14px; line-height: 30px;}
    .about .content .txt-box{padding: 0 30px 0 10px;}
    .about .about-list{margin-top: 30px; padding: 20px 30px 20px 10px;}
    .about .about-list .icon::before{padding-top: 30%;}
    .news-list1 .item{padding: 15px;}
    .footer1 .wrap2 .text{font-size: 16px;}
    /*  */
    .inner-page-left{width: 280px;}
    .inner-page-right{width: calc(100% - 300px);}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}

}

@media (max-width: 1299px){
    .padding1{padding: 50px 0;}
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 30px;}
    .title-index .title2{font-size: 16px; margin-top: 10px;}
    .services .tab li a{font-size: 16px; line-height: 50px;}
    .services .tab .icon{width: 30px; height: 30px;}
    .service-list .item .text1{font-size: 16px; padding: 0 20px; line-height: 40px;}
    .service-list .item .text2{font-size: 14px; padding: 0 20px; line-height: 40px;}
    .customer .tab-list li a{font-size: 16px;}
    .customer .content{padding: 20px;}
    .customer .content .text{font-size: 14px; line-height: 30px;}
    .advantage-title .title1{font-size: 40px;}
    .advantage .item .txt-box .text1{font-size: 26px;}
    .advantage .item .txt-box .text2{font-size: 16px;}
    .advantage .item .txt-box .text3{font-size: 18px;}
    .advantage .item .txt-box .text4{font-size: 14px; line-height: 25px;}
    .intro-title .title1{font-size: 30px;}
    .intro-title{margin-bottom: 30px;}
    .intro-list li{margin: 0 5px 10px 5px;}
    .about .title{font-size: 20px; margin-bottom: 10px; padding-bottom: 12px;}
    .about .text{line-height: 25px;}
    .news-list1 .item .content .text{height: 100px; line-height: 25px;}

}

@media (max-width: 1199px){
    .padding1{padding: 40px 0;}
    .services .tab{margin-bottom: 30px;}
    .services .tab li a{font-size: 14px; line-height: 40px;}
    .customer .tab{margin-bottom: 30px;}
    .advantage-title .title1{font-size: 30px;}
    .advantage-title .title2 span{font-size: 16px;}
    .intro-list .item .text{font-size: 16px; margin-top: 5px;}
    .about{padding: 40px 0 0 0;}
    .news .tab-list li a{width: 120px; height: 40px; line-height: 40px; font-size: 16px;}
    .news-list2 .item .text{line-height: 25px; height: 75px; overflow: hidden;}
    .footer1 .wrap2 .text{font-size: 14px;}
    /*  */
    .inner-page{padding: 40px 0;}
    .inner-page-left{width: 250px;}
    .inner-page-right{width: calc(100% - 270px);}
    .sideBar .sideBar-title{padding: 15px 20px;}
    .sideBar .sideBar-title .text1{font-size: 20px;}
    .sideBar .sideBar-title .text2{font-size: 14px;}


}

@media (max-width: 991px){
    .header-content{height: 80px;}
    .header .logo img{width: 400px;}
    .header-right{padding-right: 60px;}
    .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-nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header-nav .nav-list{padding: 80px 20px 0 20px;}
    .header-nav .nav-list>li{width: 100%; text-align: left;}
    .header-nav .nav-list>li::before{display: none;}
    .header-nav .nav-list>li>a{color: #333;}
    .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-nav .nav-list>li:hover>a{color: var(--main-sub-color); background-color: #fff;}
    .header-nav .nav-list>li.on>a{color: var(--main-sub-color); background-color: #fff;}
    .header-nav .nav.act{transform: translateX(0);}
    .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px; box-shadow: none;}
    .header-nav .nav-down>li{text-align: left;}
    .header-nav .nav-down>li>a{font-size: 12px; line-height: 30px; padding: 0 5px 0 20px;}
    /*  */
    .padding1{padding: 30px 0;}
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 24px;}
    .title-index .title1::before, .title-index .title1::after{width: 40px; height: 15px;}
    .title-index .title2{font-size: 14px;}
    .services .tab li a{font-size: 12px; line-height: 35px; padding: 0 15px;}
    .services .tab .icon{width: 25px; height: 25px; margin-right: 5px;}
    .service-list{width: calc(100% + 10px);}
    .service-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .service-list .item .text1{font-size: 14px; line-height: 35px; padding: 0 10px;}
    .service-list .item .text2{line-height: 35px; padding: 0 10px;}
    .partner-list{width: calc(100% + 10px);}
    .partner-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .customer .content{padding: 10px;}
    .customer .content .text{line-height: 25px;}
    .advantage-title .title1{font-size: 26px; padding: 0 20px;}
    .advantage-title .title1::before, .advantage-title .title1::after{width: 40px; height: 15px;}
    .advantage-title .title2 span{font-size: 14px; margin-top: 10px; padding: 0 20px;}
    .advantage .wrap{padding: 30px 10px;}
    .advantage .item .img-box{padding: 0 20px 0 0;}
    .advantage .item .content{padding: 0 0 0 20px;}
    .advantage .item .number{width: 50px; height: 50px; line-height: 50px; font-size: 30px;}
    .advantage .item .txt-box{width: calc(100% - 70px);}
    .advantage .item .txt-box .text1{font-size: 22px;}
    .advantage .item .txt-box .text2{font-size: 14px; margin-bottom: 15px;}
    .advantage .item .txt-box .text3{font-size: 16px; margin-bottom: 10px;}
    .advantage .item:nth-child(odd) .img-box{padding: 0 0 0 20px;}
    .advantage .item:nth-child(odd) .content{padding: 0 20px 0 0;}
    .intro-title .title1{font-size: 24px;}
    .news .news-left{width: 100%; padding: 0;}
    .news .news-right{width: 100%; padding: 0;}
    .news-list1 .item .img-box{width: 25%;}
    .news-list1 .item .content{width: 75%;}
    .news-list1 .item .content .text{height: 75px;}
    .news-list1 .item .content .icon{display: none;}
    .news-list2 .item .img-box{width: 25%;}
    .news-list2 .item .content{width: 75%;}
    .news-list2 .item .txt-box{width: 75%;}
    .news-list2 .item .time{width: 25%;}
    .footer1{display: none;}
    .footer2{padding: 20px 0;}
    .footer2 .copyright{width: 100%; text-align: center;}
    /*  */
    .inner-page{padding: 30px 0}
    .inner-page-left{width: 220px;}
    .inner-page-right{width: calc(100% - 240px);}
    .sideBar .sideBar-title .title-box{padding-left: 40px;}
    .sideBar .sideBar-title .text1{font-size: 18px;}
    .sideBar .sideBar-title .text2{margin-top: 2px;}
    .sideBar .list>li>a{line-height: 40px; height: 40px; font-size: 14px;}
    .partner-page-list{width: calc(100% + 10px)}
    .partner-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0}


}

@media (max-width: 767px){
    .header-content{height: 60px;}
    .header .logo img{width: 260px;}
    .padding1{padding: 20px 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px; padding: 0 10px;}
    .services .tab{margin-bottom: 15px;}
    .services .tab li a{line-height: 30px; padding: 0 10px;}
    .service-list li{width: calc(100% / 2 - 10px);}
    .service-list .item .text1{font-size: 12px; line-height: 30px;}
    .service-list .item .text2{font-size: 12px; line-height: 30px;}
    .customer .tab{margin-bottom: 15px;}
    .customer .tab-list li a{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .customer .box{display: block; overflow: hidden;}
    .customer .img-box{width: 100%;}
    .customer .content{width: 100%;}
    .customer .content .text{font-size: 12px;}
    .advantage-title .title1{font-size: 18px; padding: 0 10px;}
    .advantage-title .title2 span{padding: 0 10px;}
    .advantage .wrap{padding: 20px 10px;}
    .advantage .item{display: block; overflow: hidden; margin-bottom: 15px;}
    .advantage .item .img-box{width: 100%; padding: 0;}
    .advantage .item .content{width: 100%; padding: 0; margin-top: 10px;}
    .advantage .item .number{width: 40px; height: 40px; line-height: 40px; font-size: 24px;}
    .advantage .item:nth-child(odd) .img-box{padding: 0;}
    .advantage .item:nth-child(odd) .content{padding: 0;}
    .advantage .item .txt-box{width: calc(100% - 60px);}
    .advantage .item .txt-box .text1{font-size: 18px;}
    .advantage .item .txt-box .text2{font-size: 12px; margin-bottom: 10px;}
    .advantage .item .txt-box .text3{font-size: 14px;}
    .advantage .item .txt-box .text4{font-size: 12px; line-height: 20px;}
    .intro-title{margin-bottom: 15px;}
    .intro-title .title1{font-size: 18px;}
    .intro-title .title2{font-size: 14px; line-height: 25px;}
    .intro-list .item{padding: 10px 0;}
    .intro-list .item .text{font-size: 14px; line-height: 25px;}
    .about{padding: 20px 0 0 0;}
    .about .wrap{padding: 0 10px;}
    .about .img-box{width: 100%; font-size: 0;}
    .about .content{width: 100%; margin-top: 15px;}
    .about .title{font-size: 16px;}
    .about .content .txt-box{padding: 0;}
    .about .text{font-size: 12px;}
    .about .about-btn{margin-top: 15px;}
    .about .about-btn a{width: 100px; height: 30px; line-height: 30px; font-size: 12px; margin-right: 10px;}
    .about .about-list{width: 100%; margin-top: 15px; padding: 10px; flex-wrap: wrap;}
    .about .about-list li{width: 100px; padding: 10px 0; margin: 0 5px 5px 0;}
    .about .about-list .text1{font-size: 14px; margin-top: 5px;}
    .about .about-list .text2{font-size: 12px;}
    .news .tab{margin-bottom: 10px;}
    .news .tab-list li{margin: 0 2px 4px 2px;}
    .news .tab-list li a{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .news-list1 li{margin-bottom: 10px;}
    .news-list1 .item{padding: 5px;}
    .news-list1 .item .img-box{width: 30%;}
    .news-list1 .item .content{width: 70%; padding: 5px 10px;}
    .news-list1 .item .content .title{font-size: 14px; margin-bottom: 5px;}
    .news-list1 .item .content .text{height: 60px; line-height: 20px; font-size: 12px; margin-bottom: 0;}
    .news-list2 li{margin-bottom: 10px;}
    .news-list2 .item{padding: 5px;}
    .news-list2 .item .img-box{width: 30%;}
    .news-list2 .item .content{width: 70%; padding: 5px 10px;}
    .news-list2 .item .txt-box{width: 100%; padding: 0;}
    .news-list2 .item .title{font-size: 14px; margin-bottom: 5px;}
    .news-list2 .item .text{height: 60px; line-height: 20px; font-size: 12px;}
    .news-list2 .item .time{display: none;}
    /*  */
    .inner-page{padding: 20px 0;}
    .inner-page-left{width: 100%; margin-bottom: 10px;}
    .inner-page-right{width: 100%;}
    .sideBar .sideBar-title{padding: 10px 20px;}
    .sideBar .sideBar-title .icon{display: block;}
    .sideBar .list{display: none;}
    .product-details .wrap1{padding: 0;}
    .product-details .wrap1 .img-box{width: 100%;}
    .product-details .wrap1 .txt-box{width: 100%; margin-top: 10px; padding: 0;}
    .product-details .wrap1 .title{font-weight: bold; margin-bottom: 10px; font-size: 16px;}
    .product-details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product-details .product-details-tab .tabList li a{height: 30px; line-height: 30px; width: 100px; font-size: 12px;}
    .product-details .product-details-tab-content{padding: 10px;}
    .product-details .wrap2{margin-top: 15px;}
    .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .news-page-list li{margin-bottom: 10px; padding-bottom: 10px;}
    .news-page-list .item .img-box{width: 130px;}
    .news-page-list .item .content{width: calc(100% - 130px); padding: 2px 0 2px 10px;}
    .news-page-list .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .news-page-list .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 5px;}
    .news-page-list .item .content .time{font-size: 12px; display: none;}
    .brand-page .brand-page-title{font-size: 18px}
    .partner-page-list li{width: calc(100% / 2 - 10px)}
	.news-details .txtbox table td{padding: 2px !important; line-height: 24px !important;}
	.news-details .txtbox table td,.news-details .txtbox table td p,.news-details .txtbox table td span{font-size: 14px !important;}
	.product-details .wrap2 .content table{width: 100% !important; height: auto !important;}
    .product-details .wrap2 .content table td{padding: 2px !important;}

}