@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;
    max-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,b,em,i,label,mark,small,span,strong{display:inline-block}
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-borr{border-right: none!important;}
.no-borb{border-bottom: none!important;}


/* 最大宽度应对手机自定义 */
header,nav,section,footer {margin:0 auto; max-width:640px;}
.main {
    max-width: 640px;
    margin: 0 auto;
    background-color: #f4f4f4;
}
/* header*/
.banner{
    width: 6.4rem;
}
.banner img{
    display: block;
    width: 100%;
}
.banner-text{
    width: 6rem;
    background-color: #fff;
    border-radius: .2rem;
    padding: .25rem .15rem .25rem .25rem;
    position: relative;
    margin-top: -.8rem;
    margin-left: .2rem;
    box-sizing:border-box;
}
.banner-text p{
    font-size: .24rem;
    line-height: .42rem;
    color: #333;
}
.nav li{
    float: left;
    width: 25%;
    margin-top: .45rem;
}
.nav li a{
    display: block;
}
.nav li a img{
    display: block;
    width: 1rem;
    margin: 0 auto .1rem;
}
.nav li a span{
    display: block;
    font-size: .22rem;
    line-height: .36rem;
    color: #333;
    text-align: center;
}
.cont{
    width: 6rem;
    margin: 0 auto;
}
.m4 .page{
    width: 6rem;
    text-align: center;
    font-size: 0.24rem;
    margin: 0.1rem 0;
    line-height:0.3rem;
}

.m2{
    margin-top: .4rem;
    padding-bottom: .4rem;
}
.m-sm{
    padding-left: .45rem;
    background: url(../images/images/video.png)no-repeat left center;
    background-size: .3rem;
    font-size: .22rem;
    line-height: .4rem;
    color: #333;
}
.m2-cont a img{
    display: block;
    width: 2.8rem;
    margin: .3rem 0;
}
.m2-btn{
    width: 6rem;
    line-height: .75rem;
    border-radius: .2rem;
    background: #029688;
    font-size: .24rem;
    color: #fff;
    text-align: center;
}
.m3,.m4,.m5{
    background-color: #fff;
}
.m3-title{
    line-height: .7rem;
    border-bottom: 1px solid #ddd;
    padding: 0 .2rem;
    box-sizing:border-box;
}
.m3-title h2{
    font-size: .24rem;
    color: #333;
    float: left;
}
.m3-title a{
    float: right;
    font-size: .2rem;
    color: #666;
}

.m3-cont{
    width: 6rem;
    height: 3.2rem;
    margin: .4rem auto 0;
    overflow: hidden;
}
.m3-w{
    width: 1000%;
}
.m3-nav li{
    float: left;
    margin-right: .2rem;
}
#marquePic1,#marquePic2{
    float: left;
}
.m3-nav li img{
    display: block;
    width: 3rem;
}
.m3-nav li h2{
    font-size: .24rem;
    line-height: .4rem;
    color: #333;
}
.m3-nav li p span{
    font-size: .18rem;
    color: #999;
    line-height: .3rem;
}
.m3-nav li p a{
    float: right;
    display: inline-block;
    line-height: .3rem;
    background-color: #00aee3;
    font-size: .18rem;
    color: #fff;
    padding: 0 .3rem;
    border-radius: .08rem;
}
.m4-item{
    border-bottom: 1px solid #eee;
    padding: .3rem 0;
}
.m4-item .m4-text{
    width: 3.8rem;
}
.m4-item .m4-text h2{
    font-size: .3rem;
    line-height: .52rem;
    color: #333;
}
.m4-item .m4-img{
    width: 1.8rem;
}
.m4-item .m4-img img{
    display: block;
    width: 100%;
}
.m5{
    padding-bottom: .3rem;
}
.m5-img{
    width: 6rem;
    margin: .3rem auto 0;
    border:1px solid #ddd;
    padding: .1rem;
    box-sizing:border-box;
}
.m5-img img{
    display: block;
    width: 100%;
}
.m5-btn{
    line-height: 1rem;
    font-size: .24rem;
    color: #333;
    text-align: center;
}
.m5-btn a{
    color: #05b8ef
}
.map{
    background-color: #fff;
}
.map-tit{
    font-size: .24rem;
    text-align: center;
    color: #333;
    line-height: .9rem;
    border-bottom: 1px solid #ddd;
}
.map-img #dituContent img{max-width: 100%;}
.map-img #dituContent{width:6rem;height:5.45rem;margin: 0.2rem;border:#ccc solid 1px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map-img p{
    font-size: .22rem;
    line-height: .36rem;
    color: #333;
    padding-left: .6rem;
    margin-top: .2rem;
}
.map-img p.p1{
    background: url(../images/images/loaction.png) no-repeat .2rem .02rem;
    background-size: .3rem;
}
.map-img p.p2{
    background: url(../images/images/tel.png) no-repeat .2rem center;
    background-size: .3rem;
}
.map-img p.p3{
    background: url(../images/images/time.png) no-repeat .2rem center;
    background-size: .3rem;
}
.map{
    margin-bottom: 1.5rem;
}

.foot-cont{
    width: 6.4rem;
    background-color: #f4f4f4;
    position: fixed;
    left: 50%;
    margin-left: -3.2rem;
    bottom: 0;
    padding: .1rem 0;
	z-index:999;
}
.foot-nav li{
    float: left;
    width: 25%;
}
.foot-nav li a{
    display: block;
}
.foot-nav li img{
    display: block;
    width: .45rem;
    margin:0 auto .1rem;
}
.foot-nav li span{
    display: block;
    font-size: .24rem;
    text-align: center;
    color:#333;
    line-height: .32rem;
}
.info-wrap{
    background-color: #fff;
}
.info-wrap h2{
    font-size: .4rem;
    font-weight: bold;
    color: #333;
    line-height: .6rem;
    text-align: center;
}
.info-cont p{
    font-size: .24rem;
    line-height: .36rem;
    color: #333;
    text-indent: 2em;
    margin-top: .2rem;
}
.info-cont img{
    display: block;
    width: 100%;
    margin-top: .2rem;
}
.info-cont h3{
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    line-height: .42rem;
    text-align: center;
    margin-top: .15rem;
}
/*show*/
.show-cont p{
    font-size: .24rem;
    line-height: .36rem;
    color: #333;
    /* text-indent: 2em;
    margin-top: .2rem; */
    margin-bottom:0.3rem;
}
.show-cont img{
    /* display: block; */
    width: 100%;
    margin-top: .2rem;
}
.show-cont h3{
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    line-height: .42rem;
    text-align: center;
    margin-top: .15rem;
}
.show-cont span{
    display: initial;
}
.line{
    height: .16rem;
    background-color: #e9e9e9;
    margin-top: .2rem;
}
.form-wrap{
    background-color: #fff;
    margin-bottom: 1.5rem;
}
.form-tit{
    font-size: .24rem;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: .7rem;
}
.form-menu label{
    display: block;
    font-size: .24rem;
    color: #333;
    line-height: .6rem;
}
.form-menu label span{
    color: #f00;
}
.form-menu input,.form-menu select{
    width: 6rem;
    line-height: .6rem;
    background-color: #f7f7f7;
    border:none;
    font-size: .22rem;
    color: #666;
    padding: 0 .1rem;
    appearance:none;
    -webkit-appearance:none;
     outline: none;
     color: #999;
    box-sizing:border-box;
}
.form-menu input[type="date"]{
    background:none;
　　outline:none;
　　appearance:none;
　　-moz-appearance:none;
　　-webkit-appearance:none;
}
.form-menu textarea{
    width: 6rem;
    height: 1.2rem;
    line-height: .36rem;
    background-color: #f7f7f7;
    border:none;
    font-size: .22rem;
    color: #666;
    padding: 0 .1rem;
    appearance:none;
    -webkit-appearance:none;
     outline: none;
     color: #999;
    box-sizing:border-box;
}
.form-menu input.sub{
    background-color: #3a82f8;
    line-height: .6rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    margin-top: .1rem;
    border-radius: .1rem;
}
.location-wrap{
    background-color: #fff;
    margin-bottom: 1rem;
}
.location-map img{
    display: block;
    width: 6.4rem;
}
.relation h2{
    font-size: .3rem;
    color: #3a82f8;
    line-height: .4rem;
    margin: .2rem 0
}
.relation p{
    font-size: .24rem;
    color: #999;
    line-height: .36rem;
    margin-bottom: .15rem;
}
.relation h3{
    font-size: .22rem;
    color: #333;
    margin-bottom: .2rem;
}
.expert-wrap{
    background-color: #fff;
    margin-bottom: 1.3rem;
}
.expert-doc{
    padding: .3rem 0;
    border-bottom: 1px solid #ccc;
}
.expert-doc img{
    display: block;
    width: 100%;
    margin-bottom: .2rem;
}
.expert-doc h2{
    font-size: .3rem;
    color: #333;
    line-height: .4rem;
}
.expert-doc p{
    font-size: .24rem;
    color: #999;
    line-height: .36rem;
}
.expert-doc h3 {
    overflow: hidden;
}
.expert-doc h3 span{
    float: left;
    font-size: .2rem;
    line-height: .3rem;
    color: #999;
}
.expert-doc h3 a{
    float: right;
    line-height: .3rem;
    border-radius: .15rem;
    background-color: #3a82f8;
    font-size: .2rem;
    color: #fff;
    padding: 0 .2rem;
}
.expert-doc:last-child{
    border-bottom: none!important;
}


/*底面有图切换*/
.part-slide-on{
    width: 6.4rem;
    margin-bottom: .25rem;
    height: 3.2rem;
    overflow:hidden;
    .position:relative;
}
.part-slide-on .slide-nav-1{
    width: 6.4rem;
    height: 3.2rem;
}
.part-slide-on li{
    float: left;
}
#sync1 li{
	position: relative;
}
#sync1 li p{
	height: .45rem;
    line-height: .45rem;
    position: absolute;
    bottom: 0.04rem;
    left: 0;
	width: 100%;
	background-color: #00000021;
}
#sync1 li p span{
	color: #fff;
	margin-left: 0.1rem;
	font-size:0.24rem;
}
.part-slide-on .slide-nav-2{
    margin:0 auto;
}
.part-slide-on .slide-nav-2 li{
    width: 1rem;
    height: .6rem;
}
.part-slide-on .slide-nav-2 img{
    width:1rem;
    height:.6rem;
}
.small-slide{
    width: 6.4rem;
    padding:.05rem 0;
    opacity: .8;
    position: absolute;
    .bottom:0;
}
ul.owl-theme .owl-controls .owl-buttons .owl-prev{
    font-size: .6rem;
    bottom:.33rem;
    left: .1rem;
    color:#fff;
    z-index: 5
}
ul.owl-theme .owl-controls .owl-buttons .owl-next{
    font-size: .6rem;
    bottom:.33rem;
    right: .1rem;
    color:#fff;
    z-index: 5
}
ul#sync2{
    width:6.4rem;
	margin-top:0.1rem;
}
.part-slide-on .slide-nav-2 li:nth-child(7){
    margin-right: 0
}
ul.owl-carousel .synced img{
    border:2px solid #ff0000;
    /* border-radius: 50%; */
    box-sizing: border-box;   
}
/***owl-slide***/
.owl-carousel .owl-wrapper:after{clear:both;display:block;visibility:hidden;height:0;content:".";line-height:0}
.owl-carousel{position:relative;display:none;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{position:relative;display:none;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{position:relative;overflow:hidden;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
.grabbing{cursor:url(../../images/images/grabbing.png) 8 8,move}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{text-align:center}
.owl-theme .owl-controls .owl-buttons div{position:absolute;width:.46rem; height:.5rem;color:#FFF;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{text-decoration:none;opacity:1;filter:Alpha(Opacity=100)}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}

.owl-theme .owl-controls .owl-page span.owl-numbers{padding:.02rem .1rem;width:auto;height:auto;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;border-radius:.3rem;color:#FFF;font-size:.12rem}
.owl-item.loading{min-height:1.5rem;background:url(../images/images/ajaxloader.gif) no-repeat center center}


/*首页专家*/
.teams-box{
    padding-top: 0.2rem;
    border-bottom: none;
}
.teams-box h1{
    width:6rem;
    height:.8rem;
    line-height:.8rem;
    background-color:#029688;
    font-size:.38rem;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.part-ch-doc{
    width:6rem;
    margin:.25rem auto .1rem;
}
.ch-doc-top{
    width:6rem;
    overflow:hidden;
    zoom:1;
}
.ch-doc-top .doc-item{
    width:2.88rem;
    height:5.2rem;
    background-color:#f1f1f1;
    margin-bottom:.25rem;
    position:relative;
}
.ch-doc-top .doc-item img{
    display:block;
    width:2.88rem;
    height:2.8rem;
}
.ch-doc-top .doc-item p{
    font-size:.3rem;
    color:#670000;
    text-align:center;
    line-height:.55rem;
	text-indent:0;
	margin-top: 0;
}
.ch-doc-top .doc-item p span{
    font-size:.24rem;
}
.ch-doc-top .doc-item i{
    display:block;
    font-size:.22rem;
    line-height:.32rem;
    /*background:url(../images/images/ch-doc-icon1.png) no-repeat .064rem .0512rem;*/
    background-size:.15rem;
    padding-left:.25rem;
    letter-spacing:-1px;
    box-sizing:border-box;
}
.ch-doc-top .doc-item .ch-btn{
    width:2.55rem;
    position:absolute;
    left:.1714rem;
    bottom:.15rem;
}
.ch-doc-top .doc-item .ch-btn a{
    display:block;
    width:1.25rem;
    height:.43rem;
    line-height:.43rem;
    border-radius:.1rem;
    color:#fff;
    font-size:.22rem;
    text-align:center;
}
.ch-doc-top .doc-item .ch-btn a.a{
    background-color:#f97400;
}
.ch-doc-top .doc-item .ch-btn a.b{
    background-color:#720000;
}
.ch-doc-tel a{
	display:block;
	font-size:.3rem;
	color:#f00;
	text-align:center;
}
.ch-doc-refer{
	width:5.3rem;
	height:0.8rem;
	margin:.2rem auto 0;
	border-radius:.1rem;
	border:1px solid #9f0707;
}
.ch-doc-refer  img{
	display:initial;
	width:3.52rem;
	height:.6rem;
	margin-top:.12rem;
	margin-left:.15rem;
}
.ch-doc-refer span.b{
	display:block;
	width:1.3rem;
	height:.45rem;
	line-height:.45rem;
	background-color:#f98700;
	border-radius:.1rem;
	text-align:center;
	font-size:.22rem;
	color:#fff;
	margin-right:.15rem;
	margin-top:.15rem;
}
/*yyhj*/
.yyhj{ padding: 0 3%;margin:0.17rem auto; overflow:hidden;background-color: #fff; padding-bottom: .3rem;}
.swiper1ss .swiper-wrapper{ border-bottom:solid 1px #666666;}
.swiper1ss .swiper-slide{text-align:center; font-size:0.336rem; font-weight:bold;padding-bottom:0.084rem;line-height:0.55rem;}
.swiper1ss .selected{ color:#3891ff;border-bottom:solid 2px #3891ff;padding-bottom:0.084rem}
.swiper1ss .selected{width:100% !important;}
.swiper5 { margin-top:0.17rem !important}
.swiper5 .swiper-slide{ width:40%}
.swiper5 .swiper-slide img{ width:2.02rem; height:1.34rem}


.wxts {
  margin-bottom: 1.7rem;
  padding: 0.1rem .2rem;
  font-size: .22rem;
  color: #666666;
  line-height: .38rem;
}

.wxts i {
  color: #ff7903;
}
.wxts2 {
  padding: 0.1rem .2rem;
  font-size: .22rem;
  line-height: .38rem;
}
.wxts2 input{
    width: 0.3rem;
    appearance: auto; 
    -webkit-appearance: auto;
}
.wxts2 span{
    color: #ff7903;
}
