/* reset */ html { height: 100%; overflow-x:hidden;} body { min-height: 100%; overflow-x:hidden;} body { _height: 100% } body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 } body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 } li { list-style-type: none } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;} iframe, frame, fieldset, img { border: 0 none } img { vertical-align: top } input[type=button], input[type=submit], input[type=reset] { cursor: pointer } button { cursor: pointer } input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none } input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio } input[type=checkbox] { -webkit-appearance: checkbox } input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box } textarea { overflow: auto; resize: none } ::-webkit-input-placeholder{color:#BDBDBD;} :-moz-placeholder{color:#BDBDBD;} ::-moz-placeholder{color:#BDBDBD;} :-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;} .placeholder{color:#BDBDBD;} blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none } table { border-collapse: collapse; border-spacing: 0 } caption, th { text-align: left } th { font-weight: normal } em, cite, address,i { font-style: normal} body, input, select, button, textarea {color:#505050; font-size: 14px; line-height: 1.5;font-family: "微软雅黑";} a{ color:#505050;text-decoration: none!important;} a{ blr:expression(this.onFocus=this.blur())} a * { *cursor: pointer } :focus { outline: none } img{max-width: 100%;} /* 阿里图标 */ [class*='icon']{ font-family: 'iconfont'; } /* @font-face { font-family: SourceHanSansCN-Light; src: url('../font/SourceHanSansCN-Light.ttf') format('truetype'); } @font-face { font-family: SourceHanSansCN-Medium; src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype'); } @font-face { font-family: SourceHanSansCN-Regular; src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype'); } body, input, select, button, textarea{ font-family: SourceHanSansCN-Regular; }*/ .edit_con_original{ line-height:1.8em; padding:0 0; color:#505050;} .edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;} .edit_con_original ul li { list-style-type:disc; margin:auto; } .edit_con_original ol{ margin:inherit; padding:inherit} .edit_con_original ol li { list-style-type:decimal; margin:auto; } .edit_con_original h1 { font-size: 2em; font-weight:bold } .edit_con_original h2 { font-size: 1.5em; font-weight:bold } .edit_con_original h3 { font-size: 1.17em; font-weight:bold } .edit_con_original h4 { font-size: 1em; font-weight:bold } .edit_con_original h5 { font-size: 0.83em; font-weight:bold } .edit_con_original h6 { font-size: 0.67em; font-weight:bold } .edit_con_original em { font-style: italic } .edit_con_original cite{ font-style: italic } .edit_con_original address{ font-style: italic } .edit_con_original i { font-style: italic } .edit_con_original table{ border-collapse: separate; border-spacing: 2px } .edit_con_original img{ max-width:100%; height:auto;} /*所有后台编辑器区域都要引用 edit_con_original 类名*/ /* clear 页头,页脚,内容区都不用再加清除样式 */ .fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table } .fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both } .fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 } .clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important } /*去除鼠标双击选中效果*/ /**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;}*/ /*两端对齐*/ .justify { text-align:justify; text-justify:distribute-all-lines;} /*图片经过*/ .tran_scale{ overflow:hidden; display:block;} .tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;} /*截字*/ .ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;} .clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;} .clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;} .clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5; max-height: 6em;height: 6em;overflow:hidden;} /*上下居中*/ .v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;} /*左右居中*/ .l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;} /*绝对居中*/ .a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;} /*背景*/ .bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;} .bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;} .bg-cover-ban{ background-size: 100% 100%;} .ratio-img,.ratio-img img{width: 100%;} *{box-sizing: border-box;} .swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;} .wrap{max-width: 1440px; margin:0 auto; width:90%;} .nav_phone_btn,.nav_click{display: none;} .header{width: 100%; height: 90px; line-height: 90px; position: fixed; left:0; top:0; z-index: 10001; background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%); background: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%); background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);} .scroll-header .header{ background: #fff; color:#505050; box-shadow: 0 5px 5px 2px rgba(0,0,0,0.2);} .header .logo{float: left; margin:30px 0 0 0; width:218px; height:24px; overflow: hidden;} .header .logo img{width:100%;} .header .logo img+img,.scroll-header .header .logo img{ display: none;} .scroll-header .header .logo img+img{display: block;} .scroll-header .header .h_rr,.scroll-header .t_tel a,.scroll-header .lang a,.scroll-header .nav ul>li>a{color:#505050;} .nav{ float: right; width:calc(100% - 300px);height:90px; color:#fff;} .nav .h_rr{ float: right;width:315px;color:#fff; position: relative;} .t_tel{ float: right;margin-left:15%;font-weight: bold;} .t_tel i{margin-right: 10px; font-size: 18px;} .t_tel a{color:#fff; font-weight: bold;} .t_tel a:hover{color:#fff!important;} .lang{ float: right;color:#fff; margin-left:8%; } .lang a{color:#fff;} .lang a:hover{font-weight: bold; color:#fff!important;} .scroll-header .t_tel a:hover{color:#DE000F!important;} .scroll-header .lang a:hover{color:#DE000F!important;} span.ser{ cursor: pointer;float: right;} span.ser i{font-size:20px; font-weight: bold;} .search_wrap{width:0;position: absolute; z-index: 2; right:0; top:90px; overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;} .search_wrap.on{width: 300px; border-radius:5px;border:1px solid #969191;} .search_box_text{float:left; width:calc(300px - 60px); padding:0 10px; height: 44px; line-height: 44px; border:none; background: none;} .search_box_button {float: right;width:40px;height:44px; border:0; outline: none; background: none;} .search_box_button i{font-size:20px;} /*导航*/ .nav ul{width:calc(100% - 350px); text-align: right;} .nav ul>li{ display:inline-block; padding:0 25px; line-height:90px;} .nav ul>li span{ display: none;} .nav ul>li>a{display: block;color:#fff;position: relative;} .nav ul>li>a>em{ display: block; position: absolute;left: 50%;bottom: 0; width:0;height: 2px;background: #DF0011;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;} .nav ul>li.on>a{color:#fff; font-weight: bold;} .nav ul>li.on>a>em{left:0;width:100%;} .scroll-header .nav ul>li.on>a{color:#505050;} /*导航下拉*/ .navlist{display:none; line-height: 1.5; text-align: left;color:#505050; position: absolute; left:0; top:90px; z-index: 2; width: 100%; box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05); background:#fff;} /*关于下拉导航*/ .abou_menu{padding:3% 0;} .abou_menu .ll{ float: left; width: 70%;} .abou_menu .rr{ float: right; width:27%; margin-top: 5px;} .abou_menu .rr img{widtH:100%;} .abou_menu .ll dl{ float: left; widtH:25%; padding-right:4%;} .abou_menu .ll dt h2{border-bottom:1px solid #E0E0E0;padding-bottom:20px; margin-bottom: 25px; position: relative;} .abou_menu .ll dt h2::after{content: ""; position: absolute; lefT:0; bottom:-1px; widtH:45px; height: 1px; background: #DD000F;} .abou_menu .ll dd{font-size: 14px;} .abou_menu .ll dd p{margin: 1em 0 0;} /*解决方案下拉导航*/ .solu_navlist{ /*padding-bottom: 4%;*//*height: calc(60vh - 90px); overflow-y: auto;*/} .solu_menu{padding:3% 0;} .solu_menu .ll{ float: left; widtH:77.78%;} .solu_menu .rr{ float: right; widtH:16.38%;} .solu_menu .ll dt,.solu_menu .rr dt{widtH:100%;} .solu_menu .ll dt h2,.solu_menu .rr dt h2{border-bottom:1px solid #E0E0E0;padding-bottom:20px; margin-bottom: 25px; position: relative;} .solu_menu .ll dt h2::after,.solu_menu .rr dt h2::after{content: ""; position: absolute; lefT:0; bottom:-1px; widtH:45px; height: 1px; background: #DD000F;} .solu_menu .ll dd,.solu_menu .rr dd{font-size: 14px; float: left; widtH:12.5%;} .solu_menu .ll dd p,.solu_menu .rr dd p{margin: 1em 0 0;} .solu_menu .ll dd,.solu_menu .rr dd{ /*height: 21.5em;*/} .solu_menu .rr dd{widtH:50%;} .solu_menu .ll dd .item,.solu_menu .rr dd .item{overflow: hidden;} .solu_menu .ll dd .item p,.solu_menu .rr dd .item p{ display: none;} .solu_menu .ll dd .item p:nth-of-type(1),.solu_menu .ll dd .item p:nth-of-type(2),.solu_menu .ll dd .item p:nth-of-type(3),.solu_menu .ll dd .item p:nth-of-type(4),.solu_menu .ll dd .item p:nth-of-type(5), .solu_menu .rr dd .item p:nth-of-type(1),.solu_menu .rr dd .item p:nth-of-type(2),.solu_menu .rr dd .item p:nth-of-type(3),.solu_menu .rr dd .item p:nth-of-type(4),.solu_menu .rr dd .item p:nth-of-type(5){ display: block;} .solu_menu .ll dd .item.on p,.solu_menu .rr dd .item.on p{display: block;} /*产品下拉导航*/ .prod_navlist{ height: calc(100vh - 90px); overflow-y: auto;} .prod_menu{padding:3% 0;} .prod_menu .ll{ float: left; widtH:61.11%;} .prod_menu .rr{ float: right; widtH:34.72%;} .prod_menu .ll dl{ float: left; widtH:46.5%;} .prod_menu .ll dl+dl{ float: right;} .prod_menu .rr dl{ float: left; widtH:44%; margin-bottom: 40px;} .prod_menu .rr dl:nth-child(2n){float:right;} .prod_menu .ll dt,.prod_menu .rr dt{widtH:100%;} .prod_menu .ll dt h2,.prod_menu .rr dt h2{color:#505050; border-bottom:1px solid #E0E0E0;padding-bottom:20px; margin-bottom: 25px; position: relative;} .prod_menu .ll dt h2::after,.prod_menu .rr dt h2::after{content: ""; position: absolute; lefT:0; bottom:-1px; widtH:45px; height: 1px; background: #DD000F;} .prod_menu .ll dt h2 a,.prod_menu .rr dt h2 a,.solu_menu .ll dt h2 a,.solu_menu .rr dt h2 a{color:#505050!important;} .prod_menu .ll dd{font-size: 14px;float: left; widtH:33.33%; padding-right: 5%;overflow: hidden;} .prod_menu .ll dd h3{font-weight: bold;} .prod_menu .ll dd .item{ overflow: hidden;} .prod_menu .ll dd .item p{ display: none;} .prod_menu .ll dd .item p:nth-of-type(1),.prod_menu .ll dd .item p:nth-of-type(2),.prod_menu .ll dd .item p:nth-of-type(3), .prod_menu .ll dd .item p:nth-of-type(4),.prod_menu .ll dd .item p:nth-of-type(5){ display: block;} .prod_menu .ll dd .item.on p{ display: block;} .prod_menu .ll dd p,.prod_menu .rr dd p{margin: 1em 0 0} .prod_menu .rr dl:first-child dd p:first-child{font-weight:bold;} .prod_menu .rr dl:first-child dd p:first-child i{color:#DF0011; margin-right:5px;} .prod_menu .ll dd:nth-of-type(4),.prod_menu .ll dd:nth-of-type(7){clear:both;} .navlist .prod_menu .ll dd h3 a{color:#505050!important;} .prod_menu .rr dd{font-size: 14px; overflow: hidden;} .prod_menu .rr dd p{display: none;} .prod_menu .rr dd p:nth-of-type(1),.prod_menu .rr dd p:nth-of-type(2),.prod_menu .rr dd p:nth-of-type(3), .prod_menu .rr dd p:nth-of-type(4),.prod_menu .rr dd p:nth-of-type(5){ display: block;} .prod_menu .rr dd.on p{display: block;} .prod_menu .rr dd p:first-child{margin-top: 0;} .prod_menu .show_more,.solu_menu .show_more{cursor: pointer; font-size: 14px;font-weight: bold; color:#505050; margin:1em 0 3em;} .prod_menu .show_more i,.solu_menu .show_more i{margin-left: 10px; display: inline-block;} .prod_menu .show_more.on i,.solu_menu .show_more.on i{transform: rotate(180deg);} /*导航下拉*/ .nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;} /*公共底部*/ .footer{ background: #565B69; padding:5% 0 7%;} .footer ul{ float: left; width:60%;} .footer li{ float: left; width:16.66%;} .footer li h2{margin-bottom:30px; line-height: 1.2;} .footer li h2 a{color:#E9EDF4;} .footer li h2 span{ display: none;} .footer li .con{} .footer li p{ margin-bottom: 8px; color:#E9EDF4;} .footer li p:last-child{margin-bottom: 0;} .footer li p,.footer li p a{color:#E9EDF4;} .footer .ft_rr{float: right; width:35%; max-width: 380px;color:#E9EDF4;} .ft_rr h3{margin-bottom: 24px;} .ft_rr p{color:#E9EDF4; line-height: 2;} .ft_rr p a{color:#E9EDF4;} .ft_rr p a.tel_link{color:#E9EDF4!important;} .ft_rr .fshare{margin:8% 0 15%;} .ft_rr .fshare a{ float: left; margin-right: 20px; widtH:30px; height: 30px;} .ft_rr .fshare a>img{widtH:30px; height: 30px;} .ft_rr .fshare a.s_wx{position: relative;} .ft_rr .fshare a.s_wx .code{display: none; position: absolute; left:50%; margin-left:-75px; top:-170px; widtH:150px; height: 150px; overflow: hidden;} .ft_rr .fshare a.s_wx .code img{widtH:150px;} .ft_rr .fshare a.s_wx:hover .code{ display: block;} .ft_rr p.cop{color:#fff; font-weight: bold;} .ft_rr p.cop a{color:#fff;} .ft_rr p.cop a.xhr{margin-left:20px;} @media only screen and (max-width: 1439px){ .nav .h_rr{widtH:280px;} .nav ul{width:calc(100% - 280px);} } @media only screen and (max-width: 1365px){ .nav{width:calc(100% - 240px);} .nav ul>li{padding:0 20px;} .footer ul{width:70%;} .footer .ft_rr{width:28%;max-width: 320px;} .ft_rr p.cop a.xhr{ display: block;margin-left:0;} } @media only screen and (max-width: 1279px){ .nav .h_rr{widtH:230px;} .nav ul{width:calc(100% - 230px);} .nav ul>li{padding:0 10px;} } .navlist .return_a{ display: none;} @media only screen and (max-width: 1024px){ body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;} .header{height:50px;} .header .logo{margin-top:12px;} .nav .h_rr{width:100%;color:#fff; padding:0px 15px; float: none;line-height:40px; margin-bottom: 20px;} .scroll-header .header .h_rr, .scroll-header .t_tel a, .scroll-header .lang a, .scroll-header .nav ul>li>a{color:#fff;} .t_tel{margin-left:20px;} .lang{margin-left:0;} span.ser{display: none;} .search_wrap{widtH:100%; display: block; position: static; height: 36px; line-height: 36px;} .search_box_text,.search_box_button{height: 36px; line-height: 36px;} .search_box_text{width: calc(100% - 40px);} /*手机导航按钮开始*/ .nav_phone_btn{display: block;cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:0;right:0;z-index: 99999999;width: 50px;text-align: center;background: #DF0011;} .nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;} .nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; font-family: arial; font-size: 12px; text-transform: uppercase;} .nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #fff;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;} .nav_phone_btn span:before{top:-7px;} .nav_phone_btn span:after{top:7px;} .visible_nav.nav_phone_btn{ background: #161719;} .visible_nav.nav_phone_btn span{background-color: transparent;} .visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);} .visible_nav.nav_phone_btn span:after{top:0px;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);} .body_nav_phone .nav{right:0;left:auto;} /*手机导航按钮结束*/ .nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#161719;} .nav ul{padding: 0px 0;clear: both; float: none;width: 100%;} .nav ul>li{line-height: 40px; width: 100%;float: none; display: block; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;} .nav ul>li>a{height: 40px; line-height: 40px;padding:0 15px; color:#fff; text-align: left; width: calc(100% - 40px); overflow: hidden;} .nav ul>li.on>a{background: none; color: #fff;} .nav ul>li>span{display:block;cursor: pointer; width: 40px; height: 40px; line-height: 40px;font-size: 20px; text-align: center; float: right;} .nav ul>li.on>a>em{display: none;} .nav ul>li.on .navlist{right: 0;} .navlist{display: block;top: 0;left: auto;bottom:0;right: -100%;margin: 0;width: 100%;height:100vh; background: #161719; padding: 0;z-index: 9;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;} .navlist .return_a{color:#fff; display: block; height: 40px; line-height: 40px;background: #DE000F;} .navlist .return_a a{color:#fff; padding: 0 3%;} .navlist .return_a a i{margin-right:0; font-size:20px; display: inline-block; vertical-align: middle;} .prod_menu .ll,.prod_menu .rr,.solu_menu .ll,.solu_menu .rr,.abou_menu .ll,.abou_menu .rr{ float: none; width:100%;} .prod_menu .ll dl,.prod_menu .rr dl{width:100%; margin-bottom: 10px;} .prod_menu .ll dt h2,.prod_menu .rr dt h2,.solu_menu .ll dt h2, .solu_menu .rr dt h2,.abou_menu .ll dt h2{margin-bottom: 20px; padding-bottom: 10px;} .prod_menu .show_more,.solu_menu .show_more{ display: none;} .prod_menu .ll dd{margin-bottom: 10px; padding-right: 0;width:100%; height: auto;} .prod_menu .ll dd h3,.solu_menu dd h3{line-height: 1.5; height: 1.5em;} .prod_menu .ll dd h3 span,.solu_menu dd h3 span{ display: block; font-size: 20px; float: right; width:30px;text-align: center;} .prod_menu .ll dd p,.solu_menu dd p{ display: none; padding-left: 20px;} .prod_menu .ll dd.on p,.solu_menu dd.on p{ display: block;} .prod_menu .rr dd{height: auto;margin-bottom:10px;} .solu_menu .ll dd, .solu_menu .rr dd{width:100%; height: auto;margin-bottom: 10px;} .abou_menu .ll dl{width:100%; padding-right: 0; margin-bottom:20px;} .prod_menu .ll dt h2 a,.prod_menu .rr dt h2 a,.prod_menu .ll dd h3,.solu_menu dd h3,.prod_menu .ll dd h3 a,.solu_menu dd h3 a, .prod_menu .ll dd p a,.prod_menu .rr dd p a,.solu_menu dd p a,.solu_menu .ll dt h2 a, .solu_menu .rr dt h2 a, .abou_menu .ll dt h2 a,.abou_menu .ll dd p a{color:#fff!important;} .abou_menu .rr{margin-bottom: 20px;} .prod_menu .ll dd h3.on span,.solu_menu dd h3.on span{transform: rotateX(180deg);transition: 0.3s all;} .prod_menu .ll dd .item,.solu_menu .ll dd .item,.solu_menu .rr dd .item{ height: auto;} .prod_menu .ll dd .item p:nth-of-type(1),.prod_menu .ll dd .item p:nth-of-type(2),.prod_menu .ll dd .item p:nth-of-type(3), .prod_menu .ll dd .item p:nth-of-type(4),.prod_menu .ll dd .item p:nth-of-type(5){ display: none;} .prod_menu .rr dd p{ display: block;} .solu_menu .ll dd .item p:nth-of-type(1), .solu_menu .ll dd .item p:nth-of-type(2), .solu_menu .ll dd .item p:nth-of-type(3), .solu_menu .ll dd .item p:nth-of-type(4), .solu_menu .ll dd .item p:nth-of-type(5), .solu_menu .rr dd .item p:nth-of-type(1), .solu_menu .rr dd .item p:nth-of-type(2), .solu_menu .rr dd .item p:nth-of-type(3), .solu_menu .rr dd .item p:nth-of-type(4), .solu_menu .rr dd .item p:nth-of-type(5){ display: none;} } @media only screen and (max-width: 1023px){ .ft_rr .fshare a{margin-right: 10px;} } @media only screen and (max-width: 767px){ .header .logo{ width:164px; height: 18px; margin-top:16px;} .t_tel,.lang{ float: left; widtH:auto; margin:0; line-height: 20px; padding-top: 10px;} .lang{ float: right;} .lang{padding-bottom: 10px;} .nav{width:100%; right:-100%;} .footer ul{ float: none; width:100%; margin:0; padding-top: 15px; height: auto;} .footer li{width:100%!important; padding-top: 0; padding-left: 0px; height:auto!important; border-right: none; border-bottom:1px solid #B1B1B1; text-align: left; margin-bottom: 10px;} .footer li::after{ display: none;} .footer li h2{margin:0;padding:0 0 10px; display: block; border-width: 1px;} .footer li h2 span{display: block; float: right; color:#fff; width: 20px; text-align: center;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;} .footer li .con{width:100%; padding:8px 10px; display: none;} .footer li.has_con.on h2 span{ transform: rotateX(180deg);} .footer .ft_rr{width:100%; max-width: 100%; padding:0; margin:0;} .ft_rr h3{margin-bottom: 10px;} .ft_rr .fshare{margin: 5% 0;} } @media only screen and (min-width: 1025px){ .yes_tran,a,.nav{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;} a:hover{color:#DE000F!important;} .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);} .nav ul>li:hover>a{font-weight: bold;color:#fff!important;} .scroll-header .nav ul>li:hover>a{color:#505050!important;} .navlist dl dd a:hover{ color:#DE000F!important;} .nav ul>li:hover>a>em{left:0;width:100%;} } /*内页banner*/ .inbanner{position: relative;} @media only screen and (max-width:767px) { .inbanner{ height: 240px;} .inbanner img{ display: none;} } /*内页banner*/ /*面包屑*/ .site{padding:2.5% 0 0; margin-bottom: 5%; border-bottom:1px solid #D8D8D8} .site .ll{ float: left;color:#424242; padding-bottom: 20px;} .site .ll em{color:#9D9D9D; margin:0 5px;} .site .ll em:last-child{color:#424242} .site .ll a{color:#9D9D9D} .site .rr{ float: right;} .site .rr li{padding:0 15px 20px; display: inline-block;} .site .rr li.on{ bordeR-bottom:3px solid #C8271D; position: relative; top:1px;} .site .rr li a{ color:#505050;} .site .rr li.on a{color:#C8271D; font-weight: bold;} @media only screen and (max-width:1023px) { /*.wrap{width:100%; padding:0 10px;}*/ .site .ll,.site .rr{width:100%;} .site .ll{padding-bottom: 10px;} .site .rr li{padding:0 10px 10px;} } @media only screen and (max-width:767px) { .site .rr li{padding-bottom:5px; margin-bottom: 10px;} } /*面包屑*/ /*分页*/ /*.page {vertical-align:middle;text-align:center; margin:0 0 7%; color:#606060; height:40px; line-height:40px;} .page .inner{ display: inline-block; text-align: center;} .page span{margin:0 8px;color: #454545;} .page span em{ color:#454545;} .page a{ float: left; text-align:center; margin:0 2px; width:40px;height:40px; line-height:40px; border-radius: 5px; background:#F3F3F3;} .page a.on,.page a.num:hover,.page a.go:hover{ background:#C8271D;color:#fff!important;} .page a.prev,.page a.next{bordeR:1px solid #D5D5D5; background: #fff;} .page a.prev i,.page a.next i{font-size: 12px;} .page a.prev.no,.page a.next.no{opacity: 0.5; cursor: default;} .page a.prev{margin-right:16px;} .page a.next{margin-left:16px;} .page a.prev:hover,.page a.next:hover{ bordeR:1px solid #C8271D; background:#C8271D;color:#fff!important;} .page .txtnum{width:80px;} .page .txtnum input{width:67px;height:30px; line-height:30px; text-align:center; background:none;border: 2px solid #000;box-sizing: border-box;} .page a.go{ float: none; display: inline-block; background:#454545;color:#fff;width: 48px;} @media only screen and (max-width:767px) { .page{ height: 30px; line-height: 30px;} .page a{width:30px;height: 30px; line-height: 30px;} .page a.prev{margin-right: 10px;} .page a.next{margin-left:10px;} }*/ /*分页 end*/ .weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;} .weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;} .weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;} .weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;} .weixin .img img{width:200px; height: 200px;} .weixin p {margin:0 0 30px; text-align:center;} @media only screen and (max-width:767px) { .weixin{width:70%;} } .s_site{ margin: 20px 0;} .s_site span{color:#DF0011;} .site_nav{position: fixed;z-index: 9999999;right: 0;top: 50%; margin-top:-125px;width:50px; height: 250px; border:1px solid #EBEBEB; /*box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);*/ transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;} .site_nav li{width: 100%;height: 50px;line-height: 50px;position: relative;background: #fff;border-bottom: 1px solid #EBEBEB;} .site_icon{text-align: center;vertical-align: middle;position: relative;width: 100%;height: 100%;} .site_icon img{position:absolute; left:50%; top:50%; margin:-12px 0 0 -12px;width: 22px; height: 22px;} .site_p{position: absolute;top:-1px;left:-215px;opacity: 0;visibility:hidden;width: 214px; height:90px;background: #DE0613;color: #fff;overflow: hidden; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;} .site_nav li:nth-of-type(4) .site_p{height:auto; left:-150px; width:150px;} .site_nav li:nth-of-type(4) .site_p img{widtH:150px; height:150px;} .site_p a{color: #fff; display: block; padding:15px 15px 0 25px; line-height: 1.2;} .site_p h4{margin-bottom:10px; height: 25px; line-height: 25px;} .site_p span{float: left;margin-right:8px;} .site_p span img{width:25px; height: 25px;} .site_p em{float: left;} .site_p p{color: #fff;} .site_btn i{cursor: pointer; position: absolute;top:-25px;right:0px; background: #DE0613;color: #fff;width: 24px;height: 24px;line-height: 24px;text-align: center; display: block;border-radius: 50%;} .site_btn span{display: block; background: #DE0613;color: #fff;width: 30px;height: 30px;line-height: 30px;text-align: center;position: absolute;top:50%;left: -30px;border-radius: 5px 0 0 5px;visibility: hidden;opacity: 0;cursor: pointer;} .site_nav.cur{right: -52px;} .site_nav.cur .site_btn span{visibility: visible;opacity: 1;} @media only screen and (max-width:1024px) { body>*{lefT:auto;} .site_nav{right: -52px;} .site_btn span{visibility: visible;opacity: 1;} .site_nav.cur02{right: 0;} .site_nav.cur02 .site_btn span{visibility:hidden;opacity: 0;} .site_p{width:150px; left:-150px;} } .site_nav li:hover .site_p{right: 0;visibility: visible;opacity: 1;} .site_p a:hover{color: #fff !important;opacity: 0.8;} /*@media only screen and (min-width:1025px) { .site_nav li:hover .site_p{right: 0;visibility: visible;opacity: 1;} .site_p a:hover{color: #fff !important;opacity: 0.8;} }*/