/*!

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

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

	@font-face {

		font-family:'HanHei SC';

		font-style:normal;

		font-weight:300;

		src:local('☺︎'), url("/temp/temp/52/52-0114/201612101110/images/fonts/HanHei-SC-thin.woff") format("woff");

	}

	

	@font-face {

		font-family:'HanHei SC';

		font-style:normal;

		font-weight:600;

		src:local('☺︎'), url("/temp/temp/52/52-0114/201612101110/images/fonts/HanHei-SC-semibold.woff") format("woff");

		/* Copyright © 2015 Apple Inc. All rights reserved. */

	}

	

	@font-face {

		font-family:'HanHei SC';

		font-style:normal;

		font-weight:400;

		src:local('☺︎'), url("/temp/temp/52/52-0114/201612101110/images/fonts/HanHei-SC-text.woff") format("woff");

		/* Copyright © 2015 Apple Inc. All rights reserved. */

	}

	

	@font-face {

		font-family:'PingHei';

		font-style:normal;

		font-weight:200;

		src:local('☺︎'), url("/temp/temp/52/52-0114/201612101110/images/fonts/PingHei-light.woff") format("woff");

		/* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd.  All rights reserved. */

	}

	

	@font-face {

		font-family:'PingHei';

		font-style:normal;

		font-weight:400;

		src:local('☺︎'), url("/temp/temp/52/52-0114/201612101110/images/fonts/PingHei-text.woff") format("woff");

		/* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd.  All rights reserved. */

	}

}

body{

	/*background:url("/temp/temp/52/52-0114/201612101110/images/ind2_02.jpg")repeat center;*/

	font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;

	/*font-family: "PingHei","Helvetica Neue","Helvetica","STHeitiSC-Light","Arial",sans-serif;*/

}

.article{

	font-size:18px;

}

.header{

	background:#e7e7e7;

}

.header h3{

	line-height:40px;

	color:#666;

	font-size:18px;

}

.h_tel {

  font-size: 25px !important;

  font-weight: bold;

  color: #D30909;

  font-family: "Microsoft YaHei" ! important;

  width: 227px;

  margin-top: 15px;

  line-height: 32px;

}

.h_tel em{

	font-style:normal;

}

.h_tel a {

  margin-right: 12px;

  font-size: 23px;

  height:32px;

  line-height:32px;

}

.topnav li{

	float:left;

	padding:10px 0 !important;

}

.topnav li:first-child a{

	color:#77C60E;

}

.topnav li a{

	display:block;

	line-height:20px !important;

	color:#666;

	padding:0 10px;

	font-size:16px !important;

}

.topnav li a:hover

,.topnav li:hover a  {

	color:#77C60E;

	border-bottom:none !important;

}

.logo{

	margin:40px auto;

	position:relative;

	text-align:center;

}

.logo h3 a{

	display:block;	

}

.logo h3 a img{

	height:auto;

	max-height:50px;

}

.searchico{

    font-size: 26px;

}

.search{

	position:absolute; 

	right:0;

	top:25px;

}

.search .default-pc-search-keyword{

	border:none;

	width:250px;

	border-bottom:1px solid #D8CEBC;

	line-height:25px;

}

.search .default-pc-search-submit{

	width:23px; 

	height:25px;

	color:transparent;

	border:none;

	background:url("/temp/temp/52/52-0114/201612101110/images/yui.png") no-repeat ;

}

.menu ul{

	text-align:center;

}

.menu > ul > li{

	display:inline-block;

	float:none;

	padding:0 20px;

}

.menu li{

	*display:inline;

}

.menu li a{

	color:#3a2800;

	font-size:14px;

	padding-bottom:3px;

	border-bottom: 3px solid #fff;

}

.menu li:hover a

,.menu li.a a{

     border-bottom: 3px solid #FFF;

}

.menu li ul 

,.menu01 li ul{

  background-color:rgba(196, 184, 165, 0.69);

  margin:0;

}

.menu li ul li

,.menu01 li ul li{

	padding:0;

}

.menu ul li ul a

,.menu li:hover ul li a

,.menu li.a ul li a

,.menu01 ul li ul a

,.menu01 li:hover ul li a

,.menu01 li.a ul li a{

	border-bottom:none;

	line-height:20px;

}

.menu ul li ul a:hover

,.menu01 ul li ul a:hover{

	color:#D30306;

}

.banner{

	overflow:hidden;

}

.banner-bg{

	background:0 0 repeat-x url("/temp/temp/52/52-0114/201612101110/images/headbg.png");

	height: 16px;

    position: absolute;

    z-index: 1;

    width: 100%;

    opacity: .5;

}

.banner .prev

,.banner .next

,.prod01 .prev

,.prod01 .next

,.news01 .prev

,.news01 .next{

	width:50px;

	height:50px;

	font-size:30px;

	text-align:center;

	line-height:50px;

	margin-top:-25px;

	border-radius:50%;

	opacity:.7;

	background-color:#D0C4AF;

}

.banner .prev{

	left:18%;

}

.banner .next{

	right:18%;

}

.banner .dots span{

  width: 8px;

  height: 8px;

  border-radius:50%;

  border: 1px solid #cecece;

  background-color: #fff;

  margin:0 10px;

}

.banner .dots span.active{

	box-shadow: 0 0 0 4px #dfcead;

    background-color: #a7936e

}

.part02{

	 background: #E7E7E7;

     padding-top: 50px;

	 overflow:hidden;

}

.part02 .tit01{

	margin:0 10px;

}

.part02 .tit01 h3{

	text-align:center;

}

.part03{

	margin-top:25px;

}

.tit01 h3{

	font-size:24px;

	text-align:center;

}

.tit01 h3 em{

	font-style:normal;

	font-size:14px;

	margin-left:10px;

	border-left:1px solid #ccc;

	padding-left:10px;

	font-weight:normal;

}

.tit01 ul{

	text-align:center;

}

.tit01 ul li{

	display:inline-block;

	float:none;

}

.tit01 ul li{

	*display:inline;

}

.part02 .prev, .part02 .next

,.style05 .prev, .style05 .next {

  opacity: .5;

  width: 100px;

  height: 100px;

  font-size: 30px;

  text-align: center;

  border-radius: 50%;

  text-indent: 1.2em;

  background-color: #3a2800;

  z-index:11;

}

.part02 .prev

,.style05 .prev {

  left: -50px;

}

.part02 .next 

,.style05 .next{

  right: -50px;

  text-indent: -1.2em;

}

.part02 .item{

	margin-bottom:50px;

}

.tit01 li{

	float:left;

	margin:0 8px;

}

.tit01 li a {

  display: block;

  line-height: 37px;

  font-weight: bold;

  padding-right:15px;

  background:url("/temp/temp/52/52-0114/201612101110/images/uj.png") no-repeat center right ;

}

.tit01 li:hover a{

	color:#A7936E

}

.ban01{

	margin-top:15px;

}

.ban01 img{

	width:100%;

	height:auto;

}

.prod01{

	height:558px;

	overflow:hidden;

}

.prod01 .default-slider-box{

	border-radius:10px;

}

.prod01	.thumb{

	bottom: inherit;

}

.prod01 ul{

}

.prod01 li{

	float:left;

	padding-right:10px;

}

.prod01 li a{

	display:block;

}

.prod01 li a span{

	display:block;

	overflow:hidden;

}

.prod01 li a img{

	/*

	width:100%;

	height:auto;

	*/

}

.prod01 li a h3 {

  font-size: 14px;

  padding:0 20px;

  font-weight: bold;

  line-height: 40px;

  background-color: rgba(0, 0, 0, 0.49);

  position: absolute;

  bottom:0;

  left:0;

  width:100%;

  color: #fff;

  z-index:1;

}

.prod02 .item li {

  width: 251px;

  margin: 0 10px;

  transition:all 1s;  

}

.prod02 .item li:hover {

	transform:scale(1.2);

	-ms-transform:scale(1.2);

	-moz-transform:scale(1.2);

	-webkit-transform:scale(1.2);

	-o-transform:scale(1.2);

}

.prod02 .item li:hover .it02{

	transform:scale(1);

	-ms-transform:scale(12);

	-moz-transform:scale(1);

	-webkit-transform:scale(1);

	-o-transform:scale(1);

}

.prod02 .item .default-slider-box{

	padding:50px 0;

	height:400px;

}





.service{

	margin-top:50px;

}

.service .summary{

	width: 900px;

    margin: 0 auto;

    margin-top: 50px;

    font-size: 18px;

	color:#666;

	text-align:justify;

}

.tit h3 {

  font-size: 40px;

  color: #000;

  text-align:center;

}

.tit h3 em {

  display: block;

  font-size: 20px;

  color: #999;

  text-transform: uppercase;

  font-style: normal;

}

.tit p{

	background:url("/temp/temp/52/52-0114/201612101110/images/e_02.png")no-repeat center;

	height:20px;

	margin-top: -50px;

}

.service ul {

  margin: 10px auto;

}

.service li{

	float:left;

	width:32%;

	margin-right:2%;

}

.service li a{

	display:block;

	padding:40px 30px;

	transition:all .7s;

}

.service li a span{

	display:block;

	width:48px;

	height:48px;

}

.service li.s1 a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index1_03.png")no-repeat center center;

}

.service li.s2 a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index_06.png")no-repeat center center;

}

.service li.s3 a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index_09.png")no-repeat center center;

}

.service li.s1:hover a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index1_031.png")no-repeat center center;

}

.service li.s2:hover a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index_061.png")no-repeat center center;

}

.service li.s3:hover a span{

	background:url("/temp/temp/52/52-0114/201612101110/images/index_091.png")no-repeat center center;

}

.service li div {

    width: calc(100% - 80px);

}

.service li div h3{

	font-size:25px;

	color:#666;

	margin-top:5px;

}

.service li div p{

	color:#a7a7a7;

	font-size:14px;

}

.service li div em {

  display: block;

  width: 15px;

  border-top: 2px solid #666;

  margin-top: 15px;

  margin-left: 2px;

} 

.service li:hover div em {

	border-top: 2px solid #fff;

}

.service li ins{

	display:block;

	width:100%;

	height:21px;

	float:right;

}

.service li:hover ins{

	background:url("/temp/temp/52/52-0114/201612101110/images/pp_03.png")no-repeat center right;

}

.service li:hover a{

	background:#C4B8A5;

}

.service li:hover div h3

,.service li:hover div em

,.service li:hover div p{

	color:#fff;

}

.more01{

	display:block;

	width:120px;

	line-height:30px;

	text-align:center;

	border-radius:20px;

	background:#C4B8A5;

	color:#fff;

	transition:all .5s;

	margin:0 auto;

}

.more01:hover{

	background:#AFA494; 

}



.product{

	margin-top:30px;

	/*

	margin-bottom:100px;

	*/

}

.product li{

	float:left;

	width:20%;

	position:relative;

	color:#fff;

	overflow:hidden;

}

.product li img{

	width:100%;

	height:auto;

	transition:all 2s;

}

.product li:hover img{

	transform:scale(1.2);

	-ms-transform:scale(1.2);

	-moz-transform:scale(1.2);

	-webkit-transform:scale(1.2);

	-o-transform:scale(1.2);

}

.product li div {

  position: absolute;

  width: 90%;

  height: 100%;

  padding: 0 5%;

  top: 0;

  left: 0;

  transition:all 2s;

  background:url("/temp/temp/52/52-0114/201612101110/images/a_03.png")repeat;

}

.product li:hover div {

	/*

	background:url("/temp/temp/52/52-0114/201612101110/images/a1_07.png")repeat;

	*/

	background:#fff;

}

.product li:hover,

.product li:hover a{

    color: #3A2800;

    font-size: 15px;

    font-weight: bold;

}

.product li div em{

	display:block;

	width:17px;

	margin-top: 272px;

	border-bottom:2px solid #666;

	transition:all 2s;

}

.w960 .product li div em {

  margin-top: 58%;

}

.w960 .product li:hover div em {

  margin-top: 38%;   

}

.product li:hover div em{

	border-bottom:2px solid #fff;

	margin-top:150px;

}

.product li div h3 {

  font-size: 22px;

  font-weight: bold;

  line-height: 30px;

  

  margin-top: 10px; 

}

.product li div h4 {

  color: #ccc; 

  text-transform: capitalize;

  margin-bottom: 10px;

}

.product li div span{

	display:block;

	width:100%;

	height:21px;

	margin-top: 25px;

	background:url("/temp/temp/52/52-0114/201612101110/images/aiy_03.png")no-repeat center left;

}

.product li a {

  display: block;

  color: #fff;

  line-height: 27px;

  font-size: 15px;

  width: 48%;

  float: left;

}

.product li a:hover{

	text-decoration:underline;

}

.product li p{

	display:none;

}

.product li:hover p{

	display:block;

}

.about01{

	text-align:center;

	margin:50px 0;

}

.about01 p{

  color: #535353;

  font-size: 12px;

  line-height: 24px;

}

.about01 .more01{

	margin-top:30px;

}

.about{

	margin-top:20px;

}

.about ul{

	margin:50px auto;

	text-align:center;

}

.about ul li {

  display: inline-block;

  margin: 0 20px;

  border: 2px solid #d7dadd;

  border-radius: 50%;

  height: 140px;

  width: 140px;

  transition:all .5s;

}

.about ul li{

	*display:inline;

}

.about ul li span{

	display:block;

	width:36px;

	height:35px;

	margin:0 auto;

	margin-top: 30px;

	background:url("/temp/temp/52/52-0114/201612101110/images/about_09.png")no-repeat;

}

.about ul li.a2 span{

	background:url("/temp/temp/52/52-0114/201612101110/images/aot_03.png")no-repeat ;

}

.about ul li.a3 span{

	background:url("/temp/temp/52/52-0114/201612101110/images/about_06.png")no-repeat;

}

.about ul li.a1:hover span{

	background:url("/temp/temp/52/52-0114/201612101110/images/aot_09.png")no-repeat ;

}

.about ul li.a2:hover span{

	background:url("/temp/temp/52/52-0114/201612101110/images/about1_03.png")no-repeat;

}

.about ul li.a3:hover span{

	background:url("/temp/temp/52/52-0114/201612101110/images/aot_06.png")no-repeat;

}

.about ul li h3{

	color:#535353;

	margin-top:10px;

}

.about ul li p{

	color: #E1AE77;

	font-weight:bold;

	font-size:12px; 

}

.about ul li:hover h3

,.about ul li:hover p{

	color:#fff;

}

.about ul li:hover {

  background: #CEC4B4;

  border: 2px solid #CEC4B4;

  transform: scale(1.1);

}

.news{

	background:#f4f0ea;

	padding:50px 0;

	margin-top:50px;

}

.news01{

	margin-top:20px;

}

.news01 li{

	width:25%;

	float:left;

}

.news01 li a{

	padding:10px;

	display:block;

}

.news li a span{

	display:block;

	overflow:hidden;

}

.news01 li a span img{

	width:100%;

	height:auto;

	transition:all 2s;

}

.news01 li:hover a span img{

	transform:scale(1.15);

	-ms-transform:scale(1.15);

	-moz-transform:scale(1.15);

	-webkit-transform:scale(1.15);

	-o-transform:scale(1.15);

}

.news01 li a em{

	color:#999;

	font-style:normal;

}

.news01 li a h3{

	font-size:20px;

	font-weight:bold;

	line-height:30px;

}

.news01 li p{

	line-height:20px;

	color:#666; 

	height:60px;

	overflow:hidden;

	font-size:14px;

}

.news01 li div {

  background: #fff;

  padding: 20px;

  position: relative;

}

.footer{

	box-shadow: 0 0 6px #ccc;

}

.foot01{

	padding:50px 0;

}

.con01{

	text-align:center;

	width:33%;

	height:180px;

	border-right:1px solid #ddd;

}

.con01 h3{

	font-size:16px;

	margin-bottom:20px;

}

.con01 p{

	font-size:25px;

	font-family: Georgia;

}

.w960 .con01 p {

  font-size: 24px;

}

.con01 em{

	font-style:normal;

}

.con01 div{

	text-align:center;

	margin-top:20px;

}

.con01 div a{

	display:inline-block;

	width:100px;

	line-height:25px;

	text-align:center;

	border:1px solid #333;

	margin:0 3px;

}

.con01 div a{

	*display:inline;

}

.con01 div a:hover{

	background:#C4B8A5;

	color:#fff;

	border:1px solid #C4B8A5;

}

.con02{

	width:30%;

	padding:0 3%;

	border-right:1px solid #ddd;

	text-align:center;

}

.con02 h3{

	font-size: 16px;

	margin-bottom:25px;

}

.con02 div p{

	font-size: 14px;

    line-height: 23px;

    margin-bottom: 22px;

    text-align:left;

}

.con03{

	width:100%; 

}

.con03 a{

	display:block;

	float:left;

	width:40px;

	height:40px;

	margin-right:10px;

	border-radius:50%;

}

.con03 em{

	font-style:normal;

	display:block;

	float:left;

	line-height:40px;

}

.con02 a.qq01{

	background:url("/temp/temp/52/52-0114/201612101110/images/s-qq.png")no-repeat center center #08C294;

}

.con03 a.wx01{

	background:url("/temp/temp/52/52-0114/201612101110/images/s-weixin.png")no-repeat center center #3CB034;

}

.con03 a.wb01{ 

	background:url("/temp/temp/52/52-0114/201612101110/images/s-weibo.png")no-repeat center center #C33C40;

}

.con03 a:hover{

	opacity:.7;

} 

.con04 {

  text-align: center;

  width: 29%;

}

.con04 img{

	box-shadow: 0 0 10px #ccc;

	padding:3px;

}

.con04 h3{

	font-size:16px;

	margin-bottom:20px;

}

.foot02{

	background:#414141;

}

.copy {

  margin: 0 auto;

  text-align: center;

  padding-top: 15px;

  border-top: 1px solid #555;

  width:100%;

}

.copy span

,.copy span a{

	color:#999;

}

.foot02{

	padding:30px 0;

}

.ftnav{

	text-align:center;

	margin-bottom:20px;

}

.ftnav li{

	display:inline-block;

	padding:0 10px;

}

.ftnav li{

	*display:inline;

}

.ftnav li a{

	color:#999;

}

.links{

	text-align:center;

	margin-top:10px;

}

.links dt

,.links dd{

	display:inline-block;

	float:none;

	padding:0 10px;

	color:#999;

}

.links dt

,.links dd{

	*display:inline;

}

.links dd a{

	color:#999;

}

.foot02 a:hover{

	color:#fff;

}

.lianxi{

	position:fixed;

	top:50%;

	right:0;

}

.lianxi li{

	background:#C4B8A5;

	margin-bottom:1px;

	position:relative;

}

.lianxi li.top a{

	background:url("/temp/temp/52/52-0114/201612101110/images/back.png")no-repeat;

}

.lianxi li.te03 a{

	background:url("/temp/temp/52/52-0114/201612101110/images/tel.png")no-repeat;

}

.lianxi li.zx a{

	background:url("/temp/temp/52/52-0114/201612101110/images/zixun.png")no-repeat;

}

.lianxi li.wx02 a{

	background:url("/temp/temp/52/52-0114/201612101110/images/weixin.png")no-repeat;

}

.lianxi li a{

	display:block;

	width:45px;

	height:45px;

}

.lianxi li p {

  line-height: 45px;

  position: absolute;

  right: 45px;

  color: #fff;

  width:0px;

  height:45px;

  transition:all .5s;

  background: #C4B8A5;

  text-align: center;

  font-size:14px;

  overflow:hidden;

}

.lianxi li:hover p{

	width:120px;

}

.lianxi li.te03:hover  p{

	width:220px;

}

.lianxi li div{

	position:absolute;

	width:140px;

	height:154px;

	right: 53px;

    bottom: 0;

	display:none;

	transition:all .3s;

	background:url("/temp/temp/52/52-0114/201612101110/images/599.png")no-repeat;

}

.lianxi li div img {

  margin: 10px 13px;

}

.lianxi li div h3 {

  text-align: center;

  font-size: 12px;

  margin-top: -5px;

}

.lianxi li:hover div{

	display:block;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index: 2000;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: white;

	z-index:2000;

}

.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-0114/201612101110/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}

.menu02{

	position:fixed;

	top:-90px;

	width:100%;

	background:#fff;

	z-index:2;

}

.menu02 .searchico {

    font-size: 20px;

    height: 30px;

    line-height: 30px;

}

.menu02 .header h3{

	line-height:30px;

}

.menu02 .topnav li{

	padding:5px 0 !important;

}

.menu02 .menu01{

	padding:0;

}

.menu01{

	width:100%;

	background:#fff;

	height:60px;

	padding:10px 0;

	left:0;

	box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);

	z-index:2;

}

.menu01 .wp{

	width:1188px !important;

	margin:0 auto;

}

.menu01 .logo01 img{

	max-height:50px;

	margin-top:5px;

}

.menu01 ul{

	margin:10px 0;

}

.menu01 li{

	padding:0 15px;

}

.menu01 li a{

	display:block;

	line-height:30px;

	font-size:20px;

	font-weight: bold;

	color:#3a2800 !important;

}

.menu01 li:hover a, .menu01 li.a a {

  color: #b4a078;

  border-bottom: 3px solid #b4a078;

}



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

.default-basescript-show .menu{

	border-bottom: 1px solid #eee;

    padding-bottom: 20px;

}

.ban02{

	margin-top:25px;

}

.ban02 .prev

,.ban02 .next

,.show03 .prev

,.show03 .next{

	width:40px;

	height:60px;

	margin-top:-30px;

	font-size:30px;

	text-align:center;

	line-height:60px;

	opacity:.5;

}

.pub{

	margin-top:10px;

	text-align:right;

}

.l-nav{

	line-height:50px;

	border-bottom:1px solid #dedede;

	  margin-top: 20px;

}

.l-nav h3{

	color:#999;

}

.l-nav li{

	float:left;

	margin:0 10px;

}

.l-nav li a{

	font-size:14px;

}

.l-nav li a span{

	display:none;

}

.l-nav li.a a

,.l-nav li:hover a

,.pox p a:hover{

	color:#b4a078; 

}

.pox p a{

	color:#999;

}

.list-show{

	margin-bottom:100px;

}

.list-show ul{

	margin-top:20px;

}

.list-show li {

  float: left;

  width: 32.5%;

  margin-right: 1.25%;

  margin-bottom: 2%;

}

.list-show li a{

	display:block;

}

.list-show li a span{

	display:block;

	overflow:hidden;

}

.list-show li a img{

	width:100%;

	height:auto;

	transition:all 1s;

}

.list-show li:hover a img{

	transform:scale(1.1);

}

.list-show li a h3{

	text-align:center;

	font-size:14px;

	font-weight:bold;

	line-height:50px;

}

.page{

	text-align:center;

	margin:20px 0;

}

.page a{

	display:inline-block;

	float:none;

	margin-bottom:5px;

}

.page a{

	*display:inline;

}

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

  background: #C4B8A5 !important;

}

.case_info h4 a:hover {

  color: #C4B8A5 !important;

}

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

.view-show{

	margin-top:30px;

	margin-bottom:100px;

}

.show01 {

  width: 22%;

}

.s-nav li { 

  border-bottom:1px solid #dedede;

}

.s-nav li a {

  line-height: 40px;

  display: block;

  font-size: 15px;

  padding: 0 20px;

  background: #B4A690;

  color:#fff;

}

.s-nav li ul {

  background: #fff;

  border-top: 1px solid #DEDEDE;

}

.s-nav li ul li a {

  padding-left: 55px;

  font-size:14px;

  background:url("/temp/temp/52/52-0114/201612101110/images/sx1 (2).png") no-repeat 37px center #C4B8A5 !important;

}

.s-nav li:hover a

,.s-nav li.a a{

	background: #BC9E6F;

}

.s-nav li:hover ul li a

,.s-nav li.a ul li a{

	background: #C4B8A5;

}

.s-nav li ul li:hover a

,.s-nav li ul li.a a{

	 background:url("/temp/temp/52/52-0114/201612101110/images/sx1 (2).png") no-repeat 37px center #D1C4B0 !important;

}

.show02 {

  width: 72%;

  padding: 2%;

  box-shadow: 0 0 10px #ccc;

}

.show02 h3 {

  font-size: 27px;

  padding-bottom: 10px;

  border-bottom: 1px dashed #dedede;

  color: #D6A772;

}

.show02 .ww p {

  color: #999;

  line-height: 40px;

}

.show02 .ww a {

  margin-left: 10px;

  color: #D6A772;

}

.show02 .ww a:hover{

	text-decoration:underline;

}

.show02 .artilce{

}

.fanye{

	margin:20px 0;

}

.fanye p{

	font-size:14px;

	line-height:30px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#D7A771;

}

.show03 h3{

	font-size:25px;

	text-align:center;

	

	margin-bottom:10px;

}

.show03 ul{

	margin-top:20px;

}

.show03 ul li {

  float: left;

  width: 49%;

  margin-right: 2%;

}

.show03 li a{

	display:block;

}

.show03 li span{

	display:block;

	overflow:hidden;

}

.show03 li span img{

	width:100%;

	height:auto;

	transition:all 1s;

}

.show03 li:hover a img{

	transform:scale(1.1);

	-ms-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-webkit-transform:scale(1.1);

	-o-transform:scale(1.1);

}

.show03 li p{

	text-align:center;

	font-size:14px;

	font-weight:bold;

	line-height:35px;

}

/*

.default-show-article .header

,.default-show-article .logo

,.default-show-article  .menu{

	display:none;

}

.default-show-article .menu01{

	top:0 !important;

}

*/

.ban03{ margin-top:60px;}

.ban03 img{

	width:100%;

	height:auto;

}

.show02{

	width:600px;

	padding:20px;

}

.show03 {

  width: 40%;

  padding: 2%;

  box-shadow: 0 0 10px #ccc;

}

.w960 .show03 {

  width: 30%;

  padding: 1%;

}

.view-show .l-nav{

	margin-bottom:20px;

	border:none;

}



/*--------------------list-item---------------------*/



.choose{

	padding:20px 0;

	background:#E7E7E7;

	margin:0 0 50px 0;

}

.choose div.c01{

	margin-bottom:10px;

}

.choose div.c01 ul{

	background-color:#fff;

}

.choose div.c01 h3{

	font-weight: bold;

    font-size: 18px;

    float: left;

    line-height: 25px;

    width: 70px;

    text-align: right;

    background: #71C401;

    color: #fff;

    padding: 5px 10px;

    border-radius: 10px 0 0 10px;

}

.choose ul{

	float:left;

	width:90%;

}

.choose li{

	float:left;

	margin:0 5px;

}

.choose li a {

  display: block;

  font-size: 16px;

  color: #3a2800;

  line-height: 33px;

  padding: 0 10px;

  border: 1px solid #fff;

  min-width:80px;

}

.choose li a span{

	color: #999;

    font-size: 14px;

    margin-left: 3px;

}

.choose li.a a{

	border: 1px solid #C80000;

	background:url("/temp/temp/52/52-0114/201612101110/images/m_checked.gif") no-repeat right bottom;

}

.choose li:hover a{

	color:red;

}

.item{

	margin-bottom:100px;

}

.item ul{

	margin-top:10px;

	margin-bottom:70px;

}

.item li{

	float:left;

	width:24%;

	margin-right:1.3%;

	margin-bottom:2%;

	position:relative;

}

.item li div.it02{

	transition:all 1s;

}

.item li:hover div.it02{

	transform:scale(1.2);

	box-shadow:0 0 20px #999;

}

.item li span{

	display:block;

}

.item li span img{

	width:100%;

	height:auto;

}

.item li div.it03 {

  padding: 15px 10px;

  background: #FFFFFF;

  height: 120px;

  padding-bottom:50px;

  overflow: hidden;

  border: 1px solid #eee;

  z-index:1;

  cursor:pointer;

}

.item li:hover div.it03 {

	height:120px;

}

.item li:hover {

	z-index:2 !important;

}

.item li h3 {

  font-size: 22px;

}

.item li em {

  display: block;

  font-style: normal;

  

  font-size: 18px;

  color: #777;

}

.item li div p{

	display:none;

	transition:all 1s;

	height: 80px;

    overflow: hidden;

}

.item li:hover div p{

	display:block;

}

.item li p a {

  display: block;

  float: left;

  color: #3a2800;

  background-color: #ccc;

  padding: 5px 10px;

  border-radius: 5px;

  margin:10px 10px 0 0;

  font-weight:bold;

}

.item li p a:hover{

	color:#ccc;

	 background-color: #3a2800;

}

.item li ins a{

	position:absolute;

	display:block;

	width:50px;

	height:50px;

	bottom:1px;

	right:1px;

	background:url("/temp/temp/52/52-0114/201612101110/images/hh1.png") no-repeat;

}

.item li ins a:hover{

	background:url("/temp/temp/52/52-0114/201612101110/images/hh2.png") no-repeat;

}

/*-----------view-item------------------*/

.ban05{

	width:100%;

	overflow:hidden;

	position:relative;

}

.ban05 ul li a {

    display: block;

    position: absolute;

    width: 80px;

    height: 0px;

    right: 0;

    top: 0;

    z-index: 10;

    text-align: center;

    line-height: 80px;

    font-size: 24px;

    border-radius: 50%;

    color: #fff;

}

.ban05 ul li a:hover{

	text-decoration:underline;

}

.ban05 .prev

,.ban05 .next{

	opacity:.5;

	width:100px;

	height:100px;

	font-size:30px;

	text-align:center;

	border-radius:50%;

	text-indent:1.2em;

	background-color:#3a2800;

}

.ban05 .prev{

	left:-50px;

}

.ban05 .next{

	right:-50px;

	text-indent:-1.2em;

}

.ban05 .dots{

	width:25px;

	left:100px;

	bottom:50px;

}

.ban05 .dots span{   

	width:25px;

	height:25px;

	border-radius:50%;

	background-color:#3a2800;

	margin:0;

}

.ban05 .dots span.active{

	background-color:#fff;

}

.item02{

	position:absolute;

	bottom:0;

	left:50%;

	margin-left:-559px;

}

.w960 .item02{

	margin-left:-480px;

}

.item02 h2{

	width:150px;

	line-height:50px;

	text-align:center;

	margin:0 auto;

	font-size:25px;

	background:#fff;

	border-top-left-radius:5px;

	border-top-right-radius:5px;

	position:relative;

	cursor:pointer;

	font-weight:bold;

}

.item03{

	padding:30px;

	background:#fff;

	display:none;

	box-shadow:0 0 20px #666;

}

.item03 h3 {

  font-size: 40px;

  font-weight: bold;

}

.item03 ul{

	margin-top:30px;

}

.item03 li{

	line-height:30px;

	font-size:16px;

}

.item03 li h4{

	float:left;

	width:150px;

	font-weight:bold;

}

.item03 li p {

  float: left;

  color: #666;

}

.xian01{

	width:50%;

}

.item04{

	margin-top:80px;

	margin-bottom:50px;

	width:50%;

}

.item04 dl{

	float:left;

	width:50%;

}

.item04 dt{

	font-size:20px;

	

	font-weight:bold;

}

.item04 dd{

	float:left;

	margin-right:10px;

	margin-top:30px;

}

.item04 dd a {

  padding: 5px 10px;

  display: block;

  background: #ccc;

  border-radius: 5px;

  color: #3a2800;

  font-weight: bold;

}

.item04 dd a:hover{

  background: #3a2800;

  color: #ccc;

}



/*-------------list-style----*/

.list-style{

	margin-top:50px;

}

.style-nav{

	width:20%;

	margin-top:10px;

}

.style-nav li a:hover

,.style-nav li.as a{

	background:#D9A873;

}

.style-nav li a {

  background: #805209;

  padding: 0 10px;

}

.style-nav li ul li a{

	text-indent: 2em;

	background:url("/temp/temp/52/52-0114/201612101110/images/sx1 (2).png") no-repeat 20px center #9B6003;

}

.style-nav li ul li ul li a {

  background: #BD7709;

  text-indent: 4em;

}

.style-nav li a{

	display:block;

	line-height:35px;

	font-size:14px;

	color:#fff;

}

.style-nav li a span{

	display:none; 

}

.style-r{

	width:78%;

}

.style-r ul{

	margin-top:10px;

}

.style-r li{

	float:left;

	width:32%;

	margin-right:2%;

	margin-bottom:2%;

}

.style-r li:hover a{

	transform:scale(1.15);

	-ms-transform:scale(1.15);

	-moz-transform:scale(1.15);

	-webkit-transform:scale(1.15);

	-o-transform:scale(1.15);

	box-shadow:0 0 20px #999;

}

.style-r li a{

	display:block;

	transition:all 1s;

}

.style-r li a span{

	display:block;

}

.style-r li a span img{

	width:100%;

	height:auto;

}

.style-r li div.s1 {

  padding: 20px;

  background: #fff;

  border: 1px solid #eee;

  

  padding-bottom:40px;

  height:73px;

  overflow:hidden;

}

.style-r li div.s1 h3{

	font-size:20px;

	font-weight:bold;

}

.style-r li div.s1 h4{

	font-size:18px;

	color:#999;

}

.style-r li div.s2{

	width:100%;

	height:100%;

	position:fixed;

	top:0;

	left:0;

	z-index:10;

	background:url("/temp/temp/52/52-0114/201612101110/images/bg121.png") ;

	display:none;

}

.style-r li div.s2 div.s3{

	position:absolute;

	width:650px;

	max-height:635px; 

	left:50%;

	top:50%;

	margin-left:-325px;

	margin-top:-300px;

	background:#fff;

	box-shadow:0 0 10px #ccc;

	overflow:hidden;

}

.style-r li div.s2 div.s3 span{

	height:260px;

	overflow:hidden;

	display:block;

}

.style-r li div.s2 div.s3 img{

	width:100%;

	height:auto;

}

.style-r li div.s2 div.s3 em {

  display: block;

  position: absolute;

  width: 100px;

  height: 100px;

  border: 1px solid #fff;

  border-radius: 50%;

  font-size: 32px;

  color: #fff;

  font-style: normal;

  font-family: cursive;

  right: -50px;

  top: -50px;

  line-height: 136px;

  text-indent: 22px;

  cursor:pointer;

}

.style-r li div.s2 div.s3 em:hover {

	background:#3a2800;

	border: 1px solid #3a2800;

}

.style-r li div.s2 div.s3 h3 {

  font-size: 25px; 

  font-weight: bold;

  margin: 0 20px;

  border-bottom: 2px solid #ccc;

  line-height: 55px;

  margin-bottom:15px;  

}

.style-r li div.s2 div.s3 .s4{

	float:left;

	width:200px;

	margin-top:10px;

}

.style-r li div.s2 div.s3 .s4 p {

  font-size: 16px;

  font-weight: bold;

  line-height: 30px;

  margin-left: 20px;

}

.style-r li div.s2 div.s3 dl{

	margin:0 20px;

	padding:10px 0;

}

.style-r li div.s2 div.s3 dl dd{

	float:right;

	width:400px;

	font-size:16px;

	line-height:26px;

}

.style-r li div.s2 div.s3 dl dd h4{

	font-weight:bold;

	width:200px;

}

.style-r li div.s2 div.s3 .s4 p {

  font-size: 16px;

  font-weight: bold;

  line-height: 30px;

  margin-left: 20px;

  border: 1px solid #eee;

  text-align: center;

  border-radius: 3px;

  margin-bottom: 10px;

  cursor:pointer;

}

.style-r li div.s2 div.s3 .s4 p.a

,.style-r li div.s2 div.s3 .s4 p:hover{

	background:#C2A679;

	color:#fff;  

}

.style05{

	width:100%;

	margin-top:100px;

	overflow:hidden;

}

.style05 li {

  width: 251.5px;

  padding:0 10px;

  margin-right:0;

}

.style05 ul{

	padding-top:30px;

}

.style05 h2{

	text-align:center;

	font-size:40px;

	

	margin-bottom:70px;

}

.style05 .prev, .style05 .next{

	top:45%;

}

.style05 li{

	overflow:inherit !important;

}







/*------------------list-approve-----------------*/

.ban06 img{

	width:100%;

	height:auto;

}

.approve {

  margin-top: -100px;

  background-color: #E7E7E7;

  position: relative;

}

.approve h2 {

  font-size: 40px;

  text-align: center;

  padding-top: 41px;

}

.approve h3{

	font-size:25px;

	text-align:center;

	padding:0 100px;

}

.approve ul {

  margin-top: 70px;

  padding-bottom: 100px;

}

.approve li{

	background:#6fbe01;

}

.approve li span{

	display:block;

	width:50%;

	float:left;

}

.approve li span img{

	width:100%;

	height:auto;

}

.approve li div{

	width:46%;

	padding:2%;

	float:right;

	color:#fff;

}

.approve li div h3{

	font-size:20px;

	font-weight:bold;

	padding:0;

}

.approve li div p{

	font-size:16px;

	margin-top:20px;

}

.w960 .approve li div p {

  font-size: 15px;

  margin-top: 14px;

}

.approve li div p em{

	font-style:normal;

	font-size:14px;

	display:block;

}

.w960 .approve li div p em{

	line-height:16px;

	font-size:12px;

}

.approve li.you span{

	float:right;

}

.approve li.you div{

	float:left;

}

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

.contact{

	margin-top:-100px;

	position:relative;

	margin-bottom:100px;

}

.contact li{

	background:#3A2800;

	margin-bottom:30px;

	color:#fff;

}

.contact li div{

	width:46%;

	padding:2%;

}

.contact li div h2{

	font-size:42px;

	font-weight:bold;

}

.w960 .contact li div h2 {

  font-size: 35px;

}

.contact li div h3{

	font-size:25px;

	font-weight:bold;

}

.contact li p{

	font-size:20px;

	line-height:25px;

	margin-bottom:20px;

}

.w960 .contact li p {

  margin-bottom: 10px;

  line-height:20px;

}

.contact li div a{

	display:block;

	border-radius:5px;

	background:#6FBE01;

    color: #ffffff;

	width:120px;

	line-height:37px;

	text-align:center;

	font-size:20px;

	

	transition:all .3s;

	font-weight:bold;

}

.contact li div a:hover{

	background: #437201;

}

.contact li span{

	display:block;

	width:50%;

}

.contact li span img{

	width:100%;

	height:auto;

}

.alhmun {

    text-align: center;

    font-size: 20px;

    margin: 40px auto;

    line-height: 50px;

    background: #6fbe01;

    color: #fff;

}

/*----------------------list-question--------------*/

.question{

	width:550px;

	margin:0 auto;

	background:#fff;

	

	margin-top:-50px;

	position:relative;

}

.ques02{

	padding-bottom:100px;

}

.list-question{

	background:#E7E7E7;

}

.question h2{

	font-size:42px;

	text-align:center;

	padding:30px 0;

}

.question li {

  padding: 12px 35px;

  border-top: 1px solid #E7E7E7;

  text-align:left;

}

.question li h3{

	position:relative;

	font-size:20px;

	font-weight:bold;

	cursor:pointer;

}

.question li h3.w1{

	display:block;

}

.question li h3.w2{

	display:none;

}

.question li h3 em{

	display:block;

	width:32px;

	height:32px;

	border-radius:50%;

	position:absolute;

	left:-54px;

	border: 2px solid #E7E7E7;

	background:url("/temp/temp/52/52-0114/201612101110/images/f5.png") no-repeat center center #fff;

}

.question li h3.active em{ 

	background:url("/temp/temp/52/52-0114/201612101110/images/h03.png") no-repeat center center #fff;

}

.question li p{

	padding:15px 0;

	font-size:16px;

	display:none;

}

.question li p a{

	display:block;

	padding: 4px 10px;

	border-radius:5px;

	background:#6fbe01;

	color:#fff;

	display:inline-block;

	font-weight:bold;

	transition:all .3s;

}

.question li p a{

	*display:inline;

}

.question li p a:hover{

	background:#437201;

}

/*------------view-style-----*/

.view-style{

	position:relative;

	margin-top:-100px;

	background:#E7E7E7;

	padding:30px;

	padding-bottom:100px;

}

.view-style h3{

	font-size:40px;

	font-weight:bold;

	text-align:center;

	

	padding-bottom:30px;

}

.view-style .article{

	margin-top:20px;

}

.column_name {

  background: #C4B8A5 !important;

}

.menu_name li.a a, .menu_name li a:hover {

  color: #C4B8A5 !important;

  border-left: 4px solid #C4B8A5 !important;

}

.page_title h3 {

  color: #C4B8A5 !important;

}

.cbox {

  margin-bottom: 40px;

}

.banner-box{

	overflow:hidden;

	max-height:500px;

}

.goodstype ul li{

	float:left;

	width:25%;

	padding-right:5px;

}

.goodstype .cover{

	width:100%;

	float: left;

}

.goodstype .cover img{

	width:100%;

	height:auto;

}

.goodstype ul li a{

	display:block;

	padding-top:5px;

}

.goodstype .box{

	background-color:#F2F2F2;

	position:relative;

    text-align: center;

	border: 1px solid #F1F0F0;

	overflow:hidden;

	

}

.goodstype .gt1 .box{

	border-left:0;

}

.goodstype .gt4 .box{

	border-right:0;

}

.goodstype .gt4{

	padding-right:0;

}

.goodstype .info{

	overflow:hidden;

    width: 100%;

    background: url("/temp/temp/52/52-0114/201612101110/images/fff8.png");

    bottom: -68px;

    left: 0;

	font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;

	font-size:20px;

	background:#fff;

	transition: bottom .3s;

	-moz-transition:  bottom .3s;	/* Firefox 4 */

	-webkit-transition:  bottom .3s;	/* Safari 和 Chrome */

	-o-transition:  bottom .3s;	/* Opera */

}

.goodstype a:hover .info{

	bottom:0;

}

.goodstype .info .padding{

	padding:10px;

}

.goodstype .info h3{

	font-weight:bold;

}

.goodstype .info p{

	font-size:16px;

    color: #707070;

}

.goodstype-f{

	position:fixed;

	bottom:0;

	left:0;

	background-color:#fff;

}

.morecach{

	display: block;

    margin: 0 auto;

    width: 200px;

    padding: 2px;

    background: #C4B8A5;

    color: #fff;

    font-size: 19px;

    margin-top: 43px;

    text-align: center;

	transition:all .3s;

}

.morecach:hover{

	background:#BBB1A1;

	width:230px;

}

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

	display:none;

}

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

	.choose div.c01 h3{

		font-size: 14px;

		width: 52px;

	}

	.goodstype ul li{

		padding-right:0;

	}

	.goodstype .box{

		margin-top: 0;

    	background: #fff;

	}

	.banner {

	  margin-top: 0;

	}

	.mr0{

		margin-right:0 !important;

	}

	.prod01{

		height:auto;

	}

	.prod02 .item li {

	  width: 236px;

	  margin-bottom:20px;

	}

	.item li div.it03 {

	  height: 50px;

	}

	.item ul {

	  height: 620px;

	  overflow: hidden;

	}

	.gd01{

		display:block;

		text-align:center;

		width:100px;

		line-height:30px;

		background:#C4B8A5;

		color:#fff;

		font-size:13px;

		border-radius:20px;

		margin:0 auto;

	}

	.news01{

		text-align:center;

	}

	.news01 .gd01{

		display:inline-block;

		margin-top:20px;

	}

	article .summary {

	  display: none;

	}

	.default-article-content a {

	  color: #fff;

	  padding: 8px 20px;

	  background-color: #70C200;

	  border-radius: 5px;

	  display:inline-block;

	}

	.default-article-content a.nostyle {

		padding:0;

		background-color:transparent;

		position:relative;

		display:block;

	}

	.default-article-content a.nostyle  span {

	  opacity: .6;

	  color: #fff;

	  position: absolute;

	  width: 98%;

	  background: #000;

	  bottom: 0;

	  left: 0;

	  padding-left: 2%;

	  display:block;

	}

	.default-article-content td{

		padding-left:20px;

	}

	.default-article-content h3

	,.default-article-content p{

		margin:10px 0;

	}

	.default-article-content table {

	  margin-bottom: 20px;

	}

	.contact li div h2 {

	  font-size: 30px;

	}

	.contact li p {

	  margin-bottom: 10px;

	}

	.ban06 {

	  margin-top: 0;

	}

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

		display:none;

	}

	.default-mobile-list-cats .sx01{

	}

	.default-mobile-list-cats .sx01 h4{

		float:left;

		line-height:20px;

		font-size:12px;

		font-weight:bold;

	}

	.sx01{

		border-top:1px dashed #ccc;

		padding:5px 0;

		display:none;

	}

	.sx01 li{

		float:left;

		margin:0 5px;

	}

	.sx01 li a{

		display:block;

		line-height:20px;

		font-size:12px;

	}

	.choose {

	  margin: 10px 0;

	  background:#fff;

	  padding:10px 0;

	  border-top:1px dashed #ccc;

	  display:none;

	}

	.choose ul li{

		margin-bottom:3px;

	}

	.choose ul li a{

		border:1px solid #fff;

		padding:0 2px;

		margin-bottom:0;

	}

	.default-moblie-news-list li .date{

		text-align:center;

	}

	.language{

		width: 26px;

		height: 26px;

		border-radius: 14px;

		line-height: 27px;

		text-align: center;

		background: #6eba07;

		margin-top: 14px;

		margin-right: 10px;

	}

	.language a{

		display: block;

		color: #fff;

		font-size: 12px;

	}

	.nav-click{

		font-size: 28px !important;

    	line-height: 34px !important;

		width: auto !important;

		margin-right: 8px !important;

	}

	header h1 img{

		margin-left: 0;

		margin-right: 5px;

	}





}

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

	.choose ul {

	  width: 88%;

	}

	.service .summary {

		width: 96%;

		font-size: 15px;

		padding: 0 2%;

	}

	.service li a {

	  padding: 20px 0;

	}

	.service ul {

	  width: 100%;

	}

	.service li div {

	  margin-left: 9px;

	}

	.default-article-content h3{

		font-size:23px;

	}

	.contact li div h2 

	,.contact li div h3{

	  font-size: 20px;

	}

	.contact li p {

	  font-size: 14px;

	  line-height: 20px;

	  margin-bottom: 5px;

	}

	

}

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

	.goodstype ul li{

		width:50%;

		height:200px;

		overflow:hidden;

	}

	.morecach{

		margin-top: 20px;

	}

	.goodstype ul li a {

		padding-top: 0;

	}

	.banner-box {

	  margin-top: 0;

	}

	.banner .prev{

		left:0;

	}

	.banner .next{

		right:0;

	}

	.product{

		display:none;

	}

	.part01 {

	  margin-top:0;

	}

	.part02{

		padding-top: 0;

	}

	.part02 .item{

		margin-bottom:30px;

	}

	.tit01 h3 {

	  font-size: 20px;

	}

	.tit01 li {

	  margin: 0;

	  font-size: 13px;

	}

	.ban01 {

	  margin-top: 0;

	}

	.tit h3 {

		font-size:27px;

		padding-top: 20px;

		line-height:1.2;

	}

	.tit p{

		margin-top:-35px;

	}

	.tit h3 em{

		font-size:15px;

	}

	.service li:nth-child(2){

		background:#C4B8A5;

	}

	.service li:nth-child(2) div p

	,.service li:nth-child(2) div h3{

		color:#fff;

	}

	.service li div{

		width:100%;

	}

	.service li div p{

		display:none;

	}

	.service li div h3 {

	  font-size: 12px;

	}

	.service li a {

	  padding: 9px 10px;

	  padding-bottom: 0;

	}

	.service ul {

		width:auto;

	  margin: 20px auto;

	}

	.about01 {

	  margin: 20px 0;

	}

	.about01 p {

	  line-height: 20px;

	}

	.about ul li {

		margin:0;

	  height: 94px;

	  width: 94px;

	}

	.about ul {

	  margin: 30px auto;

	}

	.about ul li h3 {

	  margin-top: 34px;

	  font-size: 12px;

	}

	.tit01 h3 {

	  width: 100%;

	  border-bottom: 1px solid #C4B8A5;

	  padding-bottom: 5px;

	}

	.tit01 h3 em {

	  font-size: 12px;

	  margin-left: 5px;

	  padding-left: 5px;

	}

	.service {

	  margin-top: 0;

	}

	.news {

	  padding: 20px 0;

	  margin-top: 20px;

	}

	

	.prod02 .item ul{

		height:auto;

		margin-bottom:20px;

	}

	.prod02 .item li {

	  width: 49%;

	  margin:0;

	  margin-right: 2%;

	  margin-bottom:10px;

	  display:none;

	}

	.prod02 .item li:nth-child(2n){

		margin-right:0 !important;

	}

	.prod02 .item li:nth-child(1)

	,.prod02 .item li:nth-child(2)

	,.prod02 .item li:nth-child(3)

	,.prod02 .item li:nth-child(4){

		display:block;

	}

	.default-article-content td h3{

		font-size:18px;

	}

	.default-article-content td p{

		font-size:12px;

	}

	.default-article-content td {

	  padding-left: 10px;

	}

	.question {

	  width: 90%;

	}

	.contact li{

		margin-bottom:10px;

	}

	.contact li div {

	  width: 96%;

	  padding: 2%;

	}

	.contact li span{

		width:100%;

	}

	.contact {

	  margin-top: -50px;

	}

	.prod02 .item li:hover{

		transform:scale(1);

		-ms-transform:scale(1);

		-moz-transform:scale(1);

		-webkit-transform:scale(1);

		-o-transform:scale(1);

	}

	.item li:hover div p{

		display:none;

	}

	.item li:hover div.it03 {

	  height: 50px;

	}

	.choose div.c01 h3 {

		font-size: 12px;

		width: 45px;

	}

	.choose ul {

	  width: 76%;

	  float:right;

	}

	.news01 li{

		width:50%;

	}

	

	

	.banner .prev, .banner .next, .prod01 .prev, .prod01 .next, .news01 .prev, .news01 .next {

		width: 30px;

		height: 30px;

		font-size: 20px;

		line-height: 30px;

		margin-top: -15px;

		border-radius: 50%;

	}

	.mbtel{

		padding:10px 0;

		background:#6eba07;

		text-align:center;

		color:#fff;

		font-size:20px;

		font-weight:bold;

	}

	.mbtel a{

		display:block;

		color:#fff;

	}

	.item li h3 {

		font-size: 18px;

	}

	.item li em {

		font-size: 14px;

	}

	.item li div.it03{

		padding-bottom:25px;

	}

	.morecach {

		width: 160px;

		font-size: 15px;

		margin-bottom: 20px;

	}

	.news01 li{

		width:49%;

		margin-right:2%;

		margin-bottom:2%;

	}

	.news01 li:nth-child(2n){

		margin-right:0 !important;

	}

	.news01 li a{

		padding:0;

	}

	.news01 li div {

		padding: 10px;

		text-align:left;

	}

	.news01 li a h3 {

		font-size: 16px;

		text-align:left;

	}

	.news01 li a em {

		text-align: left;

		font-size: 12px;

	}

	.news01 li p {

		font-size: 12px;

	}

	.design01{

		margin-top: 20px;

		margin-right: 10px;

		font-size: 12px;

	}

	.design01 a{

		display:block;

		color:#fff;

	}

	header h1 img {

		max-height:36px;

	}

	.default-mobile-copyright2 {

		background-color: #fff;

		margin-bottom: 50px;

		margin-top:10px;

	}

	.alhmun{

		font-size: 14px;

		padding: 15px 0;

		line-height: 20px;

	}

}

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

	header h1 img {

		max-height: 30px;

	}

}


