@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
/*  */
.header .header-content{width: 100%; background-color: #fff; height: 80px; position: relative;}
.header .header-content .left{height: 100%; width: 38%; padding-left: 65px; display: flex; display: -webkit-flex; align-items: center}
.header .header-content .right{height: 100%; max-width: 60%;}
.header .header-content .logo{float: left;}
.header .header-content .logo img{max-width: 100%; width: 451px; height:auto;}
/*  */
.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{height: 100%; position: relative; float: left;}
.header .header-nav .navBox{width: 100%; height: 100%}
.header .header-nav .navList{width: 100%; height: 100%;}
.header .header-nav .item{float: left; height: 80px; position: relative; text-align: center;}
.header .header-nav .item>a{color: #333; font-size: 16px; line-height: 20px; padding: 20px 25px; display: block; overflow: hidden;}
.header .header-nav .item>a span{display: block; font-size: 14px; color: #999; line-height: 20px;}
.header .header-nav .item:hover>a{color: #ff3800;}
.header .header-nav .item.act>a{color: #ff3800;}
.header .header-nav .nav-down{display: none; position:absolute; top:100%; width: 110%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: rgba(0,0,0,.6); 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: #ff3800; color: #fff;}
.header .head-right{float: right; height: 100%; position: relative;}
.header .head-tel{width: 100px; height: 100%; float: left; position: relative;}
.header .head-tel .icon{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/head_icon11.png) no-repeat center center #fff;}
.header .head-tel .content{display: none; position: absolute; top: 105%; right: 0; z-index: 2; background-color: #fff; width: 200px; padding: 0 10px;}
.header .head-tel .content .txt{font-size: 16px; color: #333; line-height: 30px;}
.header .head-tel:hover .icon{box-shadow: inset 10px 0px 20px 1px #eee;}
.header .head-tel,.on .icon{box-shadow: inset 10px 0px 20px 1px #ddd;}
.header .head-search{width: 100px; height: 100%; float: left; position: relative;}
.header .head-search .icon{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/head_icon22.png) no-repeat center center #fff;}
.header .searchBox{display: none; position: absolute; top: 105%; right: 0; z-index: 2; background-color: #fff;}
.header .searchBox .form-box{width: 240px; height: 30px; border: 1px solid #bbb;}
.header .searchBox .form-box .form-txt{width: calc(100% - 30px); height: 100%; float: left; border: none; padding: 0 10px; outline:none;}
.header .searchBox .form-box .form-btn{width: 30px; height: 100%; float: left; background-color: #333; line-height: 30px; outline:none; text-align: center; font-size: 14px; color: #fff; border: none;}
.header.small .header-content{position: fixed; left: 0; top: 0; box-shadow: 0 0 20px 0 #ddd; 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: #333;}
.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.bbb{margin-top: 80px}

.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%; margin-bottom: 50px;}
.title-index .title1{font-size: 40px; color: #333; font-weight: bold; line-height: 50px;}
.title-index .title2{font-size: 28px; color: #ff3500; font-weight: bold; padding-left: 70px; line-height: 40px; background: url(../images/title_icon1.png) no-repeat left center;}
.title-index .title-more{float: right; width: 40px; height: 40px; margin-top: 25px; background: url(../images/title_more.png) no-repeat; background-size: 100% 100%;}
/*  */
.index1{width: 100%; padding: 90px 0; overflow: hidden;}
.index1 .title-index{margin-bottom: 80px;}
.index1 .list{width: calc(100% + 50px);}
.index1 .list li{width: calc(100% / 3 - 50px); float: left; margin: 0 50px 50px 0;}
.index1 .item{width: 100%; position: relative; padding-bottom: 100px;}
.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: 125%;}
.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 .mask{position: absolute; bottom: 0; right: 0; width: calc(100% - 40px); padding: 20px; background-color: #363636;}
.index1 .item .title{font-size: 18px; color: #fff; line-height: 25px; margin-bottom: 5px;}
.index1 .item .txt{font-size: 14px; color: #fff; line-height: 30px; height: 90px; margin-bottom: 20px; overflow: hidden;}
.index1 .item .mm{font-size: 14px; color: #fff; line-height: 20px;}
.index1 .item:hover .mask{bottom: 10px; background-color: #FF4200;}
/*  */
.index2{width: 100%; padding: 80px 0; background: url(../images/idx2-bg2.jpg) no-repeat center center; background-size: cover;}
.index2 .box1{width: 100%;}
.index2 .left{width: 50%; padding-right: 30px;}
.index2 .right{width: 50%; padding-left: 65px;}
.index2 .list1 .item{width: 100%; background-color: #fff; padding: 25px; margin-bottom: 10px;}
.index2 .list1 .item .title{font-size: 18px; color: #333; font-weight: bold; height: 50px; line-height: 70px; padding-left: 50px; background-repeat: no-repeat; background-position: left center;}
.index2 .list1 .item .txt{font-size: 14px; color: #333; height: 50px; line-height: 25px; overflow: hidden; margin-top: 10px;}
.index2 .list1 .item .mm{width: 120px; height: 32px; line-height: 30px; border: 1px solid #BEBEBE; display: inline-block; font-size: 14px; color: #6C6B6A; margin-top: 20px; position: relative; padding-right: 20px; text-align: center;}
.index2 .list1 .item .mm::before{content: "+"; width: 16px; height: 16px; line-height: 14px; font-size: 12px; color: #6C6B6A; text-align: center; border: 1px solid #6C6B6A; border-radius: 50%; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto;}
.index2 .list1 .item:nth-child(1) .title{background-image: url(../images/idx2-icon01.png);}
.index2 .list1 .item:nth-child(2) .title{background-image: url(../images/idx2-icon02.png);}
.index2 .list1 .item .mm:hover{background-color: #FF3800; color: #fff; border-color: #FF3800;}
.index2 .list1 .item .mm:hover:before{border-color: #fff; color: #fff;}
.index2 .imgbox{text-align: center; overflow: hidden;}
.index2 .imgbox img{width: 100%; height: auto;}
.index2 .box2{margin-top: 40px;}
.index2 .list2{overflow: hidden; width: 100%;}
.index2 .list2 li{width: 33.333%; float: left; text-align: center;}
.index2 .list2 .item{display: inline-block; text-align: left; padding-left: 95px; background-repeat: no-repeat; background-position: left center;}
.index2 .list2 .item .txt1{font-size: 17px; color: #333; font-weight: bold;}
.index2 .list2 .item .txt1 span{font-size: 48px; color: #333; line-height: 50px;}
.index2 .list2 .item .txt2{font-size: 14px; color: #333; line-height: 20px;}
.index2 .list2 li:nth-child(1) .item{background-image: url(../images/idx2-icon1.png);}
.index2 .list2 li:nth-child(2) .item{background-image: url(../images/idx2-icon2.png);}
.index2 .list2 li:nth-child(3) .item{background-image: url(../images/idx2-icon3.png);}
/*  */
.index3{width: 100%; padding: 80px 0 0 0; background-color: #F5F5F5; overflow: hidden;}
.index3 .list{width: calc(100% + 20px);}
.index3 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index3 .item{width: 100%;}
.index3 .item a{display: block; width: 100%; height: 100%;}
.index3 .item .imgbox{position: relative; overflow: hidden;}
.index3 .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.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 .txtbox{background-color: #fff; padding: 25px;}
.index3 .item .txtbox .title{font-size: 18px; color: #333; font-weight: bold;}
.index3 .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 10px;}
.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);}
.index3 .item:hover .txtbox{background-color: #FF3800;}
.index3 .item:hover .txtbox .title{color: #fff;}
.index3 .item:hover .txtbox .txt{color: #fff;}
/*  */
.index4{width: 100%; background-color: #f5f5f5; padding: 110px 0 180px 0; position: relative; overflow: hidden;}
.index4 .container2{width: 100%; height: 100%; padding-left: 8%; padding: 80px 0 80px 8%; position: relative;}
.index4 .container2::before{content: ""; position: absolute; top: 0; left: 0; width: 45%; height: 100%; background-color: #c7c8ca;}
.index4 .left{position: relative; z-index: 1; width: 24%; padding-right: 40px;}
.index4 .right{position: relative; z-index: 1; width: 76%;}
.index4 .title-idx4{width: 100%; overflow: hidden;}
.index4 .title-idx4 .title1{font-size: 40px; color: #fff; font-weight: bold; line-height: 50px;}
.index4 .title-idx4 .title2{font-size: 28px; color: #fff; font-weight: bold; padding-left: 70px; line-height: 40px; background: url(../images/title_icon2.png) no-repeat left center;}
.index4 .title-idx4 .title-more{float: left; width: 40px; height: 40px; border: 4px solid #fff; line-height: 32px; margin: 25px 0 0 80px; font-size: 30px; color: #fff; text-align: center; border-radius: 50%;}
.index4 .list{width: calc(100% + 20px);}
.index4 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.index4 .item{width: 100%; position: relative;}
.index4 .item a{display: block; width: 100%; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.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 .txtbox{position: absolute; bottom: -180px; right: 0; width: calc(100% - 40px); background-color: #fff; padding: 35px;}
.index4 .item .txtbox .title{font-size: 18px; color: #333; font-weight: bold; line-height: 25px;}
.index4 .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 10px;}
.index4 .item .txtbox .time{font-size: 14px; color: #999; margin-top: 10px; line-height: 20px;}
.index4 .item .txtbox .mm{width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; background-color: #F97664; border-radius: 50%; margin-top: 10px;}
.index4 .item:hover .imgbox .img{transform: scale(1.1);}
.index4 .item:hover .txtbox{bottom: -100px;}
/*  */
.index5{width: 100%; padding: 80px 0; background-color: #fff; overflow: hidden;}
.index5 .content{position: relative;}
.index5 .item{position: relative; overflow: hidden; border: 1px solid #E5E5E5;}
.index5 .item::before{content: ""; display: block; padding-top: 50%;}
.index5 .item img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; height: auto; max-height: 100%;}
.index5 .item:hover{border-color: #ff3500;}
.index5 .idx5-prev, .index5 .idx5-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 24px;}
.index5 .idx5-prev{right: 100%; color: #FF4909;}
.index5 .idx5-next{left: 100%; color: #333;}
/*  */
.foot1{width: 100%; background-color: #252729;}
.foot1 .foot_nav{width: 100%; border-bottom: 1px solid #545557;}
.foot1 .foot_nav ul{display: inline-block; width: 100%;}
.foot1 .foot_nav ul li{float: left; text-align: center;}
.foot1 .foot_nav ul li a{display: block; width: 100%; line-height: 100px; padding: 0 30px; font-size: 14px; color: #fff;}
.foot1 .foot_nav ul li a:hover{text-decoration:underline}
.foot1 .content{display: flex; justify-content: space-between; padding: 35px 0;}
.foot1 .foot_txt1{width: 40%; float: left; padding: 20px 40px;}
.foot1 .foot_txt1 .txt{font-size: 14px; color: #fff; line-height: 25px; text-align: left;}
.foot1 .foot_txt2{width: 40%; float: left; padding: 20px 40px;}
.foot1 .foot_txt2 .txt{font-size: 14px; color: #fff; line-height: 25px; text-align: left;}
.foot1 .QR_box{width: 20%; float: left; text-align: left;}
.foot1 .QR_box .box{border: 1px solid #444e5f; padding: 10px; overflow: hidden; zoom: 1;}
.foot1 .QR_box img{width: 110px; height: 110px; float: left;}
.foot1 .QR_box .QR_txt{float: left; font-size: 14px; color: #fff; width: calc(100% - 110px); text-align: center; line-height: 30px; padding: 20px 0 0 0;}
.foot2{width: 100%; text-align: left; padding: 15px 0; background-color: #252729;}
.foot2 .txt{font-size: 14px; color: #fff; line-height: 20px;}
.foot2 .txt a{color: #fff;}

/*  */
.inner_page{width: 100%; padding: 50px 0; min-height: 500px; overflow: hidden; background-color: #f5f5f5;}
.banner-inner{width: 100%; font-size: 0; text-align: center; overflow: hidden; position: relative;}
.banner-inner img{width: 100%; height: auto;}
.banner-inner .mask{bottom: 35%; left: 10%; position: absolute; z-index: 1; text-align: left;}
.banner-inner .mask .txt1{font-size: 40px; color: #333; font-weight: bold; line-height: 1;}
.banner-inner .mask .txt2{font-size: 28px; color: #333; padding-left: 70px; font-weight: bold; line-height: 35px; margin-top: 10px; background: url(../images/title_icon1.png) no-repeat left center;}
.title-inner{overflow: hidden; margin-bottom: 30px;}
.title-inner .title1{font-size: 14px; color: #333; line-height: 20px;}
.title-inner .title1 span{color: #ff3500;}
.title-inner .title1 a{color: #333;}
.sideBar-inner{text-align: center; margin-bottom: 40px;}
.sideBar-inner .list{display: inline-block; font-size: 0;}
.sideBar-inner .list li{display: inline-block; padding: 0 15px;}
.sideBar-inner .list li span{padding: 0 50px; line-height: 30px; height: 30px; font-size: 18px; color: #333;}
.sideBar-inner .list li span:hover{color: #ff4100;}

/*  */
.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%;}
.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: 70%;}
.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{background-color: #fff; padding: 25px;}
.product-page .item .txtbox .title{font-size: 18px; color: #333; font-weight: bold;}
.product-page .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 10px;}
.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);}
.product-page .item:hover .txtbox{background-color: #FF3800;}
.product-page .item:hover .txtbox .title{color: #fff;}
.product-page .item:hover .txtbox .txt{color: #fff;}
/*  */
.productShow-page{width: 100%; overflow: hidden;}
.productShow-page .left{width: 30%;}
.productShow-page .right{width: 70%; padding-left: 40px;}
.productShow-page .imgbox{text-align: center; overflow: hidden;}
.productShow-page .imgbox img{width: 100%; height: auto;}
.productShow-page .right .title{font-size: 36px; color: #333; line-height: 1.5; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #C4C4C4;}
.productShow-page .right .txt{font-size: 14px; color: #666; line-height: 35px; margin-top: 20px;}
.productShow-page .con{margin-top: 20px;}
.productShow-page .con .txts{font-size: 14px; color: #333; line-height: 25px;}
.productShow-page .con .txts img{max-width: 100%; height: auto;}

/*  */
.jsys-page{width: 100%; overflow: hidden;}
.jsys-page .list li{width: 100%; margin-bottom: 100px; padding: 0 110px;}
.jsys-page .item{width: 100%; position: relative;}
.jsys-page .item .imgbox{width: 65%; float: left; text-align: center; overflow: hidden; position: absolute; top: 0; left: 0;}
.jsys-page .item .imgbox::before{content: ""; display: block; padding-top: 58%;}
.jsys-page .item .imgbox .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.jsys-page .item .txtbox{width: 41%; position: relative; z-index: 1; margin-top: 70px; float: right; background-color: #fff; padding: 70px 35px 10px 35px; border-top: 4px solid #FF4400;}
.jsys-page .item .txtbox .txt1{font-size: 24px; color: #333; font-weight: bold; line-height: 30px;}
.jsys-page .item .txtbox .txt2{font-size: 32px; color: #333; font-weight: bold; line-height: 32px; max-height: 96px; margin-top: 10px; overflow: hidden;}
.jsys-page .item .txtbox .txt3{font-size: 14px; color: #999; line-height: 25px; height: 75px; margin-top: 30px; overflow: hidden;}
.jsys-page .item .txtbox .mm{width: 30px; height: 30px; line-height: 30px; font-size: 18px; color: #fff; margin-top: 25px; border-radius: 50%; text-align: center; background-color: #FF4200;}
.jsys-page .item:hover .imgbox .img{transform: scale(1.1);}
.jsys-page .list li:nth-child(even){margin-bottom: 140px;}
.jsys-page .list li:nth-child(even) .imgbox{left: auto; right: 0; top: 40px;}
.jsys-page .list li:nth-child(even) .txtbox{float: left; margin-top: 0;}

/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .title-about{margin-bottom: 40px; text-align: center;}
.about-page .title-about .title1{font-size: 36px; color: #333; font-weight: bold;}
.about-page .title-about .title1 span{text-transform: uppercase;}
.about-page .title-about .title2{font-size: 24px; color: #666; line-height: 25px; margin-top: 15px;}
.about-page .box1{width: 100%; padding: 0 0 50px 0;}
.about-page .box1 .txtbox{font-size: 14px; color: #666; line-height: 25px; width: 70%; margin: 0 auto; text-align: left;}
.about-page .box1 .list{overflow: hidden; width: 100%; margin-top: 50px;}
.about-page .box1 .list li{width: 33.333%; float: left; text-align: center;}
.about-page .box1 .list .item{display: inline-block; text-align: left; padding-left: 95px; background-repeat: no-repeat; background-position: left center;}
.about-page .box1 .list .item .txt1{font-size: 17px; color: #333; font-weight: bold;}
.about-page .box1 .list .item .txt1 span{font-size: 48px; color: #333; line-height: 50px;}
.about-page .box1 .txtbox img{max-width: 100%; height: auto; margin-bottom: 10px}
.about-page .box1 .txtbox p{margin-bottom: 10px}
.about-page .box1 .list .item .txt2{font-size: 14px; color: #333; line-height: 20px;}
.about-page .box1 .list li:nth-child(1) .item{background-image: url(../images/idx2-icon1.png);}
.about-page .box1 .list li:nth-child(2) .item{background-image: url(../images/idx2-icon2.png);}
.about-page .box1 .list li:nth-child(3) .item{background-image: url(../images/idx2-icon3.png);}
.about-page .box2{padding: 50px 0; background: url(../images/about_bg11.png) no-repeat center center; background-size: cover;}
.about-page .box2 .title-about .title1{color: #363636;}
.about-page .box2 .about_box2{width: 100%; position: relative; overflow: hidden;}
.about-page .box2 .about_box2::before{content: ""; position: absolute; top: 55px; left: 0; width: 100%; height: 1px; background-color: #fff;}
.about-page .box2 .about_box2 .item{width: 100%; padding: 0 30px; position: relative;}
.about-page .box2 .about_box2 .item::before{content: ""; position: absolute; top: 50px; left: 0; right: 0; margin: auto; width: 10px; height: 10px; background-color: #fff; border-radius: 50%;}
.about-page .box2 .about_box2 .time{text-align: center; font-size: 28px; color: #363636; line-height: 35px; font-weight: bold;}
.about-page .box2 .about_box2 .txt{font-size: 14px; color: #363636; margin-top: 40px; line-height: 25px;text-align: center;}
.about-page .box3{width: 100%; padding: 50px 0;}
.about-page .box3 .list{width: calc(100% + 20px);}
.about-page .box3 .list li{width: calc(100% / 6 - 20px); float: left; margin: 0 20px 20px 0;}
.about-page .box3 .item{position: relative; overflow: hidden; border: 1px solid #ddd;}
.about-page .box3 .item::before{content: ""; display: block; padding-top: 50%;}
.about-page .box3 .item img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}

/*  */
.jszx-page{width: 100%; overflow: hidden;}
.jszx-page .list{width: calc(100% + 20px);}
.jszx-page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.jszx-page .item{width: 100%; position: relative;}
.jszx-page .item a{display: block; width: 100%; height: 100%;}
.jszx-page .item .imgbox{position: relative; overflow: hidden;}
.jszx-page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.jszx-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;}
.jszx-page .item .txtbox{position: relative; width: calc(100% - 40px); background-color: #fff; padding: 35px; float: right; margin-top: -35px;}
.jszx-page .item .txtbox .title{font-size: 18px; color: #333; font-weight: bold; line-height: 25px;}
.jszx-page .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 10px;}
.jszx-page .item .txtbox .time{font-size: 14px; color: #999; margin-top: 10px; line-height: 20px;}
.jszx-page .item .txtbox .mm{width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; background-color: #F97664; border-radius: 50%; margin-top: 10px;}
.jszx-page .item:hover .imgbox .img{transform: scale(1.1);}
.jszx-page .item:hover .txtbox{margin-top: -80px;}

/*  */
.jszxShow-page{width: 100%; overflow: hidden;}
.jszxShow-page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.jszxShow-page .title h4{font-size: 18px; color: #333;}
.jszxShow-page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.jszxShow-page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.jszxShow-page .imgbox img{max-width: 100%; height: auto;}
.jszxShow-page .txtbox{margin-bottom: 20px;}
.jszxShow-page .txtbox p{font-size: 14px; color: #333; line-height: 24px;}




/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .left{width: 25%; padding: 0 50px;}
.contact-page .right{width: 75%; padding: 0 50px;}
.contact-page .title1{margin-bottom: 20px;}
.contact-page .title1 .tit1{font-size: 28px; color: #333; font-weight: bold;}
.contact-page .title1 .tit2{font-size: 28px; color: #333; font-weight: bold;}
.contact-page .txt{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 40px;}
.contact-page .tel{width: 100%;}
.contact-page .tel .tel-name1{font-size: 14px; color: #333;}
.contact-page .tel .tel-name2{font-size: 28px; color: #333; font-weight: bold;}
.contact-page .title2{font-size: 27px; color: #333; font-weight: bold; margin-bottom: 20px;}
.contact-page .form-box{width: 100%;}
.contact-page .form-box .form-txt{width: 100%; border: none; height: 50px; border-bottom: 1px solid #CCCCCC; font-size: 16px; color: #333; padding: 0 15px; outline:none; margin-bottom: 20px;}
.contact-page .form-box .form-txts{width: 100%; border: none; height: 100px; border-bottom: 1px solid #CCCCCC; font-size: 16px; color: #333; padding: 0 15px; outline:none; margin-bottom: 15px;}
.contact-page .form-box .form-btn{width: 100%; height: 40px; line-height: 40px; text-align: center; background-color: #FF4500; font-size: 16px; color: #fff; border: none;}


.jlfanye {
    /*float:right;*/
    width: 100%;
    height: 28px;
    margin: 18px 0 0 0;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

@media (max-width: 1499px){
    .header .header-content .left{padding: 0 0 0 20px;}
    .header .header-nav .item>a{padding: 20px 15px;}
    .header .head-tel{width: 90px;}
    .header .head-search{width: 90px;}
    .index4 .container2{padding: 80px 0 80px 5%;}
    .index4 .left{padding-right: 20px;}
    .index4 .title-idx4 .title1{font-size: 30px;}
    /*  */
    .jsys-page .item .txtbox{padding: 30px;}

}

@media (max-width: 1199px){
    .header .header-content .left{padding: 0 0 0 10px;}
    .header .header-nav .item>a{padding: 20px 10px; font-size: 14px;}
    .title-index .title1{font-size: 30px; line-height: 40px;}
    .title-index .title2{font-size: 20px; line-height: 30px; background-size: 40px; padding-left: 50px;}
    .title-index .title-more{margin-top: 15px;}
    .index1{padding: 60px 0;}
    .index1 .title-index{margin-bottom: 60px;}
    .index2{padding: 60px 0;}
    .index2 .list1 .item{padding: 15px;}
    .index2 .list1 .item .title{font-size: 16px; background-size: 30px; height: 40px; line-height: 55px; padding-left: 40px;}
    .index2 .list1 .item .mm{margin-top: 10px;}
    .index2 .left{padding-right: 20px;}
    .index2 .right{padding-left: 20px;}
    .index2 .list1 .item .txt{height: 40px; line-height: 20px;}
    .index2 .list2 .item{background-size: 50px; padding-left: 70px;}
    .index2 .list2 .item .txt1 span{font-size: 38px;}
    .index3{padding: 60px 0 0 0;}
    .index3 .item .txtbox{padding: 15px;}
    .index3 .item .txtbox .title{font-size: 16px;}
    .index4{padding: 60px 0 100px 0;}
    .index4 .container2{padding: 50px 0 50px 2%;}
    .index4 .title-idx4 .title1{font-size: 26px; line-height: 40px;}
    .index4 .title-idx4 .title2{font-size: 20px; background-size: 40px; line-height: 30px; padding-left: 50px;}
    .index4 .title-idx4 .title-more{margin: 15px 0 0 50px;}
    .index4 .item .txtbox{padding: 15px; bottom: -130px;}
    .index4 .item .txtbox .title{font-size: 16px;}
    .index4 .item .txtbox .txt{font-size: 12px;}
    .index5 .idx5-prev, .index5 .idx5-next{display: none;}
    /*  */
    .inner_page{padding: 40px 0;}
    .banner-inner .mask .txt1{font-size: 30px;}
    .banner-inner .mask .txt2{font-size: 20px; background-size: 40px; padding-left: 50px; line-height: 30px; margin-top: 5px;}
    .product-page .item .txtbox{padding: 15px;}
    .product-page .item .txtbox .title{font-size: 16px;}
    .productShow-page .right .title{font-size: 30px;}
    .jsys-page .list li{padding: 0; margin-bottom: 50px;}
    .jsys-page .item .txtbox .txt1{font-size: 20px;}
    .jsys-page .item .txtbox .txt2{font-size: 24px; line-height: 30px; max-height: 90px; margin-top: 5px;}
    .jsys-page .item .txtbox .txt3{margin-top: 20px;}
    .jsys-page .item .txtbox .mm{margin-top: 15px;}
    .sideBar-inner{margin-bottom: 30px;}
    .sideBar-inner .list li{padding: 0 10px;}
    .sideBar-inner .list li span{font-size: 16px; padding: 0 25px;}
    .about-page .title-about .title1{font-size: 28px;}
    .about-page .title-about .title2{font-size: 20px;}
    .about-page .box1{padding: 0 0 40px 0;}
    .about-page .box1 .txtbox{width: 100%;}
    .about-page .box1 .list{margin-top: 40px;}
    .about-page .box1 .list .item{background-size: 50px; padding-left: 70px;}
    .about-page .box1 .list .item .txt1 span{font-size: 38px;}
    .about-page .box2{padding: 40px 0;}
    .about-page .box3{padding: 40px 0;}
    .contact-page .left{padding: 0 20px;}
    .contact-page .right{padding: 0 20px;}
    
    
}

@media (min-width:992px){
    .header .header-nav{display: block !important;}
}

@media (max-width:991px){
    .header .header-content{position: fixed; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .head-right{display: none;}
    .header .header-content .left{width: 80%;}
    .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%; height: 40px;}
    .header .header-nav .item>a{color: #333; line-height: 40px; font-size: 14px; padding: 0;}
    .header .header-nav .item>a span{display: none;}
    .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 .nav-down{display: none !important;}
    .banner{margin-top: 80px;}
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 20px; line-height: 30px;}
    .title-index .title2{font-size: 16px; line-height: 20px;}
    .title-index .title-more{width: 30px; height: 30px;}
    .index1{padding: 30px 0;}
    .index1 .title-index{margin-bottom: 30px;}
    .index1 .list{width: calc(100% + 20px);}
    .index1 .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .index1 .item .mask{padding: 10px;}
    .index1 .item .title{font-size: 16px;}
    .index1 .item .txt{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 10px;}
    .index2{padding: 30px 0;}
    .index2 .list1 .item{padding: 10px;}
    .index2 .left{padding-right: 10px;}
    .index2 .right{padding-left: 10px;}
    .index2 .box2{margin-top: 20px;}
    .index2 .list2 .item .txt1{font-size: 14px; line-height: 40px; height: 40px;}
    .index2 .list2 .item .txt1 span{font-size: 26px;}
    .index2 .list2 .item .txt2{font-size: 12px;}
    .index3{padding: 40px 0 0 0;}
    .index3 .item .txtbox{padding: 10px;}
    .index3 .item .txtbox .title{font-size: 14px;}
    .index3 .item .txtbox .txt{font-size: 12px; margin-top: 5px;}
    .index4{padding: 40px 0 80px 0;}
    .index4 .container2{padding: 30px 0 30px 10px;}
    .index4 .title-idx4 .title1{font-size: 20px; line-height: 30px;}
    .index4 .title-idx4 .title2{font-size: 18px; line-height: 30px;}
    .index4 .item .txtbox{padding: 10px; bottom: -100px;}
    .index4 .item .txtbox .title{font-size: 14px;}
    .index4 .item .txtbox .txt{margin-top: 5px;}
    .index4 .item .txtbox .time{font-size: 12px; margin-top: 5px;}
    .index4 .item .txtbox .mm{width: 20px; height: 20px; line-height: 20px; margin-top: 5px;}
    .index5{padding: 40px 0;}
    .foot1{display: none;}
    /*  */
    .inner_page{padding: 30px 0;}
    .banner-inner{margin-top: 80px;}
    .banner-inner .mask .txt1{font-size: 20px;}
    .banner-inner .mask .txt2{font-size: 16px; background-size: 30px; padding-left: 40px;}
    .sideBar-inner{margin-bottom: 20px;}
    .sideBar-inner .list li span{padding: 0 20px;}
    
    .product-page .item .txtbox{padding: 10px;}
    .product-page .item .txtbox .title{font-size: 14px;}
    .product-page .item .txtbox .txt{font-size: 12px; margin-top: 5px;}
    .productShow-page .right .title{font-size: 24px;}
    .productShow-page .right .txt{line-height: 25px;}
    .jsys-page .item .txtbox{padding: 15px;}
    .jsys-page .item .txtbox .txt1{font-size: 16px; line-height: 20px;}
    .jsys-page .item .txtbox .txt2{font-size: 18px; line-height: 25px; max-height: 75px;}
    .jsys-page .item .txtbox .txt3{margin-top: 10px; height: 60px; line-height: 20px;}
    .jsys-page .list li:nth-child(even) .imgbox{top: 0;}
    .about-page .title-about{margin-bottom: 20px;}
    .about-page .title-about .title1{font-size: 22px;}
    .about-page .title-about .title2{font-size: 18;}
    .about-page .box1{padding: 0 0 30px 0;}
    .about-page .box1 .list{margin-top: 30px;}
    .about-page .box1 .list .item .txt1{font-size: 14px; line-height: 40px; height: 40px;}
    .about-page .box1 .list .item .txt1 span{font-size: 26px;}
    .about-page .box1 .list .item .txt2{font-size: 12px;}
    .about-page .box2{padding: 30px 0;}
    .about-page .box2 .about_box2 .item{padding: 0 10px;}
    .about-page .box2 .about_box2 .time{font-size: 22px;}
    .about-page .box2 .about_box2 .txt{font-size: 12px;}
    .about-page .box3 .list li{width: calc(100% / 4 - 20px);}
    .contact-page .title1 .tit1{font-size: 22px;}
    .contact-page .title1 .tit2{font-size: 22px;}
    .contact-page .left{width: 30%;}
    .contact-page .right{width: 70%;}
    .contact-page .title2{font-size: 22px;}
}

@media (min-width: 751px){
    .sideBar .sideBar-list{display: block!important;}
}

@media (max-width:750px){
    .header .header-content{height: 80px;}
    .banner{margin-top: 80px;}
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{background-size: 30px; padding-left: 40px;}
    .title-index .title-more{margin-top: 10px;}
    .index1{padding: 20px 0;}
    .index1 .title-index{margin-bottom: 20px;}
    .index1 .list{width: 100%;}
    .index1 .list li{width: 100%; margin: 0 0 15px 0;}
    .index1 .item{padding-bottom: 0;}
    .index1 .item .title{font-size: 14px; font-weight: bold;}
    .index1 .item .txt{margin-bottom: 5px;}
    .index1 .item .mask{position: static; width: 100%;}
    .index2{padding: 20px 0;}
    .index2 .left{width: 100%; padding: 0;}
    .index2 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index2 .list1 .item .title{font-size: 14px; font-weight: bold; background-size: 20px; height: 30px; line-height: 30px; padding-left: 30px;}
    .index2 .list1 .item .txt{font-size: 12px;}
    .index2 .list1 .item .mm{width: 100px; font-size: 12px;}
    .index2 .list1 .item .mm::before{right: 10px;}
    .index2 .box2{display: none;}
    .index3{padding: 20px 0 0 0;}
    .index3 .list{width: calc(100% + 10px);}
    .index3 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index3 .item .txtbox{padding: 5px;}
    .index4{padding: 20px 0 0 0;}
    .index4 .container2{padding: 20px 10px;}
    .index4 .container2::before{width: 100%;}
    .index4 .left{width: 100%; padding: 0;}
    .index4 .right{width: 100%; margin-top: 15px;}
    .index4 .title-idx4 .title1{font-size: 16px;}
    .index4 .title-idx4 .title2{font-size: 16px; background-size: 30px; padding-left: 40px;}
    .index4 .title-idx4 .title-more{width: 30px; height: 30px; border: 2px solid #fff; line-height: 26px; font-size: 16px; margin: 10px 0 0 0;}
    .index4 .list{width: 100%;}
    .index4 .list li{width: 100%; margin: 0 0 15px 0;}
    .index4 .item .txtbox{position: static; bottom: 0; width: 100%; padding: 5px;}
    .index4 .item .txtbox .title{line-height: 20px;}
    .index5{padding: 20px 0;}
    /*  */
    .inner_page{padding: 20px 0;}
    .banner-inner .mask .txt1{font-size: 18px;}
    .banner-inner .mask .txt2{font-size: 14px; background-size: 20px; padding-left: 30px; margin-top: 0px;line-height: 20px; }
    .sideBar-inner{margin-bottom: 15px;}
    .sideBar-inner .list{width: 100%;}
    .sideBar-inner .list li{padding: 0 5px; width: 33.333%;}
    .sideBar-inner .list li span{width: 100%; padding: 0; font-size: 14px;}
    .title-inner{margin-bottom: 15px;}
    .product-page .list{width: calc(100% + 10px);}
    .product-page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product-page .item .txtbox{padding: 5px;}
    .productShow-page .left{width: 100%;}
    .productShow-page .right{width: 100%; padding: 0; margin-top: 10px;}
    .productShow-page .right .title{font-size: 18px;}
    .productShow-page .right .txt{margin-top: 10px;}
    .jsys-page .list li{margin-bottom: 15px;}
    .jsys-page .item .imgbox{position: relative; width: 100%;}
    .jsys-page .item .txtbox{width: 100%; padding: 10px 0; margin-top: 10px;}
    .jsys-page .item .txtbox .txt1{font-size: 14px;}
    .jsys-page .item .txtbox .txt2{font-size: 16px; line-height: 20px; max-height: 60px;}
    .jsys-page .item .txtbox .txt3{font-size: 12px;}
    .jsys-page .item .txtbox .mm{margin-top: 10px;}
    .jsys-page .list li:nth-child(even){margin-bottom: 15px;}
    .about-page .title-about{margin-bottom: 15px;}
    .about-page .title-about .title1{font-size: 18px;}
    .about-page .title-about .title2{font-size: 16px; line-height: 20px;}
    .about-page .box1 .txtbox{font-size: 12px; line-height: 20px;}
    .about-page .box1 .list{display: none;}
    .about-page .box2{padding: 20px 0;}
    .about-page .box2 .about_box2 .time{font-size: 18px;}
    .about-page .box2 .about_box2 .item{padding: 0 5px;}
    .about-page .box3{padding: 20px 0;}
    .about-page .box3 .list{width: calc(100% + 10px);}
    .about-page .box3 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .jszx-page .list{width: 100%;}
    .jszx-page .list li{width: 100%; margin: 0 0 15px 0;}
    .jszx-page .item .txtbox{position: static; bottom: 0; width: 100%; padding: 5px; margin-top: 0;}
    .jszx-page .item .txtbox .title{line-height: 20px;}
    .jszx-page .item:hover .txtbox{margin-top: 0;}
    .contact-page .left{width: 100%; padding: 0;}
    .contact-page .title1{margin-bottom: 15px;}
    .contact-page .title1 .tit1{font-size: 16px;}
    .contact-page .title1 .tit2{font-size: 16px;}
    .contact-page .txt{font-size: 12px; margin-bottom: 15px;}
    .contact-page .tel .tel-name1{font-size: 12px;}
    .contact-page .tel .tel-name2{font-size: 18px;}
    .contact-page .right{width: 100%; padding: 0; margin-top: 15px;}
    .contact-page .title2{font-size: 16px; margin-bottom: 15px;}
    .contact-page .form-box .form-txt{height: 30px; margin-bottom: 10px; font-size: 14px; padding: 0;}
    .contact-page .form-box .form-txts{height: 60px; margin-bottom: 10px; font-size: 14px; padding: 0;}
    .contact-page .form-box .form-btn{width: 100%; height: 30px; line-height: 30px; font-size: 14px;}

    .jszxShow-page td{width: 100%; display: block;}
}









