﻿* { margin: 0; padding: 0; text-decoration: none; font-style: normal }
html,
body { color: #111; line-height: 1.8em; font-family: "Arial Unicode MS", Arial,"Microsoft YaHei", Helvetica, sans-serif; font-size: 1em; background-color: #eeeeee;  }
h1,h2,h3,h4,h5,h6 { font-size: 1.1em; margin: 0 0 20px 0; }
p { margin: 0 0 20px 0 }
ul,ol,li { margin: 0; padding: 0; list-style: none }
a { color: #111; outline: none; text-decoration: none; -webkit-transition:all .3s ease; }
a:hover { text-decoration: underline; color: #c3002f }
img { display: block; width: 100%; pointer-events: none; }
input,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333; line-height: 1.8em; }
.mio-fl { float: left }
.mio-fr { float: right }


.mio-header { height: 60px; width: 100%; position: fixed; top: 0; left: 0; z-index: 99; background-color: #fff }
.mio-header a.mio-logo { width: 169px; height: 60px; background: url(logo.png) no-repeat left center; display: block; text-indent: -999999px; float: left; }

.mio-footer { background-color: #1e1e1e; padding: 30px 0 }
.mio-footer a { color: #aaa; }
.mio-footer a:hover { color: #fff; }
.mio-footer li { margin: 3px 0 }

.mio-copyright { background-color: #111; padding: 15px 0; color: #aaa; }
.mio-copyright a { color: #aaa; }

.mio-fbar { background-color: #c3002f; color: #fff; padding: 35px 0; }
.mio-fbar a { color: #fff; text-decoration: underline }
.mio-fbar a:hover { color: #fc0; }
.mio-fbar strong { display: block; line-height: 1.2em; font-size: 1.2em }
.mio-fbar dt { font-size: 1.5em; font-weight: bold }
.mio-fbar dd { height: 50px; }
.mio-fbar dd span { width: 50px; height: 50px; border: #fff 1px solid; margin-right: 15px; float: left; background-position: center; background-repeat: no-repeat; background-size: 60% }
.mio-fbar dd div { float: left }
.mio-fbar dd span.mio-icon-add { background-image: url(icon-add.png) }
.mio-fbar dd span.mio-icon-email { background-image: url(icon-email.png) }
.mio-fbar dd span.mio-icon-tel { background-image: url(icon-tel.png) }
.mio-fbar dd { margin-top: 20px; }
.mio-fbar dd:nth-last-child(1) { height: auto; padding-left: 65px }
.mio-fbar dd img { width: 120px; display: block; margin-top: 10px }

.mio-a-top { width: 30px; height: 30px; background: #c3002f url(icon-top.png) no-repeat center; background-size: 60%; position: fixed; bottom: 10px; right: 10px; z-index: 2; }

.mio-inq li { margin-top: 10px }
.mio-inq .ipts { width: 98%; border: 0; background-color: #fff; height: 40px; line-height: 40px; padding: 0 1% }
.mio-inq .txts { width: 98%; border: 0; background-color: #fff; height: 200px; padding: 15px 1%; }
.mio-inq .btns { background-color: #000; width: 100%; border: 0; height: 40px; cursor: pointer; color: #fff }

.mio-position { color: #fff; background-color: #c3002f; padding: 15px 0; }
.mio-position a { color: #fff; margin: 0 10px; }
.mio-position strong { margin: 0 0 0 10px; }

.mio-clist li { margin-bottom: 15px; text-align: center }
.mio-clist li a { display: block; background-color: #fff; padding: 15px; }
.mio-clist li .mio-txt { padding: 15px; }


.list_page{text-align:center;margin:30px auto 0;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.mio-plist li { margin-bottom: 30px; }
.mio-plist li a { display: block; background-color: #fff; padding: 15px; border-bottom: #333 5px solid; }
.mio-plist li .mio-img { border: #ddd 1px solid; }
.mio-plist li h3 { font-size: 1em; color: #c3002f; font-weight: normal }
.mio-plist li h2,.mio-plist li h3 { margin-bottom: 15px; line-height: 1.2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mio-plist li .mio-txt { padding: 25px 10px 15px 10px; }
.mio-plist li .mio-intro { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; color: #444; height: 85px; overflow: hidden; margin-bottom: 20px; }
.mio-plist li a:hover { text-decoration: none; border-bottom-color: #c3002f }
.mio-plist li a:hover .mio-img { border-color: #c3002f }
.mio-plist li .mio-vmore { background-color: #111; color: #fff; padding: 8px 35px 10px 35px; display: inline-block; line-height: 1em; border-radius: 20px; font-size: .9em }
.mio-plist li a:hover .mio-vmore { background-color: #c3002f }


.mio-article-pro table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: .8em; border-right: #000 1px solid; border-top: #000 1px solid; text-align: center; margin: 20px 0; }
.mio-article-pro table th { background-color: #2d394b; color: #fff; border-left: #000 1px solid; border-bottom: #000 1px solid; font-size: .9em; line-height: 1.2em; padding: 10px 3px; text-align: center }
.mio-article-pro table td { border-left: #000 1px solid; border-bottom: #000 1px solid; padding: 3px; font-weight: bold }
.mio-article-pro table .mio-even,
.mio-article-pro table .bgg { background-color: #edf0f5 }
.mio-article-pro table td.trth { background-color: #2d394b; color: #fff; border-left: #000 1px solid; border-bottom: #000 1px solid; font-size: .9em; line-height: 1.2em; padding: 10px 3px; }
.mio-article-pro table.table1a tr:nth-child(even) { background-color: #edf0f5 }

.mio-ptag { background-color: #c3002f; color: #fff; display: inline-block; padding: 5px 15px; margin-bottom: 20px; }
.mio-proimg { border: #111 1px solid; padding: 30px; }

.mio-aback { margin-top: 30px; }
.mio-aback a { width: 140px; height: 40px; border-radius: 20px; background-color: #111; color: #fff; text-align: center; line-height: 40px; display: block; margin: 0 auto; }
.mio-aback a:hover { background-color: #c3002f; text-decoration: none }

.mio-ul02 li,
.mio-ul03 li { margin-bottom: 20px; }

.mio-icontact { margin-bottom: 40px; }
.mio-icontact li a { display: block; background-color: #111; padding: 10px 30px; color: #fff; line-height: 20px; border-radius: 20px; }
.mio-icontact li a span { width: 20px; height: 20px; display: block; float: left; background-position: center; background-repeat: no-repeat; background-size: 100%; margin-right: 10px; }
.mio-icontact li a:hover { background-color: #c3002f; }
.mio-icontact li:nth-child(1) a span { background-image: url(icon-email.png) }
.mio-icontact li:nth-child(2) a span { background-image: url(icon-tel.png) }

.mio-adv { background-color: #111; text-align: center; color: #fff; background-position: center; background-repeat: no-repeat }
.mio-adv h3 { font-size: 1.8em }
.mio-adv p { margin-bottom: 0 }

.mio-wlist li { overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.mio-wlist li a { background: url(ico.png) no-repeat left 9px; padding-left: 20px; text-transform: capitalize }
.mio-wlist li span { float: right }

.mio-article a { text-decoration: underline }

.mio-prev-next { margin: 30px 0; border-top: rgba(0,0,0,.1) 1px solid; padding-top: 30px; }

.mio-proc { margin-bottom: 20px; }

.mio-calist li { margin-bottom: 30px; }

.mio-pro-home h2 {  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.mio-pro-home .mio-txt { padding: 20px 0; }
.mio-pro-home .mio-intro { height: 120px; overflow: hidden; color: #444; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; }
.mio-pro-home .mio-vmore { width: 160px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; background-color: #111; display: block; color: #fff; }
.mio-pro-home a { text-decoration: none; display: block }
.mio-pro-home a:hover .mio-vmore { background-color: #c3002f; }


.mio-banner { background-color: #111; background-size: cover; background-attachment: fixed; }
.mio-banner .mio-bbg { background: rgba(0,0,0,.3) url(pattern.png); background-attachment: fixed; width: 100%; height: 100% }
.mio-banner .container { text-align: center }
.mio-banner h1 { border-top: rgba(255,255,255,.7) 1px solid; border-bottom: rgba(255,255,255,.7) 1px solid; padding: 25px 0; display: inline-block; color: #fff; }

.mio-allpro a { display: block }
.mio-allpro .mio-intro { color: #444; }
.mio-allpro .mio-vmore { width: 160px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; background-color: #111; display: block; color: #fff; }
.mio-allpro a:hover .mio-vmore { background-color: #c3002f; }

.mio-section-w { background-color: #fff; }

.mio-proc li { background: url(ic2.png) no-repeat left 9px; padding-left: 25px; margin-bottom: 15px; }

.mio-slist li a { display: block; padding: 30px;  background-color: #fff; }
.mio-slist li .mio-txt { padding: 15px 0 0 0; text-align: center; }

.mio-side li { margin-bottom: 1px; }
.mio-side li a { display: block; background-color: #fff; padding: 10px 20px; }
.mio-side li a:hover { background-color: #222; text-decoration: none; color: #fff; }
.mio-side li.hover a { background-color: #c3002f; color: #fff; }

.mio-pbanner { background-position: center; background-repeat: no-repeat; }

.mio-case-show { margin-bottom: 20px; }

.mio-wlist-tag li:nth-child(n + 21) { display:none }

@media (min-width:320px) and (max-width:640px) {
	html,body { overflow-x: hidden; }
	.container { padding: 0 25px; }
	.mio-fl,.mio-fr { float: none }

	.mio-header { height: 60px; width: 100%; position: fixed; top: 0; left: 0; z-index: 999; background-color: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.3) }
	.mio-header a.mio-logo { background-size: 70%; }
	
	.mio-navm { width: 30px; height: 30px; overflow: hidden; cursor: pointer; position: fixed; top: 15px; right: 15px; }
	.mio-navm span { width: 30px; height: 30px; display: block; background-position: center; background-repeat: no-repeat }
	.mio-navm span.mio-open { background-image: url(icon-menu.png) }
	.mio-navm span.mio-close { background-image: url(icon-close.png); background-size: 70% }
	
	.mio-nav { position: fixed; top: 60px; left: 0; width: 100%; z-index: 999; background-color: #111; padding: 25px; border-top: #c3002f 5px solid; display: none }
	.mio-nav ul { width: 85%; }
	.mio-nav li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: rgba(255,255,255,.1) 1px dashed }
	.mio-nav li a.mio-a { display: block; color: #fff; padding: 5px 20px; }
	.mio-nav li.hover a.mio-a { background-color: #c3002f }
	.mio-nav li ul { display: none; }
	
	
	
	.mio-copyright { text-align: center }
	
	.mio-section { padding: 30px 0 }
	
	.mio-pro-home li { margin-top: 20px; }
	.mio-pro-home li a { background-color: #fff; padding: 15px 15px 0 15px; border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,.1) }
	.mio-pro-home li .mio-img { border-radius: 4px; overflow: hidden }
	
	.mio-allpro li { margin-bottom: 20px; text-align: center }
	.mio-allpro .mio-intro { overflow: hidden; color: #444; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; margin-bottom: 20px; }
	.mio-allpro .mio-txt { padding: 20px 5px; }
	.mio-allpro a { background-color: #fff; padding: 15px 15px 0 15px; border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,.1) }
	.mio-allpro .mio-vmore { margin: 0 auto }
	
	.mio-adv h3 { font-size: 1.1em }
	
	.mio-ftag li:nth-child(n + 6),
	.mio-wlist-home li:nth-child(n + 6) { display:none }
	
	.mio-calist li { margin-bottom: 8px; }
	.mio-calist li { width: 49%; float: left; margin-right: 2% }
	.mio-calist li:nth-child(2n) { margin-right: 0; }
	
	.mio-icontact li { margin-top: 15px; }
	
	.mio-banner { height: 360px; margin-top: 60px; background: url(banner_wap.jpg) no-repeat center; }
	.mio-banner .container { padding-top: 110px; }
	.mio-banner h1 { font-size: 1.4em }
	
	.mio-pbanner { margin-top: 60px; background-color: #111; height: 240px; color: #fff; background-size: cover }
	.mio-pbanner .mio-pt { width: 100%; height: 240px; position: relative; z-index: 1; }
	.mio-pbanner h1,.mio-pbanner h2 { margin-bottom: 0; font-size: 1.1em; display: inline-block; background-color: rgba(0,0,0,.9); color: #fff; padding: 8px 15px; position: absolute; left: 0px; bottom: 0; font-weight: normal }
	.mio-pbanner h3 { display: none }
	
	.mio-pbanner { background-image: url(pbanner/wap/0.jpg) }
	.mio-pbanner4 { background-image: url(pbanner/wap/4.jpg) }
	.mio-pbanner6 { background-image: url(pbanner/wap/6.jpg) }
	.mio-pbanner7 { background-image: url(pbanner/wap/7.jpg) }
	.mio-pbanner9 { background-image: url(pbanner/wap/9.jpg) }
	.mio-pbanner22 { background-image: url(pbanner/wap/22.jpg) }
	.mio-pbanner25 { background-image: url(pbanner/wap/25.jpg) }
	.mio-pbanner24 { background-image: url(pbanner/wap/24.jpg) }
	.mio-pbanner26 { background-image: url(pbanner/wap/26.jpg) }
	.mio-pbanner8 { background-image: url(pbanner/wap/8.jpg) }
	.mio-pbanner19 { background-image: url(pbanner/wap/19.jpg) }
	.mio-pbanner20 { background-image: url(pbanner/wap/20.jpg) }
	.mio-pbanner21 { background-image: url(pbanner/wap/21.jpg) }
	.mio-pbanner5 { background-image: url(pbanner/wap/5.jpg) }
	.mio-pbanner10 { background-image: url(pbanner/wap/10.jpg) }
	.mio-pbanner2 { background-image: url(pbanner/wap/2.jpg) }
	.mio-pbanner33 { background-image: url(pbanner/wap/33.jpg) }
	.mio-pbanner34 { background-image: url(pbanner/wap/34.jpg) }
	
	.mio-pro-details .mio-img,.mio-proc .mio-img,.mio-case-show .mio-img,.mio-page-contact .mio-img { margin-bottom: 20px; }
	
	.mio-article-pro table { display: none }
	
	.mio-rbar { display: none }
	
	.mio-slist li a { padding: 15px; }
	.mio-slist li { margin-bottom: 15px; }
	
	.mio-page-contact .mio-txt img { width: 120px; }
	.mio-page-contact strong { font-weight: normal; }
	.mio-page-contact a { text-decoration: underline; margin-left: 10px; }
	
	.mio-adv { background-image: url(adv_wap.jpg); padding: 40px 0; background-size: cover }
	.mio-adv h3 em { display: block; font-size: 1.5em; margin-bottom: 20px; }
	.mio-adv h3 span { display: block }
}

@media (min-width:641px) {
	.container { padding: 0 25px; width: 1150px; margin: 0 auto }
	
	.mio-header { height: 100px; border-bottom: #ccc 1px solid }
	.mio-header a.mio-logo { height: 100px; }
	
	.mio-nav { float: right }
	.mio-nav ul li { float: left; margin-left: 55px; position: relative; z-index: 999; position: relative; z-index: 99 }
	.mio-nav ul li a.mio-a { display: block; height: 100px; color: #191a1d; font-weight: bold; padding: 30px 0 0 0; }
	.mio-nav ul li a.mio-a:hover { text-decoration: none }
	.mio-nav ul li a.mio-a span { width: 0; height: 3px; display: block; background-color: #c3002f; border-radius: 6px; margin-top: 5px; transition: width .3s; }
	.mio-nav ul li a.mio-a:hover span { width: 100%; }
	.mio-nav ul li.hover a.mio-a span { width: 100%; background-color: #c3002f }
	.mio-nav ul li ul { position: absolute; top: 95px; left: -100px; background-color: #fff; padding: 25px; width: 280px; border-top: #c3002f 5px solid; border-bottom: #c3002f 5px solid; display: none }
	.mio-nav ul li li { float: none; margin: 0 }
	.mio-nav ul li li a { display: block; padding: 5px }
	.mio-nav ul li li a:hover { color: #c3002f; }
	.mio-nav ul li:hover ul { display: block }
	
	.mio-header-home { background: transparent; border-bottom: rgba(255,255,255,.2) 1px solid; }
	.mio-header-home a.mio-logo { background: url(logow.png) no-repeat left center; }
	.mio-header-home .mio-nav ul li a.mio-a { color: #fff; }

	.mio-footer li { width: 32%; float: left; margin-right: 2% }
	.mio-footer li:nth-child(3n) { margin-right: 0 }
	
	.mio-fbar dl { width: 30%; float: left }
	.mio-fbar .mio-inq { width: 65%; float: right }
	.mio-fbar .mio-inq li:nth-child(1) { width: 49%; float: left }
	.mio-fbar .mio-inq li:nth-child(2) { width: 49%; float: left; margin-left: 2%; height: 50px }
	

	.mio-pbanner { margin-top: 100px; background-color: #111; height: 400px; }
	.mio-pbanner .mio-pt { float: right; color: #fff; background-color: #c3002f; padding: 30px 30px; text-align: center }
	.mio-pbanner .mio-pt h1,.mio-pbanner .mio-pt h2 { margin-bottom: 0; font-weight: normal; text-transform: uppercase; font-size: .9em }
	.mio-pbanner .mio-pt h3 { font-size: 2em; text-transform: uppercase; border-bottom: rgba(255,255,255,.8) 1px solid; border-top: rgba(255,255,255,.8) 1px solid; padding: 20px 0; line-height: 1.2em }
	
	.mio-pbanner { background-image: url(pbanner/0.jpg) }
	.mio-pbanner4 { background-image: url(pbanner/4.jpg) }
	.mio-pbanner6 { background-image: url(pbanner/6.jpg) }
	.mio-pbanner7 { background-image: url(pbanner/7.jpg) }
	.mio-pbanner9 { background-image: url(pbanner/9.jpg) }
	.mio-pbanner22 { background-image: url(pbanner/22.jpg) }
	.mio-pbanner25 { background-image: url(pbanner/25.jpg) }
	.mio-pbanner24 { background-image: url(pbanner/24.jpg) }
	.mio-pbanner26 { background-image: url(pbanner/26.jpg) }
	.mio-pbanner8 { background-image: url(pbanner/8.jpg) }
	.mio-pbanner19 { background-image: url(pbanner/19.jpg) }
	.mio-pbanner20 { background-image: url(pbanner/20.jpg) }
	.mio-pbanner21 { background-image: url(pbanner/21.jpg) }
	.mio-pbanner5 { background-image: url(pbanner/5.jpg) }
	.mio-pbanner10 { background-image: url(pbanner/10.jpg) }
	.mio-pbanner2 { background-image: url(pbanner/2.jpg) }
	.mio-pbanner33 { background-image: url(pbanner/33.jpg) }
	.mio-pbanner34 { background-image: url(pbanner/34.jpg) }

	.mio-section { padding: 40px 0; }

	h1.mio-h1t { font-size: 2em; margin-bottom: 30px; line-height: 1.2em }
	
	.mio-main { width: 750px; background-color: #fff; padding: 30px; float: right }
	.mio-side { width: 320px; }

	ul.mio-ul02 li { width: 49%; float: left; margin-right: 2% }
	ul.mio-ul02 li:nth-child(2n) { margin-right: 0 }
	
	ul.mio-ul03 li { width: 32%; float: left; margin-right: 2% }
	ul.mio-ul03 li:nth-child(3n) { margin-right: 0 }
	
	.mio-slist li { width: 49%; float: left; margin-right: 2%; }
	.mio-slist li:nth-child(2n) { margin-right: 0; margin-bottom: 30px; }
	
	.mio-slist li a:hover { box-shadow: 0 0 15px rgba(0,0,0,.3) }

	.mio-pro-home li { width: 23.5%; float: left; margin-right: 2% }
	.mio-pro-home li:nth-child(4n) { margin-right: 0 }

	.mio-aintro { margin-bottom: 20px; }
	
	.mio-icontact li { float: left; margin-right: 25px; }
	
	.mio-section-proa { padding: 0 }
	
	.mio-allpro h2 { font-size: 2em }
	.mio-allpro li { padding: 50px 0; }
	.mio-allpro li:nth-child(2n) { background-color: #fff }
	.mio-allpro li .mio-img { width: 48%; float: left }
	.mio-allpro li .mio-txt { width: 48%; float: right }
	.mio-allpro li:nth-child(2n) .mio-img { float: right }
	.mio-allpro li:nth-child(2n) .mio-txt { float: left }
	
	
	.mio-clist li { width: 32%; float: left; margin-right: 2% }
	.mio-clist li:nth-child(3n) { margin-right: 0 }
	.mio-clist li .mio-img { height: 225px; overflow: hidden }
	.mio-clist li .mio-txt { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	.mio-clist li a:hover { box-shadow: 0 0 15px rgba(0,0,0,.3) }
	
	.mio-calist li { width: 23.5%; float: left; margin-right: 2%; }
	.mio-calist li:nth-child(4n) { margin-right: 0; }
	.mio-calist li img { height: 180px; }

	.mio-case-show {}
	.mio-case-show .mio-img { width: 48%; float: left }
	.mio-case-show .mio-txt { width: 48%; float: right }
	
	.mio-page-contact { }
	.mio-page-contact .mio-img { width: 48%; float: left }
	.mio-page-contact .mio-txt { width: 48%; float: right }
	.mio-page-contact .mio-txt p { margin-bottom: 15px; }
	.mio-page-contact .mio-txt em { display: inline-block; width: 100px }
	.mio-page-contact .mio-txt strong { font-weight: normal; display: block; padding-left: 100px; }
	.mio-page-contact .mio-txt img { width: 120px; display: inline-block }
	.mio-page-contact .mio-txt a { text-decoration: underline }
	
	.mio-plist li { width: 32%; float: left; margin-right: 2%; }
	.mio-plist li:nth-child(3n) { margin-right: 0% }
	.mio-plist li a:hover { box-shadow: 0 0 25px rgba(0,0,0,.3) }
	
	
	.mio-proc .mio-img { width: 48%; float: right; }
	.mio-proc .mio-txt { width: 48%; float: left; }
	
	.mio-pro-details {}
	.mio-pro-details .mio-img { width: 48%; float: left; }
	.mio-pro-details .mio-txt { width: 48%; float: right; }
	
	.mio-wxz-wrap { margin-bottom: 30px; }
	.mio-wxz-wrap:nth-last-child(1) { margin-bottom: 0 }
	.mio-wxz-wrap h2.h2t { font-size: 1.6em; margin-bottom: 10px }
	.mio-wxz-wrap .mio-intro { margin-bottom: 20px; }
	
	.mio-flexible-box h2 { font-size: 1.6em }
	.mio-flexible-box h3 { margin-bottom: 10px; }
	.mio-flexible-box .mio-img { width: 48%; float: left }
	.mio-flexible-box .mio-txt { width: 48%; float: right }
	.mio-flexible-box .mio-intro { }
	.mio-flexible-box .mio-intro p:nth-child(n+2) { display: none }
	.mio-plist2 li a { background: url(ico.png) no-repeat left 8px; padding-left: 20px; }
	.mio-plist2 li a:hover { background-image: url(ico2.png) }
		
	.mio-pro-wxz .mio-imga { float: right; margin-top: 30px; }
	.mio-pro-wxz .mio-txta { float: left; margin-top: 30px; }
	
	.mio-tags li a { background: url(ico.png) no-repeat left 9px; padding-left: 20px; }
	.mio-tags li { width: 32%; float: left; margin-right: 2% }
	.mio-tags li:nth-child(3n) { margin-right: 0; }
	
	.mio-wlist li { width: 49%; float: left; margin-right: 2% }
	.mio-wlist li:nth-child(2n) { margin-right: 0; }

	.mio-banner { height: 760px; background: url(banner.jpg) no-repeat center; }
	.mio-banner .container { padding: 300px 0 0 0; }
	.mio-banner h1 { font-size: 2.5em }
	
	.mio-prev-next b { display: block; font-size: 1.3em; }
	.mio-prev-next .mio-prev { width: 48%; float: left }
	.mio-prev-next .mio-next { width: 48%; float: right; text-align: right }
	
	.mio-adv { background-image: url(adv.jpg); padding: 150px 0; }
	
}

@media (min-width:1400px) {
	.mio-rbar { background-color: rgba(0,0,0,.9); position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; width: 110px }
	.mio-rbar ul { padding-top: 101px; border-bottom: rgba(255,255,255,.2) 1px solid }
	.mio-rbar li { border-top: rgba(255,255,255,.2) 1px solid }
	.mio-rbar li a { display: block; padding: 1px 15px; color: #fff; font-size: .9em; }
	.mio-rbar li a:hover { background-color: #333; text-decoration: none }
	.mio-rbar li.hover a { background-color: #c3002f }

}
.mio-tags li {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.clear { clear: both }
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}