@charset "utf-8";
/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
    color:#000;background:#fff;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:62.5%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display:inline-block;*display:inline;*zoom:1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
    font-size: 12px;
    line-height: 1.5em;
}
/* iphone手机表单默认 */
input.no {-webkit-appearance:none;}
input,select,textarea{
    font-size:100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img{
    border:0;
    width: 100%;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
    border:0;font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识, li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 默认不显示下划线，保持页面简洁 */
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a:hover {
    text-decoration:none;
}
/* 清理内浮动 */
.fl-c:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fl-c {
    *zoom:1; /* for IE6 IE7 */
}
i{font-style:normal;display:inline-block;}
.fl{float:left;}
.fr{float:right}
.no-mr{margin-right:0!important}
.no-mb{margin-bottom:0!important}
.no-pr{padding-right:0!important;}
.no-pb{padding-bottom:0!important}
.no-borb{border-bottom: none!important;}
/* 最大宽度应对手机自定义 */
header,nav,section,footer {margin:0 auto; max-width:640px;}
.main {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
/* header*/
/*header*/
header {
    position: relative;
    border-bottom: 1px solid #ececec;
}
header .header-nav ul {
    clear: both;
    *zoom: 1;
}
header .header-nav ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
    font-size: 0;
}
header .header-nav li {
    float: left;
}
header .header-nav li:nth-of-type(1) a{
    display: block;
    width: 1rem;
    height: .79rem;
}
header .header-nav li:nth-of-type(2) a{
    display: block;
    width: 3.4rem;
    height: .79rem;
}
header .header-nav li:nth-of-type(3) a{
    display: block;
    width: 2rem;
    height: .79rem;
}
header .header-nav li:nth-of-type(1) {
    width: 1rem;
    height:.79rem;
    background: url("../images/logo-left.jpg") no-repeat center;
    background-size: 100% 100%;
}
header .header-nav li:nth-of-type(2){
    width: 3.4rem;
    height: .79rem;
    background: url(../images/logo-cen.jpg) no-repeat;
    background-size: 100%;
}
header .header-nav li:nth-of-type(3){
    width: 2rem;
    height: .79rem;
    background: url(../images/logo-right1.jpg) no-repeat;
    background-size: 100%;
}
header .header-content {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: -110%;
    top: .8rem;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.4s;
}
header .header-content.active {
    transform: translateX(110%);
    -webkit-transform: translateX(110%);
}
header .header-content h2 {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    font-size: .28rem;
    color: #333;
    line-height: .66rem;
    overflow: hidden;
}
header .header-content h2 em{
    float: left;
    width: 25%;
    text-align: center;
}
header .header-content h2 em i{
    font-size: .22rem;
    color: #ececec;
    float: right;
}
#header-content {
    font-size: .28rem;
    color: #333;
    clear: both;
    *zoom: 1;
}
#header-content:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
    font-size: 0;
}
#header-content .hd {
    float: left;
    position: relative;
    width: 1.7rem;
    height: 100%;
    background-color: #f9f9f9;
}
#header-content .hd ol {
    width: 100%;
}
#header-content .hd ol li {
    cursor: pointer;
    padding-left: .24rem;
    height: .8rem;
    line-height: .8rem;
    display: block;
}
#header-content .hd ol li.on {
    background: #fff;
    color: #0076ff;
    border-left: .04rem solid #0076ff;
    font-weight: bold;
    box-sizing:border-box;
}
#header-content .bd {
    float: right;
    width: 4.7rem;
    height: 100%;
}
#header-content .bd ul {
    width: 10000px;
    height: 100%;
    clear: both;
    *zoom: 1;
}
#header-content .bd ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
    font-size: 0;
}
#header-content .bd ul li {
    float: left;
}
#header-content .bd ul li div {
    position: relative;
    width: 4.7rem;
}
#header-content .bd ul li div span {
    clear: both;
    *zoom: 1;
    width: 100%;
}
#header-content .bd ul li div span:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
    font-size: 0;
}
#header-content .bd ul li div a {
    display: block;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #ececec;
    display: block;
    width: 100%;
    color: #333;
    box-sizing:border-box;
}
/*头部结束*/
.nav-left{
    width: 3.2rem;
    height: 2.8rem;
    border-right: 1px solid #ececec;
    padding-top: .8rem;
    box-sizing:border-box;
}
.nav-left a{
    display: block;
}
.nav-left a img{
    display: block;
    width: .8rem;
    margin: 0 auto .15rem;
}
.nav-left a p{
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
    text-align: center;
}
.nav-right{
    width: 3.2rem;
}
.nav-right a{
    display: block;
    width: 3.2rem;
    height: 1.4rem;
    font-size: .28rem;
    line-height: 1.4rem;
    color: #333;
    padding-left: 1.6rem;
    box-sizing:border-box;
}
.nav-right a.a1{
    background: url(../images/index_1-2.jpg) no-repeat .72rem center;
    background-size: .58rem;
    border-bottom: 1px solid #ececec;
}
.nav-right a.a2{
    background: url(../images/index_1-3.jpg) no-repeat .72rem center;
    background-size: .58rem;
}
.line-back{
    width: 6.4rem;
    height: .18rem;
    background-color: #f5f5f5;
}
.cont{
    width: 5.8rem;
    margin: 0 auto;
}
.ind1-cont li{
    padding-bottom: .2rem;
    border-bottom: 1px dashed #ececec;
    margin-top: .22rem;
}
.ind1-cont li span{
    float: left;
    width: .69rem;
    height: .69rem;
    line-height: .69rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    background: url(../images/index_bg1.jpg) no-repeat;
    background-size: 100%;
}
.ind1-cont li .ind1-cont-text{
    float: right;
    width: 4.75rem;
}
.ind1-cont li .ind1-cont-text h2{
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
}
.ind1-cont li .ind1-cont-text p{
    font-size: .2rem;
    line-height: .42rem;
    color: #b0b0b0;
    padding-left: .3rem;
    background: url(../images/icon1.png) no-repeat -.05rem -.56rem;
    background-size: .36rem;
}
.ind2{
    margin-top: .4rem;
}
.ind2-tit{
    height: .54rem;
    position: relative;
}
.ind2-tit h2{
    width: 1.78rem;
    height: .54rem;
    line-height: .54rem;
    background-color: #0076ff;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.ind2-tit i{
    display: block;
    width: 5.8rem;
    height: 1px;
    background-color: #0076ff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.ind2-cont1{
    border-bottom: 1px solid #ececec;
    margin-top: .15rem;
}
.ind2-cont1 p{
    float: left;
    width: 25%;
    overflow: hidden;
    font-size: .26rem;
    color: #333;
    line-height: .7rem;
    text-align: center;
}
.ind2-cont1 p span{
    float: right;
    font-size: .2rem;
    color: #ececec
}
.ind2-cont2{
    margin-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ececec;
}
.ind2-cont2 dt{
    position: relative;
}
.ind2-cont2 dt .dt-right{
    width: .4rem;
    height: .5rem;
    background: url(../images/index_slide-icon1.jpg) no-repeat 0 .08rem;
    background-size: .4rem;
    position: absolute;
    top:0;
    right: 0;
}
.ind2-cont2 dt .ind2-province{
    float: left;
    width: 1.05rem;
    height: .5rem;
    line-height: .5rem;
    background: url(../images/index_bg2.jpg) no-repeat;
    background-size: 100%;
    padding-left: .18rem;
    font-size: .26rem;
    color: #0076ff;
    box-sizing:border-box;
}
.ind2-cont2 .ind2-city{
    width: 4.35rem;
    overflow: hidden;
}
.ind2-cont2 .ind2-city p{
    float: left;
    width: 1.45rem;
    text-align: center;
    font-size: .26rem;
    color: #333;
    line-height: .5rem;
}
.ind2-cont2 .ind2-city1 p{
    margin-top: .15rem;
}
.ind2-cont2 .ind2-city1 p:nth-child(1){
    margin-top: 0;
}
.ind2-cont2 .ind2-city1 p:nth-child(2){
    margin-top: 0;
}
.ind2-cont2 .ind2-city1 p:nth-child(3){
    margin-top: 0;
}
.ind2-cont2 .ind2-city p span{
    float: right;
    font-size: .22rem;
    color:#ececec;
}
.ind2-cont2 dd{
    margin-left: 1.05rem;
}
.ind2-cont2 dd .ind2-city{
    margin-top: .15rem;
}
#open .dt-right{
    background: url(../images/index_slide-icon1.jpg) no-repeat 0 -.8rem;
    background-size: .4rem;
}
.email-hide{
    display: none;
}
.ind-yq{
    margin-top: .4rem;
}
.yq-nav{
    margin: .3rem auto;
}
.yq-nav li{
    float: left;
    width: 25%;
    font-size: .26rem;
    color: #333;
    line-height: .32rem;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    box-sizing:border-box;
}
.yq-nav li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.yq-nav li:nth-of-type(4){
    border-right: none!important;
}
.foot-cont1{
    padding: .5rem 0;
}
.foot-cont1 img{
    display: block;
    width: 1.44rem;
    margin: 0 auto .25rem;
}
.foot-cont1 h2{
    text-align: center;
    font-size: .32rem;
    color: #999;
    line-height: .42rem;
}
.foot-cont1 p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666;
    text-align: center;
    margin-top: .2rem;
}
.foot-cont2{
    width: 6.4rem;
    height: .99rem;
    line-height: .99rem;
    background-color: #f5f5f5;
    padding: 0 .3rem;
    box-sizing:border-box;
}
.foot-cont2 p{
    font-size: .22rem;
    color: #999;
}
/*列表页*/
header .list-header-nav li:nth-of-type(3){
    width: 2rem;
    height: .79rem;
    font-size: .24rem;
    color: #666;
    line-height: .79rem;
    background: url(../images/logo-city.jpg) no-repeat 1.45rem .36rem;
    background-size: .16rem;
    padding-right: .6rem;
    text-align: right;
    box-sizing:border-box;
}
header .list-header-nav li:nth-of-type(3).active{
    background: url(../images/logo-city.jpg) no-repeat 1.45rem -.72rem;
    background-size: .16rem;
}
header .list-header-nav li:nth-of-type(1) a{
    display: block;
    width: 1rem;
    height: .79rem;
    
}
header .list-header-nav li:nth-of-type(1){
    width: 1rem;
    height: .79rem;
    background: url(../images/logo-left2.jpg) no-repeat;
    background-size: 100%;
}
header .list-header-nav li:nth-of-type(2){
    width: 3.4rem;
    height: .79rem;
    background: url(../images/logo-cen.jpg) no-repeat;
    background-size: 100%;
}
.list-tit{
    padding-left: .42rem;
    font-size: .24rem;
    color: #333;
    line-height: .76rem;
    background: url(../images/icon1.png) no-repeat 0 .19rem;
    background-size: .36rem;
    box-sizing:border-box;
}
.list-tit a{
    display: inline-block;
}
.list-banner{
    width: 6.4rem;
}
.list-banner .swiper-pagination-bullet{
    width: .15rem;
    height: .15rem;
}
.list-banner .swiper-pagination-bullet-active{
    background-color: #0065da
}
.list-banner a,.list-banner a img{
    display: block;
    width: 6.4rem;
}
.wrapper02 {
    position: relative;
    height: .8rem;
    width: 6rem;
    overflow: hidden;
    margin: 0 auto
}
.wrapper02 .scroller {
    position: absolute
}
.wrapper02 .scroller li {
    width: 1rem;
    height: .8rem;
    color: #333;
    float: left;
    line-height: .8rem;
    font-size: .28rem;
    text-align: center
}
.wrapper02 .scroller li a {
    color: #333;
    display: inline-block
}
.wrapper02 .scroller li.cur a {
    color: #0076ff
}
.wrapper02 .scroller li span {
    float: right;
    font-size: .22rem;
    color: #e5e5e5
}
.list-item{
    margin-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px dashed #ececec;
}
.list-left{
    width: 1.8rem;
}
.list-left a,.list-left a img{
    display: block;
    width: 1.8rem;
	height:1.35rem;
}
.list-right{
    width: 3.7rem;
    margin-top: .05rem;
}
.list-right h2{
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
}
.list-right p{
    font-size: .2rem;
    line-height: .42rem;
    color: #b0b0b0;
    padding-left: .3rem;
    background: url(../images/icon1.png) no-repeat -.06rem -.56rem;
    background-size: .36rem;
    margin-top: .2rem;
    box-sizing:border-box;
}

.list-right1{
    width: 100%;
    margin-top: .05rem;
}
.list-right1 h2{
    font-size: .28rem;
    color: #333;
    line-height: .42rem;
}
.list-right1 p{
    font-size: .2rem;
    line-height: .42rem;
    color: #b0b0b0;
    padding-left: .3rem;
    background: url(../images/icon1.png) no-repeat -.06rem -.56rem;
    background-size: .36rem;
    margin-top: .2rem;
    box-sizing:border-box;
}


.list-cont{
    margin-bottom: .2rem;
}
.wrap-page{
    width: 5.8rem;
    margin:.4rem auto .5rem;
}
.wrap-page span.prev,.wrap-page span.next{
    float: left;
    width: 1.85rem;
    height: .48rem;
    line-height: .48rem;
    border:1px solid #cacaca;
    border-radius: .06rem;
    font-size: .24rem;
    color: #333;
    text-align: center;
    box-sizing:border-box;
}
.wrap-page span.num{
    float: left;
    width: 2.1rem;
    font-size: .24rem;
    color: #333;
    line-height: .48rem;
    text-align: center;
}
/*文章页*/
.art-banner{
    width: 6.1rem;
    margin: 0 auto;
}
.art-banner a,.art-banner a img{
    display: block;
    width: 6.1rem;
}
.art-host{
    margin-bottom: .3rem;
}
.art-host-t{
    margin-top: .3rem;
}
.art-host-t .art-host-left{
    width: 1.12rem;
    border:1px solid #f0f0f0;
    border-radius: .04rem;
    padding: .03rem 0;
}
.art-host-t .art-host-left a,.art-host-t .art-host-left a img{
    display: block;
    width: 1.12rem;
    margin: 0 auto;
}
.art-host-t .art-host-right{
    width: 4.4rem;
}
.art-host-t .art-host-right h1{
    font-size: .32rem;
    line-height: .42rem;
    color: #333;
}
.art-host-t .art-host-right p{
    font-size: .24rem;
    line-height: .42rem;
    padding-right: .35rem;
    color: #999;
    background: url(../images/icon1.png) no-repeat right -1.16rem;
    background-size: .36rem;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing:border-box;
}
.art-host-text{
    margin-top: .25rem;
}
.art-host-text p{
    font-size: .24rem;
    line-height: .36rem;
    color: #333;
}
.art-host-text p span{
    color: #999;
}
.art-host-btn{
    border-top: 1px solid #ececec;
}
.art-host-btn a{
    display: block;
    width: 50%;
    height: .68rem;
    line-height: .68rem;
    font-size: .26rem;
    color: #333;
    padding-left: 1.35rem;
    box-sizing:border-box;
}
.art-host-btn a.a1{
    background: url(../images/icon1.png) no-repeat .85rem -1.85rem;
    background-size: .36rem;
    border-right: 1px solid #ececec;
}
.art-host-btn a.a2{
    background: url(../images/icon1.png) no-repeat .85rem -2.58rem;
    background-size: .36rem;
}
.article-wrap{
    width: 5.8rem;
    margin: 0 auto;
}
.article-wrap .article-cont{
    padding-top: .3rem;
}
.article-wrap .art-tit h2{
    line-height: .46rem;
    font-size: .36rem;
    color: #333333;
    background: url(../images/icon2.png) no-repeat 1.95rem .02rem;
    background-size: .39rem;
    padding-left: 2.4rem;
    box-sizing:border-box;
}
.article-wrap .art-tit h3{
    font-size: .22rem;
    color: #999;
    line-height: .32rem;
    text-align: center;
    margin-bottom: .2rem;
}
.artcile-more{
	font-size: .26rem;
    line-height: .46rem;
}
.artcile-more p{
    width: 5.8rem;
    margin: 0 auto .15rem;
    font-size: .26rem;
    line-height: .46rem;
    color: #333333;
    text-indent: 2em;
}
.article-cont{
    position: relative;
}
.artcile-more.hide{
    height: 2rem;
    overflow: hidden;
}
#art-more{
    display: none;
    transition:all .2s;
}
.click-more{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1.22rem;
    width: 100%;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg,#FFF 37%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(0deg,#FFF 37%,rgba(255,255,255,0) 100%);
    box-sizing:border-box;
}
.click-more span{
    display: inline-block;
    line-height: .5rem;
    font-size: .24rem;
    color: #0076ff;
    text-align: center;
}
.article-wrap .read{
    width: 3.5rem;
    height: .5rem;
    line-height: .5rem;
    margin: .25rem auto .5rem;
    font-size: .26rem;
    text-align: center;
    color: #0076ff;
    border-radius: .25rem;
    border:1px solid #0076ff;
}
.art-img{
    width: 6.4rem;
}
.art-img img{
    display: block;
    width: 6.4rem;
}
.art-xg{
    font-size: .28rem;
    line-height: .68rem;
    color: #333;
    padding-left: .4rem;
    background: url(../images/icon2.png) no-repeat 0 -.52rem;
    background-size: .39rem;
    border-bottom: 1px solid #ececec;
    box-sizing:border-box;
}
.foot-art1{
    padding-top: .25rem;
}
.foot-art1 p{
    font-size: .26rem;
    line-height: .46rem;
    color: #333;
	position:relative;
    padding-left: 1.1rem;
    box-sizing:border-box;
}
.foot-art1 p:nth-of-type(1){
    background: url(../images/icon2.png) no-repeat .6rem -1.25rem;
    background-size: .39rem;
}
.foot-art1 p:nth-of-type(2)::before{
    content:'';
    width: .39rem;
    height: .46rem;
    position: absolute;
    top:0;
    left: .6rem;
    background: url(../images/icon2.png) no-repeat 0 -1.93rem;
    background-size: .39rem;
}
.foot-art1 img{
    display: block;
    width: 1.44rem;
    margin: .35rem auto 1.75rem;
}
.art-bot{
    width: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    box-shadow: .08rem 0 .08rem rgba(0,0,0,0.1);
    padding: .22rem .3rem;
    background-color: #fff;
    box-sizing:border-box;
}
.art-bot a{
    display: block;
}
.art-bot a.a1,.art-bot a.a3{
    width: 1.6rem;
    font-size: .24rem;
    color: #0076ff;
    line-height: .56rem;
    box-sizing:border-box;
}
.art-bot a.a1{
    padding-left: .45rem;
    background: url(../images/icon2.png) no-repeat 0 -2.65rem;
    background-size: .39rem;
}
.art-bot a.a2{
    width: 2.6rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    background-color: #f4f4f4;
    font-size: .24rem;
    color: #666;
    text-align: center;
}
.art-bot a.a3{
    padding-left: .62rem;
    background: url(../images/icon2.png) no-repeat .18rem -3.5rem;
    background-size: .39rem;
}