@charset "utf-8";

@import url(public.css);
a{ color:#222}
a:hover{ color:#f00}
/* 头部 */
.header{width: 100%; position: relative;}
.header .header_content{width: 100%; background-color: #fff; height:120px; overflow:hidden; position: relative;}
.header .header_content .container{display: flex; align-items: center; justify-content: space-between;}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 314px; height:auto;}
.header .header_content .header_txt{float: left; position: relative;}
.header .header_content .header_txt img{max-width: 223px; max-height: 100%;}
.header .header_content .header_tel{background: url("../images/header_tel.png") no-repeat left 50%; padding-left: 50px;}
.header .header_content .header_tel .txt1{font-size: 16px; color: #060001; font-weight: bold;}
.header .header_content .header_tel .txt1 span{font-size: 24px; color: #7e3357; font-family: Arial;}
/*  */
.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:#7E3658; 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: #181818;}
.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: 10%; height: 53px; text-align: center;}
.header .header_nav .item>a{color: #FFFFFF; font-size: 14px; line-height: 53px; display: block; overflow: hidden; position: relative;}
.header .header_nav .item>a:after{content: ""; display: block; width: 1px; height: 20px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background: #fff;}
.header .header_nav .item:last-child>a:after{display: none;}
.header .header_nav .item:hover>a{background-color: #7E3658;}
.header .header_nav .item.act>a{background-color: #7E3658;}
.header .header_nav .nav_down{display: none; position:absolute; top:100%; width: 100%; left: 0; background-color: rgba(0,0,0,0.8); z-index:9; text-align: left; padding: 25px 0 40px 0;}
.header .header_nav .nav_down dl{width: 33.333%; float: left; padding-right: 20px;}
.header .header_nav .nav_down dl dt{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.header .header_nav .nav_down dl dd{width: 50%; float: left; padding-right: 20px;}
.header .header_nav .nav_down dl dd a{display: block; font-size: 16px; color: #fff; line-height: 40px;}
.header .header_nav .nav_down dl dd a:hover{text-decoration:underline;}
.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%;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #7E3658;}
.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%; padding: 15px 0; background-color: #fff; border-bottom: 1px solid #D1D1D1; overflow: hidden;}
.search_top .left{float: left; overflow: hidden; zoom: 1; width: calc(100% - 420px);}
.search_top .right{float: right;}
.search_top .title{width: 155px; float: left; line-height: 50px; font-size: 16px; color: #191919; padding-left: 45px; background: url(../images/top_search_icon1.png) no-repeat left center;}
.search_top .list{width: calc(100% - 155px); float: left; overflow: hidden; zoom: 1;}
.search_top .list li{float: left; margin-right: 30px; line-height: 50px;}
.search_top .list li a{font-size: 16px; color: #999999; display: block;}
.search_top .list li a:hover{text-decoration:underline!important; color: #7E3658;}
.search_top .formBox{width: 410px; height: 50px; overflow: hidden; zoom: 1; border: 2px solid #181818; background: url(../images/top_search_icon2.png) no-repeat 15px center;}
.search_top .formBox .fTxt{width: calc(100% - 120px); height: 100%; float: left; border: none; font-size: 14px; padding: 0 10px 0 0; margin-left: 50px; font-size: 16px; color: #333; border-right: 2px solid #181818; outline:none;}
.search_top .formBox .fBtn{width: 70px; float: left; height: 100%; font-size: 16px; color: #fff; line-height: 46px; position: relative; border: 1px solid #fff; background-color: #181818; outline:none;}

/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #181818; 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;}

/*  */
.titleIndex{width: 100%; text-align: center; overflow: hidden;}
.titleIndex .title1{font-size: 36px; color: #191919; font-weight: bold; margin-bottom: 10px;}
.titleIndex .title2{display: inline-block; position: relative; min-width: 240px; line-height: 30px; border: 1px solid #181818; font-size: 24px; color: #191919; text-transform: uppercase; border: 2px solid #191919; font-family: "Courier New";}
.titleIndex .title2::before, .titleIndex .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 200px; height: 1px; background-color: #191919;}
.titleIndex .title2::before{right: 100%;}
.titleIndex .title2::after{left: 100%;}
/*  */
.index1{width: 100%; padding: 60px 0; overflow: hidden; background-color: #F4F4F4;}
.index1 .list{width: calc(100% + 20px);}
.index1 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 0 0;}
.index1 .item{width: 100%;}
.index1 .item .videos{width: 100%; position: relative; overflow: hidden;}
.index1 .item .videos::before{content: ""; display: block; padding-top: 78%;}
.index1 .item .videos video{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.index1 .item .txt{font-size: 16px; color: #191919; text-align: center; line-height: 40px;}
/*  */
.index2{width: 100%; padding: 50px 0; overflow: hidden; background-color: #fff;}
.index2 .tabIndex2{width: 100%; text-align: center; margin-bottom: 20px;}
.index2 .tabIndex2 .tabList{width: 100%; display: flex; display: -webkit-flex; justify-content: center; flex-wrap: wrap;}
.index2 .tabIndex2 .tabList li{padding: 0 1px 2px 1px;}
.index2 .tabIndex2 .tabList li a{display: block; width: 140px; height: 40px; line-height: 40px; text-align: center; background-color: #181818; font-size: 16px; color: #fff;}
.index2 .tabIndex2 .tabList .select a{background-color: #7E3658;}
.index2 .tabContent{width: 100%;}
.index2 .tabContent .con{display: none;}
.index2 .tabContent .con.act{display: block;}
.index2 .list1{width: 100%; overflow: hidden; text-align: center;}
.index2 .list1 ul{display: inline-block; overflow: hidden;}
.index2 .list1 li{float: left; padding: 3px 10px; position: relative;}
.index2 .list1 li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #333;}
.index2 .list1 li:last-child::before{display: none;}
.index2 .list1 li a{font-size: 14px; color: #191919; line-height: 20px;}
.index2 .list2{width: 100%; margin-top: 30px;}
.index2 .list2 ul{width: calc(100% + 30px);}
.index2 .list2 ul li{width: calc(100% / 4 - 30px); float: left; margin: 0 30px 30px 0;}
.index2 .item{width: 100%; border: 1px solid #E0E0E0; box-shadow: 0 0 20px 5px #efefef;}
.index2 .item a{display: block; width: 100%; height: 100%;}
.index2 .item .imgbox{position: relative; overflow: hidden;}
.index2 .item .imgbox::before{content: ""; display: block; padding-top: 95%;}
.index2 .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;}
.index2 .item .txt1{border-top: 1px solid #E0E0E0; line-height: 36px; text-align: center; font-size: 16px; color: #191919; border-bottom:1px solid #d8d8d8; font-family: Arial; text-transform: uppercase;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.index2 .item .txt1:nth-child(3){ border-top:none;}
.index2 .item .txt1 span{ color:#E80000;}
.index2 .item .txt2{border-top: 1px solid #ECECEC; line-height: 36px; text-align: center; background: linear-gradient(#EAE9E9, #F8F8F8)}
.index2 .item .txt2 span{display: inline-block; position: relative; padding: 0 15px; font-size: 14px; color: #191919;}
.index2 .item .txt2 span::before,.index2 .item .txt2 span::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 2px; background-color: #181818;}
.index2 .item .txt2 span::before{left: 100%;}
.index2 .item .txt2 span::after{right: 100%;}
.index2 .item:hover .imgbox .img{transform: scale(1.1);}
/*  */
.index3{width: 100%; padding: 100px 0; overflow: hidden; background: url(../images/idx3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .title{text-align: center; margin-bottom: 20px;}
.index3 .title img{max-width: 100%; height: auto;}
.index3 .txt{text-align: center; position: relative;}
.index3 .txt span{display: inline-block; font-size: 38px; color: #191919; background-color: #fff; padding: 0 20px; line-height: 60px; border-radius: 5px; font-weight: bold;}
.index3 .tel{margin-top: 60px; padding-top: 60px; position: relative; text-align: center;}
.index3 .tel::before{content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 55px; height: 6px; background-color: #fff;}
.index3 .tel .telBox{display: inline-block; font-size: 22px; color: #ffffff; background: url(../images/idx3_tel.png) no-repeat left center; padding-left: 45px; line-height: 35px;}
.index3 .tel .telBox span{font-size: 24px; color: #fff; font-family: Arial;}
/*  */
.index4{width: 100%; padding: 60px 0; background-color: #fff; overflow: hidden;}
.index4 .txtbox{text-align: center;}
.index4 .txtbox .title{font-size: 30px; color: #191919; font-weight: bold; margin-bottom: 10px;}
.index4 .txtbox .txt{font-size: 16px; color: #191919; line-height: 28px; width:100%; max-width:800x;}
/*  */
.index5{width: 100%; padding: 100px 0; background: url(../images/idx5_bg.jpg); overflow: hidden;}
.index5 .title{overflow: hidden;}
.index5 .title img{max-width: 100%; height: auto;}
.index5 .txtbox{position: relative; padding: 20px 20px 20px 0; background-color: rgba(255,255,255,0.2); width: 56%; margin-top: 20px;}
.index5 .txtbox::before{content: ""; position: absolute; top: 0; right: 100%; width: 1000px; height: 100%; background-color: rgba(255,255,255,0.2);}
.index5 .txtbox .txt1{font-size: 30px; color: #fff; font-weight: bold; line-height: 1.5; margin-bottom: 5px;}
.index5 .txtbox .txt2{font-size: 14px; color: rgba(255,255,255,0.3); line-height: 1.5;}
.index5 .tel{position: relative; text-align: left; margin-top: 40px;}
.index5 .tel .telBox{display: inline-block; font-size: 22px; color: #ffffff; background: url(../images/idx3_tel.png) no-repeat left center; padding-left: 45px; line-height: 35px;}
.index5 .tel .telBox span{font-size: 24px; color: #fff; font-family: Arial;}
/*  */
.index6{width: 100%; padding: 80px 0; background-color: #F4F4F4; overflow: hidden;}
.index6 .tabIndex6{width: 100%; text-align: center; margin-bottom: 50px;}
.index6 .tabIndex6 .tabList{width: 100%; display: flex; display: -webkit-flex; justify-content: center; flex-wrap: wrap;}
.index6 .tabIndex6 .tabList li{padding: 0 1px 2px 1px;}
.index6 .tabIndex6 .tabList li a{display: block; width: 140px; height: 40px; line-height: 40px; text-align: center; background-color: #181818; font-size: 16px; color: #fff;}
.index6 .tabIndex6 .tabList .select a{background-color: #7E3658;}
.index6 .tabContent{width: 100%;}
.index6 .tabContent .con{display: none;}
.index6 .tabContent .con.act{display: block;}
.index6 .left{width: 33%; padding: 10px 10px 0 10px; background-color: #fff; box-shadow: 0 0 20px 0 #E3E2E2;}
.index6 .left .imgbox{text-align: center; overflow: hidden;}
.index6 .left .imgbox img{width: 100%; height: auto;}
.index6 .left .txtbox{padding: 12px 0;}
.index6 .left .txtbox .title a{display: block; background: url(../images/idx6_icon2.jpg) no-repeat left center; padding: 0 20px 0 25px; line-height: 25px; font-size: 16px; color: #373737; font-weight: bold; position: relative;}
.index6 .left .txtbox .title a::before{content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 19px; height: 15px; background: url(../images/idx6_icon1.png) no-repeat; background-size: 100% 100%;}
.index6 .right{width: 67%; padding-left: 10px;}
.index6 .item{width: 100%; overflow: hidden; margin-bottom: 10px; box-shadow: 0 0 20px 0 #E3E2E2; position: relative; top: 0;}
.index6 .item a{display: flex; align-items: center; justify-content: center; background-color: #fff;}
.index6 .item .date{width: 160px; float: left; text-align: center; border-right: 1px solid #F0F0F0;}
.index6 .item .date .date1{font-size: 48px; color: #333333;}
.index6 .item .date .date2{font-size: 12px; color: #ababab;}
.index6 .item .txtbox{width: calc(100% - 160px); float: left; padding: 10px 20px;}
.index6 .item .txtbox .title{font-size: 18px; color: #666666; font-weight: bold; background: url(../images/idx6_icon1.jpg) no-repeat left 6px; padding-left: 25px; position: relative; padding-bottom: 10px;}
.index6 .item .txtbox .title::before{content: ""; position: absolute; bottom: 0; left: 25px; width: 17px; height: 2px; background-color: #D3D3D3;}
.index6 .item .txtbox .txt{font-size: 13px; color: #999999; line-height: 25px; margin-top: 8px; padding-bottom: 10px; background: url(../images/idx6_icon2.png) no-repeat left bottom;}
.index6 .item:hover{top: -4px;}
.index6 .item:hover .txtbox .title{background: url(../images/idx6_icon2.jpg) no-repeat left 6px; color: #D31E29;}

/*  */
.index7{width: 100%; padding: 60px 0; overflow: hidden;}
.index7 .list{width: calc(100% + 10px);}
.index7 .list li{width: calc(100% / 5 - 10px); float: left; margin: 0 10px 0 0;}
.index7 .item{width: 100%; height: 400px; border-radius: 15px; overflow: hidden;}
.index7 .item .imgbox{height: 50%; background-color: #181818; position: relative; top: 0;}
.index7 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 135px; height: 135px; border: 3px solid #fff; border-radius: 50%; overflow: hidden;}
.index7 .item .txtbox{height: 50%; padding: 30px; background-color: #E8E8E8; text-align: center; position: relative; top: 0; display: flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.index7 .item .txtbox .title{font-size: 18px; color: #191919; font-weight: bold; width: 100%; height: 20px; line-height: 20px; overflow: hidden; position: relative; top: 0;}
.index7 .item .txtbox .txt{font-size: 14px; margin: 20px 0 0 0; height: 60px; line-height: 30px; width: 100%; overflow: hidden; position: relative; top: 0;}
.index7 .item:hover .imgbox .img{transform:rotate(360deg);}
.index7 .list li:nth-child(even) .item .imgbox{top: 50%;}
.index7 .list li:nth-child(even) .item .txtbox{top: -50%;}
.index7 .list li:nth-child(even) .item .txtbox .title{top: 80px;}
.index7 .list li:nth-child(even) .item .txtbox .txt{top: -20px; margin: 0 0 20px 0;}

/*  */
.more{text-align: center; margin-top: 30px;}
.more a{display: inline-block; width: 200px; height: 50px; line-height: 50px; position: relative; padding-right: 30px; background-color: #181818; font-size: 16px; color: #fff; border-radius: 50px;}
.more a::before{content: ""; position: absolute; top: 0; right: 8px; bottom: 0; margin: auto; width: 40px; height: 40px; background: url(../images/more_icon.png); background-size: 100% 100%;}

/*  */
.footer1{width: 100%; padding: 80px 0; overflow: hidden; background: url(../images/footer1_bg.jpg) no-repeat center center; background-size: cover;}
.footer1 .wrap1{width: 38%; float: left; padding-right: 30px;}
.footer1 .wrap1 .foot_logo{width: 226px; height: auto; margin-bottom: 20px;}
.footer1 .wrap1 .foot_txt{width: 341px; height: auto; margin-bottom: 40px;}
.footer1 .wrap1 .txt{font-size: 14px; color: #fff; line-height: 30px;}
.footer1 .wrap2{width: 42%; float: left; padding: 0 40px; border-left: 1px solid #757475; border-right: 1px solid #757475;}
.footer1 .wrap2 .foot_form{width: 100%; overflow: hidden;}
.footer1 .wrap2 .foot_form .fTxt{width: 48%; float: left; height: 40px; border: none; font-size: 16px; color: #333; padding: 0 10px; margin-bottom: 10px; outline:none}
.footer1 .wrap2 .foot_form .fTxt:nth-child(odd){margin-right: 2%;}
.footer1 .wrap2 .foot_form .fTxt:nth-child(even){margin-left: 2%;}
.footer1 .wrap2 .foot_form .fTxts{width: 100%; float: left; height: 120px; border: none; font-size: 16px; color: #333; padding: 10px; outline:none; margin-bottom: 10px;}
.footer1 .wrap2 .foot_form .fBtn{width: 200px; height: 40px; line-height: 40px; text-align: center; background-color: #7E3658; font-size: 16px; color: #fff; border: none;}
.footer1 .wrap3{width: 20%; float: left; padding-left: 30px; overflow: hidden;}
.footer1 .wrap3 .QR{float: right; padding: 10px; background-color: #fff; border-radius: 10px; overflow: hidden;}
.footer1 .wrap3 .QR img{width: 170px; height: 170px;}
.footer1 .wrap3 .QR .txt{text-align: center; font-size: 14px; color: #000; font-weight: bold; line-height: 25px;}
.footer2{width: 100%; background-color: #181818; padding: 15px 0;}
.footer2 .txt1{float: left; font-size: 14px; color: #fff; line-height: 25px;}
.footer2 .txt1 a{color: #fff; font-size: 14px;}
.footer2 .txt2{float: right; font-size: 14px; color: #fff; line-height: 25px;}
.footer2 .txt2 a{color: #fff; font-size: 14px;}

/*  */
.inner_page{width: 100%; overflow: hidden; padding: 60px 0;}
.sideBar_left{width: 275px; float: left;}
.sideBar_right{width: calc(100% - 275px); float: left; padding-left: 20px;}
.sideBar{margin-bottom: 20px; box-shadow: 0 0 20px 0 #C9C9C9;}
.sideBar .sideBar_title{background: #7E3658; text-align: center; position: relative; font-size: 0; padding: 22px 1px;}
.sideBar .sideBar_title .title1{font-size: 24px; color: #ffffff; font-weight: bold; position: relative; display: inline-block; line-height: 48px; padding-left: 65px;}
.sideBar .sideBar_title .title1::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; background: url(../images/sideBar_icon1.png) no-repeat center center #fff; border-radius: 50%; width: 48px; height: 48px;}
.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: #232323; padding: 15px 0;}
.sideBar .sideBar_list>li{width: 100%; position: relative;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 50px; line-height: 50px; font-size: 18px; color: #fff; text-align: center; background: url(../images/sideBar_gang.png) no-repeat left bottom; background-size: 100%;}
.sideBar .sideBar_list>li:hover>a{font-weight: bold;}
.sideBar .sideBar_list>li.act>a{font-weight: bold;}
.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: center;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; overflow: hidden; display: block; font-size: 14px; color: #bcbcbc;}
.sideBar .sideBar_down li a:hover{color: #7E3658;}
.sideBar_below{box-shadow: 0 0 20px 0 #C9C9C9;}
.sideBar_below .sideBar_title2{background: #7E3658; text-align: center; position: relative; font-size: 0; padding: 22px 1px;}
.sideBar_below .sideBar_title2 span{font-size: 24px; color: #ffffff; font-weight: bold; position: relative; display: inline-block; line-height: 48px; padding-left: 65px;}
.sideBar_below .sideBar_title2 span::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; background: url(../images/sideBar_icon2.png) no-repeat center center #fff; border-radius: 50%; width: 48px; height: 48px;}
.sideBar_below .sideBar_txt{background-color: #232323; padding: 15px;}
.sideBar_below .sideBar_txt strong{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.sideBar_below .sideBar_txt p{font-size: 14px; color: #fff; line-height: 30px;}
.titleInner{border-bottom: 3px solid #000000; padding: 12px 0; margin-bottom: 30px;}
.titleInner .title1{font-size: 24px; color: #191919; font-weight: bold;}
.titleInner2{width: 100%; text-align: center; overflow: hidden;}
.titleInner2 .title1{font-size: 36px; color: #de151a; font-weight: bold; margin-bottom: 10px;}
.titleInner2 .title2{display: inline-block; position: relative; min-width: 240px; line-height: 30px; border: 1px solid #181818; font-size: 24px; color: #191919; text-transform: uppercase; border: 2px solid #191919; font-family: "Courier New";}
.titleInner2 .title2::before, .titleInner2 .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 200px; height: 1px; background-color: #191919;}
.titleInner2 .title2::before{right: 100%;}
.titleInner2 .title2::after{left: 100%;}
.titleInner2 .title3{margin-top: 25px; font-size: 18px; color: #060001;}
.more2{text-align: center; margin-top: 20px;}
.more2 .mm{display: inline-block; border-radius: 50px; overflow: hidden;}
.more2 a{width: 260px; line-height: 50px; background-color: #1F1F1F; font-size: 16px; color: #fff; font-weight: bold; float: left;}
.more2 a:nth-child(1){background-color: #E80000;}

/*  */
.sypp_page{width: 100%;}
.sypp_page .list{width: calc(100% + 30px);}
.sypp_page .list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.sypp_page .item{width: 100%; border: 1px solid #E0E0E0; box-shadow: 0 0 20px 5px #efefef;}
.sypp_page .item a{display: block; width: 100%; height: 100%;}
.sypp_page .item .imgbox{position: relative; overflow: hidden;}
.sypp_page .item .imgbox::before{content: ""; display: block; padding-top: 95%;}
.sypp_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;}
.sypp_page .item .txt1{border-top: 1px solid #E0E0E0; line-height: 36px; height:36px; text-align: center; font-size: 16px; color: #191919; font-family: Arial; text-transform: uppercase; border-bottom:1px solid #d8d8d8;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.sypp_page .item .txt1:nth-child(3){ border-top:none;}
.sypp_page .item .txt1 span{ color:#E80000;}
.sypp_page .item .txt2{border-top: 1px solid #ECECEC; line-height: 36px; text-align: center; background: linear-gradient(#EAE9E9, #F8F8F8)}
.sypp_page .item .txt2 span{display: inline-block; position: relative; padding: 0 15px; font-size: 14px; color: #191919;}
.sypp_page .item .txt2 span::before,.sypp_page .item .txt2 span::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 1px; background-color: #181818;}
.sypp_page .item .txt2 span::before{left: 100%;}
.sypp_page .item .txt2 span::after{right: 100%;}
.sypp_page .item:hover .imgbox .img{transform: scale(1.1);}
/*  */
.productShow_page .xiangce{width: 80%; margin: 0 auto; position: relative; margin-bottom: 30px;}
.productShow_page .xiangce .gallery-top {height: 80%; width: 100%;}
.productShow_page .xiangce .gallery-thumbs {height: 20%; box-sizing: border-box; padding: 10px 0;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide {width: 25%; height: 100%;}
.productShow_page .xiangce .imgbox1{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox1::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .imgbox2{position: relative; overflow: hidden; border: 1px solid #E6E6E6;}
.productShow_page .xiangce .imgbox2::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .swiper-slide-thumb-active .imgbox2{border-color: #7E3658;}
.productShow_page .xiangce-prev, .productShow_page .xiangce-next{position: absolute; bottom: 7%; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 50px; color: #363636;}
.productShow_page .xiangce-prev{left: -50px;}
.productShow_page .xiangce-next{right: -50px;}
.productShow_page .box{width: 100%;}
.productShow_page .box .tit{font-size: 18px; color: #191919; margin-bottom: 5px; border-bottom: 1px solid #D8D8D8; line-height:36px;}
.productShow_page .canshu{border: 0px solid #D8D8D8; font-size:14px; line-height:28px; padding:4px;}
.productShow_page .canshu li{border-bottom: 1px solid #D8D8D8; overflow: hidden;}
.productShow_page .canshu li:last-child{border-bottom: none;}
.productShow_page .canshu .title{width: 20%; float: left; line-height: 40px; text-align: center; border-right: 1px solid #D8D8D8; font-size: 14px; color: #000;}
.productShow_page .canshu .txt{width: 80%; float: left; line-height: 40px; padding: 0 30px; font-size: 14px; color: #000;}

/*  */
.yhcx_page{width: 100%;}
.yhcx_page .box1 .content2{padding: 25px 25px 35px 25px; margin: 30px 0 70px 0; background: url(../images/yhcx_bg1.png) no-repeat; background-size: 100% 100%; text-align: center; position: relative;}
.yhcx_page .box1 .titleBox1{text-align: center; margin-bottom: 30px; margin-top: -65px;}
.yhcx_page .box1 .titleBox1 img{max-width: 100%; height: auto;}
.yhcx_page .box1 .txtbox1{text-align: center; margin-bottom: 30px;}
.yhcx_page .box1 .txtbox1 .txt{font-size: 22px; color: #000; line-height: 40px; font-weight: bold;}
.yhcx_page .box1 .txtbox1 .txt span{color: #e1191f; font-size: 30px; font-family: Arial;}
.yhcx_page .box1 .txtbox2{text-align: center; margin-bottom: 30px;}
.yhcx_page .box1 .txtbox2 .txt{display: inline-block; width: 600px; height: 46px; line-height: 42px; border: 2px solid #DE141A; font-size: 20px; color: #de151a; margin-bottom: 6px; font-weight: bold;}
.yhcx_page .box1 .txt2{text-align: center; font-size: 16px; color: #999999; margin-bottom: 30px;}
.yhcx_page .box1 .txt3{display: inline-block; position: absolute; left: 0; right: 0; bottom: -25px; margin: auto; width: 540px; height: 70px; line-height: 70px; text-align: center; font-size: 24px; color: #fff; font-weight: bold; background: url(../images/yhcx_title2.png) no-repeat; background-size: 100% 100%;}
.yhcx_page .box2{padding: 60px 0 40px 0; background-color: #f4f4f4;}
.yhcx_page .box2 .list{width: calc(100% + 20px); margin-top: 40px;}
.yhcx_page .box2 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.yhcx_page .box2 .imgbox{overflow: hidden; position: relative;}
.yhcx_page .box2 .imgbox::before{content: ""; display: block; padding-top: 46%;}
.yhcx_page .box2 .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; max-height: 100%;}
.yhcx_page .box3{padding: 40px 0; background-color: #fff;}
.yhcx_page .box4{padding: 40px 0; background-color: #F4F4F4;}
.yhcx_page .box5{padding: 40px 0; background-color: #fff;}
.yhcx_page .box6{padding: 40px 0; background-color: #F4F4F4;}
.yhcx_page .box7{padding: 40px 0; background-color: #fff;}
.yhcx_page .list2{width: calc(100% + 20px); margin-top: 40px;}
.yhcx_page .list2 li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.yhcx_page .list2 .item{width: 100%; border: 1px solid #d8d8d8;}
.yhcx_page .list2 .item .imgbox{position: relative; overflow: hidden;}
.yhcx_page .list2 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.yhcx_page .list2 .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;}
.yhcx_page .list2 .txtbox{background-color: #fff; padding: 0 15px; border-top: 1px solid #d8d8d8; text-align: center;}
.yhcx_page .list2 .item .txtbox .txt1{border-bottom: 1px solid #d8d8d8; line-height: 45px; font-size: 16px; color: #191919;}
.yhcx_page .list2 .item .txtbox .txt2{line-height: 45px; font-size: 16px; color: #191919;}
.yhcx_page .list2 .item .txtbox .txt2 span{color: #E80000; font-weight: bold;}
.yhcx_page .list2 .item .txt3{width: 100%; line-height: 45px; text-align: center; background-color: #1F1F1F; font-size: 16px; color: #fff; font-weight: bold; display: block;}
.yhcx_page .xiangce{width: 100%; margin: 0 auto; height: 400px; margin: 40px 0;}
.yhcx_page .xiangce .gallery-top {height: 100%; width: 74%; float: right;}
.yhcx_page .xiangce .gallery-thumbs {height: 100%; width: 25%; float: left;}
.yhcx_page .xiangce .swiper-slide-thumb-active .imgbox2{border-color: #7E3658;}
.yhcx_page .xiangce .imgbox1{position: relative; overflow: hidden; height: 100%; border: 1px solid #E6E6E6;}
.yhcx_page .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.yhcx_page .xiangce .imgbox2{position: relative; overflow: hidden; border: 1px solid #E6E6E6; height: 100%;}
.yhcx_page .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 80%; height: 80%; background-repeat: no-repeat; background-position: center center; background-size: contain;}

/*  */
.tg_page{width: 100%;}
.tg_page .box1{background-color: #F4F4F4; padding: 60px 0;}
.tg_page .list1{margin-top: 40px; width: calc(100% + 20px);}
.tg_page .list1 li{width: calc(100% / 2 - 20px); float: left; margin: 0 20px 20px 0;}
.tg_page .item1{width: 100%; overflow: hidden; border: 1px solid #E1E1E1; box-shadow: 0 0 20px 0 #E1E1E1;}
.tg_page .item1 .title{line-height: 50px; font-size: 18px; color: #060001; font-weight: bold; padding: 0 15px; background-color: #E1E1E1; border: 2px solid #fff;}
.tg_page .item1 .wrap{border-top: 1px solid #E1E1E1; display: flex; justify-content: center; }
.tg_page .item1 .imgbox{width: 45%; float: left; position: relative;}
.tg_page .item1 .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;}
.tg_page .item1 .txtbox{width: 55%; float: left; border-left: 1px solid #E1E1E1; padding: 20px;}
.tg_page .item1 .txtbox1{height: 50px; overflow: hidden;}
.tg_page .item1 .txt1{font-size: 14px; color: #060001; line-height: 25px;}
.tg_page .item1 .time{line-height: 27px; border: 1px solid #E1E1E1; text-align: center; font-size: 14px; color: #060001; margin-top: 10px;}
.tg_page .item1 .time span{font-size: 14px; color: #de151a; font-weight: bold; font-family: Arial;}
.tg_page .item1 .price{margin-top: 10px;}
.tg_page .item1 .price1{width: 61%; height: 50px; line-height: 50px; float: left; background-color: #DE141A; color: #fff; font-size: 22px; font-family: Arial; font-weight: bold; text-align: center;}
.tg_page .item1 .price1 span{font-size: 12px; font-weight: normal; text-decoration: line-through}
.tg_page .item1 .price2{width: 37%; float: right; height: 50px; line-height: 50px; background-color: #1F1F1F; color: #fff; font-size: 16px; font-weight: bold; text-align: center;}
.tg_page .item1 .txtbox2{height: 50px; overflow: hidden; margin-top: 10px;}
.tg_page .item1 .txt2{font-size: 12px; color: #999999; line-height: 25px;}
.tg_page .box2{padding: 60px 0;}
.tg_page .tg_swiper{margin: 40px 0;}
.tg_page .item2{width: 100%; border: 1px solid #E1E1E1; box-shadow: 0 0 20px 0 #E1E1E1;}
.tg_page .item2 .imgbox{position: relative; overflow: hidden;}
.tg_page .item2 .imgbox::before{content: ""; display: block; padding-top: 75%;}
.tg_page .item2 .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;}
.tg_page .item2 .txtbox{border-top: 1px solid #E1E1E1; text-align: center;}
.tg_page .item2 .txtbox .txt1{font-size: 18px; color: #191919; line-height: 50px;}
.tg_page .item2 .txtbox .txt2{display: block; background-color: #1F1F1F; font-size: 18px; color: #fff; font-weight: bold; line-height: 50px;}

/*  */
.yytzy_page{width: 100%;}
.yytzy_page .videos{width: 100%; position: relative; overflow: hidden; margin-bottom: 20px;}
.yytzy_page .videos::before{content: ""; display: block; padding-top: 62%;}
.yytzy_page .videos video{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.yytzy_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}
.yytzy_page .txtbox video{ width:480px !important; height:360px !important;}
.yytzy_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.zgq_page{width: 100%;}
.zgq_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.zgq_page .imgbox img{max-width: 100%; height: auto;}
.zgq_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.videos_page{width: 100%;}
.videos_page .list{width: calc(100% + 20px);}
.videos_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 0 0;}
.videos_page .item{width: 100%;}
.videos_page .item .videos{width: 100%; position: relative; overflow: hidden;}
.videos_page .item .videos::before{content: ""; display: block; padding-top: 78%;}
.videos_page .item .videos video{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.videos_page .item .txt{font-size: 16px; color: #191919; text-align: center; line-height: 40px;}

/*  */
.news_page{width: 100%;}
.news_page .list li{border-bottom: 1px solid #D3D3D3; padding-bottom: 15px; margin-bottom: 15px;}
.news_page .item{width: 100%; position: relative; top: 0;}
.news_page .item a{width: 100%; display: flex;}
.news_page .item .imgbox{width: 235px; float: left; position: relative; }
.news_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item .txtbox{width: calc(100% - 235px); float: left; padding: 10px 20px;}
.news_page .item .txtbox .title{font-size: 18px; color: #000; font-weight: bold; margin-bottom: 10px;}
.news_page .item .txtbox .txt{font-size: 13px; color: #999999; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 10px;}
.news_page .item .txtbox .time{font-size: 14px; color: #000; font-family: arial;}
.news_page .item:hover{top: -4px; box-shadow: 4px 4px 4px #bbb;}
/*  */
.newsShow_page{width: 100%;}
.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; max-width:800px; margin:10px auto; display:block;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px;}
.newsShow_page .txtbox p{font-size: 14px; color: #333; line-height: 24px;}

/*  */
.about_page{width: 100%;}
.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: 25px;}

/*  */
.contact_page{width: 100%;}
.contact_page .txtbox{margin-bottom: 20px;}
.contact_page .txtbox h4{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 10px;}

.contact_page .map{width: 100%; border: none; height: 300px;}


@media (max-width: 1199px){
    .search_top .list li{margin-right: 20px;}
    .search_top .left{width: calc(100% - 360px);}
    .search_top .formBox{width: 350px;}
    .index5 .txtbox{width: 70%;}
    .footer1 .wrap2{padding: 0 30px;}
    .footer1 .wrap3 .QR img{width: 140px; height: 140px;}
    /*  */
    .inner_page{padding: 40px 0;}
    .sideBar_below .sideBar_txt h4{font-size: 16px;}
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px);}
    .tg_page .item1 .txtbox{padding: 10px;}
    .tg_page .item1 .time{font-size: 12px;}
    .tg_page .item1 .price1{font-size: 18px; height: 40px; line-height: 40px;}
    .tg_page .item1 .price2{font-size: 16px; height: 40px; line-height: 40px;}
}

@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>a:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .header_nav .item>a: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: 40px;}
    .search_top .formBox .fBtn{line-height: 35px;}
    .titleIndex .title1{font-size: 28px;}
    .titleIndex .title2{min-width: 200px; line-height: 26px; font-size: 18px;}
    .index1{padding: 40px 0;}
    .index1 .list li{width: calc(100% / 2 - 20px);}
    .index2{padding: 40px 0;}
    .index2 .item .txt1{line-height: 40px; font-size: 18px;}
    .index2 .item .txt2{line-height: 40px; font-size: 18px;}
    .index3{padding: 60px 0;}
    .index3 .title img{width: 300px;}
    .index3 .txt span{font-size: 22px;}
    .index3 .tel{margin-top: 40px; padding-top: 40px;}
    .index4{padding: 40px 0;}
    .index4 .txtbox .title{font-size: 24px;}
    .index5{padding: 60px 0;}
    .index5 .title{text-align: center;}
    .index5 .txtbox{width: 100%; padding: 20px; text-align: center;}
    .index5 .txtbox::before{display: none;}
    .index5 .txtbox .txt1{font-size: 24px;}
    .index6{padding: 40px 0;}
    .index6 .item .date{width: 120px;}
    .index6 .item .txtbox{width: calc(100% - 120px);}
    .index6 .item .txtbox{padding: 10px;}
    .index7{padding: 40px 0;}
    .index7 .item{height: 300px;}
    .index7 .item .txtbox{padding: 10px;}
    .more{margin-top: 25px;}
    .more a{width: 150px; height: 40px; line-height: 40px;}
    .more a::before{width: 30px; height: 30px;}
    .footer1{padding: 20px 0;}
    .footer1 .wrap1{display: none;}
    .footer1 .wrap2{width: 100%; padding: 0; border: none;}
    .footer1 .wrap3{display: none;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_title .title1{font-size: 18px; line-height: 38px; padding-left: 55px;}
    .sideBar .sideBar_title .title1::before{width: 38px; height: 38px;}
    .sideBar .sideBar_list{padding: 10px 0;}
    .sideBar_below  .sideBar_title2 span{font-size: 18px; line-height: 38px; padding-left: 55px;}
    .sideBar_below  .sideBar_title2 span::before{width: 38px; height: 38px;}
    .more2 a{width: 200px; line-height: 40px;}
    .sypp_page .list{width: calc(100% + 20px);}
    .sypp_page .list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .sypp_page .item .txt1{line-height: 40px; font-size: 18px;}
    .sypp_page .item .txt2{line-height: 40px; font-size: 18px;}
    .yhcx_page .box1 .txtbox1{margin-bottom: 20px;}
    .yhcx_page .box1 .txtbox1 .txt{font-size: 18px; line-height: 30px;}
    .yhcx_page .box1 .txtbox1 .txt span{font-size: 18px;}
    .yhcx_page .box1 .txtbox2{margin-bottom: 20px;}
    .yhcx_page .box1 .txtbox2 .txt{width: 500px; height: 40px; line-height: 38px; font-size: 16px;}
    .yhcx_page .box1 .txt2{margin-bottom: 20px;}
    .yhcx_page .box1 .txt3{width: 500px; height: 60px; line-height: 60px; font-size: 20px;}
    .titleInner2 .title1{font-size: 28px;}
    .titleInner2 .title2{min-width: 200px; line-height: 26px; font-size: 18px;}
    .titleInner2 .title3{margin: 20px 0 0 0; font-size: 14px;}
    .yhcx_page .box2{padding: 30px 0 10px 0;}
    .yhcx_page .box2 .list{margin-top: 20px;}
    .yhcx_page .list2{margin-top: 20px;}
    .yhcx_page .list2 .txtbox{padding: 0 5px;}
    .yhcx_page .list2 .item .txtbox .txt1{line-height: 30px; font-size: 14px;}
    .yhcx_page .list2 .item .txtbox .txt2{line-height: 30px; font-size: 14px;}
    .yhcx_page .list2 .item .txt3{line-height: 30px; font-size: 14px;}
    .yhcx_page .xiangce{margin: 20px 0; height: 300px;}
    .tg_page .box1{padding: 40px 0 20px 0;}
    .tg_page .list1{width: 100%;}
    .tg_page .list1 li{width: 100%; margin: 0 0 20px 0;}
    .tg_page .box2{padding: 40px 0;}
    .videos_page .list li{width: calc(100% / 2 - 20px);}
    .news_page .item .imgbox{width: 160px;}
    .news_page .item .txtbox{width: calc(100% - 160px); padding: 5px 10px;}
	.yytzy_page .txtbox video{ width:100% !important; height:300px !important;}
}

@media (min-width: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 85%;}
    .header .header_content .logo img{width: 230px;}
    .banner{margin-top: 80px;}
    .search_top .formBox .fTxt{font-size: 14px;}
    .content{margin-top: 15px;}
    .titleIndex .title1{font-size: 20px;}
    .titleIndex .title2{font-size: 14px; width: auto; min-width: auto; padding: 0 30px;}
    .index1{padding: 20px 0;}
    .index1 .list{width: 100%;}
    .index1 .list li{width: 48%; margin: 1%;}
    .index1 .item .txt{font-size: 14px; line-height: 35px;}
    .index2{padding: 20px 0;}
    .index2 .tabIndex2{margin-bottom: 10px;}
    .index2 .tabIndex2 .tabList li{width: 33.33333%;}
    .index2 .tabIndex2 .tabList li a{width: 100%; height: 30px; line-height: 30px; font-size: 14px;}
    .index2 .list2{margin-top: 15px;}
    .index2 .list2 ul{width: calc(100% + 10px);}
    .index2 .list2 ul li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index2 .item .txt1{font-size: 14px; line-height: 30px;}
    .index2 .item .txt2{line-height: 30px;}
    .index2 .item .txt2 span::before, .index2 .item .txt2 span::after{width: 20px;}
    .index3{padding: 30px 0;}
    .index3 .title img{width: 150px;}
    .index3 .txt span{font-size: 16px; line-height: 25px; padding: 10px;}
    .index3 .tel{margin-top: 20px; padding-top: 20px;}
    .index3 .tel .telBox{font-size: 14px;}
    .index3 .tel .telBox span{font-size: 16px;}
    .index4{padding: 20px 0;}
    .index4 .txtbox .title{font-size: 16px;}
    .index4 .txtbox .txt{font-size: 14px;}
    .index5{padding: 20px 0;}
    .index5 .txtbox .txt1{font-size: 18px;}
    .index5 .title img{width: 140px;}
    .index5 .txtbox{padding: 10px;}
    .index5 .txtbox .txt1{font-size: 16px;}
    .index5 .txtbox .txt2{font-size: 12px;}
    .index5 .tel{margin-top: 20px;}
    .index5 .tel .telBox{font-size: 14px;}
    .index5 .tel .telBox span{font-size: 16px;}
    .index6{padding: 20px 0;}
    .index6 .tabIndex6{margin-bottom: 25px;}
    .index6 .tabIndex6{margin-bottom: 10px;}
    .index6 .tabIndex6 .tabList li{width: 50%;}
    .index6 .tabIndex6 .tabList li a{width: 100%; height: 30px; line-height: 30px; font-size: 14px;}
    .index6 .left{width: 100%;}
    .index6 .right{width: 100%; padding: 0; margin-top: 20px;}
    .index6 .left .txtbox{padding: 10px 0;}
    .index6 .item .date{width: 80px;}
    .index6 .item .date .date1{font-size: 28px;}
    .index6 .item .txtbox{width: calc(100% - 80px);}
    .index6 .item .txtbox .title{font-size: 14px;}
    .index6 .item .txtbox .txt{font-size: 12px;}
    .index7{padding: 20px 0;}
    .index7 .list li{width: 100%; margin-bottom: 10px;}
    .index7 .item{height: initial; display: flex; }
    .index7 .item .imgbox{width: 40%; height: initial;}
    .index7 .item .txtbox{width: 60%; height: initial; text-align: left;}
    .index7 .item .imgbox .img{width: 80px; height: 80px;}
    .index7 .item .txtbox .txt{margin: 10px 0 0 0; height: 40px; line-height: 20px;}
    .index7 .list li:nth-child(even) .item .txtbox .title{top: 0;}
    .index7 .list li:nth-child(even) .item .txtbox .txt{top: 0;margin: 10px 0 0 0;}
    .more{margin-top: 5px;}
    .more a{width: 140px; height: 35px; line-height: 35px; font-size: 13px;}
    .more a::before{width: 25px; height: 25px;}
    .footer1 .wrap2 .foot_form .fTxt{height: 30px; font-size: 14px;}
    .footer1 .wrap2 .foot_form .fTxts{font-size: 14px;}
    .footer1 .wrap2 .foot_form .fBtn{width: 150px; height: 30px; line-height: 30px; font-size: 14px;}
    .footer2 .txt1{width: 100%; text-align: center;}
    .footer2 .txt2{width: 100%; text-align: center;}
    /*  */
    .inner_page{padding: 20px 0;}
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0;}
	.sideBar .sideBar_title{padding: 11px; text-align: left;}
    .sideBar .sideBar_title .title1{line-height: 30px; padding-left: 45px;}
    .sideBar .sideBar_title .title1::before{width: 30px; height: 30px;}
    .sideBar .sideBar_title .title1::before{background-size: 60%;}
    .sideBar .sideBar_list>li>a{height: 35px; line-height: 35px; font-size: 14px;}
    .sideBar .sideBar_down li a{height: 30px; line-height: 30px;}
    .titleInner{padding: 0 0 10px 0; margin-bottom: 15px;}
    .titleInner .title1{font-size: 18px;}
    .sypp_page .list{width: calc(100% + 10px);}
    .sypp_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .sypp_page .item .txt1{font-size: 14px; line-height: 30px; height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
    .sypp_page .item .txt2{line-height: 30px;}
    .sypp_page .item .txt2 span::before, .sypp_page .item .txt2 span::after{width: 20px;}
    .productShow_page .xiangce .gallery-thumbs{display: none;}
    .productShow_page .xiangce-prev, .productShow_page .xiangce-next{display: none;}
    .yhcx_page .box1 .titleBox1{margin-top: -40px; margin-bottom: 10px;}
    .yhcx_page .box1 .content2{padding: 10px; margin: 25px 0 50px 0;}
    .yhcx_page .box1 .txtbox1{margin-bottom: 10px;}
    .yhcx_page .box1 .txtbox1 .txt{font-size: 14px; line-height: 25px;}
    .yhcx_page .box1 .txtbox1 .txt span{font-size: 14px;}
    .yhcx_page .box1 .txtbox2{margin-bottom: 10px;}
    .yhcx_page .box1 .txtbox2 .txt{width: 100%; font-size: 14px; height: initial; line-height: 25px;}
    .yhcx_page .box1 .txt2{margin-bottom: 10px; font-size: 14px;}
    .yhcx_page .box1 .txt3{width: 100%; height: 40px; line-height: 40px; font-size: 14px;}
    .titleInner2 .title1{font-size: 20px;}
    .titleInner2 .title2{font-size: 14px; width: auto; min-width: auto; padding: 0 30px;}
    .yhcx_page .box2{padding: 20px 0 10px 0;}
    .yhcx_page .box2 .list{width: calc(100% + 10px);}
    .yhcx_page .box2 .list li{width: calc(100% / 2 - 10px); float: left; margin: 0 10px 10px 0;}
    .yhcx_page .box3{padding: 20px 0;}
    .yhcx_page .box4{padding: 20px 0;}
    .yhcx_page .box5{padding: 20px 0;}
    .yhcx_page .box6{padding: 20px 0;}
    .titleInner2 .title3{margin: 10px 0 0 0;}
    .yhcx_page .list2{width: calc(100% + 10px);}
    .yhcx_page .list2 li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .yhcx_page .list2 .item .txtbox .txt1{font-size: 12px;}
    .yhcx_page .list2 .item .txtbox .txt2{font-size: 12px;}
    .more2 a{width: 150px; height: 30px; line-height: 30px; font-size: 14px;}
    .yhcx_page .box7{padding: 20px 0;}
    .yhcx_page .xiangce{height: 200px;}
    .yhcx_page .xiangce .gallery-thumbs{display: none;}
    .yhcx_page .xiangce .gallery-top{width: 100%;}
    .tg_page .item1 .wrap{flex-wrap: wrap;}
    .tg_page .item1 .imgbox{width: 100%;}
    .tg_page .item1 .imgbox::before{content: ""; display: block; padding-top: 75%;}
    .tg_page .item1 .title{line-height: 35px; font-size: 15px;}
    .tg_page .item1 .price1{font-size: 14px; height: 30px; line-height: 30px;}
    .tg_page .item1 .price2{font-size: 14px; height: 30px; line-height: 30px;}
    .tg_page .item1 .txtbox{width: 100%; border-left: none;}
    .tg_page .item1 .time{text-align: left; padding: 0 10px;}
    .tg_page .box1{padding: 20px 0 0 0;}
    .tg_page .list1{margin-top: 15px;}
    .tg_page .box2{padding: 20px 0;}
    .tg_page .tg_swiper{margin: 20px 0;}
    .tg_page .item2 .txtbox .txt1{line-height: 30px; font-size: 12px;}
    .tg_page .item2 .txtbox .txt2{line-height: 30px; font-size: 12px;}
    .videos_page .list{width: 100%;}
    .videos_page .list li{width: 100%; margin: 0;}
    .videos_page .item .txt{font-size: 14px; line-height: 35px;}
    .news_page .item .imgbox{width: 130px;}
    .news_page .item .txtbox{width: calc(100% - 130px);}
    .news_page .item .txtbox .title{font-size: 14px; margin-bottom: 5px;}
    .news_page .item .txtbox .txt{height: 60px; line-height: 20px; font-size: 12px; margin-bottom: 5px;}
    .news_page .item .txtbox .time{font-size: 12px;}
}


.tc{width: 100%; height: 100%; display: none; position: fixed; top: 0; left: 0; z-index: 9;}
.tc .tc_box{width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center;}
.tc .tc_con{width: 600px; background-color: #fff; padding: 35px 20px; position: relative; border-radius: 5px;}
.tc .tc_con .tc_icon{position: absolute; top: 5px; right: 5px; font-size: 18px; color: #333; width: 20px; height: 20px;}
.tc .form_box{width: 100%;}
.tc .form_box .fTxt{width: 100%; height: 40px; border: 1px solid #ccc; border-radius: 5px; font-size: 14px; color: #333; padding: 0 10px; margin-bottom: 15px;}
.tc .form_box .fTxt2{width: 100%; height: 100px; line-height:34px; border: 1px solid #ccc; border-radius: 5px; font-size: 14px; color: #333; padding: 0 10px; margin-bottom: 15px;}
.tc .form_box .fBtn{width: 100%; height: 40px; line-height: 40px; background-color: #7E3658; font-size: 14px; color: #fff; border: none; border-radius: 5px;}
.tc.on{display: block;}

@media (max-width:750px){
    .tc .tc_con{width: 100%;}
}









