body{font-family:Microsoft YaHei,Helvetica,Arial,sans-serif;}
div,ul,ol,li,form,h3,dt,dl,dd,p{margin:0px;padding:0px;list-style-image:none;list-style-type:none;font-size:14px;}
*{outline:none;margin:0px;padding:0px;}
a{color:#333;transition:all .3s ease;text-decoration:none;}
a:hover{color:#0062d0;}
.wbox{width:1400px;margin:0px auto;}
.mbox{max-width:1400px;margin:0px auto;}
.mw{min-width:1400px;}
.fl{float:left;}
.fr{float:right;}
.pics{max-width:100%;height:auto;}
.clearfix {zoom:1;}    
.clearfix:before{content:"";display:block;height:0;visibility:hidden;clear:both;}  
.clearfix:after{content:"";display:block;height:0;visibility:hidden;clear:both;}  

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 2987444 */
  src: url('../fonts/iconfont.eot?t=1638692876123'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1638692876123#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont.woff2?t=1638692876123') format('woff2'),
       url('../fonts/iconfont.woff?t=1638692876123') format('woff'),
       url('../fonts/iconfont.ttf?t=1638692876123') format('truetype'),
       url('../fonts/iconfont.svg?t=1638692876123#iconfont') format('svg');
}

.Roboto{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topbg{background:url("../images/topbar.gif") no-repeat center center;height:40px;}
.topBox{height:40px;}
.topBox li{width:50%;line-height:40px;color:#fff;}
.topBox li.fr{text-align:right;}
.topBox li.fr p{position:relative;padding-left:30px;display:inline-block;font-weight:bold;}
.topBox li.fr p:before{width:20px;height:20px;position:absolute;left:0px;top:10px;content:'';background: url(../images/call.png) no-repeat;background-size:100% 100%;}

.topCbox{height:100px;position:relative;}
.topCbox .logo{width:300px;height:42px;position:absolute;left:0px;top:29px;}
.topCbox .logo img{width:auto;height:100%;}
.topCbox .menuBox{width:780px;height:50px;line-height:50px;position:absolute;right:350px;top:25px;text-align:right;}
.topCbox .menuBox li{display:inline-block;margin:0 25px;font-size:18px;color:#000;position:relative;}
.topCbox .menuBox li.on a{color:#0062d0;}
.topCbox .menuBox li:hover:after{width:16px;height:4px;content:'';background:#0062d0;position:absolute;bottom:-4px;left:50%;margin-left:-8px;}
.topCbox .menuBox li.on:after{width:16px;height:4px;content:'';background:#0062d0;position:absolute;bottom:-4px;left:50%;margin-left:-8px;}
.topCbox .telBox{width:auto;height:40px;line-height:40px;position:absolute;right:120px;top:32px;text-align:right;}
.topCbox .telBox p{position:relative;padding:0 30px 0 50px;font-weight:bold;background:#0062d0;color:#fff; display:inline-block;border-radius:50px;}
.topCbox .telBox p:before{width:20px;height:20px;position:absolute;left:20px;top:10px;content:'';background: url(../images/call.png) no-repeat;background-size:100% 100%;}
.topCbox .langBox{height:40px;line-height:40px;position:absolute;right:10px;top:32px;padding:0 10px;font-weight:bold;background:#eee;color:#333;border-radius:50px;}
.topCbox .langBox span{width:24px;height:24px;display:inline-block;border-radius:100%;background:url(../images/ico_en.png) no-repeat center center; background-size:100% 100%;vertical-align:middle;margin-right:5px;}
.topCbox .langBox a{display:block;}
.topCbox .langBox a:hover{opacity:0.9;}

.banner{height:820px;}
.banner .swiper-button-prev{left:30px;}
.banner .swiper-button-next{right:30px;}
.banner .banner-pagination{bottom:30px;}
.banner .swiper-pagination-bullet{width:12px;height:12px;}
.banner.swiper-container{
    --swiper-theme-color: #fff;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size:50px;/* 设置按钮大小 */
}

.banner .swiper-slide .banner_info{width:1000px;position:absolute;top:30%;left:50%;margin-left:-500px;}
.banner .swiper-slide .banner_info p{font-size:24px;color:#fff;position:relative;height:100px;}
.banner .swiper-slide .banner_info p:before{width:1px;height:24px;background:#fff;content:"";position:absolute;left:40px;top:2px;transform:rotate(7deg);
-ms-transform:rotate(30deg); 	/* IE 9 */
-moz-transform:rotate(30deg); 	/* Firefox */
-webkit-transform:rotate(30deg); /* Safari ºÍ Chrome */
-o-transform:rotate(30deg); 	/* Opera */
}
.banner .swiper-slide .banner_info p span{font-size:80px;font-weight:bold;display:inline-block;font-family:"Helvetica Bold";position:absolute;top:-10px;left:50px;height:80px;line-height:80px;}
.banner .swiper-slide .banner_info.num01 p span{ background-image:-webkit-linear-gradient(right,rgba(224,150,0,1) 0%,rgba(253,251,0,1) 45%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.banner .swiper-slide .banner_info.num02 p span{ background-image:-webkit-linear-gradient(right,  #0a7dda 19%,#8ce5fb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.banner .swiper-slide .banner_info.num03 p span{ background-image:-webkit-linear-gradient(right,  #09a999 19%,#08e78a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

.banner .swiper-slide .banner_info dl{color:#fff;margin-left:50px;}
.banner .swiper-slide .banner_info dt{font-size:42px;font-weight:600;}
.banner .swiper-slide .banner_info dd{font-size:20px;font-family:Arial!important;}



.tit{font-size:20px;position:relative;padding-left:15px;}
.tit:before{height:16px;width:4px;position:absolute;left:0;top:6px;background:#0062d0;content:'';}
.tit span{text-transform:uppercase;color:#666;margin-top:5px;font-size:14px;margin-left:5px;}
.tit p{position:absolute;right:0px;top:0px;display:inline-block;}
.tit b{font-weight:normal;}

.newsBox{padding:50px 0;}
.newsBox .companyBox{width:670px;float:left;}
.newsBox .topItem{position:relative;padding-left:280px;margin:50px 0;min-height:160px;}
.newsBox .topItem p{width:240px;height:160px;position:absolute;left:0px;top:0px;overflow:hidden;}
.newsBox .topItem p img{width:100%;height:100%;transition:all .6s ease;}
.newsBox .topItem p img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);}
.newsBox .topItem dl{}
.newsBox .topItem dt{font-size:18px;}
.newsBox .topItem dd{margin-top:20px;color:#666;line-height:22px;}
.newsBox .topItem span{display:block;margin-top:20px;}
.newsBox .topItem span a{background:#0062d0;color:#fff;height:20px;line-height:20px;padding:0px 10px;}
.newsBox .itemBox{}
.newsBox .itemBox li{height:36px;line-height:36px;position:relative;font-size:16px;}
.newsBox .itemBox li a{transition:all .6s ease;display:inline-block;}
.newsBox .itemBox li a:hover{text-indent:10px;}
.newsBox .itemBox li span{position:absolute;right:10px;top:0px;color:#999;}
.newsBox .articleBox{width:670px;float:right;}

.aboutBg{background:#f2f2f2;padding:50px 0;}
.aboutBox{margin:40px auto;}
.aboutBox .cBbox{margin-top:50px;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1);}
.aboutBox .aboutPic{width:600px;float:left;}
.aboutBox .aboutPic img{width:600px;height:360px;display:block;}

.aboutBox .aboutTxt{width:800px;height:360px;float:right;background:#fff;overflow:hidden;}
.aboutBox .aboutTxt dl{padding:40px 60px;}
.aboutBox .aboutTxt dl dt{font-size:20px;font-weight:bold;}
.aboutBox .aboutTxt dl dd{font-size:16px;line-height:28px;margin-top:30px;color:#666;}
.aboutBox .aboutTxt dl span{display:block;margin-top:40px;}
.aboutBox .aboutTxt dl span a{display:inline-block;height:38px;line-height:38px;padding:0px 25px;border:1px #999 solid;border-radius:4px;}
.aboutBox .aboutTxt dl span a:hover{border:1px #0062d0 solid;}

.brandBox{padding:50px 0;}
.brandBox .brandItem{margin:50px 0;}
.brandBox .brandItem ul{}
.brandBox .brandItem li{width:175px;height:80px;float:left;overflow:hidden;}
.brandBox .brandItem li img{width:173px;height:78px;border:1px #eee solid;border-right:none;border-bottom:none;}
.brandBox .brandItem li img:hover{opacity:0.7;}
.brandBox .brandItem li:nth-child(8n) img{border-right:1px #eee solid;}
.brandBox .brandItem li:nth-child(n+17) img{border-bottom:1px #eee solid;}
.brandBox .brandItem li:last-child img{border-right:1px #eee solid;}
.brandBox .MoreBox{margin-top:50px;text-align:center;}
.brandBox .MoreBox a{display:inline-block;height:38px;line-height:38px;padding:0px 25px;border:1px #999 solid;border-radius:4px;}
.brandBox .MoreBox a:hover{border:1px #0062d0 solid;}

.footBg{background:#222;padding:20px 0;}
.footBox{text-align:center;color:#fff;}
.footBox dt{line-height:32px;}
.footBox dd{}
.footBox dd a{color:#fff;margin:0px 10px;}

.listBanner{height:460px;position:relative;}
.listBanner:after{content:' ';width:100%;height:100%;position:absolute;left:0px;top:0px;background-color:rgba(0,0,0,0.3);z-index:9;visibility:visible;}
.listBanner dl{position:relative;z-index:99;color:#fff;text-align:center;padding:170px 0;}
.listBanner dl dt{font-size:32px;}
.listBanner dl dd{text-transform:uppercase;font-size:18px;}
.aboutBanner{background:url(../images/aboutBanner.jpg) no-repeat center center;}
.solutionBanner{background:url(../images/solutionBanner.jpg) no-repeat center center;}
.newsBanner{background:url(../images/newsBanner.jpg) no-repeat center center;}
.contactBanner{background:url(../images/contactBanner.jpg) no-repeat center center;}
.productBanner{background:url(../images/productBanner.jpg) no-repeat center center;}

.navBox{background:#eee;height:42px;line-height:42px;}
.navBox li a{margin:0px 5px;display:inline-block;}
.navBox li{padding-left:40px;position:relative;}
.navBox li:before{width:24px;height:24px;position:absolute;left:8px;top:8px;content:"";background:url(../images/Home.png) no-repeat left center;}

.contBox{margin:80px auto;}
.contBox .conTtit{font-size:28px;color:#333;text-align:center;font-weight:600;}
.contBox .conTtit p{font-weight:normal;margin-top:15px;color:#999;}
.contBox .conTtit p span{display:inline-block;margin:0px 10px;}
.contBox .contTxt{width:96%;margin:0px auto;margin-top:40px;line-height:36px;color:#666;font-size:16px;}
.contBox .contTxt p{line-height:36px;text-indent:38px;font-size:16px;}
.contBox .contTxt img{max-width:100%;}
.contBox .contTxt table{min-width:100%;}

.contPage{background:#f5f5f5;margin-top:60px;}
.contPage li{width:33.33333%;float:left;font-size:16px;height:40px;line-height:40px;}
.contPage li span{vertical-align:middle;font-size:24px;position:relative;width:24px;height:24px;display:inline-block;}
.contPage li span:before{position:absolute;top:-10px;left:0px;}
.contPage li a{color:#999;}
.contPage li a:hover{color:#005da4;}

.contPage li:nth-child(1) p{padding-left:30px;}
.contPage li:nth-child(2) p{text-align:center;position:relative;}
.contPage li:nth-child(3) p{text-align:right;padding-right:30px;}

.contPage li:nth-child(2) p:before{height:20px;width:1px;background:#ddd;content:'';position:absolute;left:0px;top:50%;margin-top:-10px;}
.contPage li:nth-child(2) p:after{height:20px;width:1px;background:#ddd;content:'';position:absolute;right:0px;top:50%;margin-top:-10px;}

.contBox .aboutInfo{margin-top:60px;}
.contBox .aboutInfo li{width:25%;width:320px;float:left;margin:0 15px;padding-bottom:200px;}
.contBox .aboutInfo li dl{position:relative;}
.contBox .aboutInfo li dl dt{}
.contBox .aboutInfo li dl dd{position:absolute;width:70%;height:200px; left:15%;top:70%;background:rgba(0,98,208,1);}
.contBox .aboutInfo li dl dd span{width:80px;height:80px;margin:30px auto 20px auto;border:2px solid #fff;display:block;border-radius:100%;}
.contBox .aboutInfo li dl dd p{text-align:center;color:#fff;font-size:16px;}
.contBox .aboutInfo li dl dd p label{font-size:12px;display:block;margin-top:8px;text-transform:uppercase;}
.contBox .aboutInfo li:nth-child(1) dl dd span{background:url(../images/ico_gy.png) no-repeat center center;background-size:50% 50%;}
.contBox .aboutInfo li:nth-child(2) dl dd span{background:url(../images/ico_bz.png) no-repeat center center;background-size:50% 50%;}
.contBox .aboutInfo li:nth-child(3) dl dd span{background:url(../images/ico_cx.png) no-repeat center center;background-size:50% 50%;}
.contBox .aboutInfo li:nth-child(4) dl dd span{background:url(../images/ico_sh.png) no-repeat center center;background-size:50% 50%;}

.solutionList{margin:80px auto;}
.solutionList .solutionItem{margin-bottom:50px;}
.solutionList .solutionItem .listTit{position:relative;margin-bottom:30px;}
.solutionList .solutionItem .listTit p{font-size:20px;}
.solutionList .solutionItem .listTit span{position:absolute;right:0px;top:0px;}
.solutionList .solutionItem .itemBox{padding-left:280px;position:relative;min-height:320px;overflow:hidden;}
.solutionList .solutionItem .itemBox ul{margin:0px -20px;}
.solutionList .solutionItem .itemBox ul li{width:250px;margin:0px 20px;float:left;}
.solutionList .solutionItem .itemBox ul li:hover{}
.solutionList .solutionItem .itemBox ul li dl{} 
.solutionList .solutionItem .itemBox ul li dl dt{overflow:hidden;} 
.solutionList .solutionItem .itemBox ul li dl dt img{width:100%;height:240px;transition:all .6s ease;display:block;} 
.solutionList .solutionItem .itemBox ul li dl dt img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);}
.solutionList .solutionItem .itemBox ul li dl dd{margin-top:15px;line-height:25px;height:50px;overflow:hidden;font-size:16px;} 
.solutionList .solutionItem .itemBox .picBox{position:absolute;left:0px;top:0px;width:250px;height:320px;}
.solutionList .solutionItem .itemBox .picBox img{width:100%;height:100%;display:block;}

.solutionList .listBox .itemBox{padding-left:0px;}
.solutionList .listBox .listTit{margin-bottom:60px;}
.solutionList .listBox .listTit p{text-align:center;font-size:28px;position:relative;}
.solutionList .listBox .listTit p:after{content:'';height:4px;width:20px;background:#0062d0;position:absolute;left:50%;bottom:-12px;margin-left:-10px;}
.solutionList .listBox .itemBox ul{}
.solutionList .listBox .itemBox ul li{margin-bottom:40px;width:320px;}
.solutionList .listBox .itemBox ul li dl dt img{height:300px;} 

.newsList{margin:80px auto 40px auto;}
.newsList .listTit{position:relative;margin-bottom:70px;}
.newsList .listTit p{text-align:center;font-size:28px;position:relative;}
.newsList .listTit p:after{content:'';height:4px;width:20px;background:#0062d0;position:absolute;left:50%;bottom:-12px;margin-left:-10px;}

.newsList .newsItem{overflow:hidden;}
.newsList .newsItem ul{margin:0 -20px;padding:10px 0 50px 0;}
.newsList .newsItem ul li{width:318px;float:left;margin:0px 20px 30px 20px;height:380px;border:1px #eee solid;position:relative;transition:all .6s ease;}
.newsList .newsItem ul li:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.newsList .newsItem ul li a{display:block;}
.newsList .newsItem ul li a:hover p{background:#999;}
.newsList .newsItem ul li .date{position:absolute;top:0px;left:20px;width:80px;height:90px;background:rgb(5, 126, 223);color:#fff;text-align:center;}
.newsList .newsItem ul li .date dt{height:60px;line-height:60px;font-size:30px;text-align:center;font-weight:bold;background:#036ec4;}
.newsList .newsItem ul li .date dd{line-height:30px;}
.newsList .newsItem ul li .infos{width:85%;margin:0px auto;margin-top:110px;}
.newsList .newsItem ul li .infos dt{line-height:24px;height:48px;overflow:hidden;font-weight:bold;font-size:18px;}
.newsList .newsItem ul li .infos dd{margin-top:20px;color:#666;line-height:22px;height:110px;overflow: hidden;}
.newsList .newsItem ul li p{position:absolute;right:20px;bottom:20px;width:50px;height:50px;line-height:50px;text-align:center;background:#666;font-size:18px;color:#fff;}

/*分页*/
.pageing{text-align:center;padding:0px 0 40px 0;}
.pageing ul{box-shadow:0px 0px 10px rgba(0,0,0,0.15);display:inline-block;border-radius:2px;}
.pageing li{display:inline-block;float:left;border-right:1px #eee solid;}
.pageing li a{display:block;padding:0 18px;background:#fff;height:48px;line-height:48px;text-align:center;color:#666;font-size:16px;transition:all .3s ease;}
.pageing li a:hover{background:#0062d0;color:#fff!important;}
.pageing li.active a{background:#0062d0;color:#fff;font-weight:bold;}
/*分页*/


.contactus{height:420px;}
.contact_box{overflow:hidden;position:relative;}

.contact_box .contactBox{width:700px;height:300px;position:absolute;z-index:99999;right:50px;top:40px;background:rgba(0,98,208,0.9);}
.contact_box .contactBox ul{width:80%;margin:0px auto;}
.contact_box .contactBox ul h3.company{font-size:20px;color:#fff;margin-top:40px;margin-bottom:30px;font-weight:normal;}
.contact_box .contactBox ul li{width:90%;height:60px;line-height:60px;color:#fff;font-size:16px;border-top:1px rgba(255,255,255,0.6) solid;padding-left:50px;position:relative;}
.contact_box .contactBox ul li span{position:absolute;left:10px;top:0px;font-size:24px;width:50px;height:50px;}

.lx_map{width:100%;height:380px;filter:alpha(opacity=50);opacity:0.5;margin-left:-800px!important;padding-left:800px;}
.lx_map .BMap_stdMpCtrl{left:830px!important;}
.lx_map .title{ font-weight:bold; font-size:16px; margin-bottom:8px;}
.lx_map .content{ font-size:12px; line-height:22px;}
.lx_map .BMap_cpyCtrl,.lx_map .BMap_scaleCtrl,.lx_map .anchorBL{display:none!important;}

.pdsBox{padding-bottom:60px;}
.pdsBox .pdsClass{width:220px;float:left;}
.pdsBox .pdsClass h3{background:rgba(0,98,208,1);height:60px;line-height:60px;color:#fff;text-align:center;font-size:20px;}
.pdsBox .pdsClass ul{border:1px #0062d0 solid;padding:10px 0;}
.pdsBox .pdsClass ul li{width:80%;margin:0px auto;height:48px;line-height:48px;border-bottom:1px #eee solid;}
.pdsBox .pdsClass ul li.on a{font-weight:bold;color:#0062d0;}
.pdsBox .pdsClass ul li:last-child{border-bottom:none;}
.pdsBox .pdsClass ul li a{display:block;font-size:16px;position:relative;padding-left:5px;}
.pdsBox .pdsClass ul li a span{font-size:12px;margin-right:5px;}
.pdsBox .pdsClass ul li a:hover{font-weight:bold;color:#0062d0;}

.pdsBox .psdItemBox{width:1120px;float:right;}
.pdsBox .psdItem{overflow:hidden;margin-bottom:30px;}
.pdsBox .psdItem ul{margin:0px -20px;}
.pdsBox .psdItem ul li{width:250px;margin:0px 20px 40px 20px;float:left;}
.pdsBox .psdItem ul li:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.pdsBox .psdItem ul li dl{} 
.pdsBox .psdItem ul li dl dt{overflow:hidden;} 
.pdsBox .psdItem ul li dl dt img{width:100%;height:240px;transition:all .6s ease;display:block;} 
.pdsBox .psdItem ul li dl dt img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);}
.pdsBox .psdItem ul li dl dd{width:85%;margin:15px auto;line-height:25px;height:50px;overflow:hidden;font-size:16px;} 
.pdsBox .psdItem ul li a{border:1px #eee solid;display: block;}

/*在线客服*/
.kefu_box{ position:fixed;width:98px;right:0px;top:150px;z-index:9999;}
.kefu_box .kf_top{ height:96px;background: url("../images/float_top.jpg") no-repeat;}
.kefu_box .kf_cbox{ background:#333; }
.kefu_box .kf_cbox ul{padding:10px 0;}
.kefu_box .kf_cbox li{ width:80%; margin:0px auto;border-top:1px solid #181818;border-bottom:1px solid #515151;}
.kefu_box .kf_cbox li a{ color:#FFF;display:block; padding:10px 0;background: url("../images/bg_sign02.jpg") no-repeat left center; text-indent:25px; font-size:16px;}
.kefu_box .kf_cbox li a:hover{color:#eee!important;filter:alpha(opacity=80);opacity:0.8;}
.kefu_box .kf_cbox li:first-child{ border-top:none;}
.kefu_box .kf_cbox li:last-child{ border-bottom:none;}
.kefu_box .kf_cbox p{ text-align:center; padding-bottom:10px;}
.kefu_box .kf_cbox p img{width:65px;height:65px;border:4px #fff solid;}
.kefu_box .kf_foot{ height:107px;background: url("../images/float_bot.png") no-repeat;}
.kefu_box .kf_foot a{ display:block;height:107px;}
/*在线客服*/


.formBg{background:#f2f2f2;padding:50px 0;}
.formBg .groupBox{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.formBg .groupBox .form-group{width:45%;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.formBg .groupBox .form-group .label{width:120px;text-align:right;font-size:16px;margin-right:30px;}
.formBg .groupBox .form-group .putBox{width:100%;height:42px;padding:0 10px;border:1px #ccc solid;font-size:14px;flex:1}
.formBg .groupBox .form-group:last-child{width:100%;}

.formBg .groupBox .form-group .textBox{width:100%;height:80px;padding:10px;border:1px #ccc solid;font-size:14px;flex:1}
.formBg .btnBoxs{text-align: center;}
.formBg .btnBoxs .btns{display:inline-block;height:48px;line-height:48px;padding:0px 45px;border:1px #999 solid;border-radius:4px;cursor:pointer;font-size:16px;}

.tipModal{background:rgba(0,0,0,0.8);padding:10px 20px;border-radius:8px;font-size:16px;color:#fff;text-align:center;max-width:80%;line-height:42px;position:fixed;z-index:9999999999999;left:50%;top:50%;display:none;}


[class*="am-u-"] {
    padding-left: 0rem;
    padding-right: 0rem;
	
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
     float:left;
}

@media only screen and (max-width: 640px){
	.wbox{width:100%;}
	
	

}

@media only screen and (min-width: 641px) and (max-width:1024px) 
{
	.wbox{width:100%;}

}

@media only screen and (min-width: 1025px){
   
}