/*!

 * 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-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#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;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
/*全局手机样式*/

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;

}
﻿.wp{

	width:1400px;

}

.w960 .wp, .w960 .w1188{

	width:1200px;

}

.default-diy-edit .diy {

    top: 50px;

}

.main {

    position: relative;

    width: 100%;

    overflow: hidden;

}

.swiper-slide {

    position: relative;

}

.banner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	position:relative;

	margin:10px 15px;

}

.banner .dots span.active::before{

	position:absolute;

	content:"";

	width:14px;

	height:14px;

	border-radius:50%;

	background-color:transparent;

	border:1px solid #fff;

	left:-3px;

	top:-3px;

}

.banner .dots span.active{

	background-color:#fff;

}

.banner li img {

    width: 100%;

    height: auto;

    margin-left: 0 !important;

    left: 0 !important;

}

.headbox{

	position:absolute;

	width:100%;

	z-index:2;

	top:0;

}

.ban01 .headbox{

	position:relative;

	z-index:0;

}

.ban01 .toptel {

    padding-left: 37px;

    background-size: 30px;

}

.ban01 .top01 {

	background:#f5f5f5;

}

.ban01 .top01 ul{

	border-right:1px solid #009b7f;

}

.top01{

	text-align:right;

	padding:7px 0;

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

}

.top01 ul

,.toptel{

	display:inline-block;

	*dusplay:inline;

	vertical-align:middle;

}

.top01 ul{

	padding-right:15px;

	border-right:1px solid rgba(255, 255, 255, 0.38);

}

.top01 li{

	float:left;

	margin-left:10px;

}

.top01 li a{

	display:block;

	font-size:14px;

	padding:6px 10px;

	background:#009b7f;

	color:#fff;

	border-radius:5px;

}

.toptel{

	padding-left:35px;

	font-size:25px;

	background:url("/temp/temp/52/52-0198/201909160931/images/tel.png") no-repeat center left;

	background-size:30px;

	color:#009b7f;

	margin-left:10px;

}

.header{

	background:#fff;

	padding:10px 0;

}

.header .wp{

	text-align:center;

}

.menu ,.logo{

	display:inline-block;

	*display:inline;

	vertical-align:middle;

}

.menu{

	margin-left:20px;

}

.default-basescript-index .menu > li:first-child{

	display:none;

}

.default-basescript-index .menu > li:first-child ul li{

	display:block;

}

.menu li a {

    font-size: 14px;

	padding:14px 35px;

	display:block;

	color: #606060;

}

.w960 .menu li a{

	padding:14px 25px;

}

.menu li.a a 

,.menu li:hover a{

	color: #009370;

}

.menu li ul{

	background:#fff;

	padding:10px 0;

	text-align:left;

	border-top:2px solid #009370;

}

.menu li:hover ul{

	display:none;

}

.menu li ul li a{

	line-height:35px;

	color:#666 !important;

	padding:0 35px;

	background:url("/temp/temp/52/52-0198/201909160931/images/mainbg.png") no-repeat 15px center;

}

.w960 .menu li ul li a{

	padding:0 28px;

}

.menu li ul li:hover a{

	background-color:#f5f5f5;

}

.newsbox{

	background:url("/temp/temp/52/52-0198/201909160931/images/newsbg.jpg") no-repeat center center;

	background-size:cover;

}

.newsbox01{

	padding-bottom:20px;

	padding-top:9%;

}

.w960 .newsbox01{

	padding-top:7%;

}

.newstit {

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.newstit h2{

	float:left;

	font-size:36px;

	color:#fff;

}

.newstit h2 span{

	font-size:18px;

	margin-left:10px;

	text-transform:uppercase;

	letter-spacing: 3px;

}

.newstit ul{

	float:right;

}

.newstit li {

    margin-left: 10px;

    float: left;

}

.newstit li.a a

,.newstit li:hover a{

	background:#009b7f;

	color:#fff;

}

.newstit li a{

	display:block;

	font-size:18px;

	padding:8px 30px;

	background:#fff;

	color:#009b7f;

}

.news{

	padding-top:100px;

}

.w960 .news

,.w960 .news02{

	padding-top:70px;

}

.newsbox02 ul{

	display:none;

}

newsbox02 ul.news01{

	display:block;

}

.news li

,.news02 li{

	float:left;

	width:30%;

	margin-left:5%;

	position:relative;

}

.news li:first-child

,.news02 li:first-child{

	margin-left:0;

}

.news li a{

	display:block;

}

.news li a h3

,.news02 li a h3{

    color: #009b7f;

    font-size: 18px;

    margin-bottom: 10px;

}

.news li a h3 em

,.news02 li a h3 em{

	float:left;

	width:15px;

	height:15px;

	border-radius:50%;

	border:1px solid #009b7f;

	vertical-align:middle;

	margin-right:10px;

	margin-top:4px;

}

.news li a h4

,.news02 li a h4 {

    color: #fff;

    font-size: 18px;

	height:54px;

	overflow:hidden;

}

.news li a div.d02{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	z-index:2;

	transition:all .5s;

	background:#000;

	border-radius:5px;

	overflow:hidden;	

}

.honorshow li a div.d02{

	background:#fff url("/temp/temp/52/52-0198/201909160931/images/jianbg.png") no-repeat center bottom;

	padding:30px 0 50px 0;

	text-align:center;

}

.honorshow li a div.d02 img{

	width: auto;

    height: 220px;

    max-width: 100%;

    box-shadow: 0 0 10px #ccc;

}

.w960 .honorshow li a div.d02 img{

	height:180px;

}

.news li:hover a div.d01{

/*--	transform:scale(.9);

	-ms-transform:scale(.9);

	-moz-transform:scale(.9);

	-webkit-transform:scale(.9);

	-o-transform:scale(.9);--*/

}

.news li:hover a img{

	/*--transform: translateY(0);

	-ms-transform:translateY(0);

	-moz-transform:translateY(0);

	-webkit-transform:translateY(0);

	-o-transform:translateY(0);--*/

	opacity:.6;

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);



}

.news li a div.d02{

	overflow:hidden;

	transition:all .5s;

	position:relative;

	z-index:1;

	margin-top:30px;

}

.news li a div.d02 em{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.news li a img{

	width:100%;

	height:auto;

	/*--transform: translateY(120px);

	-ms-transform:translateY(120px);

	-moz-transform:translateY(120px);

	-webkit-transform:translateY(120px);

	-o-transform:translateY(120px);--*/

	transition:all .3s;

}

.news li span{

	display:block;

	width:40px;

	height:40px;

	border-radius:50%;

	border:1px solid #fff;

	line-height:40px;

	font-size:20px;

	color:#fff;

	text-align:center;

	bottom:0;

	right:20px;

	position:absolute;

	transition:all .3s;

	opacity:0;

	z-index:1;

}

.news li:hover span{

	opacity:1;

	bottom:20px;

}

.news li ins

,.news02 li ins {

    position: absolute;

    width: 1px;

    height: 100%;

    left: -8.5%;

    top: 0;

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

}

.news li:first-child ins

,.news02 li:first-child ins{

	display:none;

}

.news02{

	padding-top:100px;

}

.news02 li a{

	display:block;

}

.news02 li a{

	display:block;

}

.news02 li a h4{

	height:54px;

}

.news02 li a div.d02{

	position:relative;

	margin-top:30px;

	background:#000;

	overflow:hidden;

	border-radius:5px;

}

.news02 li:hover a div.d02 img{

	opacity:.6;

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.news02 li a div.d02 img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.news02 li a div.d02 em{

	display:block;

	position:absolute;

	width:80px;

	height:80px;

	left:50%;

	margin-left:-40px;

	top:50%;

	margin-top:-40px;

	background:url("/temp/temp/52/52-0198/201909160931/images/bofang.png") no-repeat center center;

	background-size:100%;

}

.probox{

	background:url("/temp/temp/52/52-0198/201909160931/images/probg.jpg") no-repeat center center;

	background-size:cover;

}

.probox01{

	position:relative;

	height:100%;

	border-left:1px solid rgba(255, 255, 255, 0.1);

	border-right:1px solid rgba(255, 255, 255, 0.1);

}

.protit{

	float:left;

	width:160px;

}

.protit h2 {

    position: absolute;

    left: 50%;

    width: 400px;

    text-align: center;

    margin-left: -200px;

    top: 100px;

    font-size: 36px;

    color: #fff;

}

.protit h2 span {

	text-transform: uppercase;

    font-size: 20px;

    letter-spacing: 2px;

    display: block;

    margin-top: 5px;

	background:url("/temp/temp/52/52-0198/201909160931/images/line03.png") no-repeat center center;

}

.protit ul{

	margin-top:300px;

}

.w960 .protit ul{

	margin-top:250px;

}

.protit li{

	margin-bottom:10px;	

	box-shadow: 0 0 5px #9ca7a5;

}

.protit li a{

	display:block;

	background:#009b7f;

	color:#fff;

	font-size:18px;

	width:100%;

	text-align:center;

	line-height:60px;

	position:relative;

	transition:all .3s;

}

.protit li a em{

	display:block;

	width:60px;

	height:60px;

	line-height:60px;

	text-align:center;

	color:#fff;

	font-size:20px;

	position:absolute;

	left:0;

	top:0;

	opacity:0;

	border-right:1px solid rgba(255, 255, 255, 0.1);

	transition:all .3s;

	background:#009b7f;

	z-index:-1;

	box-shadow: 0 0 5px #9ca7a5;

}

.protit li:hover a em

,.protit li:first-child a em{

	opacity:1;

	left:-61px;

	z-index:1;

}

.product{

	width:calc(100% - 160px);

	float:right;

	position: relative;

    height: 100%;

}

.product01{

	height:100%;

	position:relative;

}

.product01 li {

    float: left;

    width: 20%;

    height: 100%;

	overflow:hidden;

}

.product01 li:nth-child(3) span img{

	transform:scale(1.3);

	-ms-transform:scale(1.3);

	-moz-transform:scale(1.3);

	-webkit-transform:scale(1.3);

	-o-transform:scale(1.3);

	margin-top:-35px;

	margin-bottom:35px;

}

.product01 li:nth-child(2) span img

,.product01 li:nth-child(4) span img{

	transform:scale(1.15);

	-ms-transform:scale(1.15);

	-moz-transform:scale(1.15);

	-webkit-transform:scale(1.15);

	-o-transform:scale(1.15);

	margin-top:-20px;

	margin-bottom:20px;

}

.product01 li a {

    display: block;

    text-align: center;

	height:100%;

    border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.product01 li:hover a{

	/*--background:#fff;--*/

}

.product01 li strong {

    font-size: 80px;

    color: #eee;

    font-family: fantasy;

	padding-top:180px;

	display:block;

}

.w960 .product01 li strong{

	padding-top:50px;

	font-size:60px;

}

.product01 li em {

    display: block;

    width: 1px;

    height:60px;

    background: #eee;

    margin: 0 auto;

}

.w960 .product01 li em{

	height:160px;

}

.product01 li h3

,.product01 li h4 {

    font-size: 18px;

    text-align: center;

    color: #fff;

	margin-top:30px;

	margin-bottom:0;

	transition:all .3s;

}

.product01 li h4{

	margin-top:0;

}

.product01 li span{

	display:block;

	margin-top:30px;

	transition:all .5s;

}

.product01 li span img{

	width:100%;

	height:auto;

}

.product01 li:hover span{

	transform:scale(1.08);

}

.product01 li strong 

,.product01 li em{

	transition:all .3s;

	opacity:0;

}

.product01 li:hover strong 

,.product01 li:hover em

,.product01 li:hover ins{

	opacity:0;

}

/*--

.product01 li:hover span{

	background:#fff;

}

.product01 li:hover em{

	height:210px;

}

.w960 .product01 li:hover em{

	height:140px;

}

.product01 li:hover strong{

	padding-top:70px;

}--*/

.product01 li ins{

	display:block;

	width:40px;

	height:40px;

	border-radius:50%;

	border:2px solid #009b7f;

	line-height:40px;

	text-align:center;

	font-size:20px;

	color:#009b7f;

	margin:0 auto;

	text-decoration:none;

	margin-top:20px;

	opacity:0;

	transition:all .3s;

}



/**

 * Swiper 3.4.2

 * Most modern mobile touch slider and framework with hardware accelerated transitions

 * 

 * http://www.idangero.us/swiper/

 * 

 * Copyright 2017, Vladimir Kharlampidi

 * The iDangero.us

 * http://www.idangero.us/

 * 

 * Licensed under MIT

 * 

 * Released on: March 10, 2017

 */

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}



.aboutbox01{

	padding-top:8%;

}

.w960 .aboutbox01{

	padding-top:5%;

}

.ditubox{

	background:url("/temp/temp/52/52-0198/201909160931/images/mapbg.jpg");

}

.ditubox .scrr em

,.probox .scrr em{

	color:#009b7f;

}

.ditubox .scrr

,.probox .scrr{

	border:2px solid #009b7f;

}

.ditutit{

	margin-bottom:150px;

	padding-top:100px;

}

.ditutit h2{

	text-align:center;

	font-size:36px;

	color:#009b7f;

}

.ditutit h2 span{

	background:url("/temp/temp/52/52-0198/201909160931/images/line01.png") no-repeat center center;

	text-transform:uppercase;

	font-size:20px;

	letter-spacing:2px;

	display:block;

	margin-top:5px;

}

.servicebox{

	position:relative;

	z-index:2;

}

.service{

	overflow:hidden;

	position:relative;

}

.service li{

	width:400px;

	margin:0 33px;

	margin-top:142px;

	height:auto !important;

}

.service li.swiper-slide-active{

	margin-top:0;

}

.service li a{

	display:block;

	text-align:center;

	margin:0 auto;

	width:120px;

}

.service li.swiper-slide-active a{

	width:290px;

	box-shadow:0 0 10px #eee;

}

.service li a span{

	display:block;

	padding:8px;

	background:#fff;

	box-shadow:0 0 10px #eee;

}

.service li span img{

	width:100%;

	height:auto;

}

.service li.swiper-slide-active .d02

,.service li a .d01{

	display:none;

}

.service li.swiper-slide-active .d01{

	display:block;

}

.service li .d01{

	padding:10px;

	background:#fff;

	border-bottom:3px solid #009b7f;

}



.service li .d01 strong

,.service li .d02{

	font-size:20px;

	color:#009b7f;

}

.service li .d02{

	padding-top:5px;

}

.service li .d01 em{

	width:1px;

	height:14px;

	background:#009b7f;

	display:block;

	margin:7px auto;

}

.service li .d01 h3{

	font-size:16px;

	color:#666;

}

.service .prev02

,.service .next02{

	position:absolute;

	left:0px;

	width:30px;

	height:30px;

	bottom:99px;

	cursor:pointer;

	background:url("/temp/temp/52/52-0198/201909160931/images/prev02.png") no-repeat center center;

}

.service .next02{

	left:auto;

	right:0;

	background:url("/temp/temp/52/52-0198/201909160931/images/next02.png") no-repeat center center;

}

.line02{

	position:absolute;

	bottom:113px;

	width:100%;

	height:1px;

	background:url("/temp/temp/52/52-0198/201909160931/images/line02.png") no-repeat center center;

}

.mapbox{

	position:absolute;

	left:0;

	top:0;

	z-index:1;

	height:100%;

	width:100%;

}

.w960 .mapbox01{

	transform:scale(0.7);

	-ms-transform:scale(0.7);

	-moz-transform:scale(0.7);

	-webkit-transform:scale(0.7);

	-o-transform:scale(0.7);

	height:969px;

	margin-top:-120px;

}

.mapbox01{

	height:100%;

	position:relative;

	width:1400px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0198/201909160931/images/map01.png") no-repeat center center;

}

.mapbox01 div{

	position:absolute;

	cursor:pointer;

}

.mapbox01 div span {

    display: block;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background:url("/temp/temp/52/52-0198/201909160931/images/logoadd.png") no-repeat center center;

	background-size:100%;

    opacity: .8;

	margin:0 auto;

	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;

    animation: ripple 4.5s ease-out 1.8s infinite;

}

.mapbox01 div ins{

	display:block;

	border-radius:50%;

	left:50%;

	width:150px;

	margin-left:-75px;

	bottom:-30px;

	position:absolute;

	transition:all .3s;

	background:#fff;

	padding:15px;

	border-radius:10px;

	box-shadow:0 0 10px #ccc;

	text-align:center;

	text-decoration:none;

	opacity:0;

	z-index:-1;

}

.mapbox01 div a:hover{

	color:#f60;

}

.mapbox01 div:hover ins{

	opacity:1;

	z-index:1;

	bottom:30px;

}

.mapbox01 div ins img{

	width:100px;

	height:auto;

	padding:5px 0;

	border-radius:10px

}

.mapbox01 div ins h3{

	text-align:center;

	font-size:13px;

	color:#333;

}

.mapbox01 div.m0 span

,.mapbox01 div.m28 span

,.mapbox01 div.m29 span{

	width:30px;

	height:30px;

}

.mapbox01 div a{

	

}

.mapbox01 div.m0{ right:252px; bottom:213px;}

.mapbox01 div.m1{ right:282px; bottom:195px;}

.mapbox01 div.m2{ right:278px; bottom:244px;}

.mapbox01 div.m3{ right:289px; bottom:168px;}

.mapbox01 div.m4{ right:383px; bottom:128px;}



.mapbox01 div.m5{ right: 372px; bottom: 147px;}

.mapbox01 div.m6{ right: 486px; bottom: 28px;}

.mapbox01 div.m7 {right: 524px;top: 510px;}

.mapbox01 div.m8 {right: 552px;top: 634px;}

.mapbox01 div.m9 {left: 700px; bottom: 312px;}



.mapbox01 div.m10{ right: 334px; bottom: 327px;}

.mapbox01 div.m11 {right: 243px;bottom: 315px;}

.mapbox01 div.m12 {right: 433px;top: 543px;}

.mapbox01 div.m13 {right: 263px;bottom: 362px;}

.mapbox01 div.m14 {right: 285px; bottom: 366px;}



.mapbox01 div.m15 {right: 400px; bottom: 320px;}

.mapbox01 div.m16 {right: 339px; top: 448px;}

.mapbox01 div.m17 {right: 262px; top: 432px;}

.mapbox01 div.m18 {right: 500px;bottom: 140px;}

.mapbox01 div.m19 {bottom: 123px;right: 530px;}

.mapbox01 div.m20 { right:676px;bottom: 170px;}

.mapbox01 div.m21 { right: 217px;bottom: 300px;}

.mapbox01 div.m22 {right:330px;bottom: 280px;}

.mapbox01 div.m23 {right: 354px;bottom: 270px;}

.mapbox01 div.m24 {top: 239px; right: 219px;}

.mapbox01 div.m25 {top:333px; right: 210px;}

.mapbox01 div.m26 {right:500px;top: 360px;}

.mapbox01 div.m27 {top:586px;right:232px;}

.mapbox01 div.m28 {top: 365px;right: 368px;}

.mapbox01 div.m29 {right: 232px;bottom: 342px;}



@keyframes ripple{



	 0%{

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }



    50%{

        -webkit-transform: scale(1.5);

        -ms-transform: scale(1.5);

        -o-transform: scale(1.5);

        transform: scale(1.5);

    }

    100%{

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }



}





.aboutbox{

	background:url("/temp/temp/52/52-0198/201909160931/images/aboutbg.jpg") no-repeat center center;

}

.about01{

	width:1090px;

	margin:0 auto;

}

.about01 .video01{

	float:left;

	width:66.6%;

	position:relative;

	overflow:hidden;

}

.videobox{

	position:fixed;

	width:100%;

	height:100%;

	left:0;

	top:0;

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

	z-index:3;

	display:none;

}

.videobox .video02{

	width:1000px;

	height:600px;

	position:absolute;

	left:50%;

	margin-left:-510px;

	top:50%;

	margin-top:-310px;

	padding:10px;

	background:#fff;

}

.videobox .video02 span{

	display:block;

	position:absolute;

	width:29px;

	height:29px;

	line-height:29px;

	text-align:center;

	font-size:14px;

	color:#fff;

	right:-10px;

	top:-10px;

	background:#009b7f;

	border-radius:50%;

	cursor:pointer;

	transition:all .3s;

}

.videobox .video02 iframe

,.videobox .video02 video{

	width:100%;

	height:100%;

}

.videobox .video02 span:hover{

	background:#046755;

}

.about01 .video01:hover img

,.about01 .about02:hover img{

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.about01 .video01 img{

	width:100%;

	height:auto;

	transition:all .5s;

	cursor:pointer;

}

.about01 .video01 em{

	display:block;

	position:absolute;

	width:88px;

	height:88px;

	left:50%;

	margin-left:-44px;

	top:50%;

	margin-top:-44px;

	cursor:pointer;

	background:url("/temp/temp/52/52-0198/201909160931/images/bofang.png") no-repeat center center;

}

.about01 .about02{

	float:right;

	width:32.5%;

	overflow:hidden;

}

.about01 .about02{

	margin-bottom: 0.9%;

}

.about01 .about02 a{

	display:block;

	position:relative;

	transition:all .3s;

}

.about01 .about02 img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.about01 .about02 span{

	display:block;

	position:absolute;

	left:20px;

	top:20px;

	color:#fff;

	text-transform:uppercase;

	font-size:20px;

	letter-spacing:3px;

}

.about01 .about02 span h3{

	font-size:25px;

	letter-spacing:0;

}

.aboutbox .ditutit{

	padding-top:0;

	margin-bottom:100px;

}

.w960 .aboutbox .ditutit{

	margin-bottom:50px;

}

.aboutbox .ditutit h2{

	color:#fff;

}

.aboutbox .ditutit h2 span{

	background:url("/temp/temp/52/52-0198/201909160931/images/line03.png") no-repeat center center;	

}

.footbox{

	height:auto !important;

}

.footer{

	background:url("/temp/temp/52/52-0198/201909160931/images/ftbg.jpg") no-repeat center top;	

}

.ftnav{

	float:left;

	width:80%;	

	padding-bottom:20px;

}

.ftnav ul{

	float:left;

	width:12.5%;

}

.ftnav li:first-child a{

	font-size:15px;

	padding:25px 0;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	margin-bottom:20px;

	background:none;

}

.ftnav li a{

	color:#fff;

	font-size:13px;

	display:block;

	transition:all .3s;

	padding:4px 0;

	padding-left:15px;

	background:url("/temp/temp/52/52-0198/201909160931/images/mainbg.png") no-repeat center left;

}

.ftnav li:hover a{

	color:#009370;

}

.foot01{

	float:right;

}

.ftlogo{

	float:left;

	width:20%;

}

.ftlogo img{

	max-width:200px;

	height:auto;

}

.foot01 h2{

	font-size:18px;

	color:#fff;

	font-weight:bold;

	margin-bottom:30px;

	letter-spacing:2px;

	width:100%;

}

.focus img.wechat{

	width:130px;

	height:auto;

	float:left;

	margin-top:10px;

}

.focus ul{

	float:right;

	width:45px;

	margin-left:20px;

}

.focus li{

	width:45px;

	height:45px;

	border-radius:50%;

	margin-bottom:10px;

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

	transition:all .3s;

}

.focus li a{

	display:block;

	width:45px;

	height:45px;

}

.focus li:hover{

	background:rgba(0, 155, 127, 0.4);

}

.focus li.qq01 a{

	background:url("/temp/temp/52/52-0198/201909160931/images/qq01.png") no-repeat center center;	

}

.focus li.wx01 a{

	background:url("/temp/temp/52/52-0198/201909160931/images/wx01.png") no-repeat center center;

	position:relative;

}

.focus li.wb01 a{

	background:url("/temp/temp/52/52-0198/201909160931/images/wb01.png") no-repeat center center;	

}

.focus li.wx01 a div {

    position: absolute;

    width: 120px;

    height: 120px;

    background: #fff;

    padding: 7px;

    top: 50%;

    left: 50%;

    margin-left: 55px;

    opacity:0;

    transition: all .3s;

    margin-top: -67px;

}

.focus li.wx01 a:hover div {

	opacity:1;

	margin-left:35px;

}

.focus li.wx01 a div img{

	width:100%;

	height:auto;

}

.focus li.wx01 a div em {

    display: block;

    width: 13px;

    height: 13px;

    background: #fff;

    position: absolute;

    transform: rotate(45deg);

    left: -6px;

    top: 50%;

    margin-top: -7px;

}

.ftcon{

	float:left;

	width:35%;

}

.ftcon p {

    color: #fff;

    font-size: 14px;

    margin-bottom: 10px;

}

.wechat{

	float:right;

	margin-top:30px;

}

.wechat img{

	width:130px;

	height:auto;

}

.foot02{

	padding:20px 0;

	border-top:1px solid rgba(255, 255, 255, 0.1);

}

.default-pc-copyright{

	margin:0 auto;

	text-align:center;

}

.default-pc-copyright a {

    color: #666;

	transition:all .3s;

}

.links{

	text-align:center;

}

.links dt

,.links dd{

	display:inline-block;

	*display:inline;

	margin:0 5px;

	font-size:14px;

	color:#666;

	float:none;

}

.links dd a{

	color:#666;

	transition:all .3s;

}

.links dd a:hover

,.default-pc-copyright a:hover{

	color:#fff;

}

.fenx{

	text-align:center;

	font-size:14px;

	color:#666;

}

.top{

	width:40px;

	height:40px;

	border:2px solid #ddd;

	line-height:40px;

	text-align:center;

	font-size:20px;

	position:fixed;

	bottom:20px;

	right:20px;

	color:#ddd;

	border-radius:50%;

	cursor:pointer;

	transition:all .3s;

}

.top:hover{

	background:#009b7f;

	color:#fff;

	border:2px solid #009b7f;

}

/*-----------------llist-news-----------------------*/

.ban02 img{

	width:100%;

	height:auto;

}

.list-nav{

	width:22%;

}

.list-page{

	margin-top:50px;

	padding-bottom:200px;

	background:url("/temp/temp/52/52-0198/201909160931/images/citybg.png") no-repeat center bottom;

}

.list-nav h2{

	font-size: 48px;

    line-height: 1;

	text-transform:uppercase;

	padding-bottom:10px;

	border-bottom:2px solid #009b7f;

	margin-bottom:20px;

	color:#333;

	letter-spacing:5px;

}

.list-nav h2 span{

	display:block;

	font-size: 18px;

	margin-bottom: 5px;

}

.pub{

	text-align:right;

	margin:10px auto;

}

.list-nav li {

    display: inline-block;

    margin-right: 5px;

	margin-bottom:10px;

}

.list-nav li a {

    display: block;

    font-size: 14px;

	background:#fff;

	padding:7px 20px;

	border-radius:5px;

	border:1px solid #eee;

}

.list-nav li:hover a

,.list-nav li.a a{

	background:#009b7f;

	color:#fff;

}

.list-nav li a span{

	display:none;

}

.list-news01{

	width:73%;

}

.list-news01 li{

	margin-bottom:20px;

	transition:all .3s;

}

.list-news01 li:hover{

	box-shadow:0 5px 20px #ddd;

}

.list-news01 li a{

	background:#fff;

	display:block;

	padding:30px 40px;

	box-shadow:0 0 10px #ddd;

}

.list-news01 li a span{

	display:block;

	float:left;

	width:30%;

}

.list-news01 li a span img{

	width:100%;

	height:auto;

	border-radius:5px;

	transition:all .3s;

	opacity:0;

}

.list-news01 li a div h3{

	font-size:20px;

	margin-bottom:10px;

	transition:all .3s;

}

.list-news01 li:hover a div h3{

	color:#009b7f;

}

.list-news01 li a div h3 em{

	display:block;

	width:70px;

	height:2px;

	background:#009b7f;

	margin-top:10px;

	transition:all .3s;

	margin-bottom:20px;

}

.list-news01 li:hover a div h3 em{

	width:100px;

}

.list-news01 li a div p{

	font-size:14px;

	color:#666;

	line-height:20px;

	height:40px;

	overflow:hidden;

}

.list-news01 li a div strong{

	font-weight:normal;

	display:block;

	margin-top:15px;

	color:#999;

	font-size:14px;

}

.list-news01 li a div strong em{

	margin-right:5px;

	color:#009b7f;

}

.page a.a, .page a:hover {

    background: #009b7f;

}

.page a {

    border: 1px solid #009b7f;

	color: #009b7f;

}

/*-----------list-media-----------*/

.list-media{

	margin-top:50px;

}

.list-media li{

	float: left;

    width: 32%;

    margin-right: 2%;

    position: relative;

	padding-bottom:50px;

	transition:all .3s;

}

.list-media li a{

	display:block;

	padding:20px;

	transition:all .3s;

}

.list-media li a h3{

	color: #009b7f;

    font-size: 18px;

    margin-bottom: 10px;

}

.list-media li a h3 em{

	float: left;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    border: 1px solid #009b7f;

    vertical-align: middle;

    margin-right: 10px;

    margin-top: 4px;

}

.list-media li a h4{

	font-size:18px;

	margin:10px 0;

	height:54px;

	overflow:hidden;

}

.list-media li a img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.list-media li:hover a img{

	opacity:.6;

}

.list-media li div{

	position:relative;

	background:#000;

	overflow:hidden;

}

.list-media li div em{

	display:block;

	position:absolute;

	width:40px;

	height:40px;

	border-radius:50%;

	color:#fff;

	right:20px;

	bottom:-20px;

	background:#009b7f;

	text-align:center;

	line-height:40px;

	font-size:20px;

	opacity:0;

	transition:all .3s;

}

.ispc .list-media li:hover div em{

	opacity:1;

	bottom:20px;

}

.list-media li.mr0 ins{

	display:none;

}

.list-media li ins {

    position: absolute;

    width: 1px;

    height: 100%;

    right: -3.5%;

    top: 0;

    background:#dedede;

}

/*-----------list-show--------------*/

.list-show{

	margin-top:100px;

	margin-bottom:50px;

}

.tit01 h2 {

    font-size: 45px;

    letter-spacing: 5px;

	margin-bottom:20px;

}

.list-nav a.all01 {

    display: block;

    padding: 7px 10px;

    background: #fff;

    border-radius:5px;

	margin-right:8px;

	font-size:14px;

	border:1px solid #eee;

}

.list-show01{

	margin-top:30px;

}

.list-show01 li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

	transition:all .5s;

}

.ispc .list-show01 li:hover{

	box-shadow:0 0 10px #ccc;

	transform:translateY(-10px);

	-ms-transform:translateY(-10px);

	-moz-transform:translateY(-10px);

	-webkit-transform:translateY(-10px);

	-o-transform:translateY(-10px);

}

.list-show01 li a{

	display:block;

	background:#fff;

}

.list-show01 li img{

	width:100%;

	height:auto;

}

.list-show01 li span{

	display:block;

}

.list-show01 li div{

	 border-top: 1px solid #eee;

	 position:relative;

}

.list-show01 li div em{

	position:absolute;

	display:block;

	width:0;

	height:1px;

	top:0;

	left:0;

	opacity:0;

	transition:all .3s;

	background:#009b7f;

}

.ispc .list-show01 li:hover div em{

	width:100%;

	opacity:1;

}

.list-show01 li div h3 {

    font-size: 16px;

    line-height: 60px;

    text-align: center;

}

.list-show01 li:hover div h3{

	color:#009b7f;

}

.list-show .list-nav{

	width:100%;

}

/*-----------list-case---------------*/

.list-case{

	margin-top:30px;

}

.list-case li{

	float:left;

	width:30%;

	margin-right:5%;

	margin-bottom:4%;

	transition:all .3s;

}

.list-case li:hover{

	transform:translateY(-10px);

	-ms-transform:translateY(-10px);

	-moz-transform:translateY(-10px);

	-webkit-transform:translateY(-10px);

	-o-transform:translateY(-10px);

}

.list-case li a{

	display:block;

	transition:all .3s;

	border-bottom:2px solid #f5f5f5;

}

.list-case li a span{

	display:block;

	position:relative;

	background:#000;

}

.list-case li a span em{

	display: block;

    position: absolute;

    width: 1px;

    height: 1px;

    transition: all .5s;

    background: #fff;

    opacity: 0;

}

.list-case li a span ins{

	display:block;

	position:absolute;

	width:40px;

	height:40px;

	border-radius:50%;

	line-height:40px;

	text-align:center;

	color:#fff;

	border:2px solid #fff;

	left:50%;

	margin-left:-21px;

	opacity:0;

	margin-top:0;

	top:50%;

	text-decoration:none;

	font-size:20px;

	transition:all .3s;

}

.list-case li:hover a span ins{

	opacity:1;

	margin-top:-21px;

}

.list-case li a span em.e01{

	top: 13%;

    left: 5%;

}

.list-case li a span em.e02{

	top: 5%;

    right: 10%;

}

.list-case li a span em.e03{

	bottom: 5%;

    left: 10%;

}

.list-case li a span em.e04{

	bottom: 13%;

    right: 5%;

}

.list-case li:hover a span em{

	opacity:1;

}

.list-case li:hover a span em.e01{

	width:90%;

}

.list-case li:hover a span em.e02{

	height:90%;

}

.list-case li:hover a span em.e03{

	height:90%;

}

.list-case li:hover a span em.e04{

	width:90%;

}

.list-case li a span img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.list-case li:hover a span img{

	opacity:.5;

}

.list-case li a div{

	padding:15px 0;

}

.list-case li:hover a{

	border-bottom:2px solid #009b7f;

}

.list-case li a div h3{

	font-size:16px;

}

/*-----------------view-news----------------*/

.view-news01{

	float:left;

	width:73%;

}

.view-news01 .word{

	padding:50px 100px ;

	background:#fff;

}

.article iframe

,.article video

,.article embed{	

	max-width:100% !important;

}

.cat01 {

    display: inline-block;

    *display:inline;

    line-height: 25px;

    border-radius: 30px;

    text-align: center;

    font-size: 14px;

    color: #009b7f;

    padding: 0 15px;

	margin-bottom:14px;

	border:1px solid #009b7f;

	transition:all .3s;

}

.cat01:hover{

	background:#009b7f;

	color:#fff;

}

.view-news01 .word h3{

	font-size:22px;

	color:#333;

	margin-bottom:10px;

}

.view-news01 .word .ww{

	color:#999;

	border-bottom:1px solid #eee;

	padding-bottom:10px;

}

.share{

	padding-bottom:20px;

	border-bottom:1px solid #eee;

	margin-bottom:20px;

}

.back01{

	display:block;

	padding:6px 20px;

	background:#333;

	color:#fff;

	border-radius:40px;

	font-size:14px;

	transition:all .3s;

}

.back01:hover{

	background:#000;

}

.back01 em{

	margin-right:5px;

}

.fanye{

	margin-top:50px;

}

.fanye p{

	font-size:15px;

	margin-bottom:10px;

}

.fanye p a{

	color:#999;

	transition:all .3s;

}

.fanye p a em{

	display:inline-block;

	width:20px;

	height:20px;

	line-height:20px;

	text-align:center;

	color:#fff;

	background:#009b7f;

	border-radius:3px;

	margin-right:10px;

	font-size:12px;

}

.fanye p a:hover{

	color:#009b7f;

}

.view-news02{

	width:25%;

	float:right;

}

.related{

	padding:20px;

	background:#fff;

	margin-bottom:20px;

}

.view-news02 h2 {

    font-size: 20px;

    font-weight: bold;

    color: #009b7f;

	padding-bottom:15px;

	border-bottom:1px solid #eee;

	margin-bottom:15px;

}

.view-news02 h2 span{

	margin-left:10px;

	font-weight:normal;

	font-size:16px;

	text-transform:capitalize;

	color:#999;

}

.related li{

	padding-bottom:15px;

	border-bottom:1px solid #eee;

	margin-bottom:15px;

}

.related li a{

	display:block;

}

.related li.l01 a img{

	margin-bottom:15px;

}

.related li.l01 a img

,.related li.l01 a div{

	width:100%;

}

.related li a img {

    width: 38%;

    float: left;

    height: auto;

}

.related li a div{

	float:right;

	width:58%;

}

.related li a div h3{

	font-size:14px;

	color:#666;

	transition:all .3s;

}

.related li:hover a div h3{

	color:#009b7f;

}

.related02 li a div h3{

	margin-top:5px;

}

.related li a div p{

	font-size:14px;

	color:#999;

}

.related li a div p em{

	margin-right:5px;

}

.related02 li a div{

	width:100%;

}

/*-------------------view-about-----------------------*/

.view-about{

	margin-bottom:100px;

}

.view-about .word{

	padding:60px 100px;

	background:#fff;

}

.list-nav01 {

    padding: 20px 0;

    text-align: center;

    background: #fff;

    margin-bottom: 30px;

    box-shadow: 0 0 10px #ddd;

}

.list-nav01 li{

	display:inline-block;

	*display:inline;

	margin:0 5px;

}

.list-nav01 li a{

	display:block;

	padding:10px 20px;

	font-size:16px;

	border-radius:5px;

	background:#fff;

}

.list-nav01 li:hover a

,.list-nav01 li.a a{

	background:#009b7f;

	color:#fff;

}

.list-nav01 li a span{

	display:none;

}

/*----------list-honor------------*/

.list-hnonr01{

	margin:50px auto;

}

.list-hnonr01 li{

	float:left;

	width:23%;

	margin-right:2.65%;

	margin-bottom:2%;

}

.list-hnonr01 li a{

	display:block;

	padding:10px 0;

}

.list-hnonr01 li a span{

	display:block;

	background:#fff;

	text-align:center;

	padding-bottom:48px;

	background:url("/temp/temp/52/52-0198/201909160931/images/jianbg.jpg") no-repeat center bottom;

	background-size:100%;

}

.w960 .list-hnonr01 li a span{

	padding-bottom:42px;

}

.list-hnonr01 li a img{

	width:auto;

	height:220px;

	max-width:100%;

	box-shadow:0 0 10px #ccc;

}

.w960 .list-hnonr01 li a img{

	height:180px;

}

.list-hnonr01 li a h3 {

    text-align: center;

    font-size: 16px;

    margin-top: 15px;

    padding: 0 10px;

    height: 48px;

}



/*------view-honor----------*/

.view-honor{

	margin-bottom:100px;

}

.view-honor .word{

	width:1000px;

	margin:0 auto;

}

.view-honor .word ul li{

	text-align:center;

	background:#fff;

	padding:50px 0;

	margin-bottom:30px;

}

.view-honor .word ul li img{

	height:auto;

	max-height:690px;

	max-width:700px;

}

/*-------------------list-develop-------------*/

.list-develop01{

	position:relative;

	padding:50px;

	margin-bottom:100px;

}

.list-develop01 ul{

	position:relative;

	z-index:1;

}

.list-develop01 li{

	float:left;

	width:50%;

	text-align:right;

	margin-bottom:50px;

	margin-left:50px;

}

.list-develop01 li span {

    display: block;

    float: right;

    width: 80px;

    height: 80px;

    text-align: center;

    line-height: 80px;

    font-size: 23px;

    font-weight: bold;

    background: #999;

    border-radius: 50%;

    color: #fff;

    border: 10px solid #eee;

}

.list-develop01 li h3 {

    font-size: 20px;

    color: #009b7f;

    font-weight: bold;

    margin-bottom: 10px;

}

.list-develop01 li div.d01 {

    float: left;

    width: calc(100% - 160px);

    padding: 20px;

    background: #f5f5f5;

	position:relative;

	border-radius:5px;

}

.list-develop01 li div.d02 {

    font-size: 14px;

    color: #666;

}

.list-develop01 li.l02{

	float:right;

	text-align:left;

	margin-right:50px;

	margin-left:0;

}

.list-develop01 li.l02 span{

	display:block;

	float:left;

}

.list-develop01 li.l02 div.d01{

	float:right;

}

.list-develop01 li div.d01 em {

    display: block;

    position: absolute;

    width: 20px;

    height: 20px;

    background: #f5f5f5;

    right: -10px;

    top: 50%;

    margin-top: -11px;

    transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transition:all .3s;

}

.list-develop01 li:hover div.d01{

	box-shadow:0 0 10px #ddd;

}

.list-develop01 li.l02 div.d01 em{

	right:auto;

	left:-10px;

}

.line04{

	position:absolute;

	width:2px;

	height:100%;

	background:#eee;

	left:50%;

	margin-left:-1px;

	top:0;

}

.goon {

    position: absolute;

    width: 100px;

    height: 100px;

    border-radius: 50%;

    line-height: 100px;

    text-align: center;

    font-size: 30px;

    left: 50%;

    margin-left: -50px;

    bottom: -50px;

    background: #eee;

    color: #fff;

}

/*-----------------list-values01------------*/

.list-values{

	margin-bottom:100px;

}

.list-values01{

	width:1000px;

	margin:50px auto;

}

.list-values01 li {

    padding:30px 40px;

	border-bottom:1px solid #eee;

	background:#fff;

	position:relative;

}

.list-values01 li h3 {

    font-size:20px;

    font-weight: bold;

    color: #333;

	cursor:pointer;

}

.list-values01 li p {

    font-size: 16px;

    color: #666;

	padding-top:10px;

	display:none;

}

.list-values01 li span {

    display: block;

    width: 40px;

    height: 40px;

    color: #009b7f;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #f5f5f5;

    left: -20px;

    top:25px;

    position: absolute;

    background: #fff;

	cursor:pointer;

	z-index:1;

}

.list-values01 li span em{

	font-style:normal;

	display:block;

	font-size: 25px;

	line-height: 40px;

}

.list-values01 li span em.em02

,.list-values01 li .active span em.em01{

	display:none;

}

.list-values01 li .active span em.em02{

	display:block;

}

/*------------------list-join-----------------*/

.list-join .ditutit {

    margin-bottom: 30px;

    padding-top: 50px;

}

.join01{

	padding-top:100px;

}

.join01 h2{

	font-size:45px;

	font-weight:bold;

	margin-bottom:20px;

	color: #009b7f;

	float:left;

	width:25%;

}

.join01 h2 span {

    display: block;

    font-size: 16px;

    text-transform: capitalize;

    color: #999;

}

.join01 div.d01 {

    float: right;

    width: 65%;

    padding-left: 8%;

    border-left: 1px solid #eee;

	padding-bottom:50px;

}

.join01 div.d01 p{

	font-size:15px;

	color:#666;

	margin-bottom:30px;

}

.join-ban{

	margin-top:100px;

}

.join-ban img{

	width:100%;

	height:auto;

}

.join02{

	background:url("/temp/temp/52/52-0198/201909160931/images/youshi.jpg") no-repeat left 250px;

	padding-top:100px;

}

.join02 .d01 h4 {

    font-size: 18px;

    color: #009b7f;

    font-weight: bold;

    margin-bottom: 6px;

}

.join02 div.d01 p{

	margin-bottom:20px;

}

.join02 .d01 p span{

	display:block;

	font-size:14px;

}

.join03{

	padding:100px 0;

	background:#f5f5f5;

	margin-top:100px;

}

.join03 h2 

,.join04 h2{

    text-align: center;

    font-size: 45px;

    font-weight: bold;

    color: #009b7f;

    letter-spacing: 5px;

	margin-bottom:70px;

}

.join03 h2 span

,.join04 h2 span{

	display:block;

	font-size:16px;

	text-transform:uppercase;

	color:#666;

}

.join03 ul{

	height:530px;

	background:url("/temp/temp/52/52-0198/201909160931/images/diqiu.png") no-repeat center center;

}

.join03 li{

	float:left;

	width:calc(50% - 300px);

	margin-right:300px;

	text-align:right;

	margin-top:50px;

  height:250px;

}

.join03 li.j02{

	float:right;

	text-align:left;

	margin-right:0;

	margin-left:300px;

}

.join03 li h3 {

    font-size: 25px;

    font-weight: bold;

    margin-bottom: 20px;

    color: #009b7f;

}

.join03 li strong {

    font-size: 20px;

    color: #333;

}

.join03 li div h4 {

    font-size: 18px;

    color: #fff;

    display: inline-block;

    line-height: 37px;

    padding: 0 30px;

    background: #009b7f;

    margin: 10px 0;

}

.join03 li div p {

    font-size: 15px;

    color: #666;

    line-height: 30px;

}

.join04{

	padding-top:100px;

	padding-bottom:100px;

	position:relative;

}

.join04 li{

	float:left;

	width:15%;

	text-align:center;

}

.join04 li span {

    display: block;

    font-size: 28px;

    font-weight: bold;

    border-radius: 50%;

    color: #fff;

    background: #999;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    margin: 0 auto;

    border: 5px solid #eee;

}

.join04 li h3 {

    line-height: 40px;

    width: 120px;

    text-align: center;

    color: #009b7f;

    margin: 10px auto;

    font-size: 20px;

    font-weight: bold;

}

.join04 li em{

	display:block;

	width:1px;

	margin:0 auto;

	height:50px;

	background:#eee;

}

.join04 li p {

    font-size: 15px;

    color: #666;

	height:70px;

	margin-bottom:10px;

}

.join04 li.j02 {

    margin-top: 240px;

    margin-left: -10%;

    transform: translate(26%);

}

.join04 li.j02 p{

	margin-top:10px;

}

.line05{

	position:absolute;

	width:100%;

	left:0;

	top:59%;

	height:2px;

	background:#eee;

}

/*---------------view-show-----------------*/

.view-showbox{

	margin:100px auto;

}

.view-show{

	background:#fff;

	padding:50px 100px;

}

.view-show01 span{

	float:left;

	width:40%;

}

.view-show01 span img{

	width:100%;

	height:auto;

}

.view-show01 div {

    width: 50%;

	padding-left:10%;

    margin-top: 40px;

	background:url("/temp/temp/52/52-0198/201909160931/images/left.png") no-repeat center left;

}

.view-show01 div h3 {

    font-size: 30px;

    margin-bottom: 50px;

    color: #009b7f;

}

.view-show01 div p {

    font-size: 20px;

    color: #666;

    margin-bottom: 10px;

    border-bottom: 1px dashed #eee;

    padding-bottom: 10px;

}

.view-show01 div p em {

    color: #009b7f;

    margin-right: 10px;

    font-size: 18px;

}

.view-show02{

	margin-top:50px;

	padding-bottom:50px;

}

.subtit{

	border-top:2px solid #009b7f;

}

.subtit h3{

	width:150px;

	line-height:40px;

	background:#009b7f;

	color:#fff;

	font-size:18px;

	color:#fff;

	font-weight:bold;

	text-align:center;

}

/*----------------------list-contact--------------------*/

.list-contact{

	margin:100px auto;

}

.addbox {

    position: relative;

    width: 100%;

    height: 500px;

    border-right: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

}

.addbox iframe{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.add02{

	margin-top:50px;

}

.add02 ul{

	width:45%;

}

.add02 li{

	margin-bottom:30px;

}

.add02 li h3{

	font-size:20px;

	font-weight:bold;

	padding-bottom:10px;

	border-bottom:1px dotted #999;

}

.add02 li div{

	margin-top:10px;

}

.add02 li div p{

	font-size:16px;

	color:#666;

}

.add03{

	float:right;

	width:45%;

}

.add03 h3{

	font-size:20px;

	font-weight:bold;

	margin-bottom:30px;

}

.add03 span{

	display:block;

	float:left;

	margin-right:20px;

}

.add03 span img{

	width:150px;

	height:auto;

	border:1px solid #eee;

}

.add03 span p{

	text-align:center;

	margin-top:15px;

	font-size:16px;

}

/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}

/*-------------------list-invest---------------*/

.list-invest{

	margin:100px auto;

}

.invest01 h2{

	text-align:center;

	font-size:36px;

	font-weight:bold;

	margin-bottom:50px;

}

.invest01 p{

	width:900px;

	font-size:16px;

	text-align:center;

	margin:0 auto;

	margin-bottom:50px;

}

.invest01 .cover01{

	overflow:hidden;

}

.invest01 .cover01 img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.invest01 .cover01:hover img{

	transform:scale(1.03);

	-ms-transform:scale(1.03);

	-moz-transform:scale(1.03);

	-webkit-transform:scale(1.03);

	-o-transform:scale(1.03);

}

.invest02{

	margin:100px 0;

}

.invest02 .in01{

	float:left;

	width:70%;

}

.invest02 .in01 .d01{

	margin-bottom:20px;

	font-size:16px;

	color:#666;

}

.invest02 ul{

	margin-top:100px;

}

.invest02 li{

	float:left;

	width:25%;

	text-align:center;

}

.invest02 li strong{

	font-size:65px;

	color: #009b7f;

}

.invest02 li strong em{

	font-style:normal;

	color:#666;

	font-size:20px;

	font-weight:normal;

	margin-left:10px;

}

.invest02 li p{

	font-size:20px;

	color:#333;

}

.invest02 span{

	display:block;

	float:right;

	width:22%;

	overflow:hidden;

}

.invest02 span img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.invest02 span:hover img{

	transform:scale(1.03);

	-ms-transform:scale(1.03);

	-moz-transform:scale(1.03);

	-webkit-transform:scale(1.03);

	-o-transform:scale(1.03);

}

/*--------------list-online------------------------*/

.list-online .mapbox{

	position:relative;

	height:969px;

}

.w960 .list-online .mapbox{

	transform:scale(0.8);

	-ms-transform:scale(0.8);

	-moz-transform:scale(0.8);

	-webkit-transform:scale(0.8);

	-o-transform:scale(0.8);

}

.w960 .list-online .mapbox01{

	transform:scale(1);

	-ms-transform:scale(1);

	-moz-transform:scale(1);

	-webkit-transform:scale(1);

	-o-transform:scale(1);

}

.list-online01{

	margin-bottom:100px;

}

.list-online01 li{

	float:left;

	width:48%;

	margin-right:4%;

	margin-bottom:3%;

}

.list-online01 li a{

	display:block;

	background:#f5f5f5;

}

.list-online01 li h3 {

    padding: 15px 0;

    font-size: 18px;

    color: #666;

}

.w960 .list-online01 li h3{

	padding:10px 0;

	font-size:16px;

}

.list-online01 li span{

	display:block;

	float:left;

	width:45%;

	overflow:hidden;

}

.list-online01 li span img{

	width:100%;

	height:auto;

	transition:all .3s;

}

.list-online01 li:hover span img{

	transform:scale(1.05);

	-ms-transform:scale(1.05);

	-moz-transform:scale(1.05);

	-webkit-transform:scale(1.05);

	-o-transform:scale(1.05);

}

.list-online01 li em{

	display:block;

	font-size:20px;

	line-height:1;

	color: #009b7f;

	margin-bottom:10px;

	font-weight:normal;

	-webkit-text-stroke-width:inheritwp

	;

}

.list-online01 li div{

	float:right;

	width:45%;

	padding:25px 5%;

}

.w960 .list-online01 li div{

	padding:20px 5%;

}

.list-online01 li p {

    font-size: 14px;

    width: 100px;

    line-height: 30px;

    border-radius: 30px;

    background: #009b7f;

    text-align: center;

    color: #fff;

}

.default-article-content img{

  	height:auto !important

}

  /*-----------------view-news03-------------------------*/

.sumbox{

	margin-bottom:30px;

}

.sumbox .cover01 {

    width: 40%;

    display: block;

	float:left;

}

.sumbox .cover01 img{

	width:100%;

	height:auto;

}

.sumbox01{

	width:56%;

}

.view-news01 .word .sumbox01 h3 {

    margin: 20px 0;

}

.joinform{

	background:#009b7f;

	padding:50px 0;

	margin-bottom:30px;

}

.joinform form {

    width: 500px;

    margin: 0 auto;

}

.joinform h4 {

    text-align: center;

    font-size: 30px;

    font-weight: bold;

    color: #fff;

	margin-bottom:30px;

}

.joinform label{

	display:none;

}

.joinform input, .joinform textarea {

    width: 100%;

    line-height: 40px;

    height: 40px;

    border: 1px solid #056d5b;

    margin-bottom: 15px;

    padding-left: 15px;

    box-sizing: border-box;

    background: #057964;

    border-radius: 5px;

}

.joinform textarea{

	height:100px;

}

.joinform [type="submit"] {

    padding: 0;

    background: #036957;

    border: none;

    color: #fff;

    font-size: 20px;

    font-weight: bold;

    letter-spacing: 5px;

}

.joinform input::placeholder

,.joinform textarea::placeholder{

	color:#fff;

}

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

		.mbopen{

			float:left;

		}

		.mbopen em{

			font-size:30px;

			color:#000;

			width:40px;

			height:40px;

			margin:10px;

			line-height:40px;

			text-align:center;

			display:block; 

		}

		.mbopen em.e02{

			display:none;

		}

		.mbhead{

			position:fixed;

			width:100%;

			height:60px;

			left:0;

			top:0;

			z-index:11;

			background:#fff;

			box-shadow:0 0 10px #ccc;

		}

		.mblogo{

			line-height:50px;

			width:250px;

			margin:0 auto;

			text-align:center;

			margin-top:5px;

		}

		.mblogo img{

			max-height:40px;

			width:auto;

			max-width:250px;

		}

		.mbmenu{

			background:#1f1f1f;

			position:fixed;

			left:-100%;

			top:0;

			width:100%;

			height:100%;

			z-index:10;

		}

		.mbmenu ul{

			position:absolute;

			top:50%;

			transform:translateY(-50%);

			width:80%;

			left:10%;	

		}

		.default-mobile-nav-menu{

			height:384px;

			overflow:scroll;

		}

		.default-mobile-nav-menu li div {

			right: 0;

			background-size: 10px;

			height:50px;

		}

		.mbmenu li a {

			display: block;

			text-transform:uppercase;

			font-size: 18px;

			font-weight: bold;

			border: none;

			padding:10px;

			border-bottom: 1px solid #292929;

		}

	 	.mbmenu li ul {

			width:100%;

			left:0;

			top:0;

			transform:translateY(0);

			position:inherit;

		}

		.mbmenu li li a{

			font-size:16px;

			padding-left:40px;

			background:url("/temp/temp/52/52-0198/201909160931/images/mainbg.png") no-repeat 15px center;

		}

.mbbanner{

	margin-top:60px;

}

.mbbanner .dots span{

	width:10px;

	height:10px;

	border-radius:50%;

	position:relative;

	margin:10px 10px;

}

.mbbanner .dots span.active::before{

	position:absolute;

	content:"";

	width:14px;

	height:14px;

	border-radius:50%;

	background-color:transparent;

	border:1px solid #fff;

	left:-3px;

	top:-3px;

}

.mbbanner .dots span.active{

	background-color:#fff;

}

.newsbox01{

    padding: 30px 0;

    background: #f5f5f5;

}

.newstit{

	border-bottom:none;

}

.newstit h2 {

    font-size: 17px;

    color: #333;

    margin-bottom: 10px;

    width: auto;

	font-weight:bold;

	padding-left:32px;

	background:url("/temp/temp/52/52-0198/201909160931/images/newstit.png") no-repeat left center;

	background-size:25px;

	letter-spacing:2px;

}

.newstit h2 span{

	letter-spacing:0;

	margin-left:5px;

}

.newstit ul{

	width:100%;

	border-top: 2px solid #009b7f;

	padding-top:10px;

}

.newstit li {

    margin-left: 0;

    width: 25%;

}

.newstit li a {

    font-size: 14px;

    padding:5px 0;

    margin: 0 5px;

	text-align:center;

}

.news li, .news02 li{

	width:100%;

	margin:0;

	margin-bottom:15px;

}

.news li a

,.news02 li a{

	padding:8px;

	background:#fff;

}

.news li a div.d02

,.news02 li a div.d02{

	float:left;

	width:35%;

	margin-top:0;

}

.news li a h3, .news02 li a h3 {

    font-size: 16px;

}

.news li a h3 em, .news02 li a h3 em {

    width: 13px;

    height: 13px;

    margin-right: 7px;

}

.news li a div.d01

,.news02 li a div.d01{

	float:right;

	width:60%;

}

.news li a h4, .news02 li a h4 {

    color: #333;

    font-size: 14px;

    height: auto;

    overflow: hidden;

} 

.news02 li a div.d02 em {

    width: 50px;

    height: 50px;

    margin-left: -25px;

    margin-top: -25px;

}

.newsbox02 ul{

	padding-top:10px;

}

.mbproduct{

	padding:30px 0;

	background:url("/temp/temp/52/52-0198/201909160931/images/probg.jpg") no-repeat center center;

	background-size:cover;

}

.mbproduct .newstit h2{

	background:url("/temp/temp/52/52-0198/201909160931/images/protit.png") no-repeat left center;

	background-size:25px;

	color:#fff;

}

.mbproduct .newstit li a {

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

    color: #fff;

}

.mbproduct .newstit li:first-child a{

	background: #009b7f;

    color: #fff;

}

.mbproduct01{

	text-align:center;

}

.mbproduct01 li{

	display:inline-block;

	width:31%;

	padding:20px 0;

}

.mbproduct01 li a{

	display:block;

}

.mbproduct01 li h3{

	font-size:16px;

	color:#fff;

	margin-top:10px;

	height:48px;

	overflow:hidden;

	padding:0 10px;

}

.mbproduct01 li span{

	display:block;

	width:90%;

	margin:0 5%;

}

.mbproduct01 li span img{

	width:100%;

	height:auto;

}

.mbditu{

	background:#f9f9f9 url("/temp/temp/52/52-0198/201909160931/images/mbmap.png") no-repeat center center;

	background-size:100%;

	padding-bottom:50px;

}

.ditutit {

    margin-bottom:0;

    padding-top: 50px;

}

.ditutit h2 {

    font-size: 25px;

}

.ditutit h2 span {

    font-size: 16px;

}

.mbmapbox01{

	width:95%;

	margin:0 auto;

	background:url("/temp/temp/52/52-0198/201909160931/images/map01.png") no-repeat center center;

	background-size:100%;

	position:relative;

	height:300px;

}

.mbmapbox01 div{

	position:absolute;

	display:none;

	text-align:center;

}

.mbmapbox01 div span{

	display:block;

	width:15px;

	height:15px;

	border-radius:50%;

	background:url("/temp/temp/52/52-0198/201909160931/images/logoadd.png") no-repeat center center;

	background-size:100%;

	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;

    animation: ripple 4.5s ease-out 1.8s infinite;

}

.mbmapbox01 div.m0

,.mbmapbox01 div.m28

,.mbmapbox01 div.m29{

	display:block;

	font-size:12px;

	font-weight:bold;

}

.mbmapbox02 div:nth-child(1) a

, .mbmapbox02 div:nth-child(29) a

, .mbmapbox02 div:nth-child(30) a {

    font-weight: bold;

}

.mbmapbox01 div.m0 {

    right: 13%;

    bottom: 17%;

}

.mbmapbox01 div.m28 {

    right: 20%;

    top: 36%;

}

.mbmapbox01 div.m29 {

    top: 58%;

    right: 10%;

}

.mbmapbox02{

	margin-top:30px;

}

.mbmapbox02 div{

	float:left;

	width:16.6%;

	font-size:12px;

	text-align:center;

	padding:5px 0;

}

.mbmapbox02 div span{

	display:block;

	width:20px;

	height:20px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0198/201909160931/images/mbadd.png") no-repeat center center;

	background-size:70%;

}

.mbmore02 em{

    text-align: center;

    background: #009370;

    line-height: 35px;

    color: #fff;

    width: 95%;

    margin: 0 auto;

	border-radius:5px;

	margin-top:10px;

	display:block;

}

.mbmore02 em.e02{

	display:none;

}

.mbaboutbox{

	margin-bottom:30px;

}

.about01 {

    width: 100%;

}

.about01 .video01 {

    width: 100%;

	margin-top:30px;

}

.about01 .about02{

	width:49%;

	margin-left:2%;

	margin-top:2%;

	float:left;

}

.about01 .about02:nth-child(2){

	margin-left:0;

}

.mbvideobox {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

	background:#000;

}

.mbvideobox iframe

,.mbvideobox video{

	width:100% !important;

	height:100% !important;

	position:absolute;

	top:0;

	left:0;

}

.about01 .about02 span h3 {

    font-size: 18px;

}

.about01 .about02 span {

    font-size: 16px;

}

.default-mobile-copyright2 {

    background-color: #eee;

}

.ban02{

	margin-top:60px;

}

.list-develop01 {

    padding: 0;

    margin-bottom: 30px;

}

.mblist-nav{

	margin-bottom:20px;

}

.mbdevelop{

}

.line04{

	display:none;

}

.mbdevelop li{

	background:#f5f5f5;

	margin-bottom:20px;

}

.mbdevelop li span{

	display:block;

	line-height:50px;

	height:50px;

	font-size:20px;

	background:#eee;

	font-weight:bold;

	padding:0 15px;

}

.mbdevelop li span em {

    font-style: normal;

    margin-left: 5px;

    font-size: 35px;

    float: right;

    display: block;

    color: #dedede;

}

.mbdevelop li span h3{

	float:left;

	font-size:20px;

	font-weight:bold;

	color:#333;

}

.mbdevelop li div{

	padding:15px;

	font-size:14px;

}

.default-mobile-box, .box {

    border: solid #ddd 1px;

}

.default-mobile-list-cats h3 em{

	margin-top:12px;

}

.default-mobile-list-cats nav ul li a

,.default-mobile-list-cats h3{

	font-size:16px;

}

.default-mobile-list-cats nav ul li a{

	padding:5px 0;

}

.default-mobile-list-cats nav ul li.a a{

	color:#009370;

}

.default-mobile-list-cats nav ul li a span {

    margin-left:6px;

    font-size: 12px;

    color: #999;

}

.list-hnonr01 li {

    width: 100%;

    margin-right: 0;

}

.list-hnonr01 li a span {

    background-size: 100% 45px;

}

.list-values01 {

    width: 93%;

    margin: 20px auto;

}

.list-values01 li p {

    font-size: 14px;

}

.list-values01 li {

    padding: 25px 30px;

}

.list-values01 li span{

	top:20px;

}

.list-page {

    margin-top: 0;

    padding-bottom: 50px;

}

.list-show {

    margin-top: 20px;

    margin-bottom: 20px;

}

.list-case li {

    width: 100%;

    margin-right: 0;

    margin-bottom: 4%;

}

.mr0{

	margin-right:0 !important;

}

.list-show01 li {

    width: 49%;

    margin-right: 2%;

    margin-bottom: 2%;

}

.list-news01 {

    width: 100%;

}

.list-news01 li a {

    padding: 20px 30px;

}

.list-news01 li a div h3 {

    font-size: 16px;

}

.list-news01 li a div p {

    font-size: 12px;

    line-height: 20px;

}

.list-news01 li a div h3 em {

    margin-bottom: 12px;

}

.list-media {

    margin-top: 20px;

}

.list-media li {

    width: 100%;

    margin-right: 0;

    padding-bottom:20px;

}

.list-media li a{

	background:#fff;

	box-shadow:0 0 10px #eee;

}

.list-media li ins{



	display:none;

}

.list-nav01 {

    padding: 5px 0;

    margin-bottom: 20px;

}

.list-nav01 li{

	width:25%;

	float:left;

	margin:0;

}

.list-nav01 li a{

	padding:6px 0;

	font-size:14px;

}

.join01 {

    padding-top: 20px;

}

.join01 h2 {

    font-size: 25px;

    margin-bottom: 20px;

    width: 100%;

	text-align:center;

}

.join01 h2 span {

    font-size: 14px;

}

.join01 div.d01 {

    width: 100%;

    padding-left: 0;

    border-left: none;

    padding-bottom: 30px;

}

.join01 div.d01 p {

    font-size: 14px;

    margin-bottom: 17px;

}

.join-ban {

    margin-top: 30px;

}

.join02 {

    background: none;

    margin-top: 30px;

}

.join03 {

    padding: 30px 0;

    margin-top: 30px;

}

.join03 h2, .join04 h2 {

    font-size: 25px;

    letter-spacing:2px;

    margin-bottom: 30px;

}

.join03 ul{

	height:auto;

}

.join03 li {

    width: 94%;

    margin-right: 0;

    text-align: left;

    margin-top: 0;

	margin-bottom:20px;

    background: #fff;

    padding: 10px 3%;

}

.join03 li h3 {

    font-size: 20px;

    margin-bottom: 0px;

}

.join04 li {

    width: 100%;

}

.join04 li span{

	float:left;

}

.join04 li div{

	float:right;

	width:calc(100% - 70px);

	text-align:left;

}

.join04 li h3 {

    line-height: 1;

    width: 100%;

    text-align: left;

    margin: 10px auto;

    font-size: 20px;

}

.join04 li p {

    font-size: 14px;

    height: auto;

    margin-bottom: 0;

}

.join04 li {

    width: 100%;

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 1px solid #eee;

}

.line05{

	display:none;

}

.join04 {

	padding:50px 0;

}

.list-online01 li {

    width: 100%;

    margin-right: 0;

    margin-bottom: 3%;

}

.list-online01 li div {

    float: right;

    width: 47%;

    padding: 15px 4%;

}

.list-online01 li em {

    font-size: 14px;

}

.list-online01 li h3 {

    padding: 10px 0;

    font-size: 14px;

}

.invest01 h2 {

    font-size: 25px;

    margin-bottom: 20px;

}

.list-invest {

    margin: 30px auto;

}

.invest01 p {

    width: 100%;

    font-size: 14px;

    margin-bottom: 25px;

}

.invest02 {

    margin: 30px 0;

}

.invest02 .in01 {

    width: 100%;

}

.invest02 ul {

    margin-top: 30px;

}

.invest02 li {

    width: 50%;

	margin-bottom:30px;

}

.invest02 li strong {

    font-size: 35px;

}

.invest02 li p

,.invest02 li strong em {

    font-size: 16px;

}

.invest02 span {

    width: 60%;

    margin: 0 20%;

}

.invest02 .in01 .d01 {

    font-size: 14px;

}

.list-contact {

    margin: 20px auto;

}

.addbox {

    height: 200px;

	overflow:hidden;

}

.add02 ul {

    width: 100%;

}

.add03 {

    width: 100%;

}

.view-news01 {

    width: 100%;

	margin-top:70px;

}

.view-news01 .word {

    padding: 15px;

}

.view-news01 .word h3 {

    font-size: 18px;

}

.view-news01 .word .ww {

    font-size: 12px;

}

.view-news02 {

    width: 100%;

    margin-top: 20px;

}

.related{

	background:#f9f9f9;

}

.view-showbox {

    margin: 20px auto;

}

.view-showbox {

    margin: 20px auto;

}

.view-show {

    padding: 20px;

}

.view-show01 span {

    width: 100%;

    margin-top:0;

	text-align:center;

}

.view-show01 span img{

	width:300px;

}

.view-show01 div h3 {

    font-size: 20px;

    margin-bottom: 15px;

}

.view-show01 div p {

    font-size: 16px;

    margin-bottom: 6px;

    padding-bottom: 6px;

}

.view-show01 div p em {

    font-size: 15px;

}

.view-show01 span {

    margin-top: 15px;

}

.view-show01 div {

	background:none;

	padding:0;

	width:100%;

	margin-top:0;

}

.view-show02 {

    margin-top: 20px;

    padding-bottom: 20px;

}

.view-about .word {

    padding: 0;

}

.view-honor .word {

    width: 100%;

}

.view-honor .word ul li {

    text-align: center;

    background: #fff;

    padding:20px;

    margin-bottom: 20px;

}

.view-honor .word ul li img {

    max-height: initial;

    max-width: 100%;

}

.add03 span {

    margin-right: 3%;

    width: 42%;

}

.add03 span img{

	width:100%;

	max-width:150px;

}

.fenx {

    font-size: 12px;

    position: relative;

    top: 40px;

}

.default-mobile-copyright2 {

	margin-top:0 !important;

	padding-top:40px;

}

  .default-article-content img{

    height:auto !important;

  }

  .sumbox {

    margin-top: 60px;

}

.sumbox .cover01 {

    width: 100%;

}

.sumbox01 {

    width: 90%;

    margin: 0 5%;

    margin-top: 30px;

}

.view-news03 {

    margin: 0 5%;

}

.sumbox01 .ww{

	font-size:12px;

	color:#999;

	margin-top:10px;

}

.joinform form {

    width: 85%;

}

.joinform {

    padding: 20px 0;

    margin-bottom: 20px;

}

.joinform h4 {

    font-size: 25px;

    margin-bottom: 15px;

}

.joinform input, .joinform textarea {

    line-height: 35px;

    height: 35px;

    margin-bottom: 10px;

}

.joinform textarea {

    height: 70px;

}



}

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

}

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



}
