@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 !important;
    outline: none;
    color: inherit;
}
a:hover {
    text-decoration:underline;
}
/* 清理内浮动 */
.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}


/* 最大宽度应对手机自定义 */
header,nav,section,footer {margin:0 auto; max-width:640px;}
.main {
    max-width: 640px;
    margin: 0 auto;
    background-color: #eceefa;
}
/* header*/
header{
    background-color: #fff;
}
header h2{
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    line-height: .36rem;
    border-bottom:.02rem solid #ededed;
    padding-top: .15rem;
    padding-bottom: .1rem;
}
.nav{
    width: 6.4rem;
    padding: .15rem 0;
    background-color: #fff;
}
.nav li{
    width: 16.66%;
    float: left;
    font-size: .2rem;
    color: #494949;
    text-align: center;
    line-height: .3rem;
}
.nav li.on{
    font-size: .24rem;
    color: #000;
}
.nav li.on a{
    border-bottom: .04rem solid #036fd2;
    padding-bottom: .05rem;
}
.banner{
    width: 6.4rem;
}
.banner a,.banner a img{
    display: block;
    width: 6.4rem;
}
.cont{
    width: 6.2rem;
    margin: 0 auto;
}
.m1{
    background-color: #fff;
    border-radius: .15rem;
    padding: .12rem 0 .2rem 0;
    margin-top: .18rem;
}
.m1-cont1{
    width: 5.8rem;
    margin:0 auto;
}
.m1-cont1-l{
    width: 1.2rem;
}
.m1-cont1-l a,.m1-cont1-l a img{
    display: block;
    width: 1.2rem;
}
.m1-cont1-r{
    width: 4.3rem;
}
.m1-cont1-r h2{
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    line-height: .48rem;
}
.m1-cont1-r h2 span{
    display: inline-block;
    background-color: #ddb770;
    border-radius: .06rem;
    font-size: .2rem;
    color: #fff;
    padding: 0 .1rem;
    height: .3rem;
    line-height: .3rem;
    margin-left: .1rem;
}
.m1-cont1-r i{
    display: block;
    font-size: .2rem;
    line-height: .36rem;
    color: #999;
}
.m1-cont1-r p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
}
.m1-cont1-r p img{
    display: inline-block;
    width: 1.2rem;
}
.m1-cont2{
    width: 5.8rem;
    margin: .12rem auto;
}
.m1-cont2 h2 strong{
    font-size: .22rem;
    color: #333;
    line-height: .38rem;
    margin-right: .25rem;
}
.m1-cont2 h2 span{
    font-size: .22rem;
    color: #333;
    line-height: .38rem;
    background: url(/lib/images1/icon1.png) no-repeat 0 -.06rem;
    background-size: .24rem;
    margin-right: .25rem;
    padding-left: .3rem;
    box-sizing:border-box;
}
.m1-cont2 h2 i{
    font-size: .2rem;
    color: #333;
    line-height: .38rem;
}
.m1-text{
    width: 5.8rem;
    margin: 0 auto;
}
.m1-text p{
    font-size: .22rem;
    line-height: .38rem;
    color: #333;
}
.m1-text a{
    display: block;
    font-size: .2rem;
    line-height: .38rem;
    padding-left: 2.35rem;
    background: url(/lib/images1/icon1.png) no-repeat 3.2rem -.45rem;
    background-size: .24rem;
    box-sizing:border-box;
}
.m-yyhd{
    background: #fff;
    border-radius: .15rem;
    padding:.29rem .15rem;
    margin: .15rem auto;
    box-sizing:border-box;
}
.m-yyhd img{
    float: left;
    width: 1.78rem;
}

.m1-shell{
    float: left;
    width:4.05rem;
}
#m1-text{
    height:.32rem;
    overflow:hidden;
}
.hd_news_con{ 
    text-overflow:ellipsis; 
    white-space:nowrap;
    width:4.05rem;
    overflow:hidden;
}
#m1-text a{
    display:block;
    font-size:.22rem;
    line-height:.32rem;
    height:.32rem;
    overflow:hidden;
    text-decoration:none;
    color:#333;
    background:url(/lib/images1/icon1.png) no-repeat right -1rem;
    background-size: .24rem;
}
#m1-text a span{
    color: #e71517
}
.m2{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .3rem;
}
.m-tit{
    width: 5.9rem;
    margin: 0 auto;
    padding: .2rem 0 .28rem 0;
}
.m-tit h2{
    float: left;
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    line-height: .42rem;
}
.m-tit a{
    float: right;
    padding-right: .3rem;
    font-size: .22rem;
    color: #999;
    line-height: .42rem;
    background:url(/lib/images1/icon1.png) no-repeat right -.96rem;
    background-size: .24rem;
}
.m2-cont{
    width: 5.9rem;
    margin: 0 auto;
}
.m2-cont-l{
    width: 1.4rem;
}
.m2-cont-l a,.m2-cont-l a img{
    display: block;
    width: 1.4rem;
}
.m2-nav{
    width: 4.3rem;
    overflow: hidden;
}
.m2-nav li{
    float: left;
    width: 1.35rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #f3f7ff;
    margin-bottom: .15rem;
    margin-right: .125rem;
    font-size: .22rem;
    color: #333;
    text-align: center;
}
.m2-nav li a{
    display: block;
}
.m3{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .15rem;
    margin: .15rem auto;
}
#m3-slide{
    width: 5.9rem;
    height: 3.15rem;
    margin: 0 auto;
    overflow: hidden;
}
#m3-slide td{
    width: 4.4rem;
    padding-right: .1rem;
}
#m3-slide td img{
    display: block;
    width: 4.4rem;
}
#m3-slide td p{
    font-size: .26rem;
    color: #333;
    line-height: .42rem;
    text-align: left;
    margin-top: .15rem;
}
.m3-img{
    width: 6.2rem;
    margin:0 auto .15rem;
}
.m3-img a,.m3-img a img{
    display: block;
    width: 6.2rem;
}
.m3-nav{
    background-color: #fff;
    border-radius: .15rem;
    padding: .3rem 0;
}
.m3-nav-cont li{
    float: left;
    width: 50%;
}
.m3-nav-cont li.li-l{
    border-right: 1px solid #efefef;
    box-sizing:border-box;
}
.m3-nav-cont li a{
    display: block;
}
.m3-nav-cont li a img{
    display: block;
    width: .68rem;
    margin: 0 auto .08rem;
}
.m3-nav-cont li a h2{
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
}
.m3-nav-cont li a h3{
    width: 2.1rem;
    height: .44rem;
    line-height: .44rem;
    background-color: #ecf2fe;
    border-radius: .06rem;
    font-size: .22rem;
    color: #036fd2;
    font-weight: bold;
    text-align: center;
    margin: .05rem auto;
}
.m3-nav-cont li a p{
    font-size: .2rem;
    line-height: .32rem;
    color: #999999;
    text-align: center;
}
.m4{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .2rem;
    margin: .15rem auto;
}
#m4-slide{
    width: 5.9rem;
    height: 3.35rem;
    margin: 0 auto;
    overflow: hidden;
}
#m4-slide td{
    width: 4.4rem;
    padding-right: .1rem;
}
#m4-slide td img{
    display: block;
    width: 4.4rem;
}
#m4-slide td p{
    font-size: .26rem;
    color: #333;
    line-height: .42rem;
    text-align: left;
    margin-top: .15rem;
}
#m4-slide td span{
    display: block;
    font-size: .2rem;
    line-height: .42rem;
    color: #999;
    text-align: left;
}
.m4-cont{
    background-color: #fff;
    border-radius: .15rem; 
    padding-bottom: .05rem;
}
.m4-nav{
    width: 5.9rem;
    margin: 0 auto;
}
.m4-nav li{
    margin-bottom: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}
.m4-nav span{
    display: inline-block;
    font-size: .22rem;
    color: #333;
    line-height: .44rem;
}
.m4-nav span.span1{
    width: 1.6rem;
}
.m4-nav span.span2{
    width: 3rem;
    text-align: center;
}
.m4-nav a{
    display: inline-block;
    width: 1.2rem;
    height: .44rem;
    line-height: .44rem;
    background-color: #ecf2fe;
    border-radius: .04rem;
    font-size: .22rem;
    font-weight: bold;
    color: #036fd2;
    text-align: center;
}
.m-doc-team{
    width: 6.2rem;
    margin: .15rem auto;
}
.m-doc-team a,.m-doc-team a img{
    display: block;
    width: 6.2rem;
}
.m-doc{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .05rem;
}
.m-doc-item{
    width: 5.9rem;
    margin: 0 auto .25rem;
    padding-bottom: .2rem;
    border-bottom: .02rem solid #ededed;
}
.doc-img{
    width: .9rem;
}
.doc-img a,.doc-img a img{
    display: block;
    width: .9rem;
}
.doc-text{
    width: 4.75rem;
}
.doc-text h2{
    font-size: .28rem;
    font-weight: bold;
    color: #333;
    line-height: .36rem;
}
.doc-text h2 span{
    display: inline-block;
    font-size: .22rem;
    color: #999;
    line-height: .36rem;
    font-weight: normal;
    margin-left: .08rem;
}
.doc-text h3{
    font-size: .22rem;
    line-height: .36rem;
    color: #999;
}
.doc-text p{
    font-size: .22rem;
    color: #333;
    line-height: .32rem;
    margin: .05rem 0 .15rem 0;
}
.doc-text .doc-btn a{
    display: block;
    width: 2.24rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .22rem;
    color: #036fd2;
    padding-left: .82rem;
    box-sizing:border-box;
}
.doc-text .doc-btn a.a1{
    background: url(/lib/images1/icon1.png) no-repeat .54rem -1.55rem #ecf2fe;
    background-size: .24rem;
}
.doc-text .doc-btn a.a2{
    background: url(/lib/images1/icon1.png) no-repeat .54rem -2.17rem #ecf2fe;
    background-size: .24rem;
}
.m5{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .32rem;
    margin: .15rem auto;
}
#m5-slide{
    width: 5.9rem;
    height: 2.46rem;
    margin: 0 auto;
    overflow: hidden;
}
#m5-slide td{
    width: 4.4rem;
    padding-right: .1rem;
}
#m5-slide td img{
    display: block;
    width: 4.4rem;
}
.m6{
    background-color: #fff;
    border-radius: .15rem;
    padding-bottom: .3rem;
}
.m6-cont{
    width: 5.9rem;
    margin: 0 auto;
}
.m6-nav{
    width: 5.5rem;
    margin: 0 auto;
}
.m6-nav li{
    float: left;
    width: 1.1rem;
    font-size: .26rem;
    line-height: .42rem;
    color: #333;
    text-align: center;
}
#sync2 .synced .item{
    color: #036fd2
}
#sync2 .synced .item span{
    border-bottom: .03rem solid #036fd2;
}
.m6-item{
    width: 5.9rem;
    margin: 0 auto;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: .2rem;
    margin-top: .2rem;
}
.m6-left{
    width: 1.9rem;
}
.m6-left a,.m6-left a img{
    display: block;
    width: 1.9rem;
}
.m6-right{
    width: 3.8rem;
    height: 1.3rem;
    margin-left: .15rem;
    position: relative;
}
.m6-right h2{
    font-size: .26rem;
    color: #333;
    line-height: .42rem;
    margin-bottom: .04rem;
}
.m6-right h3 a{
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
    border-radius: .04rem;
    background-color: #ecf2fe;
    padding: 0 .05rem;
    font-size: .2rem;
    color: #036fd2;
    margin-right: .1rem;
}
.m6-right p{
    font-size: .2rem;
    line-height: .36rem;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
}
.m6-btn{
    width: 5.9rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #eceefa;
    border-radius: .06rem;
    font-size: .22rem;
    color: #036fd2;
    text-align: center;
    margin: .1rem auto 0;
}
.m6-btn a{
    display: block;
}
.m7{
    background-color: #fff;
    border-radius: .15rem;
    margin: .15rem auto;
}
.m7-tit{
    width: 5.9rem;
    margin: 0 auto;
    padding: .15rem 0 0 0;
}
.m7-tit h3{
    float: left;
    font-size: .24rem;
    color: #333;
    line-height: .36rem;
    padding-left: .35rem;
    background: url(/lib/images1/icon1.png) no-repeat 0 -2.8rem;
    background-size: .24rem;
}
.m7-tit  a{
    float: right;
    width: .3rem;
    height: .3rem;
    background: url(/lib/images1/icon1.png) no-repeat 0 -.99rem;
    background-size: .24rem;
}
.m7 .m-tit h2{
    font-size: .24rem;
    font-weight: normal;
}
.m7 .m-tit a{
    font-size: .2rem;
}
.m7-cont1{
    width: 5.9rem;
    margin: 0 auto;
}
.m7-cont1-l{
    width: 1.6rem;
}
.m7-cont1-l span{
    display: inline-block;
    font-size: .16rem;
    color: #333;
    line-height: .42rem;
}
.m7-cont1-l i{
    display: inline-block;
    font-size: .34rem;
    color: #333
}
.m7-cont1-r{
    width: 4.3rem;
    overflow: hidden;
}
.m7-cont1-r li{
    float: left;
    font-size: .2rem;
    line-height: .32rem;
    color: #333;
    text-align: center;
    border:1px solid #999999;
    margin-bottom: .1rem;
    margin-right: .1rem;
    letter-spacing: -.02rem;
    box-sizing:border-box;
}
.m7-cont1-r li:nth-of-type(1),.m7-cont1-r li:nth-of-type(2),.m7-cont1-r li:nth-of-type(3),.m7-cont1-r li:nth-of-type(4){
    width: 1rem;
}
.m7-cont1-r li:nth-of-type(5),.m7-cont1-r li:nth-of-type(8){
    width: 1.4rem;
}
.m7-cont1-r li:nth-of-type(6){
    width: 1.2rem;
}
.m7-cont1-r li:nth-of-type(7){
    width: 1.5rem;
}
.m7-cont1-r li:nth-of-type(9),.m7-cont1-r li:nth-of-type(10){
    width: 1.35rem;
}
.m7-item{
    width: 5.9rem;
    margin: .2rem auto 0;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ecf2fe
}
.m7-item span{
    float: left;
    font-size: .2rem;
    color: #3a4548;
    line-height: .36rem;
    padding-left: .35rem;
}
.m7-item span img{
    display: inline-block;
    width: 1.2rem;
    margin-left: .15rem;
}
.m7-item span.span1{
    background: url(/lib/images1/icon2.png) no-repeat 0 0;
    background-size: .3rem;
}
.m7-item i{
    float: right;
    font-size: .2rem;
    color: #999;
    line-height: .36rem;
}
.m7-item p{
    font-size: .22rem;
    line-height: .32rem;
    color: #333;
    margin: .1rem 0;
}
.m7-item h3 em{
    font-size: .2rem;
    line-height: .32rem;
    background-color: #f8f8f8;
    padding: 0 .12rem;
    color: #999;
    margin-right: .08rem;
}
.m7-item span.span2{
    background: url(/lib/images1/icon2.png) no-repeat 0 -.57rem;
    background-size: .3rem;
}

.foot{
    width: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    z-index: 999;
}

.foot .f-btn{
    background: #fff;
    height: 60px;
}
.foot .f-btn>div{
    float: left;
    font-size: 0;
}
.foot .f-btn .f-icon{
    padding-top: .15rem;
    width: 17%;
    text-align: center;
    font-size: 12px;
    color: #666;
    box-sizing:border-box;
}
.foot .f-btn .f-icon i{
    display: inline-block;
    width: 19px;
    height: 19px;
}
.foot .f-btn .f-icon.icon-comment i{
    background: url(../images/comment.png) no-repeat;
    background-size: 19px;
}
.foot .f-btn .f-icon.icon-appointment i{
    background: url(../images/appointment.png) no-repeat;
    background-size: 19px;
}
.foot .f-btn .f-btn-text{
    line-height: 60px;
    width: 33%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;t
    text-align: center;
}
.foot .f-btn .icon-tel{
    background: #91c0f8;
}
.foot .f-btn .icon-online{
    background: #62a6f5;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex1{
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-c{
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-a-c{
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: center;
}
.flex-j-c{
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-a-i{
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.doc-item .doc-item-cont .doc-name span{
	margin-left:0.1rem;
	font-size: 14px;
}