@charset "utf-8";

@import url(public.css);

/* 头部 */
html,body{overflow-x: hidden; width: 100%;}
.header{width: 100%; position: relative; }
.header .head_top{height: 30px; background-color: #fff; overflow: hidden; border-bottom: 1px solid #E7E7E7;}
.header .head_top .txt{float: left; line-height: 30px; font-size: 14px; color: #999999;}
.header .head_top .right a{float: left; position: relative; font-size: 14px; color: #999999; line-height: 30px; padding: 0 10px;}
.header .head_top .right a:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 12px; background-color: #999;}
.header .head_top .right a:nth-child(1):before{display: none;}
/*  */
.header .head_box{position: relative;}
.header .head_content{width: 100%; background-color: #fff; height:115px; overflow:hidden; position: relative;}
.header .head_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .right{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .logo{float: left;}
.header .head_content .logo img{max-width: 100%; height:auto; max-height: 100%;}
.header .head_content .head_txt{float: left; position: relative; padding-left: 15px; margin-left: 15px;}
.header .head_content .head_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 55px; background-color: #DADADA;}
.header .head_content .head_txt .txt{font-size: 25px; color: #ea3e00; font-weight: bold;}
.header .head_content .head_tel span{font-size: 28px; color: #000; font-weight: bold; padding-left: 30px; line-height: 35px; display: block;}
.header .head_content .head_tel .txt1{background: url(../images/head_icon1.png) no-repeat left center;}
.header .head_content .head_tel .txt2{background: url(../images/head_icon2.png) no-repeat left center;}
/*  */
.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:#ea3e00; 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: #EA4100;}
.header .head_nav .navBox{max-width: 1200px; height: auto; margin: 0 auto;}
.header .head_nav .navList{width: 100%; font-size: 0;}
.header .head_nav .item{float: left; width: calc(100% / 7); position: relative; text-align: center;}
.header .head_nav .item>a{color: #FFFFFF; font-size: 15px; line-height: 55px; display: block; overflow: hidden;}
.header .head_nav .item i{display: none;}
.header .head_nav .item:after{content: ""; display: block; width: 2px; height: 100%; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: linear-gradient(to right, #FF4701, #CF3A00);}
.header .head_nav .item:last-child:after{display: none;}
.header .head_nav .item:hover>a{background-color: #bc3403;}
.header .head_nav .item.act>a{background-color: #bc3403;}
.header .head_nav .nav_down{display: none; position:absolute; top:100%; width: 100%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff; z-index:9;}
.header .head_nav .nav_down li{width: 100%; text-align: center;}
.header .head_nav .nav_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;}
.header .head_nav .nav_down li a:hover{background: #EA4100; 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; position: relative; z-index: 0; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #226aad;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; font-size: 38px; color: #333; z-index: 9; opacity: 0;}
.banner .banner-prev{left: 2%;}
.banner .banner-next{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}
.head_search{background-color: #fff; box-shadow: 0px 5px 20px 0px #dfdfdf; width: 100%;}
.head_search .search{float: right; height: 55px; position: relative;}
.head_search .search::before{content: ""; position: absolute; top: 0; left: 100%; width: 1000px; height: 100%; background-color: #EA4100; z-index: 1;}
.head_search .search_btn{background-color: #EA4100; width: 150px; height: 100%; text-align: right;}
.head_search .search_btn span{font-size: 16px; color: #fff; padding-left: 50px; height: 100%; line-height: 55px; display: inline-block; background: url(../images/head_icon3.png) no-repeat left center;}
.head_search .searchList{float: left; overflow: hidden; zoom: 1;}
.head_search .title{font-size: 16px; color: #333; line-height: 25px; padding: 15px 0; float: left; padding-right: 10px;}
.head_search .list{float: left; padding: 15px 0;}
.head_search .list li{float: left; margin-right: 20px;}
.head_search .list li a{display: block; font-size: 16px; color: #333; line-height: 25px; line-height: 25px;}
.head_search .list li a:hover{text-decoration: underline}
.head_search .search_box{position: absolute; top: 100%; right: 0; width: 300px; height: 40px; border: 1px solid #bbb; display: none; border-radius: 5px; overflow: hidden;}
.head_search .search_box .form_box{width: 100%; height: 100%; overflow: hidden;}
.head_search .search_box .form_text{width: calc(100% - 40px); float: left; height: 100%; border: none; outline:none; padding: 0 10px;}
.head_search .search_box .form_btn{width: 40px; float: left; height: 100%; border: none; outline:none; background: url(../images/head_icon3.png) no-repeat center center #EA4100;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #EA4100; 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{text-align: center; position: relative; margin-bottom: 35px;}
.title_index .title1{font-size: 25px; color: #000; font-weight: bold; position: relative; padding: 10px 0 12px 0; margin-bottom: 10px; z-index: 1;}
.title_index .title1::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 25px; height: 3px; background-color: #FE0002;}
.title_index .title2{font-size: 16px; color: #333; position: relative; z-index: 1;}
.title_index .title3{position: absolute; font-size: 55px; color: #ededed; line-height: 1; font-family: 'Impact'; top: 0; left: 0; width: 100%; text-align: center; z-index: 0; text-transform: uppercase;}
/*  */
.index1{width: 100%; padding: 50px 0 0 0; overflow: hidden; background: url(../images/index1_bg.jpg) no-repeat center center; background-size: cover;}
.index1 .tab{width: 100%; text-align: center; margin-bottom: 30px; overflow: hidden; text-align: center;}
.index1 .tab .tabList{overflow: hidden; display: inline-block; font-size: 0;}
.index1 .tab .tabList li{display: block; padding: 0 5px 10px 5px; float:left;}
.index1 .tab .tabList { clear:both;}
.index1 .tab .tabList li a{display: block; width: 125px; height: 40px; line-height: 36px; border: 2px solid #EA4100; text-align: center; background-color: #fff; font-size: 16px; color: #333;}
.index1 .tab .tabList .select a{background-color: #EA4100; color: #fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index1 .tabContent{width: 100%; overflow: hidden;}
.index1 .tabContent .con{display: none;}
.index1 .tabContent .con.act{display: block;}
.index1 .list{width: calc(100% + 20px);}
.index1 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.index1 .item{width: 100%; position: relative; padding-bottom: 50px;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.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 .txtbox{width: 100%; height: 50px; overflow: hidden; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
.index1 .item .txtbox .text{line-height: 50px; font-size: 16px; color: #333; text-align: center; background-color: rgba(255,255,255,1);}
.index1 .item .txtbox .mm{line-height: 50px; padding: 0 15px; overflow: hidden;}
.index1 .item .txtbox .tt1{float: left; line-height: 50px; font-size: 14px; color: #fff;}
.index1 .item .txtbox .tt2{float: right; line-height: 50px; font-size: 14px; color: #fff;}
.index1 .item:hover .imgbox .img{transform: scale(1.05);}
.index1 .item:hover .txtbox{width: calc(100% - 30px); height: 100px; background-color: rgba(234,62,0,.8); bottom: 0;}
.index1 .item:hover .txtbox .text{background-color: rgba(0,0,0,.0); color: #fff;}
.index1 .more{text-align: center; text-align: center;}
.index1 .more a{display: inline-block; width: 180px; height: 48px; line-height: 42px; border: 3px solid #EA4100; text-align: center; font-size: 14px; color: #333;}
.index1 .more a:hover{background-color: #EA4100; color: #fff;}
/*  */
.index2{width: 100%; margin: 30px 0 0 0;}
.index2 .bg{position: relative; }
.index2 .bg::before{content: ""; position: absolute; right: calc(100% - 140px); bottom: 0; z-index: 0; width: 500px; height: calc(100% - 30px); background: url(../images/index2_bg1.jpg) no-repeat center center; background-size: cover;}
.index2 .bg::after{content: ""; position: absolute; top: 0; left: 0; width: calc(100% + 360px); height: 100%; background: url(../images/index2_bg2.png) no-repeat center center; background-size: 100% 100%;}
.index2 .box{position: relative; z-index: 1; padding: 30px 0 30px 130px;}
.index2 .txt1{font-size: 40px; color: #fff; font-weight: bold; line-height: 1;}
.index2 .txt2{font-size: 20px; color: #fff; line-height: 1; margin: 20px 0;}
.index2 .txt3{font-size: 30px; color: #fff; font-family: 'Impact'; line-height: 1;}
.index2 .imgbox{position: absolute; right: 40px; bottom: 0; width: 249px; height: 249px; border-radius: 50%; box-shadow: 0 0 20px 0 rgba(94,146,118,.75);}
.index2 .imgbox img{width: 100%; height: 100%;}

/*  */
.index3{width: 100%; overflow: hidden; background: url(../images/index3_bg.png) no-repeat center center; background-size: cover; padding: 40px 0 0 0;}
.index3 .title_index3{text-align: center; overflow: hidden; margin-bottom: 40px;}
.index3 .title_index3 img{max-width: 100%; height: auto;}
.index3 ul li{margin-bottom: 40px;}
.index3 .imgbox{float: right; width: 50%; text-align: center; overflow: hidden;}
.index3 .imgbox img{max-width: 100%; height: auto;}
.index3 .txtbox{width: 50%; float: left;}
.index3 .item{margin-bottom: 30px;}
.index3 .item .top{margin-bottom: 10px;}
.index3 .item .shu{width: 80px; float: left; position: relative;}
.index3 .item .shu::before{content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 50px; z-index: -1; background-image: url(../images/index3_gang1.png); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%;}
.index3 .item .shu img{width: 100%; height: 100%;}
.index3 .item .title{float: left; width: calc(100% - 80px); padding-top: 5px;}
.index3 .item .title .tit1{font-size: 20px; color: #2094da; font-weight: bold; border-bottom: 1px solid #2094DA; padding-bottom: 5px; margin-bottom: 5px; padding-left: 10px;}
.index3 .item .title .tit2{font-size: 14px; color: #999; font-family: 'Arial'; padding-left: 10px; text-transform: uppercase;}
.index3 .item .text{font-size: 14px; color: #333; line-height: 25px; padding-left: 80px;}
.index3 ul li:nth-child(even) .imgbox{float: left; }
.index3 ul li:nth-child(even) .txtbox{float: right;}
.index3 ul li:nth-child(even) .title .tit1{border-bottom-color: #EA4100; color: #EA4100;}
.index3 ul li:nth-child(even) .item .shu::before{background-image: url(../images/index3_gang2.png);}
/*  */
.index4{width: 100%; padding: 40px 0; overflow: hidden;}
.index4 .content{padding: 0 0 40px 0; margin-bottom: 40px; background: url(../images/index4_bg.jpg) no-repeat center bottom;}
.index4 .box{display: flex;}
.index4 .txtbox{width: 50%; padding: 60px 30px; background-color: #fff;}
.index4 .txtbox .txt{font-size: 16px; color: #333; line-height: 30px; height: 270px; overflow: hidden;}
.index4 .imgbox{width: 50%; overflow: hidden;}
.index4 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .more{text-align: center; text-align: center;}
.index4 .more a{display: inline-block; width: 180px; height: 48px; line-height: 42px; border: 3px solid #EA4100; text-align: center; font-size: 14px; color: #333;}
.index4 .more a:hover{background-color: #EA4100; color: #fff;}
.index4 .content:hover .imgbox .img{transform: scale(1.05);}
/*  */
.index5{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/index5_bg.jpg) no-repeat center center; background-size: cover;}
.index5 .swiper_box{position: relative; padding: 0 60px;}
.index5 .swiper_box .gang{position: absolute; bottom: 85px; left: 0; width: 100%; height: 120px; background-color: #EA4100;}
.index5 .item{width: 100%; overflow: hidden; text-align: center; position: relative; }
.index5 .item::before{content: ""; position: absolute; left: 0; right: 0; bottom: 51px; margin: auto; width: 90px; height: 35px; background: url(../images/index5_icon.png) no-repeat; background-size: 100% 100%;}
.index5 .item .imgbox{position: relative; overflow: hidden; text-align: center;}
.index5 .item .imgbox::before{content: ""; display: block; padding-top: 140%;}
.index5 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index5 .item .txt{display: inline-block; padding: 0 10px; width: 160px; height: 40px; line-height: 40px; font-size: 20px; color: #fff; text-align: center; background-color: #EA4100; margin-top: 90px;}
.index5 .index5_prev, .index5 .index5_next{position: absolute; top: 32%; width: 60px; height: 60px; z-index: 1; background: url(../images/index5_next.png) no-repeat; background-size: 100% 100%;}
.index5 .index5_prev{left: -30px;}
.index5 .index5_next{right: -30px; transform:rotate(180deg);}
.index5 .more{text-align: center; text-align: center; margin-top: 40px;}
.index5 .more a{display: inline-block; width: 180px; height: 48px; line-height: 42px; border: 3px solid #EA4100; text-align: center; font-size: 14px; color: #333;}
.index5 .more a:hover{background-color: #EA4100; color: #fff;}
/*  */
.index6{width: 100%; padding: 40px 0; background-color: #fff; overflow: hidden;}
.index6 .list{width: calc(100% + 5px);}
.index6 .list li{width: calc(100% / 4 - 5px); float: left; margin: 0 5px 5px 0;}
.index6 .item{width: 100%; border: 1px solid #EBF1EE; padding: 7px; position: relative;}
.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: 75%;}
.index6 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index6 .item .txt{font-size: 14px; color: #333; text-align: center; line-height: 30px; padding-top: 20px; position: relative;}
.index6 .item .icon{content: ""; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; z-index: 1; width: 30px; height: 30px; background: url(../images/index6_icon.png) no-repeat; background-size: 100% 100%;}
.index6 .item:hover{background-color: #EA4100;}
.index6 .item:hover .imgbox .img{transform: scale(1.05);}
.index6 .item:hover .txt{color: #fff;}
.index6 .more{text-align: center; text-align: center; margin-top: 20px;}
.index6 .more a{display: inline-block; width: 180px; height: 48px; line-height: 42px; border: 3px solid #EA4100; text-align: center; font-size: 14px; color: #333;}
.index6 .more a:hover{background-color: #EA4100; color: #fff;}
/*  */
.index7{width: 100%; padding: 40px 0; background: url(../images/index7_bg.jpg) no-repeat center center; background-size: cover;}
.index7 .tab{width: 100%; text-align: center; margin-bottom: 40px; overflow: hidden; text-align: center;}
.index7 .tab .tabList{overflow: hidden; display: inline-block; font-size: 0;}
.index7 .tab .tabList li{display: inline-block; padding: 0 5px;}
.index7 .tab .tabList li a{display: block; width: 125px; height: 40px; line-height: 36px; border: 2px solid #EA4100; text-align: center; background-color: #fff; font-size: 16px; color: #333;}
.index7 .tab .tabList .select a{background-color: #EA4100; color: #fff;}
.index7 .tabContent{width: 100%; overflow: hidden;}
.index7 .tabContent .con{display: none;}
.index7 .tabContent .con.act{display: block;}
.index7 .box{padding: 30px; background-color: #fff;}
.index7 .left{width: 33%;}
.index7 .right{width: 67%; padding-left: 30px;}
.index7 .imgbox1{text-align: center; overflow: hidden;}
.index7 .imgbox1 img{width: 100%; height: auto;}
.index7 .txtbox1{margin-top: 20px;}
.index7 .txtbox1 .time{font-size: 14px; color: #999; font-family: 'Arial'; margin-bottom: 15px;}
.index7 .txtbox1 .tit{font-size: 16px; color: #333; margin-bottom: 15px;}
.index7 .txtbox1 .txt{font-size: 14px; color: #333; height: 75px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.index7 .txtbox1 .mm{display: inline-block; width: 145px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; background-color: #EA4100;}
.index7 .list{width: 100%;}
.index7 .item{margin-bottom: 20px; height: 140px; transform: translateY(0); overflow: hidden;}
.index7 .item a{display: block; height: 100%; width: 100%;}
.index7 .item .imgbox2{width: 200px; height: 100%; float: left; overflow: hidden;}
.index7 .item .imgbox2 .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index7 .item .txtbox2{width: calc(100% - 200px); height: 100%; float: left; padding: 10px 15px;}
.index7 .item .txtbox2 .time{font-size: 14px; color: #999; font-family: 'Arial'; margin-bottom: 15px;}
.index7 .item .txtbox2 .tit{font-size: 16px; color: #333; margin-bottom: 15px;}
.index7 .item .txtbox2 .txt{font-size: 14px; color: #333; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.index7 .item:hover{transform: translateY(-4px); box-shadow: 4px 4px 10px 0 #aaa;}
.index7 .item:hover .txtbox2{background-color: #EA4100;}
.index7 .item:hover .txtbox2 .time{color: #fff;}
.index7 .item:hover .txtbox2 .tit{color: #fff;}
.index7 .item:hover .txtbox2 .txt{color: #fff;}
/*  */
.foot1{width: 100%; background-color: #292929; padding: 20px 0 40px 0;}
.foot1 .foot_nav{float: left; width: 65%; display: flex; justify-content: space-between;}
.foot1 .foot_nav dt{font-size: 16px; color: #fff; margin-bottom: 15px;}
.foot1 .foot_nav dd a{display: block; font-size: 14px; color: #fff; line-height: 30px; height: 30px; overflow: hidden; max-width: 150px;}
.foot1 .foot_nav dd a:hover{text-decoration:underline}
.foot1 .foot_nav .txt{font-size: 14px; color: #fff; line-height: 30px;}
.foot1 .foot_contact{float: right; text-align: right;}
.foot1 .foot_tel{padding-left: 40px; overflow: hidden; background: url(../images/foot_icon1.png) no-repeat left 5px;}
.foot1 .foot_tel .tit{float: left; font-size: 14px; color: #fff;}
.foot1 .foot_tel .txt{float: left; font-size: 30px; color: #ea3e00; font-family: 'Impact'; line-height: 1.2; margin-left: 10px;}
.foot1 .QR{margin-top: 20px;}
.foot1 .QR .QRItem{width: 50%; float: right; padding: 0 10px; text-align: center; overflow: hidden;}
.foot1 .QR .QRItem img{width: 130; height: 130; display: inline-block;}
.foot1 .QR .txt{font-size: 14px; color: #fff; margin-top: 5px;}
.foot2{width: 100%; background-color: #EA4100; padding: 12px 0;}
.foot2 .txt1, .foot2 .txt2{font-size: 14px; color: #fff;}
.foot2 .txt1 a, .foot2 .txt2 a{color: #fff;}
.foot2 .txt1{float: left;}
.foot2 .txt2{float: right;}

/*  */
.sideBar_left{width: 280px; float: left;}
.sideBar_right{width: calc(100% - 280px); float: left; padding-left: 20px;}
.sideBar .sideBar_title{background: #EA4100; text-align: center; position: relative; font-size: 0; padding: 20px 1px;}
.sideBar .sideBar_title .title1{font-size: 20px; color: #ffffff; font-weight: bold; display: inline-block; position: relative; padding: 0 10px;}
.sideBar .sideBar_title .title1 span{font-size: 14px; color: #fff; font-family: 'Arial'; padding-left: 5px;}
.sideBar .sideBar_title .title1::before, .sideBar .sideBar_title .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 2px; background-color: rgba(255,255,255,0.5);}
.sideBar .sideBar_title .title1::before{left: 100%;}
.sideBar .sideBar_title .title1::after{right: 100%;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 12px; font-size: 22px; color: #ffffff;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #ffffff; margin-top: 10px; border: 1px solid #EAEAEA;}
.sideBar .sideBar_list>li{width: 100%; position: relative;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 55px; line-height: 54px; border-bottom: 1px solid #EAEAEA; font-size: 16px; color: #333; text-align: left; padding: 0 40px 0 20px;}
.sideBar .sideBar_list>li>a span{content: ""; position: absolute; width: 20px; height: 20px; line-height: 20px; top: 0; bottom: 0; right: 15px; margin: auto; font-size: 20px;}
.sideBar .sideBar_list>li:hover>a{background-color: #EA4100; color: #fff;}
.sideBar .sideBar_list>li.act>a{background-color: #EA4100; 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: #EA4100;}
.sideBar_below{margin-top: 10px;}
.sideBar_below .sideBar_title{background: #EA4100; text-align: center; position: relative; font-size: 0; padding: 20px 1px;}
.sideBar_below .sideBar_title .title1{font-size: 20px; color: #ffffff; font-weight: bold; display: inline-block; position: relative; padding: 0 10px;}
.sideBar_below .sideBar_title .title1 span{font-size: 14px; color: #fff; font-family: 'Arial'; padding-left: 5px;}
.sideBar_below .sideBar_title .title1::before, .sideBar .sideBar_title .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 2px; background-color: rgba(255,255,255,0.5);}
.sideBar_below .sideBar_title .title1::before{left: 100%;}
.sideBar_below .sideBar_title .title1::after{right: 100%;}
.sideBar_below .sideBar_txt{padding: 10px; border: 1px solid #E6E6E6; font-size: 14px; color: #333; line-height: 30px; margin-top: 10px;}
.inner_page{width: 100%; min-height: 500px; padding: 35px 0 50px 0; background: url(../images/inner_page_bg.jpg) no-repeat center center; background-size: cover;}
.inner_title{background-color: #E3E3E3; padding: 0 15px; position: relative; margin-bottom: 20px;}
.inner_title::before{content: ""; position: absolute; top: 0; left: 0; width: 145px; height: 3px; background-color: #EA4100;}
.inner_title .title1{float: left; font-size: 16px; color: #333; line-height: 43px;}
.inner_title .title2{float: right; font-size: 14px; color: #333; line-height: 43px;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{width: 100%; height: auto;}
.about_page .txtbox{margin-top: 5px;}
.about_page .txtbox .txt{font-size: 14px; color: #333; line-height: 28px;}
.about_page .txtbox .txt img{ max-width:100% !important; height:auto !important; padding:5px;}
/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .item{width: 100%; position: relative; padding-bottom: 50px;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.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 .txtbox{width: 100%; height: 50px; overflow: hidden; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
.product_page .item .txtbox .text{line-height: 50px; font-size: 16px; color: #333; text-align: center; background-color: rgba(255,255,255,1);}
.product_page .item .txtbox .mm{line-height: 50px; padding: 0 15px; overflow: hidden;}
.product_page .item .txtbox .tt1{float: left; line-height: 50px; font-size: 14px; color: #fff;}
.product_page .item .txtbox .tt2{float: right; line-height: 50px; font-size: 14px; color: #fff;}
.product_page .item:hover .imgbox .img{transform: scale(1.05);}
.product_page .item:hover .txtbox{width: calc(100% - 30px); height: 100px; background-color: rgba(234,62,0,.8); bottom: 0;}
.product_page .item:hover .txtbox .text{background-color: rgba(0,0,0,.0); color: #fff;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .title{width: 100%; overflow: hidden; font-size:20px; line-height:36px; text-align:center; padding-bottom:10px;}
.productShow_page .show_swiper{width: 70%; margin: 0 auto;}
.productShow_page .imgbox{text-align: center; overflow: hidden;}
.productShow_page .imgbox img{width: 100%; height: auto;}
.productShow_page .txtbox{margin-top: 20px;}
.productShow_page .txtbox .txt{font-size: 14px; color: #333; line-height: 28px;}
.productShow_page .txtbox .text img{ max-width:100% !important; height:auto !important;}

/*  */
.partner_page{width: 100%; overflow: hidden;}
.partner_page .list{width: calc(100% + 5px);}
.partner_page .list li{width: calc(100% / 3 - 5px); float: left; margin: 0 5px 5px 0;}
.partner_page .item{width: 100%; border: 1px solid #EBF1EE; padding: 7px; position: relative;}
.partner_page .item a{display: block; width: 100%; height: 100%;}
.partner_page .item .imgbox{position: relative; overflow: hidden;}
.partner_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.partner_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;}
.partner_page .item .txt{font-size: 14px; color: #333; text-align: center; line-height: 30px; padding-top: 20px; position: relative;}
.partner_page .item .icon{content: ""; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; z-index: 1; width: 30px; height: 30px; background: url(../images/index6_icon.png) no-repeat; background-size: 100% 100%;}
.partner_page .item:hover{background-color: #EA4100;}
.partner_page .item:hover .imgbox .img{transform: scale(1);}
.partner_page .item:hover .txt{color: #fff;}

.honor_page{width: 100%; overflow: hidden;}
.honor_page .list{width: calc(100% + 5px);}
.honor_page .list li{width: calc(100% / 3 - 5px); float: left; margin: 0 5px 5px 0;}
.honor_page .item{width: 100%; border: 1px solid #EBF1EE; padding: 7px; position: relative;}
.honor_page .item a{display: block; width: 100%; height: 100%;}
.honor_page .item .imgbox{position: relative; overflow: hidden;}
.honor_page .item .imgbox::before{content: ""; display: block; padding-top: 140%;}
.honor_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;}
.honor_page .item .txt{font-size: 14px; color: #333; text-align: center; line-height: 30px; padding-top: 20px; position: relative;}
.honor_page .item .icon{content: ""; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; z-index: 1; width: 30px; height: 30px; background: url(../images/index6_icon.png) no-repeat; background-size: 100% 100%;}
.honor_page .item:hover{background-color: #EA4100;}
.honor_page .item:hover .imgbox .img{transform: scale(1);}
.honor_page .item:hover .txt{color: #fff;}
/*  */
.partnerShow_page{width: 100%; overflow: hidden;}
.partnerShow_page .imgbox{text-align: center; overflow: hidden; width: 70%; margin: 0 auto;}
.partnerShow_page .imgbox img{width: 100%; height: auto;}
.partnerShow_page .txtbox{margin-top: 20px;}
.partnerShow_page .txtbox .txt{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .imgbox{text-align: center; overflow: hidden;}
.case_page .imgbox img{width: 100%; height: auto;}
.case_page .txtbox{margin-top: 20px;}
.case_page .txtbox .txt{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .list{width: 100%;}
.news_page .item{margin-bottom: 20px; height: 140px; transform: translateY(0); overflow: hidden;}
.news_page .item a{display: block; height: 100%; width: 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); height: 100%; float: left; padding: 10px 15px;}
.news_page .item .txtbox .time{font-size: 14px; color: #999; font-family: 'Arial'; margin-bottom: 15px;}
.news_page .item .txtbox .tit{font-size: 16px; color: #333; margin-bottom: 10px;}
.news_page .item .txtbox .txt{font-size: 14px; color: #333; height: 56px; line-height: 28px; overflow: hidden; margin-bottom: 10px;}
.news_page .item:hover{transform: translateY(-4px); box-shadow: 4px 4px 10px 0 #aaa;}
.news_page .item:hover .txtbox{background-color: #EA4100;}
.news_page .item:hover .txtbox .time{color: #fff;}
.news_page .item:hover .txtbox .tit{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; margin-bottom: 20px;}
.newsShow_page .title .tit1{font-size: 18px; color: #333; margin-bottom: 8px;}
.newsShow_page .title .tit2{font-size: 12px; color: #aaa;}
.newsShow_page .imgbox{text-align: center; overflow: hidden;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-top: 20px;}
.newsShow_page .txtbox .txt{font-size: 14px; color: #333; line-height: 28px;}
.newsShow_page .txtbox .txt img{ max-width:100% !important;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 28px; margin-bottom: 20px;}


@media (max-width: 1199px){
    .index1{padding: 40px 0 0 0;}
    .hf{margin-top: -20px;}
    .index5 .index5_prev, .index5 .index5_next{width: 50px; height: 50px;}
    .index5 .index5_prev{left: 0;}
    .index5 .index5_next{right: 0;}
    /*  */
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px);}
}

@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: 0;}
    .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: #EA4100; 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{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .head_nav .nav_down li a{font-size: 12px; line-height: 30px;}
    .banner{margin-top: 90px;}
    .head_search .search{height: 45px;}
    .head_search .search_btn{width: 120px;}
    .head_search .search_btn span{line-height: 45px; font-size: 14px; padding-left: 35px; background-size: 20px;}
    .head_search .title{font-size: 14px; padding: 10px 0;}
    .head_search .list{padding: 10px 0;}
    .head_search .list li a{font-size: 14px;}
    /*  */
    .index1{padding: 30px 0 0 0;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 22px; padding: 5px 0 10px 0;}
    .title_index .title2{font-size: 14px;}
    .title_index .title3{font-size: 40px;}
    .index1 .tab{margin-bottom: 20px;}
    .index1 .tab .tabList li{padding: 0 3px 6px 3px;}
    .index1 .tab .tabList li a{width: 100px; height: 35px; line-height: 33px; border: 1px solid #EA4100; font-size: 14px;}
    .index1 .item{padding-bottom: 40px;}
    .index1 .item .txtbox{height: 40px;}
    .index1 .item .txtbox .text{line-height: 40px; font-size: 14px;}
    .index1 .item .txtbox .mm{line-height: 40px;}
    .index1 .item .txtbox .tt1{line-height: 40px;}
    .index1 .item .txtbox .tt2{line-height: 40px;}
    .index1 .item:hover .txtbox{height: 80px;}
    .index1 .more a{width: 150px; height: 40px; line-height: 38px; border: 1px solid #EA4100;}
    .index2 .imgbox{display: none;}
    .index3{padding: 30px 0 0 0;}
    .index3 .title_index3{margin-bottom: 30px;}
    .index3 ul li{margin-bottom: 30px;}
    .index4{padding: 30px 0;}
    .index4 .content{margin-bottom: 30px;}
    .index4 .txtbox{padding: 20px;}
    .index4 .txtbox .txt{height: 250px; font-size: 14px; line-height: 28px;}
    .index4 .more a{width: 150px; height: 40px; line-height: 38px; border: 1px solid #EA4100;}
    .index5{padding: 30px 0;}
    .index5 .swiper_box .gang{height: 80px;}
    .index5 .item::before{width: 70px; height: 25px;}
    .index5 .item .txt{height: 30px; line-height: 30px; font-size: 14px; width: 140px; margin-top: 70px;}
    .index5 .swiper_box .gang{bottom: 75px;}
    .index5 .more{margin-top: 30px;}
    .index5 .more a{width: 150px; height: 40px; line-height: 38px; border: 1px solid #EA4100;}
    .index6{padding: 30px 0;}
    .index6 .more a{width: 150px; height: 40px; line-height: 38px; border: 1px solid #EA4100;}
    .index7{padding: 30px 0;}
    .index7 .tab{margin-bottom: 20px;}
    .index7 .tab .tabList li{padding: 0 3px 6px 3px;}
    .index7 .tab .tabList li a{width: 100px; height: 35px; line-height: 33px; border: 1px solid #EA4100; font-size: 14px;}
    .index7 .box{padding: 10px;}
    .index7 .left{width: 40%;}
    .index7 .right{width: 60%; padding-left: 20px;}
    .index7 .txtbox1{margin-top: 10px;}
    .index7 .txtbox1 .time{margin-bottom: 10px; font-size: 12px;}
    .index7 .txtbox1 .tit{margin-bottom: 10px; font-size: 14px;}
    .index7 .txtbox1 .txt{height: 60px; line-height: 20px;}
    .index7 .txtbox1 .mm{width: 120px; height: 30px; line-height: 30px;}
    .index7 .item{height: 120px; margin-bottom: 10px;}
    .index7 .item .imgbox2{width: 150px;}
    .index7 .item .txtbox2{width: calc(100% - 150px); padding: 5px 10px;}
    .index7 .item .txtbox2 .time{font-size: 12px; margin-bottom: 10px;}
    .index7 .item .txtbox2 .tit{font-size: 14px; margin-bottom: 10px;}
    .index7 .item .txtbox2 .txt{font-size: 12px; height: 60px; line-height: 20px; margin: 0;}
    .foot1{display: none;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_list>li>a{height: 45px; line-height: 44px; font-size: 14px;}
    .product_page .item{padding-bottom: 40px;}
    .product_page .item .txtbox{height: 40px;}
    .product_page .item .txtbox .text{line-height: 40px; font-size: 14px;}
    .product_page .item .txtbox .mm{line-height: 40px;}
    .product_page .item .txtbox .tt1{line-height: 40px;}
    .product_page .item .txtbox .tt2{line-height: 40px;}
    .product_page .item:hover .txtbox{height: 80px;}
    .news_page .item{height: 120px; margin-bottom: 10px;}
    .news_page .item .imgbox{width: 150px;}
    .news_page .item .txtbox{width: calc(100% - 150px); padding: 5px 10px;}
    .news_page .item .txtbox .time{font-size: 12px; margin-bottom: 10px;}
    .news_page .item .txtbox .tit{font-size: 14px; margin-bottom: 10px;}
    .news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin: 0;}
}

@media (min-width: 768px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:767px){
    .header .head_content{height: 70px;}
    .header .head_content .logo{width: 85%;}
    .banner{margin-top: 70px;}
    .head_search{padding: 5px 0;}
    .head_search .search{width: 100%; height: 30px;}
    .head_search .searchList{width: 100%;}
    .head_search .search_btn{display: none;}
    .head_search .search_box{display: block; width: 100%; height: 100%; position: static;}
    .head_search .search::before{display: none;}
    .head_search .search_box .form_btn{background-size: 18px;}
    .head_search .title{padding: 0; font-size: 12px; line-height: 20px; display: none;}
    .head_search .list{padding: 5px 0 0 0;}
    .head_search .list li{margin: 0 10px 0 0;}
    .head_search .list li a{font-size: 12px; line-height: 20px;}
    .title_index{margin-bottom: 15px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 12px;}
    .title_index .title3{font-size: 35px;}
    .index1{padding: 20px 0 0 0;}
    .index1 .tab{margin-bottom: 10px;}
    .index1 .tab .tabList li a{font-size: 12px; height: 30px; line-height: 28px;}
    .index1 .list{width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .item{padding-bottom: 30px;}
    .index1 .item .txtbox{height: 30px;}
    .index1 .item .txtbox .text{line-height: 30px; font-size: 12px;}
    .index1 .item .txtbox .mm{line-height: 30px;}
    .index1 .item .txtbox .tt1{line-height: 30px; font-size: 12px;}
    .index1 .item .txtbox .tt2{line-height: 30px; font-size: 12px;}
    .index1 .item:hover .txtbox{height: 60px; width: calc(100% - 20px);}
    .index1 .more a{width: 120px; height: 30px; line-height: 28px; font-size: 12px;}
    .index2 .box{padding: 20px 0 20px 80px;}
    .index2 .txt1{font-size: 20px;}
    .index2 .txt2{font-size: 14px; margin: 10px 0;}
    .index2 .txt3{font-size: 18px;}
    .index3{padding: 20px 0 0 0;}
    .index3 .title_index3{margin-bottom: 20px;}
    .index3 ul li{margin-bottom: 0;}
    .index3 .imgbox{width: 100%; display: none;}
    .index3 .txtbox{width: 100%; margin-top: 15px;}
    .index3 .item{margin-bottom: 10px;}
    .index3 .item .shu{width: 60px; height: 60px;}
    .index3 .item .title{padding: 0;}
    .index3 .item .title .tit1{font-size: 16px;}
    .index3 .item .title .tit2{font-size: 12px;}
    .index3 .item .text{font-size: 12px; padding-left: 60px; line-height: 20px;}
    .index4{padding: 20px 0;}
    .index4 .box{display: block;}
    .index4 .txtbox{width: 100%; padding: 10px;}
    .index4 .imgbox{width: 100%; height: 240px;}
    .index4 .content{margin-bottom: 20px; padding: 0 0 20px 0;}
    .index4 .more a{width: 120px; height: 30px; line-height: 28px; font-size: 12px;}
    .index5{padding: 20px 0;}
    .index5 .index5_prev, .index5 .index5_next{width: 30px; height: 30px;}
    .index5 .swiper_box{padding: 0 40px;}
    .index5 .more{margin-top: 20px;}
    .index5 .more a{width: 120px; height: 30px; line-height: 28px; font-size: 12px;}
    .index6{padding: 20px 0;}
    .index6 .list li{width: calc(100% / 2 - 5px);}
    .index6 .more{margin-top: 10px;}
    .index6 .more a{width: 120px; height: 30px; line-height: 28px; font-size: 12px;}
    .index7{padding: 20px 0;}
    .index7 .tab{margin-bottom: 10px;}
    .index7 .tab .tabList li a{font-size: 12px; height: 30px; line-height: 28px;}
    .index7 .left{width: 100%;}
    .index7 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index7 .txtbox1 .txt{height: auto;}
    .foot2{padding: 10px 0;}
    .foot2 .txt1, .foot2 .txt2{width: 100%; text-align: center;}
    /*  */
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 20px;}
	.sideBar .sideBar_title{padding: 11px 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 20px;}
	.sideBar .sideBar_title .title2{display: none;}
    .inner_page{padding: 20px 0;}
    .sideBar .sideBar_list>li>a{height: 35px; line-height: 34px;}
    .sideBar .sideBar_title .title1{font-size: 18px;}
    .sideBar .sideBar_title .title1 span{font-size: 12px;}
    .inner_title{margin-bottom: 15px;}
    .inner_title::before{width: 100px;}
    .inner_title .title1{font-size: 14px; line-height: 43px; height: 40px;}
    .inner_title .title2{display: none;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item{padding-bottom: 30px;}
    .product_page .item .txtbox{height: 30px;}
    .product_page .item .txtbox .text{line-height: 30px; font-size: 12px;}
    .product_page .item .txtbox .mm{line-height: 30px;}
    .product_page .item .txtbox .tt1{line-height: 30px; font-size: 12px;}
    .product_page .item .txtbox .tt2{line-height: 30px; font-size: 12px;}
    .product_page .item:hover .txtbox{height: 60px; width: calc(100% - 20px);}
    .partner_page .list li{width: calc(100% / 2 - 5px);}
    .honor_page .list li{width: calc(100% / 2 - 5px);}
    .partnerShow_page .imgbox{width: 100%;}
	
	.productShow_page .title{width: 100%; overflow: hidden; font-size:16px; line-height:32px; text-align:center; padding-bottom:10px;}

}
