

@import url(public.css);

/* 头部 */
.header_top{width: 100%; background-color: #f5f5f5; line-height: 40px; font-size: 14px; color: #333333;}
.header_top .text{font-size: 14px; color: #333;}
.header_top .top_link{float: left;}
.header_top .top_link a{float: left; font-size: 14px; color: #333; position: relative; padding: 0 10px;}
.header_top .top_link a::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #333;}
.header_top .top_link a:last-child::before{display: none;}
.header_top .language{float: left; background-color: #c4c4c4; padding: 0 25px; margin-left: 5px; cursor: pointer; position: relative;}
.header_top .language .box{font-size: 12px; color: #515151; padding-left: 20px; background: url(../image/head_icon1.png) no-repeat left center;}
.header_top .language .box a{color: #515151;}
.header_top .language .down{position: absolute; top: 100%; right: 0; width: 100%; background-color: #c4c4c4; display: none; z-index: 4;}
.header_top .language .down .text{font-size: 12px; color: #515151; width: 100%; line-height: 30px; text-align: center;}
.header_top .language .down .text a{color: #515115;}
.header_top .language .down .text:hover{background-color: #eb0b14; color: #fff;}
/* header */
.header{width: 100%; position: relative;}
.header .header_content{position: relative; height: 110px; overflow: hidden;}
.header .header_content .left{height: 100%; display: flex; align-items: center;}
.header .header_content .right{height: 100%; display: flex; align-items: center;}
.header .header_content .logo{overflow: hidden;}
.header .header_content .logo img{width: 277px; height: auto; max-width: 100%;}
.header .header_content .header_txt{padding-left: 20px; margin-left: 20px; position: relative;}
.header .header_content .header_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 70px; background-color: #bbb;}
.header .header_content .header_txt .text{font-size: 24px; color: #333; padding-bottom: 35px; background: url(../image/head_icon2.png) no-repeat left bottom;}
.header .header_content .header_txt .text span{color: #eb0b14;}
.header .header_content .header_tel{margin-left: 30px; background-color: #e70012; padding: 0 20px; border-radius: 40px;}
.header .header_content .header_tel .text{padding-left: 50px; font-size: 24px; color: #fff; font-weight: bold; line-height: 40px; position: relative; background: url(../image/head_icon3.png) no-repeat left center;}
.header .header_content .header_tel .text::before{content: ""; position: absolute; bottom: 0; top: 0; left: 40px; margin: auto; width: 1px; height: 25px; background-color: #fff;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#ea3e00; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; background-color: #e70012; width: 100%;}
.header .header_nav .nav{max-width: 1400px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%;}
.header .header_nav .nav_list>li{width: calc(100% / 7); float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 30px; background-color: rgba(255,255,255,.5);}
.header .header_nav .nav_list>li:last-child::before{display: none;}
.header .header_nav .nav_list>li>a{line-height: 50px; font-size: 16px; color: #fff; display: block;}
.header .header_nav .nav_list>li:hover>a{color: #fff; background-color: #000;}
.header .header_nav .nav_list>li.on>a{color: #fff; background-color: #000;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #e8791e;}
.header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;}
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #f50016; opacity: 1;}
/*  */
.search{background-color: #f50016; padding: 10px 0; overflow: hidden;}
.search .box{display: flex; justify-content: space-between; align-items: center;}
.search .title{float: left; width: 150px; line-height: 40px; font-size: 16px; color: #fff; font-weight: bold; padding-left: 35px; background: url(../image/search_icon1.png) no-repeat left center;}
.search .list{width: calc(100% - 150px); float: left; overflow: hidden;}
.search .list li{float: left; margin-right: 20px;}
.search .list li a{display: block; font-size: 14px; color: #fff; line-height: 40px;}
.search .list li a:hover{text-decoration:underline}
.search .form{width: 320px; height: 40px; border-radius: 5px; background-color: #fff; overflow: hidden;}
.search .form form{width: 100%; height: 100%;}
.search .form .form_text{width: calc(100% - 40px); float: left; height: 100%; border: none; background-color: #fff; padding: 0 0 0 15px; font-size: 14px; color: #333;}
.search .form .btn{width: 40px; float: left; height: 100%; background: url(../image/search_icon2.png) no-repeat center center;}
/*  */
.title1_index{margin-bottom: 10px;}
.title1_index .title1{font-size: 40px; color: #222; font-weight: bold; display:none}
.title1_index .title2{font-size: 28px; color: #222; font-weight: bold;}
.title_more{float: right; width: 24px; height: 24px; background: url(../image/title_more.png) no-repeat; background-size: 100% 100%;}
.title2_index{text-align: center; overflow: hidden;}
.title2_index .title1{font-size: 40px; color: #000; font-weight: bold; display:none}
.title2_index .title2{display: inline-block; font-size: 28px; color: #000; font-weight: bold; position: relative; padding: 0 60px;}
.title2_index .title2::before, .title2_index .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 600px; height: 1px; background-color: #e18f8f;}
.title2_index .title2::before{right: 100%;}
.title2_index .title2::after{left: 100%;}
/*  */
.index1{padding: 50px 0 100px 0; background-color: #f5f5f5; margin-top: 30px;}
.index1 .left{width: 50%; padding-right: 50px; padding-top: 35px;}
.index1 .right{width: 50%;}
.index1 .text1{font-size: 16px; color: #222; display: inline-block; padding-bottom: 5px; font-weight: bold; border-bottom: 1px solid #ed1b25; margin-bottom: 10px;}
.index1 .text2{font-size: 16px; color: #222; line-height: 35px; margin-bottom: 30px;}
.index1 .more{width: 120px; height: 32px; line-height: 30px; border: 1px solid #bebebe; text-align: center; font-size: 14px; color: #5d5d5d; border-radius: 0 5px 0 5px; display: inline-block;}
.index1 .more span{color: #e70012; margin-left: 5px;}
.index1 .more:hover{background-color: #e70012; color: #fff;}
.index1 .more:hover span{color: #fff;}
.index1 .video_box{position: relative; z-index: 1;}
.index1 .video_box::before{content: ""; display: block; padding-top: 42%;}
.index1 .video_box .video_bg{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; z-index: 1;}
.index1 .video_box .video_icon{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 60px; height: 60px; z-index: 2;}
.index1 .list{width: 100%; margin-top: 15px;}
.index1 .list li{width: calc(100% / 3); float: left; padding: 15px; background-color: #e70012;}
.index1 .list li:nth-child(2){background-color: #000;}
.index1 .list .icon{position: relative; overflow: hidden;}
.index1 .list .icon::before{content: ""; display: block; padding-top: 30%;}
.index1 .list .icon img{position: absolute; top: 0; left: 0; max-width: 100%; max-height: 100%;}
.index1 .list .text3{font-size: 12px; color: #fff; height: 35px; line-height: 35px;}
.index1 .list .text3 span{font-size: 26px;}
.index1 .list .text4{font-size: 12px; color: #fff;}
/*  */
.index2{width: 100%;}
.index2 .box{margin-top: -50px; background-color: #fff; position: relative; padding: 25px 20px 0 20px; z-index: 2;}
.index2 .title_index2{border-bottom: 1px solid #000; padding-bottom: 15px; position: relative; margin-bottom: 35px;}
.index2 .title_index2::before{content: ""; position: absolute; bottom: -5px; left: 0; width: 170px; height: 10px; background-color: #ed1b25;}
.index2 .title_index2 .title1{font-size: 28px; color: #222; font-weight: bold; float: left;}
.index2 .title_more{margin-top: 8px;}
.certificate_list{width: calc(100% + 20px);}
.certificate_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.certificate_list .imgbox{position: relative; overflow: hidden; border: 1px solid #dfe5df;}
.certificate_list .imgbox::before{content: ""; display: block; padding-top: 67%;}
.certificate_list .txt{ font-size:14px; line-height:32px; width:100%; text-align:center}
/*  */
.index3{padding: 60px 0; overflow: hidden;}
.index3 .title_more{margin-top: 40px;}
.index3 .title1_index{margin-bottom: 30px;}
.sideBar_left{width: 345px; float: left;}
.sideBar_right{width: calc(100% - 345px); float: right; padding-left: 35px;}
.sideBar{width: 100%; overflow: hidden;}
.sideBar .sideBar_title{background-color: #eb121b; padding: 10px 0; text-align: center; position: relative; display: none;}
.sideBar .sideBar_title .text{font-size: 16px; color: #fff; line-height: 1;}
.sideBar .sideBar_title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff;}
.sideBar .list>li{border-bottom: 1px solid #333;}
.sideBar .list>li>a{display: block; height: 55px; line-height: 55px; text-align: left; padding: 0 10px 0 70px; background-color: #ededed; font-size: 16px; color: #000000; position: relative;}
.sideBar .list>li>a>i{position: absolute; top: 0; bottom: 0; left: 45px; margin: auto; width: 13px; height: 13px; background-image: url(../image/sideBar_icon.png); background-repeat: no-repeat; background-size: 100% 100%;}
.sideBar .list>li:hover>a{color: #fff; background-color: #eb121b;}
.sideBar .list>li:hover>a>i{background-image: url(../image/sideBar_icon_act.png);}
.sideBar .drop_down{width: 100%; border-top: 1px solid #333; display: none;}
.sideBar .drop_down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .drop_down li a{display: block; height: 40px; line-height: 40px; color: #333; text-align:left; text-indent:80px;}
.sideBar .drop_down li a:hover{color: #eb121b;}
.sideBar .drop_down li a.act{color: #eb121b;}
.product_list{width: calc(100% + 30px);}
.product_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 10px 0;}
.product_list .item{width: 100%;}
.product_list .item .imgbox{position: relative; overflow: hidden; border: 1px solid #353334; border-radius: 3px;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_list .item .text{font-size: 16px; color: #666; margin-top: 10px; line-height: 30px; text-align: center;}
.product_list .item:hover .imgbox{border-color: #eb121b;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
.product_list .item:hover .text{color: #eb121b;}
/*  */
.index4{width: 100%; padding: 30px 0; background: url(../image/index4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .imgbox{width: calc(100% - 320px); float: left;}
.index4 .imgbox img{max-width: 100%; height: auto;}
.index4 .tel{float: right; text-align: center; margin: 60px 0 0 0;}
.index4 .tel .box{display: inline-block; text-align: left; padding-left: 40px; background: url(../image/index4_icon.png) no-repeat left bottom;}
.index4 .tel .box .text1{font-size: 18px; color: #000;}
.index4 .tel .box .text2{font-size: 30px; color: #000; font-weight: bold;}
/*  */
.index5{width: 100%; padding: 80px 0 0 0; overflow: hidden;}
.index5 .title2_index{margin-bottom: 30px;}
.index5 .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden; text-align: center;}
.index5 .tab .tabList{overflow: hidden; display: inline-block; font-size: 0;}
.index5 .tab .tabList li{float: left; padding: 0 5px 10px 5px;}
.index5 .tab .tabList li a{display: block; width: 140px; height: 40px; line-height: 38px; border: 1px solid #d40011; border-radius: 4px; text-align: center; background-color: #fff; font-size: 16px; color: #464646;}
.index5 .tab .tabList .select a{background: #d40011; color: #fff;}
.index5 .tabContent{width: 100%; overflow: hidden;}
.index5 .tabContent .con{display: none;}
.index5 .tabContent .con.act{display: block;}
.display_list{width: calc(100% + 30px);}
.display_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.display_list .item{width: 100%;}
.display_list .item .imgbox{position: relative; overflow: hidden;}
.display_list .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.display_list .item .txtbox{padding: 10px; background-color: #d40011; font-size: 14px; line-height: 20px; position: relative; color: #fff;  overflow: hidden;}
.display_list .item .txtbox .text1{padding-right: 55px;}
.display_list .item .txtbox .text2{position: absolute; right: 10px; top: 10px;}
.display_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.index6{padding: 60px 0 30px 0; overflow: hidden;}
.index6 .title_index6{text-align: center; margin-bottom: 35px;}
.index6 .title_index6 img{max-width: 100%; height: auto;}
.index6 .list{overflow: hidden;}
.index6 .item{width: 100%; margin-bottom: 40px;}
.index6 .item .imgbox{width: 50%; float: left; padding: 0 30px 0 0; position: relative;}
.index6 .item .imgbox img{max-width: 100%; height: auto;}
.index6 .item .txtbox{width: 50%; float: left; padding: 0 0 0 30px; position: relative;}
.index6 .item .txtbox .number{width: 70px; float: left;}
.index6 .item .txtbox .number span{width: 70px; height: 50px; line-height: 50px; padding-left: 10px; display: inline-block; font-size: 34px; color: #fff; font-weight: bold; background: url(../image/index6_icon.png) no-repeat; background-size: 100% 100%;}
.index6 .item .txtbox .right{width: calc(100% - 70px); float: left; padding-left: 20px;}
.index6 .item .txtbox .tit_box{border-bottom: 1px solid #e5e5e5; padding-bottom: 15px;}
.index6 .item .txtbox .tit1{font-size: 30px; color: #000; font-weight: bold;}
.index6 .item .txtbox .tit2{font-size: 14px; color: #999;}
.index6 .item .txtbox .tt{margin-top: 15px;}
.index6 .item .txtbox .text1{font-size: 16px; color: #000; font-weight: bold;}
.index6 .item .txtbox .text2{font-size: 16px; color: #666; margin-top: 5px;}
.index6 .item:nth-child(odd) .imgbox{left: 50%; padding: 0 0 0 30px;}
.index6 .item:nth-child(odd) .txtbox{right: 50%; padding: 0 30px 0 0;}
/*  */
.index7{width: 100%; padding: 70px 0; background: url(../image/index7_bg.jpg) no-repeat center center; background-size: cover;}
.index7 .title_index7{text-align: center; margin-bottom: 30px;}
.index7 .title_index7 .title1{font-size: 48px; color: #fff; font-weight: bold;}
.index7 .title_index7 .title1 span{font-size: 30px; color: #e70012;}
.index7 .left{width: 50%;}
.index7 .list{width: 100%;}
.index7 .list .item{width: 50%; float: left; display: flex; align-items: center; margin-bottom: 80px; padding-right: 80px;}
.index7 .item .number{width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 24px; color: #fff; font-weight: bold; background: url(../image/index7_icon.png) no-repeat; background-size: 100% 100%;}
.index7 .item .txtbox{width: calc(100% - 60px); padding-left: 15px;}
.index7 .item .txtbox .text1{font-size: 16px; color: #fff; font-weight: bold;}
.index7 .item .txtbox .text2{font-size: 14px; color: #fff; line-height: 25px;}
.index7 .list .item:nth-child(3){margin-bottom: 0;}
.index7 .list .item:nth-child(4){margin-bottom: 0;}
.index7 .right{width: 50%;}
.index7 .video_box{position: relative; z-index: 1;}
/*.index7 .video_box::before{content: ""; display: block; padding-top: 50%;}*/
.index7 .video_box iframe{content: ""; display: block; width:100%; height:300px;}
.index7 .video_box .video_bg{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; z-index: 1;}
.index7 .video_box .video_icon{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 60px; height: 60px; z-index: 2;}
/*  */
.index8{width: 100%; padding: 70px 0 30px 0; overflow: hidden;}
.index8 .title2_index{margin-bottom: 30px;}
.index8 .txtbox{text-align: center; font-size: 16px; color: #333; margin-bottom: 30px;}
.customized_list{width: calc(100% + 30px);}
.customized_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.customized_list .item{width: 100%; position: relative; padding-bottom: 40px;}
.customized_list .item .imgbox{position: relative; overflow: hidden;}
.customized_list .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.customized_list .item .text{text-align: center; font-size: 16px; color: #333; line-height: 40px; height: 40px; position: absolute; bottom: 0; left: 0; width: 100%;}
/* .customized_list .item:hover{padding-bottom: 0;} */
.customized_list .item:hover .text{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; background-color: rgba(208,8,2,.8);}
/*  */
.index9{width: 100%; padding: 150px 0 80px 0; position: relative; background: url(../image/index9_bg.jpg) no-repeat center center; background-size: cover;}
.index9::before{content: ""; position: absolute; top: 50px; left: 0; width: 35%; height: calc(100% - 50px); background-color: #e70012; z-index: 0;}
.index9 .title1_index{overflow: hidden;}
.index9 .title1_index .title1{color: #fff;}
.index9 .title1_index .title2{color: #fff;}
.index9 .title_more{background: url(../image/title_more2.png) no-repeat; float: left; margin: 30px 0 0 40px;}
.index9 .box{display: flex; justify-content: space-between;}
.index9 .left{width: 200px; position: relative; z-index: 1;}
.index9 .swiper_btn{position: absolute; bottom: 0; left: 0; overflow: hidden; z-index: 1;}
.index9 .index9-prev, .index9 .index9-next{width: 35px; height: 35px; border: 2px solid #fff; float: left; line-height: 31px; text-align: center; display: block; font-size: 14px; color: #fff;}
.index9 .index9-next{margin-left: 10px;}
.index9 .right{width: calc(100% - 200px); position: relative; z-index: 1;}
.index9 .video_box{position: relative; z-index: 1;}
.index9 .video_box::before{content: ""; display: block; padding-top: 55%;}
.index9 .video_box iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100% !important; height: 100% !important; z-index: 1;}
.index9 .video_box .video_bg{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; z-index: 1;}
.index9 .video_box .video_icon{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 60px; height: 60px; z-index: 2;}
/*  */
.index10{width: 100%; padding: 70px 0 0 0;}
.index10 .tab{width: 100%; margin-bottom: 20px; border-bottom: 1px solid #000; padding-bottom: 20px; position: relative;}
.index10 .tab .title_index10{float: left; margin-right: 40px;}
.index10 .tab .title_index10 span{font-size: 24px; line-height: 30px; color: #222; font-weight: bold; position: relative; display: inline-block;}
.index10 .tab .title_index10 span::before{content: ""; position: absolute; bottom: -21px; left: 0; width: 100%; height: 4px; background-color: #d40011;}
.index10 .tab .tabList{overflow: hidden; float: left; font-size: 0;}
.index10 .tab .tabList li{float: left; margin-right: 40px;}
.index10 .tab .tabList li a{display: block; width: 100%;  font-size: 24px; line-height: 30px; color: #000;}
.index10 .tab .tabList .select a{color: #e70012;}
.index10 .swiper_btn{position: absolute; bottom: 0; right: 0; overflow: hidden; z-index: 1;}
.index10 .index10-prev, .index10 .index10-next{width: 35px; height: 35px; float: left; line-height: 35px; background-color: #191919; text-align: center; display: block; font-size: 32px; color: #fff;}
.index10 .index10-next{margin-left: 10px;}
.index10 .index10-prev:hover{background-color: #e70012;}
.index10 .index10-next:hover{background-color: #e70012;}
.index10 .tabContent{width: 100%; overflow: hidden;}
.index10 .tabContent .con{display: none;}
.index10 .tabContent .con.act{display: block;}
.index10 .item{width: 100%;}
.index10 .item .imgbox{position: relative; overflow: hidden;}
.index10 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index10 .item .text{text-align: center; background-color: #e70012; font-size: 16px; color: #fff; line-height: 45px;}
.index10 .item:hover .imgbox img{transform: scale(1.1);}
.index10 .item:hover .text{color: #333; background-color: #fff;}
/*  */
.index11{padding: 80px 0;}
.index11 .left{width: 53%;}
.index11 .right{width: 47%; padding-left: 80px;}
.index11 .tab{width: 100%; margin-bottom: 40px; border-bottom: 1px solid #000; padding-bottom: 20px;}
.index11 .tab .tabList{width: 100%; font-size: 0;}
.index11 .tab .tabList li{float: left; margin-right: 40px;}
.index11 .tab .tabList li a{display: block; font-size: 24px; color: #464646; line-height: 30px; position: relative;}
.index11 .tab .tabList li a::before{content: ""; position: absolute; bottom: -21px; left: 0; width: 100%; height: 4px; background-color: #d40011; display: none;}
.index11 .tab .tabList .select a::before{display: block;}
.index11 .tabContent{width: 100%; overflow: hidden;}
.index11 .tabContent .con{display: none;}
.index11 .tabContent .con.act{display: block;}
.index11 .box1{display: flex; margin-bottom: 20px;}
.index11 .box1 .imgbox{width: 45%; position: relative;}
.index11 .box1 .imgbox::before{content: ""; display: block; padding-top: 90%;}
.index11 .box1 .txtbox{width: 55%; padding: 15px 0 0 20px;}
.index11 .box1 .txtbox .title{font-size: 16px; color: #000; font-weight: bold; position: relative; padding-right: 70px; margin-bottom: 10px;}
.index11 .box1 .txtbox .title span{position: absolute; font-size: 14px; color: #e70012; right: 0; top: 0; width: 70px; text-align: right; line-height: 20px; font-weight: normal;}
.index11 .box1 .txtbox .content{font-size: 14px; color: #666; line-height: 30px;}
.index11 .box2 .list{border-top: 1px dotted #cfcfcf;}
.index11 .box2 .list li{width: 50%; float: left; border-bottom: 1px dotted #cfcfcf;}
.index11 .box2 .list li a{display: block; font-size: 14px; color: #666; line-height: 50px; position: relative; padding-left: 40px;}
.index11 .box2 .list li a i{position: absolute; width: 12px; height: 14px; top: 0; bottom: 0; left: 15px; margin: auto; background-image: url(../image/index11_icon1.png); background-repeat: no-repeat; background-size: 100% 100%;}
.index11 .box2 .list li a:hover i{background-image: url(../image/index11_icon1_act.png);}
.index11 .title_index11{background-color: #e70012; padding: 25px 40px;}
.index11 .title_index11 .title1{font-size: 24px; color: #fff; font-weight: bold;}
.index11 .title_index11 .title1 span{font-size: 12px; color: #fff;}
.index11 .wrap{padding: 25px 35px; background-color: #fff;}
.index11 .text{font-size: 13px; color: #333; line-height: 22px; margin-bottom: 35px;}
.index11 .form{width: calc(100% + 10px); overflow: hidden;}
.index11 .form .item{margin: 0 10px 10px 0; float: left; width: 100%;}
.index11 .form .item .form_text{width: 100%; height: 50px; background-color: #fafafc; padding: 0 15px; font-size: 14px; color: #333;}
.index11 .form .item:nth-child(1){width: calc(100% / 3 - 10px);}
.index11 .form .item:nth-child(2){width: calc(100% / 3 - 10px);}
.index11 .form .item:nth-child(3){width: calc(100% / 3 - 10px);}
.index11 .form .item:nth-child(4){width: calc(100% / 2 - 10px);}
.index11 .form .item:nth-child(5){width: calc(100% / 2 - 10px);}
.index11 .form .item .form_textarea{width: 100%; background-color: #fafafc; padding: 10px 15px; font-size: 14px; color: #333;}
.index11 .form .btn_box{float: left; width: 100%;}
.index11 .form .btn_box .btn1, .index11 .form .btn_box .btn2{width: 125px; height: 40px; line-height: 40px; text-align: center; margin-right: 10px; border-radius: 5px; background-color: #e70012; font-size: 15px; color: #fff;}
.index11 .form .btn_box .btn1{background-color: #e70012;}
.index11 .form .btn_box .btn2{background-color: #000000;}
/*  */
.foot1{background-color: #000000; border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden;}
.foot1 .title{width: 120px; float: left; text-align: center; padding-top: 15px;}
.foot1 .title .box{display: inline-block; padding-right: 40px; background: url(../image/foot_icon1.png) no-repeat right center;}
.foot1 .title .text1{font-size: 14px; color: #fff; font-weight: bold;}
.foot1 .title .text2{font-size: 24px; color: #d40011;}
.foot1 .right{width: calc(100% - 120px);}
.foot1 .list1{background-color: #e70012; padding: 0 20px; position: relative;}
.foot1 .list1::before{content: ""; position: absolute; left: 100%; top: 0; width: 1000px; height: 100%; background-color: #e70012;}
.foot1 .list1 li{float: left; position: relative; margin-right: 20px; padding-right: 20px;}
.foot1 .list1 li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 17px; background-color: #fff;}
.foot1 .list1 li a{display: block; font-size: 16px; color: #fff; line-height: 80px;}
.foot1 .list2{padding: 0 20px;}
.foot1 .list2 li{float: left; position: relative; margin-right: 20px; padding-right: 20px;}
.foot1 .list2 li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 17px; background-color: #fff;}
.foot1 .list2 li a{display: block; font-size: 14px; color: #fff; line-height: 60px;}
.foot2{padding: 40px 0; background-color: #000; border-bottom: 1px solid rgba(255,255,255,.2);}
.foot2 .left{width: 68%;}
.foot2 .footer_nav{display: flex; justify-content: space-between;}
.foot2 .footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.foot2 .footer_nav dt a{color: #fff;}
.foot2 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.foot2 .footer_nav dd a{color: #fff;}
.foot2 .footer_nav dd a:hover{text-decoration: underline;}
.foot2 .right{width: 30%;}
.foot2 .QR{float: right; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 15px; margin-bottom: 15px;}
.foot2 .QR .QR_item{float: left; text-align: center; padding-left:4px;}
.foot2 .QR .QR_item img{width: 105px; height: 105px;}
.foot2 .QR .QR_item .text{text-align: center; font-size: 14px; color: #fff; margin-top: 5px;}
.foot2 .links{float: right;}
.foot2 .links .item{width: 100%;}
.foot2 .links .item a{display: inline-block; line-height: 30px; padding: 0 10px 0 50px; border-radius: 5px; color: #fff; margin-bottom: 5px; background-repeat: no-repeat; background-position: 10px center; background-color: #d40011;}
.foot2 .links .item:nth-child(1) a{background-image: url(../image/foot_icon2.png);}
.foot2 .links .item:nth-child(2) a{background-image: url(../image/foot_icon3.png);}
.foot3{background-color: #000; padding: 12px 0;}
.foot3 .copyright{float: left; font-size: 14px; color: #fff; line-height: 20px;}
.foot3 .copyright a{color: #fff;}
.foot3 .list{float: right;}
.foot3 .list li{float: left; position: relative; padding-right: 10px; margin-right: 10px;}
.foot3 .list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #fff;}
.foot3 .list li a{color: #fff; font-size: 14px; line-height: 20px;}

/*  */
.inner_page{width: 100%; overflow: hidden; padding: 50px 0; min-height: 400px;}
.inner_left{width: 350px; float: left;}
.inner_right{width: calc(100% - 350px); float: left; padding-left: 35px;}
.title_inner{margin-bottom: 30px;}
.title_inner .title{float: left;}
.title_inner .title .tit1{font-size: 36px; color: #333; font-weight: bold;}
.title_inner .title .tit2{font-size: 28px; color: #333; font-weight: bold; padding-left: 50px; background: url(../image/title_inner.png) no-repeat left center;}
.title_inner .breadcrumb{float: right; font-size: 14px; color: #222; line-height: 20px; margin-top: 40px;}
.title_inner .breadcrumb a{color: #222;}
.title_inner .breadcrumb span{color: #e70012;}
.sideBar_inner .list>li{border-bottom: 1px solid rgba(255,255,255,.2);}
.sideBar_inner .list>li>a{background-color: #000; color: #fff;}
.sideBar_inner .list>li>a>i{background-image: url(../image/sideBar_icon_act.png);}
.sideBar_inner .list>li.on>a{background-color: #f00; color: #fff;}
.sideBar_inner .list>li.on>a>i{background-image: url(../image/sideBar_icon_act.png);}
/*  */
.about_page{width: 100%; min-height:400px;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 28px; margin-top: 15px;}

/*  */
.product_page{width: 100%;}

/*  */
.product_details{width: 100%;}
.product_details .left{width: 45%;}
.product_details .right{width: 55%; padding-left: 30px;}
.product_details .xiangce .imgbox{position: relative; overflow: hidden; border: 1px solid #eee;}
.product_details .xiangce .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_details .xiangce .swiper_tab{margin-bottom: 10px;}
.product_details .xiangce .swiper_content{padding: 0 25px;}
.product_details .xiangce .swiper_content .swiper-slide-thumb-active .imgbox{border: 2px solid #e70012;}
.product_details .xiangce .xiangce-next, .xiangce .xiangce-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 20px; height: 100%; font-size: 18px; color: #fff; background-color: #e70012; z-index: 2; display: flex; align-items: center; justify-content: center;}
.product_details .xiangce .xiangce-next{right: 0;}
.product_details .xiangce .xiangce-prev{left: 0;}
.product_details .box1{background-color: #f5f5f5; padding: 20px;}
.product_details .box1 .title{font-size: 24px; color: #222; font-weight: bold; margin-bottom: 20px;}
.product_details .box1 .text{font-size: 14px; color: #333; line-height: 25px;}
.product_details .box2{background-color: #f5f5f5; padding: 20px;}
.product_details .tab{width: 100%; margin-bottom: 20px; overflow: hidden; background-color: #fff;}
.product_details .tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product_details .tab .tabList li{float: left; border-right: 1px solid #f5f5f5;}
.product_details .tab .tabList li a{display: block; width: 100%; padding: 0 30px; height: 60px; line-height: 60px; background-color: #fff;  font-size: 15px; color: #464646;}
.product_details .tab .tabList .select a{background: #eb121b; color: #fff;}
.product_details .tabContent{width: 100%; overflow: hidden;}
.product_details .tabContent .con{display: none;}
.product_details .tabContent .con.act{display: block;}
.product_details .box2 .txtbox{font-size: 14px; color: #333; line-height: 30px;}
.product_details .box2 .txtbox table{ width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #dedede;}
.product_details .box2 .txtbox table tr td{ width:auto !important; height:auto !important; border:1px solid #dedede; padding:2px;}
.product_details .box2 .txtbox img{ max-width:100% !important; height:auto !important; margin:6px auto; padding:2px;}
.product_details .box2 .txtbox iframe{ width:600px !important; height:400px !important; margin:10px auto; display:block;}

/*  */
.display_page{width: 100%;}
.display_page .titlebox{text-align: center; overflow: hidden; font-size:18px; line-height:2; font-weight:bold; padding-bottom:12px;}
.display_page .imgbox{text-align: center; overflow: hidden;}
.display_page .imgbox img{max-width: 100%; height: auto;}
.display_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px;}
.display_page .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.news_page{width: 100%;}
.news_list{width: 100%;}
.news_list li{border-bottom: 1px solid #a1a1a1; padding-bottom: 30px; margin-bottom: 30px;}
.news_list .item{width: 100%; overflow: hidden;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{width: 20%; overflow: hidden; position: relative;}
.news_list .item .txtbox{flex: 1; padding: 0 20px;}
.news_list .item .txtbox .title{font-size: 18px; color: #101010; margin-bottom: 10px;}
.news_list .item .txtbox .text{font-size: 15px; color: #7e7e7e; line-height: 24px; height: 72px; overflow: hidden;}
.news_list .item .txtbox .time{margin-top: 20px; font-size: 14px; color: #9c9c9c; display: inline-block; border-bottom: 1px solid #9c9c9c;}
.news_list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 5px #eee;}
/*  */
.news_details{width: 100%; }
.news_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news_details .title .title1{font-size: 16px; color: #333;}
.news_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto;}
.news_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}
.news_details .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.service_page{width: 100%;}
.service_page .imgbox{text-align: center; overflow: hidden;}
.service_page .imgbox img{max-width: 100%; height: auto;}
.service_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px; font-weight:bold;}

/*  */
.contact_page{width: 100%;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 15px;}
.contact_page .map{position: relative; overflow: hidden;}
.contact_page .map::before{content: ""; display: block; padding-top: 45%;}
.contact_page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}

.video_list{width: calc(100% + 20px)}
.video_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0}
.video_list .item{width: 100%; position: relative;}
.video_list .item::before{content: ""; display: block; padding-top: 75%;}
.video_list .item iframe{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
.video_list .item .video_bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}



@media (max-width: 1299px){
    .header .header_content .logo img{width: 200px;}
    .header .header_content .header_txt .text{font-size: 20px;}
    .header .header_content .header_tel .text{font-size: 18px;}
    .index7 .list .item{padding-right: 40px; margin-bottom: 40px;}
    
}

@media (max-width: 1199px){
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .title1_index .title1{font-size: 30px;}
    .title1_index .title2{font-size: 24px;}
    .title2_index .title1{font-size: 34px;}
    .title2_index .title2{font-size: 22px;}
    .index1{padding: 40px 0 80px 0; margin-top: 20px;}
    .index1 .left{padding-right: 30px; padding-top: 30px;}
    .index1 .text2{font-size: 14px; line-height: 25px;}
    .index1 .list .text3 span{font-size: 20px;}
    .index2 .title_index2 .title1{font-size: 24px;}
    .index2 .title_index2::before{width: 120px; height: 5px; bottom: -1px;}
    .index2 .title_more{margin-top: 2px;}
    .index3{padding: 40px 0 ;}
    .sideBar_left{width: 280px;}
    .sideBar_right{width: calc(100% - 280px);}
    .sideBar .list>li>a{height: 45px; line-height: 45px; padding: 0 10px 0 50px; font-size: 14px;}
    .sideBar .list>li>a>i{left: 25px;}
    .product_list .item .text{font-size: 14px; margin-top: 5px; line-height: 25px;}
    .index4 .tel{margin: 40px 0 0 0;}
    .index5{padding: 50px 0 0 0;}
    .index6{padding: 50px 0 20px 0;}
    .index7{padding: 50px 0;}
    .index7 .list .item{padding-right: 20px; margin-bottom: 20px;}
    .index8{padding: 50px 0 20px 0;}
    .index9{padding: 100px 0 60px 0;}
    .index10{padding: 50px 0 0 0;}
    .index11{padding: 50px 0;}
    .index11 .right{padding-left: 30px;}
    /*  */
    .inner_page{padding: 40px 0;}
    .inner_left{width: 280px;}
    .inner_right{width: calc(100% - 280px);}
    .title_inner .title .tit1{font-size: 32px;}
    .title_inner .title .tit2{font-size: 24px;}
    .product_details .box1 .title{font-size: 20px; margin-bottom: 15px;}
}

@media (max-width: 991px){
    .header_top{line-height: 30px; font-size: 12px;}
    .header_top .text{font-size: 12px;}
    .header_top .top_link a{font-size: 12px;}
    .header_top .language{padding: 0 15px;}
    .header .header_content{height: 90px;}
    .header .header_content .right{padding-right: 60px;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; display: none; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .header_nav .nav_list>li.on>a{background-color: #fff; color: #d40011;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    .search .title{font-size: 14px; width: 130px; line-height: 30px;}
    .search .list li a{font-size: 12px; line-height: 30px;}
    .search .form{width: 260px; height: 30px;}
    .title1_index .title1{font-size: 24px;}
    .title1_index .title2{font-size: 18px;}
    .title2_index .title1{font-size: 28px;}
    .title2_index .title2{font-size: 18px; padding: 0 30px;}
    .index1{padding: 30px 0 60px 0; margin-top: 10px;}
    .index1 .left{padding-right: 20px; padding-top: 0;}
    .index1 .text2{margin-bottom: 15px;}
    .index2 .box{margin-top: -30px; padding: 15px 15px 0 15px;}
    .index2 .title_index2{margin-bottom: 20px;}
    .index2 .title_index2 .title1{font-size: 20px;}
    .index3{padding: 30px 0;}
    .index3 .title1_index{margin-bottom: 20px;}
    .index3 .title_more{margin-top: 10px;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px); padding-left: 20px;}
    .sideBar .list>li>a{height: 35px; line-height: 35px; padding: 0 10px 0 40px;}
    .sideBar .list>li>a>i{left: 20px; }
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .text{margin: 0; line-height: 30px; font-size: 12px;}
    .index4 .tel{margin: 0;}
    .index4 .tel .box .text2{font-size: 22px;}
    .index5{padding: 30px 0 0 0;}
    .index5 .title2_index{margin-bottom: 20px;}
    .index5 .tab{margin-bottom: 10px;}
    .index5 .tab .tabList li a{width: 120px; height: 32px; line-height: 30px; font-size: 14px;}
    .display_list{width: calc(100% + 10px);}
    .display_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .display_list .item .txtbox{padding: 5px;}
    .index6{padding: 30px 0 10px 0;}
    .index7{padding: 30px 0;}
    .index7 .title_index7 .title1{font-size: 36px;}
    .index7 .title_index7 .title1 span{font-size: 24px;}
    .index8{padding: 30px 0 20px 0;}
    .index8 .title2_index{margin-bottom: 20px;}
    .index8 .txtbox{font-size: 14px; margin-bottom: 20px;}
    .customized_list{width: calc(100% + 10px);}
    .customized_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .customized_list .item{padding-bottom: 30px;}
    .customized_list .item .text{font-size: 14px; line-height: 30px; height: 30px;}
    .index9{padding: 60px 0 30px 0;}
    .index9::before{top: 20px; height: calc(100% - 20px);}
    .index10{padding: 30px 0 0 0;}
    .index10 .tab{margin-bottom: 15px; padding-bottom: 15px;}
    .index10 .tab .title_index10{margin-right: 20px;}
    .index10 .tab .title_index10 span::before{bottom: -16px;}
    .index10 .tab .title_index10 span{font-size: 18px;}
    .index10 .tab .tabList li a{font-size: 16px;}
    .index10 .tab .tabList li{margin-right: 20px;}
    .index10 .index10-prev, .index10 .index10-next{width: 30px; height: 30px; line-height: 30px;}
    .index10 .item .text{line-height: 30px; font-size: 14px;}
    .index11{padding: 30px 0;}
    .index11 .tab{margin-bottom: 20px; padding-bottom: 15px;}
    .index11 .tab .tabList .select a::before{bottom: -16px;}
    .index11 .tab .tabList li{margin-right: 20px;}
    .index11 .tab .tabList li a{font-size: 18px; line-height: 25px;}
    .index11 .box1 .txtbox{padding: 0 0 0 10px;}
    .index11 .box2 .list li{width: 100%;}
    .index11 .box2 .list li a{line-height: 35px;}
    .index11 .wrap{padding: 15px;}
    .index11 .text{margin-bottom: 15px;}
    .index11 .form .item:nth-child(1){width: 100%;}
    .index11 .form .item:nth-child(2){width: 100%;}
    .index11 .form .item:nth-child(3){width: 100%;}
    .index11 .form .item:nth-child(4){width: 100%;}
    .index11 .form .item:nth-child(5){width: 100%;}
    .index11 .form .btn_box .btn1, .index11 .form .btn_box .btn2{width: 120px; height: 30px; line-height: 30px; font-size: 14px;}
    .foot1{display: none;}
    .foot2{display: none;}
    .foot3{text-align: center;}
    .foot3 .copyright{width: 100%;}
    .foot3 .list{display: inline-block; float: none;}
    /*  */
    .inner_page{padding: 30px 0;}
    .title_inner .title .tit1{font-size: 26px;}
    .title_inner .title .tit2{font-size: 18px;}
    .title_inner .breadcrumb{margin-top: 25px;}
    .inner_left{width: 220px;}
    .inner_right{width: calc(100% - 220px); padding-left: 20px;}
    .title_inner{margin-bottom: 20px;}
    .product_details .tab .tabList li a{height: 40px; line-height: 40px;}
    .news_list .item .imgbox{width: 25%;}
    .news_list .item .txtbox .title{font-size: 14px;}
    .news_list .item .txtbox .text{font-size: 12px; line-height: 20px; height: 60px;}
    .news_list .item .txtbox .time{margin-top: 10px; font-size: 12px;}
}

@media (max-width: 767px){
    .header_top{line-height: 25px; font-size: 12px;}
    .header_top .left{display: none;}
    .header_top .top_link{display: none;}
    .header .header_content{height: 70px;}
    .header .header_content .logo img{width: 140px;}
    .search .box{flex-wrap: wrap;}
    .search .box .left{width: 100%;}
    .search .title{width: 100%;}
    .search .list{width: 100%;}
    .search .list li a{line-height: 25px;}
    .search .right{width: 100%;}
    .search .form{width: 100%;}
    .index1{padding: 20px 0;}
    .title1_index .title1{font-size: 18px;}
    .title1_index .title2{font-size: 16px;}
    .title2_index .title1{font-size: 18px;}
    .title2_index .title2{font-size: 16px;}
    .index1 .left{width: 100%; padding: 0;}
    .index1 .right{width: 100%; margin-top: 15px;}
    .index1 .list li{padding: 10px;}
    .index1 .list .text3{height: 25px; line-height: 25px;}
    .index1 .list .text3 span{font-size: 16px;}
    .index2 .box{margin-top: 0;}
    .index2 .box{padding: 10px 0 0 0;}
    .index2 .title_index2{margin-bottom: 15px;}
    .index2 .title_index2 .title1{font-size: 18px;}
    .certificate_list{width: calc(100% + 10px);}
    .certificate_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index3{padding: 20px 0;}
    .sideBar .sideBar_title{display: block;}
    .sideBar_left{width: 100%;}
    .sideBar_right{width: 100%; padding: 0; margin-top: 10px;}
    .sideBar .list>li>a{font-size: 12px;}
    .sideBar .list{display: none;}
    .sideBar .drop_down li a{height: 30px; line-height: 30px;}
    .product_list li{width: calc(100% / 2 - 10px); margin: 0 10px 0 0;}
    .index4{display: none;}
    .index5{padding: 20px 0 0 0;}
    .index5 .tab .tabList li a{width: 100px; font-size: 12px;}
    .display_list li{width: calc(100% / 2 - 10px);}
    .display_list .item .txtbox{font-size: 12px;}
    .display_list .item .txtbox .text1{padding-right: 0;}
    .display_list .item .txtbox .text2{display: none;}
    .index6{padding: 20px 0 10px 0;}
    .index6 .title_index6{margin-bottom: 15px;}
    .index6 .item{margin-bottom: 15px;}
    .index6 .item .imgbox{width: 100%; padding: 0;}
    .index6 .item .txtbox{width: 100%; padding: 0; margin-top: 15px;}
    .index6 .item:nth-child(odd) .imgbox{left: 0}
    .index6 .item:nth-child(odd) .txtbox{right: 0;}
    .index6 .item .txtbox .number{width: 50px;}
    .index6 .item .txtbox .number span{width: 50px; height: 40px; line-height: 40px; font-size: 18px;}
    .index6 .item .txtbox .right{width: calc(100% - 50px);}
    .index6 .item .txtbox .tit_box{padding-bottom: 10px;}
    .index6 .item .txtbox .tit1{font-size: 18px;}
    .index6 .item .txtbox .tit2{font-size: 12px;}
    .index6 .item .txtbox .tt{margin-top: 10px;}
    .index6 .item .txtbox .text1{font-size: 14px;}
    .index6 .item .txtbox .text2{font-size: 12px; line-height: 20px;}
    .index7{padding: 20px 0;}
    .index7 .title_index7 .title1{font-size: 20px;}
    .index7 .title_index7 .title1 span{font-size: 16px;}
    .index7 .left{width: 100%;}
    .index7 .right{width: 100%; margin-top: 15px;}
    .index7 .title_index7{margin-bottom: 15px;}
    .index7 .list .item{width: 100%; padding-right: 0; margin-bottom: 15px;}
    .index7 .item .number{width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
    .index7 .item .txtbox .text1{font-size: 14px;}
    .index7 .item .txtbox .text2{font-size: 12px;}
    .index8{padding: 20px 0;}
    .index8 .title2_index{margin-bottom: 15px;}
    .index8 .txtbox{font-size: 12px; margin-bottom: 15px;}
    .customized_list li{width: calc(100% / 2 - 10px); margin: 0 10px 0 0;}
    .customized_list .item .text{font-size: 12px;}
    .index9{padding: 20px 0;}
    .index9 .box{flex-wrap: wrap; display: block; overflow: hidden;}
    .index9 .left{width: 100%;}
    .index9 .index9-prev, .index9 .index9-next{display: none;}
    .index9 .title_more{display: none;}
    .index9 .right{width: 100%;}
    .index10{padding: 20px 0 0 0;}
    .index10 .tab{padding-bottom: 10px;}
    .index10 .tab .title_index10{width: 100%; margin: 0;}
    .index10 .tab .title_index10 span::before{display: none;}
    .index10 .tab .title_index10 span{font-size: 14px; line-height: 25px;}
    .index10 .tab .tabList li a{font-size: 14px; line-height: 25px;}
    .index10 .index10-prev, .index10 .index10-next{display: none;}
    .index11{padding: 20px 0;}
    .index11 .left{width: 100%;}
    .index11 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index11 .tab .tabList li a{font-size: 14px;}
    .index11 .tab{padding-bottom: 10px;}
    .index11 .tab .tabList .select a::before{bottom: -11px;}
    .index11 .box1{display: block; margin-bottom: 15px;}
    .index11 .box1 .imgbox{width: 100%;}
    .index11 .box1 .txtbox{width: 100%; padding: 0; margin-top: 15px;}
    .index11 .box1 .txtbox .title{font-size: 14px; padding-right: 60px;}
    .index11 .box1 .txtbox .title span{font-size: 12px; width: 60px;}
    .index11 .box1 .txtbox .content{font-size: 12px; line-height: 25px;}
    .index11 .box2 .list li a{line-height: 30px; font-size: 12px;}
    .index11 .title_index11{padding: 15px;}
    .index11 .title_index11 .title1{font-size: 16px;}
    .index11 .wrap{padding: 10px; line-height: 20px;}
    .index11 .text{font-size: 12px; margin-bottom: 10px;}
    .index11 .form .item .form_text{height: 35px; font-size: 12px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .title_inner .breadcrumb{display: none;}
    .title_inner .title .tit1{font-size: 18px;}
    .title_inner .title .tit2{font-size: 16px;}
    .inner_left{width: 100%;}
    .inner_right{width: 100%; padding: 0; margin-top: 15px;}
    .product_details .box1{padding: 10px;}
    .product_details .left{width: 100%;}
    .product_details .right{width: 100%; padding: 0; margin-top: 15px;}
    .product_details .box1 .title{font-size: 16px;}
    .product_details .box1 .text{font-size: 12px;}
    .product_details .box2{padding: 10px;}
    .product_details .tab{margin-bottom: 15px;}
    .product_details .tab .tabList li a{padding: 0 10px; height: 30px; line-height: 30px; font-size: 12px;}    
    .product_details .box2 .txtbox{font-size: 12px;}
	.product_details .box2 .txtbox iframe{ width:100% !important; height:250px !important; margin:10px auto; display:block;}
    .news_list li{padding-bottom: 10px; margin-bottom: 10px;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .txtbox{padding: 0 10px;}
    .news_list .item .txtbox .title{margin-bottom: 5px;}
    .news_list .item .txtbox .time{margin-top: 5px;}
    .video_list{width: calc(100% + 10px)}
    .video_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0}
}