@keyframes moveUpDown { 
from { transform:translateY(0); }
to { transform:translateY(-10px); }
}
.sprite-animation { width:120px; height:80px; background-image:url('../images/app/spirit.png'); background-repeat:no-repeat; animation:play 2s steps(65) infinite; margin:0 auto; }
@keyframes play { 
from { background-position:0 0; }
to { background-position:-7800px 0; }
}
@media only screen and (max-width:767px) { 
.v_con01 { display:none; width:500px; height:280px; position:fixed; left:65%; top:55%; }
.v_close { position:absolute; top:53%; margin-top:-220px; left:37%; margin-left:360px; cursor:pointer; z-index:1003; display:none; }
}
@media screen and (min-width:768px) { 
.v_close { display:block; }
}
@media only screen and (max-width:519px) { 
.v_con01 { display:none; width:350px; height:197px; position:fixed; left:15%; margin-left:0px; top:65%; }
.v_close { position:absolute; top:43%; margin-top:0px; left:72%; margin-left:0px; cursor:pointer; z-index:1003; display:none; }
}
@media only screen and (max-width:480px) { }
@media only screen and (max-width:414px) { 
.v_con01 { display:none; width:330px; height:186px; position:fixed; left:11%; margin-left:0px; top:65%; }
}
@media only screen and (max-width:375px) { 
.v_con01 { display:none; width:310px; height:175px; position:fixed; left:9%; margin-left:0px; top:65%; }
}
@media only screen and (max-width:365px) { 
.v_con01 { display:none; width:300px; height:169px; position:fixed; left:6%; margin-left:0px; top:68%; }
.v_close { position:absolute; top:38%; margin-top:0px; left:88%; margin-left:0px; cursor:pointer; z-index:1003; display:none; }
}
@media only screen and (max-width:320px) { 
.v_con01 { left:3%; }
}
@media (min-width:300px) { 
#wrap_pc { display:none; }
#wrap_mb { width:100%; height:auto; margin:0 auto; }
#advertising { width:100%; height:274px; position:relative; top:0px; overflow:hidden; }
.slides { height:274px; }
.section-bg { width:100%; height:274px; background:url(../images/app/robot/mb_bg.jpg) no-repeat; position:absolute; background-size:100% 100%; z-index:3; }
#mb_content { width:100%; margin:0px; padding:0px; overflow:auto; background:#f5f5f5; }
#mb_content .content { width:94%; height:auto; margin:60px auto 12px; overflow:auto; background:#f5f5f5; }
#mb_content h2 { font-size:28px; font-weight:bold; color:#000000; line-height:38px; padding:0px; margin:0px; }
#mb_content p { width:100%; padding:0 5px; font-size:16px; color:#666666; line-height:24px; margin-top:20px; margin-bottom:20px; }
#mb_content .mb-h2left { width:4px; height:40px; float:left; background:#8fc31f; margin-right:10px; }
#mb_content ul { width:94%; height:auto; margin:30px auto; }
#mb_content li { width:100%; height:36px; font-size:16px; font-weight:bold; background:url(../images/app/dd.png) no-repeat -4px -4px; padding-left:18px; }
#mb_content li a { color:#8fc31f; }
#mb_content li a:hover { color:#83b31d; }
.content { padding:0px 10px; }
.yang_card_pro { width:100%; height:auto; overflow:hidden; }
.ct_tit { font-size:24px; line-height:36px; color:#000000; text-align:center; padding:50px 0px 0px; font-weight:bold; }
.ct_p { font-size:14px; line-height:28px; color:#515151; margin:10px auto 8px auto; }
.ct_p2 { font-size:24px; line-height:36px; color:#3b3e40; text-align:center; padding:50px 0px 0px; font-weight:bold; }
#detail_main { width:260px; height:auto; margin:0 auto; overflow:hidden; }
#detail_main .content { max-width:100%; padding:0; margin:0 auto; }
.dm_product_list { width:100%; height:auto; margin:35px 0px 10px; overflow:hidden; }
.dm_product { width:255px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_row1,.dm_product_row2 { width:100%; float:left; }
.dm_product_product { width:255px; height:auto; margin:10px auto 0px; }
.dm_product_product p { width:255px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product_product a { color:#8fc31f; }
.dm_product_product a:hover { color:#83b31d; }
.dm_product h3 { width:220px; font-size:18px; font-weight:bold; margin:36px auto 0px; }
.dm_product h4 { width:220px; font-size:14px; line-height:28px; color:#3b3e40; margin:16px auto 0px; }
}
/*针对iphone5s*/
@media (min-width:315px) { 
#advertising { width:100%; height:287px; position:relative; top:0px; }
.slides { height:287px; }
.section-bg { width:100%; height:287px; }
.content { padding:0px 10px; }
}
/*针对1080*1920的android*/
@media (min-width:360px) { 
#advertising { width:100%; height:328px; position:relative; top:0px; }
.slides { height:328px; }
.section-bg { width:100%; height:328px; }
#detail_main { width:314px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product { width:314px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:290px; height:auto; margin:10px auto 0px; }
.dm_product_product p { width:290px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:280px; font-size:18px; font-weight:bold; margin:36px auto 0px; }
.dm_product h4 { width:280px; }
}
/*针对iphone6*/
@media (min-width:375px) { 
#advertising { width:100%; height:342px; position:relative; top:0px; }
.slides { height:342px; }
.section-bg { width:100%; height:342px; }
#detail_main { width:326px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product { width:326px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:290px; height:auto; margin:10px auto 0px; }
.dm_product_product h4 { width:290px; height:32px; font-size:16px; line-height:32px; text-align:center; float:left; margin-top:0px; }
.dm_product_product p { width:290px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:280px; font-size:18px; font-weight:bold; margin:36px auto 0px; }
.dm_product h4 { width:280px; }
}
/*针对全面屏安卓*/
@media (min-width:390px) { 
#advertising { width:100%; height:355px; position:relative; top:0px; }
.slides { height:355px; }
.section-bg { width:100%; height:355px; }
#detail_main { width:342px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product { width:342px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:306px; height:auto; margin:10px auto 0px; }
.dm_product_product h4 { width:306px; height:32px; font-size:16px; line-height:32px; text-align:center; float:left; margin-top:0px; }
.dm_product_product p { width:306px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:296px; font-size:18px; font-weight:bold; margin:36px auto 0px; }
.dm_product h4 { width:296px; }
}
@media (min-width:400px) { 
#advertising { width:100%; height:365px; position:relative; top:0px; }
.slides { height:365px; }
.section-bg { width:100%; height:365px; }
}
/*针对iphone6s plus*/
@media (min-width:410px) { 
#advertising { width:100%; height:378px; position:relative; top:0px; }
.slides { height:378px; }
.section-bg { width:100%; height:378px; }
#detail_main { width:360px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product { width:360px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:320px; height:auto; margin:0px auto; }
.dm_product_product p { width:320px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:300px; font-size:18px; font-weight:bold; margin:36px auto 0px; }
}
/*针对1440*2560的android*/
@media (min-width:480px) { 
#advertising { width:100%; height:438px; position:relative; top:0px; }
.slides { height:438px; }
.section-bg { width:100%; height:438px; }
#detail_main { width:430px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product_list { width:400px; height:auto; margin:35px auto 30px; overflow:hidden; }
.dm_product { width:400px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:360px; height:auto; margin:0px auto; }
.dm_product_product p { width:360px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:340px; font-size:18px; font-weight:bold; margin:40px auto 0px; }
.dm_product h4 { width:340px; }
}
@media (min-width:500px) { 
#advertising { width:100%; height:456px; position:relative; top:0px; }
.slides { height:456px; }
.section-bg { width:100%; height:456px; }
.ct_tit { font-size:26px; line-height:38px; color:#000000; text-align:center; padding:50px 0px 0px; font-weight:bold; }
.ct_p { font-size:16px; line-height:28px; color:#3b3e40; padding:10px 0px 0px; }
.ct_p2 { font-size:26px; line-height:38px; color:#3b3e40; text-align:center; padding:50px 0px 0px; font-weight:bold; }
#detail_main { width:440px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product_list { width:420px; height:auto; margin:35px auto 30px; overflow:hidden; }
.dm_product { width:420px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:380px; height:auto; margin:0px auto; }
.dm_product_product p { width:380px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:360px; font-size:18px; font-weight:bold; margin:40px auto 0px; }
.dm_product h4 { width:360px; }
}
@media (min-width:600px) { 
#advertising { width:100%; height:547px; position:relative; top:0px; }
.slides { height:547px; }
.section-bg { width:100%; height:547px; }
.content { padding:0px 20px; }
.ct_tit { font-size:28px; line-height:42px; color:#000000; text-align:center; padding:50px 0px 0px; font-weight:bold; }
.ct_p { font-size:16px; line-height:28px; color:#515151; padding:10px 0px 0px; }
.ct_p2 { font-size:28px; line-height:42px; color:#3b3e40; text-align:center; padding:50px 0px 0px; font-weight:bold; }
#detail_main { width:520px; height:auto; margin:0 auto; overflow:hidden; }
.dm_product_list { width:520px; height:auto; margin:35px auto 30px; overflow:hidden; }
.dm_product { width:520px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:480px; height:auto; margin:0px auto; }
.dm_product_product p { width:480px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:460px; font-size:18px; font-weight:bold; margin:40px auto 0px; }
.dm_product h4 { width:460px; }
}
@media (min-width:700px) { 
#advertising { width:100%; height:638px; position:relative; top:0px; }
.slides { height:638px; }
.section-bg { width:100%; height:638px; }
#mb_content { width:100%; margin:0px; padding:0px; overflow:auto; background:#f5f5f5; }
#mb_content .content { width:660px; height:auto; margin:60px auto 12px; overflow:auto; background:#f5f5f5; }
#mb_content h2 { font-size:28px; font-weight:bold; color:#000000; line-height:38px; padding:0px; margin:0px; }
#mb_content p { width:100%; padding:0 5px; font-size:16px; color:#666666; line-height:22px; margin-top:20px; }
#mb_content .mb-h2left { width:4px; height:40px; float:left; background:#8fc31f; margin-right:10px; }
#mb_content ul { width:94%; height:auto; margin:30px auto; }
#mb_content li { width:100%; height:36px; font-size:16px; font-weight:bold; background:url(../images/app/dd.png) no-repeat -4px -4px; padding-left:18px; }
#mb_content li a { color:#8fc31f; }
#mb_content li a:hover { color:#83b31d; }
.ct_tit { font-size:32px; line-height:42px; color:#000000; text-align:center; padding:50px 0px 0px; font-weight:bold; }
.ct_p { font-size:16px; line-height:30px; color:#3b3e40; padding:10px 0px 0px; }
.ct_p2 { font-size:32px; line-height:42px; color:#3b3e40; text-align:center; padding:50px 0px 0px; font-weight:bold; }
#detail_main { width:620px; height:auto; margin:0 auto; overflow:hidden; padding-top:10px; }
.dm_product_list { width:620px; height:auto; margin:35px auto 30px; overflow:hidden; }
.dm_product { width:620px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:580px; height:auto; margin:0px auto; }
.dm_product_product p { width:580px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:560px; font-size:18px; font-weight:bold; margin:40px auto 0px; }
.dm_product h4 { width:560px; }
}
@media (min-width:767px) { 
#advertising { width:100%; height:699px; position:relative; top:0px; }
.slides { height:699px; }
.section-bg { width:100%; height:699px; }
#mb_content { width:100%; margin:0px; padding:0px; overflow:auto; background:#f5f5f5; }
#mb_content .content { width:700px; height:auto; margin:60px auto 12px; overflow:auto; background:#f5f5f5; }
#mb_content h2 { font-size:28px; font-weight:bold; color:#000000; line-height:38px; padding:0px; margin:0px; }
#mb_content p { width:100%; padding:0 5px; font-size:16px; color:#666666; line-height:22px; margin-top:20px; }
#mb_content .mb-h2left { width:4px; height:40px; float:left; background:#8fc31f; margin-right:10px; }
#mb_content ul { width:94%; height:auto; margin:30px auto; }
#mb_content li { width:100%; height:36px; font-size:16px; font-weight:bold; background:url(../images/app/dd.png) no-repeat -4px -4px; padding-left:18px; }
#mb_content li a { color:#8fc31f; }
#mb_content li a:hover { color:#83b31d; }
#detail_main { width:650px; height:auto; margin:0 auto; overflow:hidden; padding-top:20px; }
.dm_product_list { width:650px; height:auto; margin:35px auto 40px; overflow:hidden; }
.dm_product { width:650px; height:auto; float:left; background:#f7f8f8; border-radius:8px; margin:0px; padding-bottom:20px; }
.dm_product_product { width:650px; height:auto; margin:0px auto; }
.dm_product_product p { width:620px; height:30px; margin:0px auto 20px; font-size:14px; color:#8fc31f; text-align:center; float:left; overflow:hidden; }
.dm_product h3 { width:600px; font-size:18px; font-weight:bold; margin:40px auto 0px; }
.dm_product h4 { width:600px; }
}
@media (min-width:768px) { }
@media (min-width:770px) { 
#advertising { width:100%; height:702px; position:relative; top:0px; }
.slides { height:702px; }
.section-bg { width:100%; height:702px; }
}
@media (min-width:785px) { 
#advertising { width:100%; height:716px; position:relative; top:0px; }
.slides { height:716px; }
.section-bg { width:100%; height:716px; }
}
@media (min-width:880px) { 
#advertising { width:100%; height:802px; position:relative; top:0px; }
.slides { height:802px; }
.section-bg { width:100%; height:802px; }
}
@media (min-width:980px) { 
#advertising { width:100%; height:894px; position:relative; top:0px; }
.slides { height:894px; }
.section-bg { width:100%; height:894px; }
}
@media (min-width:1024px) { 
#wrap_index { width:100%; height:1080px; background:url(../images/app/robot/bg.jpg) bottom center no-repeat; }
#wrap_pc { width:1024px; height:auto; margin:0 auto; display:block; }
#wrap_mb { display:none; }
#w1 { width:1000px; height:340px; margin:0px auto; }
#w1 h2 { font-size:48px; text-align:center; font-weight:bold; padding-top:100px; margin-top:0px; }
#w1 h3 { font-size:24px; text-align:center; margin-top:20px; }
#w1 p { font-size:16px; line-height:32px; text-align:center; margin-top:70px; }
#detail_main { width:1000px; height:auto; margin:0 auto; overflow:hidden; padding-top:70px; }
#detail_main_left { width:480px; height:550px; float:left; margin-right:20px; margin-top:26px; }
#detail_main_right { width:480px; height:550px; float:left; margin-left:20px; margin-top:26px; }
#detail_main_left h3,#detail_main_right h3 { font-size:21px; line-height:38px; margin-bottom:20px; }
#detail_main .content { max-width:1060px; padding:0px; margin:0 auto; }
#detail_main_left p,#detail_main_right p { font-size:16px; line-height:36px; color:#333333; }
.ct_tit { width:1000px; font-size:38px; line-height:48px; color:#3b3e40; text-align:left; margin:46px auto 20px 0px; padding:0px; padding-left:10px; font-weight:normal; }
.ct_p { width:1000px; font-size:16px; color:#3b3e40; line-height:36px; font-weight:normal; text-align:left; margin:0px 0px 0px 0px; padding:0px; padding-left:10px; }
.ct_p2 { font-size:24px; color:#3b3e40; line-height:38px; font-weight:normal; text-align:left; margin:50px 0px 40px 0px; padding:0px; font-weight:bold; padding-left:10px; }
.dm_product_list { width:100%; height:auto; margin:15px 0px 20px; overflow:hidden; }
.dm_product { width:984px; height:420px; float:left; background:#f7f8f8; border-radius:8px; margin:10px 10px 80px 10px; }
.dm_product_row1 { width:554px; float:left; }
.dm_product_row2 { width:430px; float:right; }
.dm_product_product { width:430px; height:auto; margin-top:40px; float:left; }
.dm_product_row2_image { width:400px; height:310px; margin-top:10px; margin-right:30px; float:left; }
.dm_product_product p { width:400px; height:30px; font-size:16px; color:#8fc31f; margin:-20px 0px 20px 0px; text-align:center; float:left; }
.dm_product_product a { color:#8fc31f; }
.dm_product_product a:hover { color:#83b31d; }
.dm_product h3 { width:450px; font-size:24px; font-weight:bold; margin:60px 20px 0px 70px; float:left; }
.dm_product h4 { width:450px; font-size:16px; line-height:32px; margin:30px 20px 0px 70px; float:left; }
.t30 { margin-top:30px !important; }
}
@media (min-width:1080px) { 
#wrap_index { width:100%; height:1080px; background:url(../images/app/robot/bg.jpg) bottom center no-repeat; }
#wrap_pc { width:1080px; height:auto; margin:0 auto; }
#w1 { width:1000px; height:340px; margin:0px auto; }
#w1 h2 { font-size:48px; text-align:center; font-weight:bold; padding-top:100px; margin-top:0px; }
#w1 h3 { font-size:24px; text-align:center; margin-top:20px; }
#w1 p { font-size:16px; line-height:32px; text-align:center; margin-top:70px; }
#detail_main { width:1060px; height:auto; margin:0 auto; overflow:hidden; padding-top:70px; }
#detail_main_left { width:510px; height:570px; float:left; margin-right:20px; margin-top:36px; }
#detail_main_right { width:510px; height:570px; float:left; margin-left:20px; margin-top:36px; }
#detail_main_left h3,#detail_main_right h3 { font-size:23px; line-height:38px; margin-bottom:20px; }
#detail_main .content { max-width:1060px; padding:0px; margin:0 auto; }
#detail_main_left p,#detail_main_right p { font-size:16px; line-height:36px; color:#333333; }
.ct_tit { width:1060px; font-size:38px; line-height:48px; color:#3b3e40; text-align:left; margin:46px auto 20px 0px; padding:0px; padding-left:10px; font-weight:normal; }
.ct_p { width:1060px; font-size:16px; color:#3b3e40; line-height:36px; font-weight:normal; text-align:left; margin:0px 0px 0px 0px; padding:0px; padding-left:10px; }
.ct_p2 { font-size:24px; color:#3b3e40; line-height:38px; font-weight:normal; text-align:left; margin:50px 0px 40px 0px; padding:0px; font-weight:bold; padding-left:10px; }
.dm_product_list { width:100%; height:auto; margin:15px 0px 20px; overflow:hidden; }
.dm_product { width:1046px; height:420px; float:left; background:#f7f8f8; border-radius:8px; margin:10px 10px 80px 10px; }
.dm_product_row1 { width:586px; float:left; }
.dm_product_row2 { width:460px; float:right; }
.dm_product_product { width:460px; height:auto; margin-top:40px; float:left; }
.dm_product_row2_image { width:400px; height:310px; margin-top:10px; margin-right:30px; float:left; }
.dm_product_product p { width:400px; height:30px; font-size:16px; color:#8fc31f; margin:-20px 0px 20px 0px; text-align:center; float:left; }
.dm_product_product a { color:#8fc31f; }
.dm_product_product a:hover { color:#83b31d; }
.dm_product h3 { width:480px; font-size:24px; font-weight:bold; margin:60px 20px 0px 70px; float:left; }
.dm_product h4 { width:480px; font-size:16px; line-height:32px; margin:30px 20px 0px 70px; float:left; }
.t30 { margin-top:30px !important; }
}
@media (min-width:1200px) { 
#wrap_index { width:100%; height:1080px; background:url(../images/app/robot/bg.jpg) bottom center no-repeat; }
#wrap_pc { width:1200px; height:auto; margin:0 auto; }
#w1 { width:1100px; height:1080px; margin:0px auto; }
#w1 h2 { font-size:48px; text-align:center; font-weight:bold; padding-top:100px; margin-top:0px; }
#w1 h3 { font-size:24px; text-align:center; margin-top:20px; }
#w1 p { width:1126px; font-size:16px; line-height:32px; text-align:center; margin:70px auto 0px; }
#detail_main { width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:70px; }
#detail_main_left { width:560px; height:600px; float:left; margin-right:40px; margin-top:36px; }
#detail_main_right { width:560px; height:600px; float:left; margin-left:40px; margin-top:36px; }
#detail_main_left h3,#detail_main_right h3 { font-size:24px; line-height:38px; margin-bottom:20px; }
#detail_main_left p,#detail_main_right p { font-size:16px; line-height:36px; color:#333333; }
#detail_main .content { max-width:1200px; padding:0px; margin:0 auto; }
.ct_tit { width:1060px; font-size:38px; line-height:48px; color:#3b3e40; text-align:left; margin:46px auto 20px 0px; padding:0px; padding-left:10px; font-weight:normal; }
.ct_p { width:1150px; font-size:16px; color:#3b3e40; line-height:36px; font-weight:normal; text-align:left; margin:0px 0px 0px 0px; padding:0px; padding-left:10px; }
.ct_p2 { font-size:24px; color:#3b3e40; line-height:38px; font-weight:normal; text-align:left; margin:50px 0px 40px 0px; padding:0px; font-weight:bold; padding-left:10px; }
.dm_product_list { width:100%; height:auto; margin:15px 0px 20px; overflow:hidden; }
.dm_product { width:1170px; height:420px; float:left; background:#f7f8f8; border-radius:8px; margin:10px 10px 80px 10px; }
.dm_product_row1 { width:710px; float:left; }
.dm_product_row2 { width:460px; float:right; }
.dm_product_product { width:460px; height:auto; margin-top:40px; float:left; }
.dm_product_row2_image { width:400px; height:310px; margin-top:10px; margin-right:30px; float:left; }
.dm_product_product p { width:400px; height:30px; font-size:16px; color:#8fc31f; margin:-20px 0px 20px 0px; text-align:center; float:left; }
.dm_product_product a { color:#8fc31f; }
.dm_product_product a:hover { color:#83b31d; }
.dm_product h3 { width:590px; font-size:24px; font-weight:bold; margin:70px 20px 0px 80px; float:left; }
.dm_product h4 { width:590px; font-size:16px; line-height:32px; margin:30px 20px 0px 80px; float:left; }
.t30 { margin-top:30px !important; }
}
@media (min-width:1300px) { 
#w1 { width:1200px; height:1080px; margin:0px auto; }
}
@media (min-width:1360px) { }
@media (min-width:1900px) { }
@media (min-width:1910px) { }
@media (min-width:1920px) { }
@media (min-width:1921px) { }
@media (min-width:2540px) { }
@media (min-width:2550px) { }
@media (min-width:2560px) { }