/* * @Author: Marte * @Date: 2018-03-08 10:09:53 * @Last Modified by: Marte * @Last Modified time: 2019-03-11 12:44:41 */ /* for double screen width Retina screen */ /* for 1960px width screen */ @media only screen and (max-width: 1960px){ html, body { font-size: 73.5px; } } /* for 1600px width screen */ @media only screen and (max-width: 1600px){ html, body { font-size: 60px; } } /* for 1440 px width screen */ @media only screen and (max-width: 1440px){ html, body { font-size: 54px; } } /* for 1280 px width screen */ @media only screen and (max-width: 1280px){ html, body { font-size: 48px; } } /* for 1080 px width screen */ @media only screen and (max-width: 1080px){ html, body { font-size: 40.5px; } } /* for 1024 px width screen ipad pro*/ @media only screen and (max-width: 1024px){ html, body { font-size: 38.4px; } } /* for 960 px width screen */ @media only screen and (max-width: 960px){ html, body { font-size: 36px; } } /* for 800 px width screen */ @media only screen and (max-width: 800px){ html, body { font-size: 30px; } } /* for 768px width screen ipad 小米mix3*/ @media only screen and (max-width: 786px){ html, body { font-size: 29.475px; } } /* for 720 px width screen 小米6*/ @media only screen and (max-width: 720px){ html, body { font-size: 27px; } } /* for 640 px width screen */ @media only screen and (max-width: 640px){ html, body { font-size: 24px; } } /* for 600 px width screen */ @media only screen and (max-width: 600px){ html, body { font-size: 22.5px; } } /* for 562.5 px width screen iphonex */ @media only screen and (max-width: 562.5px){ html, body { font-size: 21.09375px; } } /* for 540 px width screen */ @media only screen and (max-width: 540px){ html, body { font-size: 20.25px; } } /* for 480 px width screen */ @media only screen and (max-width: 480px) { html, body { font-size: 18px; } } /* for 435 px width screen Nexus 6p */ @media only screen and (max-width: 435px){ html, body { font-size: 16.3125px; } } /* for 414 px width screen iphone6plus 7plus*/ @media only screen and (max-width: 414px){ html, body { font-size: 15.525px; } } /* for 411 px width screen Nexus 5x*/ @media only screen and (max-width: 412px) { html, body { font-size: 15.4125px; } } /* for 400 px width screen */ @media only screen and (max-width: 400px) { html, body { font-size: 15px; } } /* for 393 px width screen 小米mix3*/ @media only screen and (max-width: 393px) { html, body { font-size: 14.7375px; } } /* for 384 px width screen */ @media only screen and (max-width: 384px){ html, body { font-size: 14.4px; } } /* for 375 px width screen iphone6 7*/ @media only screen and (max-width: 375px){ html, body { font-size: 14.0625px; } } /* for 360 px width screen */ @media only screen and (max-width: 360px){ html, body { font-size: 13.5px; } } /* 360/320*12 */ /* for 320 px width screen iphone4 5*/ @media only screen and (max-width: 320px){ html, body { font-size: 12px; } } /* for double screen width Retina screen */ @font-face { font-family: 'iconfont'; /* project id 191356 */ src: url('https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.eot'); src: url('https:https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.eot?#iefix') format('embedded-opentype'), url('https:https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.woff2') format('woff2'), url('https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.woff') format('woff'), url('https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.ttf') format('truetype'), url('https://at.alicdn.com/t/font_191356_zfw0x6uzqwl.svg#iconfont') format('svg'); } /* 颜色 */ @main_color: #008FFF; @main_color2: #222; /* 重置样式reset */ .centered{width: 600/2/12rem; margin: 100/2/12rem auto;} .index_centered{width: 600/2/12rem; margin: 0 auto;} .centered_top{width: 600/2/12rem; margin: 80/2/12rem auto 20/2/12rem auto; overflow: hidden;} .centered_bottom{width: 600/2/12rem; margin: 20/2/12rem auto 80/2/12rem auto; overflow: hidden;} .page_centered_bottom{width: 640/2/12rem; margin: 20/2/12rem auto 80/2/12rem auto; overflow: hidden;} .centered_video{width: 600/2/12rem; margin: 20/2/12rem auto;} .index_top{display: block; height: 3.33333333rem;} .index_bottom{display: block; height: 3.33333333rem} /* 重置样式reset */ body{color: #333; width: 100%;} *{margin:0;padding:0;} body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, dl, dt, dd{margin:0;padding:0;} h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;vertical-align:baseline;} em, b, i { font-style:normal;} body { background: #FFF; color: #000; font-size: 12px; font-style: normal; font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;} img{border:none;} li{list-style: none;} a{text-decoration:none;color: #333} a:focus{outline-style:none;outline-width:0;} a:link, a:visited, a:active{text-decoration:none;} a:hover{text-decoration:none;} /* 清除浮动 */ .clearboth{clear: both;} .clearfix{ *zoom: 1;} .clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";} .clearfix:after {clear: both;} /* 定位 */ .fl{float:left;} .fr{float:right;} .pr{position:relative;} .pa{position:absolute;} .vh{visibility:hidden;} .dn{display: none;} .oh{overflow: hidden;} input{-webkit-appearance:none; /*去除input默认样式 iphone的按钮 */} .iconfont { font-family:"iconfont" !important; font-size:24px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; color: #7e7d7c; } /* 变量 */ /* 过渡 */ .transition(@s:.75s){ transition: @s; -ms-transition: @s; -moz-transition: @s; -webkit-transition: @s; -o-transition: @s; } /* 旋转 */ .transform_rotate(@s:7deg){ transform:rotate(@s); -ms-transform:rotate(@s); -moz-transform:rotate(@s); -webkit-transform:rotate(@s); -o-transform:rotate(@s); } /* 旋转 - 上下左右移动 */ .transform_translate(@x:10px,@y:10px){ transform: translate(@x,@y); -ms-transform: translate(@x,@y); -moz-transform: translate(@x,@y); -o-transform: translate(@x,@y); } /* 旋转 - 上下移动 */ .transform_translateY(@px:10px){ transform: translateY(@px); -ms-transform: translateY(@px); -moz-transform: translateY(@px); -o-transform: translateY(@px); } /* 旋转 - 左右移动 */ .transform_translateX(@px:10px){ transform: translateX(@px); -ms-transform: translateX(@px); -moz-transform: translateX(@px); -o-transform: translateX(@px); } /* 旋转 - 3D旋转 */ .transform_rotateY(@deg:360deg){ transform:rotateY(@deg); -ms-transform: rotateY(@deg); -moz-transform: rotateY(@deg); -o-transform: rotateY(@deg); } /* 放大 */ .transform_scale(@s:1.0){ transform: scale(@s); -ms-transform: scale(@s); -moz-transform: scale(@s); -webkit-transform: scale(@s); -o-transform: scale(@s); } /* 变换 */ .transform_skew(@deg:360deg){ transform: skew(@deg); -ms-transform: skew(@deg); -moz-transform: skew(@deg); -webkit-transform: skew(@deg); -o-transform: skew(@deg); } /* 变换X */ .transform_skewX(@deg:360deg){ transform: skewX(@deg); -ms-transform: skewX(@deg); -moz-transform: skewX(@deg); -webkit-transform: skewX(@deg); -o-transform: skewX(@deg); } /* 变换Y */ .transform_skewY(@deg:360deg){ transform: skewY(@deg); -ms-transform: skewY(@deg); -moz-transform: skewY(@deg); -webkit-transform: skewY(@deg); -o-transform: skewY(@deg); } /* 动画基点 */ .transform_origin(@px:10px,@px2:10px){ transform-origin:@px @px2; -ms-transform-origin:@px @px2; -webkit-transform-origin:@px @px2; -moz-transform-origin:@px @px2; -o-transform-origin:@px @px2; } /* 内页 */ ////////////////////////////// 搜索页 ////////////////////////////// .sform{} .sform input[name="q"]{float:left;width:510/2/12rem;height:80/2/12rem; line-height:33px; text-indent:5px;border-radius:0px; border: 1px solid #999; font-size: 26/2/12rem; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem;} .sform input[type="submit"]{float:left; width:84/2/12rem; height:84/2/12rem; background: url(/Public/wap/wap/images/icon/search.png) @main_color no-repeat center; background-size: 60/2/12rem 60/2/12rem;; border:none; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } //要害词 .sform label{float:left; width:100%; color:#333; padding: 10/2/12rem 0;} .sform label span{float:left; width:100%; font-size: 26/2/12rem; line-height: 40/2/12rem;} .sform label a{font-size: 24/2/12rem; color:#333;} //要害词 //搜索失败结果 .stitle{width:100%; border-bottom:1px solid #ccc; padding:10px 0; color: @main_color; text-align:left; font-size: 24/2/12rem; margin:10px 0;} .sno{width:100%;padding:30px 0;overflow:hidden;} .sno span{display:block;width:100%;color:#999;text-align:center;margin:5px 0; font-size: 26/2/12rem;} .sno .f{font-size: 30px; color: #999;} .sno .c{font-size:14px;line-height:24px; color: #999;} .sno .e{line-height:18px; color:#999;} //搜索失败结果 ////////////////////////////// 搜索页 ////////////////////////////// /* 内页_头部题目 */ .page_title{margin: 20/2/12rem 0; background:url(/Public/wap/css/images/tbg.png) repeat-x left 25/2/12rem;color:#000;text-align:center;overflow:hidden;} .page_title span{display:inline-block; background: #FFF;} .page_title .c{font-size:32/2/12rem;padding:0 15px;} .page_title i{font-size:32/2/12rem;} .page_title .e{font-size:30/2/12rem;} /* 内页_导航 */ #page_nav{width: 100%; height: 80/2/12rem; line-height: 80/2/12rem; overflow: hidden; background: #fff; box-shadow:3px 3px 3px rgba(0,0,0,0.2);} #page_nav .swiper-slide {padding: 0 40/2/12rem; width:auto;} #page_nav .swiper-wrapper a{font-size: 24/2/12rem;} #page_nav .swiper-wrapper .cur a{color:@main_color;} .page_nav_fixed{position: fixed; top: 0; z-index: 997;} .page_nav_height1{height: 80/2/12rem; margin: 80/2/12rem auto 20/2/12rem auto;} /* 产品列表页 */ @product_list_li_width: 290/2/12rem; .product_list{width:110%; overflow:hidden;} .product_list li{float: left; width: @product_list_li_width; background: #fff; overflow: hidden; margin-right: 20/2/12rem; position: relative;} .product_list li a img{width:100%;} .product_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} .product_list li .hot{width: 100px; height: 30px; line-height: 30px; background: @main_color; position: absolute; top: 10px; left: -26px; z-index:100; color: #fff; text-align: center; font-size: 0.8rem;.transform_rotate(-45deg);} .product_list li .ceng{bottom: 0; left: 0; font-size: 0.8rem; line-height: 46/2/12rem; height: 46/2/12rem; background: rgba(0,0,0,.8); color: #fff; width: 90%; padding: 0 5%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} /* 案例列表页 */ @case_list_li_width: 290/2/12rem; .case_list{width:110%; overflow:hidden;} .case_list li{float:left; width: @case_list_li_width; background:#fff; overflow:hidden; margin-right: 20/2/12rem;} .case_list li a img{width: 100%;} .case_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} .case_list li .ceng{bottom: 0; left: 0; font-size: 0.8rem; line-height: 46/2/12rem; height: 46/2/12rem; background: rgba(0,0,0,.8); color: #fff; width: 90%; padding: 0 5%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} /* 图片列表页 */ @pic_list_li_width: 290/2/12rem; .pic_list{width:110%; overflow:hidden;} .pic_list li{float: left; width: @pic_list_li_width; background:#fff; overflow:hidden; margin-right: 20/2/12rem;} .pic_list li img{width: 100%;} .pic_list li .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} /* 视频列表页 */ @video_list_li_width: 600/2/12rem; .video_list{width:110%; overflow:hidden;} .video_list li{float:left; width: @video_list_li_width; background:#fff; overflow: hidden; margin-right: 20/2/12rem;} .video_list li img{width: 100%;} .video_list li iframe{width: 100%;} .video_list li .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} /* 混淆列表页 */ @hunhe_list_li_width: 290/2/12rem; .hunhe_list{width:110%; overflow:hidden;} .hunhe_list li{float: left; width: @hunhe_list_li_width; background: #fff; overflow: hidden; margin-right: 20/2/12rem; position: relative;} .hunhe_list li a img{width:100%;} .hunhe_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} .hunhe_list li .hot{width: 100px; height: 30px; line-height: 30px; background: @main_color; position: absolute; top: 10px; left: -26px; z-index:100; color: #fff; text-align: center; font-size: 0.8rem;.transform_rotate(-45deg);} .hunhe_list li .ceng{bottom: 0; left: 0; font-size: 0.8rem; line-height: 46/2/12rem; height: 46/2/12rem; background: rgba(0,0,0,.8); color: #fff; width: 90%; padding: 0 5%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .hunhe_list li img{width:100%;} .hunhe_list li .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;} .hunhe_list li iframe{width:100%; display: block;} /* 内页_公共轮播图 */ .page_focus{width: 640/2/12rem; margin:0 auto; position:relative; overflow:hidden; } .page_focus .hd{width: 640/2/12rem; height:5px; position:absolute; z-index:1; bottom:0; text-align:center;} .page_focus .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);} .page_focus .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; } .page_focus .hd ul li{font-size: 0;} .page_focus .hd ul .on{background: @main_color;} .page_focus .bd{ position:relative; z-index:0; } .page_focus .bd li img{width:100%;} .page_focus .bd li a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);} /* 详情描述1 */ .page_detail1{width: 100%; margin: 0 auto; background:#fff;} .page_detail1 h1{display:block; font-size: 36/2/12rem;padding:30/2/12rem 0;text-align:center;} .page_detail1 .info{padding-bottom: 20/2/12rem; text-align: center;} .page_detail1 .info span{height:40/2/12rem; font-size: 24/2/12rem; margin-right: 20/2/12rem; color: #828282;} .page_detail1 .title{} .page_detail1 .detail{width: 600/2/12rem; margin: 1rem auto; overflow:hidden;} /* 新闻列表页 */ .article_list{width:100%;overflow:hidden;} .article_list li{width:100%; height:120/2/12rem; background:#fff; margin: 30/2/12rem 0;} .article_list li .l{float:left; width:120/2/12rem; height:120/2/12rem; border: 1/2/12rem solid #e5e5e5; text-align: center;} .article_list li .l p{color: #666666;} .article_list li .l .p1{line-height: 85/2/12rem; font-size: 50/2/12rem; font-weight: bold;} .article_list li .l .p2{font-size: 24/2/12rem;} .article_list li .c{float: right; width:450/2/12rem; padding: 10/2/12rem;} .article_list li .c h3{width:100%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 30/2/12rem; color: #000;} .article_list li .c p{display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical; word-break:break-all; overflow:hidden; font-size: 20/2/12rem; color: #666;} /* 新闻列表页2 */ .article_list2{width: 600/2/12rem; margin: 0 auto;} .article_list2 li{border: 1px solid #ccc; border-radius: 5px; padding: 10/2/12rem; margin-bottom: 20/2/12rem;} .article_list2 li img{width: 159/2/12rem; height: 119/2/12rem; display: block; float:left;} .article_list2 li .content{float:right; width: 400/2/12rem; height: 119/2/12rem; overflow: hidden;} .article_list2 li .content h4{font-size: 28/2/12rem; width: 400/2/12rem; line-height: 28/2/12rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333;} .article_list2 li .content span{display: block; font-size: 24/2/12rem; line-height: 24/2/12rem; margin-top: 5/2/12rem;} .article_list2 li .content p{float: left; font-size: 24/2/12rem; color: #666; width: 400/2/12rem; height: 65/2/12rem; line-height: 30/2/12rem; overflow: hidden; margin-top: 5/2/12rem;} /* 文章详情页 */ .article_detail{background:#fff; overflow:hidden;} .article_detail h1{padding:20/2/12rem; font-size: 36/2/12rem; text-align:left;} .article_detail .i{display: block; padding: 0 20/2/12rem 20/2/12rem 20/2/12rem; text-align:left; line-height:40/2/12rem; color:#828282; border-bottom: 2/2/12rem dotted #e1e1e1; font-size: 24/2/12rem; overflow:hidden; } .article_detail .i span{height:40/2/12rem; font-size: 24/2/12rem; margin-right: 20/2/12rem;} .article_detail .detail{width: 600/2/12rem; margin: 0 auto; padding:20px 0; overflow: hidden;} /* 上下页 */ .prev_next{padding: 20/2/12rem 10/2/12rem; border-top: 2/2/12rem dotted #e1e1e1; border-bottom: 2/2/12rem dotted #e1e1e1;} .prev_next .apn{font-size: 1rem; width: 100%; height: 50/2/12rem; line-height: 50/2/12rem; background: #fff; text-indent: 10/2/12rem; padding: 6/2/12rem 0; white-space:nowrap; text-overflow:ellipsis;overflow:hidden;} .prev_next .apn a{color: @main_color; font-size: 1rem;} /* 加载 */ .page_load{display:none;width:100%;margin-top:10px;height:30px;background:url(/Public/wap/css/images/loading.gif) no-repeat center center;} /* 聚合栏目 */ .part>li{padding: 25/2/12rem 0;} .part>li:nth-child(1){padding-top: 0px;} .sector_head{} .sector_head h3{font-size: 30/2/12rem; text-align: left; line-height: 50/2/12rem; border-bottom: 1/2/12rem solid #ccc; color: @main_color;} .sector_head h3 a{font-size: 30/2/12rem; text-align: left; line-height: 50/2/12rem; color: @main_color;} //单页 .sector_content{padding: 20/2/12rem 0; overflow:hidden;} //单页 end /* 图片3 */ @about_pic3_li_width: 290/2/12rem; .about_pic3{width:110%; padding: 20/2/12rem 0; overflow:hidden;} .about_pic3 li{float:left; width: @about_pic3_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;} .about_pic3 li img{width: 100%;} .about_pic3 li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} /* 视频 */ @about_video_li_width: 600/2/12rem; .about_video{width:110%; padding: 20/2/12rem 0; overflow:hidden;} .about_video li{float:left; width: @about_video_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;} .about_video li iframe{width: 100%; } .about_video li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} /* 证书 */ @about_cert_li_width: 290/2/12rem; .about_cert{width:110%; padding: 20/2/12rem 0; overflow:hidden;} .about_cert li{float:left; width: @about_cert_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;} .about_cert li img{width: 100%;} .about_cert li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} /* 相助客户 */ @about_client_li_width: 288/2/12rem; .wap_about_client{width:110%; padding: 20/2/12rem 0; overflow:hidden;} .wap_about_client li{float: left; width: @about_client_li_width; background: #fff; overflow: hidden; margin:20/2/12rem 20/2/12rem 0 0; border: 1/2/12rem solid #ccc;} .wap_about_client li img{width: 100%;} /* 内页_在线留言 */ .feedback{width: 600/2/12rem; font-size: 28/2/12rem;} .feedback .introduce{font-size: 24/2/12rem; color:#f00; padding: 10/2/12rem 0 20/2/12rem 0;} .feedback .text input{ width: 576/2/12rem; height: 40/2/12rem; font-size: 24/2/12rem; border-radius: 5/2/12rem; background-color: #eee; border: 2/2/12rem dashed #aaa; margin: 10/2/12rem auto; padding: 10/2/12rem 10/2/12rem; line-height: normal; } .feedback .textarea1 .textarea2{ width: 576/2/12rem; height: 100*2/2/12rem; font-size: 24/2/12rem; border-radius: 5/2/12rem; background-color: #eee; border: 2/2/12rem dashed #aaa; margin: 10/2/12rem auto; padding: 10/2/12rem 10/2/12rem; } .feedback .submit .input{ width: 100%; height: 70/2/12rem; font-size: 30/2/12rem; border-radius: 5/2/12rem; background: @main_color; border: none; color: #ffffff; text-align: center; } .feedback .j_form_tips{font-size: 24/2/12rem; margin: 20/2/12rem auto;} //联系明升国际 .contact{} .contact h3{font-size: 40/2/12rem; margin-bottom: 25/2/12rem;} .contact p{font-size: 30/2/12rempx; height: 80/2/12rem; line-height: 80/2/12rem; color: #666666; border-top: 1/2/12rem solid #666;} #allmap{width: 100%; height: 800/2/12rem;} //联系明升国际 ////////////////////////////// 内页 ////////////////////////////// //返回顶部 .footer_back{width: 70/2/12rem; position: fixed; z-index: 999; bottom: 120/2/12rem; right: 20/2/12rem;} .backToTheHead{width: 70/2/12rem; height: 70/2/12rem; margin-bottom: 10/2/12rem; display: none;} .backToTheHead2{width: 70/2/12rem; height: 70/2/12rem;} .backToTheHead img{width: 70/2/12rem; height: 70/2/12rem;} .backToTheHead2 img{width: 70/2/12rem; height: 70/2/12rem;} //返回顶部 end //横屏 @media all and (orientation : landscape) { .landscape{display: block;}/*横屏时显示*/ .landscape{background: #333; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; text-align: center;} .landscape i{display: block; background: url(/Public/wap/wap/images/phone.png); width: 100/2/12rem; height: 100/2/12rem;overflow: hidden; background-size: 100/2/12rem 100/2/12rem; margin: 80/2/12rem auto 15/2/12rem auto; animation:mymove 3s infinite; -webkit-animation:mymove 4s infinite; } .landscape b{font-size: 20/2/12rem; color: #fff;} } @keyframes mymove { 0% {transform:rotate(270deg);} 50% {transform:rotate(360deg);} 100% {transform:rotate(270deg);} } @-webkit-keyframes mymove { 0% {transform:rotate(270deg);} 50% {transform:rotate(360deg);} 100% {transform:rotate(270deg);} } //横屏 end //竖屏 @media all and (orientation : portrait){ .landscape{display: none;}/*竖屏时消失*/ } //竖屏 end //////////////////////////// 内页 //////////////////////////// .iconfont { font-family:"iconfont" !important; font-size: 34/2/12rem; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; color: #fff; } /** * 内页_栏目简介 */ .page_intro{width: 600/2/12rem; margin: 0 auto;}
友情链接:腾博会官网  beat365  凯时登录  鸿运国际  尊龙凯时人生就是搏  尊龙凯时人生就是搏  尊龙凯时  尊龙凯时  尊龙凯时人生就是搏  尊龙人生就是博  云顶国际集团  尊龙凯时  尊龙凯时人生就是搏  平博  尊龙凯时人生就是搏