@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .head_box{position: relative;}
.header .head_content{width: 100%; height: 95px; position: absolute; top: 0; left: 0; z-index: 6;}
.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;}
/*  */
.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:#fff; 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;}
.header .head_nav .navBox{width: 100%; height: auto; margin: 0 auto;}
.header .head_nav .navList{width: 100%; font-size: 0;}
.header .head_nav .item{float: left; position: relative; text-align: center; padding: 0 10px; height: 60px;}
.header .head_nav .item>a{position: relative; color: #FFFFFF; font-size: 16px; line-height: 55px; display: block; overflow: hidden; padding: 0 2px;}
.header .head_nav .item>a::before{content: ""; position: absolute; bottom: 5px; left: 0; width: 0; height: 2px; background: url(../images/nav_hover.png) no-repeat; background-size: 100 100%; transition: all .4s;}
.header .head_nav .item i{display: none;}
.header .head_nav .item:hover>a::before{width: 100%;}
.header .head_nav .item.act>a::before{width: 100%;}
.header .nav_down{display: none; position:absolute; top:100%; left: 50%; transform: translateX(-50%); z-index:1;}
.header .nav_down .down_box{width: -webkit-max-content; width: -moz-max-content; width: max-content; display: flex; justify-content: space-between;  background-color: #fff; padding: 30px;}
.header .nav_down dl{float: left; margin: 0 20px; text-align: left;}
.header .nav_down dl dt{font-size: 20px; color: #333; line-height: 25px; margin-bottom: 25px; padding-left: 20px; background: url(../images/nav_down_icon.png) no-repeat left center;}
.header .nav_down dl dd a{font-size: 15px; color: #999999; line-height: 25px; height: 25px; padding-left: 20px; overflow: hidden;}
.header .nav_down dl dd a:hover{color: #0096E0;}
.header .head_search{float: right; margin-left: 40px; position: relative;}
.header .head_search .search_icon{width: 20px; height: 20px; background: url(../images/head_search_icon.png) no-repeat; background-size: 100% 100%;}
.header .head_search form{height: 100%; width: 100%}
.header .head_search .search_box{position: absolute; top: 35px; right: 0; width: 300px; height: 40px; border-radius: 40px; background-color: #fff; overflow: hidden; display: none;}
.header .head_search .form_text{width: calc(100% - 60px); float: left; height: 100%; border: none; padding: 0 10px; outline: none}
.header .head_search .form_btn{width: 60px; height: 100%; line-height: 40px; border: none; background-color: #0096E0; font-size: 14px; color: #fff; border-radius: 40px 0 0 40px;}
.header.small .head_content{background-color: #0096E0; box-shadow: 0 0 20px 0 #0096E0; position: fixed; top: 0; left: 0; z-index: 6; animation: navSmall 0.5s;}
.header.small .head_nav .item>a::before{background: #F29000;}
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%; overflow: hidden; position: relative; z-index: 0;}
.banner .banner_a{width: 100%; height: 100%; display: block}
.banner .img{width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.banner .swiper-pagination-bullet-active{background: #226aad;}
.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;}
.banner .img1{width: 100%; padding-top: 30%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.banner .banner_text{position: absolute; top: 40%; left: 0; width: 100%; z-index: 1; text-align: center;}
.banner .banner_text .text1{font-size: 40px; color: #fff;}
.banner .banner_text .text2{font-size: 16px; color: #fff; line-height: 30px; width: 890px; display: inline-block; max-width: 100%; margin-top: 20px;}
.banner .swiper-pagination{position: absolute; text-align: center; z-index: 10; bottom: 10px; left: 0; width: 100%;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px; border-radius: 50%; background-color: rgba(0,0,0,0.5); margin: 0 4px; display: inline-block}
.banner .swiper-pagination-bullet-active{background-color: #0096E0}

/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #0096E0; 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; margin-bottom: 80px; position: relative; overflow: hidden;}
.title_index .title1{font-size: 30px; color: #333; line-height: 32px; font-weight: bold; margin-bottom: 10px; position: relative; z-index: 1;}
.title_index .title2{font-size: 16px; color: #333; line-height: 32px; position: relative; z-index: 1;}
.title_index .title3{font-size: 60px; color: #ccd8e3; line-height: 1; font-family: Impact; position: absolute; top: 0; left: 0; width: 100%; text-align: center; z-index: 0; opacity: .45;}
/*  */
.index1{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/index1_bg.jpg) no-repeat center center; background-size: cover;}
.index1 .xiangce{position: relative;}
.index1 .swiper_content{margin-bottom: 40px;}
.index1 .imgbox{text-align: center; overflow: hidden;}
.index1 .imgbox img{max-width: 100%; height: auto;}
.index1 .swiper_tab{background-color: #fff; border-radius: 20px; box-shadow: 0 0 20px 0px #dfdfdf;}
.index1 .swiper_tab .swiper-slide{padding: 25px 0;}
.index1 .swiper_tab .icon{position: relative; overflow: hidden; height: 56px}
.index1 .swiper_tab .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index1 .swiper_tab .icon .img{opacity: 1;}
.index1 .swiper_tab .icon .img_act{opacity: 0;}
.index1 .swiper_tab .text{margin-top: 10px; font-size: 16px; color: #333;}
/* .index1 .swiper_tab .swiper-slide:hover{background-color: #0096E0;}
.index1 .swiper_tab .swiper-slide:hover .img{opacity: 0; transform:rotateY(360deg);}
.index1 .swiper_tab .swiper-slide:hover .img_act{opacity: 1; transform:rotateY(360deg);}
.index1 .swiper_tab .swiper-slide:hover .text{color: #fff;} */
.index1 .swiper_tab .swiper-slide-thumb-active{background-color: #0096E0;}
.index1 .swiper_tab .swiper-slide-thumb-active .img{opacity: 0; transform:rotateY(360deg);}
.index1 .swiper_tab .swiper-slide-thumb-active .img_act{opacity: 1; transform:rotateY(360deg);}
.index1 .swiper_tab .swiper-slide-thumb-active .text{color: #fff;}
.index1 .swiper_next, .index1 .swiper_prev{position: absolute; bottom: 45px; font-size: 56px; color: #0096E0; width: 20px; height: 50px; line-height: 50px; text-align: center; overflow: hidden;}
.index1 .swiper_next{position: absolute; left: 101%;}
.index1 .swiper_prev{position: absolute; right: 101%;}
/*  */
.index2{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/index2_bg.jpg) no-repeat center center; background-size: cover;}
.index2 .title_index .title1{color: #fff;}
.index2 .title_index .title2{color: #fff;}
.index2 .title_index .title3{color: #0096e0;}
.index2 .swiper_index2{height: 300px;}
.index2 .item{width: 100%; height: 100%; position: relative;}
.index2 .item .imgbox{width: 50%; float: left; height: 100%; text-align: center; overflow: hidden;}
.index2 .item .imgbox img{max-width: 100%; height: auto; max-height: 100%;}
.index2 .item .txtbox{width: 50%; float: left; text-align: left; padding: 0 45px 0 30px;}
.index2 .item .txtbox .tit{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 20px; height: 25px; line-height: 25px; overflow: hidden;}
.index2 .item .txtbox .text{font-size: 16px; color: #fff; line-height: 30px; max-height: 150px; overflow: hidden;}
.index2 .swiper2-down, .index2 .swiper2-up{position: absolute; right: 0; bottom: 0; width: 45px; height: 45px; background-color: #fff; line-height: 45px; font-size: 30px; color: #0096E0; text-align: center; z-index: 1;}
.index2 .swiper2-down{bottom: 0;}
.index2 .swiper2-up{bottom: 45px;}
.index2 .swiper2-down:hover, .index2 .swiper2-up:hover{background-color: #0096E0; color: #fff;}
/*  */
.index3{width: 100%; padding: 45px 0; overflow: hidden; background: url(../images/index3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .title_index{text-align: left; margin-bottom: 45px;}
.index3 .title_index .title3{text-align: left; left: 75px;}
.index3 .box{height: 380px; display: flex; justify-content: space-between;}
.index3 .imgbox{height: 50%; width: 100%; position: relative; top: 0;}
.index3 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index3 .txtbox{width: 100%; height: 50%; background-color: #fff; padding: 30px 20px; position: relative; top: 0;}
.index3 .title{font-size: 20px; color: #333; line-height: 30px; max-height: 60px; overflow: hidden;}
.index3 .time{font-size: 14px; color: #999999; margin-top: 40px;}
.index3 .box1{width: 32%; float: left;}
.index3 .box2{width: 32%; float: left;}
.index3 .box2 .list1{width: 100%; height: 100%; overflow: hidden;}
.index3 .box2 .list1 li{width: 50%; height: 100%; float: left;}
.index3 .box2 .list1 li:nth-child(2) .imgbox{top: 50%;}
.index3 .box2 .list1 li:nth-child(2) .txtbox{top: -50%;}
.index3 .box2 .title{font-size: 16px; color: #333; line-height: 25px; max-height: 50px; overflow: hidden;}
.index3 .box2 .time{font-size: 14px; color: #999; margin-top: 30px;}
.index3 .box3{width: 32%; float: left; background-color: #fff; padding: 25px;}
.index3 .box3 .list2 li{border-bottom: 1px solid #E8E8E8; padding-bottom: 20px; margin-bottom: 20px;}
.index3 .box3 .title{font-size: 16px; color: #333; line-height: 25px; max-height: 50px; overflow: hidden;}
.index3 .box3 .time{margin-top: 30px; font-size: 14px; color: #999;}
.index3 .box3 .more{overflow: hidden; margin-top: 40px;}
.index3 .box3 .more a{float: left; font-size: 14px; color: #0096e0;}
.index3 .box3 .more span{float: right; font-size: 14px; color: #0096E0;}
/*  */
.index4{width: 100%; padding: 50px 0; background-color: #fff; overflow: hidden;}
.index4 .title_index{text-align: left; margin-bottom: 50px;}
.index4 .title_index .title3{text-align: left; left: 130px;}
.index4 .list{width: calc(100% + 20px)}
.index4 .list li{width: calc(100% / 5 - 20px); float: left; margin: 0 20px 20px 0;}
.index4 .item{width: 100%; border: 1px solid #EAEFF3;}
.index4 .item .imgbox{position: relative; overflow: hidden; background-color: #fff;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.index4 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
/*  */
.index5{width: 100%; padding: 50px 0; background: url(../images/index5_bg.jpg) no-repeat center center;}
.index5 .left{width: 50%;}
.index5 .left .form_text{width: 100%; height: 40px; line-height: 40px; background-color: rgba(255,255,255,.22); border: none; padding: 0 20px; margin-bottom: 15px; font-size: 16px; color: #fff; outline:none}
.index5 .left .form_textarea{width: 100%; height: 100px; line-height: 40px; background-color: rgba(255,255,255,.22); border: none; padding: 0 20px; margin-bottom: 15px; font-size: 16px; color: #fff; outline:none}
.index5 input::-webkit-input-placeholder {color: #fff;}
.index5 input:-moz-placeholder {color: #fff;}
.index5 input::-moz-placeholder {color: #fff;}
.index5 input:-ms-input-placeholder {color: #fff;}
.index5 textarea::-webkit-input-placeholder {color: #fff;}
.index5 textarea:-moz-placeholder {color: #fff;}
.index5 textarea::-moz-placeholder {color: #fff;}
.index5 textarea:-ms-input-placeholder {color: #fff;}
.index5 .form_btn{width: 145px; height: 40px; border: 1px solid #fff; line-height: 38px; font-size: 14px; color: #fff; background-color: rgba(0,0,0,0); outline:none; cursor: pointer;}
.index5 .right{width: 50%; padding: 20px 0 0 180px;}
.index5 .right img{max-width: 100%; height: auto;}
.index5 .right .tel{margin-top: 50px;}
.index5 .right .tel .txt1{font-size: 14px; color: #fff;}
.index5 .right .tel .txt2{font-size: 30px; color: #fff; margin-top: 10px; font-weight: bold;}
.index5 .right .tel a{width: 145px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333; background-color: #fff; display: inline-block; margin-top: 20px;}
/*  */
.footer{width: 100%; background-color: #fff;}
.foot1{padding: 50px 0; border-bottom: 1px solid #F2F2F2;}
.foot1 .left{width: 230px;}
.foot1 .left img{max-width: 100%; height: auto; margin-bottom: 15px;}
.foot1 .left .contact_txt{font-size: 14px; color: #999999; line-height: 30px;}
.foot1 .left .contact_txt span{font-size: 20px; color: #0098e1;}
.foot1 .right{width: calc(100% - 230px); padding-left: 80px; display: flex; justify-content: space-between;}
.foot1 .right dl dt{font-size: 18px; color: #999999; font-weight: bold; padding-left: 20px; margin-bottom: 20px; background: url(../images/foot_icon.png) no-repeat left center;}
.foot1 .right dl dd a{padding-left: 20px; font-size: 14px; color: #999999; line-height: 30px;}
.foot1 .right dl dd a:hover{color: #0096E0;}
.foot1 .foot_list{margin-top: 30px; overflow: hidden;}
.foot1 .foot_list li{margin-right: 20px; float: left;}
.foot1 .foot_list li a{display: inline-block;}
.foot1 .foot_list li img{width: 43px; height: 43px;}
.foot2{width: 100%; padding: 10px 0;}
.foot2 .text1{float: left; font-size: 14px; color: #999999;}
.foot2 .text2{float: right; font-size: 14px; color: #999999;}
.footer2{background-color: #263E54;}
/*  */
.inner_page{width: 100%; padding: 0 0 40px 0; overflow: hidden;}
.inner_nav{background-color: #fff; padding: 25px 0;}
.inner_nav .text{font-size: 16px; color: #999; line-height: 25px; padding-left: 30px; background: url(../images/inner_title_icon.png) no-repeat left center;}
.sideBar_page{text-align: center; margin-bottom: 40px;}
.sideBar_page ul{display: inline-block;}
.sideBar_page ul li{float: left; margin: 0 5px 10px 5px;}
.sideBar_page ul li a{width: 290px; height: 45px; line-height: 43px; font-size: 20px; color: #333333; border: 1px solid #D0D0D0; display: inline-block;}
.sideBar_page ul .act a{background-color: #0096E0; color: #fff; }
.index_choose{margin: 20px auto; background:url(https://h622.goodao.net/uploads/map.png) no-repeat left bottom ;}
/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: 100%;}
.product_page .list li{margin-bottom: 25px;}
.product_page .item{width: 100%; height: 350px; overflow: hidden;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{width: 600px; height: 100%; float: left;}
.product_page .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .txtbox{width: calc(100% - 600px); float: left; height: 100%; padding: 40px;}
.product_page .item .txtbox .title{font-size: 20px; color: #333; line-height: 25px; margin-bottom: 25px;}
.product_page .item .txtbox .text{font-size: 16px; color: #666666; line-height: 30px; height: 150px; overflow: hidden; margin-bottom: 30px;}
.product_page .item .txtbox .mm{width: 140px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #999; background-color: #EEEEEE;}
.product_page .item:hover .txtbox{background-color: #0096E0;}
.product_page .item:hover .txtbox .title{color: #fff;}
.product_page .item:hover .txtbox .text{color: #fff;}

/*  */
.product_list_page{width: 100%; overflow: hidden;}
.product_list_page .list{width: calc(100% + 20px);}
.product_list_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list_page .item{width: 100%; border: 1px solid #E9E9E9;}
.product_list_page .item a{display: block; width: 100%; height: 100%;}
.product_list_page .item .imgbox{position: relative; overflow: hidden; background-color: #fff;}
.product_list_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_list_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: auto; max-height: 100%;}
.product_list_page .item .txtbox{width: 100%; border-top: 1px solid #E9E9E9; padding: 30px 0; text-align: center;}
.product_list_page .item .txtbox .title{font-size: 16px; color: #333;}
.product_list_page .item .txtbox .mm{margin-top: 20px; display: inline-block; padding: 0 25px; height: 35px; line-height: 35px; font-size: 14px; color: #333333; background-color: #EFEFEF; border-radius: 35px;}
.product_list_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_list_page .item:hover .txtbox .mm{background-color: #0096E0; color: #fff;}
/*  */
.productShow_page{width: 100%; padding-bottom: 40px;}
.productShow_page .box{margin-bottom: 40px;}
.productShow_page .title{font-size: 30px; color: #333; margin-bottom: 15px;}
.productShow_page .title1{font-size: 20px; color: #333; font-weight: bold; margin-bottom: 15px;}
.productShow_page .left{width: 50%;}
.productShow_page .right{width: 50%;}
.productShow_page .text1{font-size: 16px; color: #333; line-height: 30px;}
.productShow_page .proShow_swiper1{position: relative;}
.productShow_page .imgbox_cp{position: relative; overflow: hidden; width: 100%;}
.productShow_page .imgbox_cp::before{content: ""; display: block; padding-top: 40%;}
.productShow_page .imgbox_cp .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: contain;}
.productShow_page .proShow_swiper1_prev, .productShow_page .proShow_swiper1_next{position: absolute; top: 0; bottom: 0; margin: auto; z-index: 1; text-align: center; width: 40px; height: 50px; line-height: 50px; background-color: #EDEDED; font-size: 30px; color: #fff;}
.productShow_page .proShow_swiper1_prev{left: 0;}
.productShow_page .proShow_swiper1_next{right: 0;}
.productShow_page .proShow_swiper1_prev:hover{background-color: #0096E0;}
.productShow_page .proShow_swiper1_next:hover{background-color: #0096E0;}
.productShow_page .title2{font-size: 20px; color: #333; font-weight: bold; padding-left: 25px; margin-bottom: 20px; background: url(../images/proShow_title_icon.png) no-repeat left center;}
.productShow_page .imgbox_gg{font-size: 16px; color: #333; line-height: 30px;}
.productShow_page .imgbox_gg img{width: 100%; height: auto;}
.productShow_page .imgbox_cc{font-size: 16px; color: #333; line-height: 30px;}
.productShow_page .imgbox_cc img{width: 100%; height: auto;}
.productShow_page .title3{font-size: 20px; color: #0096e0; font-weight: bold; border-top: 1px solid #EDEDED; position: relative; padding: 12px 0 0 30px; margin-bottom: 40px;}
.productShow_page .title3::before{content: ""; position: absolute; top: 0; left: 0; width: 150px; height: 2px; background-color: #0096E0;}
.productShow_page .list{width: 100%;}
.productShow_page .list li{text-align: center; width: 12.5%; float: left;}
.productShow_page .item_fa{width: 100%; text-align: center;}
.productShow_page .item_fa .imgbox{position: relative; overflow: hidden; width: 65px; height: 65px; border: 1px solid #9A9A9A; border-radius: 50%; display: inline-block;}
.productShow_page .item_fa .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.productShow_page .item_fa .imgbox .img{opacity: 1;}
.productShow_page .item_fa .imgbox .img_act{opacity: 0;}
.productShow_page .item_fa .text{margin-top: 15px; font-size: 16px; color: #333;}
.productShow_page .item_fa:hover .imgbox{background-color: #0096E0; border-color: #0096E0;}
.productShow_page .item_fa:hover .img{opacity: 0; transform:rotateY(360deg);}
.productShow_page .item_fa:hover .img_act{opacity: 1; transform:rotateY(360deg);}
.productShow_page .wrap{position: relative;}
.productShow_page .proShow_swiper2_prev, .productShow_page .proShow_swiper2_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; text-align: center; font-size: 50px; color: #9C9C9C;}
.productShow_page .proShow_swiper2_prev{right: 101%;}
.productShow_page .proShow_swiper2_next{left: 101%;}
.productShow_page .item_yy{width: 100%; overflow: hidden;} 
.productShow_page .item_yy .imgbox{position: relative; overflow: hidden;}
.productShow_page .item_yy .imgbox::before{content: ""; display: block; padding-top: 71%;}
.productShow_page .item_yy .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;}
.productShow_page .item_yy .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; line-height: 60px; background-color: rgba(0,0,0,.4); font-size: 20px; color: #fff; text-align: center;}
.productShow_page .item_yy:hover .imgbox .img{transform: scale(1.1);}
.productShow_page .item_yy:hover .mask{background-color: #0096E0;}
.productShow_page .proShow_swiper2-pagination{position: relative; top: 10px; text-align: center;}
.productShow_page .proShow_swiper2-pagination .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #9A9A9A; display: inline-block; border-radius: 10px; margin: 0 3px;}
.productShow_page .proShow_swiper2-pagination .swiper-pagination-bullet-active{background-color: #0096E0;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .box1{width: 100%; background: url(../images/case_bg1.jpg) no-repeat center center; background-size: cover;}
.case_page .list_box{width: 100%; overflow: hidden;}
.case_page .list_box>li{width: calc(100% / 7); float: left; border-right: 1px solid rgba(255,255,255,.15);}
.case_page .item1{width: 100%; height: 100vh; position: relative; display: flex; flex-wrap: wrap; align-content: center;}
.case_page .item1 .imgbox{position: relative; overflow: hidden; width: 100%; height: 50px; margin-bottom: 25px; top: 0; z-index: 1;}
.case_page .item1 .imgbox img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}
.case_page .item1 .txtbox{text-align: center; width: 100%; position: relative; z-index: 1;}
.case_page .item1 .title{width: 100%; text-align: center; font-size: 30px; line-height: 40px; color: #fff; font-weight: bold; margin-bottom: 20px; position: relative; top: 0;}
.case_page .item1 .title a{color: #fff;}
.case_page .item1 .list{width: 100%; text-align: center;}
.case_page .item1 .list li a{font-size: 18px; color: #fff; line-height: 40px; display: inline-block;}
.case_page .item1 .list li a:hover{text-decoration:underline;}
.case_page .item1 .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background-color: #0096E0; z-index: 0;}
.case_page .item1:hover .mask{height: 100%;}
.case_page .item1:hover .imgbox{top: 60px;}
.case_page .item1:hover .title{top: -80px;}
.case_page .box2{width: 100%; padding: 50px 0;}
.case_page .tab{width: 100%; text-align: center; margin-bottom: 50px; overflow: hidden;}
.case_page .tab .tabList{width: 100%; display: flex; display: -webkit-flex; justify-content: center; flex-wrap: wrap; overflow: hidden;}
.case_page .tab .tabList li{padding: 0 20px;}
.case_page .tab .tabList li a{display: block; width: 100%; height: 70px; line-height: 67px; border-bottom: 3px solid #fff; text-align: center; background-color: #fff; font-size: 35px; color: #333;}
.case_page .tab .tabList .select a{border-color: #0096E0; color: #0096E0;}
.case_page .tabContent{width: 100%;}
.case_page .tabContent .con{display: none;}
.case_page .tabContent .con.act{display: block;}
.case_page .swiper_box{position: relative;}
.case_page .item2{width: 100%;}
.case_page .item2 .imgbox{position: relative; overflow: hidden; border: 1px solid #EDEDED; background-color: #fff;}
.case_page .item2 .imgbox::before{content: ""; display: block; padding-top: 75%;}
.case_page .item2 .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 .item2 .text{font-size: 16px; color: #333; height: 80px; line-height: 80px; text-align: center;}
.case_page .item2:hover .imgbox .img{transform: scale(1.1);}
.case_page .item2:hover .text{background-color: #0096E0; color: #fff;}
.case_page .csae_swiper_prev, .case_page .case_swiper_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; text-align: center; font-size: 50px; color: #9C9C9C;}
.case_page .csae_swiper_prev{right: 101%;}
.case_page .case_swiper_next{left: 101%;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .text1{font-size: 16px; color: #333; line-height: 30px; padding: 20px 0 30px 0;}
.caseShow_page .list li{width: 100%; padding: 50px 0;}
.caseShow_page .list .imgbox{width: 41%; float: left; text-align: center; overflow: hidden;}
.caseShow_page .list .imgbox img{width: 100%; height: auto;}
.caseShow_page .list .txtbox{width: 59%; float: right; padding: 10px 0 10px 40px;}
.caseShow_page .list .txtbox .title{font-size: 30px; color: #333; margin-bottom: 20px;}
.caseShow_page .list .txtbox .text{font-size: 16px; color: #333; line-height: 30px;}
.caseShow_page .list li:nth-child(odd){background-color: #E8EFF6;}
.caseShow_page .list li:nth-child(even) .imgbox{float: right;}
.caseShow_page .list li:nth-child(even) .txtbox{float: left; padding: 10px 40px 10px 0;}

.caseShow_page .box2{width: 100%; padding: 50px 0;}
.caseShow_page .tab{width: 100%; text-align: center; margin-bottom: 50px; overflow: hidden;}
.caseShow_page .tab .tabList{width: 100%; display: flex; display: -webkit-flex; justify-content: center; flex-wrap: wrap; overflow: hidden;}
.caseShow_page .tab .tabList li{padding: 0 20px;}
.caseShow_page .tab .tabList li a{display: block; width: 100%; height: 70px; line-height: 67px; border-bottom: 3px solid #fff; text-align: center; background-color: #fff; font-size: 35px; color: #333;}
.caseShow_page .tab .tabList .select a{border-color: #0096E0; color: #0096E0;}
.caseShow_page .tabContent{width: 100%;}
.caseShow_page .tabContent .con{display: none;}
.caseShow_page .tabContent .con.act{display: block;}
.caseShow_page .swiper_box{position: relative;}
.caseShow_page .item2{width: 100%;}
.caseShow_page .item2 .imgbox{position: relative; overflow: hidden; border: 1px solid #EDEDED; background-color: #fff;}
.caseShow_page .item2 .imgbox::before{content: ""; display: block; padding-top: 75%;}
.caseShow_page .item2 .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;}
.caseShow_page .item2 .text{font-size: 16px; color: #333; height: 80px; line-height: 80px; text-align: center;}
.caseShow_page .item2:hover .imgbox .img{transform: scale(1.1);}
.caseShow_page .item2:hover .text{background-color: #0096E0; color: #fff;}
.caseShow_page .csae_swiper_prev, .caseShow_page .case_swiper_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; text-align: center; font-size: 50px; color: #9C9C9C;}
.caseShow_page .csae_swiper_prev{right: 101%;}
.caseShow_page .case_swiper_next{left: 101%;}

/*  */
.apps_page{width: 100%; overflow: hidden;}
.apps_page .list{width: calc(100% + 20px);}
.apps_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.apps_page .item{width: 100%; overflow: hidden;} 
.apps_page .item .imgbox{position: relative; overflow: hidden;}
.apps_page .item .imgbox::before{content: ""; display: block; padding-top: 71%;}
.apps_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;}
.apps_page .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; line-height: 60px; background-color: rgba(0,0,0,.4); font-size: 20px; color: #fff; text-align: center;}
.apps_page .item:hover .imgbox .img{transform: scale(1.1);}
.apps_page .item:hover .mask{background-color: #0096E0;}
/*  */
.appsShow_page{width: 100%; overflow: hidden;}
.appsShow_page .apps_sideBar{text-align: center; margin-bottom: 50px;}
.appsShow_page .apps_sideBar ul{display: inline-block;}
.appsShow_page .apps_sideBar ul li{float: left; margin: 0 5px;}
.appsShow_page .apps_sideBar ul li a{width: 135px; height: 45px; line-height: 43px; font-size: 20px; color: #333333; border: 1px solid #D0D0D0; display: inline-block;}
.appsShow_page .apps_sideBar ul .act a{background-color: #0096E0; color: #fff;}
.appsShow_page .title1{font-size: 30px; color: #0096e0; text-align: center; margin-bottom: 30px;}
.appsShow_page .box{margin-bottom: 50px;}
.appsShow_page .title2{font-size: 20px; color: #333; font-weight: bold; padding-left: 25px; margin-bottom: 35px; background: url(../images/proShow_title_icon.png) no-repeat left center;}
.appsShow_page .text{font-size: 16px; color: #333; line-height: 30px;}
.appsShow_page .title3{font-size: 20px; color: #0096e0; font-weight: bold; border-top: 1px solid #EDEDED; position: relative; padding: 12px 0 0 30px; margin-bottom: 40px;}
.appsShow_page .title3::before{content: ""; position: absolute; top: 0; left: 0; width: 150px; height: 2px; background-color: #0096E0;}
.appsShow_page .list1{width: 100%;}
.appsShow_page .list1 li{text-align: center; width: 12.5%; float: left;}
.appsShow_page .item_fa{width: 100%; text-align: center;}
.appsShow_page .item_fa .imgbox{position: relative; overflow: hidden; width: 65px; height: 65px; border: 1px solid #9A9A9A; border-radius: 50%; display: inline-block;}
.appsShow_page .item_fa .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.appsShow_page .item_fa .imgbox .img{opacity: 1;}
.appsShow_page .item_fa .imgbox .img_act{opacity: 0;}
.appsShow_page .item_fa .text{margin-top: 15px; font-size: 16px; color: #333;}
.appsShow_page .item_fa:hover .imgbox{background-color: #0096E0; border-color: #0096E0;}
.appsShow_page .item_fa:hover .img{opacity: 0; transform:rotateY(360deg);}
.appsShow_page .item_fa:hover .img_act{opacity: 1; transform:rotateY(360deg);}
.appsShow_page .list2{width: calc(100% + 20px);}
.appsShow_page .list2 li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.appsShow_page .item_cp{width: 100%; overflow: hidden;} 
.appsShow_page .item_cp .imgbox{position: relative; overflow: hidden; border: 1px solid #EDEDED;}
.appsShow_page .item_cp .imgbox::before{content: ""; display: block; padding-top: 71%;}
.appsShow_page .item_cp .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;}
.appsShow_page .item_cp .text{font-size: 16px; color: #333; height: 80px; line-height: 80px; text-align: center;}
.appsShow_page .item_cp:hover .imgbox .img{transform: scale(1.1);}
.appsShow_page .item_cp:hover .text{background-color: #0096E0; color: #fff;}
.appsShow_page .list3{width: calc(100% + 20px);}
.appsShow_page .list3 li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.appsShow_page .item_al{width: 100%; overflow: hidden;} 
.appsShow_page .item_al .imgbox{position: relative; overflow: hidden; border: 1px solid #EDEDED}
.appsShow_page .item_al .imgbox::before{content: ""; display: block; padding-top: 71%;}
.appsShow_page .item_al .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;}
.appsShow_page .item_al .text{font-size: 16px; color: #333; height: 80px; line-height: 80px; text-align: center;}
.appsShow_page .item_al:hover .imgbox .img{transform: scale(1.1);}
.appsShow_page .item_al:hover .text{background-color: #0096E0; color: #fff;}

/*  */
.service_sideBar{text-align: center; margin-bottom: 40px;}
.service_sideBar ul{display: inline-block;}
.service_sideBar ul li{float: left; margin: 0 5px 10px 5px;}
.service_sideBar ul li a{width: 135px; height: 45px; line-height: 43px; font-size: 20px; color: #333333; border: 1px solid #D0D0D0; display: inline-block;}
.service_sideBar ul .act a{background-color: #0096E0; color: #fff;}
.service_page{width: 100%; overflow: hidden;}
.service_page .item{margin-bottom: 120px;}
.service_page .item .txtbox{width: 40%; float: left;}
.service_page .item .txtbox .title{font-size: 20px; color: #0096e0; margin-bottom: 20px;}
.service_page .item .txtbox .list{margin-bottom: 20px; width: 100%;}
.service_page .item .txtbox .list li a{font-size: 16px; color: #333; line-height: 40px; display: inline-block; width: 100%;}
.service_page .item .txtbox .list li a:hover{text-decoration:underline;}
.service_page .item .imgbox{width: 60%; float: right;}
.service_page .item .more{width: 140px; height: 40px; line-height: 40px; border-radius: 40px; text-align: center; background-color: #0096E0; font-size: 14px; color: #fff; display: inline-block;}
/*  */
.serviceShow_page{width: 100%; overflow: hidden;}
.serviceShow_page .title{font-size: 30px; color: #0096e0; text-align: center; margin-bottom: 40px;}
.serviceShow_page .box{padding: 25px; width: 100%; position: relative; margin-bottom: 40px;}
.serviceShow_page .box .mask{float: right; width: calc(50% - 40px); height: calc(100% - 40px); padding: 25px 25px 25px 0; background-color: rgba(255,255,255,.82);}
.serviceShow_page .box .mask .title1{line-height: 45px; background-color: #0096E0; display: inline-block; font-size: 20px; color: #fff; padding: 0 40px 0 50px;}
.serviceShow_page .box .mask .list{padding: 15px 0 0 50px;}
.serviceShow_page .box .mask .list li{font-size: 16px; color: #333; line-height: 30px; float: left; width: 50%;}
.serviceShow_page .bg1{background: url(../images/serviceShow_bg1.jpg) no-repeat center center; background-size: cover;}
.serviceShow_page .bg2{background: url(../images/serviceShow_bg2.jpg) no-repeat center center; background-size: cover;}
.serviceShow_page .bg3{background: url(../images/serviceShow_bg3.jpg) no-repeat center center; background-size: cover;}
.serviceShow_page .txtbox{padding: 40px 20px; margin: 0 0 40px 0; background-color: #EDEDED;}
.serviceShow_page .txtbox .text{color: #333; line-height: 30px; font-size: 16px;}

/*  */
.about_page{width: 100%;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px;}
.about_page .txtbox .text{font-size: 16px; color: #333; line-height: 30px;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .list{width: 100%;}
.news_page .list li{margin-bottom: 25px;}
.news_page .item{width: 100%; height: 350px; overflow: hidden;}
.news_page .item a{display: block; width: 100%; height: 100%;}
.news_page .item .imgbox{width: 600px; height: 100%; float: left;}
.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% - 600px); float: left; height: 100%; padding: 40px;}
.news_page .item .txtbox .title{font-size: 20px; color: #333; line-height: 25px; margin-bottom: 25px;}
.news_page .item .txtbox .text{font-size: 16px; color: #666666; line-height: 30px; height: 150px; overflow: hidden; margin-bottom: 30px;}
.news_page .item .txtbox .mm{width: 140px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #999; background-color: #EEEEEE;}
.news_page .item:hover .txtbox{background-color: #0096E0;}
.news_page .item:hover .txtbox .title{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;}
.newsShow_page .title .tit1{font-size: 18px; color: #333;}
.newsShow_page .title .tit2{font-size: 12px; color: #999;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-top: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .text{margin-top: 20px; font-size: 14px; color: #333; line-height: 24px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 15px;}

@media (max-width: 1199px){
    .product_page .item{height: 300px;}
    .product_page .item .imgbox{width: 500px;}
    .product_page .item .txtbox{width: calc(100% - 500px); padding: 30px;}
    /*  */
    .sideBar_page{margin-bottom: 30px;}
    .sideBar_page ul li a{width: 250px; height: 40px; line-height: 38px; font-size: 16px;}
    .case_page .item1 .title{font-size: 20px;}
    .case_page .tab .tabList li a{font-size: 25px;}
    .case_page .item2 .text{height: 60px; line-height: 60px; font-size: 14px;}
    .caseShow_page .tab .tabList li a{font-size: 25px;}
    .caseShow_page .item2 .text{height: 60px; line-height: 60px; font-size: 14px;}
    .appsShow_page .apps_sideBar{margin-bottom: 40px;}
    .appsShow_page .title2{margin-bottom: 30px;}
    .news_page .item{height: 300px;}
    .news_page .item .imgbox{width: 500px;}
    .news_page .item .txtbox{width: calc(100% - 500px); padding: 30px;}
}

@media (min-width:992px){
    .header .head_nav{display: block !important;}
}

@media (max-width:991px){
    .header .head_content{height: 90px; width: 100%; }
    .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; z-index: 9; transform: translateX(100%); background-color: #0096E0; 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; height: 40px;}
    .header .head_nav .item>a{line-height: 40px;}
    .header .head_nav .item>a::before{bottom: 0;}
    .header .head_nav .item:hover>a::before{background: #F29000; width: 40px;}
    .header .head_nav .item.act>a::before{background: #F29000; width: 40px;}
    .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;}
    .header .head_content .head_search{display: none;}
    .banner .img{height: 100%; padding-top: 53%;}
    .title_index{margin-bottom: 40px;}
    .index1 .swiper_next, .index1 .swiper_prev{display: none;}
    .index3 .box{height: 300px;}
    .index3 .txtbox{padding: 15px;}
    .index3 .title{font-size: 16px; line-height: 25px; max-height: 50px;}
    .index3 .time{margin-top: 30px;}
    .index3 .box1{width: 49%;}
    .index3 .box2{width: 49%;}
    .index3 .box2 .title{font-size: 14px; height: 40px; line-height: 20px;}
    .index3 .box3{display: none;}
    .foot1{display: none;}
    /*  */
    .banner .img1{padding-top: 50%;}
    .banner .banner_text .text1{font-size: 30px;}
    .banner .banner_text .text2{width: 100%; font-size: 14px; margin-top: 10px; line-height: 25px;}
    .inner_page{padding: 0 0 30px 0;}
    .sideBar_page ul li a{width: 200px; height: 35px; line-height: 33px; font-size: 14px;}
    .inner_nav{padding: 20px 0;}
    .inner_nav .text{font-size: 14px;}
    .product_page .item{height: 200px;}
    .product_page .item .imgbox{width: 400px;}
    .product_page .item .txtbox{width: calc(100% - 400px); padding: 0 20px;}
    .product_page .item .txtbox .title{font-size: 18px; margin-bottom: 10px;}
    .product_page .item .txtbox .text{font-size: 14px; height: 125px; line-height: 25px; margin-bottom: 10px;}
    .product_page .item .txtbox .mm{width: 120px; height: 30px; line-height: 30px;}
    .product_list_page .item .txtbox{padding: 10px 0;}
    .product_list_page .item .txtbox .mm{margin-top: 10px; height: 30px; line-height: 30px; font-size: 12px;}
    .productShow_page .proShow_swiper2_prev, .productShow_page .proShow_swiper2_next{display: none;}
    .productShow_page .title{font-size: 24px;}
    .productShow_page .item_yy .mask{height: 40px; line-height: 40px; font-size: 16px;}
    .case_page .box2{padding: 40px 0;}
    .case_page .tab{margin-bottom: 40px;}
    .case_page .tab .tabList li a{height: 50px; line-height: 47px;}
    .caseShow_page .list li{padding: 40px 0;}
    .caseShow_page .list .txtbox .title{font-size: 22px;}
    .caseShow_page .box2{padding: 40px 0;}
    .caseShow_page .tab{margin-bottom: 40px;}
    .caseShow_page .tab .tabList li a{height: 50px; line-height: 47px;}
    .apps_page .item .mask{height: 40px; line-height: 40px; font-size: 16px;}
    .appsShow_page .text{font-size: 14px; line-height: 25px;}
    .appsShow_page .item_cp .text{font-size: 14px; height: 40px; line-height: 40px;}
    .appsShow_page .item_al .text{font-size: 14px; height: 40px; line-height: 40px;}
    .service_page .item{margin-bottom: 50px;}
    .service_page .item .txtbox{width: 50%;}
    .service_page .item .imgbox{width: 50%;}
    .serviceShow_page .box .mask{width: calc(70% - 25px);}
    .news_page .item{height: 200px;}
    .news_page .item .imgbox{width: 400px;}
    .news_page .item .txtbox{width: calc(100% - 400px); padding: 0 20px;}
    .news_page .item .txtbox .title{font-size: 18px; margin-bottom: 10px;}
    .news_page .item .txtbox .text{font-size: 14px; height: 125px; line-height: 25px; margin-bottom: 10px;}
    .news_page .item .txtbox .mm{width: 120px; height: 30px; line-height: 30px;}
}

@media (max-width:750px){
    .header .head_content{height: 80px;}
    .header .head_content .logo{width: 85%;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 18px; line-height: 25px; margin-bottom: 5px;}
    .title_index .title2{font-size: 12px; line-height: 20px;}
    .title_index .title3{font-size: 30px; top: 15px;}
    .index1{padding: 20px 0;}
    .index1 .swiper_content{margin-bottom: 15px;}
    .index1 .swiper_tab .swiper-slide{padding: 10px 0;}
    .index1 .swiper_tab .icon::before{padding-top: 50%;}
    .index1 .swiper_tab .text{font-size: 12px;}
	.index1 .swiper_tab .icon{height: 36px}
    .index2{padding: 20px 0;}
    .index2 .item .imgbox{width: 100%; height: auto;}
    .index2 .item .txtbox{width: 100%; height: auto; padding: 0 45px 0 0;}
    .index2 .item{height: 100%; overflow: hidden;}
    .index2 .item .txtbox .tit{font-size: 16px; margin-bottom: 15px; height: 20px; line-height: 20px;}
    .index2 .item .txtbox .text{font-size: 14px; height: 100px; line-height: 25px;}
    .index3{padding: 20px 0;}
    .index3 .title_index{margin-bottom: 20px;}
    .index3 .title_index .title3{left: 50px; top: 0;}
    .index3 .box{flex-wrap: wrap; height: 100%; display: block;}
    .index3 .box1{width: 100%;}
    .index3 .imgbox{height: 100%; padding-top: 50%;}
    .index3 .imgbox .img{position: absolute; top: 0; left: 0;}
    .index3 .txtbox{padding: 10px;}
    .index3 .time{margin-top: 10px;}
    .index3 .box2{width: 100%;}
    .index3 .box2 .time{margin-top: 12px; margin-top: 20px;}
    .index4{padding: 20px 0;}
    .index4 .title_index{margin: 20px;}
    .index4 .title_index .title3{left: 85px; top: 0;}
    .index4 .list{width: calc(100% + 10px);}
    .index4 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .index5{padding: 20px 0;}
    .index5 .left{width: 100%;}
    .index5 .right{display: none;}
    .foot2 .text1{width: 100%; text-align: center;}
    .foot2 .text2{width: 100%; text-align: center;}
    /*  */
    .banner .img1{padding-top: 53%;}
    .banner .banner_text{top: 40%;}
    .banner .banner_text .text1{font-size: 18px; font-weight: bold;}
    .banner .banner_text .text2{font-size: 12px; line-height: 20px;}
    .inner_page{padding: 0 0 20px 0;}
    .inner_nav{padding: 10px 0;}
    .inner_nav .text{font-size: 12px;}
    .sideBar_page{margin-bottom: 15px;}
    .sideBar_page ul li a{width: 160px; height: 32px; line-height: 30px; font-size: 12px;}
    .product_page .list li{margin-bottom: 15px;}
    .product_page .item{height: 120px;}
    .product_page .item .imgbox{width: 150px;}
    .product_page .item .txtbox{width: calc(100% - 150px); padding: 0 10px;}
    .product_page .item .txtbox .title{font-size: 14px; line-height: 20px;}
    .product_page .item .txtbox .text{font-size: 12px; height: 80px; line-height: 20px;}
    .product_page .item .txtbox .mm{display: none;}
    .product_list_page .list{width: clac(100% + 10px);}
    .product_list_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list_page .item .txtbox .title{font-size: 14px;}
    .product_list_page .item .txtbox .mm{margin-top: 5px; height: 25px; line-height: 25px;}
    .productShow_page .box{margin-bottom: 20px;}
    .productShow_page .title{font-size: 18px;}
    .productShow_page .title1{font-size: 16px;}
    .productShow_page .text1{font-size: 14px; line-height: 25px;}
    .productShow_page .left{width: 100%;}
    .productShow_page .right{width: 100%;}
    .productShow_page .title2{font-size: 16px; margin-bottom: 15px;}
    .productShow_page .title3{font-size: 16px; padding: 8px 0 0 20px; margin-bottom: 20px;}
    .productShow_page .title3::before{width: 100px;}
    .productShow_page .list li{width: 25%; margin-bottom: 15px;}
    .productShow_page .item_fa .text{margin-top: 5px; font-size: 12px;}
    .productShow_page .item_yy .mask{height: 30px; line-height: 30px; font-size: 14px;}
    .case_page .list_box>li{width: 100%; border-bottom: 1px solid rgba(255,255,255,.15);}
    .case_page .item1{height: auto; overflow: hidden; padding: 15px 0;}
    .case_page .item1 .imgbox{width: 100px; float: left; margin: 0;}
    .case_page .item1 .txtbox{width: calc(100% - 100px); float: left; text-align: left;}
    .case_page .item1 .title{text-align: left; line-height: 25px; font-size: 16px; margin-bottom: 10px;}
    .case_page .item1 .list{text-align: left; overflow: hidden;}
    .case_page .item1 .list li{float: left; margin-right: 15px;}
    .case_page .item1 .list li a{line-height: 20px;}
    .case_page .item1:hover .mask{height: 0;}
    .case_page .item1:hover .imgbox{top: 0;}
    .case_page .item1:hover .title{top: 0;}
    .case_page .item1 .title{font-size: 16px;}
    .case_page .item1 .list li a{font-size: 14px;}
    .case_page .box2{padding: 20px 0;}
    .case_page .tab .tabList li a{height: 30px; line-height: 27px; font-size: 16px;}
    .case_page .tab{margin-bottom: 20px;}
    .caseShow_page .text1{padding: 10px 0 20px 0; font-size: 14px; line-height: 25px;}
    .caseShow_page .list li{padding: 20px 0;}
    .caseShow_page .list .imgbox{width: 100%;}
    .caseShow_page .list .txtbox{width: 100%; padding: 15px 0 0 0;}
    .caseShow_page .list .txtbox .title{font-size: 16px; margin-bottom: 10px; font-weight: bold;}
    .caseShow_page .list .txtbox .text{font-size: 14px; line-height: 25px;}
    .caseShow_page .box2{padding: 20px 0;}
    .caseShow_page .tab .tabList li a{height: 30px; line-height: 27px; font-size: 16px;}
    .caseShow_page .tab{margin-bottom: 20px;}
    .apps_page .list{width: calc(100% + 10px);}
    .apps_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .apps_page .item .mask{height: 30px; line-height: 30px; font-size: 14px;}
    .appsShow_page .apps_sideBar{display: none;}
    .appsShow_page .box{margin-bottom: 20px;}
    .appsShow_page .title1{font-size: 16px; margin-bottom: 15px;}
    .appsShow_page .title2{font-size: 16px; margin-bottom: 15px;}
    .appsShow_page .title3{font-size: 16px; padding: 8px 0 0 20px; margin-bottom: 20px;}
    .appsShow_page .title3::before{width: 100px;}
    .appsShow_page .list1 li{width: 25%; margin-bottom: 15px;}
    .appsShow_page .item_fa .text{margin-top: 5px; font-size: 12px;}
    .appsShow_page .list2{width: calc(100% + 10px);}
    .appsShow_page .list2 li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .appsShow_page .list3{width: calc(100% + 10px);}
    .appsShow_page .list3 li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .service_sideBar{margin-bottom: 20px;}
    .service_sideBar ul li a{width: 120px; height: 30px; line-height: 28px; font-size: 14px;}
    .service_page .item{margin-bottom: 20px;}
    .service_page .item .imgbox{width: 100%;}
    .service_page .item .txtbox{width: 100%; margin-top: 10px;}
    .service_page .item .txtbox .title{font-size: 16x; margin-bottom: 10px;}
    .service_page .item .txtbox .list{margin-bottom: 10px;}
    .service_page .item .txtbox .list li a{font-size: 14px; line-height: 30px;}
    .service_page .item .more{width: 120px; height: 30px; line-height: 30px;}
    .serviceShow_page .title{font-size: 18px; margin-bottom: 15px;}
    .serviceShow_page .box{padding: 15px; margin-bottom: 20px;}
    .serviceShow_page .box .mask{width: 100%; padding: 15px 15px 15px 0;}
    .serviceShow_page .box .mask .title1{font-size: 18px; line-height: 35px;}
    .serviceShow_page .box .mask .list{padding: 15px 0 0 15px;}
    .serviceShow_page .box .mask .list li{font-size: 14px; line-height: 25px;}
    .serviceShow_page .txtbox{padding: 15px;}
    .serviceShow_page .txtbox .text{font-size: 14px; line-height: 25px;}
    .about_page .txtbox{margin-top: 15px;}
    .about_page .txtbox .text{font-size: 14px; line-height: 25px;}
    .news_page .list li{margin-bottom: 15px;}
    .news_page .item{height: 120px;}
    .news_page .item .imgbox{width: 150px;}
    .news_page .item .txtbox{width: calc(100% - 150px); padding: 0 10px;}
    .news_page .item .txtbox .title{font-size: 14px; line-height: 20px;}
    .news_page .item .txtbox .text{font-size: 12px; height: 80px; line-height: 20px;}
    .news_page .item .txtbox .mm{display: none;}

}
