/*!

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

}


.wp{

	width: 1400px;

	margin: auto;

}

.w960 .wp, .w960 .w1188 {

    width: 1200px;

}

.openindex{

	position: relative;

}

.banbox {

    width: calc(100% - 100px);

    margin: 50px;

	background:url("/temp/temp/52/52-0206/202103311410/images/ban.jpg") no-repeat center;

	background-size: cover;

	position: relative;

}

.topbox{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}

.topbox span.menuicon{

	display: block;

	float: left;

	width: 40px;

	height: 40px;

	margin: 30px;

	cursor: pointer;

	background:url("/temp/temp/52/52-0206/202103311410/images/menu.png") no-repeat center;

}

.menuico{

    display: block;

    right: 30px;

    cursor: pointer;

    z-index: 4;

    position: absolute;

    top: 18px;

    width: 40px;

    height: 40px;

}

.menuico span {

    display: block;

    width: 30px;

    height: 2px;

    margin:13px auto;

    background: #fff;

    transition: all .3s;

}

.menuico span.s02, .menuico span.s03 {

    position: absolute;

    left: 50%;

    margin-left: -15px;

    top: 7px;

    width: 15px;

}

.menuico.a span{

	opacity:0;

}

.menuico.a span.s02{

	-webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

	opacity:1;

	width: 30px;

}

.menuico.a span.s03{

	-webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

	opacity:1;

	width: 30px;

}

.menubox{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	background:#666;

	display:none;

	z-index: 1;

}

.ispc .menubox.a{

	display:block;

    visibility: visible;

	opacity:.95;

}

.menubox ul.nav01{

	position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    text-align: center;

	transition:all .3s;

}

.menubox li{

	float:none;

	width:100%;

	text-align:center;

	position:relative;

	transition: all 0.3s ease-in-out;

}

.menubox.a li {

    -webkit-animation: fadeInUp .35s ease forwards;

    -moz-animation: fadeInUp .35s ease forwards;

    -ms-animation: fadeInUp .35s ease forwards;

    -o-animation: fadeInUp .35s ease forwards;

    animation: fadeInUp .35s ease forwards;

    -webkit-animation-delay: .10s;

    -moz-animation-delay: .10s;

    -ms-animation-delay: .10s;

    -o-animation-delay: .10s;

    animation-delay: .10s;

	transform:translateY(0); 

}

@keyframes fadeInUp { 0% { opacity: 0; transform:translateY(50px); } 100% { opacity: 1; transform:translateY(0); }}

@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform:translateY(50px); } 100% { opacity: 1; transform:translateY(0); }}

@-moz-keyframes fadeInUp { 0% { opacity: 0; transform:translateY(50px); } 100% { opacity: 1; transform:translateY(0); }}



.menubox li a{

	display:block;

	color:#fff;

	padding: 15px 0;

    font-size: 24px;

    letter-spacing: 0.05em;

    font-weight: 300;

	transition:all .3s;

}

.menubox li:hover a{

	background:#eee;

	color:#000;

}

.menubox li a em{

	display: inline-block;

	*display:inline;

    margin-left: 10px;

    font-size: 15px;

	width:110px;

	text-align: left;

}

.menubox li ul {

    background: #fff;

    width: 100%;

	position:inherit;

}

.ispc .menubox li:hover ul{

	display:none;

}

.menubox li ul li a{

	color:#333;

	font-size: 16px;

	background:none !important;

}

.menubox li ul li:hover a{

	background:#eee !important;

}

.topbox p {

    float: right;

    color: #fff;

    font-size: 22px;

    margin: 30px;

    letter-spacing: 2px;

}

.topbox p a{

	color: #fff;

}

.content{

	position: absolute;

	top: 50%;

	width: 100%;

	transform: translateY(-50%);

	-ms-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-o-transform:translateY(-50%);

}

.logobox{

	width: 360px;

	margin: auto;

}

.w960 .logobox{

	width: 300px;

}

.logobox img{

	width: 100%;

	height: auto;

}

.content ul{

	text-align: center;

	margin-top: 80px;

}

.w960 .content ul{

	margin-top: 60px;

}

.content li{

	display: inline-block;

	*display:inline;

	margin: 0 70px;

}

.w960 .content li{ 

	margin: 0 40px;

}

.content li a{

	display: block;

	color: #fff;

	height: 250px;

}

.content li a span{

	display: block;

	width: 100px;

	margin: auto;

	transition: all .5s;

}

.w960 .content li a span{

	width: 85px;

}

.content li:hover a span{

	transform: translateY(-10px);

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

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

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

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

}

.content li a span img{

	width: 100%;

	height: auto;

}

.content li a em{

	display: block;

	width: 1px;

	height: 30px;

	background: #fff;

	margin: 13px auto;

}

.w960 .content li a em{

	height: 25px;

	margin: 10px auto;

}

.content li a h3{

	font-size: 22px;

	letter-spacing: 2px;

	transition: all .5s;

}

.w960 .content li a h3{

	font-size: 20px;

}

.content li:hover a h3{

	transform: translateY(10px);

	-ms-transform:translateY(10px);

	-moz-transform:translateY(10px);

	-webkit-transform:translateY(10px);

	-o-transform:translateY(10px);

}

.content li a p{

	font-size: 12px;

	letter-spacing: 3px;

}

.content li a p ins{

	text-decoration: none;

}

.content .tel{

	text-align: center;

	margin-top: 50px;

}

.w960 .content .tel{

	margin-top: 0;

}

.content .tel a {

    color: #fff;

    font-size: 12px;

    letter-spacing: 3px;

	line-height: 1.2;

	display: block;

}

.content .tel a p{

	font-size: 22px;

	letter-spacing: 2px;

}

.w960 .content li a p{

	letter-spacing: 1px;

}

.header {

    box-shadow: 0 0 15px #eee;

    position: fixed;

    width: 100%;

    top: 0;

    background: #fff;

	z-index: 2;

}

.header .logo a{

	display: block;

	padding: 18px 0;

}

.header .logo a img {

    max-height: 70px;

}

.menu li a {

    display: block;

    font-size: 16px;

    padding: 31px 35px;

	text-align: center;

	transition: 0.2s;

	position: relative;

	margin-left: 1px;

}



/*--

.menu li a::before {

    position: absolute;

    content: '';

    width: 90%;

    height: 65px;

    top: 20px;

    left: 5%;

    background: #f5f5f5;

    opacity: 0;

    transition: all .3s;

}

.menu li:hover a::before

,.menu li.a a::before{

	opacity:1;

}

.menu li li a::before{

	display: none !important;

}--*/

.menu li a em{

	display: block;

	color: #999;

	font-size: 14px;

	letter-spacing: 2px;

	transition: all .3s;

}

.menu li a span{

	transition: all .3s;

	display: block;

}

.menu li.a a em,.menu li:hover a em{

	transform: translateY(-25px);

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

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

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

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

}

.menu li.a a span,.menu li:hover a span{

	transform: translateY(22px);

	-ms-transform:translateY(22px);

	-moz-transform:translateY(22px);

	-webkit-transform:translateY(22px);

	-o-transform:translateY(22px);

}

.menu li.a a,.menu li:hover a{

	color: #666;

	background: #f5f5f5;

}

.menu li li a em,.menu li li a span{

	transform: translateY(0) !important;

	-ms-transform: translateY(0) !important;

	-moz-transform: translateY(0) !important;

	-webkit-transform: translateY(0) !important;

	-o-transform: translateY(0) !important;

}

.menu li ul {

    width: 700px;

    left: 50%;

    margin-left: -350px;

    text-align: center;

}

.menu li ul::after{

	position: absolute;

	content:"";

	width: 14px;

	height: 14px;

	background: #aaa;

	transform: rotate(45deg);

	-ms-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-webkit-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	left: 50%;

	margin-left: -7px;

	top:-6px;

}

.menu li ul li {

    display: inline-block;

	*display:inline;

    white-space: initial;

    width: auto;

    float: none;

}

.menu li ul li a {

    padding: 9px 20px;

    color: #fff !important;

    font-size: 16px;

	background: none !important;

}

.menu li ul li:hover a span

,.menu li ul li:hover a em{

	color: #333 !important;	

}

.menu li ul li em,.menu li ul li span{

	display:block;

	margin-left: 5px;

	color: #fff;

	line-height: 1.1;

}

.menu li ul li em{

	font-size: 12px;

}

.menu li div {

    background: #aaa;

    height:0;

	opacity: 0;

    position: fixed;

    width: 100%;

    top: 106px;

    left: 0;

}

.menu li:hover div{

	opacity: 1;

	height:50px;

}

/*----------------footer-------------------*/

.footer{

	background: #1a1a1a;

	padding-top: 70px;

}

.footer .wp{

	width: 1200px;

}

.w960 .footer .wp{

	width: 1000px;

}

.ftlogo{

	width: 33%;

}

.ftlogo img {

    height: auto;

    padding-top: 50px;

    max-height: 80px;

    width: auto;

}

.ftcon01{

	width: 22%;

}

.w960 .ftcon01{

	width: 25%;

}

.ftcon01-2 {

    width: 23%;

    margin: 0 15%;

}

.w960 .ftcon01-2{

	margin: 0 12%;

}

.ftcon01 h2{

    color: #fff;

    font-size: 20px;

    border-bottom: 1px solid #fff;

    letter-spacing: 2px;

	padding-bottom: 10px;

}

.ftcon01 .d01 {

    color: #fff;

    margin-top: 30px;

}

.ftcon01 .d01 p {

    font-size: 12px;

    margin-bottom: 10px;

    line-height: 25px;

}

.ftcon01 .d01 p em{

	display: block;

	float: left;

	width: 25px;

	height: 25px;

	border-radius: 50%;

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/fttel.png") no-repeat center;

	background-size: 15px;

	margin-right: 10px;

}

.ftcon01 .d01 p.p02 em{

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/ftemail.png") no-repeat center;

	background-size: 15px;

}

.ftcon01 .d01 p.p03 em{

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/ftadd.png") no-repeat center;

	background-size: 22px;

}

.ftcon01 .d01 a {

    display: block;

    width: 100px;

    line-height: 30px;

    background:#333 url("/temp/temp/52/52-0206/202103311410/images/yuyue.png") no-repeat 13px center;

	background-size: 15px;

	padding-left: 15px;

    text-align: center;

    color: #fff;

    margin-top: 20px;

    border-radius: 20px;

	font-size: 14px;

	transition: all .3s;

}

.ftcon01 .d01 a:hover{

	background-color: #666;

}

.ftcon01 .d02{

	margin-top: 20px;

}

.ftcon01 .d02 ul{

	margin-top: 15px;

}

.ftcon01 .d02 li{

	float: left;

	position: relative;

}

.ftcon01 .d02 li div{

	position: absolute;

	left: 50%;

	margin-left: -66px;

	width:100px;

	bottom: 50px;

	background: #fff;

	text-align: center;

	color: #333;

	font-size: 14px;

	padding: 5px;

	border-radius: 5px;

	display: none;

}

.w960 .ftcon01 .d02 li div{

	margin-left: -64px;

}

.ftcon01 .d02 li div::before{

	width: 12px;

	height: 12px;

	background: #fff;

	position: absolute;

	content: "";

	left: 50%;

    margin-left: -6px;

    bottom: -6px;

	transform: rotate(45deg);

	-ms-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-webkit-transform:rotate(45deg);

	-o-transform:rotate(45deg);

}

.ftcon01 .d02 li:hover div{

	display: block;

}

.ftcon01 .d02 li div img {

    position: relative;

    width: 100%;

    height: auto;

}

.ftcon01 .d02 li a{

	display: block;

	width: 32px;

	height: 32px;

	margin-right:20px;

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/fttel02.png") no-repeat center;

	background-size: 15px;

	float: left;

    border-radius: 50%;

	transition: all .3s;

}

.ftcon01 .d02 li.l02 a{

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/wx01.png") no-repeat center;

	background-size: 18px;

}

.ftcon01 .d02 li.l03 a{

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/wb01.png") no-repeat center;

	background-size: 18px;

}

.ftcon01 .d02 li.l04 a{

	background:#fff url("/temp/temp/52/52-0206/202103311410/images/hao.png") no-repeat center;

	background-size: 18px;

}

.copy{

	padding: 20px 0;

	background: #111;

	margin-top: 70px;

}

.default-pc-copyright {

    margin: auto;

    text-align: center;

}

.default-pc-copyright a {

    color: #999;

    font-size: 12px;

}

.erweima {

	width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    background: #CCC;

    z-index: 102;

    display: none;

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

}

.erweima-1{

    width: 300px;

    background: #fff;

    z-index: 102;

    height: 300px;

    left: 50%;

    top: 50%;

    margin-top: -150px;

    margin-left: -150px;

    position: absolute;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.erweima .close {

    display: block;

    top: -12px;

    right: -12px;

    width: 20px;

    height: 20px;

    position: absolute;

    background: #111;

    cursor: pointer;

    font-size: 12px;

    font-weight: bold;

    color: #fff;

    line-height: 20px;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #fff;

    text-indent: 2px;

    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);

}

.con02{

	position:fixed;

	bottom:10%;

	right:10px;

}

.con02 li{

	border:1px solid #ddd;

	border-bottom:none;

	position: relative;

}

.con02 li.top{

	border:1px solid #616161;

}

.con02 li div{

	position: absolute;

	width: 100px;

	height: 100px;

	left: -120px;

	top:50%;

	margin-top: -50px;

	border: 1px solid #ddd;

	z-index: 1;

	display: none;

}

.con02 li:hover div{

	display: block;

}

.con02 li div img{

	width: 100%;

	height: auto;

	position: relative;

}

.con02 li div::before{

	position: absolute;

	content: '';

	border: 1px solid #ddd;

	transform: rotate(45deg);

	background: #fff;

	width: 12px;

	height: 12px;

	right: -6px;

	top: 50%;

	margin-top: -6px;

}

.con02 li a{

	display:block;

	width:40px;

	height:40px;

	background:url("/temp/temp/52/52-0206/202103311410/images/fttel02.png") no-repeat center center;

	background-size: 15px;

	background-color:#fff !important;

	position: relative;

	z-index: 2;

}

.con02 li:hover a{

	opacity:.7;

}

.con02 li.top:hover a{

	opacity:1;

}

.con02 li.wx02 a{

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

	background-size: 18px;

}

.con02 li.wb02 a{

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

	background-size: 18px;

}

.con02 li.hao02 a{

	background:url("/temp/temp/52/52-0206/202103311410/images/hao.png") no-repeat center center;

	background-size: 18px;

}

.con02 li.tel02 h4{

	position: absolute;

    line-height: 40px;

    width: 40px;

    height: 40px;

    text-align: center;

    font-size: 15px;

    font-family: "Georgia";

    z-index: 1;

    top: 0;

    left: 0;

    background: #fff;

    color: #666;

    overflow: hidden;

    transition-duration: 0.3s;

    border: 1px solid #ddd;

    box-sizing: border-box;

}

.con02 li.tel02:hover h4{

	left: -160px;

	width: 160px;

}

.con02 li.top a {

    text-align: center;

    line-height: 40px;

    font-size: 30px;

    background: #616161;

	color:#fff;

	background-color:#616161 !important;

}

/*--------------list-casebox--------------*/

.list-casebox{

	margin: 100px auto;

	margin-top: 210px;

}

.case01 h2,.titlebox{

	width:400px;

	height: 100px;

	margin: auto;

	margin-bottom: 50px;

	font-family: "font";

	background:url("/temp/temp/52/52-0206/202103311410/images/wordpic.png") no-repeat center;

	background-size: 100%;

	color: transparent;

}

/*--

.case01 h2{

	text-align: center;

	font-size: 35px;

	margin-bottom: 70px;

	letter-spacing: 5px;

}

.case01 h2 span {

    display: block;

    font-size: 20px;

    letter-spacing: 3px;

}--*/

.case01 .d01 {

    width: 900px;

    margin: auto;

    font-size: 15px;

    color: #444;

}

.case01 .d01 p{

	margin-bottom: 70px;

}

.caseban li img{

	width:100%;

	height: auto;

	margin-left: 0 !important;

	left: 0 !important;

}

.caseban .dots{}

.caseban .dots span{

	width:12px;

	height:12px;

	border-radius: 50%;

	margin: 10px !important;

	background-color: transparent;

	border: 1px solid #fff;

}

.caseban .dots span.active{

	opacity: 1;

	background-color: #fff;

}

.case02{

	margin-top: 100px;

	padding-top: 100px !important;

}

.case02 h2 {

    font-size: 35px;

	text-align: center;

	margin-bottom: 50px;

}

.case02 h2 span {

    display: block;

    font-size: 20px;

    letter-spacing: 5px;

    color: #333;

}

.caseenter li{

	float: left;

	width: 48%;

	margin-right: 4%;

}

.caseenter li a{

	display: block;

}

.caseenter li a span{

	display: block;

	position: relative;

}

.caseenter li a div{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: #fff;

	opacity: 0;

	transition: all .3s;

}

.caseenter li:hover a div{

	opacity: .90;

}

.caseenter li a div h4 {

    position: absolute;

    font-size: 35px;

    text-align: center;

    width: 100%;

    top: 70%;

    transform: translateY(-50%);

	-ms-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-o-transform:translateY(-50%);

    letter-spacing: 5px;

	transition: all .3s;

	opacity: 0;

}

.caseenter li:hover a div h4{

	top: 50%;

	opacity: 1;

}

.caseenter li a div h4 p {

    font-size: 16px;

    letter-spacing: 10px;

}

.caseenter li a img{

	width: 100%;

	height: auto;

}

.caseenter li a h3 {

    font-size: 20px;

    margin: 20px;

	letter-spacing: 5px;

}

.caseenter li a h3 em {

    display: block;

    float: right;

    width: 30px;

    height: 30px;

    border: 1px solid #ddd;

    line-height: 30px;

    text-align: center;

    color: #aaa;

    border-radius: 50%;

    font-size: 14px;

    font-style: normal;

	text-indent: 6px;

	margin-top: 5px;

}

.caseenter li a h3 p {

    font-size: 15px;

    color: #999;

}

.process ul{

	position: relative;

	margin-bottom: 70px;

}

.process ul::before{

	position:absolute;

	content: "";

	position: absolute;

    width: 100%;

    bottom: 21px;

    background: #eee;

    height: 1px;

	left: 0;

}

.process h2{

	text-align: center;

	font-size: 35px;

	margin-bottom: 70px;

	letter-spacing: 5px;

}

.process h2 span {

    display: block;

    font-size: 20px;

    letter-spacing: 5px;

}

.process li{

	float: left;

	width:14.2%;

	text-align: center;

}

.process li span{

	display: block;

    width: 50px;

    height: 50px;

    line-height: 50px;

    margin: 0 auto;

}

.process li span img{

	width: 100%;

    height: auto;

	filter: grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-webkit-filter:grayscale(100%);

	-o-filter:grayscale(100%);

}

.process li h3{

	font-size: 16px;

    margin-top: 20px;

}

.process li p{

	color: #999;

    font-size: 14px;

}

.w960 .process li p{

	font-size: 12px;

}

.process li em {

    display: block;

    width: 40px;

    height: 40px;

    border: 1px solid #eee;

    border-radius: 50%;

    line-height: 40px;

    margin: 0 auto;

    background: #fff;

    font-size: 18px;

    color: #999;

    margin-top: 20px;

    position: relative;

    z-index: 1;

    font-style: normal;

}

/*------------list-news--------------*/

.list-news{

	margin:210px 0 100px 0;

}

.list-nav{

	margin-bottom: 50px;

}

.list-nav h3 {

    float: left;

    font-size: 14px;

    margin-right: 30px;

}

.list-nav ul{

	float: left;

	margin-top: 3px;

}

.list-nav li{

	float: left;

}

.list-nav li a {

    display: block;

    font-size: 14px;

    margin-right: 30px;

    color: #999;

	line-height: 14px;

	border-bottom: 1px solid #fff;

	transition: all .3s;

}

.list-nav li:hover a

,.list-nav li.a a{

	color: #000;

	border-bottom: 1px solid #000;

}

.list-nav li a span{

	display: inline-block;

	*display:inline;

	margin-left: 5px;

}

.list-nav form{

	float: right;

	border:1px solid #dedede;

	border-radius: 20px;

	padding:0 5px 0 15px;

	overflow: hidden;

}

.list-nav form .default-pc-search-keyword {

    border: none;

    line-height: 35px;

    height: 35px;

	outline-style: none;

	display: inline-block;

	*display:inline;

	vertical-align: middle;

}

.list-nav form .default-pc-search-submit {

    width: 35px;

    height: 35px;

    font-size: 0;

    border: none;

	background:url("/temp/temp/52/52-0206/202103311410/images/sousuo.png") no-repeat center;

	background-size: 18px;

	outline-style: none;

	display: inline-block;

	*display:inline;

	vertical-align: middle;

}

.pub{

	text-align: right;

	margin: 10px 0;

}

.list-news01 li{

	padding-bottom: 30px;

	margin-bottom:30px;

	border-bottom: 1px solid #eee;

}

.list-news01 li a{

	display: block;

}

.list-news01 li span{

	display: block;

	float: right;

	width: 25%;

}

.list-news01 li img{

	width: 100%;

	height: auto;

}

.list-news01 li .d01{

	float: left;

	width: 68%;

	margin-top: 40px;

}

.list-news01 li .d01 h3 {

    font-size: 18px;

    margin-bottom: 10px;

}

.list-news01 li .d01 p {

    font-size: 14px;

    color: #999;

}

.list-news01 li strong {

    display: block;

    width: 200px;

    float: left;

    font-size: 30px;

    font-weight: normal;

    padding-bottom: 50px;

	position: relative;

	line-height: 1;

}

.list-news01 li strong::after{

	position: absolute;

	content: "";

	width: 36px;

	height: 36px;

	bottom: 0;

	left: 0;

	background:url("/temp/temp/52/52-0206/202103311410/images/jt01.png") no-repeat center;

	background-size: 15px;

	transition: all .4s;

}

.ispc .list-news01 li:hover strong::after{

	background-color: #333;

}

.ispc .list-news01 li strong::before{

	position: absolute;

	content: "";

	width: 40px;

	height: 1px;

	background: #aaa;

	top: 9px;

	right: 50px;

	transition: all .4s;

}

.list-news01 li strong em {

    display: block;

    font-style: normal;

    font-weight: normal;

    font-size: 15px;

    letter-spacing: 5px;

	margin-top: 5px;

	color: #999;

}

.ispc .list-news01 li:hover strong::before{

	width: 70px;

	right: 20px;

}

.list-news01 li .d02{

	float: left;

	width: calc(100% - 200px);

	transition: all .4s;

}

.ispc .list-news01 li:hover .d02{

	transform: translateX(30px);

	-ms-transform:translateX(30px);

	-moz-transform:translateX(30px);

	-webkit-transform:translateX(30px);

	-o-transform:translateX(30px);

}

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



.list-sum{

	margin: 210px 0 50px 0;

}

.list-sum h3{

	float: left;

	font-size: 35px;

}

.list-sum div{

	float: right;

	width:60%;

}

.list-sum div p {

    font-size: 14px;

    margin-bottom: 30px;

    color: #444;

    font-family: 宋体;

}

.list-show{

	border-top: 1px solid #333;

	padding:200px 0 100px 0;

}

.list-show li {

    float: left;

    width: 31%;

    margin-right: 3.5%;

    margin-bottom: 3%;

}

.list-show li a{

	display: block;

}

.list-show li a span{

	display: block;

	overflow: hidden;

}

.list-show li a span img{

	width: 100%;

	height: auto;

	transition: all .5s;

}

.ispc .list-show li:hover a span img{

	transform: scale(1.1);

	opacity: .8;

}

.list-show li a div{

	padding: 20px;

}

.list-show li a div h3 {

    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";

    font-size: 16px;

    color: #444;

	float: left;

	width: 80%;

}

.list-show li a div h3 p {

    font-size: 14px;

    color: #999;

    margin-top: 12px;

	transition: all .3s;

}

.ispc .list-show li:hover a div h3 p{

	transform: translateY(-10px);

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

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

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

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

}

.list-show li a div h3 p em {

    font-style: normal;

    margin-right: 5px;

	padding-right:10px;

    display: inline-block;

    position: relative;

}

.list-show li a div h3 p em::before{

	position: absolute;

	content: "";

	width: 1px;

	height: 12px;

	right: 0;

	top: 5px;

	background: #ccc;

}

.list-show li a div h3 p em:last-child::before{

	display: none;

}

.list-show li a div ins {

    display: block;

	background:url("/temp/temp/52/52-0206/202103311410/images/jt01.png") no-repeat center right;

    float: right;

    width: 30px;

    height: 15px;

    border-left: 1px solid #ccc;

    background-size: 15px;

	transition: all .3s;

	margin-top: 15px;

}

.ispc .list-show li:hover a div ins{

	margin-right: -10px;

}

.more {

    display: block;

    width: 300px;

    margin: auto;

    text-align: center;

    font-size: 16px;

    letter-spacing: 5px;

    border: 1px solid #333;

    line-height: 45px;

	height: 45px;

	position: relative;

	transition: all .3s;

	border-radius: 30px;

	overflow: hidden;

}

.ispc .more:hover{

	color: #fff;

}

.more span{

	display: block;

	position: absolute;

	z-index: 1;

	width:100%;

}

.more span em{

	letter-spacing: 0;

	font-size: 20px;

}

.more span em.e01{

	margin-left: -14px;

}

.more::after {

    position: absolute;

    content: "";

    width: 0;

    background: #333;

    left: 0;

    top: 0;

    height: 100%;

	transition: all .3s;

	opacity: 0;

}

.ispc .more:hover::after {

	width: 100%;

	opacity: 1;

}

.titlebox{

	text-align: center;

    font-size: 35px;

    margin-bottom: 50px;

    letter-spacing: 5px;

}

.titlebox span{

	display: block;

    font-size: 20px;

}

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

.view-show{

	padding:210px 0 100px 0;

}

.view-show01{

}

.view-show01 .cover01 {

    width: 50%;

}

.view-show .cover01 h3 {

    font-size: 30px;

	margin-bottom: 50px;

}

.view-show01 .cover01 .word {

    color: #666;

	font-size: 14px;

}

.view-show01 .keybox{

	width: 30%;

}

.view-show01 .keybox h4 {

    font-size: 20px;

    margin-bottom: 30px;

	color: #000;

}

.view-show01 .keybox p {

    font-size: 14px;

    color: #5a5a5a;

    line-height: 2;

    float: left;

    width: 50%;

}

.view-show01 .keybox .d02 {

    margin-top: 20px;

}

.view-show01 .keybox .d02 a,.fanye a {

    display: block;

    float: left;

    width: 40px;

    height: 40px;

    margin-right: 15px;

    border: 1px solid #999;

    border-radius: 50%;

    text-align: center;

    line-height: 40px;

    color: #999;

	transition: all .3s;

}

.fanye{

	text-align: center;

	margin-top: 50px;

}

.fanye a{

	display: inline-block;

	*display:inlne;

	float: none;

	margin: 0 20px;

}

.view-show01 .keybox .d02 a:hover,.fanye a:hover{

	background: #000;

	border-color: #000;

	color: #fff;

}

.view-pic{

	padding-top: 70px;

	margin-top: 70px;

	border-top: 1px solid #333;

}

.view-pic li{

	margin-bottom: 10px;

}

.view-pic li a{

	display: block;

}

.view-pic li a img{

	width: 100%;

	height: auto;

}

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

.view-news{

	width: 1000px;

	margin: 210px auto 100px auto;

}

.view-news h3 {

    font-size: 25px;

	margin-bottom: 30px;

	color: #333;

}

.view-news .ww {

    padding: 20px 0;

    border-bottom: 1px solid #eee;

    border-top: 1px solid #eee;

    font-size: 14px;

    color: #999;

	margin-bottom: 30px;

}

.view-news .ww a {

    margin-left: 10px;

    color: #000;

	transition: all .3s;

}

.view-news .ww a:hover{

	text-decoration: underline;

}

.fanyebox p {

    margin-bottom: 10px;

    width:48%;

	opacity: .5;

	transition: all .3s;

}

.fanyebox p:hover{

	opacity: 1;

}

.fanyebox p em {

    display: block;

    float: left;

    width: 20px;

    height: 20px;

    border: 1px solid #333;

    text-align: center;

    line-height: 20px;

    font-size: 12px;

    color: #333;

    margin-right: 10px;

    transition: all .3s;

}

.fanyebox p a {

    display: block;

    float: left;

    font-size: 14px;

    color: #333;

	width: calc(100% - 50px);

    transition: all .3s;

}

/*----------list-about--------------*/

.list-about{

	margin: 210px 0 100px 0;

}

.list-about01 .abtit {

    width: 30%;

    text-align: center;

    margin-top: 100px;

}

.list-about01 .abtit h2{

	font-size: 30px;

}

.list-about01 .abtit h2 strong {

    font-size: 35px;

    display: block;

    font-weight: normal;

    color: #999;

}

.list-about01 .d01{

	width: 65%;

	font-size: 20px;

}

.list-about01 .d01 p{

	color: #666;

	line-height: 1.8;

	font-size: 14px;

	margin-bottom: 20px;

}

.list-abot02{

	margin: 100px 0;

}

.ispc .list-abot02 li{

	width: 670px;

	margin-right: 60px;

	float: left;

}

.ispc.w960 .list-abot02 li{

	width: 580px;

	margin-right: 40px;

}

.list-abot02 li span{

	display: block;

	float: left;

	width: 42%;

}

.list-abot02 li span img{

	width: 100%;

	height: auto;

}

.list-abot02 li a{

	display: block;

	width: 140px;

	text-align: center;

	line-height: 34px;

	border: 1px solid #333;

	font-size: 14px;

	color: #000;

	border-radius: 20px;

	margin-top: 30px;

	transition: 0.3s;

}

.list-abot02 li a:hover{

	background: #333;

	color: #fff;

}

.list-abot02 .d01{

	float: right;

	width:52%;

}

.list-abot02 .d01 h2 {

    font-size: 25px;

    margin: 15px auto;

}

.list-abot02 .prev,.list-abot02 .next{

	padding: 0;

	line-height: 40px;

	width: 40px;

	text-align: center;

	margin-top: -20px;

	font-size: 20px;

	transition: 0.3s;

	left: -60px;

}

.list-abot02 .next{

	left: inherit;

	right: -60px;

}

.w960 .list-abot02 .d01 h2{

	margin-top: 0;

}

.list-abot02 .d01 h2 em {

    font-style: normal;

    font-size: 18px;

    color: #999;

    margin-left: 10px;

}

.list-abot02 .d01 .d02 p {

    font-size: 14px;

    color: #666;

    line-height: 1.8;

}

.w960 .list-abot02 .d01 .d02 p{

	font-size: 13px;

}

.list-abot02 .d01 .d02 div{

	margin-bottom: 20px;

}

.w960 .list-abot02 .d01 .d02 div {

    margin-bottom: 15px;

}

/*-------------list-product---------------*/

.list-product{

	margin:210px 0 100px 0;

}

.product01 li {

    float: left;

    width: 23%;

    margin-right: 2.65%;

    margin-bottom: 30px;

}

.product01 li a{

	display: block;

}

.product01 li a span{

	display: block;

	border: 1px solid #eee;

	transition: all .3s;

}

.product01 li:hover a span{

	border-color: #aaa;

}

.product01 li a img{

	width: 100%;

	height: auto;

}

.product01 li a h3{

	text-align: center;

	font-size: 14px;

	height: 40px;

	line-height: 20px;

	margin-top: 20px;

}

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

    background: #42796e;

}

.edit_box{

	margin-top: 150px !important;

}





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

.lcontact{

	padding:180px 0 100px 0;

}

.lcontact .more{

	margin-top: 50px;

}

.add02{

	margin:60px 0;

}

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

	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:50px;

}

.add03 span img{

	width:150px;

	height:auto;

	border:1px solid #eee;

}

.add03 span p{

	text-align:center;

	margin-top:15px;

	font-size:16px;

}

.ctext img{

	width:100%;

	height: auto;

}

.lcontact .cleft{

	float: left;

	width: 35%;

	margin-top: 60px;

}

.lcontact .cleft h4{

	font-size: 16px;

	color: #000;

}

.lcontact .cleft h2{

	font-size: 30px;

	color: #000;

	font-weight: bold;

}

.lcontact .cleft p{

	font-size: 18px;

	color: transparent;

	margin-top: 100px;

	background:url("/temp/temp/52/52-0206/202103311410/images/wordpic02.png") no-repeat center left;

	background-size: auto 55px;

}

.lcontact .cleft p em{

	font-size: 14px;

	font-style: normal;

}

.lcontact .cright{

	float: right;

	width: 60%;

	border: 1px solid #eaeaea;

	box-sizing: border-box;

}

.lcontact .cright li{

	float: left;

	width: calc(100% / 3);

	border-right: 1px solid #eaeaea;

	box-sizing: border-box;

	padding: 60px 50px;

	text-align: center;

	background: #fff;

	transition: 0.4s;

	position: relative;

}

.lcontact .cright li:hover{

	z-index: 2;

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

	transform: translateY(-10px);

}

.lcontact .cright li:last-child{

	border: none;

}

.lcontact .cright li img{

	width: 52px;

	height: auto;

}

.lcontact .cright li h3{

	font-size: 18px;

	color: #000;

	font-weight: bold;

	margin-top: 10px;

}

.lcontact .cright li span{

	display: block;

	width: 22px;

	height: 3px;

	background: #000;

	margin: 50px auto;

}

.lcontact .cright li p{

	font-size: 12px;

	color: #333;

	line-height: 24px;

	height: 48px;

}

.w960 .lcontact{

	padding: 120px 0;

}

.w960 .lcontact .cright li p{

	font-size: 13px;

}

.w960 .lcontact .cright li{

	padding: 50px 30px;

}

.w960 .lcontact .cright{

	width: 64%;

}







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

.view-about{

	padding:200px 0 100px 0;

	width:925px;

	margin:0 auto;

}

.view-about h2{

	float:left;

	font-size: 30px;

    color: #595757;

	margin-top:7px;

	font-family: "museo-light";

}

.view-about01{

	width:580px;

	float:right;

}

.default-article-content p {

    margin: 0;

    line-height: 1.8;

}

/*--------------view-team-----------------*/

.view-team{

	padding: 180px 0 100px 0;

}

.view-team .cover01{

	width: 30%;

}

.view-team .cover01 img{

	width: 100%;

	height: auto;

}

.view-team .word{

	width: 62%;

	padding-top: 50px;

}

.view-team .word h3{

	font-size: 30px;

}



@font-face {

  font-family: "font";

  src: url("{F file="images/font.otf" } "); 

}

.content li a p

,.content .tel a

,.menubox li a em

,.menu li a em

,.list-about01 .d01{

	

}

body{

	font-family: "font";

}



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

}

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

	.list-abot02 li span{

		width: 100%;

		text-align: center;

		background: none;

	}

	.list-abot02 li span img{

		width: 50%;

		left: 0 !important;

		margin-left: 0 !important;

	}

	.list-abot02 .next{

		right: 0;

		top: 20%;

		margin-top: 0;

	}

	.list-abot02 .prev{

		left: 0;

		top: 20%;

		margin-top: 0;

	}

	.list-abot02 li a:hover{

		background: #fff;

		color: #000;

	}

	.list-abot02 li a {

		width: 100px;

		line-height: 23px;

		font-size: 12px;

		margin-top: 25px;

	}

}

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

	.banbox{

		width: 100%;

		margin: 0;

	}

	.default-basescript-index .default-mobile-copyright2{

		display: none;

	}

	.logobox {

		width: 200px;

	}

	.menuico {

		right: 18px;

		top: 10px;

	}

	.content ul{

		margin-top: 60px;

	}

	.content li{

		width: 50%;

		margin: 0;

		margin-bottom: 40px;

		float: left;

	}

	.content li a{

		height: auto;

		font-family: auto;

	}

	.content li a span {

    width:39px;

}

	.content li a h3,.content .tel a p{

		font-size: 12px;

	}

	.content li a p,.content .tel a{

		font-size: 9px;

		letter-spacing: 0px;

		line-height: 1.3;

		margin-top:3px;

	}

	.content li a p ins{

		display: block;

	}

	.content li a em {

		height: 16px;

		margin: 5px auto;

	}

	.topbox p {

		font-size: 16px;

		margin: 15px;

		letter-spacing: 0px;

	}

	.menubox li a {

		padding: 13px 0;

		font-size: 20px;

	}

	.default-mobile-nav-menu li div {

		right: 4%;

		width: 96%;

		height: 57px;

	}

	.default-basescript-index header{

		display: none;

	}

	.mbmenu {

		position: fixed;

		width: 100%;

		height: 100%;

		left: -100%;

		top: 0;

		z-index: 2;

		background: rgba(102,102,102,0.95);

		transition: all .5s;

		touch-action: none;

	}

	.mbmenu.a{

		left: 0;

	}

	.mbmenu .default-mobile-nav-menu {

		padding-bottom: 50px;

		position: absolute;

		left: 0;

		top: 50%;

		transform: translateY(-50%);

		width: 100%;

		overflow-y: scroll;

	}

	.default-mobile-nav-menu li ul {

		display: none;

		background-color: #777;

	}

	.mbmenu li a {

		border-top: none;

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

		text-align: center;

		font-size: 20px;

	}

	.mbmenu li li a{

		font-size: 16px;

		color: #ccc;

	}

	.mbmenu li a em {

		display: inline-block;

		font-size: 14px;

		font-style: normal;

		margin-left: 10px;

		width: 85px;

		text-align: left;

	}

	header .bg{

		background: #fff;

		opacity: 1;

		border-bottom: 1px solid #eee;

		box-sizing: border-box;

	}

	.default-basescript-index header .bg {

		background-color: transparent;

		border: none;

	}

	.mobile-header .menuico span{

		background: #333;

	}

	header h1 a {

		margin: 10px 0 0 10px;

	}

	header h1 img{

		height: 35px;

	}

	.default-basescript-index header h1 img{

		height: 40px;

	}

	.default-basescript-index header h1 a{

		margin: 15px 0 0 10px;

	}

	.process li span {

		float: left;

		text-align: center;

		margin: 0 auto;

		width: 100%;

	}

	.process ul {

		text-align: center;

		margin-bottom: 0;

	}

	.process li {

		width: 25%;

		display: inline-block;

		float: none;

		margin-bottom: 20px;

	}

	.process li span img{

		width: 30px;

	}

	.process li h3 {

		float: none;

		width: 100%;

		text-align: center;

		font-size: 12px;

	}

	.list-about {

		margin: 100px 0 50px 0;

	}

	.list-about01 .abtit {

		width: 100%;

		text-align: center;

		margin-top: 0;

	}	

	.list-about01 .d01 {

		width: 100%;

		margin-top: 30px;

	}	

	.list-about01 .d01 p {

		line-height: 1.6;

		margin-bottom: 15px;

		font-size: 12px;

	}

	.list-about01 .abtit h2 strong {

		font-size: 25px;

	}	

	.list-abot02 {

		padding: 0 20px;

		margin: 50px 0;

	}	

	.list-abot02 span {

		width: 100%;

		margin: 0;

		text-align: center;

		background: #eee;

	}

	.list-abot02 span img{

		width: 50%;

	}

	.list-abot02 .d01 {

		width: 100%;

	}

	.process {

		margin-top: 50px;

	}

	.process h2 {

		font-size: 20px;

		margin-bottom: 30px;

	}

	.process h2 span {

		font-size: 10px;

	}	

	.process li em{

		float: left;

		text-align: center;

		margin-top: 7px;

	}

	.process li h3{

		margin-top: 12px;

	}

	.process ul::before{

		display: none;

	}

	.list-casebox {

		margin: 50px auto;

		margin-top: 100px;

	}

	.case01 h2 ,.caseenter h2,.titlebox{

		font-size: 20px;

		margin-bottom: 20px;

		letter-spacing: 2px;

	}

	.case01 h2, .titlebox {

		width: 100%;

		height: 50px;

		background-size: 220px;

	}

	.case01 h2 span ,.caseenter h2 span,.titlebox span{

		font-size: 10px;

    	letter-spacing: 2px;

	}

	.caseban .dots span{

		width: 9px;

		height: 9px;

		margin: 5px !important;

	}

	.case02{

		padding: 50px 0 50px 0 !important;

		margin-top: 0 !important;

		border:none;

	}

	.case02 h2 {

		font-size: 20px;

		margin-bottom: 30px;

	}

	.case02 h2 span{

		font-size: 10px;

	}

	.case01 .d01 {

		width: 100%;

		font-size: 14px;

	}	

	.case01 .d01 p {

		margin-bottom:40px;

		text-align: justify;

	}

	.more {

		width: 120px;

		font-size: 12px;

		letter-spacing: 2px;

		line-height: 25px;

		height: 25px;

		margin-top: 10px;

	}

	.caseenter li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 30px;

	}

	.list-sum {

		margin: 100px 0 30px 0;

	}

	.list-sum h3{

		margin-bottom: 20px;

	}

	.list-sum div {

		width: 100%;

		text-align: justify;

	}	

	.list-show li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 30px;

	}	

	.list-show li a div h3 p{

		margin-top: 3px;

	}

	.list-show{

		padding-top: 100px;

		padding-bottom: 0;

	}

	.view-show {

		padding: 0px 0 30px 0;

	}

	.view-show01{

		margin-top: 60px;

	}

	.view-news .word{

		margin-top: 80px;

	}

	.view-show01 .cover01 {

		width: 100%;

		margin-top: 30px;

	}

	.view-show .cover01 h3 {

		font-size:16px;

		margin-bottom: 20px;

		color: #000;

	}

	.view-show01 .keybox{

		width: 100%;

		margin-top:40px;

	}

	.view-show01 .keybox h4{

		margin-bottom:20px;

		font-size: 16px;

	}

	.view-pic {

		padding-top: 40px;

		margin-top: 40px;

	}

	.fenmian{

		position: relative;

		display: none;

	}

	.fenmian::before{

		position: absolute;

		content: "";

		width: 100%;

		height: 100%;

		left: 0;

		top: 0;

		background-image: linear-gradient(182deg,rgba(255,255,255,0.3),rgba(255,255,255,0) 100%);

	}

	.fenmian img{

		width: 100%;

		height: auto;

	}

	.top {

		width: 36px;

		right: 10px;

		bottom: 20px;

		height: 37px;

		padding-top: 4px;

		font-size: 10px;

	}

	.fanye {

		margin-top: 30px;

	}

	.view-show01 .keybox .d02 a, .fanye a {

		width: 30px;

		height: 30px;

		line-height: 30px;

		font-size: 13px;

	}

	.list-news {

		margin: 130px 0 50px 0;

	}

	.list-news01 li .d01{

		width: 100%;

		margin-top: 0;

	}

	.list-news01 li strong::before{

		display: none;

	}

	.list-news01 li .d02 {

		width: calc(100% - 100px);

	}

	.list-news01 li strong {

		width: 100px;

	}

	.view-news {

		width: 100%;

		margin: 0 auto;

	}

	.view-news h3 {

		font-size: 20px;

		margin: 30px 0;

	}

	.view-news .ww {

		padding: 15px 0;

		font-size: 12px;

	}	

	.list-show li a div h3 p{

		font-size: 12px;

	}

	.list-product {

		margin: 130px 0 50px 0;

		position: relative;

	}

	.product01 li {

		width: 48%;

		margin-right: 4%;

		margin-bottom: 30px;

	}

	.mr0{

		margin-right: 0 !important;

	}

	.product01 li a h3 {

		font-size: 12px;

	}

	.list-product .list-nav {

		margin-bottom: 35px;

	}

	.list-nav li a{

		margin-right: 17px;

	}

	.list-nav li{

		margin-bottom: 6px;

	}

	.list-nav li:first-child{

		margin-left: 45px;

	}

	.list-nav h3{

		position: absolute;

		top: 0;

		left: 0;

		margin-right: 17px;

	}

	.list-nav form {

		float: right;

		border: 1px solid #dedede;

		border-radius: 20px;

		padding: 0 5px 0 15px;

		overflow: hidden;

		width: 100%;

		box-sizing: border-box;

		margin-top: 15px;

	}

	.list-nav form .default-pc-search-keyword {

		width: calc(100% - 43px);

	}

	.process {

		margin-top: 0;

	}

	.case02 li{

		width:49%;

		margin-right: 2%;

		margin-bottom: 15px;

	}

	.list-show li a div {

		padding: 5px 0;

	}

	.list-show li a div ins{

		display:none;

	}

	.view-about {

		padding: 80px 20px 0px 20px;

		width: auto;

		margin: 0 auto;

	}

	.view-about01 {

		width: 100%;

	}

	.view-about h2 {

		margin-bottom: 40px;

	}

	.mbfootconbox {

		bottom: 0;

		width: 100%;

		margin: 0;

		border-top:1px solid #ddd;

		background-color: #fff;

		text-align: center;

		z-index: 11;

		height: 55px;

	}

	.mbfootconbox a {

		text-align: center;

		color: #333;

		font-size: 11px;

		display: block;

		width: 20%;

		float: left;

		border-right: 1px solid #eee;

		box-sizing: border-box;

		padding-top: 33px;

		background:url("/temp/temp/52/52-0206/202103311410/images/wx01.png") no-repeat center 8px;

		background-size: 20px;

		height: 55px;

	}

	.mbfootconbox a.c00{

		background:url("/temp/temp/52/52-0206/202103311410/images/home.png") no-repeat center 7px;

		background-size: 20px;

	}

	.mbfootconbox a.c02{

		background:url("/temp/temp/52/52-0206/202103311410/images/wb01.png") no-repeat center 8px;

		background-size: 20px;

	}

	.mbfootconbox a.c03{

		background:url("/temp/temp/52/52-0206/202103311410/images/fttel02.png") no-repeat center 8px;

		background-size: 18px;

	}

	.mbfootconbox a.c04{

		background:url("/temp/temp/52/52-0206/202103311410/images/hao.png") no-repeat center 8px;

		background-size: 18px;

	}

	.lcontact {

		padding: 60px 0;

		padding-bottom: 0;

		margin-top: 20px;

	}

	.lcontact .cleft {

		width: 100%;

		margin-top: 0;

		text-align: center;

		float: none;

	}

	.lcontact .cright {

		width: 100%;

		border: none;

		margin-top: 60px;

	}

	.lcontact .cleft p{

		margin-top: 20px;

		background:url("/temp/temp/52/52-0206/202103311410/images/wordpic.png") no-repeat center;

		background-size: 200px;

		height: 36px;

    	margin-bottom: 20px;

	}

	.lcontact .cleft .dots{

		display: none;

	}

	.lcontact .cleft li img{

		width: 100%;

		height: auto;

		left: 0 !important;

		margin-left: 0 !important;

	}

	.lcontact .more{

		margin-top: 20px;

	}

	.lcontact .cright li{

		width: 100%;

		border-right: none;

		border-bottom: 1px solid #eaeaea;

	}

	.lcontact .cright li:hover{

		transform: translateY(0);

		box-shadow: none;

	}

	.lcontact .cright li:first-child{

		border-top: 1px solid #eaeaea;

	}

	.lcontact .cright li img {

		width: 46px;

	}

	.lcontact .cright li h3{

		font-size: 16px;

	}

	.lcontact .cright li span {

		width: 18px;

		margin: 40px auto;

	}

	.lcontact .cright li p{

		height: auto;

	}

	.lcontact .cleft h2{

		font-size: 26px;

	}

	.lcontact .ctext{

		margin-top: 40px;

	}

	.lcontact .ctext h4{

		font-size: 12px;

		color: #333;

		line-height: 18px;

		float: left;

	}

	.lcontact .ctext div{

		margin-bottom: 15px;

	}

	.lcontact .ctext div span{

		display: block;

		float: left;

		width: 18px;

		height: 18px;

		background: url("/temp/temp/52/52-0206/202103311410/images/icon01.png") no-repeat top center;

		background-size: 100%;

		margin-right: 5px;

	}

	.lcontact .ctext .t02 span{

		background: url("/temp/temp/52/52-0206/202103311410/images/icon01.png") no-repeat center;

		background-size: 100%;

	}

	.lcontact .ctext .t03 span{

		background: url("/temp/temp/52/52-0206/202103311410/images/icon01.png") no-repeat bottom center;

		background-size: 100%;

	}

	.lcontact .ctext img{

		width: 100%;

		height: auto;

	}

	

	

	

	

	

	

	

	

	

	

	

	

	.pub{

		display: none;

	}

	.default-article-content p {

		font-size: 10px;

		color: #5a5a5a;

	}

	.list-abot02 .d01 .d02 p{

		font-size: 12px;

	}

	.list-news01 li .d01 h3{

		font-size: 16px;

	}

	.view-show01{

		padding: 0 20px !important;

	}

	.view-pic{

		margin:40px 20px 0 20px;

	}

	.view-show01 .keybox p{

		font-size:10px;

	}

	.list-about01 .abtit h2{

		font-size: 20px;

	}

	.list-about01 .abtit h2 strong {

    font-size: 16px;

}

	.list-about01 .d01 {

		font-size: 12px;

	}

	.list-about01 .d01{

		font-size: 12px;

	}

	.list-about01 .d01 p

	,.list-abot02 .d01 .d02 p

	,.list-show li a div h3 p

	,.list-show li a div h3 p{

		font-size: 10px;

	}

	.lcontact .cleft p em {

		font-size: 12px;

	}

	.list-abot02 .d01 h2{

		font-size: 20px;

	}

	.list-abot02 .d01 h2 em{

		font-size: 16px;

	}

	.list-show li a div h3

	,.list-show li a div h3{

		font-size: 12px;

	}

	.more span em.e01{

		margin-left: -9px;

	}

	.more span em {

		font-size: 14px;

	}

	.view-team {

		padding: 100px 0 30px 0;

	}

	.view-team .cover01 {

		width: 100%;

		text-align: center;

	}

	.view-team .cover01 img{

		width: 50%;

	}

	.view-team .word {

		width: 100%;

		padding-top: 30px;

	}

	.view-team .word h3 {

		font-size: 20px;

	}	

	

}




