@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .head_top{height: 50px; overflow: hidden; border-bottom: 1px solid #D3D3D3;}
.header .head_top ul li{font-size: 16px; color: #999; line-height: 50px; float: left; padding: 0 15px 0 25px; margin-right: 15px; position: relative; background-repeat: no-repeat; background-position: left center;}
.header .head_top ul li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #4B4C4F;}
.header .head_top ul li:nth-child(1){background-image: url(../images/top_icon1.png);}
.header .head_top ul li:nth-child(2){background-image: url(../images/top_icon2.png);}
.header .head_top ul li:nth-child(3){background-image: url(../images/top_icon3.png);}
.header .head_top ul li:last-child::before{display: none;}
.header .head_top ul li:hover{color: #F08300;}
.header .head_top .right{padding: 0 0 0 60px; position: relative; background: url(../images/top_mask.png) no-repeat; background-size: 100% 100%;}
.header .head_top .right::before{content: ""; position: absolute; top: 0; left: 100%; width: 2000px; height: 100%; background-color: #F08300;}
.header .head_top .tel{font-size: 14px; color: #fff; line-height: 50px; padding-left: 40px; font-weight: bold; background: url(../images/top_icon4.png) no-repeat left center;}
.header .head_top .tel span{font-size: 24px; color: #fff; font-family: Arial; vertical-align: top;}
/*  */
.header .head_box{position: relative;}
.header .head_content{width: 100%; background-color: #fff; height:125px; position: relative;}
.header .head_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .logo{float: left;}
.header .head_content .logo img{max-width: 100%; width: 336px; 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:#F08300; 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;}
.header .head_nav .item>a::before{content: ""; position: absolute; top: 100%; left: 0; z-index: -1; width: 100%; height: 100%; background-color: #F08300; border-bottom: 4px solid #A74F4F; transition: all 0.2s;}
.header .head_nav .item>a{padding: 0 10px; color: #1b1d21; position: relative; z-index: 1; font-size: 18px; line-height: 125px; display: block; overflow: hidden; transition: all 0.2s;}
.header .head_nav .item>i{display: none;}
.header .head_nav .item:hover>a::before{top: 0;}
.header .head_nav .item.act>a::before{top: 0;}
.header .head_nav .item:hover>a{color: #fff;}
.header .head_nav .item.act>a{color: #fff;}
.header .head_nav .nav_down{display: none; position:absolute; width: 150%; top:100%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: rgba(240,131,0,.8); 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 10px;}
.header .head_nav .nav_down li a:hover{background: #fff; color: #F08300;}
.header.small .head_box{position: fixed; width: 100%; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s; box-shadow: 5px 5px 20px 0 #ccc;}
.header.small .head_content{height: 100px;}
.header.small .head_nav .item>a{line-height: 100px;}
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%; position: relative; font-size: 0;}
.banner .img{width: 100%;}
.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;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #191919; 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: 35px; overflow: hidden; padding-bottom: 15px; border-bottom: 1px solid #C4C4C4; position: relative;}
.title_index::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 68px; height: 3px; background-color: #F08300;}
.title_index .title1{font-size: 36px; color: #333; line-height: 1;}
.title_index .title2{font-size: 18px; color: #999; line-height: 1; margin-top: 12px;}
/*  */
.index1{width: 100%; overflow: hidden; background-color: #FEFEFE; padding: 60px 0 50px 0;}
.index1 .left{width: 50%; padding-right: 40px;}
.index1 .right{width: 50%; padding: 20px 0;}
.index1 .imgbox{width: 100%; position: relative;}
.index1 .imgbox::before{content: ""; position: absolute; top: 10px; left: 10px; width: 100%; height: 100%; background: url(../images/index1_border.png) no-repeat; background-size: 100% 100%;}
.index1 .imgbox img{width: 100%; height: auto;}
.index1 .title{font-size: 16px; color: #333; line-height: 1;}
.index1 .text{margin-top: 35px; font-size: 16px; color: #666; height: 180px; line-height: 30px; overflow: hidden;}
.index1 .more{width: 137px; height: 47px; line-height: 47px; text-align: center; display: inline-block; margin-top: 35px; border-radius: 5px; overflow: hidden; background-image: linear-gradient(to right, #f08300, #ec0437);}
.index1 .more span{font-size: 14px; color: #fff; padding-right: 25px; display: inline-block; background: url(../images/index_icon1.png) no-repeat right center;}
/*  */
.index2{width: 100%; padding: 55px 0; background: url(../images/index2_bg.jpg) no-repeat center center; background-size: cover;}
.index2 .list{display: flex; justify-content: space-between;}
.index2 .list li{width: 355px; height: 115px; background-color: #fff; border-radius: 5px; overflow: hidden;}
.index2 .imgbox{width: 40%; height: 100%; float: left; display: flex; align-items: center; justify-content: center; padding-right: 20px; background-repeat: no-repeat; background-size: 100% 100%;}
.index2 .imgbox img{max-width: 100%; height: auto;}
.index2 .txtbox{width: 60%; height: 100%; float: left; display: flex; align-items: center; padding-left: 20px;}
.index2 .txtbox .text1{font-size: 30px; color: #f08300; font-family: Arial; font-weight: bold;}
.index2 .txtbox .text2{font-size: 18px; color: #333333; margin-left: 15px;}
.index2 .list li:nth-child(1) .imgbox{background-image: url(../images/index2_mask1.png);}
.index2 .list li:nth-child(2) .imgbox{background-image: url(../images/index2_mask2.png);}
.index2 .list li:nth-child(3) .imgbox{background-image: url(../images/index2_mask3.png);}
.index2 .list li:nth-child(1) .txtbox .text1{color: #f08300;}
.index2 .list li:nth-child(2) .txtbox .text1{color: #ee5711;}
.index2 .list li:nth-child(3) .txtbox .text1{color: #ed411b;}
.index2 .list li:hover .imgbox img{transform: rotateY(360deg);}
/*  */
.index3{width: 100%; padding: 55px 0 15px 0; overflow: hidden; background: url(../images/index3_bg.png) no-repeat center center; background-size: cover;}
.index3 .list{width: calc(100% + 40px);}
.index3 .list li{width: calc(100% / 3 - 40px); float: left; margin: 0 40px 40px 0;}
.index3 .item{width: 100%; overflow: hidden;}
.index3 .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.index3 .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.index3 .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;}
.index3 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.index3 .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index3 .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
/*  */
.index4{width: 100%; padding: 50px 0; overflow: hidden;}
.index4 .list{width: 100%; display: flex; justify-content: space-between;}
.index4 .list li{width: 165px; border: 1px solid #DCDCDC; border-radius: 5px; padding: 30px 10px; overflow: hidden;}
.index4 .icon{position: relative; overflow: hidden; margin-bottom: 20px;}
.index4 .icon::before{content: ""; display: block; padding-top: 30%;}
.index4 .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index4 .icon .img{opacity: 1;}
.index4 .icon .img_act{opacity: 0;}
.index4 .title{font-size: 16px; color: #333; text-align: center; font-weight: bold;}
.index4 .text{font-size: 14px; color: #999; line-height: 25px; height: 100px; overflow: hidden; text-align: center; margin-top: 10px;}
.index4 .list li:hover .icon .img{opacity: 0; transform: rotateY(360deg);}
.index4 .list li:hover .icon .img_act{opacity: 1; transform: rotateY(360deg);}
.index4 .list li:hover{background-color: #F08300;}
.index4 .list li:hover .title{color: #fff;}
.index4 .list li:hover .text{color: #fff;}
/*  */
.index5{width: 100%; padding: 110px 0 50px 0; background: url(../images/index5_bg.png) no-repeat center center; background-size: 100% 100%;}
.index5 .content{position: relative;}
.index5 .title_index{border-bottom-color: #fff;}
.index5 .title_index::before{background-color: #fff;}
.index5 .title_index .title1{color: #fff;}
.index5 .title_index .title2{color: #fff;}
.index5 .item{width: 100%; overflow: hidden; border: 3px solid #EEEEEE;}
.index5 .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.index5 .item .imgbox::before{content: ""; display: block; padding-top: 83%;}
.index5 .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;}
.index5 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.index5 .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
.index5 .index5-next, .index5 .index5-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 42px; height: 42px; line-height: 40px; z-index: 1; text-align: center; font-size: 18px; color: #FFE6BC; border: 1px solid #FFE4B8; border-radius: 50%; background-color: #fff; }
.index5 .index5-next{left: calc(100% - 21px);}
.index5 .index5-prev{right: calc(100% - 21px);}
.index5 .index5-next:hover, .index5 .index5-prev:hover{border-color: #F08300; color: #F08300;}
/*  */
.index6{width: 100%; padding: 50px 0; overflow: hidden; background-image: linear-gradient(to bottom, #fff, #f3f3f3);}
.index6 .list{width: calc(100% + 90px);}
.index6 .list li{width: calc(100% / 4 - 90px); float: left; margin: 0 90px 0 0; height: 315px; position: relative; display: flex; align-items: center; background: url(../images/index6_img.jpg) no-repeat center center; background-size: cover;}
.index6 .list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: -60px; margin: auto; width: 33px; height: 45px; background: url(../images/index6_jian.png) no-repeat; background-size: 100% 100%;}
.index6 .list li:last-child::before{display: none;}
.index6 .ii{width: 100%; text-align: center; opacity: 1;}
.index6 .icon{position: relative; overflow: hidden; width: 80px; height: 80px; display: inline-block; border-radius: 50%; background-color: #F08300;}
.index6 .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index6 .text1{width: 100%; text-align: center; font-size: 18px; color: #F08300; font-weight: bold; margin-top: 10px;}
.index6 .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; transform: scale(0); display: flex; align-content: center; flex-wrap: wrap; background-color: rgba(240,131,0,.9);}
.index6 .mask .title{width: 100%; text-align: center;}
.index6 .mask .title span{padding-left: 22px; font-size: 18px; color: #fff; font-weight: bold; display: inline-block; background-image: url(../images/index6_icon1.png); background-repeat: no-repeat; background-position: left center; background-size: 15px;}
.index6 .mask .text2{font-size: 14px; color: #fff; line-height: 30px; max-height: 180px; overflow: hidden; margin-top: 15px;}
.index6 .list li:nth-child(1) .mask .title span{background-image: url(../images/index6_icon1.png);}
.index6 .list li:nth-child(2) .mask .title span{background-image: url(../images/index6_icon2.png);}
.index6 .list li:nth-child(3) .mask .title span{background-image: url(../images/index6_icon3.png);}
.index6 .list li:nth-child(4) .mask .title span{background-image: url(../images/index6_icon4.png);}
.index6 .list li:hover .ii{opacity: 0; }
.index6 .list li:hover .mask{transform: scale(1);}
/*  */
.index7{width: 100%; padding: 50px 0; overflow: hidden;}
.index7 .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden;}
.index7 .tab .tabList{width: 101%; display: flex; display: -webkit-flex; justify-content: center; flex-wrap: wrap; overflow: hidden;}
.index7 .tab .tabList li{margin: 0 5px;}
.index7 .tab .tabList li a{display: block; width: 115px; height: 40px; line-height: 40px; text-align: center; background-color: #F9CA91; font-size: 16px; color: #fff;}
.index7 .tab .tabList .select a{background-color: #F08300;}
.index7 .tabContent{width: 100%; overflow: hidden;}
.index7 .tabContent .con{display: none;}
.index7 .tabContent .con.act{display: block;}
.index7 .list{width: calc(100% + 40px);}
.index7 .list li{width: calc(100% / 3 - 40px); float: left; margin: 0 40px 0 0;}
.index7 .item{width: 100%; border: 3px solid #F1F1F1; position: relative; top: 0;}
.index7 .item .imgbox{position: relative; overflow: hidden;}
.index7 .item .imgbox::before{content: ""; display: block; padding-top: 55%;}
.index7 .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;}
.index7 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(0); display: flex; justify-content: center; align-items: center; background-color: rgba(240,131,0,.5);}
.index7 .item .mask span{width: 75px; height: 75px; line-height: 75px; background-color: #fff; border-radius: 50%; text-align: center; font-size: 40px; color: #F08300;}
.index7 .item .txtbox{border-top: 3px solid #F1F1F1; padding: 20px 15px;}
.index7 .item .title{font-size: 18px; color: #666;}
.index7 .item .time{font-size: 14px; color: #bcbcbc; margin-top: 15px;}
.index7 .item .text{font-size: 16px; color: #999999; line-height: 20px; height: 40px; margin-top: 15px; overflow: hidden;}
.index7 .item:hover{box-shadow: 0 0 5px 5px #E8E8E8;}
.index7 .item:hover .imgbox .img{transform: scale(1.1);}
.index7 .item:hover .mask{transform: scale(1);}
.index7 .item:hover .title{color: #F08300;}
/*  */
.foot1{width: 100%; padding: 50px 0; background: url(../images/foot_bg.jpg) no-repeat center center; background-size: cover;}
.foot1 .foot_title{position: relative; padding-bottom: 15px; margin-bottom: 25px;}
.foot1 .foot_title::before{content: ""; position: absolute; bottom: 0; left: 0; width: 70px; height: 3px; background-color: #fff;}
.foot1 .foot_title .title1{font-size: 36px; color: #fff; line-height: 1;}
.foot1 .foot_title .title2{font-size: 18px; color: #fff; line-height: 1; margin-top: 15px;}
.foot1 .left{width: 70%; overflow: hidden;}
.foot1 .right{width: 30%; padding-left: 25px;}
.foot1 .map{width: 69%; float: left; padding-right: 10px;}
.foot1 .map .maps{width: 100%; height: 300px;}
.foot1 .QR{width: 31%; float: left; text-align: center; padding: 20px; background-color: #fff;}
.foot1 .QR img{width: 100%; height: auto;}
.foot1 .QR .text{font-size: 16px; color: #999999; margin-top: 15px;}
.foot1 .foot_form{width: 100%; overflow: hidden;}
.foot1 .foot_form .form_text{width: 100%; height: 55px; background-color: #fff; border-radius: 5px; border: none; font-size: 16px; color: #333; padding: 0 15px; border-radius: 5px; margin-bottom: 10px; outline:none}
.foot1 .foot_form .form_textarea{width: 100%;font-family:"微软雅黑"; height: 110px; background-color: #fff; border-radius: 5px; border: none; font-size: 16px; color: #333; padding: 15px; border-radius: 5px; margin-bottom: 10px; outline:none}
.foot1 .foot_form .submit_btn, .foot1 .foot_form .reset_btn{width: 48%; height: 45px; line-height: 45px; font-size: 16px; border: none; border-radius: 5px;}
.foot1 .foot_form .submit_btn{float: left; background-color: #F08300; color: #fff;    outline: none;}
.foot1 .foot_form .reset_btn{float: right; background-color: #FFE6BC; color: #f08300;    outline: none;}
.foot2{width: 100%; background-color: #A74F4F; padding: 20px 0;}
.foot2 .text1{float: left; font-size: 16px; color: #fff;}
.foot2 .text1 a{color: #fff;}
.foot2 .text2{float: right; font-size: 16px; color: #fff;}

/*  */
.inner_page{width: 100%; padding: 50px 0; min-height: 600px; overflow: hidden;}
.sideBar_left{width: 280px; float: left;}
.sideBar_right{width: calc(100% - 280px); float: left; padding-left: 20px;}
.sideBar .sideBar_title{background: url(../images/side_bg.jpg) no-repeat center center; background-size: cover; text-align: center; position: relative; font-size: 0; padding: 25px 1px;}
.sideBar .sideBar_title .title1{font-size: 28px; color: #ffffff; margin-bottom: 10px; font-weight: bold; line-height: 1;}
.sideBar .sideBar_title .title2{font-size: 18px; color: #ffffff; font-family: Arial; text-transform: uppercase; line-height: 1;}
.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: 7px;}
.sideBar .sideBar_list>li{width: 100%; position: relative; margin-bottom: 7px;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 35px; line-height: 35px; font-size: 16px; color: #212121; background-color: #EEEEEE; text-align: center; padding: 0 10px;}
.sideBar .sideBar_list>li:hover>a{background-color: #F18300; color: #fff;}
.sideBar .sideBar_list>li.act>a{background-color: #F18300; color: #fff;}
.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.sideBar .sideBar_down li a:hover{color: #F18300;}
.sideBar_below{margin-top: 20px;}
.sideBar_below .sideBar_title2{background: url(../images/side_bg.jpg) no-repeat center center; background-size: cover; text-align: center; position: relative; font-size: 0; padding: 25px 1px;}
.sideBar_below .sideBar_title2 .title1{font-size: 28px; color: #ffffff; margin-bottom: 10px; font-weight: bold; line-height: 1;}
.sideBar_below .sideBar_title2 .title2{font-size: 18px; color: #ffffff; font-family: Arial; text-transform: uppercase; line-height: 1;}
.sideBar_below .sideBar_img{text-align: center; overflow: hidden;}
.sideBar_below .sideBar_img img{width: 100%; height: auto;}
.sideBar_below .sideBar_txt{padding: 10px; border: 1px solid #E6E6E6;}
.sideBar_below .sideBar_txt p{font-size: 14px; color: #333; line-height: 2;}
.title_inner{width: 100%; border-bottom: 3px solid #D3D3D3; padding-bottom: 10px; margin-bottom: 20px; overflow: hidden;}
.title_inner .title1{float: left; font-size: 18px; color: #222222; line-height: 25px;}
.title_inner .title2{float: right; font-size: 12px; color: #5f5f5f; line-height: 25px;}
.title_inner .title2 a{color: #5f5f5f;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-height: 100%; height: auto;}
.about_page .text{font-size: 14px; color: #333; /*margin-top: 20px;*/ line-height: 2;}
.about_page .text img{max-width: 100%;height: auto;}
.about_page .text table{width: 100%;}
/*  */
.service_page{width: 100%; overflow: hidden;}
.service_page .list{width: calc(100% + 20px);}
.service_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.service_page .item{width: 100%; overflow: hidden;}
.service_page .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.service_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.service_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;}
.service_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.service_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.service_page .item .text{font-size: 16px; color: #333; line-height: 40px; text-align: center;}
.service_page .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}

/*  */
.charge_page{width: 100%; overflow: hidden;}
.charge_page .list{width: calc(100% + 40px);}
.charge_page .list li{width: calc(100% / 3 - 40px); float: left; margin: 0 40px 40px 0;}
.charge_page .item{width: 100%; overflow: hidden;}
.charge_page .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.charge_page .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.charge_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;}
.charge_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.charge_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.charge_page .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
/*  */
.chargeShow_page{width: 100%; overflow: hidden;}
.chargeShow_page .imgbox{text-align: center; overflow: hidden;}
.chargeShow_page .imgbox img{max-height: 100%; height: auto;}
.chargeShow_page .text{font-size: 14px; color: #333; margin-top: 20px; line-height: 2;}

/*  */
.device_page{width: 100%; overflow: hidden;}
.device_page .list{width: calc(100% + 20px);}
.device_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.device_page .item{width: 100%; overflow: hidden;}
.device_page .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.device_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.device_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;}
.device_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.device_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.device_page .item .text{font-size: 16px; color: #333; line-height: 40px; text-align: center;}
.device_page .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
/*  */
.deviceShow_page{width: 100%; overflow: hidden;}
.deviceShow_page .mytitle{text-align: center;font-size: 16px;margin:0px 0px 20px 0px;}
.deviceShow_page .imgbox{text-align: center; overflow: hidden;}
.deviceShow_page .imgbox img{max-height: 100%; height: auto;}
.deviceShow_page .text{font-size: 14px; color: #333; margin-top: 20px; line-height: 2;}

/*  */
.honor_page{width: 100%; overflow: hidden;}
.honor_page .imgbox{text-align: center; overflow: hidden;}
.honor_page .imgbox img{max-height: 100%; height: auto;}
.honor_page .text{font-size: 14px; color: #333; margin-top: 20px; line-height: 2;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .list{width: calc(100% + 20px);}
.news_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.news_page .item{width: 100%; border: 3px solid #F1F1F1; position: relative; top: 0;}
.news_page .item .imgbox{position: relative; overflow: hidden;}
.news_page .item .imgbox::before{content: ""; display: block; padding-top: 55%;}
.news_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;}
.news_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(0); display: flex; justify-content: center; align-items: center; background-color: rgba(240,131,0,.5);}
.news_page .item .mask span{width: 75px; height: 75px; line-height: 75px; background-color: #fff; border-radius: 50%; text-align: center; font-size: 40px; color: #F08300;}
.news_page .item .txtbox{border-top: 3px solid #F1F1F1; padding: 15px 10px;}
.news_page .item .title{font-size: 18px; color: #666;}
.news_page .item .time{font-size: 14px; color: #bcbcbc; margin-top: 15px;}
.news_page .item .text{font-size: 16px; color: #999999; line-height: 20px; height: 40px; margin-top: 15px; overflow: hidden;}
.news_page .item:hover{box-shadow: 0 0 5px 5px #E8E8E8;}
.news_page .item:hover .imgbox .img{transform: scale(1.1);}
.news_page .item:hover .mask{transform: scale(1);}
.news_page .item:hover .title{color: #F08300;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; padding-bottom: 12px; border-bottom: 1px dotted #aaa;}
.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-height: 100%; height: auto;}
.newsShow_page .text{font-size: 14px; color: #333; margin-top: 20px; line-height: 2;}

/*  */
.join_page{width: 100%; overflow: hidden;}
.join_page .imgbox{text-align: center; overflow: hidden;}
.join_page .imgbox img{max-height: 100%; height: auto;}
.join_page .text{font-size: 14px; color: #333; margin-top: 20px; line-height: 2;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 2; margin-bottom: 20px;}



@media (max-width: 1199px){
    .header .head_top{height: 30px;}
    .header .head_top ul li{line-height: 30px; font-size: 14px;}
    .header .head_top .tel{line-height: 30px;}
    .header .head_top .tel span{font-size: 18px;}
    .header .head_content{height: 100px;}
    .header .head_content .logo img{width: 300px;}
    .header .head_nav .item>a{font-size: 14px; line-height: 100px;}
    .index1{padding: 40px 0;}
    .index2{padding: 40px 0;}
    .index2 .list li{width: 300px;}
    .index2 .txtbox .text1{font-size: 22px;}
    .index2 .txtbox .text2{font-size: 16px; margin-left: 10px;}
    .index3{padding: 40px 0 15px 0;}
    .index4{padding: 40px 0;}
    .index4 .list li{width: 135px; padding: 20px 10px;}
    .index5{padding: 70px 0 40px 0;}
    .index6{padding: 40px 0;}
    .index6 .mask .text2{max-height: 150px;}
    .index7{padding: 40px 0;}
    .foot1{padding: 40px 0;}
    .foot1 .foot_title .title1{font-size: 30px;}
    .foot1 .foot_title .title2{font-size: 16px;}
    .foot1 .map .maps{height: 240px;}
    .foot1 .QR .text{margin-top: 0;}
    .foot1 .foot_form .form_text{height: 45px; font-size: 14px; padding: 0 10px;}
    .foot1 .foot_form .form_textarea{height: 100px; font-size: 14px; padding: 10px;}
    .index5 .index5-next, .index5 .index5-prev{display: none;}
    /*  */
    .inner_page{padding: 40px 0;}
    .sideBar_left{width: 250px;}
    .sideBar_right{width: calc(100% - 250px);}
    .sideBar .sideBar_title .title1{font-size: 24px;}
    .sideBar .sideBar_title .title2{font-size: 16px;}
    .sideBar_below .sideBar_title2 .title1{font-size: 24px;}
    .sideBar_below .sideBar_title2 .title2{font-size: 16px;}
}

@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.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%; border-bottom: 1px solid #bbb;}
    .header .head_nav .item>a{color: #333; line-height: 50px;}
    .header .head_nav .item>a::before{display: none;}
    .header .head_nav .item:hover>a{color: #333;}
    .header .head_nav .item.act>a{color: #F08300;}
    .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; margin-bottom: 15px; transform: translateX(0); width: 100%; display: none !important;}
    .header .head_nav .nav_down li a{font-size: 12px; line-height: 30px;}
    .header.small .head_content{height: 80px;}
    .header.small .head_nav .item>a{line-height: 50px;}
    .banner{margin-top: 90px;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 28px;}
    .title_index .title2{font-size: 16px;}
    .index1{padding: 30px 0;}
    .index1 .right{padding: 0;}
    .index1 .text{margin-top: 15px; font-size: 14px; line-height: 25px; height: 200px;}
    .index1 .more{margin-top: 15px; width: 100px; height: 30px; line-height: 30px;}
    .index2{padding: 30px 0;}
    .index2 .list li{width: 240px; height: 100px;}
    .index2 .imgbox img{width: 45px;}
    .index2 .txtbox{padding-left: 15px;}
    .index2 .txtbox .text1{font-size: 18px;}
    .index2 .txtbox .text2{font-size: 14px;}
    .index3{padding: 30px 0 10px 0;}
    .index3 .list{width: calc(100% + 20px);}
    .index3 .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .index4{padding: 30px 0;}
    .index4 .list{display: block;}
    .index4 .list li{width: 100%; padding: 10px; overflow: hidden; margin-bottom: 15px;}
    .index4 .icon{width: 15%; float: left; margin: 0;}
    .index4 .icon::before{padding-top: 50%;}
    .index4 .title{width: 85%; float: left; text-align: left;}
    .index4 .text{width: 85%; float: left; max-height: 50px; text-align: left; height: auto; margin-top: 5px;}
    .index5{padding: 70px 0 30px 0; background-size: cover;}
    .index6{padding: 30px 0;}
    .index6 .list{width: calc(100% + 20px);}
    .index6 .list li{width: calc(100% / 4 - 20px); margin: 0 20px 0 0; height: 260px;}
    .index6 .list li::before{display: none;}
    .index7{padding: 30px 0;}
    .index7 .list{width: calc(100% + 10px);}
    .index7 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 0 0;}
    .index7 .item .txtbox{padding: 10px;}
    .index7 .item .title{font-size: 16px;}
    .index7 .item .time{font-size: 12px; margin-top: 5px;}
    .index7 .item .text{font-size: 14px; margin-top: 5px;}
    .foot1 .left{display: none;}
    .foot1 .right{width: 100%; padding: 0;}
    .foot1{padding: 30px 0;}
    .foot1 .foot_title .title1{font-size: 24px;}
    .foot1 .foot_title .title2{font-size: 14px; margin-top: 5px;}
    .foot2 .text1{width: 100%; text-align: center;}
    .foot2 .text2{width: 100%; text-align: center;}
    /*  */
    .inner_page{padding: 30px 0;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_title{padding: 20px 0;}
    .sideBar_below .sideBar_title2{padding: 20px 0;}
    .charge_page .list{width: calc(100% + 20px);}
    .charge_page .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .device_page .list{width: calc(100% + 20px);}
    .device_page .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .news_page .list{width: calc(100% + 10px);}
    .news_page .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .news_page .item .txtbox{padding: 10px;}
    .news_page .item .title{font-size: 16px;}
    .news_page .item .time{font-size: 12px; margin-top: 5px;}
    .news_page .item .text{font-size: 14px; margin-top: 5px;}
    .service_page .list{width: calc(100% + 20px);}
    .service_page .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
}

@media (min-width: 768px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:767px){
	.about_page .text table{width: 100%;}
	.about_page .text table td img{max-width: 100%;height:auto;}
    .header .head_content{height: 80px;}
    .header .head_content .logo{width: 85%;}
    .banner{margin-top: 80px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 12px; margin-top: 10px;}
    .index1{padding: 20px 0;}
    .index1 .left{width: 100%; padding: 0;}
    .index1 .right{width: 100%; margin-top: 10px;}
    .index1 .imgbox::before{display: none;}
    .index1 .text{height: auto; max-height: 200px;}
    .index2{padding: 20px 0;}
    .index2 .list{display: block;}
    .index2 .list li{width: 100%; height: 60px; margin-bottom: 10px;}
    .index2 .imgbox{width: 20%;}
    .index2 .imgbox img{width: 35px;}
    .index2 .txtbox{width: 80%;}
    .index3{padding: 20px 0 10px;}
    .index3 .list{width: calc(100% + 10px);}
    .index3 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index4{padding: 20px 0 0 0;}
    .index4 .title{font-size: 14px;}
    .index4 .text{max-height: 40px; line-height: 20px; font-size: 12px;}
    .index6{padding: 20px 0;}
    .index6 .list{width: calc(100% + 10px);}
    .index6 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0; height: 220px;}
    .index6 .mask{transform: scale(1);}
    .index6 .ii{opacity: 0;}
    .index7{padding: 20px 0;}
    .index7 .tab .tabList li a{width: 100px; height: 30px; line-height: 30px; font-size: 14px;}
    .index7 .tab{margin-bottom: 10px;}
    .index7 .list{width: 100%;}
    .index7 .list li{width: 100%; margin: 0 0 10px 0;}
    .index7 .item{height: 120px; overflow: hidden;}
    .index7 .item .imgbox{width: 150px; height: 100%; float: left;}
    .index7 .item .txtbox{width: calc(100% - 150px); height: 100%; float: left;}
    .index7 .item .title{font-size: 14px;}
    .index7 .item .text{font-size: 12px;}
    .foot1{padding: 20px 0;}
    .foot1 .foot_title{padding-bottom: 10px; margin-bottom: 15px;}
    .foot1 .foot_title .title1{font-size: 18px;}
    .foot1 .foot_title .title2{font-size: 12px;}
    .foot1 .foot_form .form_text{height: 35px;}
    .foot1 .foot_form .submit_btn, .foot1 .foot_form .reset_btn{height: 35px; line-height: 35px; font-size: 14px;}
    .foot2{padding: 10px 0;}
    .foot2 .text1{font-size: 14px;}
    .foot2 .text2{font-size: 14px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 15px;}
	.sideBar .sideBar_title{padding: 11px 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 20px;}
	.sideBar .sideBar_title .title2{display: none;}
    .sideBar .sideBar_list>li>a{font-size: 14px;}
    .title_inner .title2{display: none;}
	.service_page .list{width: calc(100% + 10px);}
    .service_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .service_page .item .text{font-size: 12px; margin-top: 0}
    .charge_page .list{width: calc(100% + 10px);}
    .charge_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .device_page .list{width: calc(100% + 10px);}
    .device_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .device_page .item .text{font-size: 12px; margin-top: 0}
    .news_page .list{width: 100%;}
    .news_page .list li{width: 100%; margin: 0 0 10px 0;}
    .news_page .item{height: 120px; overflow: hidden;}
    .news_page .item .imgbox{width: 150px; height: 100%; float: left;}
    .news_page .item .txtbox{width: calc(100% - 150px); height: 100%; float: left;}
    .news_page .item .title{font-size: 14px;}
    .news_page .item .text{font-size: 12px;}
}

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	


