@charset "utf-8";

@import url(public.css);


/* 头部 */
.header{width: 100%; position: relative;}
.header .head_top{height: 40px; background-color: #F5F5F5; overflow: hidden;}
.header .head_top .txt{float: left; background: url(../images/top_icon.png) no-repeat left center; padding-left: 25px; line-height: 40px; font-size: 14px; color: #999999;}
.header .head_top .right a{float: left; position: relative; line-height: 40px; padding: 0 10px;}
.header .head_top .right a i{font-size: 14px; color: #004582;}
/*  */
.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;}
.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: #0B5182;}
.header .head_content .head_txt .txt{font-size: 16px; color: #024382; line-height: 1.5;}
.header .head_content .head_tel{background: url("../images/head_tel_icon.png") no-repeat left 50%; padding-left: 60px;}
.header .head_content .head_tel .txt1{font-size: 14px; color: #333333;}
.header .head_content .head_tel .txt2{font-size: 24px; color: #e10202; font-weight: bold; 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:#004582; 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: #004582; padding: 5px 0;}
.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: 20%; position: relative; text-align: center;}
.header .head_nav .item>a{color: #FFFFFF; font-size: 16px; line-height: 45px; display: block; overflow: hidden;}
.header .head_nav .item i{display: none;}
.header .head_nav .item:after{content: ""; display: block; width: 1px; height: 32px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background: #80A1C1;}
.header .head_nav .item:last-child:after{display: none;}
.header .head_nav .item:hover>a{background-color: #1592E0;}
.header .head_nav .item.act>a{background-color: #1592E0;}
.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: #004582; 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:#fff; display: block; padding: 0 5px;}
.header .head_nav .nav_down li a:hover{background: #1592E0; color: #fff;}
.header.small .head_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s;}
@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: #1592E0;}
.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_select{width: 100%; padding: 7px 0; border-bottom: 1px solid #F5F5F5;}
.head_select .left{width: calc(100% - 490px); padding-right: 10px; overflow: hidden; zoom: 1;}
.head_select .title{width: 145px; font-size: 16px; color: #004282; float: left; padding-left: 30px; line-height: 40px; background: url(../images/select_icon1.png) no-repeat left center;}
.head_select .selectList{width: calc(100% - 145px); float: left;}
.head_select .selectList li{float: left; margin-right: 15px;}
.head_select .selectList a{font-size: 14px; color: #666666; line-height: 40px; margin-right: 12px;}
.head_select .selectList li a:hover{color: #004282; text-decoration:underline}
.head_select .form_box{width: 490px; height: 40px; border: 1px solid #EDEDED; border-radius: 10px; overflow: hidden; background-color: #FFFFFF;}
.head_select .form_box .form_text{width: calc(100% - 60px); float: left; height: 100%; border: none; padding: 0 15px; font-size: 14px; color: #333; outline:none;}
.head_select .form_box .form_btn{width: 60px; height: 100%; float: left; background: url(../images/select_icon2.png) no-repeat center center; border: none; outline:none;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #191919; border-top: 1px solid #fff; position: fixed; bottom: 50px; 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;}
/*  */
.sideBar_left{width: 300px; float: left;}
.sideBar_right{width: calc(100% - 300px); float: left; padding-left: 50px;}
.sideBar .sideBar_title{background: #004582; text-align: left; position: relative; font-size: 0; padding: 20px 0 20px 40px;}
.sideBar .sideBar_title .title1{font-size: 24px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.sideBar .sideBar_title .title2{font-size: 14px; color: #ffffff;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 8px; 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: 8px;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 46px; line-height: 46px; font-size: 16px; color: #333333; background-color: #F7F8F8; text-align: left; padding: 0 20px 0 50px;}
.sideBar .sideBar_list>li>a::before{content: ""; position: absolute; top: 0; left: 0; width: 10px; height: 100%; background-color: #F7F8F8; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s;}
.sideBar .sideBar_list>li i{position: absolute; top: 0; bottom: 0; left: 30px; line-height: 50px; margin: auto; font-size: 18px; color: #333;}
.sideBar .sideBar_list>li:hover>a{background-color: #004582; color: #fff;}
.sideBar .sideBar_list>li:hover i{color: #fff;}
.sideBar .sideBar_list>li:hover>a::before{background-color: #1592E0;}
.sideBar .sideBar_list>li.act>a{background-color: #004582; color: #fff;}
.sideBar .sideBar_list>li.act i{color: #fff;}
.sideBar .sideBar_list>li.act>a::before{background-color: #1592E0;}
.sideBar .sideBar_down{width: 100%; overflow: hidden; padding: 5px 20px;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left; float: left; padding: 0 10px;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; text-indent: 16px;}
.sideBar .sideBar_down li a:hover{color: #004582;}
.sideBar .sideBar_down li a.act{color: #004582;}
.sideBar_below{margin-top: 10px;}
.sideBar_below .sideBar_title2{text-align: left; font-size: 24px; background-color: #F5F5F5; padding: 20px 0 20px 40px;}
.sideBar_below .sideBar_title2 .title1{font-size: 24px; color: #333; margin-bottom: 5px; font-weight: bold;}
.sideBar_below .sideBar_title2 .title2{font-size: 14px; color: #333;}
.sideBar_below .text{background: url(../images/side_bg.png) no-repeat center center; padding: 25px; font-size: 14px; color: #333333; line-height: 30px;}
/*  */
.swiper{width: 100%; overflow: hidden;}
.title_index{width: 100%; text-align: center; margin-bottom: 25px; position: relative;}
.title_index .title_icon{max-width: 100%; height: auto;}
.title_index .title1{font-size: 30px; color: #333333; font-weight: bold; line-height: 1; margin-top: 10px;}
.title_index .title2{font-size: 14px; color: #333; margin-top: 10px; line-height: 1.4;}
.title_index .title3{font-size: 60px; color: #333; font-weight: bold; opacity: .05; text-transform: uppercase; position: absolute; bottom: 10px; left: 0; width: 100%; text-align: center;}
/*  */
.index1{width: 100%; padding: 30px 0; overflow: hidden;}
.index1 .box1{width: 100%; overflow: hidden;}
.index1 .box1 .list{width: calc(100% + 10px);}
.index1 .box1 .list li{width: calc(100% / 4 - 10px); float: left; margin: 0 10px 0 0;}
.index1 .box1 .item{width: 100%; position: relative; overflow: hidden;}
.index1 .box1 .item .imgbox{position: relative;}
.index1 .box1 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index1 .box1 .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;}
.index1 .box1 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 66, 130, 0.5); transform: scale(1); display: flex; align-items: center; justify-content: center;}
.index1 .box1 .item .mask .text{font-size: 24px; color: #fff; display: inline-block;}
.index1 .box1 .item:hover .mask{transform: scale(0);}
.index1 .box2{width: 100%; margin-top: 20px; position: relative;}
.index1 .box2 .item{width: 100%; background-color: #F1EFF0; border-radius: 0 20px 0 0;}
.index1 .box2 .item a{padding: 30px; display: flex; width: 100%; height: 100%;}
.index1 .box2 .item .txtbox{width: 50%; }
.index1 .box2 .item .txtbox .title{font-size: 24px; color: #333; font-weight: bold;}
.index1 .box2 .item .txtbox .text{font-size: 14px; color: #666; height: 100px; line-height: 25px; overflow: hidden; margin-top: 15px;}
.index1 .box2 .item .txtbox .more{width: 145px; height: 35px; line-height: 33px; border: 1px solid #004582; text-align: center; font-size: 14px; color: #333; margin-top: 15px;}
.index1 .box2 .item .imgbox{width: 50%;}
.index1 .box2 .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.index1 .box2 .item:hover{background-color: #1592E0;}
.index1 .box2 .item:hover .title{color: #fff;}
.index1 .box2 .item:hover .text{color: #fff;}
.index1 .box2 .item:hover .more{background-color: #fff;}
.index1 .box2 .item .more:hover{background-color: #1592E0; color: #fff;}
.index1 .box2 .swiper-pagination-index1{text-align: center;}
.index1 .box2 .swiper-pagination-index1 .swiper-pagination-bullet{width: 40px; height: 2px; background-color: #F1EFF0; opacity: 1;}
.index1 .box2 .swiper-pagination-index1 .swiper-pagination-bullet-active{background-color: #1592E0;}
.index1 .box2 .index1_next, .index1 .box2 .index1_prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 65px; line-height: 65px; text-align: center; font-size: 30px; color: #333;}
.index1 .box2 .index1_next{left: 100%;}
.index1 .box2 .index1_prev{right: 100%;}
/*  */
.index2 .title_index2{width: 100%; background-color: #F5F5F5; overflow: hidden;}
.index2 .title_index2 .tit1{height: 50px; line-height: 50px; padding: 0 30px; float: left; background-color: #004582; font-size: 24px; color: #fff; font-weight: bold;} 
.index2{width: 100%; padding: 60px 0; background-color: #fff;}
.index2 .list{width: calc(100% + 20px); margin-top: 25px;}
.index2 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index2 .item{width: 100%; border: 1px solid #EEEEEE; padding: 15px 15px 0 15px;}
.index2 .item a{display: block; width: 100%; height: 100%;}
.index2 .item .imgbox{position: relative; overflow: hidden; border: 5px solid #fff}
.index2 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index2 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.index2 .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333;}
.index2 .item:hover .imgbox .img{transform: scale(1.05);}
.index2 .item:hover .imgbox{border-color: #1592E0;}
/*  */
.index3{width: 100%; padding: 40px 0; background-color: #F5F5F5; overflow: hidden;}
.index3 .box1{width: 100%; background: url(../images/index3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .box1 .txtbox{float: left; padding-top: 70px;}
.index3 .box1 .txtbox .text1{font-size: 36px; color: #fff; font-weight: bold;}
.index3 .box1 .txtbox .text2{font-size: 14px; color: #fff; font-family: Arial; margin-top: 10px; text-transform: uppercase;}
.index3 .box1 .imgbox{float: right; position: relative; top: 50px;}
.index3 .box1 .imgbox img{border: 10px solid #fff; width: 100%; height: auto;}
.index3 .box2{width: 100%; padding: 40px 0 0 0;}
.index3 .box2 .title{font-size: 24px; color: #333; font-weight: bold;}
.index3 .box2 .text{font-size: 14px; color: #333; line-height: 28px; margin-top: 15px;}
.index3 .box2 .zi{max-width: 100%; height: auto; margin-top: 10px;}
.index3 .box2 .more{float: right; width: 240px; height: 45px; line-height: 45px; border-left: 10px solid #1592E0; text-align: center; font-size: 14px; color: #fff; background-color: #004582;}
.index3 .box3{width: 100%; overflow: hidden;}
.index3 .box3 ul{width: calc(100% + 20px); margin-top: 35px;}
.index3 .box3 ul li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0; background-color: #004582; padding: 35px 25px;}
.index3 .box3 .imgbox{width: 25%; float: left; text-align: center;}
.index3 .box3 .imgbox .border{width: 85px; height: 85px; border: 1px solid #fff; border-radius: 50%; position: relative;}
.index3 .box3 .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index3 .box3 .txtbox{width: 75%; float: left;}
.index3 .box3 .title{font-size: 18px; color: #fff; line-height: 25px;}
.index3 .box3 .text{font-size: 14px; color: #fff; height: 50px; line-height: 25px; overflow: hidden; margin-top: 5px;}
.index3 .box3 ul li:hover{background-color: #1592E0;}
/*  */
.index4{width: 100%; padding: 40px 0; background-color: #fff; overflow: hidden;}
.index4 .left{width: 35%; padding-top: 60px;}
.index4 .right{width: 65%; padding-left: 50px;}
.index4 .tit{font-size: 24px; color: #333; font-weight: bold; margin-bottom: 10px;}
.index4 .tit span{font-size: 16px; color: #333; font-weight: normal; margin-left: 10px;}
.index4 .form_box{width: 100%;}
.index4 .form_box .form_text{width: 100%; height: 50px; border: 1px solid #C6C6C6; margin-bottom: 10px; padding: 0 15px; font-size: 16px; color: #333; outline:none;}
.index4 .form_box .form_textarea{width: 100%; border: 1px solid #C6C6C6; margin-bottom: 10px; padding: 15px; font-size: 16px; color: #333; outline:none;}
.index4 .verification{width: 100%; overflow: hidden;}
.index4 .verification .verification_text{width: 30%; height: 50px; float: left; background-color: #1592E0; font-size: 16px; color: #fff; padding: 0 15px; border: none; outline: none;}
.index4 .verification .verification_img{width: 20%; height: 50px; margin: 0 2%; float: left;}
.index4 .verification .btn1{width: 22%; height: 50px; border: none; float: left; background-color: #1592E0; font-size: 16px; color: #fff;}
.index4 .verification .btn2{width: 22%; height: 50px; border: none; float: left; background-color: #004582; font-size: 16px; color: #fff; margin-left: 2%;}
.index4 .ditu{width: 100%; text-align: center; overflow: hidden;}
.index4 .ditu img{max-width: 100%; height: auto;}
/*  */
.index5{width: 100%; overflow: hidden; background: url(../images/index5_bg.jpg) no-repeat center center; background-size: cover;}
.index5 .title_index5{text-align: center; background-color: #004582; padding: 40px 0;}
.index5 .title_index5 img{max-width: 100%; height: auto;}
.index5 .container{padding: 40px 0;}
.index5 .item{width: 100%; margin-bottom: 10px;}
.index5 .item .txtbox{width: 50%; float: left; padding: 50px 50px 0 0; position: relative;}
.index5 .item .num{width: 105px; float: left; font-size: 80px; color: #004282; font-weight: bold; line-height: 1; position: relative;}
.index5 .item .num .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 55%; background-color: rgba(255,255,255,.9);}
.index5 .item .right{width: calc(100% - 105px);}
.index5 .item .tit{font-size: 24px; color: #333; font-weight: bold; padding-bottom: 20px; background: url(../images/index5_gang.png) no-repeat left bottom;}
.index5 .item .text{font-size: 14px; color: #333; line-height: 30px; margin-top: 10px;}
.index5 .item .imgbox{width: 50%; float: left; padding: 0 0 0 20px; position: relative;}
.index5 .item .imgbox img{width: 100%; height: auto;}
.index5 .item:nth-child(even) .txtbox{left: 50%; padding: 50px 0 0 50px;}
.index5 .item:nth-child(even) .imgbox{right: 50%;padding: 0 20px 0 0;}
/*  */
.index6{width: 100%; padding: 50px 0; background-color: #fff; overflow: hidden;}
.index6 .left{width: 30%;}
.index6 .left .imgbox{text-align: center; overflow: hidden;}
.index6 .left .imgbox img{width: 100%; height: auto;}
.index6 .right{width: 70%;}
.index6 .right ul{width: 100%; border-top: 1px solid #E5E5E5;}
.index6 .right ul li{width: calc(100% / 4); float: left; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;}
.index6 .right .imgs{width: 100%; position: relative; overflow: hidden; border: 5px solid #fff;}
.index6 .right .imgs::before{content: ""; display: block; padding-top: 48%;}
.index6 .right .imgs .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index6 .right ul li:hover .imgs{border-color: #1592E0;}
.index6 .more{margin-top: 20px; text-align: center;}
.index6 .more a{display: inline-block; width: 240px; height: 45px; line-height: 45px; border-left: 10px solid #1592E0; text-align: center; font-size: 14px; color: #fff; background-color: #004582;}
/*  */
.index7{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/index7_bg.jpg) no-repeat top center; background-size: 100%;}
.index7 .title_index .title1{color: #fff;}
.index7 .title_index .title2{color: #fff;}
.index7 .title_index .title3{color: #fff;}
.index7 .tab{width: 100%; margin-bottom: 20px;}
.index7 .tab .tabList{overflow: hidden; zoom: 1;}
.index7 .tab .tabList li{width: calc(100% / 3); float: left; background-color: #1b446e; background-repeat: no-repeat; background-size: cover;}
.index7 .tab .tabList li a{display: block; padding: 55px 30px; background-repeat: no-repeat; background-position: right 40px center;}
.index7 .tab .tabList li:nth-child(1){background-image: url(../images/index7_tab_bg1.png);}
.index7 .tab .tabList li:nth-child(1) a{background-image: url(../images/index7_tab_icon1.png);}
.index7 .tab .tabList li:nth-child(2){background-image: url(../images/index7_tab_bg2.png);}
.index7 .tab .tabList li:nth-child(2) a{background-image: url(../images/index7_tab_icon2.png);}
.index7 .tab .tabList li:nth-child(3){background-image: url(../images/index7_tab_bg3.png);}
.index7 .tab .tabList li:nth-child(3) a{background-image: url(../images/index7_tab_icon3.png);}
.index7 .tab .tabList .select{background-color: #007cc5;}
.index7 .tab .tabList .tit1{font-size: 24px; color: #fff;}
.index7 .tab .tabList .tit2{font-size: 14px; color: #fff; margin-top: 10px;}
.index7 .tabContent .con{display: none;}
.index7 .tabContent .con.act{display: block;}
.index7 .left{width: 33%;}
.index7 .left .imgbox{text-align: center; overflow: hidden; height: 320px; border:1px solid #f1f1f1;}
.index7 .left .imgbox img{max-width: 100%; max-height: 100%;}
.index7 .left .txtbox{width: 100%; padding: 30px;}
.index7 .left .tit{font-size: 16px; color: #333333; font-weight: bold;}
.index7 .left .text{font-size: 14px; color: #666666; line-height: 25px; margin-top: 10px; height: 50px; overflow: hidden;}
.index7 .right{width: 67%; padding-left: 20px;}
.index7 .item{width: 100%; height: 135px; padding: 2px; border: 1px solid #fff; margin-bottom: 20px;}
.index7 .item a{display: block; width: 100%; height: 100%;}
.index7 .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;}
.index7 .item .imgbox .img{max-width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index7 .item .txtbox{width: calc(100% - 200px); float: left; padding: 10px 15px;}
.index7 .item .txtbox .tit{font-size: 16px; color: #333; font-weight: bold; line-height: 24px;}
.index7 .item .txtbox .text{font-size: 14px; color: #666; height: 50px; line-height: 25px; overflow: hidden; margin-top: 10px;}
.index7 .item:hover{background-color: #007CC5; border-color: #6DDEFF;}
.index7 .item:hover .txtbox .tit{color: #fff;}
.index7 .item:hover .txtbox .text{color: #fff;}
/*  */
.footer{width: 100%; background-color: #363636;}
.foot1{padding: 30px 0; border-bottom: 1px solid #5C5C5C;}
.foot1 .title{width: 150px; float: left;}
.foot1 .title .tit1{font-size: 24px; color: #fff; font-weight: bold;}
.foot1 .title .tit2{font-size: 12px; color: #fff; display: inline-block; border-bottom: 1px solid #fff; line-height: 1; margin-top: 10px;}
.foot1 .form_box{width: calc(100% - 150px); float: left;}
.foot1 .form_box .form_text{width: 25%; float: left; height: 50px; border: none; padding: 0 15px; margin-right: 2%; border-radius: 5px; outline:none; font-size: 16px; color: #333;}
.foot1 .form_box .form_btn{width: 19%; float: left;  text-align: center; background-color: #004582; border-radius: 5px; border: none;}
.foot1 .form_box .form_btn span{padding-left: 30px; font-size: 14px; color: #fff; height: 50px; line-height: 50px; display: inline-block; background: url(../images/foot_form_icon.png) no-repeat left center;}
.foot2{width: 100%; padding: 30px 0; border-bottom: 1px solid #5C5C5C;}
.foot2 .title{margin-bottom: 15px;}
.foot2 .title a{font-size: 16px; color: #fff; font-weight: bold;}
.foot2 .foot_contact{width: 20%; float: left;}
.foot2 .foot_contact .list li{font-size: 14px; color: #fff; line-height: 32px; padding-left: 40px; background-repeat: no-repeat; background-position: left 0 top 2px;}
.foot2 .foot_contact .list li:nth-child(1){background-image: url(../images/foot_icon1.png);}
.foot2 .foot_contact .list li:nth-child(2){background-image: url(../images/foot_icon2.png);}
.foot2 .foot_contact .list li:nth-child(3){background-image: url(../images/foot_icon3.png);}
.foot2 .foot_nav{width: 56%; float: left; display: flex; margin-left:2%;}
.foot2 .foot_nav dl{width: 20%;}
.foot2 .foot_nav dl:nth-child(2){width: 60%;}
.foot2 .foot_nav dl:nth-child(2) dd{float: left; width: 50%;}
.foot2 .foot_nav dl dd a{display: block; height: 26px; line-height: 26px; font-size: 14px; color: #fff;}
.foot2 .foot_nav dl dd a:hover{color: #007CC5; text-decoration:underline}
.foot2 .foot_QR{width: 20%; float: left; display: flex; overflow: hidden;}
.foot2 .foot_QR img{width: 50%; height: auto;}
.foot2 .foot_QR .text{width: 50%; background-color: #454545; display: flex; align-items: center; text-align: center; justify-content: center;}
.foot2 .foot_QR .text .tt{font-size: 14px; color: #fff; line-height: 25px;}
.foot3{width: 100%; padding: 12px 0; text-align: center;}
.foot3 .text{font-size: 14px; color: #fff;}
.foot3 .text a{color: #fff;}
/*  */
.inner_page{width: 100%; padding: 50px 0;}
.title_inner{width: 100%; background-color: #F5F5F5; overflow: hidden; margin-bottom: 30px;}
.title_inner .tit1{height: 50px; line-height: 50px; padding: 0 30px; float: left; background-color: #004582; font-size: 24px; color: #fff; font-weight: bold;} 
.title_inner .tit2{float: right; line-height: 50px; font-size: 14px; color: #666;}
.title_inner .tit2 a{color: #666;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .title{text-align: center; font-size:18px; line-height:40px; font-weight:bold;}
.about_page .imgbox{text-align: center; overflow: hidden; margin:10px auto}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top:0px; overflow: hidden; font-size: 14px; color: #333; line-height: 28px; min-height: 300px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important;}
.about_page .txtbox table{ width:100% !important; height:auto !important; border: 1px solid #ddd !important; border-collapse: collapse;}
.about_page .txtbox table td{ width:auto !important; height:auto !important; border: 1px solid #ddd !important; border-collapse: collapse;}
.about_page .txtbox table td p{ line-height: 1.8 !important; }
/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .box1 .list{width: calc(100% + 20px);}
.product_page .box1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .box1 .item{width: 100%; border: 1px solid #EEEEEE; padding: 15px 15px 0 15px;}
.product_page .box1 .item a{display: block; width: 100%; height: 100%;}
.product_page .box1 .item .imgbox{position: relative; overflow: hidden; border: 5px solid #fff}
.product_page .box1 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_page .box1 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.product_page .box1 .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333;}
.product_page .box1 .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .box1 .item:hover .imgbox{border-color: #1592E0;}
.product_box2{width: 100%; margin-top: 30px;}
.product_box2 .item{width: 100%; border: 1px solid #EEEEEE; padding: 15px 15px 0 15px;}
.product_box2 .item a{display: block; width: 100%; height: 100%;}
.product_box2 .item .imgbox{position: relative; overflow: hidden; border: 5px solid #fff}
.product_box2 .item .imgbox::before{content: ""; display: block; padding-top: 78%;}
.product_box2 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.product_box2 .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333;}
.product_box2 .item:hover .imgbox .img{transform: scale(1.1);}
.product_box2 .item:hover .imgbox{border-color: #1592E0;}
.product_box2 .swiper_box{position: relative; margin-bottom: 30px;}
.product_box2 .product_next1, .product_box2 .product_prev1{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 40px; line-height: 40px; font-size: 26px; color: #333; text-align: center;}
.product_box2 .product_next1{left: 101%;}
.product_box2 .product_prev1{right: 101%;}
.product_box2 .product_next2, .product_box2 .product_prev2{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 40px; line-height: 40px; font-size: 26px; color: #333; text-align: center;}
.product_box2 .product_next2{left: 101%;}
.product_box2 .product_prev2{right: 101%;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .left{width: 50%; padding-right: 10px;}
.productShow_page .right{width: 50%; padding-left: 10px;}
.productShow_page .xiangce .swiper {width: 100%;}
.productShow_page .xiangce .mySwiper2 {height: 80%; width: 100%;}
.productShow_page .xiangce .mySwiper {height: 20%; padding: 10px 0 0 0;}
.productShow_page .xiangce .mySwiper .swiper-slide {width: 25%; height: 100%; opacity: 0.4;}
.productShow_page .xiangce .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.productShow_page .xiangce .imgbox{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .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 .txtbox{overflow: hidden; 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%; border: 1px solid #EEEEEE; padding: 8px 8px 0 8px;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden; border: 5px solid #fff}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.case_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.case_page .item .text{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333;}
.case_page .item:hover .imgbox .img{transform: scale(1.1);}
.case_page .item:hover .imgbox{border-color: #1592E0;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .imgbox{text-align: center; overflow: hidden;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{margin-top: 20px; overflow: hidden; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.download_page{width: 100%; overflow: hidden;}
.download_page .list{width: 100%;}
.download_page .list li{margin-bottom: 5px;}
.download_page .text{font-size: 14px; color: #333; height: 40px; line-height: 40px; border-bottom: 1px dotted #aaa; position: relative; padding-right: 110px;}
.download_page .text .xiazai{position: absolute; top: 0; right: 0; width: 100px; height: 30px; line-height: 30px; margin-top: 5px; background-color: #1592E0; font-size: 14px; color: #fff; text-align: center;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .item{width: 100%; height: 140px; 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: 10px 15px;}
.news_page .item .txtbox .tit{font-size: 14px; color: #333; font-weight: bold; line-height: 20px;}
.news_page .item .txtbox .text{font-size: 14px; color: #666; height: 75px; line-height: 25px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover{background-color: #007CC5; 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 #aaa; padding-bottom: 12px;}
.newsShow_page .title .tit1{font-size: 18px; color: #333;}
.newsShow_page .title .tit2{font-size: 12px; color: #999; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-top: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-top: 20px; overflow: hidden; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.message_page{width: 100%; overflow: hidden;}
.message_page .form_Box{width: 70%; margin: 0 auto;}
.message_page .form_Box .item{margin-bottom: 15px;}
.message_page .form_Box .item .form_tit{font-size: 14px; color: #333333; font-weight: bold;}
.message_page .form_Box .item .form_tit span{color: #007CC5;}
.message_page .form_Box .item .form_txt{width: 100%; height: 35px; padding: 0 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .item .form_txts{width: 100%; padding: 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .fBtn{width: 100px; height: 30px; line-height: 30px; background-color: #E40000; border: none; color: #ffffff;} 

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}

.lxwm_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 12px;
  color: #ff9933;
}
.lxwm_nav>a{
  float: left;
  font-size: 16px;
  color: #666;
  margin: 0 20px;
}
.lxwm_nav>a:hover,
.lxwm_nav>a.lxwm_active{
  color: #000; font-weight:bold;
}

@media (max-width: 1199px){
    .head_select{padding: 5px 0;}
    .head_select .left{width: calc(100% - 380px);}
    .head_select .form_box{width: 380px;}
    .title_index .title1{font-size: 24px;}
    .title_index .title2{font-size: 12px;}
    .title_index .title3{font-size: 40px;}
    .sideBar_left{width: 260px;}
    .sideBar_right{width: calc(100% - 260px); padding-left: 30px;}
    .sideBar .sideBar_title{padding: 15px 0 15px 30px;}
    .sideBar .sideBar_title .title1{font-size: 20px;}
    .sideBar .sideBar_title .title2{font-size: 12px;}
    .sideBar .sideBar_list>li>a{height: 40px; line-height: 40px; padding: 0 10px 0 30px; font-size: 14px;}
    .sideBar .sideBar_list>li i{line-height: 40px; left: 15px;}
    .sideBar .sideBar_down{padding: 0 10px;}
    .sideBar .sideBar_down li{padding: 0 5px;}
    .index2 .title_index2 .tit1{height: 40px; line-height: 40px; font-size: 20px; padding: 0 20px;}
    .index1 .box2 .item a{padding: 20px;}
    .index1 .box2 .item .txtbox .title{font-size: 18px;}
    .index1 .box2 .item .txtbox .text{font-size: 12px; margin-top: 10px;}
    .index1 .box2 .item .txtbox .more{width: 100px; height: 30px; line-height: 28px;}
    .index2{padding: 40px 0;}
    .index2 .item{padding: 5px 5px 0 5px;}
    .index3 .box2 .more{width: 200px; height: 40px; line-height: 40px;}
    .index3 .box3 ul li{padding: 25px 15px;}
    .index3 .box3 .imgbox{width: 30%;}
    .index3 .box3 .imgbox .border{width: 70px; height: 70px;}
    .index3 .box3 .txtbox{width: 70%;}
    .index3 .box3 .title{font-size: 16px;}
    .index3 .box3 .text{font-size: 12px; height: 40px; line-height: 20px;}
    .index4 .left{padding: 0;}
    .index4 .tit{font-size: 20px;}
    .index4 .tit span{font-size: 14px;}
    .index4 .form_box .form_text{height: 40px; font-size: 14px;}
    .index4 .form_box .form_textarea{font-size: 14px;}
    .index4 .verification .verification_text{height: 40px; font-size: 14px;}
    .index4 .verification .verification_img{height: 40px;}
    .index4 .verification .btn1{height: 40px; font-size: 14px;}
    .index4 .verification .btn2{height: 40px; font-size: 14px;}
    .index5 .title_index5{padding: 30px 0;}
    .index5 .item .txtbox{padding: 20px 50px 0 0;}
    .index6 .right .imgs{border: 2px solid #fff;}
    .index6 .more a{width: 200px; height: 40px; line-height: 40px;}
    .index7 .tab{margin-bottom: 10px;}
    .index7 .tab .tabList li a{padding: 30px; background-size: 80px;}
    .index7 .tab .tabList .tit1{font-size: 20px;}
    .index7 .left .txtbox{padding: 15px;}
    .index7 .left .imgbox{ height: 285px;}
    .index7 .right{padding-left: 10px;}
    .index7 .item{height: 120px; margin-bottom: 10px;}
    .index7 .item .imgbox{width: 150px;}
    .index7 .item .txtbox{width: calc(100% - 150px); padding: 5px 10px;}
    .index7 .item .txtbox .text{height: 75px; line-height: 25px; margin-top: 5px; overflow: hidden;}
    .foot2 .foot_contact{width: 25%;}
    .foot2 .foot_nav{width: 50%;}
    .foot2 .foot_QR{width: 25%;}
    .foot2 .title a{font-size: 14px;}
    .foot2 .foot_nav dl dd a{font-size: 12px;}
    /*  */
    .inner_page{padding: 40px 0;}
    .title_inner .tit1{height: 40px; line-height: 40px; font-size: 20px; padding: 0 20px;}
    .title_inner .tit2{line-height: 40px;}
    .product_page .box1 .item{padding: 5px 5px 0 5px;}
    .product_box2{margin-top: 15px;}
    .product_box2 .swiper_box{margin-bottom: 20px;}
    .product_box2 .item{padding: 5px 5px 0 5px;}
    .product_box2 .product_next1, .product_box2 .product_prev1{display: none;}
    .product_box2 .product_next2, .product_box2 .product_prev2{display: none;}
    .case_page .box1 .item{padding: 5px 5px 0 5px;}
    .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: #C40000; 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_select .left{display: none;}
    .head_select .right{width: 100%;}
    .head_select .form_box{width: 100%; height: 32px;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px); padding-left: 20px;}
    .sideBar .sideBar_down li a{height: 30px; line-height: 30px; font-size: 12px;}
    .sideBar .sideBar_down{padding: 0;}
    .title_index{margin-bottom: 15px;}
    .index1 .box2 .item a{padding: 10px;}
    .index1 .box2 .item .txtbox{width: 60%;}
    .index1 .box2 .item .txtbox .title{font-size: 16px;}
    .index1 .box2 .item .imgbox{width: 40%;}
    .index2{padding: 30px 0;}
    .index2 .list{width: calc(100% + 10px);}
    .index2 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .index3{padding: 30px 0;}
    .index3 .box1{padding: 20px 0;}
    .index3 .box1 .txtbox{padding: 0; text-align: center; width: 100%;}
    .index3 .box1 .txtbox .text1{font-size: 24px;}
    .index3 .box1 .txtbox .text2{font-size: 12px;}
    .index3 .box1 .imgbox{width: 100%; top: 0; margin-top: 15px;}
    .index3 .box1 .imgbox img{border: 5px solid #fff;}
    .index3 .box2{padding: 20px 0 0 0;}
    .index3 .box2 .more{float: left; margin-top: 10px;}
    .index3 .box3 ul{margin-top: 15px;}
    .index4{padding: 30px 0;}
    .index4 .left{width: 100%;}
    .index4 .right{width: 100%; margin-top: 15px; padding: 0;}
    .index5 .title_index5{padding: 20px 0;}
    .index5 .title_index5 img{max-width: 60%;}
    .index5 .container{padding: 30px 0;}
    .index6{padding: 30px 0;}
    .index6 .right ul li{width: calc(100% / 3);}
    .index7{padding: 30px 0;}
    .index7 .tab .tabList .tit1{font-size: 16px;}
    .index7 .tab .tabList .tit2{font-size: 12px;}
    .index7 .tab .tabList li a{padding: 20px; background-size: 50px; background-position: right 20px center;}
    .index7 .tab .tabList .tit2{margin-top: 5px;}
    .index7 .left .txtbox{padding: 10px 0;}
    .foot1{display: none;}
    .foot2{display: none;}
    .foot3{padding: 10px 0;}
    /*  */
    .inner_page{padding: 30px 0;}
    .product_page .box1 .list{width: calc(100% + 10px);}
    .product_page .box1 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 4 - 10px); margin: 0 10px 10px 0;}
    .message_page .form_Box{width: 100%;}
    .productShow_page .left{width: 100%; padding: 0;}
    .productShow_page .right{width: 100%; padding: 0; margin-top: 15px;}
	
.lxwm_nav {
  padding-top: 10px;
}
.lxwm_nav>a {
  margin: 0 10px;
}
	
}

@media (min-width: 768px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .head_content{height: 80px;}
    .header .head_content .logo{width: 85%;}
    .banner{margin-top: 80px;}
    .sideBar_left{width: 100%;}
    .sideBar_right{width: 100%; padding: 0; margin-top: 10px;}
    .sideBar .sideBar_title .title2{display: none;}
    .sideBar .sideBar_title .title1{font-size: 16px; margin-bottom: 0;}
    .sideBar .sideBar_title{padding: 10px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title3{font-size: 20px;}
    .index1{padding: 20px 0;}
    .index1 .box1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .box1 .item .mask{ font-size: 18px; }
    .index1 .box2{margin-top: 10px;}
    .index1 .box2 .item .txtbox .title{font-size: 16px;}
    .index2{padding: 20px 0;}
    .index2 .title_index2 .tit1{height: 30px; line-height: 30px; font-size: 16px;}
    .index2 .list{margin-top: 15px;}
    .index2 .list li{width: calc(100% / 2 - 10px);}
    .index2 .item .text{height: 30px; line-height: 30px;}
    .index3{padding: 20px 0;}
    .index3 .box1{padding: 15px 0;}
    .index3 .box1 .txtbox .text1{font-size: 18px;}
    .index3 .box1 .txtbox .text2{margin-top: 5px;}
    .index3 .box2{padding: 15px 0 0 0;}
    .index3 .box2 .title{font-size: 18px;}
    .index3 .box2 .text{font-size: 12px; line-height: 25px;}
    .index3 .box2 .zi{display: none;}
    .index3 .box2 .more{width: 140px; height: 30px; line-height: 30px;}
    .index3 .box3 ul{width: calc(100% + 10px);}
    .index3 .box3 ul li{width: calc(100% / 3 - 10px); margin: 0 10px 0 0; padding: 10px;}
    .index3 .box3 .imgbox{width: 100%; text-align: center;}
    .index3 .box3 .imgbox .border{display: inline-block;}
    .index3 .box3 .txtbox{width: 100%; text-align: center;}
    .index4{padding: 20px 0;}
    .index5 .title_index5 img{max-width: 100%;}
    .index5 .container{padding: 20px 0;}
    .index5 .item .txtbox{width: 100%; padding: 0;}
    .index5 .item .num{font-size: 40px; width: 60px;}
    .index5 .item .right{width: calc(100% - 60px);}
    .index5 .item .tit{font-size: 16px; padding-bottom: 15px;}
    .index5 .item .text{font-size: 12px; line-height: 25px; margin-top: 5px;}
    .index5 .item .imgbox{width: 100%; padding: 0; margin-top: 10px;}
    .index5 .item:nth-child(even) .txtbox{left: 0; padding: 0;}
    .index5 .item:nth-child(even) .imgbox{right: 0; padding: 0;}
    .index6{padding: 20px 0;}
    .index6 .left{width: 100%;}
    .index6 .right{width: 100%;}
    .index6 .right ul{border-left: 1px solid #E5E5E5;}
    .index6 .more a{width: 160px; height: 30px; line-height: 30px;}
    .index7{padding: 20px 0; background-size: 100% 30%;}
    .index7 .tab .tabList li a{padding: 10px;}
    .index7 .tab .tabList li:nth-child(1) a{background-image: none;}
    .index7 .tab .tabList li:nth-child(2) a{background-image: none;}
    .index7 .tab .tabList li:nth-child(3) a{background-image: none;}
    .index7 .left{width: 100%;}
    .index7 .left .txtbox{padding: 10px 0 0 0;}
    .index7 .left .imgbox{ height: 200px;}
    .index7 .right{width: 100%; padding: 0; margin-top: 10px;}
    .index7 .left .text{font-size: 12px;}
    .index7 .item .txtbox .text{font-size: 12px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .title_inner{margin-bottom: 15px;}
    .title_inner .tit1{height: 30px; line-height: 30px; font-size: 16px;}
    .title_inner .tit2{display: none;}
    .product_page .box1 .list li{width: calc(100% / 2 - 10px);}
    .product_page .box1 .item .text{height: 30px; line-height: 30px;}
    .product_box2 .item .text{height: 30px; line-height: 30px;}
    .case_page .list li{width: calc(100% / 3 - 10px);}
    .case_page .item .text{height: 30px; line-height: 30px;}
    .download_page .text{height: 30px; line-height: 30px;}
    .download_page .text .xiazai{width: 70px; height: 20px; line-height: 20px; margin-top: 5px; font-size: 12px;}
    .news_page .item .txtbox .text{font-size: 12px;}
}

	
.fenye{float: left; margin: auto; width: 100%; height: 36px; text-align: center; line-height: 36px; font-size: 14px; margin-bottom: 5px; color: #333; margin-top: 5px;}
.fenye a{color: #333}
.fenye a:hover{color: #f00}