/*!

 * 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.default-basescript-index{background: #f9f9f9;}









/*导航*/

.header{

	background: #fff;

	box-shadow: 1px 1px 10px #dedede;

}

.top_t{

	background:#65a734;

	color: #fff;

	position:fixed;

	width:100%;

	left:0;

	top:0;

	z-index:2;

	height:40px;

}

.top_t h3{

	float: left;

	font-size: 13px;

	line-height: 40px;

}

.top_t h4{

	float: right;

	font-size: 23px;

	line-height: 40px;

	padding-left:35px;

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

	background-size:25px;

	font-weight: bold;

}

.nav_box

,.h01{

	width:72%;

	margin:0 auto;

}

.nav_box .logo{

	height: 66px;

	margin: 12px 0;

}

.nav_box .logo img{

	height: 100%;

	width: auto;

}

.nav_box {

    position: relative;

    margin-top: 34px;

}

.nav_box .nav{

	margin: 0 1px;

}

.nav_box .nav li a{

	display: block;

	line-height: 70px;

	text-align: center;

	padding: 0 20px;

	font-size: 16px;

	color: #333;

	transition: 0.4s;

}

.nav_box .nav li a:hover{

	color: #8fc31f;

}

.nav_box .nav li.a a{

	border-bottom: 2px solid #8fc31f;

	box-sizing: border-box;

	color: #8fc31f;

}

.bignav{

	position: relative;

	padding: 10px 0;

}

.bignav ins{

	width: 104px;

	height: 2px;

	background: #8fc31f;

	position: absolute;

    left: -105px;

    bottom: 10px;

	opacity:0;

}

.nav_box .nav li ul{

	background:#8fc31f;

	display: block;

	opacity: 0;

	transition: 0.4s;

}

.nav_box .nav li:hover ul{

	opacity: 1;

}

.nav_box .nav li ul li{

	border-bottom: 1px solid #80b311;

	transition: 0.3s;

}

.nav_box .nav li ul li a{

	color: #fff;

	line-height: 40px;

}

.nav_box .nav li ul li:hover a{

	color: #fff;

}

.nav_box .nav li ul li:hover{

	background:#7dad14;

}

.nav_box .nav li ul li.a{

	border-bottom: 1px solid #80b311;

	background:#7dad14;

}

.nav_box .nav li ul li.a a{

	color: #fff;

}

.nav_box .nav li.a ul li a{

	color: #fff;

}





/*banner*/

.gbanner img{

	width: 100%;

	height: auto;

}

.banner01{

	max-height: 700px;

	overflow: hidden;

}

.banner01 a{

	display: block;

}

.banner01 span.next, .banner01 span.prev{

	line-height: 60px;

    font-size: 32px;

    width: 40px;

    text-align: center;

	transition: 0.2s;

}

.banner01 span.next:hover, .banner01 span.prev:hover{

	opacity: 0.6;

}

.banner01 .dots span{

	width: 16px;

	height: 16px;

	border-radius: 8px;

	background: #fff;

}

.banner01 .dots span.active{

	background:#65a734;

}



/*简介*/

.jj_box{

	margin: 100px auto;

	width: 72%;

}

.jj_box h2{

	font-size: 46px;

	font-weight: bold;

	margin-bottom: 60px;

	text-align: center;

}

.jianjie{

	position: relative;

}

.jianjie img{

	width: 48%;

	height: auto;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 1;

}

.jianjie .jj_t{

	width: 47%;

	float: right;

	background: #fff;

	padding: 40px 0;

	padding-left: 15%;

	box-shadow: 0px 0px 32px 1px #dedede;

}

.w960 .jianjie .jj_t{

	padding:20px 0;

	padding-left:15%;

}

.jianjie .jj_t p{

	width:90%;

	line-height: 32px;

	font-size: 18px;

	color: #333;

	margin-top: 40px;

	margin-bottom: 40px;

	float: left;

	max-height:192px;

	overflow:hidden;

}

.jianjie .jj_t a{

	display: block;

	width: 150px;

	height: 38px;

	line-height: 38px;

	font-size: 13px;

	text-align: center;

	color: #fff;

	background: #444;

	float: right;

	margin-right: 14%;

	margin-bottom: 40px;

	transition: 0.4s;

}

.jianjie .jj_t a:hover{

	background: #000;

}



/*竹材应用*/

.yingyong{

	width: 72%;

	margin: auto;

	margin-bottom: 100px;

}

.yingyong h2{

	font-size: 46px;

	font-weight: bold;

	margin-bottom: 60px;

	text-align: center;

}

.yingyong li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	box-shadow: 0px 0px 22px 1px #999;

}

.yingyong li a{

	display: block;

	position: relative;

}

.yingyong li img{

	width: 100%;

	height: auto;

}

.yingyong li h3{

	position: absolute;

	left: 0;

	bottom: 0;

	line-height: 40px;

	width: 100%;

	text-align: center;

	font-size: 18px;

	color: #fff;

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

	transition: 0.3s;

}

.yingyong li:hover h3{

	background: rgba(101,167,52,0.70);

}





/*工艺介绍*/

.jies_box{

	width: 100%;

	background: #fff;

	padding: 60px 0;

}

.jieshao{

	width: 72%;

	margin: auto;

}

.jieshao h2{

	font-size: 46px;

	font-weight: bold;

	text-align: center;

	margin-bottom: 10px;

}

.jieshao p{

	width: 900px;

	margin: auto;

	font-size: 22px;

	color: #555;

	margin-bottom: 60px;

	text-align: center;

}

.jieshao ul li{

	width: 50%;

	float: left;

}

.jieshao ul li img{

	width: 100%;

	height: auto;

}

.jieshao ul li h3{

	font-size: 20px;

	color: #555;

	margin-top: 20px;

	text-align: center;

}





/*优势*/

.youshi{

	width: 100%;

	padding: 30px 0;

}

.youshi ul{

	width: 72%;

	margin: auto;

}

.youshi ul li {

    width: 11.5%;

    float: left;

    margin: 0 0.5%;

	text-align:center;

}

.youshi ul li h3{

	font-size:25px;

	margin-top:15px;

	color:#919191;

}

.youshi ul li:hover h3 {

    color: #65a734;

}

.w960 .youshi ul li h3{

	font-size:20px;

}

.youshi ul li img{

	width: 134px;

	max-width:100%;

	height: auto;

	-webkit-filter: grayscale(100%);

	filter:grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-webkit-filter:grayscale(100%);

	-o-filter:grayscale(100%);

	transition: 0.2s;

}

.youshi ul li img:hover{

	-webkit-filter: grayscale(0);

	filter:grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-webkit-filter:grayscale(0);

	-o-filter:grayscale(0);

}





/*案例展示*/

.al_box{

	width: 100%;

	background: #fff;

	padding: 80px 0;

}

.anli{

	width: 72%;

	margin: auto;

}

.anli h2{

	font-size: 46px;

	font-weight: bold;

	text-align: center;

	margin-bottom: 60px;

}

.anli li{

	float: left;

	width: 33.333%;

	transform: translateY(-1px);

}

.anli li.an01{

	width: 60%;

	transform: translateY(0);

}

.anli li.an02,.anli li.an03{

	width: 20%;

	transform: translateY(0);

}

.anli li.an04{

	width: 40%;

	transform: translateY(0);

}

.anli li a{

	display: block;

	background: #000;

}

.anli li a img{

	width: 100%;

	height: auto;

	transition: 0.4s;

	-webkit-filter: grayscale(100%);

	filter:grayscale(100%);

	-ms-filter:grayscale(100%);

	-moz-filter:grayscale(100%);

	-webkit-filter:grayscale(100%);

	-o-filter:grayscale(100%);

}

.uid-3215 .anli li:hover a img{

	opacity:.8;

}

.anli li:hover a img,.uid-3215 .anli li a img{

	-webkit-filter: grayscale(0);

	filter:grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-webkit-filter:grayscale(0);

	-o-filter:grayscale(0);

}

.uid-2955 .anli li a img{

	-webkit-filter: grayscale(0);

	filter:grayscale(0);

	-ms-filter:grayscale(0);

	-moz-filter:grayscale(0);

	-webkit-filter:grayscale(0);

	-o-filter:grayscale(0);

}









/*新闻资讯*/

.xinwen{

	width: 72%;

	margin: 100px auto;

}

.xinwen h2{

	font-size: 46px;

	font-weight: bold;

	text-align: center;

	margin-bottom: 60px;

}

.xinwen ul li{

	width: 22.75%;

	margin-right: 3%;

	margin-bottom: 3%;

	float: left;

}

.xinwen ul li .xw_img{

	overflow: hidden;

}

.xinwen ul li a{

	display: block;

}

.xinwen ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.xinwen ul li .xw_t h3{

	font-size: 18px;

	margin: 6px 0;

	font-weight: bold;

	color: #333;

	transition: 0.3s;

}

.xinwen ul li .xw_t p{

	font-size: 12px;

	color: #777;

	line-height: 14px;

	max-height: 14px;

	overflow: hidden;

}

.xinwen ul li .xw_t h4{

	margin-top: 6px;

	font-size: 12px;

	color: #999;

}

.xinwen ul li img:hover{

	transform: scale(1.08);

}

.xinwen ul li div h3:hover{

	color: #65a734;

}

.xwmore{

	margin: auto;

	margin-top: 30px;

	text-align: center;

}

.xwmore a{

	display: block;

	width: 146px;

	height: 36px;

	line-height: 36px;

	border: 2px solid #888;

	color: #888;

	border-radius: 6px;

	text-align: center;

	margin: auto;

	font-size: 13px;

	font-weight: bold;

	transition: 0.4s;

}

.xwmore a:hover{

	border: 2px solid #65a734;

	color: #fff;

	background: #65a734;

}





/*合作伙伴*/

.hz_box{

	width: 72%;

	margin: auto;

	margin-bottom: 100px;

	display: none;

}

.hz_box h2{

	font-size: 46px;

	font-weight: bold;

	text-align: center;

	margin-bottom: 60px;

}

.hz_box ul{

	width: 100%;

}

.hz_box ul li{

	width: 200px;

	margin: auto 14px;

	float: left;

	transition: 0.3s;

}

.hz_box ul li:hover{

	box-shadow: 0px 1px 20px #ccc;

}

.hz_box ul li img{

	width: 100%;

	height: auto;

}

.uid-2955 .hz_box{

	display: block;

}

.hz_box span.next,.hz_box span.prev{

	top: 70%;

    margin-top: 0;

    line-height: 40px;

    font-size: 24px;

    background-color: #000;

    width: 40px;

    text-align: center;

}

.hz_box span.next{

	right: -40px;

}

.hz_box span.prev{

	left: -40px;

}









/*公共底部*/

.f_box{

	width: 100%;

	background: #333;

	padding: 60px 0;

}

.footer1{

	width: 72%;

	margin: auto;

}

.footer1 div{

	margin-left: 60px;

}

.footer1 div li{

	margin-bottom: 6px;

}

.footer1 div li h3{

	color: #888;

	font-size: 16px;

	transition: 0.2s;

}

.footer1 div li h3:hover{

	color: #fff;

}

.footer1 div h2{

	font-size: 20px;

	font-weight: bold;

	color: #fff;

	margin-bottom: 20px;

}

.footer1 div.f_logo{

	margin-left: 0;

}

.footer1 div.f_logo img{

	height: 75px;

	width: auto;

	margin-bottom: 20px;

}

.dbewm h3{

	font-size: 14px;

	color: #fff;

	margin-top: 10px;

	text-align: center;

}

.footer1 .f_logo{

	margin-top: 20px;

}

.footer1 .f_logo h3{

	font-size: 14px;

	color: #999;

	max-width: 340px;

}



.jishu{

	width: 100%;

	background: #000;

	height: 50px;

	line-height: 50px;

}

.jishu .default-pc-copyright{

	text-align: center;

	line-height: 50px;

	margin: auto;

}

.jishu .default-pc-copyright a{

	color: #999; 

}

.con09{

	position:fixed;

	bottom:30%;

	right:0;

	z-index:10;

}

.con09 li{

	width:47px;

	height:49px;

	margin-bottom:5px;

	position:relative;

	background:url("/temp/temp/53/53-0012/201809141830/images/l02.png") no-repeat center left;

}

.con09 li.wx09 img{

	position:absolute;

	width:130px;

	height:auto;

	right: 50px;

    top: -40px;

	opacity:0;

	width:0;

	transition:sll .3s;

}

.con09 li.wx09:hover img{

	opacity:1;

	width:130px;

}

.con09 li.tel09{

	background:url("/temp/temp/53/53-0012/201809141830/images/l05.png") no-repeat center left;

}

.con09 li.tel09 p {

    line-height: 49px;

	height:49px;

    color: #fff;

    padding: 0 10px;

    font-size: 14px;

	position:absolute;

	right:-134px;

	top:0;

	opacity:0;

	width:0;

	transition:all .3s;

	width:122px;

	padding-left: 50px;

	text-align: center;

	background:url("/temp/temp/53/53-0012/201809141830/images/l05.png") no-repeat center left;

}

.con09 li.tel09:hover p{

	opacity:1;

	right:0;

	background:url("/temp/temp/53/53-0012/201809141830/images/ll05.png") no-repeat center left;

	background-color: #EC9890; 

    

}

.con09 li.top:hover img{

	width:161px;

	opacity:1;

}

.con09 li.top{

	background:url("/temp/temp/53/53-0012/201809141830/images/l06.png") no-repeat center left;

}

.con09 li.top img{

	position:absolute;

	right:0;

	top:0;

	transition:all .3s;

	opacity:0;

	width:0;

}



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

.lnew_box{

	margin-top: 60px;

	margin-bottom: 120px;

}

.lnew{

	width: 70%;

	padding-right: 4%;

	border-right: 1px solid #eee;

}

.lnew h2{

	width: 100%;

	text-align: left;

	padding-left: 20px;

	font-size: 24px;

	line-height: 26px;

	border-left: 4px solid #65a734;

	margin-bottom: 20px;

}

.lnew ul{

	border-top: 4px solid #eee;

}

.lnew ul li{

	width: 100%;

	padding: 20px 0;

	border-bottom: 1px solid #eee;

}

.lnew ul li a{

	display: block;

}

.lnew ul li a img{

	width: 24%;

	height: auto;

	float: left;

}

.lnew ul li a .lnew_t{

	width: 72%;

}

.lnew li .lnew_t h3{

	font-size: 18px;

	color: #333;

	margin-bottom: 10px;

	transition: 0.3s;

}

.lnew li .lnew_t p{

	font-size: 12px;

	color: #666;

	max-height: 36px;

	overflow: hidden;

}

.lnew li .lnew_t div{

	margin-top: 20px;

}

.lnew li .lnew_t div h4{

	float: left;

	color: #999;

	line-height: 16px;

}

.lnew li .lnew_t div h5{

	float: right;

	color: #999;

	line-height: 16px;

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

	background-size: 16px;

	padding-left: 20px;

}

.lnew li:hover .lnew_t h3{

	color:#65a734; 

}

.fanye{

	margin-top: 40px;

}

.fanye .page{

	text-align: center;

}

.fanye .page a{

	display: inline-block;

	float: inherit;

}



.lnew_r{

	width: 24%;

}

.lnew_r .ln_tjxw h2{

	width: 100%;

	text-align: left;

	padding-left: 20px;

	font-size: 24px;

	line-height: 26px;

	border-left: 4px solid #65a734;

	margin-bottom: 20px;

}

.lnew_r .ln_tjxw ul{

	border-top: 4px solid #eee;

	padding-top: 8px;

}

.lnew_r .ln_tjxw ul li{

	padding: 8px 0;

}

.lnew_r .ln_tjxw ul li h3{

	padding-left: 23px;

	line-height: 22px;

	background:url("/temp/temp/53/53-0012/201809141830/images/new.png") no-repeat left center;

	background-size: 18px;

	font-size: 15px;

	transition: 0.2s;

}

.lnew_r .ln_tjxw ul li h3:hover{

	color:#65a734; 

}



.lnew_r .lnr_gz{

	margin-top: 60px;

}

.lnew_r .lnr_gz h2{

	width: 100%;

	text-align: left;

	padding-left: 20px;

	font-size: 24px;

	line-height: 26px;

	border-left: 4px solid #65a734;

	margin-bottom: 20px;

}

.lnew_r .lnr_gz div{

	border-top: 4px solid #eee;

	text-align: center;

}

.lnew_r .lnr_gz div img{

	margin: auto;

	margin-top: 20px;

}

.lnew_r .lnr_gz div h3{

	color: #333;

	margin-top: 15px;

	text-align: center;

}

.pub02{

	text-align: right;

	margin-bottom: 6px;

}





/*新闻资讯内页------------------------------------------------------------------------------------------------*/

.vnews01{

	width: 80%;

	margin: auto;

	padding-top: 40px;

	padding-bottom: 120px;

}

.pox01{

	color: #666;

	margin-bottom: 40px;

}

.pox01 a{

	color: #666;

}

.pox01 a:hover{

	color: #65a734;

}

.vnews01 h1{

	text-align: center;

	margin-bottom: 20px;

}

.vnews01 .look{

	margin-bottom: 40px;

}

.vnews01 .look h5{

	float: left;

	margin-left: 40%;

	color: #888;

	background:url("/temp/temp/53/53-0012/201809141830/images/time.png") no-repeat left center;

	background-size: 14px;

	padding-left: 18px;

}

.vnews01 .look h4{

	float: right;

	margin-right: 40%;

	color: #888;

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

	background-size: 14px;

	padding-left: 18px;

}

.pub{

	text-align: right;

	margin-bottom: 5px;

}

.next01{

	margin-top: 40px;

}

.next01 p{

	width: 45%;

	margin-right: 10%;

	border: 1px solid #ccc;

	line-height: 40px;

	padding: 0 2.5%;

	text-align: center;

	overflow: hidden;

	max-height: 40px;

	color: #666;

	transition: 0.3s;

	float: left;

	box-sizing: border-box;

}

.next01 p a{

	color: #666;

	display: block;

	transition: 0.3s;

}

.next01 p:hover{

	border: 1px solid #65a734;

	background: #65a734;

	color: #fff;

}

.next01 p a:hover{

	color: #fff;

}





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

.vab_box{

	padding-bottom: 120px;

}

.l_nav{

	width: 100%;

    border-bottom: 1px solid #eee;

    margin-bottom: 60px;

	padding-top: 10px;

}

.list-nav {

    margin: auto;

    text-align: center;

}

.list-nav li{

    display: inline-block;

    line-height: 40px;

    margin: auto 50px;

    font-size: 16px;

}

.list-nav li a{

	display: block;

	border-bottom: 2px solid #fff;

	padding: 0 15px;

	transition: 0.3s;

}

.list-nav li.a a{

	border-bottom: 2px solid #65a734;

}

.list-nav li a:hover{

	color: #65a734;

}

.vab_box .article h1{

	text-align: center;

	font-size: 30px;

	margin-bottom: 30px;

}

.vab_box .article .default-article-content{

	width: 80%;

	margin: auto;

}

.vab_box .pub{

	width: 80%;

	margin: auto;

}





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

.lshow_box .l_nav{

	margin-bottom: 0;

}

.lshow{

	width: 100%;

	background: #f9f9f9;

	padding-top: 60px;

	padding-bottom: 120px;

}

.lshow ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	background: #fff;

	margin-bottom: 2%;

	border: 8px solid #fff;

	box-sizing: border-box;

	transition: 0.4s;

}

.lshow ul li a{

	display: block;

}

.lshow ul li img{

	width: 100%;

	height: auto;

}

.lshow ul li h3{

	width: 86%;

	margin-left: 7%;

	line-height: 40px;

	text-align: center;

	font-size: 16px;

	transition: 0.4s;

}

.lshow ul li:hover{

	border: 8px solid #65a734;

	background: #65a734;

}

.lshow ul li:hover h3{

	color: #fff;

}





/*案例展示内容页-------------------------------------------------------------------------------------------------*/

.vanli01{

	width: 80%;

	margin: auto;

	padding-top: 40px;

	padding-bottom: 120px;

}

.vanli01 h1{

	text-align: center;

	margin-bottom: 40px;

	font-weight: bold;

}

.vanli01 .alxq{

	width: 100%;

	background: #f9f9f9;

	height: 42px;

	border-bottom: 1px solid #65a734;

	box-sizing: border-box;

}

.vanli01 .alxq h3{

	width: 140px;

	line-height: 42px;

	color: #fff;

	background:#65a734;

	text-align: center;

	font-size: 14px;

}





.show01{

	width:800px;

	margin: auto;

	padding-bottom:120px;

	

	margin-bottom: 60px;

}

.show01 > .thumb ul > li img{

	padding:4px;

}

.show01 > .thumb{

	left:48%;

}

.show01 > .thumb > .next

,.show01 > .thumb > .next:hover{

	opacity:0.6;

	background:url("/temp/temp/53/53-0012/201809141830/images/you.png") no-repeat center center;

	background-size: 100%;

	width: 26px;

	height: 26px;

}

.show01 > .thumb > .prev

,.show01 > .thumb > .prev:hover{

	opacity:0.6;

	background:url("/temp/temp/53/53-0012/201809141830/images/zuo.png") no-repeat center center;

	background-size: 100%;

	width: 26px;

	height: 26px;

}

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

	border: 1px solid #eee;

}









.w960 .jianjie .jj_t p {

    font-size: 14px;

    line-height: 1.5;

    margin-top: 20px;

    margin-bottom: 20px;

}

.w960 .jianjie .jj_t a{

	margin-bottom: 20px;

}

.w960 .youshi ul li img{

	width: 100%;

	height: auto;

}

.w960 .xinwen ul li .xw_t h3{

	font-size: 16px;

}

.w960 .footer1 div.f_logo img{

	width:225px;

	height: auto;

}

.w960 .nav_box .nav li a{

    padding: 0 15px;

    font-size: 15px;

}

.w960 .bignav ins{

	width: 90px;

}



.w960 .footer1 div{

	margin-left:20px;

}

.w960 .jj_box

,.w960 .xinwen

,.w960 .youshi ul

,.w960 .yingyong

,.w960 .jieshao

,.w960 .nav_box,.w960 .h01

,.w960 .footer1{

	min-width:960px;

}





.uid-2955 .top_t{

	height: 40px;

}

.uid-2955 .top_t h3{

	line-height: 40px;

}

.uid-2955 .list-nav li{

	margin: auto 20px;

}



















/*手机版调整--------------------------------------------------------------------------------------------*/

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

	.footer1 div {

		margin-left: 40px;

	}

	.footer1 div.f_logo img{

		width: 260px;

		height: auto;

	}

}

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

	/*首页*/

	.hz_box h2{

		font-size: 40px;

	}

	.hz_box{

		width: 90%;

	}

	.default-mobile-nav-menu li ul{

		background-color: #559c20;

	}

	.default-mobile-copyright2{

		margin-top: 0;

	}

	header .bg{

		background: #fff;

		box-shadow: 0px 1px 10px 0px #ccc;

	}

	.ismobile #mobile-nav{

		background: #65a734;

	}

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

		color: #fff;

	}

	.ismobile #mobile-nav h3{

		color: #fff;

	}

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

		border-bottom: 1px solid #528e25;

		border-top: 1px solid #84b95d;

	}

	.ismobile .nav-click{

		color:#65a734; 

	}

	header h1 a{

		color:#333; 

	}

	.jianjie .jj_t {

		width: 91%;

		padding: 40px 0;

		padding-left: 9%;

		padding-top: 320px;

	}

	.jianjie img {

		width: 70%;

	}

	.jj_box h2{

		font-size: 40px;

	}

	.yingyong h2{

		font-size: 40px;

	}

	.yingyong{

		width: 90%;

	}

	.yingyong li{

		width: 31.333%;

    	margin: auto 1%;

		margin-bottom:2%

	}

	.jieshao h2{

		font-size: 40px;

	}

	.jieshao p {

		width: 700px;

		font-size: 18px;

	}

	.jieshao ul li h3{

		font-size: 18px;

	}

	.youshi ul{

		width: 90%;

	}

	.anli h2{

		font-size: 40px;

	}

	.anli{

		width: 90%;

	}

	.anli li a img{

		-webkit-filter: grayscale(0);

		filter: grayscale(0);

		-ms-filter: grayscale(0);

		-moz-filter: grayscale(0);

		-webkit-filter: grayscale(0);

		-o-filter: grayscale(0);

	}

	.anli li:nth-child(7) a img{

		-webkit-filter: grayscale(100%);

		filter: grayscale(100%);

		-ms-filter: grayscale(100%);

		-moz-filter: grayscale(100%);

		-webkit-filter: grayscale(100%);

		-o-filter: grayscale(100%);

	}

	.xinwen h2{

		font-size: 40px;

	}

	.xinwen ul li{

		width: 23%;

    	margin: auto 1%;

		margin-bottom:2%

	}

	.xinwen{

		width: 90%;

	}

	.xinwen ul li .xw_t h3{

		font-size: 15px;

	}

	

	/*新闻资讯列表页*/

	.lnew{

		width: 100%;

		padding-right: 0;

		border: none;

	}

	.lnew ul li a img{

		width: 18%;

	}

	.lnew ul li a .lnew_t{

		width: 79%;

	}

	.lnew li .lnew_t div{

		margin-top: 34px;

	}

	.lnew h2{

		width: calc(100% - 20px);

	}

	

	/*新闻内页*/

	.ismobile article h3{

		font-size: 22px;

		margin-top: 15px;

		margin-bottom: 10px;

	}

	

	/*图片展示内页*/

	.vanli01{

		width: 100%;

		padding-top: 0;

	}

	.vanli01 span.next,.vanli01 span.prev{

		line-height: 50px;

    	font-size: 32px;

		width: 50px;

		text-align: center;

	}

	.vanli01 h1{

		margin-top: 20px;

		margin-bottom: 60px;

		font-size: 24px;

	}

	.next01{

		margin-top: 60px;

	}

	.next01 p{

		width: 42%;

    	margin: 0 4%;

		font-size: 14px;

	}

	.vanli01 .article{

		margin-top: 40px;

		width: 90%;

    	margin-left: 5%;

	}

	

	/*图片展示列表页*/

	.lshow ul li{

		width: 31.333%;

    	margin: auto 1%;

		margin-bottom:2%;

	}

	.mobile-header strong {

		display: block;

		float: left;

		line-height: 54px;

		height: 50px;

		font-size: 17px;

	}

	.mobile-header strong a{

		color:#65a734;

	}

	.nav-click{

		right:0;

	}

	.default-diy-edit header{

	   top: 50px !important;

	}

	

}

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

	/*首页*/

	.hz_box ul li{

		width: 140px;

		margin: auto 10px;

	}

	.jj_box {

		margin: 80px auto;

		width: 90%;

	}

	.jianjie img{

		width: 100%;

		position: inherit;

	}

	.jianjie .jj_t {

		padding-top: 0;

		padding: 20px 0;

		padding-left: 9%;

	}

	.jieshao {

		width: 96%;

		margin: auto;

	}

	.xinwen {

		width: 96%;

		margin: 80px auto;

	}

	.anli {

		width: 96%;

	}

	.yingyong {

		width: 96%;

	}

	.youshi ul li {

		width: 11%;

		margin: 0 1.62%;

	}

	.youshi ul {

		width: 96%;

	}

	

	/*新闻资讯列表页*/

	.lnew ul li a .lnew_t{

		width: 74%;

	}

	.lnew ul li a img{

		width: 22%;

	}

	

	/*图片展示内容页*/

	.show02 ul li img{

		width: 100%;

	}

}

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

	.banner01 .dots span {

		width: 12px;

		height: 12px;

		border-radius: 6px;

	}

	.hz_box{

		width: 96%;

		margin-bottom: 60px;

	}

	.hz_box ul li {

		width: 110px;

		margin: auto 5px;

	}

	.hz_box h2{

		font-size: 24px;

    	margin-bottom: 40px;

	}

	.hz_box span.prev{

		left: 0;

	}

	.hz_box span.next{

		right: 0;

	}

	.hz_box span.next, .hz_box span.prev{

		top: 66%;

		line-height: 32px;

		font-size: 18px;

		width: 32px;

	}

	.anli li a{

		margin: 4px;

	}

	.jj_box h2 {

		font-size: 24px;

		margin-bottom: 40px;

	}

	.jj_box {

		margin: 60px auto;

	}

	.jianjie .jj_t p{

		width: 100%;

		line-height: 23px;

		font-size: 14px;

		margin: auto;

		margin-bottom: 30px;

		max-height:185px;

	}

	.jianjie .jj_t{

		padding-left: 0;

		padding: 30px 6%;

		width: 88%;

	}

	.jianjie .jj_t a{

		margin: auto;

	}

	.yingyong h2{

		font-size: 24px;

		margin-bottom: 40px;

	}

	.yingyong li {

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.yingyong{

		margin-bottom: 60px;

	}

	.jieshao h2{

		font-size: 24px;

	}

	.jieshao p {

		width: 94%;

		font-size: 13px;

		margin-bottom: 40px;

	}

	.jieshao ul li {

		width: 100%;

		float: inherit;

	}

	.jieshao ul li h3 {

    	font-size: 15px;

		margin: 10px auto;

	}

	.youshi ul{

		text-align: center;

	}

	.youshi ul li {

		display: inline-block;

		width: 19%;

		margin: auto 3%;

		margin-bottom: 6%;

		float: inherit;

	}

	.al_box {

		padding: 60px 0;

	}

	.anli h2{

		font-size: 24px;

		margin-bottom: 40px;

	}

	.anli li{

		width: 50%;

		transform: translateY(0);

	}

	.anli li.an01{

		width: 100%;

	}

	.anli li.an02, .anli li.an03 {

		width: 50%;

	}

	.anli li.an04{

		width: 100%;

	}

	.anli li:nth-child(7){

		width: calc(100% - 8px);

		background: #909090;

		margin: 4px;

	}

	.anli li:nth-child(7) img{

		width: 50%;

		margin-left: 25%;

	}

	.xinwen {

		margin: 60px auto;

	}

	.xinwen h2{

		font-size: 24px;

		margin-bottom: 40px;

	}

	.xinwen ul li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.yingyong li h3{

		font-size: 14px;

		line-height: 28px;

	}

	.xinwen ul li:nth-child(5){

		display: none;

	}

	.xinwen ul li:nth-child(6){

		display: none;

	}

	.xinwen ul li:nth-child(7){

		display: none;

	}

	.xinwen ul li:nth-child(8){

		display: none;

	}

	

	

	/*新闻资讯列表页*/

	.lnew ul li a img{

		width: 35%;

	}

	.lnew ul li a .lnew_t{

		width: 60%;

	}

	.lnew li .lnew_t h3{

		font-size: 15px;

		margin-bottom: 6px;

	}

	.lnew li .lnew_t p{

		max-height: 29px;

    	line-height: 15px;

	}

	.lnew li .lnew_t div h4{

		font-size: 12px;

	}

	.lnew li .lnew_t div {

		margin-top: 15px;

	}

	.lnew h2 {

		padding-left: 10px;

		font-size: 20px;

		line-height: 20px;

		margin-bottom: 16px;

		width: calc(100% - 10px);

	}

	.lnew_box{

		margin-top: 40px;

		margin-bottom: 100px;

	}

	

	/*新闻内页*/

	.ismobile article h3{

		font-size: 20px;

		margin-top: 20px;

	}

	.ismobile .article-info{

		font-size: 14px;

	}

	.ismobile dl.otherlist dd h4{

		font-size: 16px;

	}

	.default-mobile-box, .box{

		margin-top: 40px;

		display: none;

	}

	.ismobile article nav{

		margin-top: 30px;

		margin-bottom: 60px;

	}

	.ismobile article nav p{

		width: 100%;

		border: 1px solid #ccc;

		box-sizing: border-box;

		line-height: 40px;

		max-height: 40px;

		text-align: center;

		padding: 0 20px;

		overflow: hidden;

		margin-bottom: 10px;

		font-size: 13px;

		color: #666;

	}

	.ismobile article nav p a{

		color: #65a734;

	}

	

	/*图片展示内容页*/

	.vanli01 span.next, .vanli01 span.prev{

		line-height: 40px;

		width: 40px;

		font-size: 22px;

		top: 50%;

    	margin-top: -20px;

	}

	.vanli01 h1 {

		margin-bottom: 40px;

		font-size: 18px;

	}

	.next01 p{

		width: 96%;

		margin-left: 2%;

		margin-bottom: 10px;

		font-size: 13px;

	}

	.next01 p a{

		color: #65a734;

	}

	.vanli01{

		padding-bottom: 60px;

	}

	

	/*图片展示列表页*/

	.lshow ul li{

		width: 48%;

    	margin: auto 1%;

		margin-bottom:2%;

	}

	.lshow ul li h3{

		font-size: 14px;

		line-height: 30px;

	}

	.lshow{

		padding-bottom: 100px;

		padding-top: 40px;

	}

	.youshi ul li h3{

		font-size:14px;

		margin-top:7px;

	}

	.youshi{

		padding:20px 0;

	}

	.youshi ul li img{

		    -webkit-filter: grayscale(0);

			filter: grayscale(0);

	}

}





.uid-2935 .jies_box{

	display:none;

}

header h1 a{

	font-size:0 !important;

}
































