/*!

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

}
.w16{

	width: 1600px;

	margin: auto;

}





/*公共头部*/

.navbox{

	background: #fff;

}

.logo{

	line-height: 60px;

	height: 60px;

	float: left;

	margin: 20px 0;

	margin-left: 60px;

}

.logo img{

	max-height: 56px;

	width: auto;

}

.phone{

	padding: 25px 30px;

	background: #25a364;

}

.phone span{

	display: block;

	height: 20px;

	width: 36px;

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

	margin-top: 25px;

	float: left;

}

.phone span img{

	width: 20px;

	height: auto;

}

.phone div{

	float: left;

	margin-left: 16px;

	color: #fff;

}

.phone div h4{

	font-size: 14px;

	line-height: 16px;

}

.phone div h3{

	font-size: 24px;

	line-height: 30px;

	font-weight: bold;

	margin-top: 4px;

}

.nav01 > li{

	margin-right: 70px;

	margin-top: 30px;

}

.nav01 li a{

	display: block;

	font-size: 16px;

	line-height: 40px;

	border-bottom: 3px solid #fff;

	color: #000;

	transition: 0.3s;

	box-sizing: border-box;

}

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

	border-bottom: 3px solid #25a364;

	color: #25a364;

}

.nav01 li ul{

	background: #25a364;

	top: calc(100% - 3px);

	left: -20px;

}

.nav01 li:hover ul{

	display: none;

}

.nav01 li ul li a{

	width: 172px;

    padding: 0 20px;

    height: 42px;

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

    font-size: 14px;

    color: #fff;

}

.nav01 li ul li:last-child a{

	border-bottom: none;

}

.nav01 li ul li a span{

	display: block;

	float: left;

	line-height: 42px;

	transition: 0.3s;

}

.nav01 li ul li a em{

	display: block;

	float: right;

	font-size: 0;

	height: 42px;

	width: 8px;

	background: url("/temp/temp/53/53-0029/202007230850/images/more.png") no-repeat center center;

	background-size: 5px;

	opacity: 0.2;

	transition: 0.3s;

}

.nav01 li ul li a:hover span{

	margin-left: 6px;

}

.nav01 li ul li a:hover em{

	opacity: 0.6;

	background-size: 8px;

}





/*banner*/

.banner01{

	max-height: 860px;

	overflow: hidden;

}

.banner01 .dots span {

    width: 21px;

    height: 21px;

    margin: 8px;

    background: url("/temp/temp/53/53-0029/202007230850/images/dots01.png") no-repeat center center;

}

.banner01 .dots span.active{

	background: url("/temp/temp/53/53-0029/202007230850/images/dots02.png") no-repeat center center;

}

.banner01 .dots{

	bottom: 30px;

}

.ban01 img{

	width: 100%;

	height: auto;

}





/*关于我们*/

.about{

	position: relative;

}

.about .abright{

	float: right;

	width: 50%;

	background: #25a364;

}

.about .abright img{

	width: calc(100% - 40px);

	height: auto;

}

.about .ableft{

	position: absolute;

	width: 38%;

	left: 6%;

	top: calc(50% - 240px);

}

.ableft h1{

	font-size: 28px;

	color: #000;

	font-weight: bold;

}

.ableft h2{

	font-size: 14px;

	color: #666;

	text-transform: uppercase;

}

.ableft span{

	display: block;

	width: 14px;

	height: 14px;

	border: 3px solid #25a364;

	border-radius: 10px;

	margin: 25px 0;

}

.ableft p{

	font-size: 14px;

	color: #666;

	line-height: 34px;

}

.ableft ul{

	margin-top: 50px;

}

.ableft ul li{

	float: left;

	margin-right: 100px;

}

.ableft ul li:last-child{

	margin-right: 0;

}

.ableft ul li div h3{

	float: left;

	font-size: 32px;

	color: #25a364;

	font-weight: bold;

	line-height: 32px;

}

.ableft ul li div h4{

	float: left;

	margin-left: 10px;

	font-size: 13px;

	color: #808080;

	line-height: 20px;

	margin-top: 10px;

}

.ableft ul li h5{

	font-size: 13px;

	color: #808080;

	padding-top: 10px;

	margin-top: 8px;

	border-top: 1px solid #eee;

}

.ableft .more01{

	margin-top: 60px;

}

.more01{

	display: block;

	margin-top: 50px;

	position: relative;

	width: 172px;

	text-align: center;

	line-height: 40px;

	font-size: 14px;

	color: #25a364;

	text-transform: uppercase;

	background: #fff;

	border: 1px solid #25a364;

	transition: 0.3s;

}

.more01::after{

	content: "";

	position: absolute;

	width: 100%;

	height: 42px;

	background: #25a364;

	top: -6px;

	left: -6px;

	z-index: -1;

	transition: 0.3s;

}

.more01:hover{

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

	color: #fff;

}

.more01:hover::after{

	left: 0;

	top: 0;

}





/*农场展示*/

.farm .fleft{

	float: left;

	width: 50%;

	border-left: 40px solid #25a364;

	box-sizing: border-box;

}

.fleft li{

	position: relative;

	display: none;

}

.fleft li a{

	display: block;

}

.fleft li:first-child{

	display: block;

}

.fleft li span{

	overflow: hidden;

	background: #000;

	display: block;

	width: 50%;

	float: left;

}

.fleft li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

	opacity: 0.8;

}

.fleft li span:hover img{

	opacity: 1;

	transform: scale(1.06);

	-ms-transform: scale(1.06);

	-moz-transform: scale(1.06);

	-webkit-transform: scale(1.06);

	-o-transform: scale(1.06);

}

.fleft li::before{

	content: "";

	position: absolute;

	width: 100px;

	height: 100px;

	background: url("/temp/temp/53/53-0029/202007230850/images/jia.png") no-repeat center center;

	background-size: 100%;

	left: calc(50% - 50px);

	top: calc(50% - 50px);

	z-index: 2;

}

.farm .fright{

	float: right;

	width: 50%;

	box-sizing: border-box;

	padding: 0 140px;

}

.farm h1{

	font-size: 32px;

	color: #000;

	font-weight: bold;

	margin-top: 80px;

	text-transform: uppercase;

}

.farm h2{

	font-size: 20px;

	color: #000;

	margin-bottom: 50px;

}

.farm .fright ul{

	width: 100%;

}

.farm .fright ul li{

	float: left;

	width: 50%;

	text-align: center;

	padding: 40px 0;

	transition: 0.4s;

	cursor: pointer;

}

.farm .fright ul li.a,.farm .fright ul li:hover{

	background: #f2f2f2;

}





/*新闻资讯*/

.news{

	padding: 100px 0;

	background: #f7f7f7;

}

.tit01{

	margin-bottom: 50px;

}

.tit01 div{

	float: left;

}

.tit01 h1{

	font-size: 32px;

	color: #000;

	font-weight: bold;

	text-transform: uppercase;

}

.tit01 h2{

	font-size: 20px;

	color: #000;

}

.tit01 ul{

	float: right;

	margin-top: 20px;

}

.tit01 ul li{

	float: left;

	margin-left: 50px;

	position: relative;

}

.tit01 ul li:first-child{

	margin-left: 0;

}

.tit01 ul li a{

	font-size: 14px;

	color: #666;

	transition: 0.3s;

}

.tit01 ul li a:hover,.tit01 ul li:first-child a{

	color: #25a364;

}

.tit01 ul li:first-child::after{

	content: "";

	position: absolute;

	width: 20px;

	height: 3px;

	bottom: -10px;

	left: calc(50% - 10px);

	background: #25a364;

}

.news .all li{

	float: left;

	width: 48%;

	margin-right: 4%;

	margin-bottom: 4%;

	background: #fff;

}

.news .all li a{

	display: block;

	padding: 25px 30px;

	border: 2px solid #fff;

	transition: 0.4s;

}

.news .all li .date{

	float: left;

	margin-left: 10px;

	width: 60px;

	padding: 10px 0;

	padding-right: 40px;

	border-right: 1px solid #eee;

	text-align: center;

	margin-top: 28px;

}

.news .all li h4{

	font-size: 40px;

	color: #000;

	font-weight: bold;

	line-height: 40px;

}

.news .all li h5{

	font-size: 14px;

	color: #999;

	line-height: 20px;

}

.news .all li .text{

	float: left;

	width: calc(100% - 410px);

	margin-left: 40px;

	margin-top: 25px;

	transition: 0.4s;

}

.news .all li h3{

	font-size: 16px;

	color: #000;

	margin-bottom: 10px;

	transition: 0.4s;

}

.news .all li p{

	font-size: 12px;

	color: #808080;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.news .all li span{

	float: right;

	width: 200px;

	overflow: hidden;

}

.news .all li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.news .all li:hover a{

	border-color: #25a364;

}

.news .all li:hover .text{

	margin-left: 48px;

}

.news .all li:hover h3{

	color: #25a364;

}

.news .all li:hover img{

	transform: scale(1.06);

	-ms-transform: scale(1.06);

	-moz-transform: scale(1.06);

	-webkit-transform: scale(1.06);

	-o-transform: scale(1.06);

}

.more02{

    display: block;

    width: 172px;

    text-align: center;

    line-height: 40px;

    font-size: 14px;

    color: #25a364;

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

    border: 1px solid #25a364;

    transition: 0.3s;

	margin: auto;

}

.more02:hover{

	background: #25a364;;

	color: #fff;

}





/*公共底部*/

.footer{

	background: url("/temp/temp/53/53-0029/202007230850/images/fbg.jpg") no-repeat center center;

	padding-top: 80px;

}

.footer .f01{

	float: left;

}

.footer .f01 img{

	height: 60px;

	width: auto;

}

.footer .f02{

	float: left;

	margin-left: 140px;

}

.footer h3{

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 30px;

}

.footer .f02 h4{

	font-size: 14px;

	color: #999;

	margin-bottom: 15px;

}

.footer .f03{

	float: left;

	margin-left: 140px;

}

.footer .f03 ul{

	width: 260px;

}

.footer .f03 ul li{

	float: left;

	width: 50%;

	margin-bottom: 15px;

}

.footer .f03 ul li a{

	font-size: 14px;

	color: #ccc;

	transition: 0.2s;

}

.footer .f04{

	float: left;

	margin-left: 80px;

	background: #1a1a1a;

	border: 1px solid #333;

	padding: 15px;

}

.footer .f04 div{

	float: left;

	text-align: center;

}

.footer .f04 .sao{

	float: left;

	width: 34px;

	height: auto;

	margin: 33px 20px;

}

.footer .f04 h4{

	font-size: 12px;

	color: #999;

	margin-top: 5px;

}

.jishu{

	padding: 30px 0;

	margin-top: 80px;

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

	text-align: center;

}

.jishu p{

	width: 100%;

	margin: auto;

	color: #666;

}

.jishu p a{

	color: #666;

	transition: 0.2s;

}

.footer .f03 ul li a:hover,.jishu p a:hover{

	color: #25a364;

}





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

.vabout{

	margin-top: 60px;

	margin-bottom: 100px;

}

.vtit{

	text-align: center;

	margin-bottom: 40px;

}

.vtit h1{

	font-size: 40px;

	font-weight: bold;

	color: #25a364;

	text-transform: uppercase;

}

.vtit span{

	display: block;

	width: 100%;

	height: 1px;

	background: #eaeaea;

	margin-top: 10px;

}

.vtit h2{

	margin: auto;

	width: 150px;

	font-size: 18px;

	color: #000;

	line-height: 20px;

	margin-top: -10px;

	background: #fff;

}

.lnav{

	text-align: center;

	margin-bottom: 40px;

}

.lnav li{

	display: inline-block;

	margin: 0 5px;

}

.lnav li{

	*display: inline;

}

.lnav li a{

	display: block;

	width: 142px;

	text-align: center;

	line-height: 40px;

	font-size: 14px;

	color: #fff;

	background: #25a364;

	transition: 0.3s;

}

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

	background: #f7d559;

}

.lnav li a span{

	display: none;

}

.pub01{

	text-align: right;

	margin-bottom: 8px;

}

.brand-list ul {

	position:relative;

}

.brand-list li{

	float: left;

    margin: auto 10px;

    margin-bottom: 20px;

    position: absolute;

    top: 0;

    left: 40%;

    transition: all 0.3s;

	background: #f5f5f5;

	border-radius: 6px;

}

.brand-list li a {

    display: block;

    overflow: hidden;

    border: 4px solid #f5f5f5;

}

.brand-list li a img{

	height:auto;

	width:277px;

}





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

.lnews,.lshow,.vnews,.lzpbox{

	margin-top: 60px;

	margin-bottom: 100px;

}

.lnews .all li{

	float: left;

	width: 48%;

	margin-right: 4%;

	margin-bottom: 4%;

}

.lnews .all li a{

	display: block;

	border: 1px solid #eee;

	transition: 0.4s;

}

.lnews .all li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lnews .all li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnews .all li h3{

	font-size: 16px;

	color: #000;

	width: calc(100% - 50px);

	margin-left: 25px;

	margin-top: 32px;

	transition: 0.4s;

}

.lnews .all li p{

	font-size: 12px;

	color: #888;

	line-height: 20px;

	height: 40px;

	overflow: hidden;

	width: calc(100% - 50px);

	margin-left: 25px;

	margin-top: 10px;

	transition: 0.4s;

}

.lnews .all li div{

	margin-top: 32px;

	border-top: 1px solid #eee;

	transition: 0.4s;

}

.lnews .all li div h4{

	margin-left: 25px;

	line-height: 46px;

	float: left;

	font-size: 12px;

	color: #888;

	background: url("/temp/temp/53/53-0029/202007230850/images/date.png") no-repeat left center;

	background-size: 16px;

	padding-left: 22px;

	transition: 0.4s;

}

.lnews .all li div em{

	display: block;

	float: right;

	line-height: 46px;

	width: 46px;

	text-align: center;

	font-size: 12px;

	color: #ccc;

	transition: 0.4s;

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

}

.lnews .all li:hover a{

	background: #25a364;

	border-color: #25a364;

}

.lnews .all li:hover img{

	transform: scale(1.06);

}

.lnews .all li:hover h3,.lnews .all li:hover p,.lnews .all li:hover h4,.lnews .all li:hover em{

	color: #fff;

}

.lnews .all li:hover div{

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

}

.lnews .all li:hover h4{

	background: url("/temp/temp/53/53-0029/202007230850/images/date02.png") no-repeat left center;

	background-size: 16px;

}





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

.lshow .all li{

	margin-bottom: 50px;

}

.lshow .all li a{

	display: block;

}

.lshow .all li span{

	display: block;

	float: left;

	width: 48%;

	background: #000;

	position: relative;

	overflow: hidden;

}

.lshow .all li img{

	width: 100%;

	height: auto;

	transition: 0.6s;

}

.lshow .all li .text{

	float: right;

	width: 47%;

    margin-top: 70px;

}

.lshow .all li h3{

	font-size: 16px;

	color: #000;

	font-weight: bold;

	transition: 0.4s;

}

.lshow .all li h4{

	font-size: 12px;

	color: #666;

	text-transform: uppercase;

	margin-top: 10px;

	padding-bottom: 20px;

	margin-bottom: 20px;

	border-bottom: 1px solid #eaeaea;

}

.lshow .all li p{

	font-size: 12px;

	color: #666;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.lshow .all li span::after{

	content: "";

	position: absolute;

	width: 60px;

	height: 2px;

	background: #fff;

	top: calc(50% - 1px);

	left: -60px;

	opacity: 0;

	transition: 0.4s;

	z-index: 2;

}

.lshow .all li span::before{

	content: "";

	position: absolute;

	width: 2px;

	height: 60px;

	background: #fff;

	top: -60px;

	left: calc(50% - 1px);

	opacity: 0;

	transition: 0.4s;

	z-index: 2;

}

.lshow .all li:hover span::after{

	opacity: 1;

	left: calc(50% - 20px);

	width: 40px;

}

.lshow .all li:hover span::before{

	opacity: 1;

	top: calc(50% - 20px);

	height: 40px;

}

.lshow .all li:hover span img{

	transform: scale(1.06);

	opacity: 0.7;

}

.lshow .all li:hover h3{

	color: #25a364;

}

.page a{

	transition: 0.2s;

}

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

	background: #25a364;

	border-color: #25a364;

}





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

.vnews{

	background: #fff;

	border-radius: 6px;

	overflow: hidden;

}

.vntit{

	margin-bottom: 40px;

	border-bottom: 1px solid #eee;

	padding: 30px 50px;

}

.vntit div{

	float: left;

	width: 80%;

}

.vntit div h1{

	font-size: 22px;

	color: #000;

	font-weight: bold;

}

.vntit div h4{

	font-size: 12px;

	color: #666;

	margin-top: 5px;

}

.vntit a{

	display: block;

	float: right;

	width: 120px;

	text-align: center;

	line-height: 36px;

	background: #25a364;

	font-size: 14px;

	color: #fff;

	margin-top: 10px;

}

.vnews .article,.vnews .pub01{

	padding: 0 50px;

}

.next01{

	margin-top: 60px;

}

.next01 a{

	float: left;

	display: block;

	line-height: 50px;

	width: 50%;

	padding: 0 4%;

	text-align: center;

	transition: 0.3s;

	font-size: 12px;

	color: #fff;

	background: #46b37d;

	box-sizing: border-box;

}

.next01 .n01{

	float: right;

	background: #25a364;

}





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

.lzhaopin div{

	background: #25a364;

	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: #25a364;

	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;

}





/*不同尺寸下修改----------------------------------------------------------------------*/

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

	.nav01 > li{

		margin-right: 52px;

		margin-top: 25px;

	}

	.logo{

		margin: 15px 0;

		margin-left: 40px;

	}

	.phone{

		padding: 20px 30px;

	}

	.ableft span{

		margin: 20px 0;

	}

	.ableft p {

		font-size: 13px;

		line-height: 28px;

	}

	.ableft ul {

		margin-top: 40px;

	}

	.ableft ul li{

		margin-right: 80px;

	}

	.ableft .more01 {

		margin-top: 50px;

	}

	.about .ableft {

		width: 40%;

		left: 5%;

		top: calc(50% - 210px);

	}

	.farm h1{

		margin-top: 60px;

	}

	.farm h2{

		margin-bottom: 40px;

	}

	.farm .fright{

		padding: 0 90px;

	}

	.farm .fright ul li img{

		width: 120px;

		height: auto;

	}

	.farm .fright ul li{

		padding: 30px 0;

	}

	.w16{

		width: 1200px;

	}

	.news .all li .date{

		margin-left: 5px;

		width: 46px;

		margin-top: 18px;

		padding-right: 25px;

	}

	.news .all li span{

		width: 172px;

	}

	.news .all li h4{

		font-size: 34px;

	}

	.news .all li h5{

		font-size: 12px;

	}

	.news .all li a{

		padding: 25px 20px;

	}

	.news .all li h3{

		font-size: 15px;

		margin-bottom: 6px;

	}

	.news .all li .text{

		width: calc(100% - 300px);

		margin-left: 25px;

		margin-top: 22px;

	}

	.news .all li:hover .text{

		margin-left: 35px;

	}

	.news{

		padding: 80px 0;

	}

	.footer .f01{

		display: none;

	}

	.footer .f02{

		margin-left: 0;

		width: 40%;

	}

	.footer .f04{

		float: right;

		margin-left: 0;

	}

	.footer .f03{

		margin-left: 0;

	}

	.banner01 li img{

		width: 100%;

		height: auto;

		margin-left: 0 !important;

		left: 0 !important;

	}

	

	

}

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

	.logo img{

		max-height: 50px;

	}

	.nav01 li a{

		font-size: 15px;

	}

	.nav01 > li{

		margin-right: 44px;

		margin-top: 20px;

	}

	.phone div h3{

		font-size: 20px;

		line-height: 26px;

	}

	.phone {

		padding: 20px;

	}

	.logo{

		line-height: 50px;

		height: 50px;

	}

	.phone span{

		margin-top: 23px;

	}

	.phone {

		padding: 17px 20px;

	}

	.ableft h1{

		font-size: 22px;

	}

	.ableft p {

		font-size: 12px;

		line-height: 26px;

	}

	.ableft ul {

		margin-top: 30px;

	}

	.ableft .more01 {

		margin-top: 40px;

	}

	.more01{

		width: 154px;

		line-height: 36px;

		font-size: 12px;

	}

	.more01::after{

		height: 36px;

	}

	.ableft ul li h5{

		font-size: 12px;

	}

	.ableft ul li {

		margin-right: 70px;

	}

	.about .ableft {

		top: calc(50% - 190px);

	}

	.farm .fright ul li img{

		width: 100px;

	}

	.farm .fright ul li {

		padding: 25px 0;

	}

	.farm h1,.tit01 h1{

		font-size: 28px;

	}

	.farm h2,.tit01 h2{

		font-size: 18px;

	}

	.tit01 ul li a{

		font-size: 12px;

	}

	.footer{

		padding-top: 70px;

	}

	.jishu{

		padding: 22px 0;

		margin-top: 60px;

	}

	.brand-list li a img{

		width: 222px;

	}

	.vtit h1{

		font-size: 34px;

	}

	.lnav li a {

		width: 134px;

		line-height: 36px;

		font-size: 13px;

	}

	.lshow .all li .text{

		margin-top: 42px;

	}

	.vtit h2{

		font-size: 16px;

	}

	.about .abright img{

		width: calc(100% - 20px);

	}

	.farm .fleft{

		border-left: 20px solid #25a364;

	}

	

	

}





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

	.w16{

		width: calc(100% - 24px);

	}

	.ismobile header h1 a span{

		display: none;

	}

	.nav-click{

		color: #25a364;

	}

	.ismobile header .bg{

		background-color: #fff;

		opacity: 1;

		border-bottom: 1px solid #eee;

	}

	header h1 img{

		height: 38px;

		margin-left: 10px;

	}

	#mobile-nav{

		background-color: #25a364;

	}

	.default-mobile-nav-menu li a{

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

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

	}

	.default-mobile-nav-menu li ul{

		background-color: #23985d;

	}

	.banner01 .dots {

		bottom: 12px;

	}

	.about .ableft{

		position: inherit;

		left: 0;

		top: 0;

		width: calc(100% - 24px);

		margin-left: 12px;

	}

	body .w1188, body .wp {

		width: auto;

		padding-left: 12px;

		padding-right: 12px;

	}

	.ableft h1{

		font-size: 18px;

		text-align: center;

	}

	.ableft h2{

		text-align: center;

	}

	.about .ableft{

		margin-top: 25px;

	}

	.ableft span{

		width: 10px;

		height: 10px;

		margin: 15px auto;

	}

	.ableft p {

		font-size: 11px;

		line-height: 24px;

	}

	.ableft ul,.ableft ul li div{

		text-align: center;

	}

	.ableft ul li {

		margin-right: 0;

		float: none;

		display: inline-block;

		margin: 0 8px;

	}

	.ableft ul li div h3{

		font-size: 24px;

		display: inline-block;

		line-height: 24px;

		float: none;

	}

	.ableft ul li div h4{

		display: inline-block;

		margin-left: 6px;

		font-size: 12px;

		margin-top: 4px;

		float: none;

	}

	.ableft ul li h5{

		padding-top: 6px;

		margin-top: 4px;

		font-size: 10px;

	}

	.ableft ul {

		margin-top: 25px;

	}

	.ableft .more01 {

		margin: auto;

		margin-top: 30px;

	}

	.about .abright{

		display: none;

	}

	.farm{

		margin-top: 40px;

	}

	.more01:hover{

		background: #fff;

		color: #25a364;

	}

	.more01:hover::after {

		left: -6px;

		top: -6px;

	}

	.farm .fleft{

		border: none;

		width: 100%;

	}

	.farm .fright {

		padding: 0;

		width: 100%;

	}

	.farm h1, .tit01 h1{

		text-align: center;

		font-size: 22px;

	}

	.farm h2, .tit01 h2 {

		font-size: 15px;

		text-align: center;

	}

	.farm h1{

		margin-top: 0;

	}

	.farm h2 {

		margin-bottom: 20px;

	}

	.fleft li::before {

		width: 60px;

		height: 60px;

		background-size: 100px;

		left: calc(50% - 30px);

		top: calc(50% - 30px);

	}

	.fleft li img{

		opacity: 1;

	}

	.fleft li span:hover img{

		transform: scale(1);

	}

	.farm .fright ul li{

		width: 25%;

		padding: 20px 0;

	}

	.farm .fright ul li img{

		width: calc(100% - 36px);

		max-width: 120px;

	}

	.news {

		padding: 40px 0;

	}

	.tit01 div {

		width: 100%;

	}

	.tit01 ul{

		width: 100%;

		margin-top: 12px;

	}

	.tit01 ul li {

		float: none;

		display: inline-block;

		margin: 0 14px;

	}

	.tit01 ul li:first-child {

		margin-left: 14px;

	}

	.tit01 ul li a {

		font-size: 11px;

	}

	.tit01 {

		margin-bottom: 25px;

		text-align: center;

	}

	.news .all li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 15px;

	}

	.news .all li a {

		padding: 20px 15px;

		border: none;

	}

	.news .all li span{

		display: none;

	}

	.news .all li .date {

		margin-left: 0;

		margin-top: 8px;

		padding: 0;

		padding-right: 15px;

	}

	.news .all li h4 {

    	font-size: 28px;

		line-height: 30px;

	}

	.news .all li .text {

		width: calc(100% - 82px);

		margin-left: 20px;

		margin-top: 0;

	}

	.news .all li h3 {

		font-size: 14px;

		margin-bottom: 5px;

	}

	.news .all li:last-child{

		display: none;

	}

	.news .all li p {

		font-size: 11px;

		line-height: 20px;

		height: 40px;

	}

	.more02{

		width: 132px;

		line-height: 34px;

		font-size: 12px;

		margin-top: 15px;

	}

	.more02:hover{

		color: #25a364;

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

	}

	.news .all li:hover .text {

		margin-left: 20px;

	}

	.news .all li:hover h3 {

    	color: #000;

	}

	.default-mobile-copyright2{

		background-color: #25a364;

    	color: #fff;

	}

	.default-mobile-copyright2 a{

		color: #fff;

	}

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

		margin-top: 0;

	}

	

	

	.otherlist{

		display: none;

	}

	.ismobile article h3 {

		font-size: 18px;

		margin-top: 18px;

		color: #000;

	}

	.article-info{

		color: #888 !important;

	}

	.ismobile article a {

		color: #25a364;

	}

	.lnews, .lshow, .vnews, .lzpbox {

		margin-top: 30px;

		margin-bottom: 30px;

	}

	.lshow .all li span{

		width: 100%;

	}

	.lshow .all li .text {

		margin-top: 20px;

		width: 100%;

	}

	.lshow .all li h4 {

		color: #888;

		margin-top: 2px;

		padding-bottom: 12px;

		margin-bottom: 10px;

	}

	.lshow .all li {

		margin-bottom: 30px;

	}

	.lshow .all li:hover span::before,.lshow .all li:hover span::after{

		display: none;

	}

	.lshow .all li:hover span img {

		transform: scale(1);

		opacity: 1;

	}

	.lshow .all li:hover h3 {

		color: #000;

	}

	.ismobile article nav{

		margin-top: 20px;

	}

	.ismobile article nav p{

		font-size: 12px;

		margin-top: 5px;

		color: #888;

	}

	.default-mobile-list-cats{

		border-color: #dedede;

		padding: 2px 10px;

		border-radius: 4px;

	}

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

		font-size: 16px;

		line-height: 40px;

	}

	.lnews li,.mljob li{

		padding-bottom: 20px;

		margin-bottom: 20px;

		border-bottom: 1px solid #eee;

	}

	.lnews li a,.mljob li a{

		display: block;

	}

	.lnews li div{

		float: left;

		width: calc(100% - 126px);

	}

	.lnews li img{

		float: right;

		width: 116px;

		height: auto;

	}

	.lnews li h3{

		font-size: 14px;

		color: #000;

	}

	.lnews li p,.mljob li p{

		font-size: 11px;

		color: #888;

		line-height: 20px;

		height: 40px;

		overflow: hidden;

		margin-top: 5px;

	}

	.lnews li:last-child,.mljob li:last-child{

		margin-bottom: 0;

	}

	.default-mobile-page {

    	margin-top: 20px;

	}

	.page a{

		width: 26px;

		line-height: 26px;

		padding: 0;

		text-align: center;

		font-size: 12px;

	}

	.mljob{

		margin: 30px auto;

	}

	.mljob li div{

		width: 100%;

	}

	.mljob li h3{

		font-size: 14px;

		color: #000;

		float: left;

		line-height: 20px;

	}

	.mljob li h4{

		font-size: 12px;

		color: #666;

		float: right;

		line-height: 20px;

	}

	

	

	

	

	

	

}

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

	

}





















































































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



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



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



/*

    Colorbox Core Style:

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

*/

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

#cboxWrapper {max-width:none;}

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

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

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

#cboxTitle{margin:0;}

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

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

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

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

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



/* 

    User Style:

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

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

*/

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

#colorbox{outline:0;}

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

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

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

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

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

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

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

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

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

        .cboxIframe{background:#fff;}

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

        #cboxLoadedContent{margin-bottom:28px;}

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

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

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

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



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

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

        

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

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



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

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

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

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

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

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

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



/*

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

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

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

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

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

}

 








