@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 35px; background-color: #F5F5F5; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 35px; font-size: 14px; color: #8b8b8b;}
.header .header_top .right a{float: left; position: relative; font-size: 14px; color: #8b8b8b; line-height: 35px; padding: 0 20px 0 18px; background-repeat: no-repeat; background-position: left center;}
.header .header_top .right a:nth-child(1){background-image: url(../images/top_icon1.png);}
.header .header_top .right a:nth-child(2){background-image: url(../images/top_icon2.png);}
.header .header_top .right a:nth-child(3){background-image: url(../images/top_icon3.png);}
.header .header_top .right a:hover{text-decoration:underline; color: #B40B09;}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:120px; overflow:hidden; position: relative;}
.header .header_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 319px; height:auto;}
.header .header_content .header_txt{float: left; position: relative; padding-left: 20px; margin-left: 20px;}
.header .header_content .header_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 40px; background-color: #E4E4E4;}
.header .header_content .header_txt img{max-width: 100%; height: auto;}
.header .header_content .header_tel{text-align: right;}
.header .header_content .header_tel .txt1{background: url("../images/head_tel.png") no-repeat left 50%; font-size: 16px; color: #7f7f7f; padding-left: 25px; line-height: 25px; display: inline-block;}
.header .header_content .header_tel .txt2{font-size: 36px; color: #b40c0a; font-family: 'Times New Roman'; font-weight: bold;}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; padding: 0; height: 29px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#333; width:35px; height:5px; display: block;}
.header .navBarIcon .icon-bar+.icon-bar{ margin-top:6px;}
.header .navBarIcon.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.header .navBarIcon.tx .icon-bar:nth-child(2){ opacity:0;}
.header .navBarIcon.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .header_nav{width: 100%; position: relative; background-color: #B40B09;}
.header .header_nav .navBox{max-width: 1200px; height: auto; margin: 0 auto;}
.header .header_nav .navList{width: 100%;}
.header .header_nav .item{float: left; width: 12.5%; height: 50px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #FFFFFF; font-size: 15px; line-height: 50px; display: block; overflow: hidden;}
.header .header_nav .item:after{content: ""; display: block; width: 1px; height: 100%; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: #D06664;}
.header .header_nav .item:last-child:after{display: none;}
.header .header_nav .item:hover>a{background-color: #8e0908;}
.header .header_nav .item.act>a{background-color: #8e0908;}
.header .header_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: rgba(0,0,0,.5); z-index:9;}
.header .header_nav .nav_down li{width: 100%; text-align: center;}
.header .header_nav .nav_down li a{line-height:40px; font-size: 15px; color:#fff; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #B40B09; color: #fff;}
.header.small .header_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%; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #B40B09;}
.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;}
/*  */
.search_top{width: 100%; background-color: #F1F2F3; overflow: hidden;}
.search_top .left{float: left; overflow: hidden; zoom: 1; width: calc(100% - 370px); padding: 15px 0;}
.search_top .right{float: right;}
.search_top .title{width: 100px; float: left; line-height: 40px; font-size: 14px; color: #4f4f4f;}
.search_top .list{width: calc(100% - 100px); float: left; overflow: hidden; zoom: 1;}
.search_top .list li{float: left; margin-right: 30px; line-height: 40px;}
.search_top .list li a{font-size: 14px; color: #7d7d7d;}
.search_top .list li a:hover{text-decoration:underline; color: #B40B09;}
.search_top .formBox{width: 365px; height: 70px; overflow: hidden; zoom: 1; border-left: 1px solid #DADADA;}
.search_top .formBox .fTxt{width: calc(100% - 80px); height: 100%; float: left; border: none; font-size: 14px; padding: 0 10px; background-color: #F1F2F3; color: #333; outline:none;}
.search_top .formBox .fBtn{width: 80px; float: left; height: 100%; background: url(../images/top_search_icon.png) no-repeat center center #4F4F4F; border: none; outline:none;}
/*  */
.sideBar_left{width: 260px; float: left;}
.sideBar_right{width: calc(100% - 260px); float: left; padding-left: 20px;}
.sideBar .sideBar_title{background: #B40B09; text-align: center; position: relative; font-size: 0; padding: 25px 1px;}
.sideBar .sideBar_title .title{display: inline-block; background: url(../images/sideBar_title.png) no-repeat left center; padding-left: 55px; text-align: left;}
.sideBar .sideBar_title .tit1{font-size: 22px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.sideBar .sideBar_title .tit2{font-size: 12px; color: #ffffff; text-transform: uppercase;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 9px; font-size: 22px; color: #ffffff;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #ffffff;}
.sideBar .sideBar_list>li{width: 100%; position: relative; border-bottom: 1px solid #DEDEDE;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 57px; line-height: 57px; font-size: 16px; color: #444444; background: linear-gradient(#fff, #eee); text-align: left; padding: 0 40px 0 20px;}
.sideBar .sideBar_list>li>a::before{content: ""; position: absolute; width: 22px; height: 22px; top: 0; bottom: 0; right: 15px; margin: auto; background: url(../images/sideBar_icon.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_list>li:hover>a::before{background: url(../images/sideBar_icon2.png) no-repeat;}
.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.sideBar .sideBar_down li a:hover{color: #B40B09;}
.sideBar_below{width: 100%; margin-top: 10px; border: 1px solid #D7D7D9;}
.sideBar_below .sideBar_title2{background-color: #B40B09; padding: 25px 15px; font-size: 22px; color: #fff; font-weight: bold;}
.sideBar_below .sideBar_title2 span{font-size: 12px; color: #dfdfdf; font-family: Arial; padding-left: 5px;}
.sideBar_below .list{width: 100%;}
.sideBar_below .list li{border-bottom: 1px solid #D7D7D9; padding: 0 20px;}
.sideBar_below .list .txt{font-size: 14px; color: #292929; line-height: 20px; padding: 20px 0 20px 30px; background: url(../images/sideBar_below_icon1.png) no-repeat left center;}
.sideBar_below .tel{padding: 20px;}
.sideBar_below .tel a{width: 100%; background-color: #B40B09; font-size: 16px; color: #fff; text-align: center; height: 30px; line-height: 30px; display: inline-block;}

.title_idx1{width: 100%; overflow: hidden; margin-bottom: 10px;}
.title_idx1 .tit1{float: left; width: calc(100% - 100px); border: 1px solid #DCDCDC;}
.title_idx1 .tit1 span{width: 170px; height: 40px; line-height: 40px; position: relative; padding-left: 40px; font-size: 14px; color: #fff; background: url(../images/title_idx1.png) no-repeat; background-size: 100% 100%; float: left;}
.title_idx1 .tit1 span::before{content: ""; position: absolute; top: 0; bottom: 0; left: 15px; margin: auto; width: 16px; height: 16px; background: url(../images/title_idx1_icon.png) no-repeat; background-size: 100% 100%;}
.title_idx1 .tit2{float: right;}
.title_idx1 .tit2 a{width: 40px; height: 40px; border: 2px solid #D2D2D2; float: left; line-height: 36px; text-align: center; font-size: 18px; color: #333; font-family: "宋体"; font-weight: bold; margin-left: 10px;}
/*  */
.index1{width: 100%; padding: 55px 0; overflow: hidden;}
.index1 .list{width: calc(100% + 5px);}
.index1 .list li{width: calc(100% / 4 - 5px); float: left; margin: 0 5px 10px 0;}
.index1 .item{width: 100%; border: 1px solid #DCDCDC; padding: 5px 5px 0 5px;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.index1 .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 .item .txt{width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 14px; color: #3d3d3d;}
.index1 .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);}
.index1 .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index1 .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
/*  */
.index2{width: 100%; text-align: center; position: relative; background: url(../images/hf_bg.jpg) no-repeat center center; background-size: cover;}
.index2 .left{width: 50%; padding: 25px 0;}
.index2 .right{width: 50%; padding: 50px 0;}
.index2 .txt1{font-size: 34px; color: #fff; font-weight: bold; text-align: left;}
.index2 .txt2{font-size: 14px; color: #fff; line-height: 25px; margin-top: 20px; text-align: left;}
.index2 .border{padding: 20px; background: url(../images/hf_kuang.png) no-repeat; background-size: 100% 100%; text-align: right;}
.index2 .border .txt3{font-size: 32px; color: #fff;}
.index2 .border .txt4{font-size: 12px; color: #fff; font-family: Arial; margin-top: 5px;}
.index2 .img{position: absolute; top: 40px; left: 58%; width: 350px; transform: translateX(-50%);}
.index2 .img img{width: 100%;}
/*  */
.index3{width: 100%; padding: 90px 0 50px 0; overflow: hidden; background-color: #fff;}
.index3 .title_index3{text-align: center; overflow: hidden;}
.index3 .title_index3 img{max-width: 100%; height: auto;}
.index3 .item{width: 100%; padding: 45px 0;}
.index3 .item .left{width: 50%; padding: 0 20px 0 0; position: relative;}
.index3 .item .right{width: 50%; padding: 0 0 0 20px; position: relative;}
.index3 .item .title{margin-bottom: 25px; overflow: hidden;}
.index3 .item .title .num{width: 52px; height: 52px; text-align: center; line-height: 55px; font-size: 22px; color: #313e4b; font-weight: bold; font-family: Arial; float: left; background: url(../images/idx3_title_bg1.png) no-repeat; background-size: 100% 100%;}
.index3 .item .title .tit_right{width: calc(100% - 52px); float: left; padding: 2px 0 0 15px;}
.index3 .item .title .tit_right .tit1{font-size: 22px; color: #2b2b2b; font-weight: bold;}
.index3 .item .title .tit_right .tit2{font-size: 12px; color: #979797; font-family: Arial; margin-top: 5px;}
.index3 .item .txt{font-size: 16px; color: #2b2b2b; line-height: 30px;}
.index3 .item .imgbox{text-align: center; overflow: hidden;}
.index3 .item .imgbox img{max-width: 100%; height: auto;}
.index3 .item .list{overflow: hidden; zoom: 1; margin-top: 30px;}
.index3 .item .list li{width: 80px; border-radius: 5px; background-color: #B4B5B7; padding: 10px 0; float: left; margin-right: 15px;}
.index3 .item .list .icon{position: relative; overflow: hidden;}
.index3 .item .list .icon::before{content: ""; display: block; padding-top: 40%;}
.index3 .item .list .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index3 .item .list .txt{font-size: 14px; color: #fff; text-align: center; margin-top: 5px; line-height: 1;}
.index3 .item .list li:hover{background-color: #B40B09;}
.index3 .item:nth-child(even){background-color: #EDEDED;}
.index3 .item:nth-child(even) .title .num{color: #fff; background: url(../images/idx3_title_bg2.png) no-repeat; background-size: 100% 100%;}
.index3 .item:nth-child(even) .left{width: 35%; left: 65%; padding: 0 0 0 20px;}
.index3 .item:nth-child(even) .right{width: 65%; right: 35%; padding: 0 20px 0 0;}
/*  */
.index4{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/idx4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .title_idx4{text-align: center; margin-bottom: 50px;}
.index4 .title_idx4 .title1{font-size: 24px; color: #fff; font-weight: bold; line-height: 1;}
.index4 .title_idx4 .title1 span{font-size: 14px; color: #b40c0a; width: 70px; height: 20px; line-height: 20px; margin-left: 10px; text-transform: uppercase; text-align: center; background-color: #fff; display: inline-block; position: relative; top: -3px; border-radius: 0 10px 0 0;}
.index4 .title_idx4 .title2{display: inline-block; position: relative; padding: 0 15px; font-size: 12px; color: #fff; margin-top: 5px;}
.index4 .title_idx4 .title2::before, .index4 .title_idx4 .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 500px; height: 7px; background: url(../images/title4_gang.png); background-size: 100% 100%;}
.index4 .title_idx4 .title2::before{left: 100%; transform:rotate(180deg);}
.index4 .title_idx4 .title2::after{right: 100%;}
.index4 .content{position: relative;}
.index4 .item{width: 100%;}
.index4 .item a{display: block; width: 100%; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden; border: 5px solid rgba(255,255,255,.5);}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.index4 .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;}
.index4 .item .txt{width: 100%; height: 35px; line-height: 35px; padding: 0 30px 0 15px; font-size: 14px; color: #292929; font-weight: bold; position: relative; background-color: #fff;}
.index4 .item .txt span{position: absolute; top: 0; right: 15px; line-height: 35px;}
.index4 .item:hover .imgbox .img{transform: scale(1.1);}
.index4 .item:hover .txt{background-color: #F1BB2B; color: #fff;}
.index4 .item:hover .txt span{color: #fff;}
.index4 .idx4_next, .index4 .idx4_prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 40px; color: #fff;}
.index4 .idx4_next{left: 101%;}
.index4 .idx4_prev{right: 101%;}
/*  */
.index5{width: 100%; padding: 70px 0; overflow: hidden; background-color: #F5F5F5;}
.index5 .left{width: 50%; padding-right: 40px;}
.index5 .right{width: 50%;}
.index5 .imgbox{text-align: center; overflow: hidden;}
.index5 .imgbox img{width: 100%; height: auto;}
.index5 .title_idx5{position: relative; overflow: hidden; padding-bottom: 15px;}
.index5 .title_idx5::before{content: ""; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background-color: #292929;}
.index5 .title_idx5 .tit1{font-size: 18px; color: #b40c0a; font-family: Arial; font-weight: bold; text-transform: uppercase;}
.index5 .title_idx5 .tit2{font-size: 18px; color: #b40c0a; font-weight: bold;}
.index5 .txt{font-size: 14px; color: #696969; line-height: 25px; margin-top: 15px;}
.index5 .more{width: 110px; height: 35px; line-height: 35px; background: url(../images/idx5_more.png) no-repeat center center #B40B09; display: inline-block; margin-top: 15px;}
/*  */
.index6{width: 100%; padding: 60px 0; background-color: #fff; overflow: hidden;}
.index6 .left{width: 65%; padding-right: 20px;}
.index6 .right{width: 35%;}
.index6 .border{border: 1px solid #EFCCCB; padding: 20px 15px; box-shadow: 0px 10px 20px 0 #dbdbdb;}
.index6 .title_idx6{border-bottom: 1px solid #D2D2D2; padding-bottom: 15px; overflow: hidden; zoom: 1;}
.index6 .title_idx6 .tit1{font-size: 18px; color: #4d4d4d; padding-left: 35px; line-height: 25px; float: left; background: url(../images/title6_icon1.png) no-repeat left center;}
.index6 .title_idx6 .more{float: right; line-height: 25px; font-size: 12px; color: #4d4d4d;}
.index6 .right .title_idx6 .tit1{background: url(../images/title6_icon2.png) no-repeat left center;}
.index6 .list{width: 100%; margin-top: 25px;}
.index6 .list li{width: 50%; float: left; padding: 0 10px;}
.index6 .list .imgbox{position: relative; overflow: hidden;}
.index6 .list .imgbox::before{content: ""; display: block; padding-top: 50%;}
.index6 .list .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index6 .list .txtbox{padding-top: 15px;}
.index6 .list .txtbox .tit{border-bottom: 1px dotted #ABABAB; padding-bottom: 15px; font-size: 15px; color: #2b2b2b; font-weight: bold;}
.index6 .list .txtbox .txt{font-size: 14px; color: #8f8f8f; margin-top: 15px; height: 75px; line-height: 25px; overflow: hidden;}
.index6 .list .txtbox .time{font-size: 14px; color: #a3a3a3; font-family: Arial; margin-top: 10px; position: relative; line-height: 28px;}
.index6 .list .txtbox .time span{position: absolute; right: 0; top: 0; width: 65px; height: 28px; line-height: 28px; background: url(../images/idx6_icon1.png) no-repeat center center #BB3531; }
.index6 .content{position: relative; padding-bottom: 73px;}
.index6 .item{width: 100%;}
.index6 .item a{display: block; width: 100%; height: 100%;}
.index6 .item .imgbox{position: relative; overflow: hidden;}
.index6 .item .imgbox::before{content: ""; display: block; padding-top: 78%;}
.index6 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index6 .idx6_prev, .index6 .idx6_next{position: absolute; bottom: 0; width: 44px; height: 44px; line-height: 40px; text-align: center; font-size: 20px; color: #333; border: 2px solid #D4D4D4;}
.index6 .idx6_prev{left: calc(50% - 50px)}
.index6 .idx6_next{right: calc(50% - 50px);}
.index6 .idx6_prev:hover, .index6 .idx6_next:hover{background-color: #B40B09; color: #fff;}
/*  */
.footer{width: 100%; background-color: #0F0F0F;}
.foot1{width: 100%; padding: 50px 0 20px 0; display: flex; border-bottom: 1px solid rgba(181,181,181,.33);}
.foot1 .title_foot{margin-bottom: 15px;}
.foot1 .title_foot .tit1{font-size: 22px; color: #fff; font-weight: bold; line-height: 1; margin-bottom: 10px; text-transform: uppercase;}
.foot1 .title_foot .tit2{font-size: 16px; color: #fff; font-weight: bold; line-height: 1;}
.foot1 .box1{width: 27%; float: left; overflow: hidden; border-right: 1px solid rgba(181,181,181,.33); padding-right: 20px;}
.foot1 .box2{width: 51%; float: left; overflow: hidden; border-right: 1px solid rgba(181,181,181,.33); padding: 0 50px 0 100px;}
.foot1 .box3{width: 22%; float: left; overflow: hidden;}
.foot1 .foot_nav{overflow: hidden; zoom: 1;}
.foot1 .foot_nav li{width: 50%; float: left; padding-right: 10px;}
.foot1 .foot_nav li a{display: block; line-height: 35px; font-size: 14px; color: #a6a6a6;}
.foot1 .foot_nav li a:hover{text-decoration:underline}
.foot1 .foot_txt{font-size: 14px; color: #a6a6a6; line-height: 30px;}
.foot1 .box3 .title_foot{float: right;}
.foot1 .QR{text-align: right; width: 100%; float: right;}
.foot1 .QR img{width: 120px; height: 120px;}
.foot2{width: 100%; padding: 15px 0;}
.foot2 .copyright{float: left; line-height: 30px; font-size: 14px; color: #616161;}
.foot2 .toTop{width: 30px; height: 30px; background-color: #B40B09; text-align: center; float: right; line-height: 28px; border-radius: 5px; font-size: 20px; color: #fff;}
/* 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;}

/*  */
.inner_page{width: 100%; padding: 50px 0; min-height: 500px;}
.inner_page .title_inner{width: 100%; overflow: hidden; margin-bottom: 10px; border: 1px solid #DCDCDC; padding: 0 20px 0 0;}
.inner_page .title_inner .tit1{padding: 0 50px 0 30px; height: 40px; line-height: 40px; display: inline-block; position: relative; padding-left: 40px; font-size: 14px; color: #fff; background: url(../images/title_idx1.png) no-repeat; background-size: 100% 100%;}
.inner_page .title_inner .tit1::before{content: ""; position: absolute; top: 0; bottom: 0; left: 15px; margin: auto; width: 16px; height: 16px; background: url(../images/title_idx1_icon.png) no-repeat; background-size: 100% 100%;}
.inner_page .title_inner .tit2{float: right; font-size: 14px; color: #a8a8a8; padding-left: 25px; line-height: 40px; background: url(../images/title_inner_icon.png) no-repeat left center;}
.inner_page .title_inner .tit2 a{color: #a8a8a8;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px; margin-top:10px;}

/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: calc(100% + 5px);}
.product_page .list li{width: calc(100% / 4 - 5px); float: left; margin: 0 5px 10px 0;}
.product_page .item{width: 100%; border: 1px solid #DCDCDC; padding: 5px 5px 0 5px;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.product_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .txt{width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 14px; color: #3d3d3d;}
.product_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);}
.product_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_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);}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .left{width: 43%; border: 1px solid #DCDCDC; padding: 10px;}
.productShow_page .right{width: 55%; border: 1px solid #DCDCDC; padding: 20px;}
.productShow_page .xiangce{position: relative;}
.productShow_page .xiangce .gallery-top {height: 80%; width: 100%; padding: 0 1px 0 0;}
.productShow_page .xiangce .gallery-thumbs {height: 20%; position: relative; padding: 0 1px 0 0; margin-top: 10px;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide {width: 33%; height: 100%; }
.productShow_page .xiangce .imgbox1{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.productShow_page .xiangce .imgbox1::before{content: ""; display: block; padding-top: 80%;}
.productShow_page .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .imgbox2{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.productShow_page .xiangce .imgbox2::before{content: ""; display: block; padding-top: 80%;}
.productShow_page .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide-thumb-active .imgbox2{border-color: #B40B09;}
.productShow_page .right .list{margin-bottom: 20px;}
.productShow_page .right .list li{margin-bottom: 50px; overflow: hidden;}
.productShow_page .right .tit{width: 90px; float: left; font-size: 14px; color: #979797; line-height: 25px;}
.productShow_page .right .txt{width: calc(100% - 90px); float: left; line-height: 25px; font-size: 14px; color: #030303;}
.productShow_page .tels{border-top: 1px solid #DCDCDC; padding-top: 15px;}
.productShow_page .tels .left_tel{float: left;}
.productShow_page .tels .tel_txt1{font-size: 16px; color: #7f7f7f; background: url(../images/proShow_tel.png) no-repeat left center; padding-left: 30px; line-height: 25px;}
.productShow_page .tels .tel_txt2{font-size: 36px; color: #b40c0a; font-family: 'Times New Roman'; font-weight: bold;}
.productShow_page .tels .tel_txt3{width: 65px; height: 65px; background-color: #B40B09; float: right; font-size: 16px; color: #fff; padding: 10px; text-align: center; border-radius: 5px;}
.productShow_page .box2{margin-top: 15px;}
.productShow_page .box2 .title_inner2{border: 1px solid #E4E4E4; padding: 15px 10px; font-size: 14px; color: #878787; background-color: #F1F2F3;}
.productShow_page .box2 .imgbox{text-align: center; overflow: hidden; margin-bottom: 15px;}
.productShow_page .box2 .imgbox img{max-width: 100%; height: auto;}
.productShow_page .box2 .txtbox{font-size: 14px; color: #333; line-height: 25px;}
.productShow_page .box2 .txtbox img{max-width: 100%;}
.productShow_page .box2 .txtbox table{max-width: 100%;}
.productShow_page .box2 .txtbox table td{ border:1px solid #CCCCCC}
/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .list{width: calc(100% + 10px);}
.case_page .list li{width: calc(100% / 3 - 10px); float: left; margin: 0 10px 10px 0;}
.case_page .item{width: 100%;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden; border: 5px solid rgba(255,255,255,.5);}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.case_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.case_page .item .txt{width: 100%; height: 35px; line-height: 35px; padding: 0 30px 0 15px; font-size: 14px; color: #292929; font-weight: bold; position: relative; background-color: #f0f0f0;}
.case_page .item .txt span{position: absolute; top: 0; right: 15px; line-height: 35px;}
.case_page .item:hover .imgbox .img{transform: scale(1.1);}
.case_page .item:hover .txt{background-color: #F1BB2B; color: #fff;}
.case_page .item:hover .txt span{color: #fff;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .title{font-size: 16px; color: #333; font-weight: bold; text-align: center; margin-bottom: 15px;}
.caseShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}

.caseShow_page .txtbox img{max-width: 100%;}
.caseShow_page .txtbox table{max-width: 100%;}
.caseShow_page .txtbox table td{ border:1px solid #CCCCCC}

/*  */
.display_page{width: 100%; overflow: hidden;}
.display_page .list{width: calc(100% + 10px);}
.display_page .list li{width: calc(100% / 3 - 10px); float: left; margin: 0 10px 10px 0;}
.display_page .item{width: 100%;}
.display_page .item a{display: block; width: 100%; height: 100%;}
.display_page .item .imgbox{position: relative; overflow: hidden; border: 5px solid rgba(255,255,255,.5);}
.display_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.display_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.display_page .item .txt{width: 100%; height: 35px; line-height: 35px; padding: 0 30px 0 15px; font-size: 14px; color: #292929; font-weight: bold; position: relative; background-color: #f0f0f0;}
.display_page .item .txt span{position: absolute; top: 0; right: 15px; line-height: 35px;}
.display_page .item:hover .imgbox .img{transform: scale(1.1);}
.display_page .item:hover .txt{background-color: #F1BB2B; color: #fff;}
.display_page .item:hover .txt span{color: #fff;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px; border: 1px solid #CDCDCD;}
.news_page .item a{width: 100%; height: 100%; display: block; overflow: hidden;}
.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); height: 100%; float: left; padding: 5px 10px; border-left: 1px solid #CDCDCD;}
.news_page .item .txtbox .title{font-size: 16px; color: #000; line-height: 1.5;}
.news_page .item .txtbox .date{font-size: 12px; color: #000; line-height: 1.5; margin-top: 10px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover .txtbox{background-color: #B40B09;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.newsShow_page .title h4{font-size: 18px; color: #333;}
.newsShow_page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px; font-size: 14px; color: #333; line-height: 28px;}
.newsShow_page .txtbox img{max-width: 100%;}
.newsShow_page .txtbox table{max-width: 100%;}
.newsShow_page .txtbox table td{ border:1px solid #CCCCCC}
/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{overflow: hidden; font-size: 14px; color: #333; line-height: 32px; margin-bottom: 15px;}


@media (max-width: 1199px){
    .search_top .list li{margin-right: 20px;}
    .search_top .left{width: calc(100% - 360px);}
    .search_top .formBox{width: 350px;}
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px);}
    /*  */
    .inner_page{padding: 40px 0;}
    .productShow_page .right .list li{margin-bottom: 20px;}

}

@media (min-width:992px){
    .header .header_nav{display: block !important;}
}

@media (max-width:991px){
    .header .header_content{height: 90px; position: fixed; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .header_content .header_search{margin-right: 50px;}
    .header .header_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.5); display: none;}
    .header .header_nav .navBox{width: 60%; height: 100%; position: absolute; left: -60%; top: 0; background-color: #fff;}
    .header .header_nav .item{width: 100%;}
    .header .header_nav .item>a{color: #333;}
    .header .header_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .header_nav .item:last-child:after{display: block;}
    .header .header_nav .item:hover>a{color: #fff;}
    .header .header_nav .item.act>a{color: #fff;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .search_top .left{display: none;}
    .search_top .right{width: 100%;}
    .search_top .formBox{width: 100%; height: 35px;}
    .search_top .formBox .fTxt{width: calc(100% - 60px);}
    .search_top .formBox .fBtn{width: 60px; background-size: 20px;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_title{padding: 15px 0;}
    .sideBar .sideBar_title .title{background-size: 25px; padding-left: 35px;}
    .sideBar .sideBar_title .tit1{font-size: 18px;}
    .sideBar .sideBar_list>li>a{height: 40px; line-height: 40px; font-size: 14px;}
    .sideBar .sideBar_list>li>a::before{width: 15px; height: 15px;}
    .index1{padding: 30px 0;}
    .index1 .list li{width: calc(100% / 3 - 5px);}
    .index1 .item .txt{height: 30px; line-height: 30px;}
    .index2 .img{display: none;}
    .index2 .left{padding: 20px 0;}
    .index2 .txt1{font-size: 20px;}
    .index2 .txt2{line-height: 20px; margin-top: 10px;}
    .index2 .right{padding: 20px 0;}
    .index2 .border .txt3{font-size: 24px;}
    .index3{padding: 30px 0;}
    .index3 .item{padding: 20px 0;}
    .index3 .title_index3 img{width: 400px;}
    .index3 .item .title{margin-bottom: 15px;}
    .index3 .item .title .num{width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
    .index3 .item .title .tit_right{width: calc(100% - 40px); padding: 0 0 0 10px;}
    .index3 .item .title .tit_right .tit1{font-size: 18px;}
    .index3 .item .txt{font-size: 12px; line-height: 20px;}
    .index3 .item .list{margin-top: 20px;}
    .index3 .item .list li{width: 70px; margin-right: 10px;}
    .index4{padding: 30px 0;}
    .index4 .title_idx4{margin-bottom: 30px;}
    .index4 .idx4_next, .index4 .idx4_prev{display: none;}
    .index5{padding: 30px 0;}
    .index5 .left{padding-right: 20px;}
    .index5 .title_idx5{padding-bottom: 10px;}
    .index5 .txt{margin-top: 10px; font-size: 12px; line-height: 20px;}
    .index6{padding: 30px 0;}
    .index6 .border{padding: 10px;}
    .index6 .title_idx6{padding-bottom: 10px;}
    .index6 .title_idx6 .tit1{font-size: 16px;}
    .index6 .content{padding-bottom: 55px;}
    .index6 .list{margin-top: 15px;}
    .index6 .list li{padding: 0 5px;}
    .index6 .list .txtbox{padding-top: 5px;}
    .index6 .list .txtbox .tit{padding-bottom: 5px; font-size: 14px;}
    .index6 .list .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 5px;}
    .index6 .list .txtbox .time{font-size: 12px; margin-top: 5px; line-height: 20px;}
    .index6 .list .txtbox .time span{width: 50px; line-height: 20px; height: 20px;}
    .index6 .idx6_prev, .index6 .idx6_next{width: 34px; height: 34px; line-height: 30px;}
    .foot1{display: none;}
    .foot2{padding: 10px 0;}
    /*  */
    .inner_page{padding: 30px 0;}
    .inner_page .title_inner .tit2{display: none;}
    .product_page .list li{width: calc(100% / 3 - 5px);}
    .product_page .item .txt{height: 30px; line-height: 30px;}
    .productShow_page .left{width: 100%;}
    .productShow_page .right{width: 100%; margin-top: 15px; padding: 10px;}
    .productShow_page .right .txt{font-size: 12px;}
    .productShow_page .right .list li{margin-bottom: 15px;}
    .productShow_page .tels .tel_txt2{font-size: 24px;}
    .productShow_page .tels .tel_txt3{display: none;}
    .productShow_page .box2 .title_inner2{padding: 10px;}
    .news_page .item{height: 120px;}
	.news_page .item .imgbox{width: 160px;}
	.news_page .item .txtbox{width: calc(100% - 160px);}
	.news_page .item .txtbox .date{display: none;}
    

}

@media (min-width: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 80%;}
    .banner{margin-top: 80px;}
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 20px;}
	.sideBar .sideBar_title{padding: 10px; text-align: left;}
    .sideBar .sideBar_title .title{font-size: 16px; line-height: 25px; height: 25px; background-size: 20px; padding-left: 30px;}
    .sideBar .sideBar_title .tit1{margin-bottom: 0;}
	.sideBar .sideBar_title .tit2{display: none;}
    .sideBar .sideBar_list>li>a{height: 35px; line-height: 35px;}
    .title_idx1 .tit1{width: 100%;}
    .title_idx1 .tit2{display: none;}
    .title_idx1 .tit1 span{width: 150px; height: 30px; line-height: 30px; padding-left: 30px;}
    .title_idx1 .tit1 span::before{width: 15px; height: 15px; left: 10px;}
    .index1{padding: 20px 0 0 0;}
    .index1 .list li{width: calc(100% / 2 - 5px);}
    .index2{display: none;}
    .index3{padding: 20px 0;}
    .index3 .title_index3 img{width: 90%;}
    .index3 .item .left{width: 100%; padding: 0;}
    .index3 .item .right{width: 100%; margin-top: 10px; padding: 0;}
    .index3 .item:nth-child(even) .left{width: 100%; padding: 0; left: 0;}
    .index3 .item:nth-child(even) .right{width: 100%; padding: 0; right: 0;}
    .index4{padding: 20px 0;}
    .index4 .title_idx4{margin-bottom: 20px;}
    .index4 .title_idx4 .title1{font-size: 18px;}
    .index4 .title_idx4 .title1 span{font-size: 12px;}
    .index4 .item .txt{height: 30px; line-height: 30px; font-size: 12px;}
    .index5{padding: 20px 0;}
    .index5 .left{width: 100%; padding: 0;}
    .index5 .right{width: 100%; margin-top: 10px;}
    .index6{padding: 20px 0;}
    .index6 .left{width: 100%; padding: 0;}
    .index6 .right{width: 100%; margin-top: 10px;}
    .index6 .list li{width: 100%; padding: 0; margin-bottom: 10px;}
    .foot2 .toTop{display: none;}
    .foot2 .copyright{line-height: 25px; text-align: center;}
    /*  */
    .inner_page{padding: 15px 0;}
    .product_page .list li{width: calc(100% / 2 - 5px);}
    .case_page .list li{width: calc(100% / 2 - 10px);}
    .case_page .item .txt{height: 30px; line-height: 30px; font-size: 12px;}
    .display_page .list li{width: calc(100% / 2 - 10px);}
    .display_page .item .txt{height: 30px; line-height: 30px; font-size: 12px;}
    .news_page .item{height: 100px;}
	.news_page .item .imgbox{width: 120px;}
	.news_page .item .txtbox{width: calc(100% - 120px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}
}


