/*!

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

}
body{background: #fff;}

.w14{width: 1400px;margin: auto;}





/*公共头部*/

.header .h01{

	padding: 20px 0;

}

.header .h01 .logo img{

	height: 56px;

	width: auto;

}

.header .h01 h4{

	float: right;

	font-size: 14px;

	line-height: 16px;

	padding: 20px 0;

	margin-right: 30px;

	padding-right: 30px;

	border-right: 1px solid #666;

	padding-left: 25px;

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

	background-size: 18px;

}

.header .hjoin{

	float: right;

	font-size: 14px;

	line-height: 18px;

	padding: 20px 0;

	padding-left: 25px;

	background: url("/temp/temp/53/53-0022/201908051616/images/join.png") no-repeat center left;

	background-size: 18px;

	position: relative;

}

.header .hjoin div {

    position: absolute;

    width: 100px;

    left:14px;

    top: 45px;

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

    z-index: 2;

	display: none;

}

.header .hjoin:hover div {

	display: block;

}

.header .hjoin div img{

	width: 100%;

	height: auto;

}

.uid-3227 .header .h01 h4{

	padding-right: 0;

	border-right: none;

}

.uid-3227 .power 

,.uid-3227 .contrast

,.uid-3227 .vabout .ltext01 .lnav

,.uid-3227 .ljmapply .ltext01 .lnav

,.uid-3227 .dl05,.uid-3227 .dl06{

	display: none;

}

.uid-3227 .footer .fnav {

    width: 70%;

    display: flex;

    justify-content: space-between;

}

.uid-3227 .jishu{

	padding-bottom: 45px

}

.navbox{

	border-top: 1px solid #e0e0e0;

}

.navbox ul{

	text-align: center;

}

.navbox ul li{

	margin-right: 1px;

}

.navbox ul li a{

	padding: 20px 50px;

	border-bottom: 5px solid #fff;

	padding-bottom: 15px;

	transition: 0.4s;

	display: block;

	font-size: 16px;

	color: #333;

	line-height: 18px;

}

.navbox ul li.a a,.navbox ul li:hover a{

	border-color: #aacd06;

}

.nav01 li ul{

	margin-top:0;

	padding: 0;

	background:#014da1;

	opacity:0;

	display:block;

	z-index:-1;

	width: 100%;

	transform:translateY(50px);

	-ms-transform:translateY(50px);

	-moz-transform:translateY(50px);

	-webkit-transform:translateY(50px);

	-o-transform:translateY(50px);

	transition:all .4s;

}

.nav01 li:hover ul{

	z-index: 2;

	transform: translateY(0);

    opacity: 1;

}

.nav01 li ul li{

	width: auto;

	margin-left:0;

	padding: 0 20px;

	margin: auto !important;

	border-top: 1px solid #9ebf00;

	background:#aacd06 !important;

	transition: 0.3s;

}

.nav01 li:hover ul a,.nav_box .nav01 li.a ul a{

	color: #fff;

}

.nav01 li ul li a{

	display: block;

	font-size: 14px;

	padding: 0;

	line-height: 40px;

	transition: 0.3s;

	border: none;

	color: #fff;

}

.nav01 li.a li a, .nav01 li ul a:hover,.nav01 li ul li.a a,.nav01 li ul li:hover a{

	border-bottom: none;

}

.nav01 li ul li:hover a{

	border: none;

	color: #eee;

}

.nav01 li ul li:hover{

	background: #9cbd00 !important;

}

.nav01 li ul li span{

	font-size: 14px;

	height: 36px;

	line-height: 36px;

}





/*banner*/

.banner01{

	max-height: 782px;

	overflow: hidden;

}

.banner01 .banner li a{

	display: block;

}

.banner01 .dots{

	bottom: 40px;

}

.banner01 .dots span{

	width: 20px;

	height: 20px;

	margin: 0 8px;

	background: url("/temp/temp/53/53-0022/201908051616/images/dot02.png") no-repeat center center;

}

.banner01 .dots span.active{

	background: url("/temp/temp/53/53-0022/201908051616/images/dot01.png") no-repeat center center;

}





/*关于我们*/

.aboutbox{

	margin: 100px auto;

}

.aboutbox .abl{

	width: 65%;

}

.aboutbox .abl h1{

	font-size: 26px;

	font-weight: bold;

	color: #000;

	margin-bottom: 10px;

	text-transform: uppercase;

	letter-spacing:2px;

}

.aboutbox .abl h2{

	font-size: 16px;

	color: #000;

	margin-bottom: 40px;

}

.aboutbox .abl p{

	font-size: 14px;

	line-height: 34px;

	color: #666;

}

.aboutbox .abr{

	width: 240px;

}

.aboutbox .abr img{

	float: right;

}

.aboutbox .abr a{

	display: block;

	width: 120px;

	height: 120px;

	float: right;

	background: #aacd06;

	transition: 0.3s;

	position: relative;

}

.aboutbox .abr h3{

	font-size: 14px;

	color: #fff;

	width: 100%;

	text-align: center;

	line-height: 16px;

	padding-top: 34px;

	background: url("/temp/temp/53/53-0022/201908051616/images/more02.png") no-repeat center top;

	background-size: 22px;

	margin-top: 35px;

}

.uid-3227 .aboutbox .abr h3{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	font-size: 0;

	padding-top: 0;

	margin-top: 0;

	background: url("/temp/temp/53/53-0022/201908051616/images/play.png") no-repeat center;

	background-size: 50px;

}

.aboutbox .abr a:hover{

	opacity: 0.7;

}

.aboutbox .abimg{

	margin-top: 60px;

	width: 100%;

}

.aboutbox .abimg a{

	width: 100%;

	display: block;

	overflow: hidden;

}

.aboutbox .abimg img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.aboutbox .abimg a: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);

}





/*视频中心*/

.title {

	margin-bottom: 50px;

}

.title div{

	float: left;

}

.title h1{

	font-size: 30px;

	color: #aacd06;

	font-weight: bold;

	float: left;

	line-height: 24px;

	text-transform: uppercase;

}

.title h2{

	font-size: 20px;

	color: #000;

	float: left;

	margin-left: 10px;

	padding-left: 20px;

	background: url("/temp/temp/53/53-0022/201908051616/images/tit01.png") no-repeat center left;

	line-height: 24px;

}

.title p{

	font-size: 14px;

	float: left;

	color: #666;

	margin-top: 15px;

	width: 100%;

}

.title ul{

	float: right;

	margin: 22px 0;

}

.title ul li{

	float: left;

	margin-left: 40px;

}

.title ul li a{

	font-size: 14px;

	color: #666;

	transition: 0.2s;

	line-height: 16px;

}

.title ul li a:hover{

	color: #aacd06;

}

.video li{

	float: left;

	width: 32%;

	margin-right: 2%;

	background: #fff;

	transition: 0.4s;

}

.video li:last-child{

	margin-right: 0;

}

.video li a{

	display: block;

	transition: 0.4s;

}

.video li .v01{

	width: 100%;

	position: relative;

	float: left;

	overflow: hidden;

}

.video li .v01 img{

	width: 100%;

	height: auto;

}

.video li .v01 span{

	display: block;

	width: 72px;

	height: 72px;

	background: url("/temp/temp/53/53-0022/201908051616/images/play.png") no-repeat center center;

	background-size: 100%;

	position: absolute;

	left: calc(50% - 36px);

	top: -72px;

	transition: 0.4s;

}

.list-video li .v01 span{

	background: url("/") no-repeat center center;

	background-size: 100%;

}

.video li:hover .v01 span{

	top: calc(50% - 36px);

}

.video li .v02{

	float: left;

	margin: 20px 0;

	width: 70%;

	transition: 0.4s;

}

.video li .v02 h3{

	font-size: 15px;

	color: #333;

	margin-bottom: 5px;

	line-height: 18px;

}

.video li .v02 h4{

	font-size: 12px;

	color: #666;

	text-transform: uppercase;

}

.video li ins{

	display: block;

	width: 22px;

	height: 22px;

	background: url("/temp/temp/53/53-0022/201908051616/images/more01.png") no-repeat center center;

	background-size: 100%;

	float: right;

	margin: 29px 0;

	transition: 0.4s;

}

.video li:hover{

	box-shadow: 0px 2px 24px #ccc;

	position: relative;

	z-index: 1;

}

.video li:hover ins{

	margin-right: 20px;

}

.video li:hover .v02{

	margin-left: 20px;

}





/*产品服务*/

.product{

	padding: 80px 0;

	margin: 80px 0;

	background: #eaeff5;

}

.title02 div{

	width: 100%;

	text-align: center;

}

.title02 div h1{

	display: inline-block;

	float: none;

}

.title02 div h2{

	display: inline-block;

	float: none;

	transform: translateY(-3px);

}

.title02 div p{

	display: inline-block;

	float: none;

	width: 100%;

}

.product .pr01{

	float: left;

	width: 71%;

}

.product .pr01 li{

	width: 100%;

	position: relative;

	display: none;

}

.product .pr01 li:first-child{

	display: block;

}

.product .pr01 li img{

	width: 100%;

	height: auto;

}

.product .pr01 li div{

	position: absolute;

	width: 220px;

	padding: 0 30px;

	height: 100%;

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

	text-align: center;

	top: 0;

	right: 0;

}

.product .pr01 li div h3{

	font-size: 20px;

	font-weight: bold;

	color: #fff;

	margin-top: 100px;

}

.product .pr01 li div h4{

	font-size: 12px;

	color: #fff;

	margin-bottom: 20px;

}

.product .pr01 li div p{

	font-size: 13px;

	color: #ccc;line-height: 20px;

	max-height: 40px;

	overflow: hidden;

	margin-bottom: 60px;

}

.product .pr01 li div a{

	display: block;

	width: 110px;

	line-height: 32px;

	margin: auto;

	background: #fff;

	color: #333;

	font-size: 12px;

	transition: 0.3s;

}

.product .pr01 li div a:hover{

	color: #fff;

	background: #aacd06;

}

.product .pr02{

	float: right;

	width: 29%;

	background: #fff;

}

.product .pr02 li{

	padding: 20px;

	height: 139px;

	border-top: 1px solid #ebebeb;

	box-sizing: border-box;

	transition: 0.1s;

	cursor: pointer;

}

.product .pr02 li:first-child{

	border: none;

}

.product .pr02 li.a,.product .pr02 li:hover{

	background: #aacd06;

}

.product .pr02 li img{

	height: 100%;

	width: auto;

	float: left;

}

.product .pr02 li div{

	float: right;

	width: calc(100% - 120px);

}

.product .pr02 li div h3{

	font-size: 16px;

	font-weight: bold;

	color: #000;

	margin-top: 10px;

	transition: 0.1s;

}

.product .pr02 li div h4{

	font-size: 12px;

	color: #999;

	margin-bottom: 5px;

	transition: 0.1s;

}

.product .pr02 li div p{

	font-size: 14px;

	color: #666;

	transition: 0.1s;

}

.product .pr02 li:hover div h3,.product .pr02 li.a div h3

,.product .pr02 li:hover div h4,.product .pr02 li.a div h4

,.product .pr02 li:hover div p,.product .pr02 li.a div p{

	color: #fff;

}





/*科研实力*/

.power ul{

	position: relative;

}

.power ul li{

	float: left;

	width: 436px;

	margin: auto 15px;

	margin-bottom: 30px;

	position: absolute;

	top: 0;

	left: 40%;

}

.power ul li a{

	display: block;

	overflow: hidden;

	width: 100%;

	position: relative;

}

.power ul li span{

	position: absolute;

	display: block;

	width: 100%;

	height: 100%;

	background: #000;

	opacity: 0.5;

	transition: 0.3s;

	top: 0;

	left: 0;

}

.power ul li:hover span{

	opacity: 0;

}

.power ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.power ul li: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);

}

.power ul li.pmore a{

	line-height: 40px;

	background: #aacd06;

	text-align: center;

	font-size: 14px;

	color: #fff;

	transition: 0.3s;

}

.power ul li.pmore a:hover{

	opacity: 0.7;

}

.power ul li:first-child,.power ul li.p05{

	margin-top: 20px;

}

.power ul li.p02,.power ul li.p06{

	margin-top: 60px;

}





/*对比优势*/

.contrast{

	margin: 80px auto;

	margin-top: 120px;

	padding: 80px 0;

	background: #eaeff5;

}

.dbbg{

	background: url("/temp/temp/53/53-0022/201908051616/images/dbbg.jpg") no-repeat center center;

}

.dbbg .db01 li{

	float: left;

	width: calc(100% / 7);

	text-align: center;

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

	padding: 30px 0;

	box-sizing: border-box;

	cursor: pointer;

}

.dbbg .db01 li.a,.dbbg .db01 li:hover{

	background: #aacd06;

}

.dbbg .db01 li:last-child{

	border: none;

}

.dbbg .db01 li img{

	width: 40px;

	height: auto;

	margin: auto;

	margin-bottom: 10px;

}

.dbbg .db01 li h3{

	font-size: 14px;

	color: #fff;

}

.dbbg .db02 li{

	width: 100%;

	display: none;

}

.dbbg .db02 li:first-child{

	display: block;

}

.dbbg .db02 div{

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

	padding: 40px 50px;

	color: #fff;

	text-align: center;

}

.dbbg .db02 div h3{

	width: 100%;

	margin-bottom: 10px;

	font-size: 18px;

	font-weight: bold;

}

.dbbg .db02 div span{

	display: none;

	width: 16px;

	height: 4px;

	margin: 10px auto;

	background: #aacd06;

}

.dbbg .db02 div p{

	font-size: 14px;

	line-height: 20px;

}





/*荣誉资质*/

.honor ul li{

	float: left;

	width: 340px;

	margin: auto 30px;

	transition: 0.3s;

}

.honor ul li img{

	width: 100%;

	height: auto;

}

.honor ul li:hover{

	transform: translateY(-10px);

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

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

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

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

}

.videobox02 ul li div{

	position: relative;

}

.videobox02 ul li div img{

	width: 100%;

	height: auto;

}

.videobox02 ul li div::after {

	position: absolute;

	content: '';

    width: 72px;

    height: 72px;

    background: url("/") no-repeat center;

    background-size: 100%;

    position: absolute;

    left: calc(50% - 36px);

    top: -72px;

    transition: 0.4s;

}

.videobox02 ul li:hover div::after {

	top:  calc(50% - 36px);

	opacity: 1

}

.videobox02 ul li h3{

	text-align: center;

	font-size: 16px;

	margin-top: 15px;

}

.videobox02 span.prev

,.videobox02 span.next{

	margin-top: -63px;

}

.honor span{

	width: 40px;

	height: 40px;

	padding: 0;

	text-align: center;

	line-height: 40px !important;

	font-size: 20px !important;

	background: #aacd06 !important;

	border-radius: 20px;

	opacity: 1 !important;

	top: 72% !important;

}

.honor span.next{

	right: -80px;

}

.honor span.prev{

	left: -80px;

}





/*新闻资讯*/

.news{

	margin-top: 80px;

	padding: 80px 0;

	background: #eaeff5;

}

.rmore{

	display: block;

	width: 140px;

	line-height: 40px;

	font-size: 14px;

	text-align: center;

	color: #fff;

	background: #aacd06;

	margin: auto;

	margin-top: 40px;

	transition: 0.3s;

}

.rmore:hover{

	opacity: 0.7;

}

.new01{

	float: left;

	width: 45%;

}

.new01 a{

	display: block;

}

.new01 img{

	width: 100%;

	height: auto;

}

.new01 h3{

	margin-top: 25px;

	font-size: 16px;

	color: #000;

	margin-bottom: 10px;

	transition: 0.3s;

}

.new01 p{

	font-size: 13px;

	color: #666;

	line-height: 22px;

	max-height: 44px;

	overflow: hidden;

	margin-bottom: 20px;

}

.new01 h4{

	font-size: 14px;

	color: #aacd06;

}

.new01:hover h3{

	color: #aacd06;

}

.new02{

	float: right;

	width: 50%;

}

.new02 li{

	padding: 30px 20px;

	border-bottom: 1px solid #e0e0e0;

	box-sizing: border-box;

}

.new02 li a{

	display: block;

}

.new02 li:first-child{

	border-top: 1px solid #e0e0e0;

}

.new02 li div.n01{

	float: left;

	text-align: right;

	width: 66px;

}

.new02 li div.n01 h4{

	font-size: 24px;

	color: #666;

	line-height: 24px;

}

.new02 li div.n01 h5{

	font-size: 14px;

	color: #666;

}

.new02 li div.n01 span{

	display: block;

	width: 60px;

	height: 16px;

	border: 1px solid #dbdbdb;

	margin-top: 10px;

	background: url("/temp/temp/53/53-0022/201908051616/images/more03.png") no-repeat center center;

	transition: 0.3s;

}

.new02 li:hover div.n01 span{

	background: url("/temp/temp/53/53-0022/201908051616/images/more04.png") no-repeat center center;

	border-color: #aacd06;

}

.new02 li div.n02{

	float: right;

	width: calc(100% - 100px);

}

.new02 li div.n02 h3{

	font-size: 16px;

	color: #000;

	margin-bottom: 10px;

	transition: 0.3s;

}

.new02 li:hover div.n02 h3{

	color: #aacd06;

}

.new02 li div.n02 p{

	font-size: 13px;

	color: #666;

	line-height: 22px;

	max-height: 44px;

	overflow: hidden;

}





/*招商加盟*/

.joinbox{

	padding: 90px 0;

	background: url("/temp/temp/53/53-0022/201908051616/images/jmbg.jpg") no-repeat center center;

}

.joinbox .title h1,.joinbox .title h2,.joinbox .title p{

	color: #fff;

}

.joinbox .title h2{

	background: url("/temp/temp/53/53-0022/201908051616/images/tit02.png") no-repeat left center;

}

.joinbox .title p{

	max-width: 80%;

	margin: auto 10%;

	margin-top: 15px;

	line-height: 24px;

}

.join{

	width: 1000px;

	margin: auto;

}

.apply h4,.apply label{

	display: none;

}

.apply .default-form-item{

	float: left;

	width: 32%;

	margin-right: 2%;

}

.apply .default-form-item.abc2{

	margin-right: 0;

}

.apply .default-form-item input{

	width: calc(100% - 30px);

	height: 40px;

	line-height: 40px;

	padding-left: 20px;

	padding-right: 10px;

	font-size: 14px;

	border: none;

	outline-color: #fff;

}

.apply .default-form-item.abc3{

	margin-top: 25px;

	width: 100%;

}

.apply .default-form-item textarea{

	width: calc(100% - 40px);

	padding: 0 20px;

	line-height: 40px;

	height: 120px;

	border: none;

	font-size: 14px;

	outline-color: #fff;

}

.apply input[type="submit"]{

	margin-top:40px;

	width: 160px;

	line-height: 40px;

	background: #aacd06;

	font-size: 14px;

	color: #fff;

	text-align: center;

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

	border: none;

	cursor: pointer;

	transition: 0.3s;

}

.apply input[type="submit"]:hover{

	opacity: 0.8;

}

.apply .default-form-item textarea::-webkit-input-placeholder

,.apply .default-form-item input::-webkit-input-placeholder{

	font-size: 14px;

}





/*公共底部*/

.footer{

	padding-top: 60px;

	background: #262626;

}

.footer .fnav{

	float: left;

}

.footer .fnav dl{

	float: left;

	margin-right: 70px;

}

.footer .fnav dl dt{

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 10px;

}

.footer .fnav dl dd{

	margin-bottom: 8px;

}

.footer .fnav dl dd a{

	font-size: 14px;

	color: #b2b2b2;

	transition: 0.2s;

}

.footer .fnav dl dd a:hover{

	color: #fff;

}

.footer .ftel{

	float: right;

	text-align: right;

}

.footer .ftel h4{

	font-size: 14px;

	color: #aacd06;

}

.footer .ftel h3{

	font-size: 24px;

	color: #fff;

	font-family: "Georgia";

	margin-top: 5px;

	margin-bottom: 10px;

}

.footer .ftel div{

	display: flex;

	justify-content: right;

}

.footer .ftel div span{

	display: block;

	margin-left: 10px;

	width: 100px;

}

.footer .ftel div span img{

	width: 100%;

	height: auto;

}

.footer .ftel div span p{

	text-align: center;

	color: #999;

	margin-top: 5px;

	font-size: 14px;

}

.footer .ftel h5{

	font-size: 12px;

	color: #ccc;

	margin-top: 8px;

}

.jishu{

	padding: 20px 0;

	border-top: 1px solid #333;

	text-align: center;

	margin-top: 60px;

}

.default-pc-copyright{

	width: 100%;

	text-align: center;

	color: #666;

}

.default-pc-copyright a,.default-pc-links-text dd a{

	color: #999;

}

.default-pc-copyright a:hover,.default-pc-links-text dd a:hover{

	color: #fff;

}

.default-pc-links-text{

	text-align: center;

	margin-top: 5px;

}

.default-pc-links-text dt{

	float: none;

	display: inline-block;

	color: #666;

}

.default-pc-links-text dd{

	float: none;

	display: inline-block;

	margin: 0 5px;

}

.fixed{

	position: fixed;

	top: 40%;

	right: 0;

}

.fixed li{

	height: 48px;

	margin-bottom: 1px;

	background: #333;

	position: relative;

}

.uid-3227 .fixed li.rqq{

	display: none;

}

.fixed li a{

	display: block;

	width: 48px;

	height: 48px;

	background: #333 url("/temp/temp/53/53-0022/201908051616/images/r01.png") no-repeat center center;

	position: relative;

	z-index: 1;

	transition: 0.2s;

}

.fixed li.rtel h3{

	position: absolute;

	left: 0;

	top: 0;

	line-height: 48px;

	width: 180px;

	text-align: center;

	background: #444;

	font-size: 18px;

	font-family: "Georgia";

	color: #fff;

	transition: 0.3s;

}

.fixed li.rtel:hover h3{

	left: -180px;

}

.fixed li.rqq a{

	background: url("/temp/temp/53/53-0022/201908051616/images/r02.png") no-repeat center center;

}

.fixed li.rwx a{

	background: url("/temp/temp/53/53-0022/201908051616/images/r03.png") no-repeat center center;

}

.fixed li.xcx a{

	background: url("/temp/temp/53/53-0022/201908051616/images/xcx.png") no-repeat center center;

	background-size: 19px;

}

.fixed li.rly a{

	background: url("/temp/temp/53/53-0022/201908051616/images/r04.png") no-repeat center center;

}

.fixed li.top01 a{

	background: #aacd06 url("/temp/temp/53/53-0022/201908051616/images/r05.png") no-repeat center center;

}

.fixed li:hover a{

	opacity: 0.8;

}



/*点击弹出二维码*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	height: 260px;

	position: absolute;

	top: 35%;

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0022/201908051616/images/close.png") no-repeat center center;

	background-size: 100%;

	box-shadow: 2px 2px 14px #333;

	border-radius: 12px;

	cursor: pointer;

}





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

.nybanner img{

	width: 100%;

	height: auto;

}

.nybanner{

	position: relative;

}

.nybanner div{

	position: absolute;

	top: calc(50% - 48px);

	width: 100%;

	text-align: center;

	left: 0;

	color: #fff;

}

.nybanner div h1{

	font-size: 50px;

	line-height: 50px;

	margin-bottom: 16px;

	text-transform: uppercase;

}

.nybanner div h2{

	font-size: 28px;

	line-height: 30px;

}

.default-mod-add .nybanner div,.default-api-diy .nybanner div{

	display: none;

}

.lnewsbox{

	background: #eaeff5;

	padding-bottom: 100px;

}

.ltext01{

	background: #fff;

	border-bottom: 1px solid #ececec;

	margin-bottom: 60px;

}

.ltext01 .pox01{

	float: left;

	line-height: 20px;

	margin: 20px 0;

	font-size: 12px;

	color: #888;

}

.ltext01 .pox01 a{

	color: #888;

	transition: 0.2s;

}

.ltext01 .pox01 a:hover{

	color: #aacd06;

}

.ltext01 .lnav{

	float: right;

}

.ltext01 .lnav li{

	float: left;

	margin: 15px 0;

	margin-left: 15px;

}

.ltext01 .lnav li a{

	display: block;

	line-height: 28px;

	padding: 0 12px;

	border-radius: 17px;

	border: 1px solid #dedede;

	color: #888;

	font-size: 14px;

	transition: 0.3s;

}

.ltext01 .lnav li.a a,.ltext01 .lnav li:hover a{

	background: #aacd06;

	color: #fff;

	border-color: #aacd06;

}

.ltext01 .lnav li span{

	display: none;

}

.lnew li{

	float: left;

	width: 48.5%;

	margin-left: 3%;

	background: #fff;

	margin-bottom: 3%;

	transition: 0.3s;

}

.lnew li a{

	display: block; 

}

.lnew .ln01{

	width: 100%;

	margin-left: 0;

}

.lnew .ln01 span{

	float: left;

	width: 50%;

	overflow: hidden;

}

.lnew .ln01 span img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnew .ln01 span: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);

}

.lnew .ln01 div{

	float: right;

	width: 42%;

	margin-right: 4%;

	margin-top: 60px;

}

.lnew li h4{

	font-size: 12px;

	color: #888;

	margin-bottom: 5px;

	transition: 0.3s;

}

.lnew li h3{

	font-size: 18px;

	color: #333;

	transition: 0.3s;

}

.lnew li p{

	font-size: 14px;

	color: #888;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	margin-top: 10px;

	margin-bottom: 40px;

	transition: 0.3s;

}

.lnew li h5{

	font-size: 14px;

	color: #aacd06;

	text-decoration: underline #aacd06;

	transition: 0.3s;

}

.lnew li .ln02{

	padding: 30px;

}

.lnew li .ln02 h3{

	float: left;

	width: calc(100% - 100px);

	font-size: 16px;

	line-height: 20px;

}

.lnew li .ln02 h4{

	float: right;

	line-height: 20px;

}

.lnew li .ln02 p{

	float: left;

	width: 100%;

	margin-bottom: 30px;

}

.lnew li .ln02 h5{

	float: left;

}

.lnew li:hover .ln02 h3{

	color: #aacd06; 

}

.lnew li:hover{

	box-shadow: 0px 2px 24px #ccc;

	position: relative;

	z-index: 1;

}

.lnew .ln01:hover{

	box-shadow: none;

	background: #aacd06; 

}

.lnew .ln01:hover h3,.lnew .ln01:hover h4,.lnew .ln01:hover p{

	color: #fff;

}

.lnew .ln01:hover h5{

	text-decoration: underline #fff;

	color: #fff;

}

.page {

	margin-top: 20px;

}

.page a{

	transition: 0.2s;

}

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

	background: #aacd06; 

	border-color: #aacd06; 

}

.ml0{

	margin-left: 0 !important;

}

.pub01{

	margin-bottom: 5px;

	text-align: right;

}





/*视频展示列表页-----------------------------------------------------------------------------*/

.lvideo{

	margin-bottom: 100px;

}

.lvideo .video li{

	width: 47%;

	margin-right: 6%;

	margin-bottom: 4%;

}





/*案例展示列表页------------------------------------------------------------------------------*/

.lcase li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	transition: 0.4s;

}

.lcase li a{

	display: block;

	background: #fff;

	border: 4px solid #fff;

	box-sizing: border-box;

	text-align: center;

	transition: 0.4s;

}

.lcase li a span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lcase li a img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lcase li a h3{

	font-size: 16px;

	color: #333;

	margin-top: 15px;

	transition: 0.4s;

}

.lcase li a h4{

	font-size: 12px;

	color: #888;

	margin-bottom: 15px;

	text-transform: uppercase;

	transition: 0.4s;

}

.lcase li:hover{

	transform: translateY(-10px);

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

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

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

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

	box-shadow: 0px 2px 24px #ccc;

	position: relative;

	z-index: 1;

}

.lcase li: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);

}





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

.lshow02{

	padding-bottom: 100px;

	background: #eaeff5;

}

.lshow02 .ls02 li{

	width: 100%;

	margin-bottom: 40px;

}

.lshow02 .ls02 li a{

	display: block;

	position: relative;

}

.lshow02 .ls02 li img{

	width: 48%;

	height: auto;

}

.lshow02 .ls02 li a .text{

	position: absolute;

	width: 56%;

	background: #fff;

	right: 0;

	top: calc(50% - 99px);

	z-index: 1;

	transition: 0.4s;

}

.lshow02 .ls02 li:hover a .text{

	right: 30px;

}

.lshow02 .ls02 li h3 {

    font-weight: bold;

    font-size: 16px;

    color: #000;

    margin: auto 30px;

	width: calc(100% - 60px);

    margin-bottom: 10px;

    transition: 0.4s;

	margin-top: 35px;

	line-height: 23px;

}

.lshow02 .ls02 li:hover h3{

	color: #aacd06;

}

.lshow02 .ls02 li p {

    font-size: 12px;

    color: #888;

    line-height: 24px;

    max-height: 48px;

    overflow: hidden;

    margin: auto 30px;

    margin-bottom: 35px;

    transition: 0.4s;

	width: calc(100% - 60px);

}

.lshow02 .ls02 li .text div {

    border-top: 1px solid #eee;

    transition: 0.4s;

}

.lshow02 .ls02 li .text div h4 {

    float: left;

    font-size: 12px;

    color: #888;

    margin-left: 25px;

    line-height: 46px;

    transition: 0.4s;

}

.lshow02 .ls02 li .text div ins {

    width: 44px;

    height: 46px;

    border-left: 1px solid #eee;

    background: url("/temp/temp/53/53-0022/201908051616/images/go01.png") no-repeat center center;

    opacity: 0;

    transition: 0.4s;

    display: block;

    float: right;

}

.lshow02 .ls02 li.ls02 img{

	float: right;

}

.lshow02 .ls02 li.ls02 .text{

	right: inherit;

	left: 0;

}

.lshow02 .ls02 li.ls02:hover .text{

	right: inherit;

	left: 30px;

}











/*新闻展示内容页-------------------------------------------------------------------------------*/

.vnews,.lcasebox,.lshowbox,.vabout,.lzizhibox,.vshowbox{

	background: #eaeff5;

	padding-bottom: 100px;

}

.tjnew{

	float: right;

	width: 24%;

	background: #fff;

}

.tjnew dt{

	width: calc(100% - 40px);

	line-height: 40px;

	background: #aacd06;

    color: #fff;

	font-size: 16px;

	padding: 0 20px;

}

.tjnew dd{

	border-bottom: 1px solid #e8e8e8;

}

.tjnew dd a{

	display: block;

	padding: 20px;

}

.tjnew dd a h3{

	font-size: 14px;

	color: #555;

	line-height: 20px;

	margin-bottom: 5px;

	transition: 0.3s;

}

.tjnew dd a h4{

	font-size: 12px;

	color: #999;

}

.tjnew dd:hover a h3{

	color: #aacd06;

}

.vnews .vntext{

	float: left;

	background: #fff;

	width: calc(74% - 120px);

	padding: 50px 60px;

	padding-bottom: 70px;

	border-top: 20px solid #aacd06;

}

.vnews .vntext h1{

	font-size: 24px;

	margin-bottom: 10px;

}

.vnews .vntext .look{

	font-size: 12px;

	color: #888;

	margin-bottom: 30px;

}

.next01{

	margin-top: 30px;

	font-size: 12px;

}

.next01 p{

	width: 48%;

	border: 1px solid #eaeaea;

	transition: 0.3s;

	text-align: center;

	box-sizing: border-box;

	float: left;

}

.next01 p a{

	display: block;

	padding: 12px 30px;

	color: #666;

	transition: 0.3s;

}

.next01 p.next{

	float: right;

}

.next01 p:hover{

	background: #aacd06;

	border-color: #aacd06;

}

.next01 p:hover a{

	color: #fff;

}





/*关于我们列表页------------------------------------------------------------------*/

.labout{

	margin-bottom: 120px;

}

.labout .lab01{

	width: 100%;

	position: relative;

}

.labout .lab01 img{

	width: 100%;

	height: auto;

}

.lab01 div{

	position: absolute;

	width: 100%;

	text-align: center;

	left: 0;

	top: calc(50% - 75px);

	color: #fff;

}

.lab01 div h3{

	font-size: 52px;

	font-weight: bold;

	line-height: 60px;

	margin-bottom: 15px;

	letter-spacing:4px;

}

.lab01 div p{

	font-size: 16px;

	margin: auto;

	line-height: 16px;

	letter-spacing:2px;

}

.lab01 div span{

	display: block;

	width: 14px;

	height: 14px;

	border: 5px solid #aacd06;

	margin: auto;

	border-radius: 12px;

	margin-top: 35px;

}

.uid-3227 .lab01 div span

,.uid-3227 .lab02 h3

,.uid-3227 .lab02 h4

,.uid-3227 .lab02 span{

	display: none;

}

.lab02{

	margin-top: 100px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

}

.lab02 img{

	width: 46%;

	height: auto;

}

.lab02 div{

	width: 42%;

}

.lab02 h3{

	font-size: 46px;

	color: #333;

	font-weight: 400;

	margin-bottom: 20px;

	width: 68%;

}

.lab02 h4{

	font-size: 18px;

	color: #333;

}

.lab02 span{

	display: block;

	width: 20px;

	height: 20px;

	border: 4px solid #aacd06;

	border-radius: 22px;

	margin: 50px 0;

}

.lab02 p{

	font-size: 14px;

	color: #666;

	line-height: 30px;

	text-align: justify

}

.uid-3227 .lab02 p{

	font-size: 18px;

	line-height: 1.8;

}

.uid-3227 .lab02 p strong{

	font-size: 18px;

}

.lab02 p strong{

	display: block;

	font-size: 17px;

	margin-top: 15px;

	color: #0000ff;

	font-weight: normal;

}

.lab02 p strong i{

	color: red;

	font-style: normal;

}

.lab03{

	margin-top: 80px;

	margin-bottom: 100px;

}

.lab03 li{

	float: left;

	width: 31%;

	margin-right: 3.5%;

}

.lab03 li a{

	display: block;

	text-align: center;

}

.lab03 li div{

	width: 100%;

	overflow: hidden;

}

.lab03 li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lab03 li: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);

}

.lab03 li h3{

	font-size: 18px;

	color: #000;

	margin-top: 20px;

}

.lab03 li p{

	font-size: 14px;

	color: #888;

	margin-top: 10px;

	margin-bottom: 30px;

	line-height: 16px;

	height: 16px;

	overflow: hidden;

}

.lab03 li span{

	display: block;

	width: 100%;

	text-align: center;

	line-height: 34px;

	border: 1px solid #aacd06;

	color: #aacd06;

	transition: 0.4s;

	font-size: 14px;

}

.lab03 li:hover span{

	background: #aacd06;

	color: #fff;

}

.lab03 li:last-child{

	margin-right: 0;

}









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

.vabtext{

	background: #fff;

	padding: 60px 80px;

	box-sizing: border-box;

	padding-bottom: 80px;

}

.vabtext h1{

	margin-bottom: 40px;

}





/*企业资质列表页-------------------------------------------------------------------------------*/

.lzizhi li{

	float:left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

} 

.lzizhi li a{

	display: block;

	width: 100%;

	text-align: center;

	border: 1px solid #ddd;

	padding: 10px;

	box-sizing: border-box;

	background: #fff;

	transition: 0.4s;

}

.lzizhi li img{

	height: 100%;

	width: auto;

	max-width: 100%;

	max-height: 100%;

	margin: auto;

}

.lzizhi li h3{

	font-size: 14px;

	color: #666;

	text-align: center;

	margin-top: 10px;

}

.lzizhi li:hover a{

	border-color: #aacd06;

	background: #aacd06;

	transform: translateY(-10px);

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

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

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

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

}





/*产品展示列表页---------------------------------------------------------------------*/



.lshowbox .lshow li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	border: 2px solid #fff;

	box-sizing: border-box;

	transition: 0.4s;

	background: #fff;

}

.lshowbox .lshow li:hover{

	box-shadow: 0px 2px 30px #bbb;

    position: relative;

    z-index: 1;

}

.lshowbox .lshow li a{

	display: block;

}

.lshowbox .lshow li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lshowbox .lshow li img{

	width: 100%;

	height: auto;

}

.lshowbox .lshow li h3{

	font-weight: bold;

	font-size: 16px;

	color: #000;

	margin: auto 25px;

	margin-top: 30px;

	margin-bottom: 10px;

	width: calc(100% - 50px);

	transition: 0.4s;

}

.lshowbox .lshow li:hover h3{

	color: #aacd06;

}

.lshowbox .lshow li p{

	font-size: 12px;

	color: #888;

	line-height: 24px;

	max-height: 48px;

	overflow: hidden;

	margin: auto 25px;

	width: calc(100% - 50px);

	margin-bottom: 30px;

	transition: 0.4s;

}

.lshowbox .lshow li div{

	border-top: 1px solid #eee;

	transition: 0.4s;

}

.lshowbox .lshow li div h4{

	float: left;

	font-size: 12px;

	color: #888;

	margin-left: 25px;

	line-height: 46px;

	transition: 0.4s;

}

.lshowbox .lshow li div ins{

	width: 44px;

	height: 46px;

	border-left: 1px solid #eee;

	background: url("/temp/temp/53/53-0022/201908051616/images/go01.png") no-repeat center center;

	opacity: 0;

	transition: 0.4s;

	display: block;

	float: right;

}





/*产品展示内容页------------------------------------------------------------------------------*/

.vshow .vsl{

	float: left;

    width: 24%;

    border: 6px solid #fff;

}

.vshow .vsl img {

    width: 100%;

    height: auto;

}

.vshow .vsr{

    float: right;

	background: #fff;

	padding: 50px 50px;

    width: calc(72% - 100px);

	padding-bottom: 80px;

}

.vshow h1 {

    font-size: 24px;

    margin-bottom: 5px;

}

.vshow .look {

    font-size: 12px;

    font-style: normal;

    color: #888;

    margin-bottom: 30px;

    line-height: 14px;

}

.vshow .look em {

    font-style: normal;

    font-size: 12px;

    line-height: 14px;

    margin-right: 5px;

}

.article p iframe{

	max-width: 100%;

}

.default-article-content p{

	margin: 0;

	line-height: 1.8;

}







/*人才招聘列表页------------------------------------------------------------------------------*/

.lzpbox,.lnetwork{

	background: #eaeff5;

    padding-bottom: 100px;

}

.lzhaopin div{

	background: #aacd06;

	color: #fff;

}

.lzhaopin div h4{

	width: 20%;

	text-align: center;

	font-size: 16px;

	line-height: 54px;

	float: left;

}

.lzhaopin ul{

	background: #fff;

}

.lzhaopin ul li{

	padding: 15px 0;

	border-bottom: 1px solid #eaeaea;

}

.lzhaopin ul li h3{

	float: left;

	font-size: 14px;

	color: #333;

	width: 20%;

	text-align: center;

	line-height: 30px;

}

.lzhaopin ul li a{

	display: block;

	float: left;

	line-height: 30px;

	width: 80px;

	text-align: center;

	background: #aacd06;

	font-size: 14px;

	color: #fff;

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

	border-radius: 4px;

	transition: 0.3s;

}

.lzhaopin ul li a:hover{

	opacity: 0.7;

}

.ueditor_baidumap{

	width: 100% !important;

	max-width: 100% !important;

	overflow: hidden;

}





/*全国网点列表页-------------------------------------------------------*/

.lnetwork .lwd li{

	float: left;

	background: #fff;

	width: 40%;

	margin-right: 4%;

	padding: 30px 4%;

	margin-bottom: 4%;

}

.lnetwork .lwd li h3{

	font-size: 16px;

	font-weight: bold;

	color: #aacd06;

}

.lnetwork .lwd li h4{

	font-size: 13px;

	color: #999;

	margin-bottom: 10px;

	margin-top: 5px;

}

.lnetwork .lwd li p{

	font-size: 14px;

	color: #666;

	width: 100%;

	line-height: 40px;

	border-bottom: 1px solid #eaeaea;

}





/*加盟申请页面----------------------------------------------------------------------*/

.ljmapply{

	background: #eaeff5;

    padding-bottom: 140px;

}

.jmapply{

	margin: auto;

	margin-top: 140px;

	width: 700px;

	border: 1px solid #eee;

	border-radius: 10px;

	padding: 80px;

	padding-top: 100px;

	position: relative;

	background: #fff;

}

.jmapply img{

	position: absolute;

	top: -60px;

	left: calc(50% - 60px);

	width: 120px;

	height: auto;

	border-radius: 60px;

}

.jmapply h3{

	font-size: 22px;

	font-weight: bold;

	color: #aacd06;

	text-align: center;

}

.jmapply h5{

	font-size: 15px;

	color: #888;

	margin-top: 5px;

	margin-bottom: 40px;

	text-align: center;

}

.jmapply h4{

	display: none;

}

.jmapply label{

	display: none;

}

.jmapply .default-form-item{

	width: 100%;

	margin-bottom: 20px;

}

.jmapply input[type="text"]{

	width: calc(100% - 40px);

	padding: 0 20px;

	background: #fff;

	border: 1px solid #eaeaea;

	line-height: 40px;

	height: 40px;

	font-size: 14px;

	color: #333;

	outline-color: #aacd06;

}

.jmapply textarea{

	width: calc(100% - 40px);

	padding: 0 20px;

	line-height: 40px;

	font-size: 14px;

	color: #333;

	background: #fff;

	border: 1px solid #eaeaea;

	height: 120px;

	outline-color: #aacd06;

}

.jmapply .default-form-item input::-webkit-input-placeholder

,.jmapply textarea::-webkit-input-placeholder{

	font-size: 14px;

	color: #888;

	font-family: "微软雅黑";

}

.jmapply input[type="submit"]{

	border: none;

	background: #aacd06;

	width: 100%;

	text-align: center;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 14px;

	cursor: pointer;

}















/*新闻内页手机版------------------------------------------------------------------*/

.iv_new{

	background: #fff;

	padding-bottom: 80px;

}

.ivn01{

	width: 100%;

}

.ivn01 img{

	width: 100%;

	height: auto;

}

.ivn02{

	margin-top: 20px;

}

.ivn02 .invt{

	margin-left: 15px;

}

.ivn02 .invt span{

	float: left;

	display: block;

	width: 36px;;

	height: 36px;

	background:url("/temp/temp/53/53-0022/201908051616/images/yonghu.png") no-repeat center center;

	background-size: 100%;

	margin-right: 10px;

}

.ivn02 .invt div{

	float: left;

}

.ivn02 .invt div h3{

	font-size: 14px;

	line-height: 20px;

}

.ivn02 .invt div h4{

	font-size: 12px;

	line-height: 16px;

}

.ivn02 .invt div h4 a{

	color: #999;

}

.ivn02 .ivna{

	float: right;

	margin-right: 15px;

	display: block;

	width: 50px;

	line-height: 24px;

	text-align: center;

	font-size: 13px;

	background: #aacd06;

	color: #fff;

	margin-top: 6px;

	border-radius: 4px;

}

.ivn03{

	margin-top: 30px;

	padding: 0 15px;

	margin-bottom: 20px;

}

.ivn03 h1{

	font-size: 22px;

	float: left;

	width: 100%;

	margin-bottom: 20px;

	font-weight: bold;

	color: #000;

	line-height: 28px;

}

.ivn03 h4{

	font-size: 12px;

	float: left;

	color: #999;

	line-height: 20px;

}

.ivn03 h5{

	font-size: 12px;

	float: right;

	color: #999;

	background:url("/temp/temp/53/53-0022/201908051616/images/look.png") no-repeat left center;

	background-size: 18px;

	padding-left: 20px;

	line-height: 20px;

}

.ivn04{

	padding: 0 15px;

}

.ivn04 iframe{

	width: 100%;

	height: auto !important;

}

.next03{

	padding: 0 15px;

	margin-top: 40px;

}

.next03 p{

	float: right;

	width: 50%;

	border: 1px solid #eee;

	box-sizing: border-box;

}

.next03 p a{

	display: block;

	font-size: 30px;

	text-align: center;

	line-height: 30px;

	color: #ccc;

}

.next03 p.prev01{

	float: left;

}

.ueditor_baidumap {

    min-width: 100%;

    max-width: 100%;

}









/*不同尺寸下调整-----------------------------------------------------------------*/

.w960 .wp{

	width: 1188px !important;

}









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

	.w14{

		width: 1188px;

	}

	.product .pr02 li{

		height: 118px;

	}

	.product .pr02 li div{

		width: calc(100% - 98px);

	}

	.product .pr02 li div h3{

		margin-top: 4px;

	}

	.power ul li{

		width: 366px;

	}

	.new02 li{

		padding: 25px 20px;

	}

	

	

	

}



.w960 .power{

	width: 960px;

}

.w960 .power ul li{

	width: 290px;

}

.w960 .honor span.next{

	right: 0;

}

.w960 .honor span.prev{

	left: 0;

}





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

	.wp,.w14{

		padding-left: 15px !important;

		padding-right: 15px !important;

		width: calc(100% - 30px);

	}

	#mobile-nav{

		background: #fff;

		color: #aacd06;

	}

	.default-mobile-nav-menu li a{

		color: #333;

		border-top: 1px solid #eee;

		border-bottom: none;

	}

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

		padding: 5px 10px;

	}

	/*首页*/

	.default-mobile-nav-menu li ul {

		background: #f5f5f5;

	}

	.ismobile header h1 a span{

		display: none;

	}

	header .bg {

		opacity: 1;

		background: #aacd06;

	}

	.miban{

		position: relative;

	}

	.nav-click{

		font-size: 28px;

		margin-top: -10px;

	}

	.default-mobile-copyright2{

		margin-top: 0;

		background-color:#aacd06;

		color: #fff;

	}

	.default-mobile-copyright2 a{

		color: #fff;

	}

	.jmapply .default-form-item{

		margin-bottom: 10px;

	}

	.banner01 .dots{

		bottom: 20px;

	}

	.nybanner div h1 {

		font-size: 22px;

		line-height: 24px;

		margin-bottom: 6px;

	}

	.nybanner div h2 {

		font-size: 20px;

		line-height: 24px;

	}

	.nybanner div{

		top: calc(50% - 27px);

	}

	.iv_new{

		padding-bottom: 60px;

	}

	.aboutbox {

		margin: 50px auto;

	}

	.aboutbox .abl {

		width: 100%;

	}

	.aboutbox .abr {

		width: 120px;

		margin-top: 30px;

		float: left;

	}

	.aboutbox .abr img {

		display: none;

	}

	.aboutbox .abr a{

		width: 100%;

		height: 32px;

	}

	.aboutbox .abr h3{

		padding-top: 0;

		margin-top: 0;

		background: none;

		line-height: 32px;

	}

	.aboutbox .abl p {

		font-size: 12px;

		line-height: 28px;

		text-align: justify;

	}

	.aboutbox .abl h2{

		margin-bottom: 25px;

	}

	.aboutbox .abimg{

		display: none;

	}

	.title div {

		float: none;

		text-align: center;

		width: 100%;

	}

	.title h1,.title h2,.title p{

		float: none;

		display: inline-block;

	}

	.title h1{

		font-size: 26px;

	}

	.title h2{

		top: -2px;

    	position: relative;

		font-size: 18px;

		margin-left: 2px;

	}

	.title p{

		font-size: 12px;

		margin-top: 8px;

	}

	.title ul{

		float: none;

		margin: auto;

		margin-top: 20px;

		width: 100%;

		text-align: center;

	}

	.title ul li{

		float: none;

		display: inline-block;

		margin: auto 8px;

	}

	.title {

		margin-bottom: 30px;

	}

	.video li:hover .v01 span {

		top: calc(50% - 30px);

	}

	.video li .v01 span{

		left: calc(50% - 30px);

	}

	.rmore{

		margin-top: 20px;

	}

	.product,.contrast{

		padding: 50px 0;

		margin: 50px 0;

	}

	.product .pr02,.product .pr01{

		width: 100%;

		float: none;

	}

	.product .pr01 li div{

		width: calc(100% - 60px);

	}

	.product .pr01 li div h3 {

		font-size: 15px;

		margin-top: 18px;

	}

	.product .pr01 li div h4{

		margin-bottom: 6px;

	}

	.product .pr01 li div p{

		font-size: 12px;

		line-height: 16px;

		margin-bottom: 15px;

	}

	.product .pr01 li div a{

		width: 100px;

		line-height: 28px;

	}

	.product .pr02 li{

		padding: 12px;

		height: 100px;

	}

	.product .pr02 li div {

		width: calc(100% - 92px);

	}

	.product .pr02 li div h3{

		font-size: 15px;

	}

	.product .pr02 li div p{

		font-size: 12px;

	}

	.power ul li{

		position: inherit;

		left: 0;

		width: 48%;

		margin: auto 1%;

		margin-top: 0 !important;

		margin-bottom: 2% !important;

	}

	.power ul li.pmore{

		width: 100%;

		line-height: 32px;

		font-size: 12px;

	}

	.power ul li:hover img{

		transform: scale(1);

	}

	.power ul li:hover span {

		opacity: 0.5;

	}

	.dbbg .db01 li img{

		width: 24px;

		margin-bottom: 6px;

	}

	.dbbg .db01 li h3{

		font-size: 11px;

		width: 24px;

		text-align: center;

		margin: auto;

	}

	.dbbg .db01 li{

		padding: 12px 0;

	}

	.dbbg .db02 div{

		padding: 25px;

	}

	.dbbg .db02 div h3{

		font-size: 16px;

	}

	.dbbg .db02 div p {

		font-size: 12px;

		line-height: 18px;

	}

	.honor ul li{

		width: 170px;

		margin: auto;

		margin-right: 20px;

	}

	.honor ul li:hover{

		transform: translateY(0);

	}

	.honor ul li:hover{

		margin-top: 50px;

		padding: 50px 0;

	}

	.videobox02 ul li h3 {

		font-size: 14px;

		margin-top: 12px;

	}

	.title p{

		font-size: 11px;

	}

	.title ul li a{

		font-size: 12px;

	}

	.news{

		margin-top: 50px;

		padding: 50px 0;

	}

	.new01{

		display: none;

	}

	.new02{

		width: 100%;

	}

	.new02 li {

		padding: 15px 0;

	}

	.new02 li div.n01 h4{

		font-size: 20px;

	}

	.new02 li div.n01{

		width: 60px;

	}

	.new02 li div.n01 span{

		width: 60px;

		height: 14px;

	}

	.new02 li div.n02{

		width: calc(100% - 84px);

	}

	.new02 li div.n02 h3{

		font-size: 14px;

	}

	.new02 li div.n02 p{

		font-size: 12px;

		line-height: 20px;

		max-height: 40px;

	}

	.join{

		width: calc(100% - 30px);

	}

	.joinbox{

		padding: 60px 0;

	}

	.joinbox .title p {

		max-width: 100%;

		margin: auto;

		margin-top: 10px;

		line-height: 20px;

	}

	.apply .default-form-item {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.apply .default-form-item input,

	.apply .default-form-item input::-webkit-input-placeholder

	,.apply .default-form-item textarea::-webkit-input-placeholder{

		font-size: 12px;

	}

	.apply .default-form-item.abc3{

		margin-top: 0;

	}

	.apply input[type="submit"]{

		margin-top: 0;

		width: 100%;

		margin: auto;

	}

	.honor span{

		width: 36px;

		height: 36px;

		font-size: 14px !important;

		line-height: 36px !important;

		margin-top: -18px !important;

	}

	.honor span.next{

		right: 15px;

	}

	.honor span.prev{

		left: 15px;

	}

	.videobox02 span{

		margin-top: -48px !important;

	}

	

	

	/*新闻列表页*/

	.lcasebox,.lnewsbox,.lshowbox,.lzizhibox,.lnetwork{

		background: #fff;

	}

	.default-mobile-list-cats{

		margin: 30px 15px;

		padding: 4px 10px;

		border: solid #dedede 1px;

	}

	.default-mobile-list-cats h3{

		font-size: 16px;

		line-height: 40px;

	}

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

		display: block;

		line-height: 40px;

		font-size: 16px;

	}

	.lnew li{

		width: 100%;

		margin: auto;

		margin-bottom: 0;

		padding: 20px 0;

		border-bottom: 1px solid #eaeaea;

	}

	.lnew li .ln02{

		padding: 0;

	}

	.lnew li .ln02 h3{

		font-size: 14px;

    	line-height: 16px;

	}

	.lnew li .ln02 h4{

		line-height: 16px;

	}

	.lnew li .ln02 p{

		font-size: 12px;

		line-height: 20px;

		max-height: 40px;

		margin-top: 0;

		margin-bottom: 10px;

	}

	.lnew li h5{

		font-size: 12px;

	}

	.lnew li:hover{

		transform: translateY(0);

		box-shadow: none;

		background: #fff;

	}

	.lnew li:hover .ln02 h4,.lnew li:hover .ln02 p{

		color: #888;

	}

	.lnew li:hover .ln02 h3{

		color: #333;

	}

	.lnew li:hover h5 {

		text-decoration: underline #aacd06;

		color: #aacd06;

	}

	

	/*工程案例列表页*/

	.lcase li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 20px;

	}

	.lcase li a{

		border: none;

		background: #f9f9f9;

	}

	.lcase li:hover{

		transform: translateY(0);

		box-shadow: none;

	}

	

	/*产品展示列表页*/

	.lshowbox .lshow li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

		border: 1px solid #eee;

	}

	.lshowbox .lshow li h3{

		margin-top: 20px;

	}

	.lshowbox .lshow li p{

		margin-bottom: 20px;

	}

	.lshowbox .lshow li:hover {

		background: #fff;

		border-color: #eee;

		box-shadow: none;

	}

	.lshowbox .lshow li:hover h3 {

		color: #000;

	}

	.lshowbox .lshow li:hover p,.lshowbox .lshow li:hover div h4{

    	color: #888;

	}	

	.lshowbox .lshow li:hover div {

		border-top: 1px solid #eee;

	}

	.lshowbox .lshow li:hover div ins {

		opacity: 0;

	}

	

	/*企业资质列表页*/

	.lzizhi li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 20px;

	}

	

	/*全国网点列表页*/

	.lnetwork .lwd li{

		width: 92%;

		margin: auto;

		margin-bottom: 20px;

		background: #f9f9f9;

		padding: 20px 4%;

	}

	.lnetwork .lwd li p{

		font-size: 12px;

		line-height: 36px;

	}

	.lnetwork{

		padding-bottom: 60px;

	}

	.otherlist{

		display: none;

	}

	

	/*视频中心列表页*/

	.lvideo .video li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 20px;

	}

	.video li .v02{

		width: calc(100% - 50px);

		margin: auto;

		margin-top: 15px;

	}

	.video li ins{

		margin: auto;

		margin-top: 22px;

	}

	.video li:hover {

		box-shadow: none;

		position: relative;

		z-index: 1;

	}

	.video li:hover .v02 {

		margin-left: 0;

	}

	.video li:hover ins {

		margin-right: 0;

	}

	.video li .v01 span{

		width: 60px;

		height: 60px;

		top: calc(50% - 30px);

	}

	

	/*加盟申请页*/

	.jmapply{

		width: calc(100% - 30px);

		margin: auto 10px;

		margin-top: 0;

		padding-top: 74px;

	}

	.ljmapply{

		padding: 80px 0;

	}

	.jmapply img {

		top: -43px;

		left: calc(50% - 43px);

		width: 86px;

		border-radius: 43px;

	}

	

	/*关于我们列表页*/

	.lab02{

		margin: 60px auto;

	}

	.labout .lab02 img{

		width: 100%;

		margin-bottom: 40px;

		float: none;

	}

	.lab02 h3{

		font-size: 34px;

		margin: auto;

		margin-bottom: 20px;

		width: 248px;

		text-align: center;

	}

	.lab02 h4{

		text-align: center;

		font-size: 16px;

	}

	.lab02 span{

		margin: 25px auto;

	}

	.ivn04 iframe {

		height: 300px !important;

	}

	.uid-3227 .lab02 p{

		font-size: 14px;

		line-height: 1.6;

	}

	.uid-3227 .lab02 p strong {

		font-size: 15px;

	}

	.uid-3227 .lab02 {

		margin: 30px auto;

	}

	.uid-3227 .labout .lab02 img{

		margin-bottom: 20px;

	}

	.lab03 {

		margin-top: 40px;

		margin-bottom: 20px;

	}

	.lab01 div {

		top: calc(50% - 30px);

	}

	.lab01 div h3 {

		font-size: 25px;

		line-height: 30px;

		margin-bottom: 10px;

	}

	.lab01 div p {

		font-size: 12px;

		line-height: 16px;

	}

	.uid-3227 .aboutbox .abr{

		display: none;

	}

	

	

	

	

}

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



}

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

	/*首页*/

	.video li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	/*工程案例列表页*/

	.lcase li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.lvideo, .lcasebox{

		margin-bottom: 0;

	}

	.vnews, .lcasebox, .lshowbox, .vabout, .lzizhibox, .vshowbox{

		padding-bottom: 60px;

	}

	.lcase li a h3{

		font-size: 14px;

	}

	.lcase li a h4{

		font-size: 10px;

	}

	

	/*产品展示列表页*/

	.lshowbox .lshow li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	

	/*企业资质列表页*/

	.lzizhi li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	.lzizhi li img{

		width: 100%;

		height: auto;

	}

	

	/*视频中心列表页*/

	.lvideo .video li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	

	/*关于我们列表页*/

	.lab03 {

		margin-top: 60px;

		margin-bottom: 40px;

	}

	.lab03 li{

		width: 100%;

		margin-right: 0;

		margin-bottom: 40px;

	}

	.lab03 li h3{

		font-size: 16px;

		margin-top: 15px;

	}

	.lab03 li p{

		font-size: 12px;

		margin-top: 5px;

		margin-bottom: 15px;

	}

	.lab03 li span{

		line-height: 32px;

		font-size: 12px;

	}

	.labout{

		margin-bottom: 50px;

	}

	

	

	

	

}






















































































