﻿@charset "utf-8";
/*框架预览 CSS*/
.mkeBody{ background:#121212;}
.mkeHeadBox{ padding: 30px 10px; text-overflow: ellipsis; white-space: nowrap; margin: 0; color: #fff; text-align: center; overflow: hidden; border-bottom: 3px solid #666; box-shadow: inset 0 -2px 3px #000000; letter-spacing: 1px; font: 26px/26px "微软雅黑"; }
.mkeFooterBox{ padding: 25px 10px; text-overflow: ellipsis; margin: 0; color: #fff; font-size: 14px; line-height: 24px; text-align: center; overflow: hidden; border-top: 3px solid #666; box-shadow: inset 0 2px 3px #000000; }
.mkeContentBox{ background:#fff; padding:50px 0 50px 0}
.mkeContentBox:after{height:0; clear:both;}
.mkeFooterBox p,.mkeFooterBox div{padding:0; margin:0; line-height:26px; font-size:14px;}
.mkeFooterBox a{color:#fff; white-space:nowrap}
.mkeButton{background:#F36; display:inline-block; text-decoration:none; width:102px; border-radius:0.3em; transition:all 0.3s ease}
.mkeButton:hover{ background: #FF1550; }
.mkeURL{font-size:24px;}
.mkeFooterBox .mKeBannerAD{ width: 728px; height: 90px; margin: 18px auto 0; }
.mkeFooterBox .mSmallKeBannerAD{display:none;}
@media only screen and (max-width:900px){
.mkeButton {display:block; margin:8px auto 0;}
}
@media only screen and (max-width:767px){
.mkeHeadBox{font-size:18px; padding:15px 10px;}
.mkeFooterBox p,.mkeFooterBox div{ line-height:24px; font-size:12px;}
.mkeURL{font-size:22px;}
.mkeFooterBox .mKeBannerAD{display:none;}
.mkeFooterBox .mSmallKeBannerAD{width:300px; height:250px; margin:18px auto 0; display:block;}
}
/*End*/

/*主要CSS*/
*{margin:0;padding:0;border: none;}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body { color: #333; text-align: center; font: 12px "微软雅黑"; }
html{height:100%;}
.mapBody{ background: #666 url(../images/bg.jpg) no-repeat center center; background-size: cover; height:100%; padding-top:3%; }
.mapTipText{ width: 280px; height: 110px; background-color: #ffffff; border: 1px solid #E71F0F; border-radius: 0.3em; padding: 0px 8px; }
.mapTipText .mapTipList{float: left;margin-left: 4px;}
.mapTipText .mapTipList h2{text-align: left; padding-top:6px;}
.mapTipText .mapTipList h2 a{ font-size: 18px; color: #262626; text-decoration: none; font-weight: normal; }
.mapTipText .mapTipList h2 a:hover{ color: #0085d2;}
.mapTipText .mapTipList h2 a span{font-size: 16px;margin-left: 3px;}
.mapTipText .mapTipList ul{ display:block}
.mapTipText .mapTipList ul li{list-style: none;float: left;padding: 4px 0px 0 3px;}
.mapTipText .mapTipList ul li a{color: #262626; font-size:14px; display:inline-block; padding:0 2px; text-decoration:none;}
.mapTipText .mapTipList ul li a:hover{background-color:#2ebcfe;color:#ffffff;}
#mapTipContent{width: 900px;margin: 0 auto;display: none}
#ChinaMap{margin: 0px auto;}
#stateTip{position: absolute;left: 100%;text-align: left;display: inline;}
.txDtlTop{margin-bottom:30px;border-bottom: 2px solid #444;box-shadow: 0 -2px 3px #000000 inset;}