/*!

 * 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("../fonts/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("../fonts/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;
 }
 .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("../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(../images/load.gif);
   height: 100px;
   margin-top: -100px;
   position: relative;
 }
 /*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“*/
 
 #videoTab #upload, #videoTab .tabhead span {
   display: none;
 }
 /*ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦*/
 
 .ueditor_baidumap {
   width: 700px;
 }
 /*ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â®*/
 
 .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;
 }
 .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: 110px;
   white-space: nowrap;
   float: left;
 }
 .default-pc-nav-menu ul {
   display: none;
   position: absolute;
   z-index: 2;
 }
 .default-pc-nav-menu > li > ul {
   top: 100%;
   left: 50%;
   /* margin-left: -180px; */
 }
 .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: 100%;
   line-height: 2;
   color: #666;
   font-size: 16px;
 }
 .default-pc-copyright a {
   color: #FFD400;
   font-size: 12px;
 }
 .default-pc-copyright span {
   display: inline-block;
   white-space: nowrap;
   /* margin-right: 10px; */
   text-align: center;
   width: 100%;
 }
 /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¸Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â®*/
 
 .default-pc-button-publish {
   padding-left: 21px;
   background: no-repeat url("../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("../images/address.png");
 }
 .default-pc-contactcard .tel {
   background-image: url("../images/mobile.png");
 }
 .default-pc-contactcard .email {
   background-image: url("../images/email.png");
 }
 .default-pc-contactcard .fax {
   background-image: url("../images/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(../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;
 }
 .header {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   background-color: rgba(0, 0, 0, 0.1);
 }
 .logo {
   margin-top: 20px;
   margin-left: 40px;
 }
 .logo img {
   max-height: 90px;
 }
 .menu {
   margin-top: 40px;
   margin-right: 100px;
 }
 .menu li a {
   display: block;
   width: 110px;
   font-size: 18px;
   color: #DBB86B;
   text-align: center;
 }
 .menu li ul {
   background-color: rgba(177, 139, 64, 0.4);
   padding: 5px 0;
 }
 .menu li:hover a, .menu li.a a {
   color: #fff;
   font-size: 18px;
 }
 .menu li:hover li a, .menu li.a li a {
   font-size: 14px;
 }
 .menu li li a {
   color: #D3B167;
   line-height: 25px;
 }
 .menu li li:hover a {
   color: #fff;
   background: rgba(177, 139, 64, 0.6);
 }
 .banner {
   position: relative;
   max-height: 850px;
   overflow: hidden;
 }
 .banner .prev, .banner .next {
   width: 100px;
   height: 100px;
   font-size: 0;
   opacity: .3;
 }
 .banner .prev {
   background: url("../images/prev.png") no-repeat center center;
 }
 .banner .next {
   background: url("../images/next.png") no-repeat center center;
 }
 .about {
   margin-top: -50px;
   position: relative;
 }
 .about img {
   width: 35%;
   height: auto;
   float: left;
 }
 .about-r {
   width: 60%;
   margin-top: 130px;
 }
 .w960 .about-r {
   margin-top: 70px;
 }
 .about-r h3 {
   height: 90px;
   font-size: 27px;
   line-height: 90px;
   color: #333;
   background: url("../images/bg02.png") no-repeat center right;
 }
 .w960 .about-r h3 {
   background-size: 150%;
 }
 .about-r h3 strong {
   text-transform: uppercase;
   margin-left: 24px;
   color: #D0AE64;
   font-size: 30px;
 }
 .about-r div {
   line-height: 2em;
   font-size: 14px;
   color: #666;
   margin-top: 40px;
   height: 134px;
   overflow: hidden;
 }
 .w960 .about-r div {
   margin-top: 11px;
   line-height: 1.9;
 }
 .about-r .more02 {
   top: 160px;
   right: 30px;
   background: none;
 }
 .w960 .about-r .more02 {
   top: 99px;
   right: 46px;
   background: none;
 }
 .more01 {
   width: 100px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: #CFAD63;
   display: block;
   color: #fff;
   font-size: 14px;
   margin-top: 48px;
 }
 .more01:hover {
   background: #ff9800;
 }
 .more02 {
   display: block;
   width: 80px;
   height: 30px;
   top: 34px;
   right: 0;
   border-radius: 3px;
   position: absolute;
   z-index: 1;
   background: url("../images/7.png") no-repeat center center;
 }
 .more02:hover {
   opacity: .6;
 }
 .news {
   padding: 70px 0;
   margin: 70px 0 0;
   background: url("../images/bg04.jpg") no-repeat center top;
 }
 
  .news_box{margin-top: 90px;}
  .news_box .tit{}
  .news_box .tit h3{background: url("../images/2.png") no-repeat center center;color: #d5b069;}
	.news_box .tit h3 a{display: inline-block;float: right;background: url("../images/8.png") no-repeat center right;}
  .news_box .tit strong{color: #d6b069;}
	.news_box .newbox_con{
    margin-top: 60px;
}
	.news_box .newbox_con .newsdiv{}
	.news_box .newbox_con .newsdiv .bd{}
	.news_box .newbox_con .newsdiv .bd li{}
	.news_box .newbox_con .newsdiv .bd li .news_l{
    width: 60%;
    float: left;
    box-sizing: border-box;
}
	.news_box .newbox_con .newsdiv .bd li .js-video{}
	.news_box .newbox_con .newsdiv .bd li .news_r{
    float: right;
    width: 35%;
}
	.news_box .newbox_con .newsdiv .bd li .news_r b{
    display: block;
    font-size: 24px;
    font-weight: normal;
}
	.news_box .newbox_con .newsdiv .bd li .news_r p{
    font-size: 16px;
    margin-top: 30px;
    text-indent: 2em;
}
	.news_box .newbox_con .newsdiv .bd li .news_r a{
    display: inline-block;
    margin-top: 30px;
    background: #D5AD67;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
}
	.news_box .newbox_con .newsdiv{
    position: relative;
}
		.news_box .newbox_con .newsdiv .prev,.news_box .newbox_con .newsdiv .next{background: rgba(0,0,0, .5);position: absolute;top: 50%;width: 60px;height: 60px;display: block;margin-top: -30px;z-index: 99;}
	.news_box .newbox_con .newsdiv .prev{left: 60%;margin-left: -60px;background: url(/skin/images/rightban.png) no-repeat center #000;background-size: 60%;}
	.news_box .newbox_con .newsdiv .next{left: 0;background: url(/skin/images/leftban.png) no-repeat center #000;background-size: 60%;}
	
	.js-video {
	  position: relative;
	  margin: 0 auto;
	  background: #fff;
	}
	
	/*********************
	 * Elements inside js-video
	 *********************/
	video {
	  max-width: 100%;
	  max-height: 70vh;
	  background-size: cover;
	  background-position: center center;
	  object-fit: cover;
	  height: 390px;
	}
	
	.js-video button {
	  -moz-appearance: none;
	  -webkit-appearance: none;
	}
	
	/*********************
	 * UI
	 *********************/
	.playPause.ui-icon {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.playPause.ui-icon:before, .playPause.ui-icon:after {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	}
	.playPause.ui-icon:after {
	  content: '';
	  width: 80px;
	  height: 80px;
	  margin: -40px 0 0 -40px;
	  background: url(/skin/images/vbtn.png) no-repeat center;
	  background-size: 100%;
	  border-radius: 10px;
	}
	.playPause.ui-icon:before {
	  font-size: 40px;
	  line-height: 80px;
	  color: rgba(244, 209, 126, 0.5);
	  z-index: 2;
	  top: 50%;
	  left: 50%;
	  margin: -40px 0 0 -14px;
	}
	.playPause.ui-icon.fa-pause:before, .playPause.ui-icon.fa-undo:before {
	  margin-left: -17px;
	}
	.playPause.ui-icon.fa-pause {
	  opacity: 0;
	}
	
	
	
 .tit {
   height: 90px;
   position: relative;
   text-align: center;
   background: url("../images/4.png") no-repeat center left;
 }
 .w960 .tit strong {
   margin-left: 10px;
 }
 .tit span, .field .tit span {
   display: block;
   position: absolute;
   width: 375px;
   height: 38px;
   right: 0;
   top: 28px;
   background: url("../images/6.png") no-repeat center right;
 }
 .tit .more02 {
   position: absolute;
   right: 0;
   top: 32px;
 }
 .tit h3 {
   line-height: 90px;
   font-size: 25px;
   color: #fff;
   text-align: center;
   display: inline-block;
   background: url("../images/5.png") no-repeat center center;
 }
 .tit h3 {
  *display:inline;
 }
 .tit strong {
   text-transform: uppercase;
   margin-left: 6px;
 }
 .news ul {
   margin-top: 50px;
 }
 .news li {
   float: left;
   width: 25%;
   background: #fff;
 }
 .news li a {
   display: block;
   padding: 40px;
   border-right: 1px solid #CFAD63;
 }
 .w960 .news li a {
   padding: 30px;
 }
 .news li a h3 {
   font-size: 20px;
   font-weight: bold;
   height: 60px;
   overflow: hidden;
   margin: 15px 0;
 }
 .news li strong {
   font-weight: normal;
   font-size: 14px;
   color: #CFAD63;
 }
 .news li em {
   font-style: normal;
   color: #CFAD63;
   font-size: 14px;
 }
 .news li p {
   line-height: 20px;
   font-size: 12px;
   height: 80px;
   overflow: hidden;
   margin: 25px 0;
   padding-top: 25px;
   border-top: 1px solid #eee;
 }
 .w960 .news li p {
   line-height: 1.3em;
   height: 60px;
   margin: 20px 0;
   padding-top: 20px;
 }
 .news li span {
   display: block;
   width: 80px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border: 1px solid #ddd;
   margin-top: 30px;
 }
 .news li:hover a h3 {
   color: #fff;
 }
 .news li:hover a p {
   color: #ccc;
 }
 .news li:hover {
   background: #333;
 }
 .news li:hover p {
   border-top: 1px solid #444;
 }
 .news li:hover span {
   background: #dabd83;
   border: 1px solid #FF9800;
 }
 .case {
 }
 .serlc{padding: 40px 0;}
 .case .tit, .team .tit ,.serlc .tit{
   background: url("../images/1.png") no-repeat center left;
 }
 .case .tit h3, .team .tit h3 ,.serlc .tit h3{
   color: #d5b069;
   background: url("../images/2.png") no-repeat center center;
 }
 .case .tit span, .team .tit span ,.serlc .tit span{
   background: url("../images/3.png") no-repeat center right;
 }
 .serlc .tit h3 a{color: #03a9f4;}
 .w960 .case .tit span, .w960 .team .tit span, .w960 .tit span, .w960 .field .tit span {
   display: none;
 }
 .case .more02, .team .more02 {
   background: url("../images/8.png") no-repeat center right;
 }
 /* .case ul {
   width: 725px;
   margin-top: 70px;
 }
 .w960 .cover01 {
   margin-top: 40px;
 }
 .w960 .case ul {
   width: 64%;
   margin-top: 40px;
 }
 .case ul li {
   margin-bottom: 20px;
 }
 .w960 .case ul li {
   margin-bottom: 9px;
 }
 .case ul li a {
   display: block;
 }
 .case ul li span {
   display: block;
   width: 240px;
   float: left;
 }
 .w960 .case ul li span {
   width: 200px;
 }
 .case ul li img {
   width: 100%;
   height: auto;
 }
 .case li div {
   width: 400px;
   float: left;
   padding: 38px 35px;
   border: 15px solid #eee;
   border-left: none;
   height: 72px;
   overflow: hidden;
   background: url("../images/bg06.png") no-repeat center right;
   background-position: 380px center;
 }
 .w960 .case li div {
   width: 50%;
   padding: 23px 35px;
 }
 .case li:hover div {
   background: url("../images/bg05.png") no-repeat center right;
   background-position: 380px center;
   border: 15px solid #03a9f4;
   border-left: none;
 }
 .case li div h3 {
   font-size: 18px;
   width: 70%;
   height: 42px;
   overflow: hidden;
   line-height: 1.2em;
   margin-top: 10px;
 }
 .case li em {
   font-style: normal;
   color: #999;
   font-family: "STXinwei", ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â, "Microsoft YaHei", ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“;
   letter-spacing: 5px;
 } */
 .cover01 {
   width: 36%;
   margin-top: 70px;
 }
 .cover01 a {
   display: block;
 }
 .cover01 img {
   width: 100%;
   height: auto;
 }
 .field {
   padding: 50px 0;
   margin: 70px 0;
   background: url("../images/bg08.jpg")repeat;
 }
 .field ul {
   margin: 70px 0;
 }
 .w960 .field ul {
   margin: 30px 0;
 }
 .field li {
   width: 25%;
   float: left;
   background: #162b926b;
 }
 .field li:hover {
   background: #333;
 }
 .field li ins {
   display: block;
   padding: 40px;
   text-decoration: none;
   color: #fff;
   border-right: 1px solid #D4AF68;
   min-height: 158px;
 }
 .field li em {
   display: block;
   width: 20px;
   margin-bottom: 10px;
   border-top: 2px solid #fff;
 }
 .field li h2 {
   font-size: 25px;
   font-weight: bold;
 }
 .field li a {
   color: #fff;
 }
 .field li h3 {
   text-transform: uppercase;
   font-size: 26px;
   font-weight: bold;
   line-height: 1;
   width: 68%;
 }
 .w960 .field li h3 {
   font-size: 23px;
 }
 .field li div {
   margin-top: 13px;
   padding-top: 40px;
   /* height: 120px; */
   overflow: hidden;
   background: url("../images/bg010.png")no-repeat top left;
 }
 .field li div a {
   display: block;
   width: 50%;
   float: left;
   color: #fff;
   line-height: 30px;
   font-size: 12px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 .field li div a:hover {
   color: #D6AE68;
 }
 .team .tit h3 {
   color: #d6b069;
 }
 .team ul {
   margin-top: 70px;
 }
 .w960 .team ul {
   margin-top: 40px;
 }
 .team li {
   float: left;
   width: 261px;
   margin-right: 48px;
 }
 .w960 .team li {
   width: 217px;
   margin-right: 30px;
 }
 .team01 .prev {
   /* left: -60px; */
   background-color: transparent;
   background: url(../images/prev.png) no-repeat center center;
   opacity: .5;
   color: #DBB66F;
 }
 .team01 .next {
   right: 48px;
   background-color: transparent;
   background: url(../images/next.png) no-repeat center center;
   opacity: .5;
   color: #DBB66F;
 }
 .w960 .team li a {
   height: 360px;
 }
 .team li a {
   display: block;
   text-align: center;
   height: 430px;
   overflow: hidden;
   border: 3px solid #eee;
 }
 .team li:hover a {
   border: 3px solid #EED89E;
 }
 .team li a img {
   width: 100%;
   height: auto;
 }
 .team li h3 {
   font-size: 20px;
   color: #444;
   padding: 25px 0;
 }
 .team li p {
   line-height: 1.6em;
   height: 75px;
   overflow: hidden;
   padding: 0px 20px;
   transition: all .5s;
 }
 .w960 .team li p {
   line-height: 1.2em;
   height: 40px;
   padding: 0px 15px;
 }
 .team li div {
   margin-top: -65%;
   position: relative;
   background: #fff;
   transition: all .5s;
   border-top: 3px solid #fff;
 }
 .team li:hover div {
   margin-top: 0;
   border-top: 3px solid #EED89E;
 }
 .team li span {
   display: block;
   width: 100px;
   height: 30px;
   line-height: 30px;
   border: 1px solid #ffc107;
   margin: 30px auto;
   background-color: #d3b167;
   color: #fff;
 }
 .recruit {
   padding: 50px 0;
   /* margin-top: 100px; */
   padding-bottom: 90px;
   background: url("../images/bg13.jpg")no-repeat center center;
   background-size: cover;
 }
 .recruit01 {
   margin-top: 50px;
 }
 .re02 span {
   display: block;
   width: 120px;
   height: 120px;
   float: left;
   margin-right: 1px;
   margin-top: 50px;
   background: url("../images/bg11.jpg")no-repeat center center #fff;
 }
 .re02 div {
   float: left;
   width: 275px;
   height: 369px;
   background: url("../images/bg12.jpg")no-repeat center center #fff;
 }
 .w960 .re02 div {
   width: 204px;
 }
 .re03 {
   width: 100%;
 }
 .re03 li {
   float: left;
   width: 100%;
   margin-left: 1%;
   background: #fff;
 }
 .re03 li:hover a {
   border: 3px solid #EED89E;
   background: rgb(0,0,0, .6);
   
 }
 .re03 li a {
   display: block;
   border: 3px solid #d3b167;
   padding: 20px;
   text-align: center;
   background: rgb(33 150 243 / 71%);
   color: #fff;
   transition: .3s;
 }
 .re03 li a h2 {
   font-size: 50px;
   padding-top: 20px;
   line-height: 1;
 }
 .re03 li:hover a h2, .re03 li:hover a h3 {
   color: #D2B16A;
 }
 .re03 li a h3 {
   font-size: 30px;
   margin-top: 5px;
 }
 .re03 li a em {
   display: block;
   width: 15px;
   border: 1px solid #ccc;
   margin: 30px auto;
 }
 .re03 li:hover a em {
   border: 1px solid #D2B16A;
 }
 .re03 li a p {
   color: #eee;
   line-height: 1.3em;
   height: 100px;
   overflow: hidden;
   font-size: 14px;
 }
 .re03 li a span {
   display: block;
   width: 100px;
   line-height: 30px;
   border: 1px solid #ccc;
   margin: 0 auto;
   margin-top: 50px;
   margin-bottom: 20px;
 }
 
 .recruit .tit_t{
     text-align: center;
     color: #fff;
 }
 .recruit .tit_t h2{
     font-size: 36px;
     font-weight: bold;
 }
 .recruit .tit_t p{
     font-size: 16px;
     padding: 10px 0;
 }
 .recruit .tit:after{display: block;content: "";position: absolute;left: 50%;top: 0;width: 90px;height: 100%;margin-left: -45px;background: url(/skin/images/vs.png) no-repeat center;}
 .recruit .tit{position:relative}
 .recruit .tit h3{width: 50%;background: #ED913A;box-sizing: border-box;float: left;}
 .recruit .tit h3.c3{background: #737373;font-family: KaiTi;}
 .recruit .re03 li{margin-left: 0;position: relative;}
 .recruit .re03 li:after{display: block;content: "";width: 1px;height: 82%;background: #fff;position: absolute;top: 15px;left: 50%;}
 .recruit .re03 li a{overflow: hidden;padding: 0;}
 .recruit .re03 li a em{margin: 10px auto;}
 .recruit .re03 li a div{width: 50%;float: left;padding: 10px 20px;box-sizing: border-box;}
 .recruit .re03 li a div p{min-height: 50px;height: auto;font-size: 16px;}
 .recruit .re03 li .ys_l{
     background: #ED913A;
 }
 .recruit .re03 li .ls_r{
     background: #737373;
     font-family: KaiTi;
 }
 .recruit .re03 li h3{
   line-height: 30px;
 }
 
 .recruit .re03 li:hover h3{color:#fff}
 .re03 li:hover a span {
   border: 1px solid #D9AC69;
   background-color: #D9AC69;
   color: #fff;
 }
 .footer {
   padding: 70px 0 0;
   background: #282828;
   margin-top: 100px;
 }
 .default-basescript-index .footer {
   margin-top: 0;
 }
 .foot01 {
   padding-left: 70px;
   background: url("../images/vvb4.jpg")no-repeat top left;
 }
 .foot01 h3 {
   font-size: 28px;
   color: #B28B3E;
   font-weight: bold;
 }
 .foot01 p {
   color: #AA903B;
   margin: 10px 0;
 }
 .foot01 p span {
   display: block;
   float: left;
   line-height: 30px;
   font-size: 16px;
 }
 .foot01 p em {
   display: block;
   width: 170px;
   line-height: 30px;
   background: #B18B40;
   color: #282828;
   float: left;
   text-align: center;
   font-style: normal;
   font-size: 26px;
   margin-left: 10px;
 }
 .foot01 img {
   margin-top: 20px;
 }
 .foot02 {
   float: left;
   margin-left: 70px;
   padding: 10px;
   border: 1px solid #444;
   width: 34%;
 }
 .w960 .foot02 {
   margin-left: 2%;
   width: 42%;
 }
 .foot02 span {
   border-right: 1px solid #555;
   width: 30px;
   display: block;
   float: left;
   color: #B18B40;
   margin-right: 14px;
   padding-right: 14px;
 }
 .foot02 p {
   font-size: 14px;
   color: #888;
   line-height: 2em;
 }
 .foot03 {
   width: 15%;
   margin-left: 5%;
 }
 .w960 .foot03 {
   margin-left: 3%;
 }
 .foot03 h3 {
   font-size: 20px;
   color: #B08D3B;
   font-weight: bold;
 }
 .foot03 em {
   color: #B08D3B;
   font-style: normal;
   display: block;
   margin-bottom: 6px;
 }
 .foot03 li {
   float: left;
   width: 50%;
 }
 .foot03 li a {
   display: block;
   line-height: 30px;
   font-size: 12px;
   color: #888;
 }
 .foot03 li:hover a {
   color: #B18B40;
 }
 .foot03 li a em {
   display: none;
 }
 .foot04 {
   width: 20%;
   text-align: center;
   border-left: 1px solid #555;
 }
 .foot04 p {
   color: #999;
   line-height: 3em;
 }
 .foot04 span {
   display: block;
   width: 138px;
   margin: 0 auto;
   color: #666;
   font-size: 12px;
 }
 .copy {
   margin-top: 30px;
   position: relative;
   border-top: 1px #444 solid;
   padding: 30px 0;
 }
 .default-pc-copyright {
 }
 .default-pc-copyright a {
   color: #B3903F;
 }
 .links {
   text-align: left;
   padding: 20px 0;
   font-size: 16px;
 }
 .links dd, .links dt {
   display: inline-block;
   float: none;
   color: #666;
   margin-right: 10px;
 }
 .links dd, .links dt {
  *display:inline;
 }
 .links dd a {
   font-size: 14px;
   color: #666;
 }
 .links dd a:hover {
   color: #B3903F;
 }
 .line01 {
   position: absolute;
   width: 78%;
   border-top: 1px solid #3A3838;
   top: 36px;
   right: 70px;
 }
 .w960 .line01 {
   width: 60%;
 }
 .top01 {
   position: absolute;
   width: 65px;
   height: 16px;
   line-height: 16px;
   font-size: 12px;
   border: 1px solid #B18B40;
   right: 0;
   top: 27px;
   color: #B18B40;
   text-align: center;
   cursor: pointer;
 }
 .lianxi {
   position: fixed;
   top: 50%;
   right: 30px;
 }
 .lianxi li {
   background: #d3b167;
   margin-bottom: 1px;
   position: relative;
 }
 .lianxi li.top a {
   background: url("../images/back.png")no-repeat;
 }
 .lianxi li.te03 a {
   background: url("../images/tel.png")no-repeat;
 }
 .lianxi li.zx a {
   background: url("../images/zixun.png")no-repeat;
 }
 .lianxi li.wx02 a {
   background: url("../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: #d3b167;
   text-align: center;
   font-size: 14px;
   overflow: hidden;
 }
 .lianxi li:hover p {
   width: 120px;
 }
 .lianxi li div {
   position: absolute;
   width: 140px;
   height: 154px;
   right: 53px;
   bottom: 0;
   display: none;
   transition: all .3s;
   background: url("../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;
 }
 /*--------------list-show--------*/
 
 .header01 {
   background: #D3B167;
   position: inherit;
 }
 .header01 .menu li a {
   color: #85671E;
 }
 .w960 .header01 .menu li a {
   padding: 0 15px;
 }
 .header01 .logo {
   margin-top: 5px;
   margin-left: 0;
 }
 .header01 .menu {
   margin-top: 0;
   margin-right: 0;
 }
 .header01 .menu li {
   border-right: 1px solid #D1AA54;
 }
 .header01 .menu li a {
   line-height: 94px;
   width: auto;
   padding: 0 20px;
 }
 .header .menu li ul {
   background-color: #B59143;
   width: 360px;
 }
 .header .menu li ul li {
   border: none;
 }
 .header .menu li ul li:hover a {
   color: #7D5D0F;
   background-color: #D3B167;
 }
 .header .menu li ul li a {
   line-height: 30px;
 }
 .header01 .menu li:hover a, .header01 .menu li.a a {
   background: #B59143;
   color: #fff;
   font-size: 14px;
 }
 .pox p, .pox p a {
   text-align: right;
   padding: 30px 0;
   color: #555;
 }
 .pox p a:hover {
   color: #85671E;
 }
 .list-left {
   width: 25%;
 }
 .list-left h3 {
   font-size: 20px;
   font-weight: bold;
   color: #fff;
   background: #333;
   line-height: 3;
   padding-left: 80px;
 }
 .list-left li {
   padding: 0 10px;
   background: #D3B167;
   border-top: 2px solid #E4C584;
 }
 .list-left li a {
   display: block;
   line-height: 40px;
   font-size: 14px;
   padding-left: 70px;
   color: #fff;
 }
 .w960 .list-left li a, .w960 .list-left h3 {
   padding-left: 30px;
 }
 .list-left li:hover, .list-left li.a {
   background: #856920;
 }
 .list-left li span {
   font-size: 12px;
   text-transform: uppercase;
   float: right;
   color: #EEE4C0;
 }
 .con01 {
   margin-top: 20px;
   border: 2px solid #F8F5F0;
 }
 .con01 h4 {
   color: #8F7737;
   font-size: 12px;
   text-align: center;
   line-height: 26px;
   background-color: #EEE4C0;
   letter-spacing: 16px;
 }
 .w960 .con01 h4 {
   letter-spacing: 12px;
 }
 .con01-1 {
   padding: 15px;
 }
 .con01-1 em {
   font-style: normal;
   font-size: 12px;
   color: #D3B167;
 }
 .con01-1 strong {
   display: block;
   width: 50px;
   font-size: 25px;
   line-height: 1.1;
   color: #333;
   margin: 7px 0;
 }
 .con01-1 span {
   display: block;
   width: 50px;
   height: 50px;
   background: url("../images/ttt.png")no-repeat center center;
 }
 .con01 ins {
   display: block;
   text-decoration: none;
   float: left;
   width: 60%;
   font-size: 27px;
   line-height: 1;
   font-weight: bold;
   color: #F1EBD5;
   margin-top: 15px;
   height: 131px;
   border-left: 1px solid #F1EBD5;
   padding-left: 20px;
   background: url("../images/tpb.png")no-repeat center bottom;
 }
 .w960 .con01 ins {
   font-size: 20px;
   width: 56%;
 }
 .list-right {
   width: 72%;
 }
 .list-right .case ul {
   width: 100%;
   margin-top: 0;
 }
 .list-right .case li div {
   width: 62%;
 }
 .w960 .list-right .case li div {
   width: 58%;
 }
 .case li div, .case li:hover div {
   background-position: 480px center;
 }
 .pub {
   text-align: right;
   margin-bottom: 10px;
 }
 .page {
   margin-top: 30px;
 }
 .page a.a, .page a:hover {
   background: #D3B167;
 }
 /*-----------list-news-------------------*/
 
 .list-news {
 }
 .list-news li {
   margin-bottom: 10px;
 }
 .list-news li:hover a {
   background: #D3B167;
   border: 1px solid #CCA34B;
 }
 .list-news li a {
   display: block;
   padding: 20px;
   border: 1px solid #eee;
 }
 .list-news li a h3 {
   width: 25%;
   float: left;
 }
 .list-news li a strong {
   display: block;
   font-size: 18px;
   height: 54px;
   overflow: hidden;
 }
 .list-news li a em {
   display: block;
   font-size: 14px;
   font-weight: normal;
   color: #C6A24C;
   font-style: normal;
 }
 .list-news li:hover a em {
   color: #856920;
 }
 .list-news li p {
   float: left;
   width: 55%;
   padding-left: 3%;
   margin-left: 3%;
   color: #666;
   border-left: 1px solid #eee;
 }
 .list-news li:hover p {
   color: #fff;
 }
 .list-news li span {
   display: block;
   float: right;
   width: 75px;
   line-height: 30px;
   border: 1px solid #eee;
   text-align: center;
   color: #C6A273;
   margin-top: 20px;
 }
 .list-news li:hover span {
   background: #333;
   border: 1px solid #333;
 }
 /*----------view-page-----------------*/
 
 
 
 .view-page h3 {
   font-size: 25px;
   padding-bottom: 10px;
 }
 .view-page .ww {
   color: #C6A24C;
   font-size: 12px;
 }
 .fanye p {
   font-size: 14px;
 }
 .fanye {
   padding: 20px 0;
   border-top: 1px solid #EEE4C0;
 }
 .fanye p a {
   color: #999;
 }
 .fanye p a:hover {
   color: #D3B167;
 }
 /*----------list-team------*/
 
 
 
 .list-right .team ul {
   margin-top: 0;
 }
 .list-right .team li {
   width: 32%;
   margin-right: 2%;
   margin-bottom: 2%;
 }
 .list-right .team li a {
   height: 445px;
 }
 .w960 .list-right .team li a {
   height: 375px;
 }
 .co01 {
   width: 100%;
   height: auto;
 }
 .list-right .team li p {
   line-height: 1.7em;
   height: 82px;
 }
 .w960 .list-right .team li p {
   line-height: 1.4em;
   height: 48px;
 }
 .list-right .team li:hover p {
   height: 0;
 }
 .team02 {
   position: relative;
   background: #eeeff1;
   box-shadow: 5px 5px 0 #ddd;
   padding: 10px;
 }
 .cover02 img {
   width: 100%;
   height: auto;
 }
 .box03 {
   position: absolute;
   right: 24%;
   top: 19%;
 }
 .w960 .box03 {
   right: 18%;
   top: 11%;
 }
 .box03 p {
   font-size: 15px;
   color: #666;
   line-height: 1.7;
 }
 .box03 h3 {
   font-size: 35px;
   font-weight: bold;
   color: #333;
 }
 .team03 {
   margin-top: 20px;
 }
 .fanhui a.fh02 {
   margin-right: 10px;
   float: right;
 }
 @media screen and (max-width:1400px) {
   .menu{
     margin-right: 50px;
   }
 }
  @media screen and (max-width:1024px) {
 .header {
   display: none;
 }
 .about-r {
   margin-top: 80px;
 }
 .about-r div {
   line-height: 1.5em;
   font-size: 12px;
   height: 110px;
 }
 .about-r h3 {
   background-size: 150%;
 }
 .tit, .team .tit, .case .tit {
   background-size: 100%;
 }
 .case ul {
   width: 62%;
 }
 .case ul li span {
   width: 30%;
 }
 .case li div {
   width: 60%;
   padding: 3%;
 }
 .mr0 {
   margin-right: 0 !important;
 }
 .team li p {
   font-size: 12px;
 }
 .re03 {
   width: 60%;
 }
 .re03 li a p {
   font-size: 12px;
   max-height: 63px;
   overflow: hidden;
 }
 }
  @media screen and (max-width:768px) {
 .about-r div {
   height: 73px;
   margin-top: 10px;
 }
 .more01 {
   margin-top: 11px;
 }
 .news li a {
   padding: 25px;
 }
 .case li em {
   letter-spacing: 3px;
 }
 .case li div {
   height: 46px;
 }
 .case li div h3 {
   font-size: 14px;
   height: 16px;
   margin-top: 5px;
 }
 .field li ins {
   padding: 15px;
 }
 .field li h3 {
   font-size: 20px;
 }
 .field ul {
   margin: 20px 0;
 }
 .team ul {
   margin-top: 30px;
 }
 .team li {
   width: 24%;
   margin-right: 1.32%;
 }
 .re02 div {
   width: 227px;
 }
 .re03 {
   width: 53%;
 }
 .re03 li a {
   padding: 18px 10px;
 }
 .re03 li a span {
   width: 66px;
   margin-top: 54px;
   font-size: 12px;
 }
 .recruit {
   margin-top: 0;
 }
 }
  @media screen and (max-width:480px) {
 .about {
   margin-top: 20px;
 }
 .about-r {
   width: 63%;
   margin-top: -10px;
 }
 .about-r h3 {
   height: 40px;
   font-size: 18px;
   line-height: 40px;
   background: none;
   overflow: hidden;
 }
 .about-r h3 strong {
   margin-left: 6px;
   font-size: 12px;
 }
 .news {
   padding: 20px 0;
   margin: 20px 0;
   background: #C69F64;
 }
 .tit {
   height: 50px;
   text-align: left;
 }
 .tit h3 {
   line-height: 50px;
   font-size: 20px;
   background: none;
 }
 .tit span, .field .tit span {
   display: none;
 }
 .case .tit h3, .team .tit h3 {
   background: none;
 }
 .tit .more02 {
   top: 10px;
 }
 .news ul {
   margin-top: 10px;
 }
 .news li {
   width: 100%;
   margin-bottom: 1px;
 }
 .news li em {
   font-size: 12px;
 }
 .news li a h3 {
   font-size: 18px;
   height: 25px;
   margin: 0;
 }
 .news li strong {
   font-size: 12px;
 }
 .news li a {
   padding: 15px;
 }
 .news li p {
   height: 40px;
   margin: 10px 0;
   padding-top: 10px;
 }
 .news li span {
   width: 70px;
   height: 23px;
   line-height: 23px;
   margin-top: 5px;
   font-size: 12px;
 }
 .case ul {
   width: 100%;
 }
 .case li div {
   border: none;
   height: 50px;
 }
 .case ul li a {
   border: 3px solid #eee;
 }
 .case li em {
   letter-spacing: 0;
   font-size: 10px;
 }
 .case li div h3 {
   font-size: 13px;
   height: 40px;
   margin-top: 3px;
   width: 100%;
 }
 .case ul li {
   margin-bottom: 6px;
 }
 .cover01 {
   display: none;
 }
 .case ul, .cover01 {
   margin-top: 10px;
 }
 .field {
   padding: 20px 0;
   margin: 20px 0;
 }
 .field li {
   width: 100%;
   margin-bottom: 1px;
 }
 .field li div {
   margin-top: 10px;
   height: 60px;
 }
 .field li div a {
   width: 33%;
   line-height: 20px;
   font-size: 12px;
 }
 .field li h2 {
   font-size: 20px;
 }
 .field li h3 {
   font-size: 18px;
 }
 .team li {
   width: 49%;
   margin-right: 2%;
   margin-bottom: 2%;
 }
 .team li h3 {
   padding: 10px 0;
 }
 .team li p {
   line-height: 1.3em;
   height: 58px;
   padding: 0px 10px;
 }
 .team li span {
   width: 80px;
   height: 20px;
   line-height: 20px;
   margin: 15px auto;
   font-size: 12px;
 }
 .team li a {
   height: 285px;
 }
 .re02 div, .re02 span {
   display: none;
 }
 .re03 {
   width: 100%;
 }
 .re03 li {
   width: 49%;
   margin-right: 2%;
   margin-bottom: 2%;
   margin-left: 0;
 }
 .re03 li:nth-child(2n) {
   margin-right: 0 !important;
 }
 .re03 li a {
   padding: 5px;
 }
 .recruit01 {
   margin-top: 10px;
 }
 .recruit {
   margin-top: 20px;
   padding: 20px 0;
   padding-bottom: 20px;
   background: #D7BA80;
 }
 .re03 li a h2 {
   font-size: 40px;
   padding-top: 7px;
 }
 .re03 li a h3 {
   font-size: 12px;
   margin-top: 5px
 }
 .re03 li a em {
   margin: 15px auto;
 }
 .re03 li a p {
   max-height: 60px;
   line-height: 1.3em;
 }
 .re03 li a span {
   width: 50px;
   margin-top: 15px;
   font-size: 12px;
   line-height: 20px;
   height: 20px;
   margin-bottom: 7px;
 }
 .more01 {
   width: 100%;
   height: 25px;
   line-height: 25px;
   font-size: 12px;
 }
 .tit, .team .tit, .case .tit {
   background: none;
 }
 .team ul {
   margin-top: 0px;
 }
 }
 
 .fnav{padding: 20px 0 0;overflow: hidden;}
 .fnav h3{font-size: 20px;color: #B08D3B;font-weight: bold;line-height: 50px;}
 .fnav em {
   color: #B08D3B;
   font-style: normal;
   display: block;
   margin-bottom: 6px;
 }
 .fnavtit{
   float: left;
 }
 .fnav ul{
   float: left;
   width: 90%;
   padding-left: 20px;
   box-sizing: border-box;
 }
 .fnav li {
   float: left;
   width: auto;
   padding-right: 20px;
 }
 .fnav li a {
   display: block;
   line-height: 50px;
   font-size: 16px;
   color: #888;
 }
 .fnav li:hover a {
   color: #B18B40;
 }
 .fnav li a em {
   display: none;
 }
 .team01{margin-right: -48px;}
 .team{overflow: hidden;}
 
 
 
 /* å¿…è¦å¸ƒå±€æ ·å¼css */
 .serve-content {
     position: relative;
 }
 
 .serve-content-box {
     width: 1200px;
     margin: 0 auto;
 }
 
 .serve-content-title {
     text-align: center;
     font-size: 32px;
     color: #333;
     padding-top: 124px;
     padding-bottom: 15px;
 }
 
 .serve-content-text {
     width: 184px;
     margin: 0 auto;
     margin-bottom: 50px;
     text-align: center;
     background: url(../images/icon-line.jpg) repeat-x left center;
 }
 
 .serve-content-text em {
     display: inline-block;
     padding: 0 10px;
     background: #FFF;
     font-size: 14px;
     color: #777;
     font-style: normal;
 }
 
 .serve-content-btn {
     text-align: center;
     padding: 45px 0 54px;
 }
 
 .serve-content-btn a {
     display: inline-block;
     width: 190px;
     height: 55px;
     background-color: rgb(211 177 103);
     color: rgb(255, 255, 255);
     box-shadow: rgb(211 177 103) 0px 5px 15px;
     border-radius: 8px;
     font: 400 16px/55px å¾®è½¯é›…é»‘;
 }
 
 .serve-content-list {
     float: left;
     width: 260px;
     height: 364px;
 }
 
 .serve-content-info {
     width: 640px;
     height: 337px;
     float: left;
     margin: 0 10px;
     position: relative;
 }
 
 .serve-content-btn a:hover {
     background: #FF9800;
 }
 
 .serve-content-middle {
     overflow: hidden;
     margin-top: 40px;
 }
 
 .serve-content-list ul li {
     display: block;
     width: 256px;
     padding: 23px 0;
     background: #f5f5f5;
     border: 2px solid #f5f5f5;
     margin-bottom: 10px;
     cursor: pointer;
 }
 
 .serve-content-list ul .on {
     background: #FFF;
     border: 2px solid #d3b167;
 }
 
 .serve-content-list ul li span {
     display: block;
     width: 28px;
     height: 28px;
     float: left;
     margin-left: 62px;
     margin-right: 15px;
     overflow: hidden;
 }
 
 .serve-content-list ul li span img {
     display: block;
     float: left;
 }
 
 .serve-content-list ul li p {
     display: block;
     overflow: hidden;
     line-height: 28px;
     color: #333;
     font-size: 18px;
 }
 
 .serve-content-list ul .on p {
     color: #d3b167;
 }
 
 .serve-content-list ul .on span img {
     margin-top: -28px;
 }
 
 .serve-content-info ul {
     width: 640px;
     height: 337px;
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .serve-image-img {
 }
 
 .serve-image-box {
     background: rgb(211 177 103 / 74%);
     width: 640px;
     height: 195px;
     padding: 47px 159px;
     position: absolute;
     top: 72px;
     left: 0;
     box-sizing: border-box;
 }
 
 .serve-image-comm1 {
     width: 48px;
     height: 29px;
     position: absolute;
     left: 80px;
     top: 28px;
 }
 
 .serve-image-comm2 {
     width: 48px;
     height: 29px;
     position: absolute;
     right: 95px;
     bottom: 35px;
 }
 
 .serve-image-info {
     width: 322px;
     height: 99px;
 }
 
 .serve-image-info-title {
     overflow: hidden;
 }
 
 .serve-image-info-title span {
     display: block;
     float: left;
     width: 32px;
     height: 32px;
     margin-right: 10px;
 }
 
 .serve-image-info-title span img {
     display: block;
     float: left;
 }
 
 .serve-image-info-title p {
     line-height: 32px;
     display: block;
     float: left;
     font-size: 22px;
     color: #fff;
 }
 
 .serve-image-info strong {
     display: block;
     font-size: 14px;
     color: #FFF;
     line-height: 24px;
     padding-top: 14px;
 }
 
 .clearfix:after {
   content: '\20';
   display: block;
   height: 0;
   clear: both;
 }
  .am-slides{
    padding: 0;
  }
 .am-slides li {
   width: 25%; 
   float: left;
   text-align: center;  
   list-style: none; 
 }
 .am-slides li  a{
   text-decoration: none;
 }
 .am-slides .wecando_li_icon .wecando_li_icon_img {
     /* -webkit-filter: invert(0.5);
     -moz-filter: invert(0.5);
     -ms-filter: invert(0.5);
     -o-filter: invert(0.5);
     -ms-filter: invert(0.5);
     filter: invert(0.5); */
     width: auto;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
 }
 .wecando_li_name { 
     margin-top: 20px;
     font-size: 18px;
     color: #fff;
     text-align: center;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
 }
 
 
 
 
 .fl {
   float: left;
 }
 .fr {
   float: right;
 }
 .clear {
   clear: both;
 }
     .jkui_news .border {
   height: 6px;
   background: url(../images/d.jpg) no-repeat center left;
   margin-top: 55px;
 }
 .jkui_news ul {
   margin-left: -70px;
 }
 .jkui_news li {
   float: left;
   margin-top: 25px;
   border-bottom: 1px solid #e5e5e5;
   height: 95px;
   width: 515px;
   margin-left: 70px;
   list-style: none;
 }
 .jkui_news li a{
   color: #333;
 }
 .jkui_news li .date {
   width: 82px;
   height: 67px;
   border: 1px solid #999;
   text-align: center;
   font-family: Arial;
   color: #999;
 }
 .jkui_news li .date span {
   display: block;
   font-size: 30px;
 }
 .jkui_news li .fr {
   width: 410px;
 }
 .jkui_news li .fr span {
   display: block;
   margin-top: -2px;
   font-weight: bold;
 }
 .jkui_news li .fr p {
   font-size: 12px;
   color: #444343;
   line-height: 24px;
   margin-top: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: block;
   display: -webkit-box;
   -webkit-line-clamp: 2;
 }
 .jkui_news li:hover .date {
   border-color: #03a9f4;
   background: #03a9f4;
   color: #fff;
 }
 .jkui_news li a:hover .fr p {
   color: #03a9f4;
 }
 .swiper-father{position: relative;padding: 0 50px;}
 .swiper-button-next:after, .swiper-button-prev:after{color: #162b926b;}