/*!

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

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

.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:#fff;

}

body{

	background:#e4f0ec;

}

.header {

    position: relative;

    background: #fff;

    box-shadow: 0 0 10px #ccc;

}

.logo{

	line-height:70px;

	margin:10px 0;

}

.logo img{

	max-height:70px;

	height:zuto;

}

.menu {

    padding-top:28px;

    float: right;

	margin-right:10px;

}

.menu li{

	margin:0 5px;

}

.menu li a {

    display: block;

    padding: 0 25px;

    font-size: 16px;

    line-height: 37px;

    border-radius: 3px;

}

.w960 .menu li a{

	padding:0 16px;

}

.menu li:hover a

,.menu li.a a{

	background:#486018;

	color:#fff;

}

.menu li ul

,.menu li ul li{

	margin:0;

	transition: all .4s ease .1s;

    -webkit-transform: perspective(100px) rotateX(-90deg);

    -ms-transform: perspective(100px) rotateX(-90deg);

    transform: perspective(100px) rotateX(-90deg);

    -webkit-transform-origin: center top 0;

    -ms-transform-origin: center top 0;

    transform-origin: center top 0;

}

.menu li:hover ul

,.menu li:hover ul li{

	-webkit-transform: perspective(100px) rotateX(0deg);

    -ms-transform: perspective(100px) rotateX(0deg);

    transform: perspective(100px) rotateX(0deg);

}

.menu li ul {

    margin-top: 5px;

	display:block;

}

.menu li ul li a {

    color: #fff;

    border-radius: 0;

    /*border: 1px solid #364419;*/

	border-bottom:none;

}

.menu li ul li:hover a{

	background:#3f521a !important;

}

.menuli  ul li:nth-child(1) {

    transition: all .4s ease .1s;

}

.menu li ul li:nth-child(2) {

    transition: all .4s ease .2s;

}

.menu li ul li:nth-child(3) {

    transition: all .4s ease .3s;

}

.menu li ul li:nth-child(4) {

    transition: all .4s ease .4s;

}

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

    transition: all .4s ease .5s;

}

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

    transition: all .4s ease .6s;

}

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

    transition: all .4s ease .7s;

}

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

    transition: all .4s ease .8s;

}

.menu li ul li:nth-child(9) {

    transition: all .4s ease .9s;

}

.menu li ul li:nth-child(10) {

    transition: all .4s ease 1s;

}

.tel01{

	padding-left:35px;

	font-size: 25px;

    line-height: 50px;

    color: #486018;

    font-family: Georgia;

	position:absolute;

	top:20px;

	right:15px;

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

	background-size: 28px;

}

.w960 .tel01{

	font-size:22px;

	background-size:35px;

	padding-left:35px;

}

.banner{

	max-height:750px;

	width:100% !important;

	overflow:hidden;

}

.banner .prev

,.banner  .next{

	width:47px;

	height:70px;

	line-height:70px;

	margin-top:-35px;

	font-size:0;

	opacity:.5;

}

.banner .prev{

	background:url("/temp/temp/52/52-0156/201712250848/images/prev.png") no-repeat center left;

	left:17%;

}

.banner .next{

	background:url("/temp/temp/52/52-0156/201712250848/images/next.png") no-repeat center right;

	right:17%;

}

.banner .dots span{

	height:4px;

}

.banner .dots span.active{

	background-color:#486018;

}

.banner li img{

	width:100%;

	height:auto;

	position:inherit !important;

	left:0 !important;

	margin-left:0 !important;

}

.about {

    margin-top: 130px;

	position:relative;

	margin-bottom:70px;

	background:url("/temp/temp/52/52-0156/201712250848/images/kuan2.png") no-repeat right bottom;

}

.about01{

	background:url("/temp/temp/52/52-0156/201712250848/images/kuan1.png") no-repeat top left;

	width:50%;

	float:left;

}

.about01 img {

    width: 100%;

    margin: 45px;

    height: auto;

    margin-bottom: 0;

}

.about02 {

    width: 28%;

    padding:4% 8%;

    background: #486018;

    float: right;

    margin-right: 5%;

	position:absolute;

	right:0;

	top: -50px;

}

.w960 .about02{

	padding:2% 8%;

}

.tit span{

	display:block;

	width:53px;

	height:33px;

	margin-left: 63px;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/ye4.png") no-repeat;

}

.tit h3 {

    font-size: 32px;

    line-height: 1;

    color: #eeb541;

    font-weight: bold;

}

.tit h3 em{

	display:block;

	width:50px;

	height:3px;

	background:#fff;

	margin-top:20px;

	float:left;

	margin-right:20px;

}

.about02 p{

	color:#fff;

	font-size:12px;

	line-height:2;

	font-family:simsun;

	margin:45px 0;

	height:120px;

	overflow:hidden;

}

.about02 a{

	width:305px;

	height:54px;

	display:block;

	transition:all .5s;

	background:url("/temp/temp/52/52-0156/201712250848/images/more01.png") no-repeat;

}

.about02 a:hover{

	transform:translate(0,-10px);

}

.wave {

  position: relative;

  height: 104px;

}

.wave div{

	position:absolute;

	width:100%;

	height:104px;

	bottom:0;

	left:0;

}

.wave01{

	z-index:1;

	background:url("/temp/temp/52/52-0156/201712250848/images/wave1.png") repeat-x top;

}

.wave02{

	z-index:2;

	background:url("/temp/temp/52/52-0156/201712250848/images/wave2.png") repeat-x top;

}

.product{

	background:#e4f0ec;

}

.tit01{

	margin-bottom:30px;

	text-align:center;

}

.tit01 span{

	margin:0 auto;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/ye41.png") no-repeat;

}

.tit01 em {

    background: #eeb54b;

	display:block;

    width: 340px;

	margin:0 auto;

	height: 3px;

    margin-top: -20px;

}

.tit01 h3 {

    font-size: 36px;

    color: #496018;

	display:inline-block;

	padding:0 20px;

	background: #e4f0ec;

    text-transform: uppercase;

}

.tit01 h3 {

	*display:inline;

}

.tit01 p {

    font-size: 25px;

    color: #486018;

    line-height: 1;

	margin-top: 20px;

}

.product li {

    float: left;

    width: 32%;

    margin-right: 2%;

	margin-bottom:2%;

}

.product li a {

    display: block;

    padding: 10px;

    background: #fff;

	transition:all .5s;

}

.product li a img{

	width:100%;

	height:auto;

}

.product li div{

	position:relative;

}

.product li div em{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/bg1.png") no-repeat center center;

	opacity:0;

	transition:all .5s;

}

.product li:hover div em{

	opacity:1;

}

.product li h3 {

    text-align: center;

    line-height: 30px;

    margin-top: 10px;

    font-size: 16px;

    color: #496018;

    font-weight: bold;

	transition:all .5s;

}

.product li:hover a{

	background:#eeb541;

}

.product li:hover h3 {

	color:#fff;

}

.more01{

	display:block;

	height:45px;

	line-height:45px;

	color:#fff;

	font-size:12px;

	width:188px;

	margin:0 auto;

	margin-top:50px;

	text-align:center;

	background:#496018;

}

.more01:hover em{

	margin-top:-46px;

	opacity:1;

}

.more01 em{

	display:block;

	background:url("/temp/temp/52/52-0156/201712250848/images/li01.png") no-repeat center center;

	margin-top:0;

    position: relative;

    width: 250px;

    height: 45px;

    margin-left: -32px;

	transition:all .7s;

	opacity:0;

}

.video{

	margin:100px auto;

}

.video01 {

    width: 40%;

    position: relative;

    margin-left: 6%;

	margin-top:50px;

}

.video01 span{

	display:block;

	width:14%;

	height:100%;

	position:absolute;

	left:-14%;

	background:#eeb541 url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/video.png") no-repeat center center;

}

.video01 span a {

    display: block;

    width: 100%;

    height: 100%;

}

.video01 img{

	width:100%;

	height:auto;

}

.video01 em{

	display:block;

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/play_ico.png") no-repeat center center;

}

.sp09{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/bg02.png") repeat center center;

}

.sp09 embed

,.sp09 iframe

,.sp09 object{

	width:100% !important;

	height:100% !important;

}

.process{

	width:50%;

	position:relative;

}

.process h3 {

    width: 30px;

    font-size: 30px;

    line-height: 1;

    float: left;

    padding: 20px 0;

    background: #fff;

    position: absolute;

    z-index: 2;

    margin-top: 92px;

    color: #496018;

    font-weight: bold;

}

.process span {

    display: block;

    position: absolute;

    width: 1px;

    height: 100%;

    background: #496018;

    top: 0;

    left: 16px;

}

.process ul {

    float: right;

    width: 85%;

}

.process li {

    line-height: 50px;

    background: #496018;

    padding: 0 30px;

	font-size:16px;

	color:#fff;

}

.process li em {

    font-style: normal;

    font-family: Georgia;

    font-size: 30px;

    margin-right: 20px;

    line-height: 1;

}

.process li.y{

	background:#fff;

	color:#eeb541;

}

.ban02{

	padding:50px 0;

	background:url("/temp/temp/52/52-0156/201712250848/images/ban9.jpg") no-repeat center center;

}

.ban02 h2{

	text-align:center;

	font-size:36px;

	font-weight:bold;

	color:#fff;

}

.ban02 h2 p{

	font-size:16px;

	font-weight:normal;

	margin-bottom:30px;

}

.ban02 ul{

	width:730px;

	margin:0 auto;

}

.ban02 li{

	float:left;

	margin-left: 30px;

}

.ban02 li a{

	display:block;

	padding:40px;

	transition:all .5s;

}

.ban02 li a:hover{

	transform:translateY(-10px) !important;

}

.ban02 li.b1 h3 {

    font-size: 35px;

    color: #fff;

    margin-bottom: 40px;

}

.ban02 li.b1 {

	margin-left:0;

}

.ban02 li.b1 a{

	 display:block;

	 width: 207px;

     padding: 75px 70px;

	 background: #569662;

	 color:#fff;

}

.ban02 li h3 {

    color: #fff;

    font-size: 20px;

    font-weight: bold;

	margin-top:10px;

}

.ban02 li.b1 p {

    color: #fff;

    font-size: 15px;

	height:88px;

	overflow:hidden;

}

.ban02 li.b2 {

    float: left;

}

.ban02 li.b2 a{

    background: #eeb541;

}

.ban02 li.b2 span{

	display:block;

	width:80px;

	height:80px;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/honor2.png") no-repeat center center;

}

.ban02 li.b3 a{

    background: #fff;

}

.ban02 li.b3 span{

	display:block;

	width:80px;

	height:80px;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/gty1.png") no-repeat center center;

}

.ban02 li.b3 h3{

	color:#496018;

}

.ban02 li.b4{

    margin-top: 30px;

	text-align:center;

	font-weight:bold;

}

.ban02 li.b4 a{

	color:#fff;

	display:block;

	width: 270px;

	font-size:20px;

	background:#6ea18e url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/house.png") no-repeat;

	background-position:25px center;

	text-indent: 2em;

}

.news{

	margin:70px auto;

}

.news01{

	width:48%;

}

.tit02 {

    width: 50%;

    text-align: right;

    margin-top: 40px;

}

.tit02 span{

	display:block;

	width:100%;

	height:33px;

	float:right;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/ye41.png") no-repeat center right;

}

.tit02 h3 {

    font-size: 36px;

    text-transform: uppercase;

    font-weight: bold;

    color: #496018;

	line-height:1;

}

.w960 .tit02 h3 {

    font-size: 34px;

}

.tit02 strong {

    font-size: 25px;

    color: #496018;

    line-height: 1;

	float:right;

	display:block;

	font-weight:normal;

}

.tit02 p em {

    display: block;

    width: 50px;

    height: 3px;

    background: #eeb541;

    float: right;

    margin-top: 13px;

	margin-right:10px;

}

.news02{

	width:49%;

	padding:5px;

	height:366px;

	overflow:hidden;

}

.more02 {

    display: block;

    width: 188px;

    height: 45px;

    margin: 0 auto;

    margin-top: 100px;

    float: right;

    background: #eeb541;

    line-height: 45px;

    color: #fff;

    text-align: center;

	margin-right: 25px;

}

.more02:hover em{

	margin-top:-46px;

	opacity:1;

}

.more02 em{

	display:block;

	background:url("/temp/temp/52/52-0156/201712250848/images/li02.png") no-repeat center center;

	margin-top:0;

    position: relative;

    width: 250px;

    height: 45px;

    margin-left: -32px;

	transition:all .7s;

	opacity:0;

}

.w960 .news02 {

    height: 326px;

}

.newstit {

    width: 45%;

    float: right;

    background: #496018;

	margin-top:10px;

}

.newstit ul{

	margin:30px;

	border:1px solid #fff;

	padding-bottom:100px;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/logo09.png") no-repeat center bottom;

}

.w960 .newstit ul{

	background-size:90%;

	margin:15px;

}

.w960 .news02 li {

    padding: 15px;

}

.newstit li a {

    display: block;

    line-height:60px;

	padding:0 20px;

    border-bottom: 1px dashed #3b4e12;

    font-size: 16px;

    color: #fff;

}

.newstit li:hover a

,.newstit li.a a {

	background:#3e5213;

}

.news02 ul{

}

.news02 li {

    border-bottom: 1px dashed #ccc;

    padding: 20px;

    margin-bottom: 10px;

}

.news02 li:hover{

	 box-shadow: 0 0 10px #ccc;

	 border-bottom: 1px dashed #fff;

}

.news02 li a{

	display:block;

}

.news02 li em{

	display:block;

	color:#eeb541;

	font-size:14px;

	font-style:normal;

}

.news02 li h3 {

    font-size: 15px;

    font-weight: bold;

    margin: 5px 0;

}

.news02 li h3 strong{

	display:block;

	float:left;

	width:85%;

}

.news02 li span {

    display: block;

    float: right;

    font-weight: normal;

    font-size: 12px;

}

.news02 li p{

	color:#666;

	font-size:12px;

}

.contact{

	background:#f8f8f8;

	padding:60px 0;

}

.contact h3 {

    text-align: center;

    font-size: 36px;

    border-bottom: 2px solid #eee;

    padding-bottom: 15px;

	color:#496018;

}

.contact p{

	width:80px;

	margin:0 auto;

	height:3px;

	margin-top: -3px;

	background:#496018;

}



.con01{

	width:490px;

	margin:0 auto;

	border:1px solid #eee;

	border-radius:25px;

	background:#fff;

	margin-top: 50px;

}

.con01 li {

    line-height: 38px;

    float: left;

    width: 40px;

    height: 40px;

    margin-left: 30px;

	transition:all .5s;

}

.con01 li.c1 {

    width: 50%;

    background: #496018;

    border-top-left-radius: 25px;

    border-bottom-left-radius: 25px;

    font-size: 26px;

    color: #fff;

    text-align: center;

	margin-left: 0;

}

.con01 li.qq{

	background:url("/temp/temp/52/52-0156/201712250848/images/qq01.png") no-repeat center top;

}

.uid-2763 .con01 li.qq{

	display:none;

}

.uid-2763 .con01 li{

	margin-left:50px;

}

.uid-2763 .con01 li.c1 {

	margin-left:2px;

}

.uid-2763 .con02 li:nth-child(3){

	display:none;

}

.con01 li.wx{

	background:url("/temp/temp/52/52-0156/201712250848/images/wx.png") no-repeat center top;

}

.con01 li.wb{

	background:url("/temp/temp/52/52-0156/201712250848/images/wx9.png") no-repeat center top;

}

.con01 li.qq:hover

,.con01 li.wx:hover

,.con01 li.wb:hover{

	background-position:center bottom;

}

.con01 li a{

	display:block;

	width:40px;

	height:40px;

}

.con02{

	margin-top:40px;

	position:relative;

	padding:30px 0;

	font-weight: bold;

}

.con02 li{

	font-size:16px;

	color:#496018;

	margin:20px 0;

}

.con02 li span{

	display:block;

	width:46%;

	float:left;

	text-align:right;

}

.con02 li em{

	display:block;

	float:right;

	width:46%;

	font-style:normal;

	text-align:left;

}

.map01{

	padding: 8px;

    background: #fff;

    width: 185px;

    height: 185px;

    margin: 0 auto;

    border-radius: 50%;

	border:1px solid #ddd;

	transition:all .3s;

}

.map01:hover{

	background:#eeb541;

}

.map02{

	width:185px;

	height:185px;

	border-radius:50%;

	overflow:hidden;

	margin:0 auto;

	text-align:center;

}

.map02 a{

	display:block;

	width:100%;

	height:100%;

}

.map02 img{

	width:100%;

	height:auto;

}

.line01 {

    position: absolute;

    border-left: 1px solid #496018;

    height: 100%;

    top: 0;

    left: 50%;

}

.line01 span {

    display: block;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: 1px solid #496018;

    margin-left: -6px;

	background:#f8f8f8;

}

.footer{

	background:#496018;

	overflow:hidden;

	padding-bottom:30px;

}

.ftnav {

    text-align: center;

    border-bottom: 1px solid #5b712d;

}

.ftnav li{

	display:inline-block;

}

.ftnav li{

	*display:inline;

}

.ftnav li a {

    display: block;

    font-size: 16px;

    padding: 25px 40px;

    color: #fff;

}

.w960 .ftnav li a{

	padding: 25px 33px;

}

.sao01{

	width:132px;

	padding: 8px;

    background: #3d5608;

    border-radius: 10px;

	margin:30px auto;

}

.sao01 img{

	border-radius:5px;

}

.default-pc-copyright {

    width: 100%;

    color: #a7b2a0;

    text-align: center;

    margin: 0 auto;

}

.default-pc-copyright a {

    color: #a7b2a0;

}

.tishi{

	text-align:center;

	color:#a7b2a0;

	display:block;

}

.links{

	text-align:center;

}

.links dd

,.links dt{

	display:inline-block;

	float:none;

	margin:0 5px;

	color:#a7b2a0;

}

.links dd

,.links dt{

	*display:inline;

}

.links dd a{

	display:block;

	font-size:12px;

	color:#a7b2a0;

}

.footer a:hover{

	color:#eeb541;

}

.con03{

	position:fixed;

	top:22%;

	right:0;

	z-index:10;

}

.con03 li.wb{

	display: none;

}

.con03 em{

	display:block;

	position:absolute;

	top:10px;

	left:-120px;

	width:30px;

	height:32px;

	cursor:pointer;	

}

.con03 em.k{

	z-index:2;

	background:url("/temp/temp/52/52-0156/201712250848/images/5n051.png") no-repeat center center #486018;

}

.con03 em.g{

	z-index:1;

	background:url("/temp/temp/52/52-0156/201712250848/images/5n05.png") no-repeat center center #486018;

}

.con03 ul{

  position: absolute;

  top: 0;

  right: 0;

}

.con03 li a{

	display:block;

	width:90px;

	background:#486018; 

	color:#fff;

	padding:10px 0;

	border-bottom:1px solid #3b4e14;

}

.con03 li:hover a{

	background:#3b4e14;

}

.con03 li a span{

	display:block;

	width:42px;

	height:32px;

	margin:0 auto;

}

.con03 li a p{

	text-align:center;

}

.con03 li.qq span{

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

}

.con03 li.wb span{

	background:url("/temp/temp/52/52-0156/201712250848/images/s-weibo.png") no-repeat ;

}

.con03 li.wx span{

	background:url("/temp/temp/52/52-0156/201712250848/images/s-weixin.png") no-repeat ;

}

.con03 li.t02 span{

	background:url("/temp/temp/52/52-0156/201712250848/images/s-tel.png") no-repeat ;

}

.con03 li.top span{

	background:url("/temp/temp/52/52-0156/201712250848/images/s-top.png") no-repeat center center ;

	height:38px;	

}

.con03 li.top a {

	border-bottom:none;

}

.about01

,.about02{

	opacity:0;

	transition:all 1s;

	transition-delay:.3s;

}

.about01{

	transform:translateX(-180px);

}

.about02{

	transform:translateX(180px);

	transition:all 1.5s;

	transition-delay:.5s;

}

.product .tit01{

	opacity:0;

	transform:translateX(-180px);

	transition:all 1s;

	transition-delay:.5s;

}

.active .about01

,.active .about02

,.active.product .tit01{

	opacity:1;

	transform:translateX(0);

}

.product ul

,.more01{

	transform:translateY(180px);

	opacity:0;

	transition:all 1.5s;

	transition-delay:.5s;

}

.active.product ul

,.active .more01{

	opacity:1;

	transform:translateY(0);

}

.video01{

	opacity:0;

	transform:translateX(-180px);

	transition:all 1.5s;

	transition-delay:.5s;

}

.process h3

,.process span{

	transform:translateY(-180px);

	transition:all 2s;

	transition-delay:.5s;

}

.process ul li{

	opacity:0;

	transform:translateX(180px);

	transition:all 2.5s;

	transition-delay:.5s;

}

.active .video01

,.active .process ul li{

	opacity:1;

	transform:translateX(0);

}

.process h3

,.process span{

	transform:translateY(180px);

	transition:all 1s;

	opacity:0;

	transition-delay:.5s;

}

.active .process h3

,.active .process span{

	opacity:1;

	transform:translateY(0);

}

.process ul li:nth-child(1){

	transition:all 1.2s;

	transition-delay:.5s;

}

.process ul li:nth-child(2){

	transition:all 1.4s;

	transition-delay:.5s;

}

.process ul li:nth-child(3){

	transition:all 1.6s;

	transition-delay:.5s;

}

.process ul li:nth-child(4){

	transition:all 1.8s;

	transition-delay:.5s;

}

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

	transition:all 2s;

	transition-delay:.5s;

}

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

	transition:all 2.2s;

	transition-delay:.5s;

}

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

	transition:all 2.4s;

	transition-delay:.5s;

}

.ban02 li.b1

,.news01{

	opacity:0;

	transform:translateX(-180px);

	transition:all 1s;

	transition-delay:.5s;

}

.ban02 li.b2

,.ban02 .b3

,.news02{

	opacity:0;

	transform:translateX(180px);

	transition:all 1.5s;

	transition-delay:.5s;

}

.ban02 li.b4{

	opacity:0;

	transform:translateY(180px);

	transition:all 2s;

	transition-delay:.5s;

}

.active.ban02 li.b1

,.active.ban02 li.b2

,.active.ban02 .b3

,.active .news01

,.active .news02{

	opacity:1;

	transform:translateX(0);

}

.active.ban02 li.b4{

	opacity:1;

	transform:translateY(0);

}

.default-basescript-index .con02{

	opacity:0;

	transform:translateY(-180px);

	transition:all 2s;

	transition-delay:.5s;

}

.default-basescript-index .map01{

	opacity:0;

	transform:translateY(180px);

	transition:all 1.5s;

	transition-delay:.5s;

}

.active .con02

,.active .map01{

	opacity:1;

	transform:translateY(0);

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index:100;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:20;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:96%;

	margin:0 2.4%;

}

.close{

	display:block;

	background:url("/temp/temp/52/52-0156/201712250848/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}





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

.list-page{

	padding:50px 0;

	background:#fff;

	margin:60px 0;

}

.news-l {

    width: 20%;

    text-align: center;

	opacity:0;

	transform:translate(-100px,0);

	transition:all 1.5s;

	transition-delay:.8s;

}

.list-page.a .news-l{

	opacity:1;

	transform:translate(0,0);

}

.news-l h3 {

    font-size: 30px;

    color: #496018;

    padding-bottom: 10px;

}

.news-l ul {

    margin-top: 20px;

    padding: 20px 0;

    border-top: 1px solid #eee;

    margin: 20px;

}

.news-l li a{

	display:block;

	font-size:15px;

	line-height:50px;

	margin-bottom:1px;

	width:100%;

	height:50px;

}

.news-l li.a a

,.news-l li:hover a{

	background:#486018;

	color:#fff;

}

.news-l li a span{

	display:none;

}

/*--

.flow{

	position:relative;

	padding-bottom:50px;

}

.flow ul{

	width:83%;

	position:absolute;

	top:0;

	left:0;

	z-index:2;

}

.fl01{

	width:83%;

	height:50px;

	background:#486018;

	position:absolute;

	left:0;

	top:40px; 

	margin:0 20px;

	z-index:1;

}

--*/

.news-r {

    width: 69%;

    margin-right: 5%;

    border-left: 2px solid #eee;

    padding-left: 5%;

}

.list-news li{

	padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 2px solid #eee;

}

.list-news li a{

	display:block;

}

.list-news li a h3{

	font-size: 20px;

    margin: 10px 0;

	color: #486018;

}

.list-news li:hover a h3{

	color:#eeb541;

}

.list-news li em {

    font-style: normal;

    display: block;

    font-weight: bold;

    color: #496018;

    font-family: Georgia;

}

.list-news li p{

	 color: #777;

    font-size: 12px;

    line-height: 20px;

    text-align: justify;

}

.pub{

	text-align:right;

	margin-bottom:10px;

}

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

    background: #496018;

}

.word h3{

	font-size:30px;

	text-align:center;

	opacity:0;

	transform:translate(180px,0);

	transition:all 1s;

	transition-delay:1s;

}

.list-page.a .word h3{

	opacity:1;

	transform:translate(0,0);

}

.word .ww{

	text-align:center;

	color:#999;

	margin-top:10px;

	font-family:simsun;

}

.fanye{

	margin-top:20px;

}

.fanye p{

	font-size:14px;

}

.fanye p a{

	color:#666;

}

.fanye p a:hover{

	color:#eeb541;

}



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

.list-show{

	margin:50px 0;

}

.show01 li {

    float: left;

    width: 32%;

    margin-right: 2%;

    margin-bottom: 2%;

}

.show01 li a {

    display: block;

    padding: 10px;

    background: #fff;

    transition: all .5s;

}

.show01 li div {

    position: relative;

}

.show01 li a img {

    width: 100%;

    height: auto;

}

.show01 li div em{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/bg1.png") no-repeat center center;

	opacity:0;

	transition:all .5s;

}

.show01 li:hover div em{

	opacity:1;

}

.show01 li h3 {

    text-align: center;

    line-height: 30px;

    margin-top: 10px;

    font-size: 16px;

    color: #496018;

    font-weight: bold;

	transition:all .5s;

}

.show01 li:hover a{

	background:#eeb541;

}

.show01 li:hover h3 {

	color:#fff;

}

.list-show .tit01 h3 {

    background: #e4f0ec;

}

.list-nav{

	text-align:center;

	margin:50px 0;

}

.list-nav li{

	display:inline-block;

	margin:0 5px;

}

.list-nav li{

	*display:inline;

}

.list-nav li a{

	display:block;

	font-size:14px;

	padding:0 30px;

	line-height:35px;

	border-radius:25px;

	background:#fff;

	border:1px solid #e2e0e0;

	transition:all .3s;

}

.uid-3183 .list-nav li{

	margin: 0 3px;

}

.uid-3183 .list-nav li a{

	padding:0 25px;

}

.list-nav li a span{

	display:none;

}

.list-nav li:hover a

,.list-nav li.a a{

	background:#eeb54b;

	color:#fff;

	border:1px solid #eeb54b;

}

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

.view-show{

	background:#fff;

}

.view-page{

	margin:70px 0;

}

.view-page .tit {

    font-size: 35px;

    text-align: center;

    margin-bottom: 30px;

    color: #486018;

}

.pic01{

	width:55%;

}

.pic01 .dots{

}

.w960 .pic01 li img{

	width:100%;

	height:auto;

	position:inherit;

	left:0 !important;

	margin-left:0 !important;

}

.pic01 .dots span{

	width:12px;

	height:12px;

	border:1px solid #fff;

	background-color:transparent;

}

.pic01 .dots span.active{

	background-color:#fff;

}

.pic02{

	padding:5%;

	width:35%;

}

.w960 .pic02{

	padding:2% 3%;

}

.pic02 h3{

    font-size: 22px;

    color: #023d11;

    line-height: 36px;

}

.pic02 em{

	font-size: 20px;

    color:#aa8320;

    line-height: 36px;

	font-style:normal;

}

.pic02 p {

    margin: 10px 0;

    min-height: 88px;

    font-size: 14px;

    color: #666;

}

.pic02 img{

	width:100%;

	height:auto;

}

.ystit{

	margin-top:30px;

}

.ystit h1 {

    font-size: 70px;

    color: #023d11;

	float:left;

    font-family: Impact;

}

.ystit h3 {

    float: left;

    padding-left: 30px;

    line-height: 1;

    font-size: 28px;

    color: #dab867;

	margin-left:20px;

	background:url("/temp/temp/52/52-0156/201712250848/images/proCenTitRBg.png")no-repeat center left;

}

.ystit h3 strong{

	font-size: 62px;

    color: #023d11;

	font-weight:normal;

}

.ystit h3 p{

	font-size: 24px;

    font-family: 'avianregular';

    color: #707070;

}

.youshi01 {

    margin-top: 30px;

}

.youshi01 li {

    float: left;

    width: 46%;

    margin-right: 3%;

    padding: 1%;

    margin-bottom: 20px;

    border: 1px solid #dedede;

    border-radius: 88px;

	transition: all 0.4s ease 0s;

}

.youshi01 li:hover {

	background:#eeb541;

	border: 1px solid #eeb541;

}

.youshi01 span{

	display:block;

	width:88px;

	height:88px;

	float:left;

	background:#fcf2e8;

	text-align:center;

	line-height:88px;

	border-radius:50%;

}

.youshi01 img{

	width:44px;

	height:44px;

}

.youshi01 div{

	float:left;

	margin-left:3%;

	width:80%;

}

.w960 .youshi01 div{

	width:76%;

}

.youshi01 h3{

	font-size: 20px;

    color: #303030;

    padding: 5px 0;

	font-weight:700;

    transition: all 0.4s ease 0s;

}

.youshi01 p {

    font-size: 14px;

    color: #707070;

    max-height:60px;

    overflow: hidden;

	transition: all 0.4s ease 0s;

}

.w960 .youshi01 p {

    font-size: 12px;

    max-height: 70px;

}

.youshi01 li:hover p

,.youshi01 li:hover h3{

	color:#fff;

}

/*-----view-store---------------*/

/********-----------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 -180px 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 -180px -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);

}

.store li {

    float: left;

    width: 32%;

    margin: 0 0.66%;

	margin-bottom:2%;

}

.store li a {

    display: block;

    padding:10px;

    background: #fff;

}

.store li:hover a {

    background: #eeb54b;

}

.store li img{

	width:100%;

	height:auto;

}

.store li h3{

	text-align:center;

	line-height:50px;

	background:#fff;

	font-size:15px;

	font-weight:bold;

}

.store li:hover h3{

	background: #eeb54b;

	color:#fff;

}

.pox{

	margin-top:50px;

	padding-bottom:10px;

	border-bottom:1px solid #ccc;

}

.pox a{

	color:#999;

	transition:all .3s;

}

.pox a:hover{

	color:#eeb541;

}

.ww{

	text-align:center;

	color:#999;

	margin-bottom:30px;

}



/*---------list-message----------------*/

.liuyan{

	background:#fff;

	margin:70px 0;

}

.liuyan01 {

    width: 32%;

    float: left;

    padding: 4%;

}

.w960 .liuyan01{

	padding:2% 4%;

}

.liuyan01 h4 {

    text-align: center;

    font-size: 30px;

    color: #486018;

    margin-bottom: 20px;

}

.w960 .liuyan01 h4{

	margin-bottom:9px;

}

.liuyan01 label {

    font-size: 14px;

	display:none;

}

.liuyan01 input {

    line-height: 35px;

    border: 1px solid #eee;

    margin-bottom:13px;

    width: 90%;

    padding-left: 10px;

}

.w960 .liuyan01 input {

    line-height: 30px;

}

.liuyan02{

	float:right;

	width:60%;

}

.liuyan02 img{

	width:100%;

	height:auto;

}

.liuyan01 .default-form-item{

	width:50%;

	float:left;

}

.liuyan01 .default-form-item:nth-child(7){

	width:100%;

}

.liuyan01 textarea {

    width: 92%;

    height: 50px;

    border: 1px solid #eee;

    padding: 10px;

	margin-bottom: 7px;

}

.liuyan01 [type="submit"]{

	color:#fff;

	border:none;

	line-height:40px;

	height:40px;

	background:#486018;

	font-size:20px;

	width:99%;

}

/*-----------list-video-------------*/

.list-video{

}

.list-video li{

	float:left;

	width:32%;

	margin-right:2%;

}

.list-video li a{

	display:block;

}

.list-video li a img{

	width:100%;

	height:auto;

}

.list-video li div{

	position:relative;

}

.list-video li span{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	opacity:.5;

	transition:all .3s;

	background:url("/temp/cus/xs/yx/cl/xsyxcl.com/temp/52-0156/201712250848/images/play_ico.png") no-repeat center center;

}

.list-video li:hover span{

	opacity:1;

}

.list-video li h3{

	text-align:center;

	line-height:50px;

	font-size:15px;

	font-weight:bold;

}

.article embed

,.article iframe

,article object{

	max-width:100% !important;

}

.liuyan

,.list-page

,.list-show

,.view-page{

	opacity:0;

	transform:translate(0,100px);

	transition:all 1s;

	transition-delay:0.3s;

}

.liuyan.a

,.list-page.a

,.list-show.a

,.view-page.a{

	opacity:1;

	transform:translate(0);

}









/*----------------手机版专题页------------*/

#bod{ max-width:1170px; width:100%; margin:0 auto; overflow:hidden;}

.img_tu{ width:100%; overflow:hidden;}

.img_tu img , .reason_z li img{ 

  display:block;

  /*max-width:100%;*/

  width:100%;

  height:auto;

  margin:0;

  border:none;

  padding:0;

  vertical-align: bottom;

  }

.tu_qie{ width:100%; overflow:hidden; background:url("/temp/temp/52/52-0156/201712250848/images/img8.jpg") no-repeat top center; background-size:100% auto;margin-bottom:6%;}

.shadow{padding: 3% 2% 0; width:100%; padding-bottom:10px;}

.bd{ width:49%; float:left;}

.bd li{ float:left;}

.shadow .tempWrap{

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

}

.w_z{ width:47%; float:right; margin-left:1%; padding-top:5%; }

.w_z li{ color:#fff;font-family:SimSun;font-size:0.75em; margin-bottom:7%;}

.w_z li.on{ color:#6bd707; font-family:SimHei; font-size:0.9em;letter-spacing:-0.05em;}





.join{ width:100%; background:url("/temp/temp/52/52-0156/201712250848/images/img20.jpg") no-repeat; background-size:100% auto; overflow:hidden; padding-top:28%; }

.join_k{ width:96%; margin:3% auto 7.4%; overflow:hidden;}

/*.join_k li:nth-child(3n){ margin-right:0;}*/

.join_k li{ float:left; width:235px; margin:0 5px;}

.join_k li div{ width:97%; display:block; padding:0; margin:0;border: 2px solid #fff;}



.nospace{ background:url("/temp/temp/52/52-0156/201712250848/images/from_bg.jpg"); background-size:100% auto;}

.nospace div{

	float:left;

	width:25%; 

}

.zt09{

	position:fixed;

	bottom:0;

	width:100%;

	left:0;

	padding-bottom:0;

}

.quan_dong{ width:100%; overflow:hidden; background:url("/temp/temp/52/52-0156/201712250848/images/img17-19.jpg") no-repeat; background-size:100% auto; position:relative; padding-top:100%; }

.radius{width: 25%;position: absolute; -webkit-animation: float ease-in-out 2s infinite; animation: float ease-in-out 2s infinite;}



@-webkit-keyframes float {

0% { -webkit-transform: translateY(0); transform: translateY(0); }

50% { -webkit-transform: translateY(3px); transform: translateY(3px); }

100% { -webkit-transform: translateY(0);transform: translateY(0); }

}



@keyframes float {

0% { -webkit-transform: translateY(0); transform: translateY(0); }

50% { -webkit-transform: translateY(3px); transform: translateY(3px); }

100% { -webkit-transform: translateY(0); transform: translateY(0); }

}

.quan_dong1{width: 25%;position: absolute;left:3%;top: 25%;}

.quan_dong2{width: 25%;position: absolute;left:39%;top: 25%;}

.quan_dong3{width: 25%;position: absolute;left:73%;top: 27%;}

.quan_dong4{width: 25%;position: absolute;left:20%;top:57%;}

.quan_dong5{width: 25%;position: absolute;left:56%;top:57%;}





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

	.banner .prev, .banner  .next{

		width:30px;

		background-size:100%;

	}

	.banner .prev{

		left:0;

	}

	.banner  .next{

		right:0;

	}

	header .bg {

		background-color: #486018;

		opacity: 1;

	}

	body.default-basescript-index{

		background:#f5f5f5;

	}

	.mr0{

		margin-right:0 !important;

	}

	.mbban01{

	}

	.mbban01 li{

		float:left;

		width:25%;

		margin-top:1%;

	}

	.mbban01 li a {

		display: block;

		padding: 15px 0;

	}

	.mbban01 li a img{

		width:100%;

		height:auto;

	}

	.mbban01 li span{

		display:block;

		width:35px;

		margin:0 auto;

	}

	.mbban01 li h3{

		text-align:center;

		font-size:14px;

		margin-top:5px; 

	}

	.mbpro{

	}

	.mbpro h2{

		font-size:30px;

		color:#496018;

		margin-top:30px;

		margin-bottom:20px;

		text-align:center;

	}

	.mbpro li{

		float:left;

		width:49.5%;

		margin-right:1%;

		margin-bottom:1%;

	}

	.mbpro li a{

		display:block;

		background:#fff;

	}

	.mbpro li a img{

		width:100%;

		height:auto;

	}

	.mbpro li a h3{

		text-align:center;

		padding:20px 5px;

		font-size:15px;

		font-weight:bold;

	}

	.mbvideo{

		position:relative;

	}

	.mbvideo a{

		display:block;

	}

	.mbvideo span{

		display:block;

		position:absolute;

		width:100%;

		height:100%;

		top:0;

		left:0;

	}

	.mbpro01 h2 {

		text-align: center;

		font-size: 27px;

		padding:15px 0;

		color: #fff;

		margin-bottom: 2px;

		background: #eeb541;

	}

	.mbprocess img{

		width:100%;

		height:auto;

	}

	.mbprocess li {

		line-height: 45px;

		padding: 0 2%;

		background: #fff;

		border-bottom: 1px solid #eee;

		width: 45%;

		float: left;

		margin:0.25% 0.5%;

		font-size: 14px;

	}

	.mbprocess li:nth-child(7){

		width: 95%;

	}

	.mbnews h2 {

		font-size: 30px;

		margin: 30px 0;

		text-align: center;

		color: #486018;

	}

	.mbnews li{

		margin:5px 0;

		background:#fff;

	}

	.mbnews li a{

		display:block;

	}

	.mbnews li span {

		display: block;

		width: 20%;

		height: 70px;

		float: left;

		color:#fff;

		font-size:30px;

		line-height:70px;

		background: #eeb541;

		text-align: center;

		font-family: Georgia;

	}

	.mbnews li div {

		display: block;

		width: 74%;

		float: right;

		padding: 3%;

	}

	.mbnews h3{

		font-size:15px;

		font-weight:bold;

	}

	.mbnews p {

		color: #666;

		font-size: 12px;

		margin-top: 5px;

	}

	footer .fcontact .bg {

		background-color: #486018;

	}

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

		margin-top: 0;

	}

	.default-mobile-copyright2 {

		background-color:#33460a !important ;

		color: #fff;

		margin-bottom:50px;

	}

	.default-mobile-copyright2 a{

		color:#fff;

	}

	.mbcon{

		background:#fff;

		padding:20px;

		margin-top:30px;

	}

	.mbcon h2 {

		text-align: center;

		font-size: 30px;

		color: #486018;

		margin-bottom: 20px;

	}

	.default-pc-contactcard li, .default-pc-contactcard dd {

		background-image: none;

		padding-left:0;

	}

	.mbcon ul{

		zoom: 1;

		height:100px;

	}

	.mbcon li{

		float:left;

		width:100%;

	}

	.mbcon li h5, .mbcon li p {

		float: left;

		font-size: 12px;

		line-height: 25px;

	}

	.more01 {

		transform: translateY(0);

		opacity:1;

		margin-top:20px;

		margin-bottom:30px;

	}

	.more01 em{

		margin-top: -46px;

		opacity:1;

	}

	#mobile-nav {

		background-color: #fff;

	}

	#mobile-nav h3 {

		color: #486018;

	}

	.default-mobile-nav-menu li ul {

		background-color: #f5f5f5;

	}

	.default-mobile-nav-menu li a {

		border-bottom: 1px solid #eee;

		color: #333 !important;

	}

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

		border-top: 1px solid #eee;

		border-bottom: none;

	}

	.liuyan {

		margin: 10px 0;

		margin-bottom: 100px;

	}

	.liuyan01 {

		width: 90%;

		padding: 5%;

	}

	.liuyan02{

		width:100%;

	}

	article{

		background: #fff;

		padding: 15px;

		margin-top: 10px;

	}

	.default-basescript-show article{

		padding:0;

		background:none;

		margin-top:0;

	}

	.mbpro01 li em {

		font-style: normal;

		font-family: Georgia;

		font-size: 20px;

		margin-right: 10px;

		line-height: 1;

	}

	.tishi{

		display: none;

	}

	header h1 a{

		font-size: 0;

	}

	.default-mobile-copyright2{

		padding-top: 15px !important;

		padding-bottom: 50px !important;

	}

	.show01 .ul01{

		display: flex;

		gap:10px;

		flex-wrap: wrap;

	}

	.show01 li{

		width: calc(50% - 5px);

		margin: 0;

	}

	.tit01 {

		margin-bottom: 0;

		transform: scale(0.7);

	}

	.list-show {

		margin: 20px 0;

	}

	.list-nav {

		margin: 20px 0;

	}

	.show01 li a{

		padding: 5px;

	}

	.list-show .tit01 h3 {

		background: #f5f5f5;

	}

	.about02 {

		width: 100%;

		padding: 0;

		background: none;

		margin-right: 0;

		position: initial;

		right: 0;

		top: 0;

		box-sizing: border-box;

		transform: translateX(0);

		opacity: 1;

	}

	.tit h3 {

		font-size: 25px;

		color: #486018;

		text-align: center;

	}

	.about02 p {

		color: #333;

		font-size: 13px;

		font-family: HinTing;

		margin: 20px 0;

		height: auto;

	}

	.about{

		margin: 30px 0;

		background: none;

		transform: translateX(0);

		opacity: 1;

	}

	.about02 a {

		width: 200px;

		height: 45px;

		display: block;

		transition: all .5s;

		background: #486018;

		margin: auto;

		color: #fff;

		font-size: 12px;

		line-height: 45px;

        text-align: center;

		position: relative;

	}

	.about02 a em{

		display:block;

		background:url("/temp/temp/52/52-0156/201712250848/images/li01.png") no-repeat center center;

		top:0;

		position: absolute;

		width: 250px;

		height: 45px;

		left: -25px;

	}

	.show01 li h3{

		font-size: 14px;

	}

}

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

}

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

.default-article-content iframe{

	height:200px !important;

}

.join_k li{width:125px; margin:0 2px;}

}

.uid-3183 .con03 ul .wb

,.uid-3183 .con02 li:nth-child(3)

,.uid-3183 .con02 li:nth-child(4)

,.uid-3183 .con01 li.wb

,.uid-3183 .tishi{

	display: none;

}

.uid-3183 .con01 li.qq{

	margin-left: 60px;

}

.uid-3183 .default-mobile-copyright2 {

    padding-bottom: 50px;

    padding-top: 15px;

}
.w1188{width:1188px; margin:0 auto;}

span.pipe{margin:0 7px;}

/**--------全局公用样式 亮色0d66c0 暗色888--------**/

.mt25{ margin-top:25px !important;}

.edit_del{text-align:right; line-height:24px;}

.edit_del a{color:#888;}

.edit_del a:hover{color:#0d66c0; text-decoration:underline;}

.edit_del a.pub{padding-left:24px; display:inline-block; background:url(/temp/temp/default/default-0001/1/images/publish.png) center left no-repeat; font-size:14px;}

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; transition:all 0.3s; margin-right:8px;}

.page a.a,.page a:hover{background:#0d66c0; color:#fff;}

.cbox{padding:24px; border:1px solid #dedede;}

.title{ height:32px; line-height:32px; border-bottom:1px solid #ccc; margin-bottom:15px;}

.title span{display:block; height:32px;}

.title span.tname{border-bottom:1px solid #1d62a3; font-size:16px; font-weight:bold;}

.title span.ename{color:#888; padding-left:10px; font-size:14px;}

.title span.tmore a,.title span.tmore{ color:#888;}

.title span.tmore a:hover{color:#0d66c0;}

/*-单页内容列表-*/

.list_menu{width:238px;}



.default-pc-sidebar-dl{ width:238px; border:none; float:left;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{border:none;}

.default-pc-sidebar-dl dt{background:#444; color:#fff; padding:25px 30px; font-size:20px; line-height:30px;}

.default-pc-sidebar-dl dt span{font-size:14px; display:block; line-height:18px; text-transform:uppercase;}

.default-pc-sidebar-dl dd{ font-size:14px;}

.default-pc-sidebar-dl dd a{display:block; padding:0 28px; line-height:48px; border-bottom:1px solid #dedede; border-right:1px solid #dedede; border-left:1px solid #dedede; transition:all 0.3s;}

.default-pc-sidebar-dl dd a span{margin:0 7px;}

.default-pc-sidebar-dl dd.a a,.default-pc-sidebar-dl dd a:hover{color:#444; border-left:4px solid #444;}



.page_box{width:860px;}

.page_content{ line-height:24px; font-size:14px; padding:25px 0 120px;}

.page_content img{max-width:100%; height:auto;}

.page_content p img{ margin-left:-2em;}



/*-案例/服务-*/

.case_box{ padding:25px 0;}

.case_box li{padding-bottom:25px; margin-bottom:25px; border-bottom:1px dashed #dedede;}

.case_cover{ width:220px; height:120px; border:1px solid #dedede; padding:4px; overflow:hidden;}

.case_cover img{width:220px; height:120px;}

.case_info{width:610px;}

.case_info h4{font-size:16px; font-weight:normal; line-height:32px; height:32px; overflow:hidden;}

.case_info h4 a:hover{color:#0d66c0; text-decoration:underline;}

.case_info p{line-height:24px; font-size:14px; color:#888; height:72px; overflow:hidden;}

/*-内容页-标题-*/

.page_title{padding-bottom:10px; border-bottom:1px dashed #dedede;}

.page_title h3{font-size:24px; line-height:48px; font-weight:normal; color:#0d66c0;}

.page_title p,.page_title p a{ color:#888;}

.page_title p a:hover{color:#0d66c0; text-decoration:underline;}

.page_title p span{margin-left:12px;}



.other{ border-top:1px dashed #dedede; padding:20px 0;}

.other,.other a{color:#888; font-size:14px; line-height:32px; transition:all 0.3s;}

.other a:hover{color:#0d66c0; text-decoration:underline;}









.w960 .page_box{ width:632px;}

.w960 .case_info{ width:382px;}	










