@charset "utf-8";

@import url(public.css);

/* 头部 */
.header_top{width: 100%; overflow: hidden; background-color: #0a83c4; line-height: 30px; font-size: 14px; color: #fff;}
.header_top a{color: #fff; margin: 0 10px;}
.header_top a:last-child {margin: 0 0 0 10px;}
.header_top a:hover {text-decoration: underline;}
/* header */
.header{width: 100%; position: relative;}
.header .header_content{position: relative; height: 120px;}
.header .container{display: flex; justify-content: space-between;}
.header .logo{overflow: hidden; height: 100%; display: flex; align-items: center;}
.header .logo img{max-width: 100%; height: auto; max-height: 100%;}
.header .header_tel{height: 100%; padding-left: 70px; background: url(../images/head_icon1.png) no-repeat left center;}
.header .header_tel .tel{border-left: 1px solid #dbdbdb; float: left; padding: 32px 10px 0 10px; height: 100%;}
.header .header_tel .text1{font-size: 14px; color: #333; height: 20px; line-height: 20px;}
.header .header_tel .text2{font-size: 30px; color: #ec3c02; font-family: Impact; height: 35px; line-height: 35px;}
/* 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:#0a83c4; 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: #0a83c4; 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% / 7); 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: 1px; height: 100%; background-color: #33aaea;}
.header .header_nav .nav_list>li:last-child::before{display: none;}
.header .header_nav .nav_list>li>a{line-height: 50px; font-size: 16px; color: #fff; display: block;}
.header .header_nav .nav_list>li:hover>a{background-color: #33aaea;}
.header .header_nav .nav_list>li.on>a{background-color: #33aaea;}
.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: #0a83c4;}
.header_search{background-color: #f1f2f3; padding: 5px 0; box-shadow: 5px 5px 10px 0 #ccc;}
.header_search .left{flex: 1; display: flex; align-items: center;}
.header_search .title{width: 100px; float: left; line-height: 20px; font-size: 14px; color: #2c2c2c}
.header_search .box{display: flex; justify-content: space-between;}
.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: #2c2c2c; line-height: 20px;}
.header_search .form{width: 380px; height: 40px; border-radius: 40px; background-color: #fff; overflow: hidden; border: 1px solid #dadada; box-shadow: inset 0px 5px 5px 0px #ccc;}
.header_search .form input[type=text]{width: calc(100% - 40px); height: 100%; float: left; padding: 0 15px; font-size: 14px; color: #333; box-shadow: inset 5px 5px 5px 0px #ccc;}
.header_search .form .btn{width: 40px; height: 100%; float: left; background: url(../images/search_icon.png) no-repeat center center;}
.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: #0a83c4; opacity: 1;}
/*  */
.title_index1{text-align: center; margin-bottom: 40px; position: relative; z-index: 1;}
.title_index1 .title1{font-size: 34px; color: #0a83c4; font-weight: bold; display: inline-block; position: relative; padding: 0 15px;}
.title_index1 .title1::before, .title_index1 .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 28px; height: 12px; background: url(../images/title_icon.png) no-repeat; background-size: 100% 100%;}
.title_index1 .title1::before{left: 100%;}
.title_index1 .title1::after{right: 100%;}
.title_index1 .title2{font-size: 62px; color: #d0d5d9; font-family: Arial; font-weight: bold; text-transform: uppercase; position: absolute; left: 0; top: 0; width: 100%; z-index: -1;}
.title_index1 .title3{font-size: 14px; color: #807f7f; margin-top: 10px;}
.more{text-align: center;}
.more a{display: inline-block; width: 160px; height: 35px; line-height: 35px; text-align: center; background-color: #c8cccf; font-size: 14px; color: #fff;}
.more a:hover{background-color: #008cd7; color: #fff; transform: scale(1.1);}
/*  */
.index1{width: 100%; background-color: #008cd7; overflow: hidden;}
.index1 .box{display: flex; justify-content: space-between;}
.index1 .left{padding: 20px 0; text-align: center; flex: 1;}
.index1 .list{display: inline-block; text-align: left; overflow: hidden;}
.index1 .list li{float: left; padding-left: 60px; margin-right: 30px; background-repeat: no-repeat; background-position: left center;}
.index1 .list li:nth-child(1){background-image: url(../images/index1_icon1.png);}
.index1 .list li:nth-child(2){background-image: url(../images/index1_icon2.png);}
.index1 .list li:nth-child(3){background-image: url(../images/index1_icon1.png);}
.index1 .list .text1{font-size: 14px; color: #fff;}
.index1 .list .text2{font-size: 27px; color: #fff; font-family: Impact;}
.index1 .right{width: 40%; background-color: #0a83c4; position: relative; display: flex; align-items: center; justify-content: center;}
.index1 .right::before{content: ""; position: absolute; left: 100%; top: 0; width: 1000px; height: 100%; background-color: #0a83c4;}
.index1 .right a{display: inline-block; padding: 0 45px; line-height: 50px; font-size: 16px; color: #ab6b14; border-radius: 50px; background: linear-gradient(#f9e8ad, #f29d2d);}
/*  */
.index2{width: 100%; background-color: #c3c7ca; overflow: hidden; padding: 60px 0;}
.index2 .more a{background-color: #fff; color: #333;}
.product_list1{width: calc(100% + 20px);}
.product_list1 li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list1 .item{width: 100%;}
.product_list1 .item .imgbox{position: relative; overflow: hidden; border: 1px solid #cbcbcb; box-shadow: 3px 3px 10px 0 #cbcbcb;}
.product_list1 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_list1 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(10, 131, 196, .6); transform: scale(0); display: flex; flex-wrap: wrap; align-content: center; justify-content: center; flex-wrap: wrap;}
.product_list1 .item .mask .icon{width: 54px; height: 54px; display: inline-block; background: url(../images/product_icon.png) no-repeat; background-size: 100% 100%;}
.product_list1 .item .mask .text1{font-size: 16px; color: #fff; line-height: 25px; width: 100%; text-align: center; margin-top: 15px; font-weight: bold;}
.product_list1 .item .text{height: 40px; line-height: 40px; background-color: #0a83c4; margin-top: 5px; padding: 0 10px; font-size: 14px; color: #fff;}
.product_list1 .item .text span{float: right;}
.product_list1 li:nth-child(1){width: calc(100% / 2 - 20px);}
.product_list1 li:nth-child(2){width: calc(100% / 2 - 20px);}
.product_list1 li:nth-child(1) .item .imgbox::before{padding-top: 50%;}
.product_list1 li:nth-child(2) .item .imgbox::before{padding-top: 50%;}
.product_list1 .item:hover .imgbox img{transform: scale(1.1);}
.product_list1 .item:hover .mask{transform: scale(1);}
/*  */
.index3{padding: 0 0 30px 0; overflow: hidden; background-color: #efefef;}
.index3 .title_index1{background-color: #0a83c4; padding: 25px 0;}
.index3 .title_index1 .title1{color: #fff;}
.index3 .title_index1 .title2{top: 25px; color: rgba(255,255,255,.07);}
.index3 .title_index1 .title3{color: #fff;}
/*  */
.sideBar_left{width: 240px; float: left;}
.sideBar_right{width: calc(100% - 240px); float: left; padding-left: 20px;}
.sideBar{width: 100%; overflow: hidden; border: 2px solid #0a83c4; margin-bottom: 15px;}
.sideBar .sideBar_title{background: url(../images/sideBar_title_bg.png) no-repeat; background-size: 100% 100%; padding: 20px 0 40px 0; text-align: center; position: relative;}
.sideBar .sideBar_title .title{display: inline-block; position: relative;}
.sideBar .sideBar_title .text1{font-size: 26px; color: #fff; line-height: 45px; position: relative; padding-left: 40px;}
.sideBar .sideBar_title .text1 span{color: #fff; font-size: 46px; font-family: Arial; position: absolute; top: 0; left: 0; line-height: 1;}
.sideBar .sideBar_title .text2{font-size: 20px; color: #fff; line-height: 1; 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{padding: 15px 10px 15px 10px;}
.sideBar .list>li{margin-bottom: 5px;}
.sideBar .list>li>a{display: block; height: 40px; line-height: 40px; font-size: 16px; color: #fff; padding-left: 40px; border-radius: 40px; background: url(../images/side_item_icon.png) no-repeat 15px center #008cd7;}
.sideBar .list>li:hover>a , .sideBar .list>li.active>a{color: #fff; background-color: #076ca2;}
.sideBar .drop_down{width: 100%;}
.sideBar .drop_down li{border-bottom: 1px dotted #ddd; text-align: left;}
.sideBar .drop_down li a{display: block; height: 40px; line-height: 40px; padding: 0 10px 0 30px; color: #333;}
.sideBar .drop_down li a:hover{color: #0a83c4;}
.sideBar_bottom{background-color: #fff;}
.sideBar_bottom .sideBar_title{background: url(../images/sideBar_title_bg.png) no-repeat; background-size: 100% 100%; padding: 20px 0 40px 0; text-align: center; position: relative;}
.sideBar_bottom .sideBar_title .title{display: inline-block; position: relative;}
.sideBar_bottom .sideBar_title .text1{font-size: 26px; color: #fff; line-height: 45px; position: relative; padding-left: 40px;}
.sideBar_bottom .sideBar_title .text1 span{color: #fff; font-size: 46px; font-family: Arial; position: absolute; top: 0; left: 0; line-height: 1;}
.sideBar_bottom .sideBar_title .text2{font-size: 20px; color: #fff; line-height: 1; text-transform: uppercase;}
.sideBar_bottom .txtbox{font-size: 14px; color: #333; line-height: 25px; padding: 20px;}
/*  */
.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%;}
.product_list .item .imgbox{position: relative; overflow: hidden; border: 1px solid #cbcbcb; box-shadow: 3px 3px 10px 0 #cbcbcb;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_list .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(10, 131, 196, .6); transform: scale(0); display: flex; flex-wrap: wrap; align-content: center; justify-content: center; flex-wrap: wrap;}
.product_list .item .mask .icon{width: 54px; height: 54px; display: inline-block; background: url(../images/product_icon.png) no-repeat; background-size: 100% 100%;}
.product_list .item .mask .text1{font-size: 16px; color: #fff; line-height: 25px; width: 100%; text-align: center; margin-top: 15px; font-weight: bold;}
.product_list .item .text{height: 40px; line-height: 40px; background-color: #0a83c4; margin-top: 5px; padding: 0 10px; font-size: 14px; color: #fff;}
.product_list .item .text span{float: right;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
.product_list .item:hover .mask{transform: scale(1);}
/*  */
.index4{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/index4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .title_index1 .title1{color: #fff;}
.index4 .title_index1 .title2{color: rgba(255,255,255,.07);}
.index4 .title_index1 .title3{color: #fff;}
.index4 .box{position: relative;}
.index4 .imgbox{width: 50%; float: left; border: 5px solid #fff; font-size: 0; position: absolute; left: 0; top: 50%; z-index: 1; transform: translateY(-50%); margin: auto;}
.index4 .imgbox img{width: 100%; height: auto;}
.index4 .txtbox{width: 60%; float: right; background-color: #fff; padding: 70px 0 70px 150px; position: relative;}
.index4 .txtbox::before{content: ""; position: absolute; left: 100%; top: 0; width: 600px; height: 100%; background-color: #fff;}
.index4 .txtbox .title{font-size: 20px; color: #0a83c4; font-weight: bold; margin-bottom: 20px;}
.index4 .txtbox .text{font-size: 16px; color: #333; line-height: 35px;}
/*  */
.index5{width: 100%; padding: 30px 0; overflow: hidden; background-color: #fff; overflow: hidden;}
.index5 .swiper-slide {height: calc((100% - 30px) / 2);}
.case_list{width: calc(100% + 20px);}
.case_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.case_list .item{width: 100%;}
.case_list .item .imgbox{position: relative; overflow: hidden; border: 1px solid #cbcbcb; box-shadow: 3px 3px 10px 0 #cbcbcb;}
.case_list .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.case_list .item .text{height: 40px; line-height: 40px; background-color: #0a83c4; margin-top: 5px; padding: 0 10px; font-size: 14px; color: #fff;}
.case_list .item .text span{float: right;}
.case_list .item:hover .imgbox img{transform: scale(1.1);}
.index5 .case_list{width: 100%;}
/*  */
.index6{width: 100%; padding: 40px 0; overflow: hidden; background: linear-gradient(#ffffff, #0c84c4)}
.index6 .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden; text-align: center;}
.index6 .tab .tabList{overflow: hidden; display: inline-block; font-size: 0;}
.index6 .tab .tabList li{float: left; padding: 0 5px 10px 5px;}
.index6 .tab .tabList li a{display: block; width: 150px; height: 40px; line-height: 40px; border-radius: 40px; text-align: center; background-color: rgba(255, 255, 255, 0); font-size: 20px; color: #0a83c4;}
.index6 .tab .tabList .select a{background: #008cd7; color: #fff;}
.index6 .tabContent{width: 100%; overflow: hidden;}
.index6 .tabContent .con{display: none;}
.index6 .tabContent .con.act{display: block;}
.news_list{width: calc(100% + 20px);}
.news_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.news_list .item{width: 100%;}
.news_list .item .imgbox{position: relative; overflow: hidden;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.news_list .item .txtbox{background-color: #fff; padding: 20px 10px; }
.news_list .item .txtbox .title{font-size: 16px; color: #333; line-height: 20px; font-weight: bold; margin-bottom: 10px;}
.news_list .item .txtbox .text{font-size: 14px; color: #333; line-height: 25px; height: 50px; overflow: hidden;}
.news_list .item .txtbox .mm{border-top: 1px solid #f0f0f0; margin-top: 5px; line-height: 25px; font-size: 14px; color: #333;}
.news_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.index7{width: 100%; padding: 40px 0; overflow: hidden;}
.partner_list{width: calc(100% + 20px);}
.partner_list li{width: calc(100% / 5 - 20px); float: left; margin: 0 20px 20px 0;}
.partner_list .imgbox{position: relative; overflow: hidden; border: 2px solid #e5e5e5; background-color: #fff;}
.partner_list .imgbox::before{content: ""; display: block; padding-top: 50%;}

/*  */
.footer1{overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat center center; background-size: cover;}
.footer1 .box{display: flex;}
.footer_nav{width: 70%; float: left; display: flex;}
.footer_nav dl{padding: 40px; border-left: 1px solid rgba(255, 255, 255, .25); position: relative;}
.footer_nav dl::before{content: ""; position: absolute; top: 40px; left: -15px; width: 30px; height: 30px; background: url(../images/footer_icon1.png) no-repeat; background-size: 100% 100%;}
.footer_nav dl{width: 50%;}
/*.footer_nav dl:nth-child(1) {width: 60%; float: left;}
.footer_nav dl:nth-child(1) dd{width: 50%; float: left;}*/
.footer_nav dl dt{font-size: 20px; color: #fff; margin-bottom: 20px;}
.footer_nav dl dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer_nav dl dd a{display: block; font-size: 14px; color: #fff; line-height: 30px;}
.footer_nav dl dd a:hover{text-decoration:underline;}
.footer1 .right{width: 30%; float: left; border-left: 1px solid rgba(255, 255, 255, .25); padding: 40px; position: relative; overflow:hidden;}
.footer1 .right::before{content: ""; position: absolute; top: 40px; left: -15px; width: 30px; height: 30px; background: url(../images/footer_icon2.png) no-repeat; background-size: 100% 100%;}
.footer1 .right .title{font-size: 20px; color: #fff; margin-bottom: 30px;}
.footer1 .item{margin-bottom: 5px; width:33%; float:left;}
.footer1 .item .QR{text-align: center; overflow: hidden; float: left;}
.footer1 .item .QR img{width: 96px; height: 96px;}
.footer1 .item .QR .text{font-size: 14px; color: #fff; margin-top: 5px;}
.footer1 .item .tel{float: left; margin-left: 10px; padding-top: 15px;}
.footer1 .item .tel .text1{font-size: 14px; color: #fff; display: inline-block; padding: 0 20px; line-height: 30px; border-radius: 30px; background-color: #f4b04e;}
.footer1 .item .tel .text2{font-size: 14px; color: #fff; margin-top: 5px;}
.footer1 .item .tel .text2 span{font-size: 30px; color: #fff; font-family: Impact;}
.footer1 .item:nth-child(3) .tel .text1{background-color: #e43e12;}
.footer2{width: 100%; background-color: #06689d; padding: 10px 0;}
.footer2 .text{font-size: 14px; color: #fff; line-height: 25px;}
.footer2 .text a{color: #fff;}

/*  */
.inner_page{width: 100%; background-color: #efefef;}
.title_inner{border-bottom: 1px solid #e1e1e1; position: relative; margin-top: 30px; padding-bottom: 12px; margin-bottom: 20px;}
.title_inner::before{content: ""; position: absolute; bottom: 0; left: 0; width: 130px; height: 2px; background-color: #0a83c4;}
.title_inner .text{position: relative; float: left; font-size: 16px; color: #0a83c4;}
.title_inner .breadcrumb{float: right; font-size: 14px; color: #333;}
.title_inner .breadcrumb a{color: #333;}

/*  */
.about_page{overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.product_page{width: 100%; overflow: hidden;}
/*  */
.product_details{width: 100%; overflow: hidden;}
.product_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.product_details .title .title1{font-size: 16px; color: #333;}
.product_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.product_details .imgbox{text-align: center; overflow: hidden;}
.product_details .imgbox img{max-width: 100%; height: auto;}
.product_details .txtbox{font-size: 14px; color: #333; line-height: 25px;}
.product_details .txtbox table{width: 100%; height: auto; margin: 5px auto;}
.product_details .txtbox table td{padding: 5px !important;}
/*  */
.case_page{width: 100%; overflow: hidden;}
/*  */
.case_details{width: 100%; overflow: hidden;}
.case_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.case_details .title .title1{font-size: 16px; color: #333;}
.case_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.case_details .imgbox{text-align: center; overflow: hidden;}
.case_details .imgbox img{max-width: 100%; height: auto;}
.case_details .txtbox{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.news_page{width: 100%; overflow: hidden;}
/*  */
.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;}
.news_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; 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: 1199px){
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .footer_nav{width: 65%;}
    .footer1 .right{width: 35%;}
}

@media (max-width: 991px){
    .header .logo img{width: 400px;}
    .header .header_content{height: 100px;}
    .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; 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: #008cd7;}
    .header .header_nav .nav_list>li:hover>a{background-color: #fff; color: #008cd7;}
    .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;}
    .header_search .list li a{font-size: 12px;}
    .index1 .list li{background-size: 40px; padding-left: 50px;}
    .index1 .list .text1{font-size: 12px;}
    .index1 .list .text2{font-size: 20px;}
    .index1 .right a{padding: 0 30px; line-height: 40px; font-size: 14px;}
    .index2{padding: 40px 0;}
    .title_index1 .title1{font-size: 24px;}
    .title_index1 .title2{font-size: 34px;}
    .title_index1 .title3{font-size: 12px; margin-top: 5px;}
    .title_index1{margin-bottom: 20px;}
    .product_list1 .item .mask .icon{width: 30px; height: 30px;}
    .product_list1 .item .mask .text1{margin-top: 5px; font-size: 12px; line-height: 20px;}
    .product_list1 .item .text{height: 30px; line-height: 30px; font-size: 12px;}
    .index3 .title_index1{padding: 20px 0;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_title{padding: 15px 0 30px 0;}
    .sideBar .sideBar_title .text1{font-size: 22px; line-height: 35px; padding-left: 30px;}
    .sideBar .sideBar_title .text1 span{font-size: 35px;}
    .sideBar .sideBar_title .text2{font-size: 14px;}
    .sideBar .list>li>a{height: 35px; line-height: 35px; font-size: 14px;}
    .sideBar .drop_down li a{height: 35px; line-height: 35px; font-size: 12px;}
    .sideBar_bottom .sideBar_title{padding: 15px 0 30px 0;}
    .sideBar_bottom .sideBar_title .text1{font-size: 22px; line-height: 35px; padding-left: 30px;}
    .sideBar_bottom .sideBar_title .text1 span{font-size: 35px;}
    .sideBar_bottom .sideBar_title .text2{font-size: 14px;}
    .product_list .item .mask .icon{width: 30px; height: 30px;}
    .product_list .item .mask .text1{margin-top: 5px; font-size: 12px; line-height: 20px;}
    .product_list .item .text{height: 30px; line-height: 30px;}
    .index4{padding: 40px 0;}
    .index4 .txtbox{padding: 30px 0 30px 80px;}
    .index4 .txtbox .title{font-size: 16px;}
    .index4 .txtbox .text{font-size: 14px; line-height: 25px;}
    .index5{padding: 30px 0 0 0;}
    .case_list .item .text{height: 30px; line-height: 30px;}
    .index6{padding: 30px 0;}
    .index6 .tab .tabList li a{width: 120px; height: 30px; line-height: 30px; font-size: 14px;}
    .index6 .tab{margin-bottom: 10px;}
    .news_list{width: 100%;}
    .news_list li{width: 100%; margin: 0 0 15px 0;}
    .news_list .item{width: 100%;}
    .news_list .item a{display: flex;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .txtbox{width: 70%; padding: 10px;}
    .news_list .item .txtbox .title{font-size: 14px; margin-bottom: 5px;}
    .news_list .item .txtbox .text{height: 40px; line-height: 20px;}
    .news_list .item .txtbox .mm{font-size: 12px; line-height: 20px; padding-top: 5px;}
    .partner_list{width: calc(100% + 10px);}
    .partner_list li{width: calc(100% / 5 - 10px); margin: 0 10px 10px 0;}
    .footer1{display: none;}

}

@media (max-width: 767px){
    .header .header_content{height: 70px;}
    .header .header_content .logo img{width: 240px;}
    .header_search .box{display: block; overflow: hidden;}
    .header_search .left{width: 100%;}
    .header_search .right{width: 100%;}
    .header_search .form{width: 100%; height: 35px; }
    .index1 .box{flex-wrap: wrap;}
    .index1 .left{padding: 10px 0;}
    .index1 .list li{background-size: 30px;}
    .index1 .list .text2{font-size: 16px;}
    .index1 .right{width: 100%; padding: 5px 0;}
    .index1 .right a{padding: 0 15px; line-height: 35px; font-size: 12px;}
    .index1 .right::before{display: none;}
    .index2{padding: 20px 0;}
    .title_index1 .title1{font-size: 16px;}
    .title_index1 .title2{font-size: 20px;}
    .product_list1{width: calc(100% + 10px);}
    .product_list1 li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list1 li:nth-child(1){width: calc(100% / 2 - 10px);}
    .product_list1 li:nth-child(2){width: calc(100% / 2 - 10px);}
    .more a{width: 120px;}
    .sideBar_left{width: 100%;}
    .sideBar_right{width: 100%; margin: 15px 0 0 0; padding: 0;}
    .sideBar .sideBar_title{background-color: #0a83c4; padding: 10px 0;}
    .sideBar .sideBar_title .text1{font-size: 16px; padding: 0; line-height: 25px;}
    .sideBar .sideBar_title .text2{display: none;}
    .sideBar .sideBar_title .text1 span{display: none;}
    .sideBar .sideBar_title .icon{display: block;}
    .sideBar .list{padding: 10px; display: none;}
    .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;}
    .index4{padding: 20px 0;}
    .index4 .imgbox{position: static; width: 100%; transform: translateY(0);}
    .index4 .txtbox{width: 100%; padding: 10px;}
    .index4 .txtbox .title{font-size: 14px; margin-bottom: 15px;}
    .index4 .txtbox .text{font-size: 12px;}
    .index5{padding: 20px 0 0 0;}
    .case_list{width: calc(100% + 10px);}
    .case_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case_list .item .text{font-size: 12px;}
    .index6{padding: 20px 0;}
    .news_list .item .txtbox .text{font-size: 12px;}
    .index7{padding: 20px 0;}
    .partner_list li{width: calc(100% / 3 - 10px);}
    .footer2 .text{width: 100%; text-align: center; font-size: 12px;}
    /*  */
    .sideBar{margin-bottom: 0;}
    .title_inner{margin-top: 0;}
    .title_inner .breadcrumb{display: none;}
    .title_inner .text{font-size: 14px;}
}