@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],
 
input[type="reset"],
 
input[type="button"],
 
input{-webkit-appearance:none; resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody{margin:0; padding:0; border:none;}
body{font: normal 14px/1.5 "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#0099ff; font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.fl{float: left;}
.wrap{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.back-nav{
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(51,51,51, 1);
    text-align: center;
    color: #fff;
    z-index: 100;
}
.navbar-toggle{
    position: absolute;
    left: 0;
    top: 2px;
    padding: 8px 20px;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 23px;
    height: 2px;
    background: #fff;
    margin-top: 6px;
}
.back-arrow-icon{
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../images/arrow-left.png);
    background-size: cover;
    vertical-align: -5px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
.dell-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/dell-icon.png);
    background-size: cover;
    vertical-align: -6px;
}
.news-list li{
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding: 10px 4% 20px;
    overflow: hidden;
}
.news-pic{
    float: left;
    width: 30%;
}
.news-info{
    width: 68%;
    float: right;
}
.news-pic img{
    height: 80px
}
.news-title{
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.news-date{
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.label-wrap{
    padding: 0 4% 15px;
    overflow: hidden;
}
.label-list{
    float: left;
    width: 49%;
    text-align: center;
    margin-bottom: 10px;
}
.label-wrap .label-list:nth-child(odd){
    margin-right: 1%;
}
.label-wrap .label-list:nth-child(even){
    margin-left: 1%;
}
.label-list a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
}

/*搜索*/
.srch-wrap{
    width: 85%;
    height: 35px;
    line-height: 35px;
    margin: 20px auto 0;
    border: 1px solid #ccc;
    position: relative;
}
.region-select{
    float: left;
    width: 95px;
    height: 100%;
}

.region{
    display: inline-block;
    margin: 0 10px 0 15px;
    color: #000;
}
.triangle-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/triangle-icon.png);
    background-size: cover;
    vertical-align: -4px;
}
.vertical-line{
    margin-left: 3px;
    font-size: 20px;
    color: #d8cece;
}

.ipt-wrap{
    margin-left: 95px;
    margin-right: 60px;
    height: 100%;
}
.srch-ipt{
    height: 100%;
    outline: none;
    background: none;
}
.srch-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 100%;
    background: #0070c9;
    color: #fff;
    letter-spacing: 2px;
}

/*导航*/
.nav-list{
    position: fixed;
    top: 50px;
    left: 0;
    width: 0;
    bottom: 0;
    background: #333;
    z-index: 700;
    border-top: 1px solid #111;
    overflow: hidden;
    transition: all 0.3s;
}
.nav-list.show{
    width: 100%;
}
.nav-item{
    padding-top: 40px;
}
.nav-item li{
    width: 70%;
    margin: 0 auto;
    padding: 20px 10px;
    border-bottom: 1px solid #2e2e2e;
}
.nav-item li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
.nav-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 50px;
    vertical-align: middle;
}
.book-icon{
    background: url(../images/book-icon.png);
    background-size: cover;
}
.qrcode-icon{
    background: url(../images/qrcode-icon.png);
    background-size: cover;
}
.question-icon{
    background: url(../images/question-icon.png);
    background-size: cover;
}
.news-icon{
    width: 20px;
    height: 20px;
    background: url(../images/news-icon.png);
    background-size: cover;
}

/*底部*/
.footer .bottom{
    text-align: center;
    padding: 10px 0;
    background: #fafafa;
}
.footer .bottom a{
    font-size: 12px;
    color: #333;
    padding: 20px 10px;
    box-sizing: border-box;
}
.footer .bottom .line{
    color: #c5c3c3;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px;
}
.copyright{
    background: #999;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.copyright a{
    color: #0070c9;
}


/*地区选择弹层*/
.mip-select-region-maskLayer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.mip-sel-region-box{
    position: fixed;
    width: 100%;
    height: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
    transition: all 0.3s;
}
.mip-sel-region-box.show{
    height: 70%;
}
.mobileClose{
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
}
.mip-sel-region-box .province{
    width: 48%;
    height: 100%;
    float: left;
    background: #f2f2f2;
    overflow-y: scroll;
}
.mip-sel-region-box span{
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding-left: 10%;
    display: block;
    font-size: 14px;
    color: #acabab;
}
.mip-sel-region-box span.current{
    background: #fff;
    color: #2A72C6;
}
.mip-sel-region-box .city{
    width: 50%;
    height: 100%;
    float: right;
    overflow-y: scroll;
    display: none;
}
.scroll-txt-wrap{position: relative;}
.scroll-txt{position: absolute; left: 0;top: 0;}
marquee{
            margin-left: 80px;
        }
.tel-btn{
	position: absolute;
	right: 30px;
	bottom: 5px;
	background: #0070c9;
	background: linear-gradient(bottom,#0070c9,#42a1ec);
	background: -webkit-linear-gradient(bottom,#0070c9,#42a1ec);
	border-radius: 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 85px;
	text-align: center;
	font-size: 12px;
}