/* reset */ *{-webkit-tap-highlight-color:rgba(0,0,0,0);} html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;} body { min-height: 100% } 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 } 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 } sup { vertical-align: text-top } sub { vertical-align: text-bottom } body, input, select, button, textarea { font-size: 14px; } body { line-height: 1.5 } a { text-decoration: none;-webkit-tap-highlight-color:transparent } a { blr:expression(this.onFocus=this.blur()) } a * { *cursor: pointer } :focus { outline: none } .edit_con_original{ line-height:2; padding:0 0; color:#333;} .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-weight:bold } .edit_con_original h2 { font-weight:bold } .edit_con_original h3 { font-weight:bold } .edit_con_original h4 { font-weight:bold } .edit_con_original h5 { font-weight:bold } .edit_con_original h6 { 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 video{ max-width:100%;display: block;margin:auto;} /*所有后台编辑器区域都要引用 edit_con_original 类名*/ @font-face { font-family:GlowRegular; src:url('../font/GlowSansSC-Normal-Regular.otf') } @font-face { font-family:GlowBook; src:url('../font/GlowSansSC-Normal-Book.otf') } @font-face { font-family:GlowLight; src:url('../font/GlowSansSC-Normal-Light.otf') } @font-face { font-family:GlowBold; src:url('../font/GlowSansSC-Normal-Bold.otf') } body{ font-family:GlowRegular; } /* 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 } .err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;} /*隐藏视频下载按钮*/ video::-internal-media-controls-download-button { display:none; } video::-webkit-media-controls-enclosure { overflow:hidden; } video::-webkit-media-controls-panel { width: calc(100% + 30px); } /*图片经过*/ .tran_scale{ overflow:hidden; display:block;} /*img{transition: All 0.7s ease-in-out;}*/ .tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;} @media only screen and (min-width:1025px) { .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);} } /*两端对齐*/ .justify { text-align:justify; text-justify:distribute-all-lines;} /*上下居中*/ .v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-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);-moz-transform: translate(-50%,0);-o-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%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;} .animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);} .animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); } .animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);} .animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);} .animate_normal{ transition: 0.5s all linear;} /* 阿里图标 */ [class*='icon']{ font-family: 'iconfont'; } body,a{color: #000;} a{transition: all .3s;} html,body{font-size: calc(100vw / 1920);} .wrap{width: 1620px;max-width: 90%;margin: auto;} .index_wrap{width: 1860px;max-width: 94%;margin: auto;} @media only screen and (max-width:1370px) { .wrap{max-width: 94%;} } .index_wrap{width: 1765px;max-width: 97%;margin: auto;} .new_wrap{width: 1440px;max-width: 94%;margin: auto;} .line24{line-height: 24px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; } .line30{line-height: 30px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; } .ellipsis_p{ display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .ratio-img,.ratio-img img{width: 100%;} .bold{font-family:GlowBook;line-height: 1.1;} .ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} @media only screen and (max-width:1024px) { .wrap{max-width: 94%;margin: 0 auto;} } @media only screen and (max-width:345px) { .wrap{max-width: 97%;margin: 0 auto;} } /*字号*/ .fnt_14{font-size:16rem;} .fnt_16{font-size:18rem;} .fnt_18{font-size:20rem;} .fnt_20{font-size:22rem;} .fnt_22{font-size:24rem;} .fnt_24{font-size:26rem;} .fnt_26{font-size:28rem;} .fnt_28{font-size:30rem;} .fnt_30{font-size:32rem;} .fnt_32{font-size:34rem;} .fnt_36{font-size:38rem;} .fnt_38{font-size:40rem;} .fnt_40{font-size:42rem;} .fnt_48{font-size:48rem;} .fnt_50{font-size:50rem;} .fnt_56{font-size:56rem;} .fnt_60{font-size:60rem;} .fnt_64{font-size:64rem;} .fnt_68{font-size:68rem;} .fnt_70{font-size:70rem;} .fnt_72{font-size:72rem;} .fnt_76{font-size:76rem;} .fnt_80{font-size:80rem;} .fnt_90{font-size:90rem;} .fnt_100{font-size:100rem;} .fnt_120{font-size:120rem;} @media only screen and (max-width: 1800px){ } @media only screen and (max-width: 767px){ .fnt_16{font-size: 14px;} .fnt_18{font-size: 14px;} .fnt_20{font-size: 16px;} .fnt_22{font-size: 16px;} .fnt_24{font-size: 16px;} .fnt_30{font-size:18px;} .fnt_34{font-size:18px;} .fnt_36,.fnt_38{font-size:18px;} .fnt_42{font-size:20px;} .fnt_48{font-size:22px;} .fnt_50{font-size:24px;} .fnt_60,.fnt_64{font-size:24px;} .fnt_72{font-size:30px;} .fnt_80{font-size:30px;} .fnt_90{font-size:30px;} .fnt_100{font-size:30px;} .fnt_120{font-size:36px;} .fnt_130{font-size:40px;} } .header_re{float: right;transition: all .3s;width: calc(100% - 200px);} .language{float: right;line-height: 100px;color: #fff;cursor: pointer;} .language a{color: #262b3a;font-size: 14px;position: relative;float: left;padding: 0 6px;} .language dl{position: relative;width: 100%;} .language dd em{font-size: 13px;margin-left: 3px;} .language dt{background: #fff;position: absolute;width: 100%;top: 70%;display: none;z-index: 10;} .language dt a{line-height: 40px;text-align: center;display: block;width: 100%;box-sizing: border-box;} /*.login*/ .header_re-t{overflow: hidden;height: 35px;line-height: 35px;text-align: right;color: #80839a;font-size: 12px;} .header_re-t a{color: #80839a;} /*搜索*/ .header_search{float: left;margin-left: 30px;} .search_btn,.nav_phone_btn{line-height: 40px;font-size: 20px;} .header_search{ position: relative;float: right;margin-top:30px;} .search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;font-weight: bold;transition: all .3s;} .search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;} .search_btn:before{color: #fff;} .search_btn:before,.search_box_btn:before{font-size: 20px;} .search_box { background: #fff;width: 100px;right: 0px; position: absolute;top:100%;margin-top: 0;z-index: 91; visibility: 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; opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; border: 1px solid #eee; height: 40px; overflow: hidden; box-sizing: border-box; line-height: 40px; } .search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;} .search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;} .search_box_btn { height: 40px;width: 40px;background: none;border: 0;outline: none; float: right; position: relative; } .search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%; line-height: 40px;color: #000;} /*搜索*/ .header{position: fixed;top:0;left: 0;width: 100%;height: 100px; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s; z-index: 9999; } .height_height{height: 80px;display: none;} .header_in{width: 100%;max-width: 100%;padding: 0 30px;box-sizing: border-box;} .header h1{float: left;overflow: hidden;width: 181px;margin-top: 28.5px;height: 43px;} .header h1 a{display: block;} .header h1 img{width: 100%;height: 100%;} .header h1 .img_02{display: none;} .header_box{float: right;transition: all .3s;width: 100%;box-sizing: border-box;} .header_box.on{width: 0;} .nav{transition: all .3s;overflow: hidden;} .nav.on{width: 0;overflow: hidden;} .nav>ul{transition: all .3s;} .nav.on>ul{margin-left: -100%;} .nav>ul>li{float: left;line-height: 40px;} .nav>ul>li>span{display: none;} .nav>ul>li>a{color: #fff;display: block;} .nav li>a span{position: relative;display: block;padding:0 30px;height: 100px;line-height: 100px;} .nav li>a i{position: absolute;z-index: 10; left:50%;bottom: 0;height:4px;width: 0%; background: #ff5909;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 li.on>a{color: #ff5909;} .nav li.on>a i{width: 100%;left: 0;} .header.on{background: #ff5909;} /*xiala*/ .nav{float: right;margin-right: 5%;} .navlist{display:none; position: absolute; left:0; top:100%px; z-index: 2; width:100%; height: 105px; background:url(../images/nav_bg.jpg) no-repeat;} .navlist dl{ line-height: 35px; padding:35px 20px; text-align: center;} .navlist dl dd{ display:inline-block; padding:0 70px; position: relative;} .navlist dl dd::after{content: ""; position: absolute; right:0; top:50%; margin-top: -8px; width: 1px; height: 16px; background: #BDBAB5;} .navlist dl dd a{color:#000;} .navlist dl dd:last-child::after{ display: none;} .header .return_a{display: none;} .shopping-box{display:none; position: absolute;left:0; right:0; top:80px; width: 100%;height: 198px; text-align: center; background:url(../images/shop_bg.jpg) no-repeat;} .shopping-box ul{ display: inline-block; overflow: hidden; margin: 45px 0 0;} .shopping-box li{ float: left; margin: 0 70px;} .shopping-box li span{ display: block; color: #000;} @media only screen and (min-width: 1025px){ .nav > ul > li > a:hover{color: #fff!important;opacity: .7;} .nav li:hover>a i {width: 100%;left: 0;} .share_common a:hover span{ display: block;} .scrollHeader .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);background: #000;height: 80px;} .scrollHeader .header h1{margin-top: 18.5px;} .scrollHeader .nav li > a span{line-height: 80px;height: 80px;} .scrollHeader .language{line-height: 80px;} .scrollHeader .header_search{margin-top: 20px;} } @media only screen and (max-width:1660px) { .nav li>a span{padding: 0 25px;} } @media only screen and (max-width:1580px) { .nav li>a i{height: 3px;} } @media only screen and (max-width:1400px) { .navlist dl dd{padding: 0 40px;} .header_box{padding-left: 30px;} } @media only screen and (max-width:1280px) { .header_in{padding: 0 30px;} .nav>ul>li>a span{padding: 0 20px;} .navlist dl dd{padding: 0 30px;} } @media only screen and (max-width:1200px) { .header_box{padding-left: 15px;} .header_search{margin-left: 10px;margin-right: 10px;} .language{margin-left: 10px;} .nav{font-size: 14px;} .nav>ul>li>a span { padding: 0 15px; } } .nav_phone_btn{display:none;} @media only screen and (max-width:1024px) { .header h1{margin-top: 12px;width: 150px;margin-left: 10px;} .nav>ul>li>a span {height: auto;line-height: 40px;} .header_in{margin-top: 0;padding: 0 20px;} .header{background: #000;} .header,.height_height{height: 60px;display: block;} .header_box{padding-left: 0;} .nav{margin-right: 0;height: 100%;width: 100%;} /*手机按钮*/ .nav .icon-you,.header .return_a{display: block;} .nav li>a i {display: none;} .nav li.cur .navlist {right: 0;} .nav_phone_btn{display:block;float: right;} .nav_phone_btn span,.nav_phone_btn em{ 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_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;} .nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #fff;margin-top: 8px;} .nav_phone_btn span i:first-child{margin-top: 0;} .nav_phone_btn em{color: #fff;font-size: 20px;visibility: hidden;opacity: 0;} .visible_nav span{visibility: hidden;opacity:0;} .visible_nav em{visibility: visible;opacity: 1;font-size: 24px;} .nav_phone_btn span i{width: 20px;} .nav_phone_btn span i{margin-top: 6px;} .nav_phone_btn{width: 40px;height: 40px;} .header_box{position: fixed;bottom:0;right:-100%;width:100%;height: calc(100% - 60px);background: #ff5909;} .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(184,18,13,.4);line-height: initial;} .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;} .nav li.on>a{color: #333;} .navbody .header_box{right: 0;} .nav>ul>li>a,.header .return_a{} .nav>ul>li{position: static;} .nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;} .nav li a{color: #fff;} .nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;} .nav li>span,.header .return_a{display: block;color: #fff;} .nav li>span{width: 50px;text-align: center;float: right;line-height: 40px;} .header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-top: 20px;margin-bottom: 20px;} .header_re{margin-top: 10px;} .search_btn{display: none;} .search_btn:before, .search_box_btn:before{font-size: 18px;} .search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;margin-top: 0px;border: 1px solid #ff5909;} .header .return_a{background: #023268;display: block;} .header_box{transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;} .language{float: right;height: auto;margin-top: 0;line-height: 40px;margin-right: 20px;} .language a{} .language a.on{color: #ff5909;} .language dt{top: 90%;} .header_re{height: auto;} .nav>ul>li>a span{padding: 0;} .nav>ul>li>span{display: block; color: #fff; font-size: 20px; line-height:40px;} .navlist{position: static;background: none; padding: 0; border-top: 1px solid rgba(184,18,13,.4); height: auto;line-height: inherit; width: auto !important;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;} .navlist dl{padding: 10px 30px; line-height: 30px;} .navlist dl dd{ display: block; padding: 0; text-align: left;} .navlist dl dd a{color: #fff;} .navlist dl dd::after{ display: none;} .nav>ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);} } @media only screen and (max-width:767px) { .header{height: 50px;} .header_in{padding: 0 10px;} .height_height{height: 50px;} .header_re-t{height: 30px;line-height: 30px;margin-right: 10px;} .header_box{height: calc(100% - 50px);} .nav_phone_btn{height: 40px;line-height: 40px;margin-top: 5px;} .header h1{margin-top: 9px;width: 135px;} .header_re{margin-top: 0;} } .weixin{ position:fixed; width:300px; height:auto; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;} .weixin .c{ position:absolute; width:30px; height:30px; background:url(../images/x.png); 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:30px; font-size:16px; padding-left:10px; font-weight:normal;} .weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;} .weixin p { margin:0 1.5% 20px; text-align:center; } .weixin .img img{ width: 200px; height: 200px; display: block; margin: auto; } /*footer*/ .footer{background: #f2f2f2;padding: 70px 60px 0;box-sizing: border-box;} .footer_logo{margin-top: 10px;margin-bottom: 70px;} .footer_t{padding-bottom: 110px;box-sizing: border-box;background: url(../images/footer_bg.png) no-repeat top right;} .footer_tbot{display: flex;justify-content: space-between;} .footer_tbot .ll{width: 70%;} .footer_tbot .ll ul{display: flex;gap: 10%;padding-left: 10px;box-sizing: border-box;} .footer_tbot .ll li{float: left;} .footer_tbot .ll dd{font-weight: bold;margin-bottom: 25px;font-family: GlowBold} .footer_tbot .ll dt a{display: block;margin-bottom: 20px;} .footer_tbot .rr{display: flex;justify-content: space-between;} .footer_tbot .rr dl{text-align: center;margin-left: 20px;} .footer_tbot .rr img{width: 139px;} .footer_tbot .rr dt{margin-top: 10px;} .footer_b{display: flex;justify-content: space-between;padding: 25px 0;box-sizing: border-box;border-top: 1px solid #c6c6c6;} .footer_b ul li{float: left;} .footer_b ul a{padding: 0 10px;display: block;box-sizing: border-box;position: relative;} .footer_b ul a:after{content: "";display: block;width: 1px;background: #000;position: absolute;right: 0;top: 50%;margin-top: -7px;height: 14px;} .footer_b ul li:last-child a:after{display: none;} .footer_b p{padding-right: 30px;} .footer_b p a{margin-right: 15px;} @media only screen and (max-width:1660px) { .footer_tbot .ll ul{gap: 8%;} } @media only screen and (max-width:1560px) { .footer_tbot .ll ul{gap: 6%;} .footer_tbot .rr img{width: 120px;} } @media only screen and (max-width:1280px) { .footer_tbot .ll ul{gap: 4%;} } @media only screen and (max-width:1024px) { .footer{padding: 40px 20px 0;} .footer_t{padding-bottom: 30px;} .footer_logo{margin-top: 0;margin-bottom: 30px;} .footer_logo img{width: 200px;} .footer_tbot .ll{width: 100%;overflow: hidden;} .footer_tbot .ll ul{display: block;padding-left: 0;} .footer_tbot .ll li{float: none;width: 100%;overflow: hidden;margin-bottom: 15px;} .footer_tbot .ll dd{margin-bottom: 10px;} .footer_tbot .ll dt a{float: left;margin-right:20px;margin-bottom: 8px;} .footer_tbot .rr{justify-content: center;} .footer_b{display: block;text-align: center;} .footer_b ul,.footer_b p{width: 100%;overflow: hidden;} .footer_b ul{font-size: 0;margin-bottom: 5px;} .footer_b ul li{float: none;display: inline-block;font-size: 14px;} .footer_b ul a{padding: 0 15px;} .footer_b p{padding-right: 0;} } @media only screen and (max-width:767px) { .footer{padding: 30px 20px 0;} .footer_t{padding-bottom: 25px;} .footer_logo img{width: 170px;} .footer_tbot{display: block;} .footer_tbot .ll dd{margin-bottom: 8px;} .footer_tbot .ll dt a{margin-bottom: 5px;} .footer_tbot .rr dl{margin-left: 0;margin: 0 10px;} .footer_b ul a{padding: 0 10px;} .footer_b p a:last-child{display: block;} } /*nav*/ @media only screen and (min-width:1025px) { .navlist{background:rgba(0,0,0,0.4);color:#fff;height: 80px;box-sizing:border-box; line-height: 80px;} .navlist dl{padding: 0;overflow: hidden;line-height: inherit;} .navlist dl dd{padding: 0;} .navlist dl dd a{color:#fff;position: relative;padding: 0 25px;} .navlist dl dd:first-child a{padding-left: 0;} .navlist dl dd:last-child a{padding-right: 0;} .navlist dl dd b{font-weight: normal;} .navlist dl dd a:hover{font-weight: bold;} .navlist dl dd:last-child b{display: none;} .navlist dl dd::after{display: none;} } @media only screen and (max-width:1024px) { .navlist{font-size: 14px;} .navlist dl dd b{display:none;} .nav>ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform: rotate(180deg);-o-transform:rotate(180deg);} .nav li>a{ width: calc(100% - 140px);} } body, input, select, button, textarea { font-size: 14px;} /*page*/ .pageout{text-align: center;padding-bottom: 5px;clear: both;overflow: hidden;margin-top: 60rem;} .page{display:inline-block;*display:inline;*zoom:1;} .page {vertical-align:middle;text-align:center;margin: 0 auto; } .page,.page a{color: #555555;} .page span{float: left; } .page span.pages_num{margin-right: 10px;} .page span.pages_num em{color: #115ea2;} .page a{float: left; margin:0 3rem;box-sizing:border-box;background: #f4f4f4;} .page a.on{background:#ff5909;color:#fff;} .page a.prev,.page a.next{color: #555555;font-size: 14px;font-weight: bold;border: 1px solid #d5d5d5;background: #fff;} .page a.prev{margin-right: 27rem;} .page a.next{margin-left: 27rem;} .page a.prev:hover,.page a.next:hover{color: #fff !important;background: #ff5909;} .page a.no:hover{cursor: default;color: #555555 !important;background: #fff;} /* .page a.prev {background:url(../images/page_prev.png) center center no-repeat; text-indent:-10000px; margin-right: 15px;} .page a.next {background:url(../images/page_next.png) center center no-repeat; text-indent:-10000px;} */ /* .page a.first{ text-indent:-10000px;margin-left: 15px;background:url(../images/page_first.png) no-repeat center center;} .page a.last{ text-indent:-10000px;background:url(../images/page_last.png) no-repeat center center;} */ .page input.go{cursor: pointer; border:none;outline: none;text-align: center;color: #fff;margin-left: 15rem;float: left;background: #ff5909;} .page input.go:hover{color: #fff !important;} .page a.on:hover{color: #fff !important;} .page .txtnum input{ text-align: center; box-sizing:border-box; background:none;border: 1px solid #d8dee1;margin: 0 3px;} .total{float: left;margin-left: 18rem;} .page{line-height: 54px;} .page .txtnum{height: 54px;margin-left:18rem;} .page a,.page input.go{width: 54px;height: 54px;} .page .txtnum input{height: 54px;line-height: 54px;width: 54px;margin:0 10rem;color: #555555;} @media only screen and (max-width:1024px) { .page .txtnum{margin-left: 10rem;} } @media only screen and (max-width:767px) { .page{padding-top: 20px;} .page a{display:none; font-weight: normal;} .page a.prev,.page a.next{display:block; display:inline-block;} .page a.on{display: inline-block;} .page{line-height: 32px;} .page .txtnum{height: 32px;} .page a,.page input.go{width: 32px;height: 32px;} .page .txtnum input{height: 32px;line-height: 32px;width:36px;margin:0 5px;} .page a.prev, .page a.next{font-size: 12px;} .total{margin-left:2px;} .page a{margin:0 1px;} .page a.next{margin-left: 1px;} .total,.page .txtnum,.page input.go{display: none;} .page a:nth-child(-n+7){display: block;} } @media only screen and (min-width:1025px) { .page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;} .page input.go:hover{opacity: 0.8;} } /*sitebanner*/ .site_banner{position: relative;overflow: hidden;} .site_bannerbg{position: absolute;top:0;left: 0;width: 100%;height: 100%;} .site_bg{width: 100%;height: 100%;position: absolute;top:0;left: 0;} .site_banner img{width: 100%;} .siteban_text{width: 100%;color: #fff; z-index: 2;top:60%;} .banner_line{width:44px;height: 5px;background:#fff;} .siteban_text h2{margin-bottom: 10px;} .siteban_text p{margin-bottom: 30px; letter-spacing: 4px;} .phone_images{display:none;} @media only screen and (max-width:1440px) { .siteban_text p{margin-bottom: 20px;} } @media only screen and (max-width:1024px) { .phone_images{display:block;} .pc_images{display:none;} .siteban_text p{margin-bottom: 10px;} .banner_line{width:40px;height: 3px;} .site_bg{width: 110%;} } @media only screen and (max-width:767px) { .site_banner h2{font-size:18px;} } /*sitebanner*/ #buss_store{padding-top: 83px;margin-top: -83px;}