|
@@ -0,0 +1,313 @@
|
|
|
+/* Css Reset */
|
|
|
+body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
|
|
|
+form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
|
|
|
+fieldset,img { border: 0; }
|
|
|
+address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
|
|
|
+ol,ul,li { list-style: none; }
|
|
|
+div,dl,dt,dd,ol,ul,li{ zoom:1; }
|
|
|
+caption,th { text-align: left; }
|
|
|
+h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
|
|
|
+q:before,q:after { content:''; }
|
|
|
+abbr,acronym { border: 0; }
|
|
|
+
|
|
|
+/* Public */
|
|
|
+html{ width:100%; }
|
|
|
+body{ width:100%;background: #fff;font: 14px/1.5 "Microsoft YaHei","Helvetica Neue",Helvetica Neue,Helvetica,Hiragino Sans GB,tahoma,arial,sans-serif; -webkit-text-size-adjust: none;}
|
|
|
+a{color:#555;text-decoration:none; outline:none;}
|
|
|
+a:focus{outline:none;}
|
|
|
+a:hover {text-decoration:none; outline:none;}
|
|
|
+.fl{ float:left !important; }
|
|
|
+.fr{ float:right !important; }
|
|
|
+.mab{ margin-bottom:10px; }
|
|
|
+.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
|
|
|
+.clear{ clear:both}
|
|
|
+a {font-size:16px}
|
|
|
+
|
|
|
+.header{text-align: center;padding: 20px 0 20px 0;position: relative;width: 1280px;margin: 0 auto;}
|
|
|
+.icon-language{position: absolute;right: 0;top: 35px;width: 32px;cursor: pointer;}
|
|
|
+.icon-language img{width: 100%;}
|
|
|
+.nav-top-bar-box{ margin-bottom: 15px;}
|
|
|
+.nav-top-bar{width: 1080px;height: 50px;line-height: 50px; margin:0 auto;text-align: center;z-index: 10;}
|
|
|
+.nav-top-bar>a{display: inline-block;width: 257px;margin:0; position: relative;cursor:pointer;color: #727171;}
|
|
|
+.nav-top-bar>a:link{text-decoration:none;}
|
|
|
+.nav-top-bar>a:hover{background-color: #9E9E9F;color: #fff;}
|
|
|
+.nav-top-bar>a.active{background-color: #9E9E9F;color: #fff;}
|
|
|
+/*.nav-top-bar>a.active:after{content: '';position: absolute;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 8px solid #fff;left: 50%;bottom: 0;margin-left: -4px;}*/
|
|
|
+.banner{width: 100%;max-width: 1280px;height: 299px; margin: 0 auto;position: relative;}
|
|
|
+/* banner */
|
|
|
+.banner{ min-width:1000px; position:relative; height:299px; overflow:hidden; }
|
|
|
+.banner .bd{ position:relative; z-index:0; }
|
|
|
+.banner .bd ul{ width:100% !important; }
|
|
|
+.banner .bd li{ width:100% !important; height:299px; }
|
|
|
+.banner .bd li img{width: 100%;}
|
|
|
+.banner .bd li .siteWidth{ width:1000px; position:relative; margin:0 auto; height:299px; }
|
|
|
+.banner .bd li a{ height:299px; display:block; }
|
|
|
+.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px; font:normal 18px/30px "Microsoft YaHei"; }
|
|
|
+.banner .bd .btn{ display:block; zoom:1; margin-top:8px; width:72px; padding-right:10px; height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(images/banner-btn.png) 0 0 no-repeat;
|
|
|
+_background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
|
|
|
+}
|
|
|
+.banner .hd{ height:36px; overflow:hidden; position:absolute;width: 100%; left:0; bottom:20px; z-index:1;text-align: center;}
|
|
|
+.banner .hd ul{ overflow:hidden; zoom:1;width: 50px; margin: 0 auto;}
|
|
|
+.banner .hd ul li{ float:left; margin-left:15px; width:1px;font-size: 0; height:15px; line-height:15px; text-align:center; background: #999;color: #999; cursor:pointer;border-radius: 5px;}
|
|
|
+.banner .hd ul li.on{ background: #fff; color:#fff;-webkit-animation: rotate_in .2s linear 0s;
|
|
|
+ animation: rotate_in .3s linear 0s;
|
|
|
+ -webkit-transform: rotate(40deg);
|
|
|
+ transform: rotate(40deg);
|
|
|
+ filter: progid:DXImageTransform.Microsoft.Matrix( SizingMethod= sMethod , M11= fM11 , M12= fM12 , M21= fM21 , M22= fM22 )
|
|
|
+ }
|
|
|
+
|
|
|
+.swiper-slide{overflow: hidden;}
|
|
|
+.swiper-slide>img{height: 100%;}
|
|
|
+.content-list{margin: 40px 0 20px 0;}
|
|
|
+.content-list>div{margin: 0 auto;width: 100%;}
|
|
|
+.content-list>div:first-child{margin-top: 5px;}
|
|
|
+.content-list>div img{width: 100%;}
|
|
|
+.footer{width: 100%;position: relative;}
|
|
|
+.footer-box{margin: 0 auto;position: relative;background-color: #f9f7f5;}
|
|
|
+.footer-bottom{text-align: center;padding: 24px 0 24px 0;width: 100%;margin: 0 auto;border-top: 1px solid #ccc\9; border-top: 1px solid rgba(0,0,0,.1);color: #727171;}
|
|
|
+.footer-bottom a{font-size: 14px;color: #727171;}
|
|
|
+.footer-list{width: 1080px;text-align: center;margin:0 auto;height: 175px;padding: 40px 0;}
|
|
|
+.footer-list>li{width: 240px;float: left;margin-left: 50px;}
|
|
|
+.footer-list>li:first-child{width: 200px;}
|
|
|
+.footer-list>li:last-child{width: 460px;}
|
|
|
+.footer-cell{text-align: left;}
|
|
|
+.footer-cell>li{padding: 4px 0;color: #727171;cursor:pointer;line-height: 1.2;}
|
|
|
+.footer-cell>li>a{font-size: 14px;}
|
|
|
+.footer-cell>li:first-child{padding: 10px 0;border-bottom: 1px solid #ccc\9;border-bottom: 1px solid rgba(0,0,0,.1);margin-bottom: 12px;font-size: 16px;font-weight: bold;color: #727171;}
|
|
|
+.icon{width: 30px;height: 30px;display: inline-block;margin-right: 10px;}
|
|
|
+.icon-wx{background: url(//s.iamberry.com/aiberle/www/zh-cn/images/icon-wx.png) center center no-repeat;background-size: 100%;}
|
|
|
+.icon-jd{background: url(//s.iamberry.com/aiberle/www/zh-cn/images/icon-jd.png) center center no-repeat;background-size: 100%;}
|
|
|
+.icon-tt{background: url(//s.iamberry.com/aiberle/www/en-us/images/icon-tuite.jpg) center center no-repeat;background-size: 100%;}
|
|
|
+.icon-fb{background: url(//s.iamberry.com/aiberle/www/en-us/images/icon-facebook.jpg) center center no-repeat;background-size: 100%;}
|
|
|
+.swiper-button-prev{background-image: url(//s.iamberry.com/aiberle/www/zh-cn/images/prev.png) !important;width: 20px;background-size:auto 50%;opacity: 0;padding: 0 30px;}
|
|
|
+.swiper-button-next{background-image: url(//s.iamberry.com/aiberle/www/zh-cn/images/next.png) !important;width: 20px;background-size:auto 50%;opacity: 0;padding: 0 30px;}
|
|
|
+.swiper-button-prev:hover,.swiper-button-next:hover{opacity: 1;}
|
|
|
+.swiper-pagination-bullet{background-color: #ccc;}
|
|
|
+.swiper-pagination-bullet-active{background-color: #fff;}
|
|
|
+.show_wechat{position: absolute;z-index: 10;left: 72%;text-align: center; top: 20px;background-color: #fff;box-shadow: 3px 5px 5px 5px #999;display: none;padding: 10px;}
|
|
|
+.show_wechat img{width: 100%;}
|
|
|
+.menu-list-1,.menu-list-3,.menu-list-4{position: absolute;top: 143px; left: 0;right: 0;bottom: 0; background-color: rgba(0,0,0,.7);z-index: 2;display: none;height: 150%;background: #fff\9;height: 210px\9;}
|
|
|
+.menu-list-1>div,.menu-list-3>div,.menu-list-4>div{background-color: #fff;position: relative;}
|
|
|
+.menu-list-1>div:after,.menu-list-3>div:after,.menu-list-4>div:after{position: absolute;content: '';left: 0;top: 0;right: 0; width: 100%;height: 1px;background-color: #ccc;-webkit-transform: scaleY(.5);}
|
|
|
+.list-cell{width: 1085px;margin: 0 auto;background-color: #fff;text-align: center;}
|
|
|
+.list-cell >a{position: relative;cursor: pointer; height: 150px;display: inline-block;width: 257px;overflow: hidden;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 32px solid transparent;border-bottom: 25px solid transparent;}
|
|
|
+.list-cell >a img{width: 100%;height: 100%;}
|
|
|
+.list-cell >a:after{content: '';position: absolute;left: 0;top: 0;right: 0;width: 100%;height: 100%;background-color: rgba(158,158,159,.4);}
|
|
|
+.list-cell >a:hover{background-color: transparent;}
|
|
|
+.list-cell >a:hover:after{background-color: transparent;}
|
|
|
+.list-cell >a span{color: #fff;position: absolute;left: 10px;bottom: 8px;z-index: 1;}
|
|
|
+.brands-tips{text-align: center;color: #666;padding: 25px 0;letter-spacing: 4px;width: 100%; max-width: 1500px;margin: 0 auto;border-bottom: 1px solid #ccc\9;border-bottom: 1px solid rgba(0,0,0,.1);}
|
|
|
+.brands-tips font{color: #978770;font-size: 18px;}
|
|
|
+.brands-banner{text-align: center;width: 100%; max-width: 1500px;margin: 0 auto;position: relative;}
|
|
|
+.brands-banner img{display: block;width: 100%;}
|
|
|
+.brands-content{width: 100%; max-width: 1500px;margin:0 auto;position: relative;padding: 65px 0;}
|
|
|
+.brands-content>div{display: table;}
|
|
|
+.brands-content img{display: block;width: 100%;}
|
|
|
+.brands-content-tit{font-size: 38px;color: #9b9b9c;padding: 0 17px;position: relative;}
|
|
|
+.brands-content-tit1{font-size: 25px;color: #9b9b9c;padding:0 7px;position: relative;}
|
|
|
+
|
|
|
+.pregnancy-content{width: 1100px;margin:0 auto;position: relative;padding:0;}
|
|
|
+.pregnancy-content>div{display: table;}
|
|
|
+.pregnancy-content img{display: block;width: 100%;}
|
|
|
+.pregnancy-content-tit{font-size: 28px;color: #978770;padding: 30px 0 0 17px;position: relative;}
|
|
|
+/*.brands-content-tit:before{content: '';position: absolute;left: 1px;top:1px;border-top: 25px solid transparent;border-left: 40px solid #978770;border-bottom: 40px solid transparent}*/
|
|
|
+/*.brands-content-tit:after{content: '';position: absolute;left: 0;top: 0;border-top: 25px solid transparent;border-left: 40px solid #fff;border-bottom: 40px solid transparent}*/
|
|
|
+.brands-content-left{width: 35%;height: 700px;display: table-cell;vertical-align: middle;color: #727171;padding: 0 20px;}
|
|
|
+.pregnancy-content-left{width: 10%;height: 500px;display: table-cell;vertical-align: middle;}
|
|
|
+.brands-ul{padding:0;}
|
|
|
+.brands-ul>li{margin:0;color: #727171;line-height: 35px;padding:0 15px;overflow: hidden;word-break: break-all;}
|
|
|
+.brands-content-right{width:65%;height: 600px;display: table-cell; vertical-align: middle;text-align: center;}
|
|
|
+.brands-content-right img{display:inline-block;width:90%;}
|
|
|
+.brands-content-right-4{width:55%;height: 600px;display: table-cell; vertical-align: middle;text-align: center;}
|
|
|
+.brands-content-right-4 a{position: relative;}
|
|
|
+.brands-content-right-4 a span{position: absolute;padding: 10px;height:28px;line-height: 28px; border-radius: 5px;background-color: rgba(255,255,255,.5);left: 12px;bottom: 16px;color: #333;}
|
|
|
+.brands-content-right-4 img{display:inline-block;width:45%;margin: 5px;}
|
|
|
+.brands-content-l{width: 50%;height:275px;max-height: 275px; display: table-cell;vertical-align: middle;padding:0 7%;position: relative;overflow: hidden;}
|
|
|
+.brands-content-r{width: 50%;height:275px;max-height: 275px; display: table-cell;vertical-align: middle;position: relative;overflow: hidden;}
|
|
|
+.brands-ul-list{padding: 10px 0;}
|
|
|
+.brands-ul-list>li{margin: 10px 0;color: #727171;line-height: 30px;word-break: break-all;}
|
|
|
+.brands-ul-list>li h3{color: #231815;font-size: 38px;margin: 10px 0;text-align: center;}
|
|
|
+.brands-ul-list>li h5{color: #727171;font-size: 21px;margin: 10px 0 20px 0;text-align: center;}
|
|
|
+.swiper-container{width: 100%;height:auto;margin-left: auto;margin-right: auto;}
|
|
|
+.swiper-container .swiper-slide{background-size: cover;background-position: center;}
|
|
|
+.swiper-container .swiper-slide img{width: 100%;}
|
|
|
+.gallery-top {height: 80%;width: 100%;}
|
|
|
+.gallery-thumbs {height: 30%;box-sizing: border-box;padding: 10px 0;}
|
|
|
+.gallery-thumbs .swiper-slide {width: 20%;height: 100%;opacity: 0.5;}
|
|
|
+.gallery-thumbs .swiper-slide-active {opacity: 1;}
|
|
|
+.video-box{text-align: center;padding: 50px 0;width: 1280px;height: 720px; margin:0 auto 50px auto;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;position: relative;}
|
|
|
+.video-box1{text-align: center;padding: 0;width: 100%; max-width: 1500px;max-height:550px; margin:0 auto;position: relative;overflow: hidden;}
|
|
|
+.recollections-box{width: 100%; max-width: 1500px;margin: 0 auto;text-align: center;}
|
|
|
+.recollections-a{letter-spacing: 6px;color: #978770;margin: 10px 0;}
|
|
|
+.recollections-b{letter-spacing: 6px;color: #9e9e9f;padding-left: .5em;margin: 10px 0;padding-bottom: 20px;}
|
|
|
+#brands-1-details,#brands-2-details{margin-top:15px;}
|
|
|
+.swiper-pagination-bullet {
|
|
|
+ width: 1px;
|
|
|
+ height: 12px;
|
|
|
+ display: inline-block;
|
|
|
+ border-radius: 0;
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
+ transform: rotate(0deg);
|
|
|
+ }
|
|
|
+ .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
|
|
|
+ margin: 0 8px;
|
|
|
+ }
|
|
|
+ .swiper-pagination-white .swiper-pagination-bullet-active{
|
|
|
+ -webkit-animation: rotate_in .2s linear 0s;
|
|
|
+ animation: rotate_in .2s linear 0s;
|
|
|
+ -webkit-transform: rotate(40deg);
|
|
|
+ transform: rotate(40deg);
|
|
|
+ }
|
|
|
+ @-webkit-keyframes rotate_in {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(40deg);}}
|
|
|
+ @keyframes rotate_in {0% {transform: rotate(0deg);}100% {transform: rotate(40deg);}}
|
|
|
+ .swiper-container1 {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .swiper-slide {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ background: #000;
|
|
|
+
|
|
|
+ }
|
|
|
+ .swiper-slide img {
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ -ms-transform: translate(-50%, -50%);
|
|
|
+ -webkit-transform: translate(-50%, -50%);
|
|
|
+ -moz-transform: translate(-50%, -50%);
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+.banBox{width: 100%; max-width: 1500px;margin:0 auto;position: relative;}
|
|
|
+.banBox .timeBox{position: absolute;bottom: 0px;left: 0px;height: 150px;width: 100%;white-space: nowrap;overflow-y: hidden;z-index: 9;}
|
|
|
+.banBox .timeBox .row{width:100%;height:85px; position: absolute;left:0px;bottom:0px;max-width: 1500px;display: block;}
|
|
|
+.banBox .timeBox .row .line{height: 11px;line-height: 11px;border-bottom: 1px solid #fff;font-size: 0px;margin-bottom: 11px;width: 100%; max-width:1500px;opacity: 0.5;filter:alpha(opacity=50);display: block;}
|
|
|
+.banBox .timeBox .row .iconBox{position: absolute;top:0px;padding:0 5%; width: 90%;display: block;}
|
|
|
+.banBox .timeBox .row .iconBox li{float: left;font-size: 0px;position: relative;display: inline-block;width: 12.5%;}
|
|
|
+.banBox .timeBox .row .iconBox li div{display: inline-block;margin: 0;padding: 0;}
|
|
|
+.banBox .timeBox .row .iconBox .time_icon{ width: 24px;height:24px;display:inline-block; opacity: 1;filter:alpha(opacity=100);margin-right:10px;cursor: pointer;background: url(http://s.iamberry.com/aiberle/www/zh-cn/images/c_develop_icon_part.png) left top no-repeat;background: url(http://s.iamberry.com/aiberle/www/zh-cn/images/c_develop_icon_part_ie8.png) left top no-repeat\9; background-size: 200% 100%;;}
|
|
|
+.banBox .timeBox .row .iconBox li.cur .time_icon{background-position: -25px 0px;background-position: -26px 0px\9;}
|
|
|
+.banBox .timeBox .row .iconBox i{height:12px;display: inline-block;border-left: 1px solid #fff;position: relative;top: 0;margin-right:0;padding: 0 5px; opacity: 0.5;filter:alpha(opacity=50);}
|
|
|
+.banBox .timeBox .row .iconBox i.as{border-color: #a88747; opacity: 1;filter:alpha(opacity=100);}
|
|
|
+.banBox .timeBox .row .iconBox i.cur{height:20px;top:-5px;}
|
|
|
+.banBox .timeBox .row .iconBox .time{font-size:18px;line-height: 1.3em;color:#fff;opacity: 0.5;filter:alpha(opacity=50);margin-top:12px;margin-left: -10px;}
|
|
|
+.banBox .timeBox .row .iconBox li.cur .time{color:#a88747;opacity:1;filter:alpha(opacity=100);margin-left: -10px;}
|
|
|
+.banBox .timeBox .row .iconBox .mons{display: none;position: absolute;top: -23px; font-size:12px;color:#a88747;}
|
|
|
+.banBox .timeBox .row .iconBox li.cur .mons{display: inline-block;}
|
|
|
+/*.banBox .timeBox .row .time {margin-left:60px; font-size: 0px;}*/
|
|
|
+.banBox .timeBox .row .time span{font-size:18px;line-height: 1.3em;color:#fff;opacity: 0.3;filter:alpha(opacity=30);width:166px;display:inline-block;margin-top:20px;}
|
|
|
+.banBox .timeBox .row .time span.cur{font-size:24px;color:#a88747;opacity:1;filter:alpha(opacity=100);}
|
|
|
+.banBox .timeBox .mon{position: relative;}
|
|
|
+.banBox .timeBox .mon span{display: none;position: absolute;font-size:12px;color:#a88747;}
|
|
|
+.banBox .timeBox .mon span.cur{display:inline-block;top:25px;}
|
|
|
+.my-slide{position: absolute;width: 680px;left: 350px;top:150px;display: none;}
|
|
|
+.linear-in{-webkit-animation: right_in .5s linear 0s;animation: right_in .5s linear 0s;}
|
|
|
+ @-webkit-keyframes right_in {0% {opacity: 0;}100% {opacity: 1;}}
|
|
|
+ @keyframes right_in {0% {opacity: 0;}100% {opacity: 1;}}
|
|
|
+.news-nav-box{border-bottom: 1px solid #ccc\9;border-top: 1px solid #ccc\9;border-bottom:1px solid rgba(0,0,0,.1);border-top: 1px solid rgba(0,0,0,.1);}
|
|
|
+.news-nav{width: 1080px;margin: 0 auto;padding: 20px 0 20px 0;color: #9b9b9c;}
|
|
|
+.news-nav a{color: #9b9b9c;}
|
|
|
+.news-list-box{position: relative;width: 1280px;margin: 0 auto;}
|
|
|
+.news-list{width:1100px;position: relative;margin: 0 auto;}
|
|
|
+.news-list>li{margin: 50px 0;padding:0 50px 50px 50px;border-bottom: 1px solid #ccc\9; border-bottom: 1px solid rgba(0,0,0,.1);display: table;width: 100%;}
|
|
|
+.news-list>li img{display: block;}
|
|
|
+.news-list>li .img{display: table-cell;width: 300px;height: 280px;max-height: 280px; vertical-align: middle;text-align: center;}
|
|
|
+.news-list>li .text{display: table-cell;width: 900px;height: 280px;max-height: 280px; vertical-align: middle;padding-top: 5px;padding-left: 20px;}
|
|
|
+.news-list>li .text strong{font-size: 25px;color: #231815;}
|
|
|
+.news-list>li .text>div{margin-top: 20px;max-height:245px;overflow: hidden;line-height: 30px;color: #9b9b9c;font-size: 16px;}
|
|
|
+ul.pagination {display: block;padding: 0;margin: 0 auto 40px auto;width: 1100px;height: 50px;}
|
|
|
+ul.pagination li {display: inline;}
|
|
|
+ul.pagination li a {color: black;float: left;padding: 8px 16px;text-decoration: none;border: 1px solid #ccc; /* Gray */}
|
|
|
+ul.pagination li a.active{background-color: #ccc;color: #fff;}
|
|
|
+
|
|
|
+ .swiper-container6 {width: 100%;height: 450px;background-color: #f8f6f4;}
|
|
|
+.swiper-container6 .swiper-slide{text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ background: #f8f6f4;}
|
|
|
+.cl-list{position: absolute;left: 160px;top:0;padding: 0 10px;display: none;}
|
|
|
+.cl-list>li{width: 25px;height: 25px;border-radius: 50%;margin-top: 8px;box-shadow: 1px 1px 1px #666;cursor: pointer;}
|
|
|
+.cl-list>li.white{background-color: #fff;}
|
|
|
+.cl-list>li.pink{background-color: #FFD1DD;}
|
|
|
+.cl-list>li.blue{background-color: #74DCC1;}
|
|
|
+.cl-list>li.red{background-color: #FFADA7;}
|
|
|
+.other-color{width: 90px;cursor: pointer;display: inline-block;height: 35px;line-height: 35px;padding-left: 5px;background: url(http://s.iamberry.com/aiberle/www/zh-cn/images/bg-select-1.png) 80px center no-repeat;background-size:auto 8px; }
|
|
|
+.cl-title{width: 55px;display: inline-block;text-align: center;height: 35px;line-height: 35px;color: #666;}
|
|
|
+.bg-white{background-color: #fff;}
|
|
|
+.bg-pink{background-color: #FFD1DD;}
|
|
|
+.bg-blue{background-color: #74DCC1;}
|
|
|
+.bg-red{background-color: #FFADA7;}
|
|
|
+.show-banner{width: 148px;border:1px solid #ccc;padding-left: 10px; cursor: pointer; height: 35px;margin-top: 5px; line-height: 35px; background: url(http://s.iamberry.com/aiberle/www/zh-cn/images/img-bad.png) 130px center no-repeat;background-size:auto 14px;}
|
|
|
+.float-box{height: 150px;width: 200px;position: absolute;left: 40px;bottom: 0;}
|
|
|
+.float-box .cell{position: relative;width: 160px;}
|
|
|
+.bd-c-1{border:1px solid #ccc;}
|
|
|
+.banner-box{position: absolute;left: 0;top: 0;}
|
|
|
+.fixed-nav-box{position: relative;height: 100px;width: 100%;}
|
|
|
+.fixed-nav{height: 100px;width: 100%; max-width: 1500px;margin: 0 auto;background-color: #fff;position: relative;border-bottom: 1px solid #ccc\9;border-bottom: 1px solid rgba(0,0,0,.1);}
|
|
|
+.nav-sys{width: 1280px;margin:0 auto;text-align: center;display: table;height: 59px;padding: 45px 0 5px 0;}
|
|
|
+.nav-sys>div{display: table-cell;display: inline\9; width: 59px;width: 350px\9; height: 59px;vertical-align: middle;position: relative;}
|
|
|
+.nav-sys>div img{display: inline-block;}
|
|
|
+.nav-sys>div span{position: absolute;left: 60%;top: 20px;width: 230px\9;left:5px\9;position: relative\9;top: -20px\9;}
|
|
|
+.nav-sys>div a{color: #9E9E9F;}
|
|
|
+.pro-nav{text-align: left;width: 38%;display: inline-block;height: 100px;float: right;}
|
|
|
+.pro-nav a{text-decoration: none; width: 100px;height: 100px;line-height: 100px;display: inline-block;position: relative;text-align: center;color: #9E9E9F;}
|
|
|
+.pro-nav a:hover{background-color: #f0f0f0;}
|
|
|
+.pro-nav a.active{background-color: #f0f0f0;}
|
|
|
+.close-banner{position: absolute;right: 0;top:0;width: 50px;height: 50px;z-index: 2;cursor: pointer;}
|
|
|
+.close-banner img{width: 100%;}
|
|
|
+.nav-left-fixed{text-align: center;width: 58%;display: inline-block;height: 100px;}
|
|
|
+.nav-left-fixed .nav-li{width: 200px;height: 100px;position: relative;display: inline-block;}
|
|
|
+.nav-left-fixed .li-img{border: 1px solid #ccc\9;border:1px solid rgba(0,0,0,.1);border-bottom: 0; width: 100px;height: 78px;padding-top: 21px; text-align: center;cursor: pointer;}
|
|
|
+.nav-left-fixed .li-tit{position: absolute;left: 120px;top: 40px;color: #9E9E9F;}
|
|
|
+.nav-left-fixed .li-img:after{content: '';width: 15px;height: 15px;position: absolute;left:44px; bottom:-8px;background: url(http://s.iamberry.com/aiberle/www/zh-cn/images/bg-select-2.png) center bottom no-repeat;background-size: auto 100%;}
|
|
|
+
|
|
|
+.video-box1 .swiper-button-next{
|
|
|
+ right: 25%;
|
|
|
+ background-image: url(//s.iamberry.com/aiberle/www/zh-cn/images/next-1.png) !important;
|
|
|
+ width: 20px;
|
|
|
+ background-size: auto 50%;
|
|
|
+ opacity: 1;
|
|
|
+ padding: 0 30px;
|
|
|
+ }
|
|
|
+.video-box1 .swiper-button-prev {
|
|
|
+ left: 25%;
|
|
|
+ background-image: url(//s.iamberry.com/aiberle/www/zh-cn/images/prev-1.png) !important;
|
|
|
+ width: 20px;
|
|
|
+ background-size: auto 50%;
|
|
|
+ opacity: 1;
|
|
|
+ padding: 0 30px;
|
|
|
+}
|
|
|
+.color-list>li{width: 25px;height: 25px;margin: 0 10px;border-radius: 50%;display: inline-block;cursor: pointer;box-shadow: 1px 1px 1px #333;}
|
|
|
+.color-list .color-cell-1{background-color: #e6bfba;}
|
|
|
+.color-list .color-cell-1.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+.color-list .color-cell-2{background-color: #fee4f6;}
|
|
|
+.color-list .color-cell-2.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+.color-list .color-cell-3{background-color: #e0fffd;}
|
|
|
+.color-list .color-cell-3.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+.color-list .color-cell-4{background-color: #ffffff;}
|
|
|
+.color-list .color-cell-4.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+.color-list .color-cell-5{background-color: #ffffff;}
|
|
|
+.color-list .color-cell-5.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+.color-list .color-cell-6{background-color: #e4b760;}
|
|
|
+.color-list .color-cell-6.active{width: 30px;height: 30px;-webkit-transform: translateY(3px);transform: translateY(3px);}
|
|
|
+
|
|
|
+.cl-box{position: absolute;width: 100%;left:0;top: 88%;z-index: 1;}
|
|
|
+.cl-box>div{width: 300px;margin: 0 auto;}
|
|
|
+.pro-title{position: absolute;right: 0;bottom: 0;z-index: 1;}
|
|
|
+.tit-box{padding: 12px 0;}
|
|
|
+.news-content{text-align: left;line-height: 2;color: #9b9b9c;margin-top: 20px;font-size: 15px;color: #231815;word-break: break-word;}
|
|
|
+.news-content img{max-width: 100%;}
|
|
|
+
|
|
|
+@media (min-width:1600px) and (max-width:3840px){
|
|
|
+ .banner {width: 100%;max-width: 1500px;height: 350px;}
|
|
|
+ .swiper-container6 {
|
|
|
+ width: 100%;
|
|
|
+ height: 480px;
|
|
|
+ background-color: #f8f6f4;
|
|
|
+ }
|
|
|
+}
|