/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}
/*全局手机样式*/

html,body,header,footer{ max-width:1023px;}

html{ 

	position:relative; 

	/*

	background:url(/temp/temp/default/default-0001/1/images/touch/bg_1.jpg);

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

h1,h2,h3,h4{ font-weight:400;}



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

#mobile-nav h3{ font-size:2em; text-align:center;}

.default-mobile-nav-menu{

	padding-bottom:50px;

}

.default-mobile-nav-menu > li > a{

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

.default-mobile-nav-menu li a em{ display:none;}

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

/*---手机二级导航----*/

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

		background:url("/temp/temp/default/default-0001/1/images/g46.png") no-repeat center right;

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }

*/

body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}

body.nav-on .ui-mobile .ui-page-active{overflow:visible;}

body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}

body.nav-on #mobile-nav{overflow-y:auto;}

/*底部*/

footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}

footer a{ color:#fff;}



/*分页按钮*/

.default-mobile-page{ margin-top:10px;}

.default-mobile-page a{ background-color:#fff;}

.default-mobile-page a.a{ background-color:#333;}



/*列表页相关栏目列表*/

.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}

.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}

.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}

.default-mobile-list-cats nav{ display:none;}

.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}

.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}

.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}



/*导航滑动提示*/

.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}

.swipe-right-tip{ right:5%;  background:url(/temp/temp/default/default-0001/1/images/touch/swipe_left.png) no-repeat center;}

.swipe-left-tip{ right:95%; background:url(/temp/temp/default/default-0001/1/images/touch/swipe_right.png) no-repeat center;} 



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}



/*覆盖默认*/

.default-slider-single > .default-slider-box > ul > li img{

	height:auto;

}



/*底部版权*/

.default-mobile-copyright{ height:0; display:none;}

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

/*53客服被遮挡的 BUG*/

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

/*视频嵌入 100%宽度*/

.default-article-content iframe{ width:100% !important;}



/*手机内容页被调整过宽度后的高度自适应*/

article .content img{

	height:auto !important;

}
/* CSS Document */









/*顶部*/

.top_box{

	width: 100%;

	background-color: #262626;

}

.top01{

	margin: auto;

	position: relative;

	padding: 5px 0;

}

.top01 h2{

	float: left;

	color: #333333;

	font-size: 12px;

}

.top01 h2 a{

	color: #999;

	float: left;

	margin-right: 10px;

}

.top01 h3{

	color: #fff;

	font-size: 12px;

	width: 200px;

    margin: auto;

	text-align: center;

	position: absolute;

	left: calc(50% - 100px);

}

.top01 h4{

	float:right;

	font-size: 12px;

	color: #999;

}



/*banner*/

.ban02{

	position: relative;

}

.banner1{

	max-height:947px;

	overflow:hidden;

	position: relative;

}

.banner{

	width: 100%;

	display: block;

}

.banner img{

	width: 100%;

	height: auto;

}

.bignav {

    position: absolute;

    top: 10px;

    left: 0;

    height:128px;

    width: 100%;

}

.default-slider-2 > .dots{

	bottom: 30px;

}

.default-slider-2 > .dots > span.active {

    background-color:#9c8553;

	border:2px solid #fff;

}

.banner1 span.next,.banner1 span.prev{

	width: 50px;

	height: 60px;

	text-align: center;

	font-size: 30px;

	top: 50%;

	margin-top: -30px;

	line-height: 60px;

}

.banner1 .dots span {

    background-color: #fff;

   	height: 15px;

	width: 15px;

	border-radius: 50%;

}



.nav_box a{

	color:#fff;

}

.nav1 {

    font-size: 16px;

    margin-top:72px;

}

.nav_box{

	margin: auto;

}

.nav_box{

	position: relative;

}

.nav_box .logo {

    position: absolute;

    width: 150px;

    height: 150px;

    left: calc(50% - 75px);

    top: -70px;

    text-align: center;

    border-radius: 50%;

}

.logo img{

	width:150px;

}

.nav2{

	float: right;

	margin: 54px 20px;

	font-size: 14px;

}



.nav_box li{

	float: left;

	padding: 3px 0;

    margin: 0 12px;

	border-radius:3px;

    background:rgba(0,0,0,0.30);

}

.nav_box li a{

	display:block;

	width: 98px;

	text-align: center;

}

.w960 .nav_box li a{

	width: 81px;

}

.w960 .nav_box li {

    margin: 0 6px;

    padding: 4px 0;

    font-size: 14px;

}

.nav_box li.m4{

	margin-right: 220px;

}

.nav_box li ul li {

    background-image: none;

    float: none;

    border-bottom: 1px solid rgba(0,0,0,0.00);

    margin: 0;

    text-align: left;

    padding:0px;

    line-height:30px;

	background:none;

	border-radius:0;

}

.nav_box li ul li a{

	background:none;

	width: auto;

	

}

.nav_box li ul li.m4{

	margin-right: 0;

}

.nav_box li ul{

	background-color: rgba(0,0,0,0.30);

	padding: 10px 15px;

	display:block;

	opacity:0;

	transform:translate(0,30px);

	transition:all .5s;

	z-index:-1;

}

.nav_box li:hover ul{

	opacity:1;

	transform:translate(0,0px);

	z-index:1;

}

.nav_box li ul li:hover{

	border-bottom: 1px solid #fff;

}

.w960 .nav_box li ul li{

    margin: 0;

    text-align: center;

    padding:0px;

}

.w960 .nav_box li ul{

	background-color: rgba(0,0,0,0.30);

	padding: 0 12px;

}

.about-1{

	background:#f7f7f7;

}

.about-1 span{

	display:block;

	width:50%;

	float:left;

}

.about-1 span img{

	width:100%;

	height:auto;

}

.about01{

	width:40%;

	padding:5%;	

	float:right;

}

.w960 .about01{

	width:42%;

	padding:3% 4%;

}

.about-1 h3 {

    font-size: 40px;

    color: #9c8553;

}

.w960 .about-1 h3{

	font-size: 30px;

}

.about01 h3 em {

    display: block;

    font-style: normal;

    text-transform: capitalize;

    font-size: 20px;

}

.about01 p{

	font-size:14px;

	line-height:2;

	color:#78563d;

	margin-top:30px;

	text-align:justify;

}

.w960 .about01 p {

    font-size: 12px;

    line-height: 24px;

    margin-top: 20px;

}

.about01 .more01{

	margin:inherit;

	margin-top:50px;

}

.w960 .about01 .more01{

	margin-top:40px;

}

.more01{

    display: block;

    width: 180px;

    text-align: center;

    font-size: 14px;

    line-height: 50px;

    border: 1px solid #999;

    color: #999;

	margin:0px auto;

	margin-top: 50px;

}

.more01:hover{

    border: 1px solid #ae8935;

    background: #ae8935;

	color:#fff;

}

.tit {

    text-align: center;

    margin-bottom: 50px;

    color: #9c8553;

}

.tit h3{

	font-size:40px;

}

.tit em{

	font-size:20px;

	font-style:normal;

}



/*简介*/

.jinajie{

	margin: auto;

	margin-top: 80px;

}

.jian_text{

	float: left;

	width: 60%;

	text-align: left;

}

.jian_text h2{

	font-size: 30px;

	color: #9c8553;

}

.jian_img{

	float:right;

	width: 35%;

}

.jian_text img{

	width: 40px;

	height: 4px;

}

.jian_text h3{

	font-size: 16px;

	color: #c2b087;

	margin:15px 0;

}

.jian_text p{

	font-size: 14px;

	color: #808080;

	margin-top: 30px;

	line-height: 28px;

}

.jian_text a{

	display:block;

	width:120px;

	line-height:35px;

	text-align:center;

	border-radius:18px;

	font-size:14px;

	border:1px solid #ccc;

	margin-top: 40px;

    color: #ccc;

}

.jian_text a:hover{

	background:#9c8553;

	color:#fff;

	border:1px solid #9c8553;

}

.jian_img li{

	float: left;

	width: 39%;

	height: auto;

}

.jian_img li img{

	width: 100%;

	height: auto;

}

.jian_img li div{

	height: 420px;

	width: 160px;

	overflow: hidden;

}

.jian_img li div img{

	width: 100%;

	display: block;

	transition: 0.3s;

}

.tu01{

	margin-right: 22%;

}

.jian_img h3{

	font-size: 18px;

	color: #a59a82;

	width: 30px;

}

.tu01 h3{

	margin-top: 48px;

	margin-left: 20%;

}

.tu02 h3{

	margin-bottom: -60px;

	margin-left: 70%;

}

.tu01 span {

    width: 4px;

    height: 140px;

    background-color: #dcbe7b;

    display: block;

    margin-left: 12%;

    float: left;

    margin-top: -30px;

    position: relative;

}

.tu02 span {

    width: 4px;

    height: 140px;

    background-color: #dcbe7b;

    display: block;

    margin-right: 12%;

    float: right;

    margin-bottom: -30px;

    position: relative;

	z-index: 2;

}

.jian_img li:hover div img{

	transform: scale(1.08);

}

.jian_img li.tu02 div{

	    margin-top: 105px;

    margin-right: -20px;

}



/*地图*/

.map{

	margin: auto;

	text-align: center;

	margin-top:80px;

}

.map h2{

	font-size: 30px;

	color: #9c8553;

	margin-bottom: 10px;

}

.map span {

    width: 60px;

    height: 2px;

    background-color: #9c8553;

    display: block;

    margin: auto;

    margin-bottom: 20px;

}

.map p{

	text-align: center;

	width: 700px;

	margin: auto;

	font-size: 16px;

	color: #808080;

}

.map img{

	margin: auto;

	height: 670px;

	width: 810px;

	margin-top: 40px;

	display: block;

}



/*经验*/



.get{

	margin:80px auto;

}

.get li{

	float: left;

	width:33%;

	height:auto;

	margin-right: 0.5%;

	position: relative;

}

.get li ins{

	display: block;

}

.get li div{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color:rgba(0,0,0,0.60);

	background-size: 100%;

	text-align: center;

	transition: 0.3s;

}

.get li div span{

	margin-top:20%;

	border: 2px solid #fff;

	width: 80px;

	height: 80px;

	border-radius: 50%;

	display: block;

	margin-left: calc(50% - 40px);

}

.get li div span img{

	margin-top: 20px;

}

.get li div h3{

	width: 100%;

	text-align: center;

	color: #fff;

	margin-top: 20px;

	font-size: 16px;

}

.get li div:hover{

	background-color:rgba(0,0,0,0.20);

}

.get_img{

	width: 100%;

	height: auto;

}

.get_img img{

	width: 100%;

	height: auto;

}

/*项目分类*/

.xiangmu{

	margin: auto;

	margin-top: 80px;

	padding:80px 0;

	background:#f7f7f7;

}

.xiangmu img{

	display:block;

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.fenlei01{

	width: 32%;

	overflow: hidden;

}

.fenlei01 li{

	width: 100%;

	height: auto;

	position: relative;

	margin-bottom:6%;

	overflow: hidden;

}

.fenlei01 li a{

	display:block;

}

.fenlei01 li div{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.fenlei01 li div span{

	position:absolute;

	width: 94%;

	height: 92%;

	left:2.5%;

	top:3.5%;

	border:1px solid rgba(255, 255, 255, 0.5);

	display: block;

}

.guanggao_box{

	width: 32%;

	height: auto;

	margin: auto 2%;

	float: left;

	overflow: hidden;

}

.guanggao{

	width: 100%;

	height: 100%;

	position: relative;

}

.guanggao span{

	width: 100%;

	height: 100%;

	background: url("/temp/temp/53/53-0004/201804241453/images/meng2.png") no-repeat center center;

	background-size: 100%;

	display: block;

	z-index: 2;

	position: absolute;

	top: 0;

	left: 0;

}

.fenlei01 a div h2{

	font-size: 30px;

	font-family: "simsun";

	color: #fff;

	margin-top: 5%;

    margin-left: 5%;

}

.fenlei01 a div p{

	font-size: 22px;

	font-family: "simsun";

	color: #fff;

    margin-left: 5%;

	text-transform: uppercase;

}

.fenlei01 li:hover img{

	transform: scale(1.09);

	-ms-transform: scale(1.09);

	-moz-transform: scale(1.09);

	-webkit-transform: scale(1.09);

	-o-transform: scale(1.09);

}

.guanggao_box:hover img{

	transform: scale(1.09);

	-ms-transform:scale(1.09);

	-moz-transform:scale(1.09);

	-webkit-transform:scale(1.09);

	-o-transform:scale(1.09);

}



/*效果展示*/

.xiao{

	margin: auto;

	margin-top: 60px;

	text-align: center;

}

.xiao img{

	display: block;

	width: 100%;

	height: auto;

}

.xiao_text h2{

	font-size: 30px;

	color: #9c8553;

	margin-bottom: 10px;

}

.xiao_text span {

    width: 60px;

    height: 2px;

    background-color: #9c8553;

    display: block;

    margin: auto;

    margin-bottom: 20px;

}

.xiao_text p{

	text-align: center;

	width: 800px;

	margin: auto;

	font-size: 16px;

	color: #808080;

}

.xiaoguo li{

	float: left;

	width: 25%;

	height: auto;

	margin-top: 60px;

	position: relative;

	transition:0.5s;

}

.xiaoguo .zheng{

	width: 50%;

}

.xiaoguo .zheng div{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	background: url("/temp/temp/53/53-0004/201804241453/images/bmeng1.png") no-repeat center center;

	background-size: 100%;

}

.xiaoguo li div{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	background: url("/temp/temp/53/53-0004/201804241453/images/bmeng2.png") no-repeat center center;

	background-size: 100%;

}

.xiaoguo h3{

	font-size: 28px;

	color: #fff;

	font-family: "simsun";

	text-align: center;

	margin-top: 45%;; 

}

.xiaoguo span{

	height: 46px;

	width: 120px;

	background: url("/temp/temp/53/53-0004/201804241453/images/more.png") no-repeat;

	display: none;

	margin: auto;

	margin-top: 18%;

	transition:0.5s;

}

.xiaoguo li:hover span{

	display: block;

}

.xiaoguo .zheng h3{

	margin-top: 22.5%;

}

.xiaoguo .zheng span{

	margin-top: 9%;

}

.w960 .xiaoguo span{

	margin-top: 10%;

}



.w960 .xiaoguo .zheng span{

	margin-top: 5%;

}



/*专家*/

.dr{

	margin: auto;

	margin-top: 80px;

}

.default-basescript-index .dr{

	display: none;

}

.dr img{

	display: block;

	width: 100%;

	height: auto;

}

.dr_text h2{

	font-size: 30px;

	color: #9c8553;

	margin-bottom: 10px;

	text-align: center;

}

.dr_text span {

    width: 60px;

    height: 2px;

    background-color: #9c8553;

    display: block;

    margin: auto;

    margin-bottom: 20px;

}

.dr_text ul li a{

	text-align: center;

	margin: auto 20px;

	font-size: 16px;

	color: #808080;

	float: left;

}

.dr_text ul li a:hover{

	color:#9c8553; 

}

.dr_text p{

	text-align: center;

    margin: auto;

	margin-top:20px;

    font-size: 16px;

    color: #808080;

}

.dr_text p ul{

	text-align: center;

	margin-top:30px;

}

.dr_text ul li{

	display:inline-block;

}

.dr_text ul li{

	*display:inline;

}

.dr_text ul li a{

	display:block;

}

.dr_img.a{

	display: block;

}

.dr_img{

	margin-top: 60px;

	display: none;

}

.dr_img li{

	float: left;

	position: relative;

	width: 24%;

	height: auto;

	margin-right: 1.32%;

	border-radius:20px;

	overflow:hidden;

}

.dr_img li a{

	display:block;

	background:url("/images/zjbg2.jpg") no-repeat center center;

}

.dr_img li img{

	width: 100%;

	height: auto;

}

.dr_img li div{

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0,0,0,0.40);

	display: none;

}

.dr_img li div h2 {

    font-size: 28px;

    color: #fff;

    text-align: center;

        margin-top: 60%;

}

.dr_img li div h3{

	font-size: 20px;

	color: #e5e5e5;

	font-family: "simsun";

	text-align: center;

    margin-top: 5%;

}

.dr_img li div h4 {

    font-size: 30px;

    color: #fff;

    font-family: "simsun";

    text-align: center;

    padding: 5px 20px;

    border-bottom: 2px solid;

    width: 38%;

    border-top: 2px solid;

    margin: auto;

	margin-top: 22%;

}

.w960 .dr_img li div h4 {

    font-size: 28px;

    padding: 2px 20px;

    margin-top: 18%;

}

.dr_img li:hover div{

	display: block;

}

.more{

	width: 160px;

	height: auto;

	margin: auto;

	margin-top:40px;

	transition: 0.3s;

	display:block;

	font-size: 26px;

	color:#9c8553;

	padding: 6px 0;

	border: 1px solid #9c8553;

	text-align: center;

	transition: 0.3s;

}

.more:hover{

	width: 200px;

	color: #fff;

	background:#9c8553;

}



/*小banner*/

.banner2{

	margin: 80px auto;

	overflow:hidden;

}

.banner2 div{

	display:block;

	width:100%;

	overflow: hidden;

	position: relative;

	height: 100%;

}

.banner2 img{

	width: 100%;

	height: auto;

}

.banner2 div.img1{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

}

.banner2 div.img2 img{

	transform: scale(1.2);

	transition: 1s;

}

.banner2:hover div.img2 img{

	transform: scale(1);

}



/*新闻*/

.news_box{

	margin-bottom: 80px;

}

.news_title h2{

	font-size: 30px;

	color: #9c8553;

	margin-bottom: 10px;

	text-align: center;

}

.news_title span {

    width: 60px;

    height: 2px;

    background-color: #9c8553;

    display: block;

    margin: auto;

    margin-bottom: 20px;

}

.news_title ul{

	width: auto;

	height: auto;

	margin: auto;

	text-align: center;

	margin-top:30px;

}

.news_title ul li{

	margin: auto 20px;

	font-size: 16px;

	color: #808080;

	float: none;

}

.news_title ul li{

	display:inline-block;

}

.news_title ul li{

	*display:inline;

}

.news_title ul li a{

	display:block;

}

.news.a{

	display: block;

}

.news_title ul li:hover a{

	color:#9c8553; 

}

.news{

	margin: auto;

	display: none;

	margin-top:30px;

}

.news li{

	float: left;

	width:49%;

	height: auto;

	margin-right: 2%;

	background: #fff;

	margin-bottom: 20px;

}

.news li a{

	display:block;

	background:#f7f7f7;

}

.news li img {

    float: left;

    width: 40%;

    height: auto;

}

.news li div {

    float: right;

    width: 50%;

    padding: 0 5%;

}

.news li div h2{

	font-size: 18px;

	color: #4c4c4c;

	max-width: 294px;

	margin-top: 5%;

    line-height: 36px;

}

.news li div span{

	background: #9c8553;

	height: 3px;

	width: 40px;

	margin: 4% 0;

	display: block;

	transition:all .3s;

}

.news li:hover div span{

	width:100px;

}

.news li div p {

    font-size: 14px;

    color: #666;

    font-family: "simsun";

    max-width: 100%;

    margin-top: 10px;

    line-height: 1.8;

    max-height: 70px;

    overflow: hidden;

}

.news li div h3 {

    font-size: 14px;

    color: #9c8553;

    border: 1px solid #9c8553;

    width: 90px;

    text-align: center;

    line-height: 30px;

    margin-top: 8%;

	font-weight: bold;

}

.news li:hover{

	box-shadow:0 0 5px #ccc;

}

.news_box h4{

	font-size: 16px;

	color: #b2b2b2;

	text-align: right;

	margin: auto;

	margin-top: 10px;

}

.news_box h4:hover{

	color:#9c8553;

}



/*品牌*/

.pinpai{

	margin-top: 80px;

}

.pinpai ul{

	margin-top: 40px;

}

.pinpai ul li{

	position: relative;

	width: 576px;

	margin-right: 48px;

	float: left;

	margin-bottom: 40px;

}

.pinpai ul li a{

	display: block;

	overflow: hidden;

}

.pinpai ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.pinpai ul li:hover img{

	transform: scale(1.06);

}

.pinpai ul li div{

	position: absolute;

	width: 88%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0,0,0,0.50);

	padding: 0 6%;

	transition: 0.4s;

}

.pinpai ul li:hover div{

	background: rgba(0,0,0,0.70);

}

.pinpai ul li div h3{

	font-size: 24px;

	color: #fff;

	margin-top: 60px;

}

.pinpai ul li div span{

	display: block;

	width: 60px;

	height: 2px;

	background: #fff;

	margin: 20px 0;

}

.pinpai ul li div p{

	font-size: 14px;

	color: #fff;

	line-height: 26px;

	max-height: 72px;

	overflow: hidden;

	margin-bottom: 30px;

}

.pinpai ul li div ins{

	display: block;

	font-size: 15px;

	color: #fff;

	text-decoration: none;

	width: 120px;

	line-height: 32px;

	border: 1px solid #fff;

	text-align: center;

	transition: 0.3s;

}

.pinpai ul li div ins:hover{

	background: #fff;

	color: #000;

}

.pinpai span.next, .pinpai span.prev{

	width: 50px;

	line-height: 50px;

	text-align: center;

	font-size: 26px;

	top: 60%;

	height: 50px;

}

.w960 .pinpai ul li{

	width: 460px;

	margin-right: 40px;

}

.w960 .pinpai ul li div h3{

	margin-top: 30px;

	font-size: 22px;

}







/*监督单位*/

.jiandu{

	display: none;

}

.jiandu_t {

	margin: auto;

	text-align: center;

}

.jiandu_t h2{

	font-size: 30px;

	color: #9c8553;

	margin-bottom: 10px;

	text-align: center;

}

.jiandu_t span {

    width: 60px;

    height: 2px;

    background-color: #9c8553;

    display: block;

    margin: auto;

    margin-bottom: 20px;

}

.jiandu_t h3{

	text-align: center;

	margin: auto 20px;

	font-size: 16px;

	color: #808080;

}

.jiandu_img{

	margin: auto;

	height: auto;

	margin-top: 40px;

}

.jiandu_img li{

	float:left;

	width:12.5%;

	text-align:center;

}

.jiandu_img li a{

	display:block;

}

.jiandu_img img{

	display: block;

	margin: auto;

	max-width:120px;

	height: auto;

	transition:all .3s;

}

.jiandu_img img:hover{

	transform:translate(0,-10px);

	-ms-transform:translate(0,-10px);

	-moz-transform:translate(0,-10px);

	-webkit-transform:translate(0,-10px);

	-o-transform:translate(0,-10px);

}



/*联系方式*/

.lianxi{

	width: 100%;

	height: auto;

	background-color: #221815;

	margin-top: 60px;

}

.fnav{

	height: auto;

	margin: auto;

	padding: 20px 0;

}

.fnav ul{

	width: 70%;

	height: auto;

	float: left;

}

.w960 .fnav ul{

	width:69%;

}

.fnav ul li {

    float: left;

    margin-right: 45px;

	line-height:37px;

}

.w960 .fnav ul li{

	margin-right:25px;

}

.fnav ul a span{

	font-size: 14px;

	color: #808080;

	display: block;

}

.fnav ul li:hover span{

	color: #fff;

}

.fnav h4 {

    float: right;

    font-size: 40px;

	line-height:1;

    font-family: Georgia;

    color: #fff;

	padding-left:45px;

	background:url("/temp/temp/53/53-0004/201804241453/images/tel.png") no-repeat center left;

}

.xian{

	width: 100%;

	height: 1px;

	display: block;

	background-color: #313131;

}

.w960 .fnav h4{

	font-size:35px;

}

.call{

	margin: auto;

	padding: 60px 0;

}

.call .flogo{

	float: left;

}

.call_t li h2{

	font-size:25px;

	color: #fff;

	margin-bottom: 10px;

}

.call_t li p{

	font-size: 14px;

	color: #999999;

	line-height: 30px;

}

.w960 .call_t li p{

	font-size:12px;

}

.call_t{

	width: auto;

	margin-left:7%;

    margin-top: 10px;

}

.w960 .call_t{

	width:64%;

    margin-left: 5%;

    margin-top: 10px;

}

.call_t li{

	float: left;

	margin-right: 80px;

}

.w960 .call_t li {

    margin-right: 5%;

}

.er{

	float: right;

	width: 18%;

	height: auto;

	text-align:center;

}

.w960 .er{

	width:14%;

	margin-top:10px;

}

.w960 .er img{

	width:100%;

	height:auto;

}

.er p{

	font-size:14px;

	margin:10px 0;

	color:#fff;

}

.er img{

	width:140px;

	height: auto;

}

.call_t{

	float: left;

}

.call_img{

	width: 12%;

	height: auto;

	float: left;

}

.w960 .call_img {

    width: 15%;

}

.con02{

	position:fixed;

	top:40%;

	right:0px;

	z-index:2;

}

.con02 li{

	background:#ccc;

	border-radius:3px;

	margin-bottom:1px;

}

.con02 li:hover{

	background:#f8b62a;

}

.con02 li a{

	display:block;

	width:60px;

	height:60px;

}

.con02 li.qq02 a{

	background:url("/temp/temp/53/53-0004/201804241453/images/icon2-1.png") no-repeat center center;

}

.con02 li.tel02 a{

	background:#ccc url("/temp/temp/53/53-0004/201804241453/images/icon2-2.png") no-repeat center center;

	position:absolute;

	z-index:2;

}

.con02 li.tel02:hover a{

	background: #f8b62a url("/temp/temp/53/53-0004/201804241453/images/icon2-2.png") no-repeat center center;

}

.con02 li.tel02{

	position:relative;

	height:60px;

}

.con02 li.wx02 a{

	background:url("/temp/temp/53/53-0004/201804241453/images/timg.png") no-repeat center center;

	position:relative;

}

.con02 li.top a{

	background:url("/temp/temp/53/53-0004/201804241453/images/icon2-4.png") no-repeat center center;

}

.con02 li.tel02 div {

    height: 60px;

    width: 210px;

    position: absolute;

    right:57px;

    background:#f8b62a;

    line-height: 60px;

    text-align: center;

    color: #fff;

    font-family: fantasy;

	transition:all .5s;

	font-size:30px;

	border-radius:3px;

	z-index:1;

	right:-220px;

}

.con02 li.tel02:hover div {

	right:57px;

}

.con02 li.wx02 div{

	width:140px;

	height:154px;

	position:absolute;

	right:62px;

	bottom:0;

	display:none;

	background:url("/temp/temp/53/53-0004/201804241453/images/599.png") no-repeat center center;

}

.con02 li.wx02:hover div{

	display:block;

}

.con02 li.wx02 div img {

    margin: 8px;

	margin-bottom:0;

}

.con02 li.wx02 div p{

	text-align:center;

	color:#666;

	font-size:12px;

}





/*技术支持*/

.jishu{

	width: 100%;

	height: auto;

	background-color: #242120;

	padding: 20px 0;

}

.jishu h3{

	text-align: center;

	width: 100%;

}

.default-pc-copyright{

	width: 100%;

	height: auto;

	margin: auto;

	font-size: 13px;

	color: #999999;

}

.default-pc-copyright a{

	color: #999;

}

.ylink dl{

	text-align: center;

}

.ylink dl dt{

	display: inline-block;

	color: #ddd;

	margin: 0 5px;

	float: none;

}

.ylink dl dd{

	display: inline-block;

	margin: 0 5px;

	float: none;

}

.ylink dl dd a{

	color: #999;

}

.jishu a:hover{

	color: #ddd;

}













.w960 .news li div h2 {

	font-size: 16px;

	color: #4c4c4c;

	margin-top: 20px;

	line-height: 24px;

}

.w960 .tu02 h3{

	margin-bottom: -60px;

	margin-left: 88%;

}

.w960 .tu02 span {

	margin-right: -10%;

}

.w960 .news li div p{

	font-size: 12px;

    margin-top: 10px;

    line-height: 20px;

    max-height: 60px;

}

.news li div h3 {

    font-size: 12px;

    width: 80px;

    line-height: 26px;

    margin-top: 15px;

}

.section{

	transform:translate(0,150px);

	transition:all 1s;

	opacity:0;

}

.section.active{

	transform:translate(0,0);

	opacity:1;

}

/*-------------------list-activity-------------------------*/



.activity {

    position: relative;

    padding-top:100px;

}

.list-activity .default-pc-sidebar-ul li

,.list-activity .default-pc-sidebar-ul {

    margin-bottom: 0;

}

.activity .line01 {

    display: block;

    width: 1px;

    height: 100%;

    background: #9c8553;

    position: absolute;

    left: 49.9%;

    top: 0;

}

.activity ul{

	padding-top:18%;

}

.activity li{

	float:left;

	width:47%;

	text-align:right;

	margin-bottom:100px;

	transition:all 1s;

	transform:translate(0,100px);

	-ms-transform:translate(0,100px);

	-moz-transform:translate(0,100px);

	-webkit-transform:translate(0,100px);

	-o-transform:translate(0,100px);

	opacity:0;

}

.activity.a li{

	transform:translate(0,0);

	opacity:1;

}

.activity li.mtop{

	margin-top:-18%;

}

.activity li.y2{

	float:right;

	text-align:left;

}

.activity li a{

	display:block;

}

.activity li strong {

    display: block;

    font-size: 25px;

    font-weight: normal;

    font-family: Georgia;

    color: #9c8553;

	position:relative;

}

.activity li strong em{

	display:block;

	width:15px;

	height:15px;

	background:#9c8553;

	border-radius:50%;

	position:absolute;

	right: -42px;

    top: 11px;

}

.activity li.y2 strong em{

	left: -44px;

	right:inherit;

}

.activity li h3 {

    font-size: 30px;

}

.activity li span {

    display: block;

    margin-top: 10px;

	overflow:hidden;

	border-radius:5px;

}

.activity li img{

	width:100%;

	height:auto;

	border-radius:5px;

	transition:all .5s;

}

.activity li:hover img{

	transform:scale(1.08);

}

.page{

	text-align:center;

	position:relative;

	background:#fff;

}

.page a{

	float:none;

	display:inline-block;

}

.page a{

	*display:inline;

}



/*关于我们内容页----------------------------------------------------*/

.about_box{

	margin: auto;

	height: auto;

}

.about_box h1{

	font-size: 28px;

	width: 100%;

	text-align: center;

	margin-top: 80px;

	margin-bottom: 10px;

}

.default-article-content p{

	color:#626262;

	line-height: 25px;

}



.ban02 .ban02_img img{

	width: 100%;

	height: auto;

}









/*图片展示列表页---------------------------------------------------------*/

.dr1{

	margin: auto;

}

.dr1 div h2{

	font-size: 28px;

	text-align: center;

	margin-bottom: 40px;

}

.pub1{

	text-align: right;

	width: 100%;

	margin-bottom: 10px;

}

.dr1 ul h3 {

    font-size: 16px;

    text-align: center;

    line-height: 40px;

    width: 100%;

    font-weight: bold;

}

.dr1 ul li div {

    position: relative;

    height: 60px;

    margin-top: -30px;

}

.dr1 ul li div h3 {

	width: 46%;

    padding: 2%;

    position: relative;

    background: #faedd1;

	transition:all .5s;

	position:absolute;

	left:0;

	bottom:0;

}

.dr1 ul h3 span {

    display: block;

    border: 1px solid #f6e0b1;

}

.dr1 ul li div em{

	display:block;

	position:absolute;

	left:85%;

	bottom:0;

	padding-left:30px;

	line-height:30px;

	font-size:14px;

	font-weight:bold;

	font-style:normal;

	padding-right:10px;

	transition:all .5s;

	background:url("/temp/temp/53/53-0004/201804241453/images/love.png") no-repeat center left;

}

.dr1 ul li:hover div h3{

	left:50%;

}

.dr1 ul li:hover div em{

	left:0;

}

.dr1 ul li{

	overflow: hidden;

	margin-bottom: 40px;

}

.dr1 ul li a{

	display: block;

}

.default-pc-sidebar-ul {

    height: auto;

    margin: auto;

    margin-bottom: 60px;

    text-align: center;

	margin-top: 80px;

}

.default-pc-sidebar-ul li {

    box-sizing: border-box;

    text-align: center;

    display: inline-block;

	margin-bottom: 20px;

	background:#faedd1;

}

.default-pc-sidebar-ul li a {

    font-size: 18px;

    text-align: center;

    margin: auto;

    line-height: 40px;

    display: block;

    color: #9c8553;

    transition: 0.3s;

    padding: 0 30px;

}

.w960 .default-pc-sidebar-ul li a{

	font-size: 15px;

    line-height: 34px;

    padding: 0 15px;

}

.default-pc-sidebar-ul li:hover a,.default-pc-sidebar-ul li.a a{

	color: #fff;

	background:#9c8553;

}

.pub{

	text-align:right;

}

.dr_img1 li{

	float: left;

	position: relative;

	width: 32%;

	height: auto;

	margin-right:2%;

	margin-bottom:2%;

}

.dr_img1 li img{

	width: 100%;

	height: auto;

}

.view-news{

	width:950px;

	margin:0 auto;

}

.view-news .article {

    margin:30px auto;

    padding: 50px 10%;

    background: #fff;

}

.view-news .look a {

    color: #9c8553;

}

.view-news .look a:hover{

	color:#e6063d;

}

/*图片内容页------------------------------------------------------------------------*/

.look{

	text-align: center;

	color: #8E8E8E; 

}

.about_box h1{

	color:#9c8553; 

}

.next{

	font-size: 12px;

	color: #8E8E8E;

	margin-top: 40px;

}

.next a{

	color: #8E8E8E;

}

.next a:hover{

	color: #9c8553;

}



/*新闻列表页-----------------------------------------------------------------------*/

.bnews_box{

	margin: auto;

	margin-bottom:100px;

}

.bnews{

	width: 100%;

}

.bnews_box .news{

	margin-top:0;

}

.bnews_box .default-pc-sidebar-ul{

	margin-bottom:30px;

}



/*--------------list-doctor-------------------*/

.doctor{

}

.doctor li {

    float: left;

    width: 20%;

    margin-right: 6.6%;

	margin-bottom:50px;

}

.doctor li a{

	display:block;

}

.doctor li a img {

    width: 100%;

    height: auto;

    transform: translate(10px,-10px);

	-ms-transform:translate(10px,-10px);

	-moz-transform:translate(10px,-10px);

	-webkit-transform:translate(10px,-10px);

	-o-transform:translate(10px,-10px);

    position: relative;

    z-index: 2;

	transition:all .3s;

	border-radius:5px;

	background:url("/images/zjbg2.jpg") no-repeat center center;

}

.doctor li:hover a img{

	 transform: translate(0,0);

}

.doctor li div{

	position:relative;

}

.doctor li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:10px;

	left:-10px;

	border:1px solid #9c8553;

	transition:all .3s;

	border-radius:5px;

}

.doctor li:hover span{

	opacity:0;

	top:0;

	left:0;

}

.doctor li h3 {

    font-size: 20px;

    margin-top:20px;

    text-align: center;

	color:#9c8553;

}

.doctor li em {

    font-style: normal;

    font-size: 14px;

}



/*-------------view-doctor------------------*/

.view-doctor{

	padding: 50px 80px;

    margin: 50px auto;

    width: 850px;

	background:#fff url("/temp/temp/53/53-0004/201804241453/images/zjbg1.jpg") no-repeat center top;

	background-size:100%;

}

.doctit{

	float:left;

	width:50%;

	color:#8a7a67;

}

.doctit span{

	display:block;

}

.doctit span img{

	width: 190px;

	height: auto;

}

.doctit h3 {

    font-size: 30px;

}

.doctit h2 {

    font-size:70px;

	margin-top:30px;

}

.doctit h4 {

    font-size: 40px;

}

.docimg{

	float:right;

	width:47%;

}

.docimg img{

	width:100%;

	height:auto;

}

.word{

	margin-top:-75px;

	position:relative;

}

.honhkong{

	height:150px;

	background:url("/temp/temp/53/53-0004/201804241453/images/hongk3.png") no-repeat center center;

}

.view-doctor .word .article p{

	font-size:24px !important;

	line-height:1.5;

	color: #8f7f65;

}

.fanye p{

	font-size:14px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#d3b603;

}







/*手机版---------------------------------------------------------*/

@media screen and (max-width:1024px){

	.xiaoguo li:hover span{

		display:none;

	}

	.dr_img li:hover div{

		display:none;

	}

	.jian_text h2 {

		font-size: 38px;

		margin-top: 60px;

	}

	.jian_text h3 {

		font-size: 25px;

	}

	.top_box{

		display: block;

	}

	.jian_text p {

		font-size: 22px;

		line-height: 42px;

	}

	.map h2 {

		font-size: 38px;

		margin-top: 60px;

	}

	.map p {

		font-size: 25px;

	}

	.fenlei01 a div h2 {

		font-size: 42px;

		margin-top: -130px;

	}

	.fenlei01 a div p {

		font-size: 36px;

	}

	.fenlei02 a div h2 {

		font-size: 42px;

		margin-top: -130px;

	}

	.fenlei02 a div p {

		font-size: 36px;

	}

	.xiao_text h2 {

		font-size: 38px;

	}

	.xiao_text p{

		font-size: 25px;

	}

	.banner1{

		width: 100%;

		height: auto;

	}

	.banner1 img{

		width: 100%;

		height: auto;

	}

	.bignav{

		display: none;

	}

	.jian_text {

		float: none;

		width: 100%;

		text-align: left;

	}

	.jian_img {

    	display: none;

    }

	.fenlei01 {

		float: left;

		width: 49%;

		overflow: hidden;

		margin-right: 2%;

	}

	.fenlei02 {

		float: right;

		width: 49%;

		overflow: hidden;

	}

	.fenlei01 li {

		width: 100%;

		height: auto;

		margin-right: 0;

		margin-bottom: 4%;

	}

	.fenlei02 li {

		width: 100%;

		height:auto;

		margin-bottom: 4%;

	}

	.guanggao_box{

		display: none;

	}

	.xiangmu{

		width: 100%;

		height: auto;

	}

	.xiao_text p{

		width: 100%;

	}

	.xiaoguo span{

		display: none;

	}

	.xiaoguo h3 {

		font-size: 30px;

		margin-top: calc(50% - 10px);

	}

	.xiaoguo .zheng h3 {

		font-size: 30px;

		margin-top: calc(25% - 10px);

	}

	.banner2{

		display: none;

	}

	.dr_img li{

		width: 32%;

		margin-right: 2%;

	}

	.dr_img li:nth-child(3){

		margin-right: 0;

	}

	.dr_img li:nth-child(4){

		display: none;

	}

	.dr_text h2{

		font-size: 38px;

	}

	.dr_text ul li a{

		font-size: 26px;

	}

	.news_box{

		margin-top: 60px;

	}

	.news_title h2{

		font-size: 38px;

	}

	.news_title ul li{

		font-size: 26px;

	}

	.news li{

		width: 100%;

		height: auto;

	}

	.news li img {

		width: 40%;

		height: auto;

		display: none;

	}

	.news li div {

		padding: 20px 5%;

		width: 90%;

		margin: 0;

		background: #f9f9f9;

	}

	.news li div h2 {

		font-size: 25px;

		color: #4c4c4c;

		max-width: 100%;

		margin-top: 47px;

		line-height: 36px;

	}

	.news li div span {

		margin-top: 25px;

	}

	.news li div p {

		max-width: 100%;

		margin-top: 25px;

		line-height: 38px;

		max-height: 110px;

		font-size: 30px;

	}

	.news li div h3 {

		width: 100px;

		line-height: 48px;

		margin-top: 35px;

		font-size: 28px;

		padding: 0px 20px;

	}

	.news_box h4{

		font-size: 26px;

	}

	.news li div h2{

		font-size: 36px;

	}

	.jiandu{

		display: none;

	}

	.map p{

		width: 100%;

		height: auto;

	}

	.map img{

		width: 100%;

		height: auto;

	}

	.section {

		transform: translate(0,0px);

		opacity: 1;

	}

	.mr0{

		margin-right:0 !important;

	}

	.about01 p:nth-child(2){

		display:none;

	}

	.about01 {

		width: 46%;

		padding: 2% 2%;

	}

	.about01 p {

		font-size: 12px;

		margin-top: 14px;

	}

	.about01 .more01 {

		margin-top: 26px;

	}	

	

	.pinpai ul li{

		width: 48%;

		margin: 1%;

	}

	.pinpai ul li div h3{

		font-size: 20px;

		margin-top: 15px;

	}

	.pinpai ul li div span{

		margin: 10px 0;

	}

	.pinpai ul li div p{

		line-height: 22px;

		max-height: 66px;

		margin-bottom: 20px;

	}

	.fenlei01 li div{

		background: rgba(0,0,0,0.40);

	}

	.fenlei01 a div h2{

		margin: auto;

		margin-top: 40px;

		font-size: 18px;

		text-align: center;

		width: 100%;

	}

	.fenlei01 a div p{

		margin: auto;

		font-size: 12px;

		text-align: center;

	}

	

}



@media screen and (max-width:768px){ 

	.top_box{

		display: block;

	}

	.banner1{

		width: 100%;

		height: auto;

	}

	.banner1 img{

		width: 100%;

		height: auto;

	}

	.bignav{

		display: none;

	}

	.jian_text {

		float: none;

		width: 100%;

		text-align: left;

	}

	.jian_img {

    	display: none;

    }

	.fenlei01 {

		float: left;

		width: 49%;

		overflow: hidden;

		margin-right: 2%;

	}

	.fenlei02 {

		float: right;

		width: 49%;

		overflow: hidden;

	}

	.fenlei02 a div h2{

		font-size: 36px;

	}

	.fenlei02 a div p{

		font-size: 28px;

	}

	.fenlei01 li {

		width: 100%;

		height: auto;

		margin-right: 0;

	}

	.fenlei02 li {

		width: 100%;

		height:auto;

	}

	.guanggao_box{

		display: none;

	}

	.xiangmu{

		width: 100%;

		height: auto;

	}

	.xiao_text p{

		width: 100%;

	}

	.xiaoguo span{

		display: none;

	}

	.xiaoguo h3 {

		font-size: 20px;

		margin-top: calc(50% - 10px);

	}

	.xiaoguo .zheng h3 {

		font-size: 20px;

		margin-top: calc(25% - 10px);

	}

	.banner2{

		display: none;

	}

	.dr_img li{

		width: 32%;

		margin-right: 2%;

	}

	.dr_img li:nth-child(3){

		margin-right: 0;

	}

	.dr_img li:nth-child(4){

		display: none;

	}

	.more {

		width: 130px;

	}

	.more h2 {

		font-size: 22px;

		padding: 3px 0;

		margin-bottom: 80px;

	}

	.news li{

		width: 100%;

		height: auto;

	}

	.news li img {

		width: 40%;

		height: auto;

		display: none;

	}

	.news li div h2 {

		font-size: 30px;

		color: #4c4c4c;

		max-width: 100%;

		margin-top: 47px;

		line-height: 36px;

	}

	.news li div span {

		margin-top: 25px;

	}

	.news li div p {

		max-width: 100%;

		margin-top: 25px;

		line-height: 38px;

		max-height: 110px;

	}

	.news li div h3 {

		width: 100px;

		line-height: 40px;

		margin-top: 35px;

	}

	.jiandu{

		display: none;

	}

	.map p{

		width: 100%;

		height: auto;

	}

	.map img{

		width: 100%;

		height: auto;

	}

		.xiaoguo li {

		width: 50%;

		margin-top: 0;	

	}

	.xiaoguo .zheng{

		width: 100%;

	    margin-top: 40px;

	}

	.xiaoguo li h3{

		font-size: 35px;

	}

	.xiaoguo .zheng h3{

		font-size: 35px;

	}

	.get li div span {

		margin-top: 10%;

	}

}

@media screen and (max-width:480px){

	.jian_text h2{

		font-size: 26px;

	}

	.jian_text h3{

		font-size: 16px;

	}

	.jian_text p{

		font-size: 14px;

		line-height: 24px;

	}

	.jian_text p:nth-child(2){

		display: none;

	}

	.map h2{

		font-size: 26px;

	}

	.map p{

		font-size: 16px;

	}

	.fenlei02 a div h2 {

		font-size: 23px;

		margin-top: -36%;

		margin-left: 5%;

	}

	.fenlei02 a div p {

		font-size: 15px;

		margin-left: 5%;

	}

	.xiaoguo li {

		width: 50%;

		margin-top: 0;	

	}

	.xiaoguo .zheng{

		width: 100%;

	    margin-top: 20px;

	}

	.xiao_text h2{

		font-size: 26px;

	}

	.xiao_text p{

		display: none;

	}

	.xiaoguo .zheng h3 {

    font-size: 20px;

	}

	.xiaoguo li h3 {

    font-size: 20px;

	}

	.dr_text h2{

		font-size: 26px;

	}

	.dr_text ul li a{

		font-size: 16px;

	}

	.dr_img li{

		width: 49%;

		margin-right: 2%;

	}

	.dr_img li:nth-child(2){

		margin-right: 0;

	}

	.dr_img li:nth-child(4),.dr_img li:nth-child(3){

		display: none;

	}

	.dr_img{

		margin-top: 20px;

	}

	.more h2{

		margin-bottom: 20px;

	}

	.news_box h4{

		display: none;

	}

	.news_title h2{

		font-size: 26px;

	}

	.news_title ul li{

		font-size: 14px;

		margin: 3px 10px;

	}

	.news li div h2 {

		font-size: 16px;

		margin-top: 12px;

		line-height: 30px;

	}

	.news li div h3 {

		width: 100%;

		line-height: 36px;

		margin-top: 15px;

		font-size: 17px;

		padding: 0;

	}

	.news li div h3:hover{

		width: 100%;

	}

	.jinajie {

		margin-top: 60px;

	}

	.tit h3 {

		font-size: 25px;

	}

	.tit em {

		font-size: 16px;

	}

	.get {

		margin: 30px auto;

	}

	.tit {

		margin-bottom: 20px;

	}

	.mr0{

		margin-right:0 !important;

	}

	.get li div span {

		margin-top: 5%;

		border: 1px solid #fff;

		width: 40px;

		height: 40px;

		margin-left: 10px;

		float:left;

	}

	.get li div span img {

		margin-top: 7px;

		width:25px;

		height: auto;

	}

	.get li div h3 {

		margin-top: 4px;

		font-size: 12px;

	}

	.get li {

		width: 100%;

		height: 80px;

		margin-right: 0;

		margin-bottom: 5px;

		overflow:hidden;

	}

	.get li ins {

		display: block;

	}

	.get li div h3 {

		margin-top: 20px;

		font-size: 14px;

		text-align: left;

		float: left;

		width: 70%;

		margin-left: 5%;

	}

	.more01 {

		width: 120px;

		font-size: 12px;

		line-height: 35px;

		border: 1px solid #999;

		margin: 0px auto;

		margin-top:20px;

	}

	.about-1 span {

		width: 100%;

	}

	.about01 {

		width: 90%;

		padding: 5%;

		background: rgba(255, 255, 255, 0.8);

		margin-top: -100px;

	}

	.uid-2855 .about01{

		margin-top:0;

	}

	.about-1 h3 {

		font-size: 25px;

		text-align: center;

	}

	.about01 h3 em {

		font-size: 16px;

	}

	.about01 p:nth-child(2){

		display:none;

	}

	.about01 p {

		font-size: 12px;

		line-height: 1.8;

	}

	.about01 .more01 {

		margin: inherit;

		margin-top: 20px;

	}

	.map{

		margin-top:0;

	}

	.map h2 {

		font-size:25px;

		margin-top: 30px;

	}

	.map p {

		font-size: 12px;

	}

	.xiangmu {

		margin-top: 20px;

		padding: 20px 0;

	}

	.dr {

		margin-top: 30px;

	}

	.dr_text ul li a {

		 margin: auto 14px;

	}

	.more {

		width: 120px;

		margin-top:20px;

		padding: 6px 0;

		font-size: 16px;

	}

	.news_box {

		margin-top: 30px;

	}

	.news{

		margin-top:0;

	}

	.news_title ul {

		margin-top: 15px;

	}

	.news li{

		margin-right:0;

	}

	.news li div h2 {

		margin-top: 0;

	}

	.news li div span {

		margin:10px 0;

		height: 2px;

	}

	.news li div {

		padding: 15px 3%;

		width: 94%;

	}

	.news li div p {

		margin-top: 10px;

		line-height: 18px;

		max-height: 36px;

		font-size: 12px;

		color: #999;

	}

	.news li div h3 {

		display: none;

	}

	.news li{

		margin-top:10px;

	}

	.view-doctor {

		padding:20px 0;

		margin: 0 auto;

		width: 100%;

		background-size:100% 245px;

	}

	.doctit {

		margin-left: 5%;

	}

	.doctit span img{

		width:100px;

		height:auto;

	}

	.doctit h2 {

		font-size: 30px;

		margin-top: 10px;

	}

	.doctit h3 {

		font-size: 14px;

	}

	.doctit h4 {

		font-size: 20px;

	}

	.docimg {

		width: 144px;

	}

	.honhkong {

		height: 90px;

		background-size: auto 90px;

	}

	.word {

		margin-top: -30px;

		padding: 0 10px;

	}

	.view-doctor .word .article p{

		font-size:16px !important;

	}

	.list-doctor{

		margin-top:10px;

	}

	.doctor li{

		width:49%;

		margin-right:2%;

		margin-bottom:20px;

	}

	.doctor li a img{

		transform: translate(0,0);

	}

	.doctor li h3 {

		font-size: 20px;

		margin-top: 0;

	}

	.default-moblie-news-list li .box .more{

		background:none !important;

	}

	

	.pinpai ul li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.pinpai ul li div p{

		font-size: 12px;

	}

	.pinpai ul li div ins{

		font-size: 13px;

		line-height: 26px;

		width: 100px;

	}

	.pinpai ul li div h3 {

		font-size: 18px;

		margin-top: 20px;

	}

	.pinpai ul li div span{

		margin: 8px 0;

		width: 50px;

	}

	.pinpai{

		margin-top: 50px;

	}

	.default-slider-2 > .dots{

		bottom: 15px;

	}

	.banner1 .dots span{

		width: 12px;

		height: 12px;

		border-radius: 6px;

	}



}












































