@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .head_top{height: 30px; background-color: #23A2DC; overflow: hidden;}
.header .head_top .txt{float: left; line-height: 30px; font-size: 14px; color: #fff;}
.header .head_top .right a{float: left; position: relative; font-size: 14px; color: #fff; line-height: 30px; padding: 0 10px;}
/*  */
.header .head_box{position: relative;}
.header .head_content{width: 100%; background-color: #fff; height:90px; overflow:hidden; position: relative;}
.header .head_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .right{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .logo{float: left;}
.header .head_content .logo img{max-width: 100%; height:auto; max-height: 100%;}
.header .head_content .head_txt{float: left; position: relative; padding-left: 15px; margin-left: 15px;}
.header .head_content .head_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 40px; background-color: #C9C9C9;}
.header .head_content .head_txt .text{font-size: 16px; color: #333333; line-height: 22px;}
.header .head_content .head_tel{padding-left: 55px; background: url(../images/head_tel_icon.png) no-repeat left center;}
.header .head_content .head_tel .txt1{font-size: 14px; color: #333;}
.header .head_content .head_tel .txt2{font-size: 22px; color: #333; margin-top: 2px;}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 9; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#23A2DC; width:30px; height: 3px; display: block;}
.header .navBarIcon .icon-bar:nth-child(2){margin: 5px 0;}
.header .navBarIcon .icon-bar:nth-child(3){width: 22px;}
.header .navBarIcon.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .navBarIcon.on .icon-bar:nth-child(2){opacity:0;}
.header .navBarIcon.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .head_nav{width: 100%; position: relative; background-color: #F5F5F5;}
.header .head_nav .navBox{max-width: 1520px; height: auto; margin: 0 auto;}
.header .head_nav .navList{width: 100%; font-size: 0;}
.header .head_nav .item{float: left; width: calc(100% / 7); position: relative; text-align: center;}
.header .head_nav .item>a{color: #333; font-size: 16px; line-height: 45px; display: block; overflow: hidden;}
.header .head_nav .item i{display: none;}
.header .head_nav .item:hover>a{background-color: #23A2DC; color: #fff;}
.header .head_nav .item.act>a{background-color: #23A2DC; color: #fff;}
.header .head_nav .nav_down{display: none; position:absolute; top:100%; width: 100%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff; z-index:9;}
.header .head_nav .nav_down li{width: 100%; text-align: center;}
.header .head_nav .nav_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;}
.header .head_nav .nav_down li a:hover{background: #23A2DC; color: #fff;}
.header.small .head_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s; box-shadow: 0 0 20px 0 #bbb;}
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%; overflow: hidden; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #23A2DC;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; font-size: 38px; color: #333; z-index: 9; opacity: 0;}
.banner .banner-prev{left: 2%;}
.banner .banner-next{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}
.head_search{width: 100%; background-color: #F5F5F5; padding: 7px 0;}
.head_search .title{font-size: 13px; color: #0193dd; font-weight: bold; float: left; line-height: 30px;}
.head_search .list{overflow: hidden; zoom: 1;}
.head_search .list li{float: left; margin-right: 10px;}
.head_search .list li a{font-size: 13px; color: #666; line-height: 30px;}
.head_search .list li a:hover{text-decoration:underline}
.head_search .search_form{width: 420px; height: 30px;}
.head_search .search_form .form_text{width: calc(100% - 70px); height: 100%; float: left; border: 1px solid #DDDDDD; outline:none; border-right: none; padding: 0 10px;}
.head_search .search_form .form_btn{width: 70px; height: 100%; float: left; font-size: 14px; color: #fff;; border: 1px solid #F96CE0; background-color: #FFCB2D; border-radius: 0 10px 0 10px;}
.head_search .search_form .form_btn span{width: 13px; height: 13px; display: inline-block; margin-left: 5px; background: url(../images/head_search_icon.png); background-size: 100% 100%;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #23A2DC; border-top: 1px solid #fff; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 6; height: calc(58px +  constant(safe-area-inset-bottom)); height: calc(58px +  env(safe-area-inset-bottom));}
.tabBar .list{height: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.tabBar .list>li{height: 100%; border-right: 1px solid #fff; position: relative; flex: 1;}
.tabBar .list>li:last-child{border-right: none;}
.tabBar .item{width: 100%; height: 100%; text-align: center; display: flex; display: -webkit-flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.tabBar .item span{width: 100%; font-size: 16px; color: #fff; display: block; line-height: 20px;}
.tabBar .item p{width: 100%; font-size: 12px; line-height: 20px; color: #fff;}
.tabBar .tabbar_bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 7; display: none;}
.tabBar .tel_num{width: 100%; display: block; overflow: hidden; background-color: #f5f5f5; box-shadow: 0 0 5px rgb(0 0 0 / 30%); position: fixed; bottom: 0; left: 0; z-index: 8; display: none;}
.tabBar .tel_num a{display: block; line-height: 44px; font-size: 15px; color: #333; border-bottom: 1px solid #ddd; text-align: center;}
.tabBar .tel_num .cancel{margin-top: 6px; border-top: 1px solid #ddd; background-color: #fff; line-height: 44px; font-size: 15px; color: #333; text-align: center;}
.tabBar .wecht_box{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 7; display: none;}
.tabBar .wecht_content{width: 100%; background-color: #fff; padding: 30px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%);}
.tabBar .wecht_content .title{font-size: 18px; color: #333; line-height: 24px; font-weight: bold;}
.tabBar .wecht_content img{width: 150px; height: auto; margin-top: 10px;}
.tabBar .wecht_content .txt{font-size: 12px; color: #333; margin-top: 10px; line-height: 20px;}
.tabBar .wecht_content .txt span{font-size: 18px; font-family: Impact;}
.tabBar .close{position: absolute; bottom: -38px; width: 30px; height: 30px; line-height: 28px; font-size: 20px; color: #fff; border: 1px solid #fff; border-radius: 50%; left: 0; right: 0; margin: auto;}
/*  */
.title_index{width: 100%; text-align: center; position: relative; margin-bottom: 20px;}
.title_index .title1{font-size: 24px; color: #333; font-weight: bold; margin: 5px 0 0 0; position: relative; z-index: 1;}
.title_index .title2{font-size: 48px; color: rgba(51,51,51,.1); position: absolute; top: 20px; left: 0; width: 100%; text-align: center; z-index: 0; font-weight: bold; text-transform: uppercase;}
.title_index img{max-width: 100%; height: auto; position: relative; z-index: 1;}
/*  */
.index1{width: 100%; padding: 25px 0; overflow: hidden;}
.index1 .list{width: 100%; text-align: center;}
.index1 .list li{width: calc(100% / 8); text-align: center; float: left;}
.index1 .item{text-align: center; width: 160px; display: inline-block;}
.index1 .item .icon{width: 120px; height: 120px; display: inline-block; border-radius: 50%; border: 1px solid #eee; background-color: #23A2DC; position: relative; overflow: hidden; z-index: 1;}
.index1 .item .icon::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 8px solid #fff; border-radius: 50%;}
.index1 .item .icon .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index1 .item .txtbox{border: 1px solid #eee; position: relative; border-radius: 0 0 80px 80px; background-color: #23A2DC; height: 230px; margin-top: -60px; overflow: hidden; padding-top: 70px; z-index: 0;}
.index1 .item .txtbox::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 8px solid #fff; border-radius: 0 0 80px 80px;}
.index1 .item .txtbox .text{font-size: 24px; color: #fff; width: 30px; line-height: 30px; display: inline-block; line-height: 25px;}
.index1 .item:hover{transform: translateY(-15px);}
.index1 .list li:nth-child(1) .item .icon{background-color: #23A2DC;}
.index1 .list li:nth-child(1) .item .txtbox{background-color: #23A2DC;}
.index1 .list li:nth-child(2) .item .icon{background-color: #F39800;}
.index1 .list li:nth-child(2) .item .txtbox{background-color: #F39800;}
.index1 .list li:nth-child(3) .item .icon{background-color: #84CCC9;}
.index1 .list li:nth-child(3) .item .txtbox{background-color: #84CCC9;}
.index1 .list li:nth-child(4) .item .icon{background-color: #F4BA17;}
.index1 .list li:nth-child(4) .item .txtbox{background-color: #F4BA17;}
.index1 .list li:nth-child(5) .item .icon{background-color: #A0E123;}
.index1 .list li:nth-child(5) .item .txtbox{background-color: #A0E123;}
.index1 .list li:nth-child(6) .item .icon{background-color: #EB6877;}
.index1 .list li:nth-child(6) .item .txtbox{background-color: #EB6877;}
.index1 .list li:nth-child(7) .item .icon{background-color: #5FB3B0;}
.index1 .list li:nth-child(7) .item .txtbox{background-color: #5FB3B0;}
.index1 .list li:nth-child(8) .item .icon{background-color: #257DA5;}
.index1 .list li:nth-child(8) .item .txtbox{background-color: #257DA5;}
/*  */
.index2{width: 100%; background-color: #fff; padding: 50px 0; overflow: hidden;}
.index2 .list{width: calc(100% + 20px);}
.index2 .list li{width: calc(100% / 5 - 20px); float: left; margin: 0 20px 20px 0;}
.index2 .item{width: 100%; border: 1px solid #CCCCCC; position: relative; overflow: hidden;}
.index2 .item a{display: block; width: 100%; height: 100%;}
.index2 .item .imgbox{position: relative; overflow: hidden; border: 10px solid #fff;}
.index2 .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.index2 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;  margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index2 .item .text{font-size: 14px; color: #333; height: 40px; line-height: 40px; text-align: center;}
.index2 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,.5); transform: scale(0);}
.index2 .item .mask .mask_text{font-size: 14px; color: #fff; line-height: 25px; padding: 0 5px;}
.index2 .item .mask .mask_icon{position: absolute; bottom: 0; right: 0; width: 55px; height: 55px; z-index: 1; background: url(../images/index2_icon.png) no-repeat; background-size: 100% 100%;}
.index2 .item:hover .mask{transform: scale(1);}
.index2 .item:hover .text{transform: translateY(100%);}
.index2 .more{width: 100%; text-align: center;}
.index2 .more a{display: inline-block; width: 185px; height: 40px; line-height: 38px; border: 1px solid #23A2DC; text-align: center; font-size: 14px; color: #333; border-radius: 5px;}
.index2 .more a:hover{background-color: #23A2DC; color: #fff;}
/*  */
.index3{width: 100%; padding: 70px 0; overflow: hidden; background: url(../images/index3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .box{width: 100%; background-color: #fff; padding: 15px;}
.index3 .imgbox{width: 50%; float: left;}
.index3 .imgbox img{width: 100%; height: auto;}
.index3 .txtbox{width: 50%; float: left; padding-left: 30px;}
.index3 .title_index{text-align: left;}
.index3 .title_index .title2{text-align: left;}
.index3 .title_index img{margin-left: 30px;}
.index3 .tit{font-size: 18px; color: #0081c5; font-weight: bold; margin-bottom: 5px;}
.index3 .text{font-size: 14px; color: #333; line-height: 30px;}
.index3 .more{overflow: hidden; margin-top: 20px; text-align: right; }
.index3 .more img{max-width: 100%; height: auto;vertical-align: middle; display: inline-block; margin-right: 5px;}
.index3 .more a{display: inline-block; width: 185px; height: 40px; line-height: 40px; background-color: #0081c5; text-align: center; font-size: 14px; color: #fff; border-radius: 5px;}
/*  */
.index4{width: 100%; background-color: #F5F5F5; padding: 70px 0; overflow: hidden;}
.index4 .title_index4{text-align: center; overflow: hidden; margin-bottom: 30px;}
.index4 .title_index4 img{max-width: 100%; height: auto;}
.index4 .item{width: 100%; overflow: hidden;}
.index4 .item .imgbox{width: 50%; float: left;}
.index4 .item .imgbox img{width: 100%; height: auto;}
.index4 .item .txtbox{width: 50%; float: right; padding: 50px 0 50px 50px;}
.index4 .item .top{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #8E8E8E;}
.index4 .item .top .number{width: 65px; height: 65px; text-align: center; line-height: 65px; font-size: 36px; color: #fff; font-weight: bold; float: left; border-radius: 50%; background-color: #0081C5;}
.index4 .item .top .tit{float: left; font-size: 30px; color: #333; font-weight: bold; line-height: 65px; padding-left: 20px;}
.index4 .item .list li{font-size: 16px; color: #333; line-height: 40px; padding-left: 35px; background: url(../images/index4_icon.png) no-repeat left 10px;}
.index4 .item:nth-child(1) .txtbox{margin-top: 80px;}
.index4 .item:nth-child(2) .imgbox{float: right;}
.index4 .item:nth-child(2) .txtbox{float: left;}
/*  */
.index5{width: 100%; background-color: #fff;}
.index5 .list{width: calc(100% + 20px);}
.index5 .list li{width: calc(100% / 4 - 20px); margin: 0 20px 20px 0; float: left;}
.index5 .list li a{display: block; width: 100%; height: 100%;}
.index5 .imgbox{position: relative; overflow: hidden;}
.index5 .imgbox::before{content: ""; display: block; padding-top: 63%;}
.index5 .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .imgbox .mask{position: absolute; bottom: 0; left: 0; width: 100%; font-size: 16px; color: #fff; background-color: rgba(0,129,197,.6); padding: 0 15px; line-height: 40px;}
.index5 .imgbox:hover .img{transform: scale(1.1);}
.index5 .list li:nth-child(1){width: calc(100% / 2 - 20px);}
.index5 .list li:nth-child(1) .imgbox::before{padding-top: 64%;}
.index5 .list li:nth-child(6){width: calc(100% / 2 - 20px); float: right;}
.index5 .list li:nth-child(6) .imgbox::before{padding-top: 64%;}
/*  */
.index6{width: 100%; padding: 40px 0; overflow: hidden; background: url(../images/index6_bg.jpg) no-repeat center center; background-size: cover;}
.index6 .title_index .title1{color: #fff;}
.index6 .title_index .title2{color: rgba(255,255,255,.1);}
.index6 .swiper_box{position: relative; padding: 0 50px;}
.index6 .item{width: 100%;}
.index6 .item a{display: block; width: 100%; height: 100%;}
.index6 .item .imgbox{position: relative; overflow: hidden; border: 15px solid #fff; background-color: #fff;}
.index6 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index6 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index6 .item .text{font-size: 16px; color: #fff; line-height: 25px; margin-top: 10px; text-align: center;}
.index6 .item:hover .imgbox .img{transform: scale(1.1);}
.index6 .idx6_next, .index6 .idx6_prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 31px; height: 31px; line-height: 27px; font-size: 20px; color: #fff; text-align: center; border-radius: 50%; border: 2px solid #fff; z-index: 1;}
.index6 .idx6_next{right: 0;}
.index6 .idx6_prev{left: 0;}
/*  */
.index7{width: 100%; padding: 70px 0; background-color: #fff; overflow: hidden;}
.index7 .wrap{width: calc(100% + 20px);}
.index7 .box{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0; border: 1px solid #E5E5E5; padding: 20px;}
.index7 .title_index7{margin-bottom: 15px;}
.index7 .title_index7 .title{font-size: 24px; color: #333; position: relative; display: inline-block; padding-right: 20px;}
.index7 .title_index7 .title::before{content: ""; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; width: 95px; height: 3px; background: url(../images/index7_gang.jpg) no-repeat; background-size: 100% 100%;}
.index7 .imgbox{text-align: center; overflow: hidden;}
.index7 .imgbox img{width: 100%; height: auto;}
.index7 .imgbox:hover img{transform: scale(1.1);}
.index7 .list1{margin-top: 10px;}
.index7 .list1 li{border-bottom: 1px solid #E5E5E5; position: relative;}
.index7 .list1 .tit{font-size: 14px; color: #666; line-height: 40px; font-weight: normal; padding-right: 20px;}
.index7 .list1 .tit a{font-size: 14px; color: #666; }
.index7 .list1 .text{display: none; font-size: 14px; color: #666; line-height: 30px; height:90px; overflow: hidden;}
.index7 .list1 li:nth-child(1) .text{display: block;}
.index7 .list1 .icon{position: absolute; top: 12px; right: 0; width: 16px; height: 16px; background: url(../images/index7_icon.png) no-repeat; background-size: 100% 100%;}
.index7 .list1 li:hover .icon{background: url(../images/index7_icon_act.png) no-repeat; background-size: 100% 100%;}
.index7 .list1 .act{padding: 0 0 20px 0;}
.index7 .list1 .act .tit{font-size: 16px; color: #333; font-weight: bold;}
.index7 .list1 .act .icon{display: none;}
/*  */
.foot1{width: 100%; background-color: #232323; padding: 40px 0; border-top: 5px solid #FDCD44;}
.foot1 .box{display: flex; justify-content: space-around;}
.foot1 .title{font-size: 16px; color: #fff; margin-bottom: 30px; padding-bottom: 8px; background: url(../images/foot1_icon.png) no-repeat left bottom;}
.foot1 .list{width: 320px;}
.foot1 .list li{width: calc(100% / 3); float: left; margin-top: 10px;}
.foot1 .list li a{display: inline-block; font-size: 13px; color: #fff; line-height: 25px;}
.foot1 .list li a:hover{text-decoration:underline}
.foot1 .text{font-size: 13px; color: #fff; line-height: 24px;}
.foot1 .QR{overflow: hidden; border: 1px solid rgba(255,255,255,.5); padding: 5px;}
.foot1 .QR img{width: 100px; height: 100px; float: left;}
.foot1 .QR .text{font-size: 13px; color: #fff; margin: 38px 0 0 10px; float: left;}
.foot2{background-color: #232323;}
.foot2 .box{border-top: 1px solid rgba(255,255,255,.1); padding: 12px 0;}
.foot2 .title{font-size: 13px; color: #fff; font-weight: bold;float: left; line-height: 25px; margin-right: 10px;}
.foot2 .list li{float: left; margin-right: 10px;}
.foot2 .list li a{display: block; font-size: 13px; color: #fff; line-height: 25px;}
.foot3{width: 100%; background-color: #2F2F2F; padding: 12px 0;}
.foot3 .text1, .foot3 .text2{font-size: 13px; color: #fff; line-height: 25px;}
.foot3 .text1{float: left;}
.foot3 .text2{float: right;}
.foot3 .text1 a, .foot3 .text2 a{color: #fff;}

/*  */
.sideBar_left{width: 365px; float: left;}
.sideBar_right{width: calc(100% - 365px); float: left; padding-left: 25px;}
.sideBar .sideBar_title{background: #23A2DC; text-align: center; position: relative; font-size: 0; padding: 60px 0 40px 0;}
.sideBar .sideBar_title .title1{font-size: 30px; color: #ffffff; margin-bottom: 5px; font-weight: bold; display: inline-block; position: relative; z-index: 1;}
.sideBar .sideBar_title .title1 span{position: absolute; left: 110%; bottom: 10px; width: 17px; height: 11px; background: url(../images/sideBar_ico.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_title .title2{font-size: 60px; color: rgba(255,255,255,.1); position: absolute; top: 20px; left: 0; font-weight: bold; text-align: center; z-index: 0; width: 100%;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 10px; font-size: 22px; color: #ffffff;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #ffffff; margin-top: 10px;}
.sideBar .sideBar_list>li{width: 100%; position: relative; margin-bottom: 10px;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 60px; line-height: 60px; font-size: 16px; color: #333; background-color: #F0F0F0; text-align: left; padding: 0 40px 0 60px;}
.sideBar .sideBar_list>li>a::before{content: ""; position: absolute; width: 11px; height: 11px; top: 0; bottom: 0; left: 30px; margin: auto; background: url(../images/sideBar_icon1.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_list>li>a::after{content: "";position: absolute; width: 12px; height: 11px; top: 0; bottom: 0; right: 18px; margin: auto; background: url(../images/sideBar_icon2.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_list>li:hover>a{background-color: #56C7FB; color: #fff;}
.sideBar .sideBar_list>li:hover>a::before{background: url(../images/sideBar_icon1_act.png) no-repeat;}
.sideBar .sideBar_list>li:hover>a::after{background: url(../images/sideBar_icon2_act.png) no-repeat;}
.sideBar .sideBar_list>li.act>a{background-color: #56C7FB; color: #fff;}
.sideBar .sideBar_list>li.act>a::before{background: url(../images/sideBar_icon1_act.png) no-repeat;}
.sideBar .sideBar_list>li.act>a::after{background: url(../images/sideBar_icon2_act.png) no-repeat;}
.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.sideBar .sideBar_down li a:hover{color: #56C7FB;}
.sideBar_below{width: 100%; padding: 30px 0; text-align: center; background: url(../images/sideBar_bg.jpg) no-repeat center center; background-size: cover;}
.sideBar_below .text1{font-size: 30px; color: #fff; font-weight: bold;}
.sideBar_below .text2{font-size: 30px; color: #fff; font-weight: bold;}
/*  */
.inner_page{width: 100%; padding: 50px 0; overflow: hidden; min-height: 500px;}
.title_inner{padding-bottom: 20px; border-bottom: 1px solid #D9D9D9; position: relative; margin: 30px 0 25px 0;}
.title_inner::before{content: ""; position: absolute; bottom: 0; left: 0; width: 120px; height: 3px; background-color: #22a2dc;}
.title_inner .title1{font-size: 30px; color: #333; font-weight: bold; float: left;}
.title_inner .title2{font-size: 13px; color: #333; margin-top: 25px; float: right;}
.title_inner .title2 span{color: #22a2dc;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 10px;}
.about_page .txtbox .text{font-size: 14px; color: #333; line-height: 28px;}

/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .item{width: 100%; overflow: hidden; border: 1px solid #DCDCDC;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.product_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 13px; color: #333;}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .text{background-color: #23A2DC; color: #fff;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .proShow_swiper{overflow: hidden; width: 60%; margin: 0 auto 20px auto;}
.productShow_page .imgbox{text-align: center; overflow: hidden;}
.productShow_page .imgbox img{width: 100%; height: auto;}
.productShow_page .txtbox{overflow: hidden; margin-bottom: 20px;}
.productShow_page .txtbox .text{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .list{width: calc(100% + 20px);}
.case_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.case_page .item{width: 100%; overflow: hidden; border: 1px solid #DCDCDC;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.case_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.case_page .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 13px; color: #333;}
.case_page .item:hover .imgbox .img{transform: scale(1.1);}
.case_page .item:hover .text{background-color: #23A2DC; color: #fff;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .proShow_swiper{overflow: hidden; width: 60%; margin: 0 auto 20px auto;}
.caseShow_page .title{width: 100%; overflow: hidden; font-size:20px; line-height:36px; text-align:center; padding-bottom:10px;}
.caseShow_page .imgbox{text-align: center; overflow: hidden; width: 100%; max-width:800px; margin:5px auto;}
.caseShow_page .imgbox img{width:100%; height: auto;}
.caseShow_page .txtbox{overflow: hidden; margin-bottom: 20px;}
.caseShow_page .txtbox .text{font-size: 14px; color: #333; line-height: 25px;}
.caseShow_page .txtbox .text img{ max-width:100% !important; height:auto !important;}

/*  */
.display_page{width: 100%; overflow: hidden;}
.display_page .list{width: calc(100% + 20px);}
.display_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.display_page .item{width: 100%; overflow: hidden; border: 1px solid #DCDCDC;}
.display_page .item a{display: block; width: 100%; height: 100%;}
.display_page .item .imgbox{position: relative; overflow: hidden;}
.display_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.display_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.display_page .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 13px; color: #333;}
.display_page .item:hover .imgbox .img{transform: scale(1.1);}
.display_page .item:hover .text{background-color: #23A2DC; color: #fff;}

/*  */
.news_page .item{width: 100%; height: 125px; padding: 2px; border: 1px solid #fff; margin-bottom: 20px;}
.news_page .item a{display: block; width: 100%; height: 100%;}
.news_page .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;}
.news_page .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item .txtbox{width: calc(100% - 200px); float: left; padding:15px;}
.news_page .item .txtbox .tit{font-size: 16px; color: #333; font-weight: bold; line-height: 20px;}
.news_page .item .txtbox .text{font-size: 14px; color: #666; height: 60px; line-height: 30px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover{background-color: #23A2DC; border-color: #6DDEFF;}
.news_page .item:hover .txtbox .tit{color: #fff;}
.news_page .item:hover .txtbox .text{color: #fff;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 20px;}
.newsShow_page .title .tit1{font-size: 18px; color: #333;}
.newsShow_page .title .tit2{font-size: 12px; color: #aaa; margin-top: 5px;}
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .imgbox{text-align: center; overflow: hidden;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{font-size: 14px; color: #333; line-height: 2; margin-top: 20px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 16px; color: #333; line-height: 28px;}



@media (max-width: 1400px){
    .index1 .item{width: 130px;}
    .sideBar_left{width: 300px;}
    .sideBar_right{width: calc(100% - 300px);}
    .sideBar .sideBar_title{padding: 40px 0 20px 0;}
    .sideBar .sideBar_title .title1{font-size: 24px;}
    .sideBar .sideBar_title .title2{font-size: 50px;}
    .sideBar .sideBar_list>li>a{height: 50px; line-height: 50px;}
    .sideBar_below .text1{font-size: 24px;}
    .sideBar_below .text2{font-size: 24px;}
    


}

@media (max-width: 1199px){
    .index1 .item{width: 120px;}
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px);}
    .title_inner{margin: 20px 0; padding-bottom: 15px;}
    .title_inner .title1{font-size: 24px;}
    .title_inner .title2{margin-top: 15px;}
    .sideBar .sideBar_list>li>a{padding: 0 30px 0 40px;}
    .sideBar .sideBar_list>li>a::before{left: 20px;}
    .inner_page{padding: 40px 0;}
    .sideBar_below .text1{font-size: 22px;}
    .news_page .item{height: 100px; margin-bottom: 10px;}
    .news_page .item .imgbox{width: 150px;}
    .news_page .item .txtbox{width: calc(100% - 150px); padding: 5px 10px;}
    .news_page .item .txtbox .text{height: 60px; line-height: 20px; margin-top: 5px;}

}

@media (min-width:992px){
    .header .head_nav{display: block !important;}
}

@media (max-width:991px){
    .header .head_box{position: fixed; width: 100%; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .head_content{height: 90px;}
    .header .head_content .head_search{margin-right: 50px;}
    .header.small .head_nav{animation: none; z-index: 9;}
    .header .head_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 8; background-color: rgba(0,0,0,0.5); display: none;}
    .header .head_nav .navBox{width: 60%; height: 100%; position: absolute; right: 0; top: 0; opacity: 0; transform: translateX(100%); background-color: #fff; transition: all .2s;}
    .header .head_nav .navBox.act{transform: translateX(0); opacity: 1;}
    .header .head_nav .navList{padding: 60px 20px 0 20px}
    .header .head_nav .item{width: 100%; position: relative; text-align: left; padding-right: 25px;}
    .header .head_nav .item>a{color: #333;}
    .header .head_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .head_nav .item:last-child:after{display: block;}
    .header .head_nav .item:hover>a{color: #333; background-color: #fff;}
    .header .head_nav .item.act>a{color: #226aad; background-color: #fff;}
    .header .head_nav .item>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 .head_nav .nav_down{position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .head_nav .nav_down li a{font-size: 12px; line-height: 30px;}
    .banner{margin-top: 90px;}
    .head_search .search_form{width: 340px;}
    .title_index{margin-bottom: 15px;}
    .title_index .title1{font-size: 20px;}
    .title_index .title2{font-size: 32px;}
    .index1{padding: 20px 0 0 0;}
    .index1 .list li{width: 100%;}
    .index1 .item{width: 100%;}
    .index1 .item .icon{width: 80px; height: 80px; float: left;}
    .index1 .item .icon::before{border: 3px solid #fff;}
    .index1 .item .icon .img{max-width: 50%; max-height: 50%;}
    .index1 .item .txtbox{float: left; width: calc(100% - 80px); height: 80px; margin: 0; padding: 0; border-radius: 5px;}
    .index1 .item .txtbox::before{border-radius: 5px; border: 3px solid #fff;}
    .index1 .item .txtbox .text{font-size: 18px; width: 100%; line-height: 80px; text-align: left; padding-left: 30px;}
    .index1 .item:hover{transform: translateY(0);}
    .index2{padding: 20px 0;}
    .index2 .list{width: calc(100% + 10px);}
    .index2 .list li{width: calc(100% / 5 - 10px); margin: 0 10px 10px 0;}
    .index2 .item .text{height: 30px; line-height: 30px;}
    .index2 .more a{width: 120px; height: 30px; line-height: 28px;}
    .index3{padding: 20px 0;}
    .index3 .imgbox{width: 100%;}
    .index3 .txtbox{width: 100%; padding: 0; margin-top: 10px;}
    .index3 .more a{width: 120px; height: 30px; line-height: 28px;}
    .index4{padding: 20px 0;}
    .index4 .item .imgbox{width: 100%;}
    .index4 .item .txtbox{width: 100%; padding: 0;}
    .index4 .item:nth-child(1) .txtbox{margin: 0;}
    .index4 .item .top{padding-bottom: 10px; margin-bottom: 10px;}
    .index4 .item .top .number{width: 40px; height: 40px; line-height: 40px; font-size: 22px;}
    .index4 .item .top .tit{font-size: 18px; line-height: 40px; padding-left: 10px;}
    .index4 .item .list li{font-size: 14px; padding-left: 30px;}
    .index5 .imgbox .mask{font-size: 14px; height: 30px; line-height: 30px;}
    .index6{padding: 20px 0;}
    .index6 .item .imgbox{border: 5px solid #fff;}
    .index7{padding: 20px 0;}
    .index7 .box{padding: 10px; width: 100%;}
    .index7 .title_index7 .title{font-size: 18px;}
    .index7 .title_index7{margin-bottom: 10px;}
    .index7 .list1 .act .tit{font-size: 14px; line-height: 30px;}
    .index7 .list1 .act{padding: 0 0 10px 0;}
    .index7 .list1 .text{font-size: 12px; line-height:24px; height:72px;}
    .foot1{display: none;}
    .foot2{display: none;}
    /*  */
    .inner_page{padding: 30px 0;}
    .sideBar .sideBar_title{padding: 30px 0 20px 0;}
    .sideBar .sideBar_title .title2{font-size: 40px; top: 10px;}
    .product_page .list li{width: calc(100% / 3 - 20px);}
    .case_page .list li{width: calc(100% / 3 - 20px);}
    .display_page .list li{width: calc(100% / 3 - 20px);}

}

@media (min-width: 768px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:767px){
    .header .head_content{height: 70px;}
    .header .head_content .logo{width: 85%;}
    .banner{margin-top: 70px;}
    .head_search .left{width: 100%;}
    .head_search .right{width: 100%;}
    .head_search .search_form{width: 100%;}
    .head_search .title{line-height: 20px;}
    .head_search .list li a{font-size: 12px; line-height: 20px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 24px;}
    .index1 .item .icon{width: 50px; height: 50px;}
    .index1 .item .txtbox{width: calc(100% - 50px); height: 50px;}
    .index1 .item .txtbox .text{line-height: 50px; padding-left: 20px; font-size: 16px;}
    .index2 .list li{width: calc(100% / 2 - 10px);}
    .title_index .title1{font-size: 16px;}
    .index3 .tit{font-size: 16px;}
    .index3 .text{font-size: 12px; line-height: 25px;}
    .index5 .list{width: calc(100% + 10px);}
    .index5 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index5 .list li:nth-child(1){width: calc(100% / 2 - 10px);}
    .index5 .list li:nth-child(1) .imgbox::before{padding-top: 63%;}
    .index5 .list li:nth-child(6){width: calc(100% / 2 - 10px);}
    .index5 .list li:nth-child(6) .imgbox::before{padding-top: 63%;}
    .index6 .swiper_box{padding: 0;}
    .index6 .idx6_next, .index6 .idx6_prev{display: none;}
    .index6 .item .text{margin-top: 5px; font-size: 12px;}
    .foot3 .text1, .foot3 .text2{width: 100%; text-align: center;}
    /*  */
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 15px;}
	.sideBar .sideBar_title{padding: 10px 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 18px;}
	.sideBar .sideBar_title .title2{display: none;}
    .sideBar .sideBar_title .title1 span{bottom: 5px;}
    .inner_page{padding: 20px 0;}
    .sideBar .sideBar_list>li>a{height: 30px; line-height: 30px;}
    .title_inner{margin: 0 0 15px 0;}
    .title_inner .title1{font-size: 16px;}
    .title_inner .title2{display: none;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .text{height: 30px; line-height: 30px;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case_page .item .text{height: 30px; line-height: 30px;}
    .display_page .list{width: calc(100% + 10px);}
    .display_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .display_page .item .text{height: 30px; line-height: 30px;}
    .news_page .item .txtbox .text{font-size: 12px;}
}
