<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

 * 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 //ç§»åŠ¨ä¸“ç”¨

***/

/*åˆå§‹åŒ–æ&nbsp;·å¼è¡¨*/

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 å­—ä½“æ&nbsp;·å¼*/

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

}



/*æ–‡ç«&nbsp;å†…å®¹æ&nbsp;·å¼åˆå§‹åŒ–*/

.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;}



/*é¡µé¢åŠ&nbsp;è½½ä¸­*/

#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;}

/*å›¾ç‰‡ä¸Šä¼&nbsp;ä¸­çŠ¶æ€*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*ç¦æ­¢ç¼–è¾‘å™¨ä¸Šä¼&nbsp;æœ¬åœ°è§†é¢‘*/

#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;}

/*é»˜è®¤å¯¼èˆªæ&nbsp;·å¼*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu &gt; 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 &gt; li &gt; ul{ top: 100%; left: 0;}

.default-pc-nav-menu &gt; li &gt; ul &gt; li &gt; ul{ top: 0; left: 100%;}

.default-pc-nav-menu &gt; li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu &gt; li:hover &gt; ul{display: block;}

.default-pc-nav-menu &gt; li ul &gt; li:hover &gt; ul{ display: block;}



/*å‹æƒ…é“¾æŽ¥é»˜è®¤æ&nbsp;·å¼*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*é»˜è®¤ç‰ˆæƒæ&nbsp;·å¼*/

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

}



/*é»˜è®¤å‘å¸ƒæ–‡ç«&nbsp;æŒ‰é’®*/

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

}

/*é»˜è®¤ç¼–è¾‘æ–‡ç«&nbsp; &amp;&amp; åˆ&nbsp;é™¤*/

.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;}



/*å¹»ç¯ç‰‡é»˜è®¤æ&nbsp;·å¼*/

.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");}





/*å¹»ç¯ç‰‡æ&nbsp;·å¼*/

.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 &gt; .dots &gt; span{ *display:inline;}	/*IEå…¼å®¹*/

.default-slider-2 &gt; .dots &gt; span.active{ background-color:red;}



.default-slider-box &gt; ul &gt; li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul{ position:relative;}

.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul &gt; li{ position:absolute; top:0; left:0; display:none;}



/*å•å±æ»šåŠ¨æ¨¡å¼*/

.default-slider-single &gt; .default-slider-box &gt; ul &gt; li img{ position: relative; left:50%;}



.default-slider-direction-left &gt; .default-slider-box &gt; ul &gt; li{ float:left;}

.default-slider-direction-left &gt; .next, 

.default-slider-direction-left &gt; .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 &gt; .next:hover, 

.default-slider-direction-left &gt; .prev:hover{

	opacity:1;

}

.default-slider-direction-left &gt; .next{ right:0;}

.default-slider-direction-left &gt; .prev{ left:0;}

.default-slider-direction-left &gt; .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left &gt; .thumb  ul &gt; li{ float:left;}

.default-slider-direction-left &gt; .thumb  ul &gt; li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left &gt; .thumb &gt; .next,

.default-slider-direction-left &gt; .thumb &gt; .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 &gt; .thumb &gt; .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left &gt; .thumb &gt; .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left &gt; .thumb &gt; .next:hover,

.default-slider-direction-left &gt; .thumb &gt; .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left &gt; .thumb &gt; .active{ background-color:#333;}

/*è®¾ä¸ºé¦–é¡µåŠ&nbsp;å…¥æ”¶è—*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µè§†é¢‘é»˜è®¤é«˜åº¦*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*æ‰‹æœºç½‘ç«™åº•éƒ¨è¿½åŠ&nbsp;*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µç‚¹å‡»å›¾ç‰‡å¼¹å‡º*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
body{background: #fff;}

.ispc #diystart{z-index: 4;}











/*å…¬å…±å¤´éƒ¨*/

.nav_box{

	padding: 15px 0;

	position: fixed;

	width: 100%;

	top: 0;

	left: 0;

	z-index: 3;

	background: #fff;

	transition: 0.3s;

}

.nav_box.a{

	padding: 10px 0;

}

.nav_box .logo{

	margin-left: 100px;

}

.nav_box .logo img{

	height: 62px;

	width: auto;

	transition: 0.3s;

}

.nav_box.a .logo img{

	height: 52px;

	width: auto;

}

.nav_box .nav01{

	margin-right: 100px;

}

.nav_box .nav01 li{

	padding: 21px 0;

	padding-left: 30px;

	padding-right: 55px;

	background: url("/temp/temp/53/53-0018/201904181033/images/navx.png") no-repeat center right;

	transition: 0.3s;

}

.nav_box.a .nav01 li{

	padding: 16px 0;

	padding-left: 30px;

	padding-right: 55px;

}

.nav_box .nav01 li:last-child{

	padding-right: 0;

	background: #fff;

}

.nav_box .nav01 li a{

	font-size: 16px;

	line-height: 20px;

	color: #666;

	transition: 0.3s;

}

.nav_box .nav01 li a.bb{

	padding-right: 25px;

	background: url("/temp/temp/53/53-0018/201904181033/images/xia.png") no-repeat center right;

}

.nav_box .nav01 li:hover a{

	color: #000;

}

.nav_box .nav01 li a.bb:hover{

	background: url("/temp/temp/53/53-0018/201904181033/images/xia02.png") no-repeat center right;

}

.nav_box .nav01 li ul,.nav_box .nav01 li ul.close{

	margin-top:0;

	padding: 0;

	background:#f9f9f9;

	transform:translateY(50px);

	-ms-transform:translateY(50px);

	-moz-transform:translateY(50px);

	-webkit-transform:translateY(50px);

	-o-transform:translateY(50px);

	transition:all .3s;

	width: auto;

}

.nav_box .nav01 li ul.open{

	transform:translateY(0);

	-ms-transform:translateY(0);

	-moz-transform:translateY(0);

	-webkit-transform:translateY(0);

	-o-transform:translateY(0);

}

.nav_box .nav01 li ul li{

	width: auto;

	margin-left:0;

	padding: 0 30px;

	margin: auto;

	border-top: 1px solid #eee;

	background:#f9f9f9 !important;

}

.nav_box.a .nav01 li ul li{

	padding: 0 30px;

}

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

	color: #666;

}

.nav_box .nav01 li ul li a{

	display: block;

	font-size: 14px;

	padding-right: 60px;

	line-height: 40px;

	background: url("/temp/temp/53/53-0018/201904181033/images/go01.png") no-repeat center right;

	background-size: 0;

}

.nav_box .nav01 li ul li:hover a{

	background-size: 10px;

	padding-left: 10px;

	padding-right: 50px;

	color: #333;

}

.nav_box .nav01 li ul li:last-child{

	padding-right: 30px;

}

.nybanner{

	width: 100%;

}

.nybanner img{

	width: 100%;

	height: auto;

}





/*banner*/

.banner01{

	width: calc(100% - 40px);

	margin-left: 20px;

	margin-top: 92px;

	max-height: 825px;

	overflow: hidden;

	position: relative;

}

.banner01 .dots{

	width: auto;

	background: #fff;

	padding: 0 40px;

	padding-top: 10px;

	display: inline-block;

	left: calc(50% - 40px);

	bottom: 0;

}

.banner01 .dots{

	*display: inline;

}

.banner01 .dots span{

	width: 8px;

	height: 8px;

	border: 1px solid #666;

	margin: 0 20px;

}

.banner01 .dots span.active{

	border: 1px solid #333;

	background: #333;

}

.banner01 .dots span::before{

	position: absolute;

    content: "";

    height: 1px;

    background: #dedede;

    width: 26px;

    margin: 4px 0 0 12px;

    border-radius: 3px;

}

.banner01 .dots span:last-child::before{

	width: 0;

}





/*å…³äºŽæˆ‘ä»¬*/

.ab_box{

	padding-bottom: 60px;

	border-bottom: 1px dotted #ccc;

	margin-bottom: 60px;

}

.about{

	width: 1000px;

	margin: auto;

	margin-top: 80px;

}

.about .abl{

	width: 320px;

	max-height: 786px;

	overflow: hidden;

}

.about .abl li img{

	width: 100%;

	height: auto;

	left: 0 !important;

	margin-left: 0 !important;

	filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	transition: all 0.4s ease-in-out;

}

.about .abl li img:hover{

	filter: grayscale(0);

	-moz-filter: grayscale(0);

	-webkit-filter: grayscale(0);

}

.about .abl .dots{

	bottom: 10px;

}

.about .abl .dots span{

	width: 8px;

	height: 8px;

	border-radius: 4px;

	margin: 0 3px;

}

.about .abl .dots span.active{

	background: #000;

}

.about .abr{

	width: calc(100% - 390px);

}

.about .abr .you01{

	width: 100%;

	transition: 0.6s;

}

.about .abr img{

	display: block;

	width: 100%;

	height: auto;

	margin-top: 40px;

	transition: 0.5s;

}

.about .abr li{

	width: 100%;

	margin-top: 55px;

	font-family: "æ€æºé»‘ä½“";

	transition: 0.5s;

	cursor: default;

}

.about .abr li div.okr{

	position: relative;

	transition: 0.4s;

}

.about .abr li div.okr span{

	display: block;

	position: absolute;

	left: 0;

	top: 26px;

	width: 40px;

	height: 1px;

	background: #fff;

	transition: 0.4s;

}

.about .abr li:hover div.okr span{

	width: 100px;

	background: #999;

}

.about .abr li:hover div.okr{

	padding-left: 60px;

}

.about .abr li h3{

	float: left;

	font-size: 20px;

	line-height: 22px;

	width: 92px;

	color: #444;

}

.about .abr li h4{

	float: left;

	line-height: 22px;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: 300;

	color: #f1e3d8;

	transition: 0.4s;

}

.about .abr li:hover h4{

	color: #4c6547;

}

.about .abr li p{

	float: left;

	width: 100%;

	margin-top: 16px;

	color: #777;

	font-size: 16px;

	line-height: 26px;

	letter-spacing:1.5px;

}

.abmore{

	margin: auto;

	margin-top: 40px;

	display: block;

	line-height: 20px;

	width: 55px;

	background: url("/temp/temp/53/53-0018/201904181033/images/go01.png") no-repeat center right;

	font-size: 16px;

	opacity: 0.7;

	transition: 0.3s;

}

.abmore:hover{

	opacity: 1;

	color: #000;

}





/*å®¢ç‰‡æ¬£èµ*/

.kptit h1{

	font-size: 26px;

	text-align: center;

	color: #444;

}

.kptit h2{

	color: #787878;

    font-size: 14px;

	text-align: center;

}

.kptit ul{

	margin: 60px auto;

	text-align: center;

}

.kptit ul li{

	display: inline-block;

	background: url("/temp/temp/53/53-0018/201904181033/images/titbg.png") no-repeat center right;

	padding-right: 42px;

	margin: 0 14px;

}

.kptit ul li{

	*display: inline;

}

.kptit ul li:last-child{

	background: #fff;

	padding: 0;

}

.kptit ul li a{

	color: #999;

	font-size: 12px;

	transition: 0.3s;

}

.kptit ul li a:hover{

	color: #000;

}

.guest{

	position: relative;

}

.guest li{

	float: left;

	width: 376px;

	position: absolute;

	margin: auto 10px;

    top: 0;

    left: 40%;

}

.guest li a{

	display: block;

}

.guest li div{

	width: 100%;

	overflow: hidden;

	position: relative;

}

.guest li div img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.guest li:hover div img{

	transform: scale(1.08);

	-ms-transform: scale(1.08);

	-moz-transform: scale(1.08);

	-webkit-transform: scale(1.08);

	-o-transform: scale(1.08);

}

.guest li div span{

	display: block;

	position: absolute;

	width: calc(100% - 40px);

	height: calc(100% - 40px);

	left: 20px;

	top: 20px;

	border: 1px solid #fff;

	box-sizing: border-box;

	transition: 0.5s;

	opacity: 0;

	z-index: 1;

}

.guest li:hover div span{

	opacity: .3;

}

.guest li div em{

	display: block;

	width: 40px;

	height: 40px;

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

	color: #fff;

	line-height: 40px;

	text-align: center;

	font-size: 32px;

	position: absolute;

	left: 0;

	top: -60px;

	font-style: normal;

	transition: 0.5s;

	z-index: 2;

}

.guest li:hover div em{

	top: 20px;

}

.guest li h3{

	font-size: 15px;

	margin-top: 15px;

	color: #666;

	transition: 0.5s;

}

.guest li:hover h3{

	color: #000;

}

.guest li p{

	font-size: 12px;

	line-height: 18px;

	max-height: 18px;

	overflow: hidden;

	color: #999;

}

.guest li ins{

	display: block;

	margin-top: 10px;

	width: 4px;

	height: 1px;

	background: #999;

	transition: 0.5s;

}

.guest li:hover ins{

	width: 30px;

	background: #666;

}

.kpmore{

	display: block;

	width: 130px;

    height: 35px;

	background: #444;

	transition: 0.3s;

	border: 2px solid #fff;

	margin: auto;

	margin-top: 20px;

	position: relative;

}

.kpmore:hover{

	border-color: #444;

	background: #fff;

}

.kpmore i{

	background: url("/temp/temp/53/53-0018/201904181033/images/icon02.png") no-repeat 0 -22px;

	width: 34px;

    height: 14px;

    display: block;

    margin-left: -18px;

    transition: all .3s ease-out 0s;

    color: transparent;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -8px;

}

.kpmore:hover i{

	background: url("/temp/temp/53/53-0018/201904181033/images/icon1.png") no-repeat 0 -36px;

}

.xz_box .kptit{

	margin-bottom: 60px;

}









/*ä¸åŒä¹‹å¤„*/

.different{

	margin-top: 80px;

	padding: 60px 0;

	padding-bottom: 100px;

	background: #f8f8f8;

}

.different h1{

	font-size: 26px;

	text-align: center;

	color: #444;

}

.different h2{

	font-size: 14px;

	text-align: center;

	color: #787878;

	padding-bottom: 60px;

	border-bottom: 1px solid #eee;

	text-transform: uppercase;

}

.different ul{

	margin-top: 40px;

}

.different ul li{

	width: 30%;

	margin-right: 5%;

	float: left;

}

.different ul li a{

	display: block;

}

.different ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

	border-bottom: 4px solid #f8f8f8;

	transition: 0.4s;

}

.different ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

/*.different ul li:hover span{

	border-bottom: 4px solid #61815c;

}*/

.different ul li:hover img{

	transform: scale(1.08);

}

.different ul li:hover div {

    padding-left: 60px;

}

.different ul li div{

	position: relative;

	transition: 0.4s;

}

.different ul li ins{

	position: absolute;

	display: block;

	left: 0;

    top: 28px;

    width: 40px;

    height: 1px;

    background: #fff;

    transition: 0.4s;

}

.different ul li:hover div ins {

    width: 100px;

    background: #999;

}

.different ul li h3{

	font-size: 20px;

	color: #444;

	margin-top: 22px;

	transition: 0.4s;

}

.different ul li h4{

	font-size: 12px;

    font-weight: 300;

    color: #f5eae2;

	text-transform: uppercase;

	margin-top: 5px;

	margin-bottom: 20px;

}

.different ul li p{

	font-size: 16px;

	color: #777;

	line-height: 24px;

	letter-spacing:1.5px;

}





/*æ——ä¸‹å“ç‰Œ*/

.brand{

	margin: 80px auto;

	padding-bottom: 60px;

	border-bottom: 1px dotted #ccc;

}

.brand .pptit{

	margin-bottom: 50px;

	text-align: center;

}

.brand ul li{

	width: 32%;

	margin-right: 2%;

	margin-bottom: 40px;

	float: left;

}

.brand ul li a{

	display: block;

}

.brand ul li div{

	width: 100%;

	transition: 0.4s;

}

.brand ul li img{

	width: 100%;

	height: auto;

	float: left;

}

.brand ul li:hover div{

	opacity: 0.8;

}

.brand ul li h3{

	float: left;

	margin-top: 15px;

	line-height: 25px;

	width: 60%;

	font-size: 16px;

	transition: 0.4s;

	color: #666;

}

.brand ul li:hover h3{

	margin-left: 15px;

	color: #222;

}

.brand ul li span{

	display: block;

	float: right;

	width: 40px;

	margin-right: 15px;

	border-left: 1px solid #ddd;

	height: 25px;

	background: url("/temp/temp/53/53-0018/201904181033/images/go02.png") no-repeat center right;

	margin-top: 15px;

	opacity: 0;

	transition: 0.4s;

}

.brand ul li:hover span{

	opacity: 1;

}





/*å·¥ä½œæ—¥å¿—*/

.work{

	margin-bottom: 80px;

}

.work .kpmore{

	margin-top: 40px;

}

.work .kptit ul{

	margin: 45px auto;

}

.work_box{

	background: #f8f8f8;

	margin-top: 40px;

}

.works01{

	float: left;

	width: 74%;

	border-right: 1px solid #ddd;

	padding: 90px 0;

	padding-right: 60px;

	box-sizing: border-box;

}

.work .text a{

	display: block;

	width: 100%;

}

.work .text div{

	width: 100%;

	position: relative;

	margin-bottom: 30px;

	overflow: hidden;

}

.work .text div span{

	display: block;

	width: 52px;

	height: 52px;

	position: absolute;

	top: -60px;

	left: calc(50% - 26px);

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

	background-size: 100%;

	z-index: 1;

	transition: 0.4s;

}

.work .text:hover div span{

	top: calc(50% - 26px);

}

.work .text img{

	width: 100%;

	height: auto;

}

.work .text h3{

	font-size: 16px;

}

.work .text h4{

	font-size: 12px;

	color: #999;

}

.work .text p{

	font-size: 12px;

	color: #999;

	line-height: 22px;

	max-height: 44px;

	overflow: hidden;

	margin-top: 20px;

	margin-bottom: 30px;

}

.work .text em{

	display: block;

	width: 20px;

	height: 1px;

	background: #ccc;

	transition: 0.4s;

}

.work .text:hover em{

	width: 100px;

	background: #666;

}

.works02 {

	float: right;

	width: calc(26% - 60px);

	margin: 60px 0;

}

.works02 .default-slider-box{

	width: 100%;

	max-height: 613px;

	overflow: hidden;

}

.works02 ul{

	width: 100%;

}

.works02 li{

	width: 100%;

	padding: 30px 0;

	border-bottom: 1px solid #ddd;

}

.works02 li:nth-child(1){

	display: none;

}

.works02 li .text div{

	margin-bottom: 0;

}

.works02 li .text p{

	margin-top: 10px;

	margin-bottom: 20px;

}

.works02 .prev,.works02 .next{

	left: calc(50% - 17px);

	transform: rotate(90deg);

	font-size: 20px;

	color: #d8d8d8;

	width: 24px;

	text-align: center;

	cursor: pointer;

}

.works02 .prev{

	top: -30px;

}

.works02 .next{

	bottom: -30px;

}





/*å¤‡å©šå­¦å&nbsp;‚*/

.news{

	padding: 80px 0;

}

.news h1{

	text-align: center;

    font-size: 26px;

	color: #444;

}

.news h2{

	color: #787878;

    font-size: 14px;

    text-align: center;

	margin-bottom: 60px;

}

.news ul li{

	float: left;

	width: 48%;

	margin-right: 4%;

	margin-bottom: 60px;

}

.news ul li a{

	display: block;

}

.news ul li img{

	width: 160px;

	height: auto;

	float: left;

}

.news ul li div{

	float: right;

	width: calc(100% - 195px);

	margin-right: 15px;

	margin-top: 20px;

	transition: 0.4s;

}

.news ul li div:hover{

	margin-right: 0;

}

.news ul li div span{

	display: block;

	float: left;

	width: 30px;

	height: 1px;

	background: #ccc;

	margin-top: 17px;

	transition: 0.4s;

}

.news ul li div h4{

	float: left;

	font-size: 12px;

	color: #999;

	line-height: 18px;

	margin-left: -30px;

}

.news ul li:hover div span{

	width: 100px;

}

.news ul li div h3{

	float: left;

	font-size: 16px;

	width: 100%;

	margin: 20px auto;

	line-height: 18px;

	transition: 0.4s;

	color: #444;

	text-decoration: underline #fff;

}

.news ul li:hover div h3{

	color: #000;

}

.news ul li div p{

	float: left;

	width: 100%;

	line-height: 22px;

	max-height: 44px;

	overflow: hidden;

	font-size: 12px;

	color: #666;

}





/*å…¬å…±åº•éƒ¨*/

.footer{

	background: #191919;

	padding: 80px 0;

	text-align: center;

}

.footer img.footer_img{

	margin-bottom: 50px;

	width: 552px;

	height: auto;

}

.ftit{

	display: inline-block;

}

.ftit{

	*display: inline;

}

.ftit .ftit01{

	float: left;

	margin: 0 50px;

	text-align: left;

}

.ftit .ftit01 h3{

	color: #fff;

	font-size: 18px;

	margin-bottom: 15px;

	text-transform: uppercase;

}

.ftit .ftit01 ul li{

	margin-bottom: 10px;

}

.ftit .ftit01 a{

	color: #999;

	font-size: 12px;

}

.ftit .ftit01 a:hover{

	color: #fff;

}

.copyright{

	text-align: center;

	margin: auto;

	margin-top: 60px;

}

.copyright p{

	font-size: 12px;

	margin: auto;

	color: #999;

}

.copyright a{

	color: #999;

}

.copyright a:hover{

	color: #fff;

}

.f_gd{

	position: fixed;

	right: 0;

	bottom: 40px;

	z-index: 2;

}

.f_gd li{

	width: 30px;

	height: 30px;

}

.f_gd li a{

	display: block;

	background: #444 url("/temp/temp/53/53-0018/201904181033/images/fzx.png") no-repeat center;

	background-size: 22px;

	width: 100%;

	height: 100%;

}

.f_gd li.fwb a{

	background: #777 url("/temp/temp/53/53-0018/201904181033/images/fwb.png") no-repeat center;

	background-size: 22px;

}

.f_gd li.fwx a{

	background: #444 url("/temp/temp/53/53-0018/201904181033/images/fwx.png") no-repeat center;

	background-size: 22px;

}

.f_gd li.ftop a{

	background: #777 url("/temp/temp/53/53-0018/201904181033/images/top01.png") no-repeat center;

	background-size: 20px;

}



/*ç‚¹å‡»å¼¹å‡ºäºŒç»´ç&nbsp;*/

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 3;

}

.erweima{

	width: 260px;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	-ms-transform:translate(-50%,-50%);

	-moz-transform:translate(-50%,-50%);

	-webkit-transform:translate(-50%,-50%);

	-o-transform:translate(-50%,-50%);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

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

	background-size: 100%;

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

	border-radius: 12px;

	cursor: pointer;

}





/*æ–°é—»èµ„è®¯åˆ—è¡¨é¡µ-----------------------------------------------------------------------------------------*/

.ltitle h1{

	font-size: 26px;

    text-align: center;

	color: #444;

} 

.ltitle h2{

	font-size: 14px;

    text-align: center;

    color: #787878;

	text-transform: uppercase;

}

.list-nav{

	text-align: center;

	margin: 60px auto;

}

.list-nav li a span{

	display: none;

}

.list-nav li {

    display: inline-block;

    background: url("/temp/temp/53/53-0018/201904181033/images/titbg.png") no-repeat center right;

    padding-right: 42px;

    margin: 0 14px;

}

.list-nav li a {

    color: #999;

    font-size: 12px;

	transition: 0.3s;

}

.list-nav li a:hover{

	color: #000;

}

.list-nav li:last-child {

    background: #fff;

    padding: 0;

}

.pub01{

	text-align: right;

	margin-bottom: 5px;

}

.lnews .lxw li{

	width: 100%;

	padding-bottom: 30px;

	margin-bottom: 30px;

	border-bottom: 1px solid #eee;

}

.lnews .lxw li:last-child{

	padding-bottom: 0;

	border: none;

}

.lnews .lxw li a{

	display: block;

}

.lnews .lxw li img{

	float: left;

	width: 256px;

	height: auto;

}

.lnews .lxw li div{

	float: left;

	width: calc(100% - 316px);

	margin-left: 40px;

	margin-bottom: 30px;

	transition: 0.4s;

}

.lnews .lxw li a:hover div{

	margin-left: 60px;

}

.lnews .lxw li h4{

	float: left;

	margin-left: 40px;

	font-size: 13px;

	color: #888;

}

.lnews .lxw li h4 em{

	font-style: normal;

	color: #aaa;

}

.lnews .lxw li h3{

	float: left;

	margin-left: 40px;

	font-size: 18px;

	color: #555;

	margin-bottom: 20px;

	width: calc(100% - 516px);

	margin-top: 10px;

	transition: 0.4s;

}

.lnews .lxw li a:hover h3{

	margin-left: 60px;

	color: #111;

}

.lnews .lxw li p{

	font-size: 13px;

    line-height: 24px;

	max-height: 48px;

	overflow: hidden;

	color: #909090;

	width: calc(100% - 200px);

	float: left;

}

.lnews .lxw li span{

	float: right;

	display: block;

	font-size: 15px;

	background: url("/temp/temp/53/53-0018/201904181033/images/icon01.png") no-repeat center right;

	background-size: 10px 15px;

	line-height: 48px;

	height: 48px;

	width: 92px;

	text-align: center;

	color: #999;

	padding-left: 20px;

	border-left: 1px solid #eee;

	transition: 0.4s;

}

.lnews .lxw li a:hover span{

	color: #555;

}

.page{

	margin-top: 60px;

	text-align: center;

}

.page a{

	padding: 0;

	margin: 0 2px;

	width: 32px;

	height: 32px;

	text-align: center;

	line-height: 32px;

	border: none;

	border-radius: 0;

	color: #999;

	font-size: 12px;

	float: none;

	display: inline-block;

	transition: 0.2s;

}

.page a{

	*display: inline;

}

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

	background: #444;

	color: #fff;

}

.page a.page_next,.page a.page_prev{

	width: 56px;

}





/*å›¾ç‰‡å±•ç¤ºåˆ—è¡¨é¡µ--------------------------------------------------------------------------------------*/

.mtmb{

	margin-top: 80px;

	margin-bottom: 120px;

}





/*æ–°é—»å†…å®¹é¡µ--------------------------------------------------------------------------*/

.pox01{

	padding: 30px 0;

	border-bottom: 1px solid #eee;

	margin-bottom: 40px;color: #666;

}

.pox01 a{

	color: #666;

}

.pox01 a:hover{

	color: #000;

}

.pox01 em{

	color: #ccc;

}

.vnews{

	width: 1000px;

	margin: auto;

	margin-bottom: 120px;

}

.vnews h1{

	font-size: 24px;

	text-align: center;

}

.vnews .look{

	text-align: center;

	font-size: 12px;

	color: #999;

	margin-bottom: 40px;

}

.next01{

	margin-top: 60px;

	width: 100%;

}

.next01 a{

	display: block;

	width: 50%;

	position: relative;

	padding: 25px 0;

	color: #666;

	transition: 0.3s;

}

.next01 a:hover{

	background: #444;

	color: #fff;

}

.next01 .nprev{

	float: left;

}

.next01 .nnext{

	float: right;

	text-align: right;

}

.next01 a h3{

	font-size: 14px;

	margin-left: 80px;

}

.next01 a.nnext h3{

	margin-left: 0;

	margin-right: 80px;

}

.next01 a span{

	display: block;

	position: absolute;

	width: 34px;

	height: 34px;

	left: 20px;

	top: calc(50% - 17px);

	border: 1px solid #fff;

	background: url("/temp/temp/53/53-0018/201904181033/images/go03.png") no-repeat center center;

	transition: 0.3s;

	box-sizing: border-box;

	background-size: 16px;

}

.next01 a:hover span{

	border-color: #777;

}

.next01 a.nnext span{

	background: url("/temp/temp/53/53-0018/201904181033/images/go04.png") no-repeat center center;

	background-size: 16px;

	left: inherit;

	right: 20px;

}









/*è§†é¢‘å±•ç¤ºåˆ—è¡¨é¡µ---------------------------------------------------------------------*/

.lvideo .lsp li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.lvideo .lsp li a{

	display: block;

	position: relative;

	width: 100%;

	overflow: hidden;

}

.lvideo .lsp li div{

	width: 100%;

	overflow: hidden;

	position: relative;

}

.lvideo .lsp li div img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.lvideo .lsp li:hover img{

	transform: scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.lvideo .lsp li h3{

	color: #666;

	font-size: 15px;

	margin-top: 15px;

}

.lvideo .lsp li p{

	color: #999;

	font-size: 12px;

	line-height: 18px;

}

.lvideo .lsp li div span{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

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

	background-size: 56px;

	transition: 0.3s;

	opacity: 0;

}

.lvideo .lsp li:hover div span{

	opacity: 1;

	background: rgba(0,0,0,0.50) url("/temp/temp/53/53-0018/201904181033/images/play.png") no-repeat center;

}



/*å“ç‰Œå±•ç¤ºåˆ—è¡¨é¡µ-------------------------------------------------------------------------*/

.lvideo .ltitle{

	margin-bottom: 60px;

}

.lvideo .brand{

	margin-top: 0;

	padding-bottom: 0;

	border: none;

}





/*å…³äºŽæˆ‘ä»¬é¡µé¢----------------------------------------------------------------------------*/

.labout{

	margin-top: 100px;

	margin-bottom: 160px;

	max-width: 100%;

	height: auto;

	overflow: hidden;

}

.labout .lab01 .lab01t{

	width: 100%;

	margin-top: 40px;

}

.labout .lab01 .lab01t div{

	float: left;

	width: 40%;

	margin-top: 40px;

}

.labout .lab01 .lab01t div img{

	width: auto;

}

.labout .bigimg{

	overflow: hidden;

	height: auto;

	margin-top: 0;

	width: 50%;

}

.labout .lab01 .lab01t .bigimg{

	float: right;

}

.labout .bigimg img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.labout .bigimg:hover img{

	transform: scale(1.06);

}

.labout p.abt{

	color: #777;

	line-height: 30px;

	font-size: 14px;

	letter-spacing:1px;

	margin-top: 30px;

	font-family: "å¾®è½¯é›…é»‘";

}

.lab02{

	margin-top: 100px;

}

.lab02 .bigimg{

	float: left;

	width: 38%;

}

.lab02 ul{

	float: right;

	width: 50%;

	margin-top: 30px;

}

.lab02 ul li img{

	float: none;

	width: auto;

}

.lab02 ul li:last-child{

	padding-top: 70px;

	margin-top: 70px;

	border-top: 1px solid #eee;

}

.lab03{

	background: #f8f8f8;

	padding-top: 50px;

	padding-bottom: 120px;

	margin-top: 60px;

}

.lab03 .ab031 img{

	width: 100%;

	height: auto;

	margin-bottom: 20px;

}

.lab03 .ab032 .bigimg{

	width: 50%;

	float: left;

}

.lab03 p.abt{

	float: right;

	width: 42%;

	margin-top: 85px;

}

.lab04{

	margin-top: 140px;

}

.lab04 .ab042{

	margin-top: 60px;

}

.lab04 .ab042 p.abt{

	float: left;

	width: 42%;

	margin-top: 60px;

}

.lab04 .ab042 .bigimg{

	float: right;

	width: 50%;

}

.lab05{

	width: 100%;

	height: 600px;

	overflow: hidden;

	background: url("/temp/temp/53/53-0018/201904181033/images/csrbg.png") no-repeat center;

	margin: 140px auto;

}

.lab05 .lab05t{

	background: #fff;

	width: 280px;

	padding: 110px 80px;

}

.lab05 .lab05t h3{

	color: #777;

	font-size: 14px;

	margin-top: 50px;

	margin-bottom: 60px;

}

.lab05 .lab05t a{

	display: block;

	width: 210px;

	line-height: 50px;

	height: 50px;

	border: 1px solid #ccc;

	box-sizing: border-box;

	text-align: center;

	color: #333;

	font-size: 14px;

	transition: 0.3s;

}

.lab05 .lab05t a:hover{

	color: #fff;

	background: #333;

	border-color: #333;

}

.lab06 .lab06tit img{

	width: 100%;

	height: auto;

	margin-bottom: 100px;

}

.lab06 .bigimg{

	float: left;

	width: 50%;

}

.lab06 .lab06tr{

	float: right;

	width: 42%;

}

.lab06 .lab06tr li{

	margin-bottom: 90px;

}

.lab06 .lab06tr li.ttt{

	margin-bottom: 50px;

}

.lab07{

	background: #f8f8f8;

    padding-top: 50px;

    padding-bottom: 120px;

    margin-top: 60px;

}

.lab07 .lab07tit img,.lab08 .lab08tit img{

	width: 100%;

	height: auto;

}

.lab07 .plan01,.lab08 .effect01{

	margin-top: 100px;

}

.lab07 .plan01 li.t01{

	float: left;

	width: 32%;

    margin-top: 80px;

}

.lab07 .plan01 li.t02,.lab08 .effect01 li.t02,.lab08 .effect03 li.t02{

	float: right;

	width: 50%;

	overflow: hidden;

}

.lab07 .plan01 li.t02 img,.lab07 .plan02 li.t02 img

,.lab08 .effect01 li.t02 img,.lab08 .effect02 li.t02 img{

	width: 100%;

	height: auto;

}

.lab07 .plan02 {

	margin-top: 180px;

}

.lab07 .plan02 li.t01{

	float: right;

	width: 42%;

	margin-top: 80px;

}

.lab07 .bigimg,.lab08 .bigimg{

	width: 100%;

}

.lab07 .plan02 li.t02,.lab08 .effect02 li.t02{

	float: left;

	width: 50%;

}

.lab08{

	margin-top: 120px;

	margin-bottom: 160px;

}

.lab08 .effect01 li.t01,.lab08 .effect03 li.t01{

	float: left;

	width: 42%;

	margin-top: 40px;

}

.lab08 .effect02 li.t01{

	float: right;

	width: 42%;

	margin-top: 48px;

	text-align: right;

}

.lab08 .effect02 li.t01 p.abt{

	text-align: left;

}

.lab08 .effect02{

	margin: 160px auto;

}

.lab08 .effect03 li.t02 img{

	width: 100%;

	height: auto;

}

.lab08 .effect03 li.t02 div{

	text-align: right;

	width: 100%;

	margin-top: 20px;

}

.lab08 .effect03 li.t02 .img02 img{

	width: auto;

}

.lab09{

	margin-top: 180px;

}

.lab09tit{

	margin-bottom: 70px;

}

.lab09tit span{

	display: block;

	float: left;

	width: 168px;

	height: 102px;

	background: url("/temp/temp/53/53-0018/201904181033/images/brand.png") no-repeat center;

	background-size: 100%;

}

.lab09tit ul{

	float: right;

	margin-top: 70px;

}

.lab09tit ul li{

	float: left;

	margin-left: 50px;

}

.lab09tit ul li h3{

	font-size: 14px;

	color: #777;

	transition: 0.2s;

	cursor: pointer;

}

.lab09tit ul li h3:hover,.lab09tit ul li.a h3{

	color: #444;

	font-weight: bold;

}

.abbrand .history li.b01{

	width: 100%;

	float: left;

}

.abbrand .history li.b01 img{

	width: 100%;

	height: auto;

}

.abbrand .history li.b02{

	float: left;

	width: 28%;

	margin-right: 8%;

	margin-top: 60px;

}

.abbrand .history li.b02 h3{

	font-family: "Bookman Old Style";

	font-size: 22px;

	color: #4d4d4d;

}

.abbrand .history p.abt{

	margin-top: 15px;

}

.abbrand .history{

	display: none;

}

.abbrand .brand01{

	display: block;

}

.lab09tit .diy_edit_background{

	position: inherit;

}

.w960 .wp{

	width: 1188px !important;

}

.value{

	margin-top: 120px;

	text-align: center;

}

.value .jztit h1{

	font-size: 24px;

	color: #333;

}

.value .jztit h2{

	font-size: 14px;

	color: #bcbcbc;

	margin-bottom: 70px;

}

.value ul li{

	float: left;

	width: 33.333%;

	margin-bottom: 80px;

}

.value ul li img{

	width: 36px;

	height: auto;

	margin-bottom: 10px;

}

.value ul li h3{

	font-size: 18px;

	color: #222;

	margin-bottom: 20px;

}

.value ul li h4{

	font-size: 14px;

	color: #888;

}

























/*å…³äºŽæˆ‘ä»¬å†…å®¹é¡µ-----------------------------------------------------------------------------*/

.vabout{

	margin-bottom: 120px;

}

.vabtext{

	margin-bottom: 60px;

}

.vabtext h1{

	float: left;

	width: 80%;

}

.vabtext .pub01{

	float: right;

	width: 20%;

}









/*è”ç³»æˆ‘ä»¬é¡µé¢-----------------------------------------------------------------------*/

.lcontact{

	margin-top: 80px;

	margin-bottom: 120px;

	text-align: center;

}

.lcontact .lxtit{

	display: inline-block;

	margin-bottom: 60px;

	vertical-align: middle;

}

.lcontact .lxtit{

	*display: inline;

}

.lcontact .lxtit span{

	display: block;

	width: 46px;

	height: 46px;

	background: url("/temp/temp/53/53-0018/201904181033/images/lxtit.png") no-repeat center;

	background-size: 100%;

	margin: auto;

	margin-bottom: 5px;

}

.lcontact .lxtit h1{

	font-size: 26px;

	line-height: 46px;

	text-align: center;

}

.lcontact ul li{

	float: left;

	text-align: left;

	width: 43.5%;

	margin-right: 3%;

	margin-bottom: 3%;

	padding: 2.5%;

	background: #f8f8f8;

}

.lcontact ul li h3,.lcontact ul li h4{

	float: left;

	font-size: 16px;

	color: #61815c;

	margin-right: 20px;

	font-weight: bold;

}

.lcontact ul li h4{

	color: #aa8f64;

	margin: 0;

}

.lcontact ul li p{

	float: left;

	width: 100%;

}

.lcontact ul li h5{

	line-height: 40px;

	font-size: 14px;

	color: #777;

	border-bottom: 1px solid #ddd;

	width: 100%;

}





/*é¦–é¡µåŠ¨æ•ˆ*/



.fade_in_down{

	opacity: 0;

	transform: translateY(100px);

	-ms-transform:translateY(100px);

	-moz-transform:translateY(100px);

	-webkit-transform:translateY(100px);

	-o-transform:translateY(100px);

}

.fade_in_up{

	opacity: 1;

	transform: translateY(0);

	transform: translateX(0);

	transition: 1.5s;

}

.fade_in_down.quan03,.fade_in_down.abl{

	transform: translateY(0);

	transform: translateX(-100px);

	-ms-transform:translateX(-100px);

	-moz-transform:translateX(-100px);

	-webkit-transform:translateX(-100px);

	-o-transform:translateX(-100px);

}

.fade_in_down.quan03,.abr img.fade_in_down{

	transform: translateY(0);

	transform: translateX(100px);

	-ms-transform:translateX(100px);

	-moz-transform:translateX(100px);

	-webkit-transform:translateX(100px);

	-o-transform:translateX(100px);

}

.fade_in_up.works01,.fade_in_up.works02

,.fade_in_up.abl,.abr img.fade_in_up{

	transform: translateX(0);

	opacity: 1;

}























/*ä¸åŒå°ºå¯¸ä¸‹è°ƒæ•´-----------------------------------------------------------*/

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

	.nav_box .nav01 li,.nav_box.a .nav01 li{

		padding-left: 15px;

    	padding-right: 40px;

	}

	.nav_box .nav01,.nav_box.a .nav01 {

		margin-right: 60px;

	}

	.nav_box .logo,.nav_box.a .logo {

		margin-left: 60px;

	}

	.nav_box .nav01 li:last-child {

		padding-right: 0;

		background: #fff;

	}

	

	

}

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

	.swiper-slide{

		margin-bottom:40px;

	}

		a{

			color:#282828;

		}

			footer .fcontact .bg,

		footer{

			height:40px;

		}

		footer .fcontact .bg{

			background:#000 !important;

			opacity:1;

		}

		header .bg {

		  background-color: #155228;

		  height: 53px;

		  opacity:1;

		}

		header {

		  height:53px;

		}

		header h1 a {

		  line-height: 50px;

		  height: 50px;

		  margin-top:0;

		  font-size:0;

		  font-size:16px;

		}

		header h1 img {

		  height: 50px;

		  margin-left: 0;

		  margin-right: 0;

		}

		footer .fcontact .bg {

		   background-color: #155228;

		}

		.banner {

		  height: auto !important;

		}

		.banner .dots{

			display:block;

		}

		.banner .dots span{  

			width:7px;

			height:7px;

			border:1px solid #81c41d;

			border-radius:50%;

		}

		.banner .dots span.active{

			background-color:#81c41d;

			border:2px solid #fff;

		}

		.showphoto {

		  padding-top: 50px;

		  padding-bottom: 50px;

    	  border-bottom: 1px solid #F7F5F5;

		}

		.mbnews{

			padding-bottom: 50px;

    	  	border-bottom:1px solid #F7F5F5;

		}

		.tit{

			text-align:center;

		}

		.tit p {

		  font-size: 35px;

		 line-height:1;

		 color:#333;

		}

		.tit h2 {

		  font-size: 16px;

		  font-family: cursive;

		  color: #ccc;

		  margin-bottom: 10px;

		  line-height: 1;

		  margin-top: 10px;

		}

		.mr0{

			margin-right:0 !important;

		}

		.mbnews

		,.pinpai{

			margin-top:50px;

		}

		.mbnews ul li {

		  float: left;

		  width:100%;

		  margin-bottom: 10px;

		}

		.mbnews ul li a{

			display:block;

		}

		.mbnews ul li img {

		  width: 20%;

		  height: auto;

		  float: left;

		}

		.mbnews ul li div{

			float:right;

			width:76%;

		}

		.mbnews ul li h3 {

		  font-size: 16px;

		  line-height: 2em;

		  color: #000;

		  height: 32px;

		  overflow: hidden;

		}

		.mbnews ul li p {

		  line-height: 1.3em;

		  font-size: 14px;

		  color: #999;

		  height: 16px;

		  overflow: hidden;

		}

		.bank01 {

		  width: 100%;

		  margin-bottom:30px;

		  padding-bottom:20px;

		  border-bottom:1px solid #eee;

		}

		.showphoto ul {

		  width: 100%;

		}

		.showphoto ul li{

			width:32%;

			margin-right:2%;

			margin-bottom:2%;

			float:left;

		}

		.showphoto ul li:nth-child(3n){

			margin-right:0 !important;

		}

		.showphoto ul li h3{

			font-size:13px;

			text-align:center;

			line-height:30px;

		}

		.ban09 img{

			width:100%;

			height:auto;

			padding: 20px 0;

			border-top: 1px solid #ddd;

			border-bottom: 1px solid #ddd;

		}

		.mbmenu{

			text-align:center;

		}

		.mbmenu li{

			display:inline-block;

		}

		.mbmenu li{

			*display:inline;

		}

		.mbmenu li a {

		  display: block;

		  font-size: 16px;

		  padding: 10px 6px;

		  font-family: "Hinting";

		  font-weight: 500;

		}

		.mr0{

			margin-right:0 !important;

		}

		.otherlist{

			display:none;

		}

		.hxd-foot-copyright{

			font-size:14px !important;

		}

		.hxd-foot-copyright p a{

			color:#666;

		}

		.con09 a{

			display:block;

			width:49%;

			float:left;

			margin:0 ;

			height:40px;

		}

		article nav{

			clear:both;

		}

		article nav p {

		  float: left;

		  font-size: 13px;

		  padding: 1px 5px;

		  border: 1px solid #ccc;

		  width:45%;

		  white-space: nowrap;

		  text-overflow: ellipsis;

		  overflow: hidden;

		  display: block;

		}

		article nav p:nth-child(2){

			float:right;

		}

		.default-mod-article .hxd-foot-nav{

			margin-top: 100px;

		}

		.default-mobile-copyright2 {

			margin-bottom:50px;

		}

	.mbshow{

		padding-top:50px;

	}

	.mbshow li {

		margin-bottom:0px;

	}

	.mbshow li a{

		display:block;

		padding:19px 20px;

	}

	.mbshow li a img{

		width:100%;

		height:auto;

		border-radius:10px;

	}

	.mbshow li h3 {

		font-size: 18px;

		margin-top:7px;

		margin-bottom:5px;

		line-height:1;

	}

	.mbshow li p{

		color:#999;

		font-size:11px;

	}

	.mbshow li p em {

		float: left;

		font-style: normal;

		margin-right: 20px;

	}

	.mbshow li p span{

		display:block;

		float:left;

		padding-left:18px;

		background:url("/temp/temp/53/53-0018/201904181033/images/eyes.png") no-repeat center left;

		background-size:15px;

	}

	.mbshow li div{

		margin-top:10px;

		font-size:14px;

	}

	.mbshow li div span {

		display: block;

		float: left;

		padding-left: 25px;

		background:url("/temp/temp/53/53-0018/201904181033/images/logoico.png") no-repeat center left;

		background-size:20px;

		height:20px;

		line-height:20px;

		font-size:11px;

	}

	.mbshow li div em{

		float:right;

		color:#999;

		display:block;

		line-height:20px;

		font-style:normal;

		font-size:11px;

	}

	.insert-news{

		padding:15px 20px;

	}

	.mb-listnews h2 

	,.insert-news dt{

		font-weight: bold;

		color: #333;

		margin-bottom:25px;

		font-size:23px;

	}

	.mb-listnews li

	,.insert-news dd{

		margin-bottom:30px;

	}

	.insert-news dd{

		margin-top:30px;

		margin-bottom:0;

	}

	.mb-listnews li a

	,.insert-news dd a{

		display:block;

	}

	.mb-listnews li div

	,.insert-news dd div{

		float:left;

		width:47%;

	}

	.mb-listnews li div h3

	,.insert-news dd div h3{

		font-size:17px;

		line-height:1.3;

		color:#282828;

	}

	.mb-listnews li div em

	,.insert-news dd div em{

		display:block;

		padding-left:18px;

		font-style:normal;

		color:#999;

		font-size:12px;

		margin:5px 0;

		background:url("/temp/temp/53/53-0018/201904181033/images/eyes.png") no-repeat center left;

		background-size:15px;

	}

	.mb-listnews li div p

	,.insert-news dd div p {

		font-size: 10px;

		color:rgb(102, 102, 102);

		height: 26px;

		overflow: hidden;

		line-height: 1.3;

	}

	.mb-listnews li span

	,.insert-news dd span{

		display:block;

		float:right;

		width:47%;

	}

	.mb-listnews li span img

	,.insert-news dd span img{

		width:100%;

		height:auto;

		border-radius:5px;

	}

	.insert-news dd.d04 a {

		display: block;

		width: 100%;

		text-align: center;

		line-height: 37px;

		background: #eee;

		font-size: 12px;

		color: #61815c;

		border-radius:5px;

	}

	.mbnav {

		padding: 0;

		margin-bottom: 20px;

		position: fixed;

		width: 100%;

		border-bottom:1px solid #eee;

		background:#fff;

		left:0;

		top:0;

		z-index:10 !important;

	}

	#mobile-nav{

		top:50px !important;

	}

	.mbnav ul{

		width:100%;

		float:left;

		padding:14px 0;

	}

	.mbnav01 li{

		float:left;

		text-align:center;

	}

	.mbnav01 li a{ 

		display:block;

		font-size:14px;

		color:#999;

		padding-top:0 !important;

		padding-bottom:0 !important;

	}

	.nav-click{

		color:#999;

		width:35px !important;

		right:0 !important;

		margin-top:-10px !important;

		background:url("/temp/temp/53/53-0018/201904181033/images/mbmenu.png") no-repeat left center !important;

		height:20px !important;

		font-size:0 !important;

	}

	.nav-click .action-r

	,.nav-click .action-l{

		height:20px !important;

	}

	.default-mobile-page{

		margin: 10px !important;

	}

	.mbftnav{

		position:fixed;

		background:#fff;

		width:100%;

		left:0;

		bottom:0;

		padding:7px 0;

		padding-bottom:6px;

		border-top:1px solid #ddd;

	}

	.mbftnav li{

		float:left;

		width:20%;

	}

	.mbftnav li a{

		display:block;

		text-align:center;

	}

	.mbftnav li a img{

		width:23px;

		height:auto;

	}

	.mbftnav li a h3{

		font-size:10px;

		margin-top:5px;

		line-height:1;

	}

	.mbftnav li.f03 img {

		width:35px;

		height: auto;

		margin-top: 2px;

	}

	.mb-viewnews .mbcover{

		position:relative;

	}

	.mb-viewnews .mbcover img{

	   width:100%;

	   height:auto;

	}

	.mbico02 {

		margin-top:15px;

		padding:0 20px;

	}

	.mbico02 span{

		display:block;

		background:url("/temp/temp/53/53-0018/201904181033/images/logoico.png") no-repeat center left;

		background-size:38px; 

		height:30px;

		font-size:14px;

		float:left;

		line-height:1.4;

		color:#282828;

		padding:5px 0;

		padding-left:45px;

	}

	.mbico02 span a{

		display:block;

		font-style:normal;

		font-size:10px;

		color:#999;

	}

	.mbico02 a.mbkf {

		display: block;

		float: right;

		width: 65px;

		height: 27px;

		line-height: 26px;

		background: #61815c;

		border-radius:5px;

		text-align: center;

		color: #fff;

		font-size: 12px;

		margin-top:5px;

	}

	.mbword h3{

		font-size:20px;

		color:#282828;

		font-weight:bold;

		margin:20px;

	}

	.mbword .mbww{

		color:#999;

		font-size:12px;

		margin-bottom:20px;

		padding:0 20px;

		padding-bottom: 20px;

    	border-bottom: 1px solid #eee;

	}

	.mbword .mbww span {

		float: right;

		padding-left: 18px;

		background:url("/temp/temp/53/53-0018/201904181033/images/eyes.png") no-repeat center left;

		background-size:15px;

	}

	.mbfanye p{

		font-size:14px;

	}

	.mbfanye p a{

		color:#999;

	}

	.mb-listnews{

		padding:0 10px;

		padding-top:70px;

	}

	.mb-viewnews .mb-listnews{

		padding:20px;

		border-top:2px solid #eee;

		margin-top:30px; 

		padding-bottom:0;

	}

	.mbbanner

	,.bannerbg{

		height:100%;

		overflow:hidden;

		position:fixed;

		top:0;

		left:0;

		width:100%;

	}

	.bannerbg{

		background:url("/temp/temp/53/53-0018/201904181033/images/banbg.jpg") no-repeat center center;

		background-size:cover;

	}

	.bannerbg #form1 {

		text-align: center;

		width: 40px;

		height: 40px;

		position: absolute;

		background:rgba(251, 251, 251, 0.6);

		margin-top: -20px;

		font-size: 14px;

		color: #666;

		line-height: 40px;

		border-radius: 50px;

		right: 10px;

		top: 30px;

	}

	.bannerbg #form1 div{

		font-weight:bold;

		color:#aaa;

		font-size:12px;

	}

	#mobile-nav{

		background-color: #f5f5f5;

	}

	#mobile-nav h3{

		color:#61815c;

	}

	.default-mobile-nav-menu li a {

		border-bottom: 1px solid #ddd;

		border-top:none;

		color: #282828;

		font-size:13px;

	}

	.about{

		margin-top:70px !important;

	} 

	.bank01{

		margin-top:50px;

	}

	.mbview .mbfh{

		display:block;

		width:47px;

		height:47px;

		line-height:47px;

		text-align:center;

		color:#282828;

		float:left;

		font-size:20px;

	}

	.mbview{

		position:fixed;

		width:100%;

		height:47px;

		left:0;

		top:0;

		z-index:2;

	}

	.mbview.a{

		background:#fff;

	}

	.mbview .mbtoplogo{

		width:120px;

		position:absolute;

		left:50%;

		margin-left:-60px;

		top:0;

		line-height:47px;

		font-size:14px;

		display:none;

	}

	.mbview .mbtoplogo img{

		width:20px;

		height:auto;

	}

	.mbview.a .mbtoplogo{

		display:block;

	}

	

	

	.vabout .article h2{

		width: 100% !important;

	}

	.vabtit{

		margin-top: 80px;

	}

	.mlvideo li span{

		width: 100%;

		float: inherit;

		margin-bottom: 10px;

	}

	.mlvideo li div{

		float: inherit;

		width: 100%;

	}

	.mlvideo li div h3{

		float: left;

		width: 90%;

	}

	.mlvideo li div em{

		float: right;

	}

	.mlvideo li div p{

		float: left;

		width: 100%;

	}

	.brand ul li{

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

	}

	.brand ul li h3{

		font-size: 14px;

		color: #333;

		margin-top: 10px;

		line-height: 16px;

	}

	.lvideo{

		margin-top: 100px;

		margin-bottom: 40px;

	}

	.vabout .mbcover img{

		width: 100%;

    	height: auto;

	}

	.vabtit{

		margin-top: 0;

	}

	.default-mobile-nav-menu li ul{

		float: inherit !important;

		padding: 0;

		background: #eaeaea;

	}

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

		color: #666;

	}

	.brand ul li:hover h3{

		margin-left: 0;

	}

	

	/*å…³äºŽæˆ‘ä»¬é¡µé¢*/

	.labban{

		width: 100%;

		margin-bottom: 60px;

	}

	.labban img{

		width: 100%;

		height: auto;

	}

	.labout{

		margin-top: 50px;

		margin-bottom: 100px;

	}

	.labout img{

		max-width: none !important;

	}

	.labout .wp{

		padding: 0 25px;

	}

	.lab01 .labtit img{

		height: 80px;

		width: auto;

	}

	.labout .lab01 .lab01t{

		margin-top: 0;

	}

	.labout .lab01 .lab01t div img{

		height: 16px;

	}

	.labout p.abt{

		line-height: 21px;

		font-size: 13px;

		margin-top: 20px;

		color: #333;

	}

	.labout .lab01 .lab01t div{

		width: 100%;

	}

	.labout .lab01 .lab01t .bigimg{

		margin-top: 30px;

	}

	.labout .lab01 .lab01t .bigimg img{

		width: 100%;

		height: auto;

	}

	.lab02 .bigimg{

		display: none;

	}

	.lab02 ul{

		float: none;

		width:100%;

	}

	.lab02 ul li img{

		height: 16px;

	}

	.lab02 ul li:last-child{

		padding-top: 30px;

    	margin-top: 30px;

	}

	.lab02 {

		margin-top: 60px;

	}

	.lab03 .ab031 img{

		width: auto;

		height: 80px;

		float: right;

	}

	.lab03 p.abt,.lab04 .ab042 p.abt,.lab06 .lab06tr{

		float: none;

		width: 100%;

	}

	.lab03 .ab032 .bigimg,.lab04 .ab042 .bigimg,.lab06 .bigimg{

		width: 100%;

		float: none;

		margin-top: 30px;

	}

	.lab03{

		padding-bottom: 60px;

	}

	.lab04 .ab041 img{

		width: auto;

		height: 80px;

	}

	.lab04 .ab042{

		margin-top: 0;

	}

	.lab04 .ab042 p.abt{

		margin-top: 40px;

	}

	.lab04 {

		margin-top: 60px;

	}

	.lab05 .lab05t{

		width: 220px;

   		padding: 50px 40px;

	}

	.lab05 .lab05t h3{

		margin-top: 30px;

    	margin-bottom: 40px;

	}

	.lab05 .lab05t a{

		width: 180px;

		line-height: 42px;

		height: 42px;

		font-size: 12px;

		color: #fff;

		background: #333;

		border-color: #333;

	}

	.lab05 .lab05t img{

		width: 100px;

		height: auto;

	}

	.lab05{

		height: 410px;

		margin: 80px auto;

	}

	.lab06 .lab06tit img{

		float: right;

		height: 72px;

		width: auto;

		margin-bottom: 20px;

	}

	.lab06 .lab06tr li{

		margin-bottom: 50px;

	}

	.lab06 .lab06tr li.ttt {

		margin-bottom: 40px;

	}

	.lab06 .lab06tr li.ttt img{

		height: 16px;

		width: auto;

	}

	.lab07 .lab07tit img{

		height: 71px;

		width: auto;

	}

	 .lab08 .lab08tit img{

		float: right;

		height: 80px;

		width: auto;

	}

	.lab07 .plan01{

		margin-top: 60px;

	}

	.lab07 .plan01 li.t01{

		float: none;

		width: 100%;

		margin-top: 60px;

	}

	.lab07 .plan01 li.t01 img{

		height: 16px;

		width: auto;

	}

	.lab07 .plan01 li.t02, .lab08 .effect01 li.t02, .lab08 .effect03 li.t02{

		float: none;

		width: 100%;

		margin-top: 30px;

	}

	.lab07 .plan02 li.t02, .lab08 .effect02 li.t02{

		float: right;

		width: 100%;

		margin-top: 30px;

	}

	.lab07 .plan02 li.t01,.lab08 .effect02 li.t01{

		float: left;

		width: 100%;

	}

	.lab07 .plan02 li.t01{

		margin-top: 0;

	}

	.lab07 .plan02{

		margin-top: 60px;

	}

	.lab07 .plan02 li.t01 img{

		height: 16px;

		width: auto;

	}

	.lab07{

		padding-bottom: 80px;

	}

	.lab08 {

		margin-top: 70px;

		margin-bottom: 100px;

	}

	.lab08 .effect01 li.t01 img,.lab08 .effect02 li.t01 img,.lab08 .effect03 li.t01 img{

		height: 34px;

		width: auto;

	}

	.lab08 .effect01 li.t01, .lab08 .effect03 li.t01{

		width: 100%;

		float: none;

	}

	.lab08 .effect01{

		margin-top: 20px;

	}

	.lab08 .effect02{

		margin-top: 20px;

		margin-bottom: 80px;

	}

	.lab08 .effect03 li.t02 div{

		margin-top: 0;

	}

	.lab08 .effect03 li.t02 .img02 img{

		width: 130px;

		margin-top: 15px;

	}

	.lab09 {

		margin-top: 40px;

	}

	.lab09tit span{

		width: 130px;

    	height: 80px;

		float: none;

	}

	.lab09tit ul {

		margin-top: 45px;

		float: none;

		padding: 10px;

		border-bottom: 1px solid #eee;

		border-top: 1px solid #eee;

	}

	.lab09tit ul li{

		margin: 5px auto;

		margin-right: 30px;

	}

	.lab09tit ul li h3{

		font-size: 12px;

	}

	.lab09tit{

		margin-bottom: 0;

	}

	.abbrand .history li.b01{

		max-width: 100%;

    	overflow: hidden;

		zoom: 1;

		margin-top: 5px;

	}

	.abbrand .history li.b01 img {

		width: 1000px;

		height: auto;

		float: right;

	}

	.abbrand .history li.b02{

		width: 100%;

		margin-right: 0;

		margin-top: 0;

		padding: 30px 0;

		border-bottom: 1px solid #eee;

	}

	.abbrand .history li:last-child{

		border: none;

	}

	.abbrand .history li.b02 h3{

		font-size: 16px;

	}

	.abbrand .history p.abt{

		margin-top: 10px;

	}

	.value{

		margin-top: 60px;

	}

	.value .jztit h1{

		font-size: 22px;

    	font-weight: bold;

	}

	.value .jztit h2 {

		font-size: 13px;

		color: #999;

		margin-bottom: 50px;

		margin-top: 8px;

	}

	.value ul li{

		width: 50%;

		margin-bottom: 60px;

		text-align: center;

	}

	.value02 ul li img{

		width: 100%;

		height: auto;

	}

	.value ul li h3{

		font-size: 15px;

		margin-bottom: 10px;

	}

	.value ul li h4{

		font-size: 12px;

	}

	.mbkefu{

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

		background-size: 20px;

		width: 45px;

		height: 45px;

		border-radius: 50%;

		position: fixed;

		z-index: 11;

		right: 10px;

		bottom: 70px;

	}

	

	

	

	

	

	

}



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

	.lcontact ul li{

		width: 95%;

		margin: auto;

		margin-bottom: 40px;

	}

	.brand ul li span{

		display: none;

	}

	

	

	

	

}



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

		.tit h2 {

		  font-size: 14px;

		}

		.tit p {

		  font-size: 16px;

		}

		

		.showphoto {

		  padding-top: 30px;

		  padding-bottom: 30px;

		}

		.mbnews{

			padding-bottom: 30px;

		}

		.mbnews

		,.pinpai{

			margin-top:30px;

		}

		.bank01 li 

		,.bank01 li:nth-child(3){

		  width: 49%;

		  margin-right: 2%  !important;

		  margin-bottom: 2%;

		}

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

			margin-right:0 !important;

		}

		.hxd-foot-nav &gt; li a{

			font-size:14px !important;

		}

		.about p {

		  padding: 10px 10px !important;

		  color:#282828;

		}

		.scrr{

			background-size: 100px;

		}

		.mbshow li{

			padding-top:0;

		}

		.newstit a{

			width:116px;

		}

		.news-r .news09 li a {

			line-height: 40px;

		}

		

	

	

	.vabout .article h2{

		font-size: 16px !important;

	}

	.vabtit li{

		width: 20%;

	}

	.vabtit li a{

		padding: 8px 0;

	}

	.vabout p.vabwt{

		width: 92%;

		line-height: 22px;

		font-size: 16px;

		padding: 4%;

	}

	.vabout{

		margin-bottom: 60px;

	}

	.lcontact ul li{

		padding: 20px;

		width: calc(100% - 40px);

		margin-bottom: 20px;

	}

	.lcontact ul li h5{

		font-size: 12px;

		line-height: 20px;

		padding: 10px 0;

		float: left;

	}

	.lcontact ul li h3, .lcontact ul li h4{

		font-size: 14px;

	}

	.lcontact .lxtit h1{

		font-size: 17px;

		font-weight: bold;

	}

	.lcontact .lxtit{

		margin-bottom: 20px;

	}

	.lcontact{

		margin-bottom: 40px;

	}

	

	

	.abbrand .history li.b01 img{

		width: 680px;

		height: auto;

	}

	

	

	

	

	

	

}







article a {

    color: #81C41D !important;

}

.default-moblie-news-list li .box h4{

	font-size:1.2em !important;

}

.default-moblie-news-list li .box .info,

.default-moblie-news-list li .box .info a{

	font-size:12px !important;

}

.default-moblie-news-list li .box .more,

.default-moblie-news-list li .box p{

	font-size:14px !important;

}

.default-moblie-news-list li .box p{

    height: 35px;

    overflow: hidden;

}

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

	background-color: #dedede !important;

	font-size:12px !important;

	text-align: center;

}






































</pre></body></html>