*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{blr:expression(this.onFocus=this.blur());outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;//要补丁
    display: -webkit-box;
    -webkit-line-clamp: 2;//设置第几行出现省略号
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;} .mt15{margin-top: 0.15rem!important;}

.wrap{
    background: url(images/scene-bg.jpg) no-repeat center top;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.banner,.banner img,.col1,.col2,.col3,.col4,.col5{width: 1000px;margin:0 auto;overflow: hidden;}

.wrap img{
    width: 100%;
    height: 100%;
}
/* header */
.btm{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.header{
    width: 6.33rem;
    margin: 0 auto;
}

/* 中间内容 */
.container{
    width: 4.52rem;
    height: auto;
    margin: 0.73rem auto 0;
}
.container ul li{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0.24rem;
}
.container ul li:first-child{
    margin-top: 0;
}
.container ul li a{
    display: block;
    overflow: hidden;
}
/* title */
.title{
    width: 5.34rem;
    height: auto;
    margin: 0 auto;
}
/* home-btn */
.home-btn{
    width: 0.88rem;
    height: 0.92rem;
    position: absolute;
    bottom: 0.48rem;
    right: 0.39rem;
}
/* 弹窗 */
.black-bg{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}
.popup{
    width: 7.07rem;
    height: 9.95rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    background: #fff;
    transform: translateY(1200px);
    transition: 1s;
}
.popup .popup-title{
    width: 100%;
    height: 0.98rem;
    font-size: 25px;
    text-align: center;
    background: #5c7ef8;
    color: #fff;
    line-height: 0.95rem;
    border-bottom: 0.27rem solid #849fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.popup .popup-content{
    width: 100%;
    height: 8.13rem;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0.2rem;
    overflow-y: auto;
} 
.popup .popup-content .long{
    width: 100%;
    height: 19.53rem;
} 
.close{
    width: 0.75rem;
    height: 0.75rem;
    background: url(images/close-btn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.07rem;
    top: -0.37rem;
    cursor: pointer;
}


@media screen and (max-width: 768px){}

