@charset "utf-8";
@font-face {
  font-family: 'Base-font';
  src: url('../font/futurademic.eot');
  src: local('apple Regular'), local('apple'), url('../font/futurademic.woff') format('woff'), url('../font/futurademic.ttf') format('truetype'), url('../font/futurademic.svg#apple') format('svg');
}
@font-face {
  font-family: 'Trump';
  src: url('../font/TrumpGothicEast_bold.eot');
  src: local('apple Regular'), local('apple'), url('../font/TrumpGothicEast_bold.woff') format('woff'), url('../font/TrumpGothicEast_bold.ttf') format('truetype'), url('../font/TrumpGothicEast_bold.svg#apple') format('svg');
}
/*当用户点击iOS的Safari浏览器中的链接或JavaScript的可点击的元素时，覆盖显示的高亮颜色。*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul,
form,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: none;
  /*当样式表里font-size<12px时，中文版chrome浏览器里字体显示仍为12px加此样式解决*/
  font-size: 14px;
  min-height: 100%;
  _height: 100%;
}
body {
  color: #3a3a3a;
  font: 14px/1.5 "microsoft yahei", "黑体", arial, sans-serif;
  cursor: default;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  background: #fff;
  min-width: 1200px;
}
a {
  background: url(about:blank);
  color: #3a3a3a;
  text-decoration: none;
  cursor: pointer;
}
input,
textarea,
a,
a:focus,
img,
select {
  outline: none;
}
input,
textarea,
select,
img {
  border: 0;
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 1em;
  font-family: inherit;
}
/*默认:#3399FF*/
::-moz-selection {
  background: #1ab8e5;
  color: #fff;
}
::selection {
  background: #1ab8e5;
  color: #fff;
}
.fsize {
  -webkit-transform: scale(0.8);
  -o-transform: scale(1);
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.full,
.full-abs,
.abs_all,
.full-abs-,
.abs_all_ {
  width: 100%;
  height: 100%;
}
.full-abs,
.abs_all {
  left: 0;
  top: 0;
  position: absolute;
}
.full-abs-,
.abs_all_ {
  position: absolute;
}
.middle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.hide,
.d_n {
  display: none;
}
.opacity-0 {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.opacity-1 {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.left-auto,
.auto {
  margin-left: auto;
}
.right-auto,
.auto {
  margin-right: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.abs- {
  position: absolute;
}
.elis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elis-,
.elis-2,
.elis-3,
.elis-4 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.elis-2 {
  -webkit-line-clamp: 2;
}
.elis-3 {
  -webkit-line-clamp: 2;
}
.elis-4 {
  -webkit-line-clamp: 2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-vertical-middle {
  vertical-align: middle;
}
.text-vertical-baseline {
  vertical-align: baseline;
}
.text-vertical-top {
  vertical-align: text-top;
}
.text-vertical-bottom {
  vertical-align: text-bottom;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.list-inline li,
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.is-style-content {
  white-space: pre-line;
}
.min {
  width: 1190px;
}
.max {
  width: 100%;
}
.maxHeight {
  height: 100%;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ov {
  overflow: hidden;
}
.list-unstyled,
.list-unstyled-left,
.list-unstyled-right,
.list-inline {
  padding: 0;
  list-style: none;
}
.ov.list-unstyled li,
.ov.list-unstyled-left li,
.ov.list-unstyled-right li,
.ov.list-inline li {
  overflow: hidden;
}
.list-unstyled-left li {
  float: left;
}
.list-unstyled-right li {
  float: right;
}
.list-inline {
  margin-left: -1em;
}
.list-inline li {
  padding-right: 1em;
  padding-left: 1em;
}
.link {
  cursor: pointer !important;
  color: #c79661 !important;
}
.link:hover {
  color: #a27039 !important;
}
.hover {
  cursor: pointer !important;
}
.hover:hover {
  color: #a27039 !important;
}
.big {
  font-size: 140%;
}
.small {
  font-size: 86%;
}
.text-primary {
  color: #c79661;
}
.text-info {
  color: #c79661;
}
.text-warning {
  color: #ff8e1e;
}
.text-danger {
  color: #c40000;
}
.text-gray {
  color: #555555;
}
.text-dark {
  color: #333333;
}
.text-darker {
  color: #222222;
}
.text-light {
  color: #777777;
}
.text-lighten {
  color: #bbbbbb;
}
.text-lighter {
  color: #eeeeee;
}
.btn {
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}
.block.btn {
  display: block!important;
}
.btn-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-text {
  background-color: transparent;
  color: #c79661;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-text:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn-text.plain {
  border-color: transparent;
  background-color: transparent;
  color: transparent;
}
.btn-text.plain:hover {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn-text.disabled,
.btn-text[disabled] {
  background-color: transparent !important;
  color: #c79661 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-text.disabled.plain,
.btn-text[disabled].plain {
  border-color: transparent !important;
  background-color: transparent!important;
  color: transparent !important;
}
.btn-default {
  background-color: #777;
  color: #fff;
  border: 1px solid #6f6f6f;
}
.btn-default:hover {
  background-color: #6d6d6d;
  border: 1px solid #636363;
  text-decoration: none;
}
.btn-default.plain {
  border-color: #777;
  background-color: transparent;
  color: #777;
}
.btn-default.plain:hover {
  background-color: transparent;
  border: 1px solid #636363;
  color: #636363;
}
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #777 !important;
  color: #fff !important;
  border: 1px solid #6f6f6f !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-default.disabled.plain,
.btn-default[disabled].plain {
  border-color: #777 !important;
  background-color: transparent!important;
  color: #777 !important;
}
.btn-primary {
  background-color: #c79661;
  color: #fff;
  border: 1px solid #c38e56;
}
.btn-primary:hover {
  background-color: #c28c52;
  border: 1px solid #bc8243;
  text-decoration: none;
}
.btn-primary.plain {
  border-color: #c79661;
  background-color: transparent;
  color: #c79661;
}
.btn-primary.plain:hover {
  background-color: transparent;
  border: 1px solid #bc8243;
  color: #bc8243;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #c79661 !important;
  color: #fff !important;
  border: 1px solid #c38e56 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-primary.disabled.plain,
.btn-primary[disabled].plain {
  border-color: #c79661 !important;
  background-color: transparent!important;
  color: #c79661 !important;
}
.btn-success {
  background-color: #50b513;
  color: #fff;
  border: 1px solid #4aa712;
}
.btn-success:hover {
  background-color: #48a311;
  border: 1px solid #40900f;
  text-decoration: none;
}
.btn-success.plain {
  border-color: #50b513;
  background-color: transparent;
  color: #50b513;
}
.btn-success.plain:hover {
  background-color: transparent;
  border: 1px solid #40900f;
  color: #40900f;
}
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #50b513 !important;
  color: #fff !important;
  border: 1px solid #4aa712 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-success.disabled.plain,
.btn-success[disabled].plain {
  border-color: #50b513 !important;
  background-color: transparent!important;
  color: #50b513 !important;
}
.btn-info {
  background-color: #c79661;
  color: #fff;
  border: 1px solid #c38e56;
}
.btn-info:hover {
  background-color: #c28c52;
  border: 1px solid #bc8243;
  text-decoration: none;
}
.btn-info.plain {
  border-color: #c79661;
  background-color: transparent;
  color: #c79661;
}
.btn-info.plain:hover {
  background-color: transparent;
  border: 1px solid #bc8243;
  color: #bc8243;
}
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #c79661 !important;
  color: #fff !important;
  border: 1px solid #c38e56 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-info.disabled.plain,
.btn-info[disabled].plain {
  border-color: #c79661 !important;
  background-color: transparent!important;
  color: #c79661 !important;
}
.btn-warning {
  background-color: #ff8e1e;
  color: #fff;
  border: 1px solid #ff860f;
}
.btn-warning:hover {
  background-color: #ff840a;
  border: 1px solid #f47a00;
  text-decoration: none;
}
.btn-warning.plain {
  border-color: #ff8e1e;
  background-color: transparent;
  color: #ff8e1e;
}
.btn-warning.plain:hover {
  background-color: transparent;
  border: 1px solid #f47a00;
  color: #f47a00;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ff8e1e !important;
  color: #fff !important;
  border: 1px solid #ff860f !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-warning.disabled.plain,
.btn-warning[disabled].plain {
  border-color: #ff8e1e !important;
  background-color: transparent!important;
  color: #ff8e1e !important;
}
.btn-danger {
  background-color: #c40000;
  color: #fff;
  border: 1px solid #b50000;
}
.btn-danger:hover {
  background-color: #b00000;
  border: 1px solid #9b0000;
  text-decoration: none;
}
.btn-danger.plain {
  border-color: #c40000;
  background-color: transparent;
  color: #c40000;
}
.btn-danger.plain:hover {
  background-color: transparent;
  border: 1px solid #9b0000;
  color: #9b0000;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #c40000 !important;
  color: #fff !important;
  border: 1px solid #b50000 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-danger.disabled.plain,
.btn-danger[disabled].plain {
  border-color: #c40000 !important;
  background-color: transparent!important;
  color: #c40000 !important;
}
.btn-lighten {
  background-color: #dfdfdf;
  color: #555555;
  border: 1px solid #d7d7d7;
}
.btn-lighten:hover {
  background-color: #d5d5d5;
  border: 1px solid #cbcbcb;
  text-decoration: none;
}
.btn-lighten.plain {
  border-color: #dfdfdf;
  background-color: transparent;
  color: #dfdfdf;
}
.btn-lighten.plain:hover {
  background-color: transparent;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
}
.btn-lighten.disabled,
.btn-lighten[disabled] {
  background-color: #dfdfdf !important;
  color: #555555 !important;
  border: 1px solid #d7d7d7 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-lighten.disabled.plain,
.btn-lighten[disabled].plain {
  border-color: #dfdfdf !important;
  background-color: transparent!important;
  color: #dfdfdf !important;
}
.btn-white {
  background-color: #fff;
  color: #777777;
  border: 1px solid #f7f7f7;
}
.btn-white:hover {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  text-decoration: none;
}
.btn-white.plain {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white.plain:hover {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #ebebeb;
}
.btn-white.disabled,
.btn-white[disabled] {
  background-color: #fff !important;
  color: #777777 !important;
  border: 1px solid #f7f7f7 !important;
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-white.disabled.plain,
.btn-white[disabled].plain {
  border-color: #fff !important;
  background-color: transparent!important;
  color: #fff !important;
}
.btn-big {
  font-size: 16px;
  padding: 14px 36px;
}
.btn-medium {
  font-size: 14px;
  padding: 12px 26px;
}
.btn-small {
  font-size: 13px;
  padding: 8px 17px;
}
.btn-mini {
  font-size: 12px;
  padding: 4px 12px;
}
.btn-text {
  padding-left: 0;
  padding-right: 0;
}
.btn-text + .btn-text {
  margin-left: 10px;
}
._select_option_lg {
  background: #fff;
  border: 1px solid #f3f2f2;
  overflow-y: auto;
}
._select_option_lg p {
  display: block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  border-top: 1px solid #f3f2f2;
  color: #666;
  font-size: 14px;
}
._select_option_lg p:first-child {
  border: 0;
}
._select_option_lg p span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._select_option_lg p:hover {
  background: #3390ED;
  color: #fff;
}
.msgbox_tps_ {
  z-index: 999999999;
  height: 0;
  width: 98%;
  text-align: center;
  position: fixed;
  top: 3%;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: none;
  width: 70%;
  left: 15%;
}
.msgbox_tps_ .msgbox_tps_inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  background: #111;
  -webkit-background: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  min-width: 180px;
  line-height: 1.4;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-size: 15px;
}
.msgbox_tps_ .style1 {
  background: #FF9900;
}
.msgbox_tps_ .style2 {
  background: #E62131;
}
.msgbox_tps_ .style3 {
  background: #22c348;
}
.msgbox_confrim_ {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999999;
}
.msgbox_confrim_ .msgbox_confrim_bg {
  background: #000;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.msgbox_confrim_ .msgbox_confrim_info {
  max-width: 560px;
  width: 80%;
  position: relative;
  margin: auto;
  background: #fff;
  top: 50%;
  margin-top: -32%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.msgbox_confrim_ .msgbox_confrim_info_title {
  padding: 6% 5% 5% 5% ;
  line-height: 1.2em;
  position: relative;
}
.msgbox_confrim_ .msgbox_confrim_info_title h1 {
  color: #333;
  font-size: 16px;
  float: left;
  font-weight: bold;
}
.msgbox_confrim_ .msgbox_confrim_info_title span {
  display: block;
  float: right;
  font-size: 28px;
  color: #bbb;
}
.msgbox_confrim_ .msgbox_confrim_info_title span:active {
  color: orangered;
}
.msgbox_confrim_ .msgbox_confrim_info_content {
  padding: 4% 5%;
  position: relative;
}
.msgbox_confrim_ .msgbox_confrim_info_content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #dad9d9;
  z-index: 10;
  -webkit-transform: scale(1, 0.3);
  -ms-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_l {
  margin-left: -64px;
  float: left;
  width: 64px;
  display: none;
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_l span {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_l span.style1 {
  background: url(../../images/admin/msgbox_icon_1.png) no-repeat;
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_r {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_r a {
  color: #007EFF;
}
.msgbox_confrim_ .msgbox_confrim_info_content_w .x_r a:hover {
  color: #00A0C7;
}
.msgbox_confrim_ .msgbox_confrim_info_btn {
  padding: 0;
  text-align: right;
  line-height: 1.6em;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn {
  display: block;
  background: #fff;
  text-align: center;
  float: left;
  width: 49.9%;
  padding: 4% 0;
  cursor: pointer;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn a {
  color: #666;
  font-size: 16px;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn:active,
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn.act {
  background: #eee;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn_style_1 {
  position: relative;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn_style_1 a {
  color: #109D0E;
}
.msgbox_confrim_ .msgbox_confrim_info_btn .public_btn_style_1:after {
  content: "";
  -webkit-transform: scale(0.3, 1);
  -ms-transform: scale(0.3, 1);
  transform: scale(0.3, 1);
  position: absolute;
  height: 100%;
  width: 0px;
  left: 0;
  top: 0;
  border-left: 1px solid #dad9d9;
  z-index: 10;
}
.msgbox_confrim_.alert .msgbox_confrim_info_title span,
.msgbox_confrim_.alert .msgbox_confrim_info_btn .public_btn {
  display: none;
}
.msgbox_confrim_.alert .msgbox_confrim_info_btn .public_btn_style_1 {
  display: block;
  width: 100%;
}
.msgbox_confrim_.alert .msgbox_confrim_info_btn .public_btn_style_1:after {
  display: none;
}
.msgbox_confrim_ .msgbox_confrim_info,
.msgbox_confrim_ .msgbox_confrim_info_title,
.msgbox_confrim_ .msgbox_confrim_info_content,
.msgbox_confrim_ .public_btn {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.msgbox_confrim_close .msgbox_confrim_bg {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.msgbox_confrim_close .msgbox_confrim_info {
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}
.msgbox_confrim_open .msgbox_confrim_bg {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.msgbox_confrim_open .msgbox_confrim_info,
.msgbox_confrim_open .msgbox_confrim_info_title,
.msgbox_confrim_open .msgbox_confrim_info_content,
.msgbox_confrim_open .public_btn {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.msgbox_confrim_open .msgbox_confrim_info {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.trans_msgbox {
  -o-transition: transform  0.2s ease,opacity  0.2s ease;
  -ms-transition: transform  0.2s ease,opacity  0.2s ease;
  -moz-transition: transform  0.2s ease,opacity  0.2s ease;
  -webkit-transition: transform  0.2s ease,opacity  0.2s ease;
  transition: transform  0.2s ease,opacity  0.2s ease;
}
.alt_msg_style {
  border: 1px solid #16bbe4 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666!important;
  background: #fff;
}
.alt_msg_style:after {
  content: ' ';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-left: 1px solid #16bbe4;
  border-top: 1px solid #16bbe4;
  -webkit-transform: rotate(45deg) translateY(-11px) translateX(5px);
  -moz-transform: rotate(45deg) translateY(-11px) translateX(5px);
  -ms-transform: rotate(45deg) translateY(-11px) translateX(5px);
  -o-transform: rotate(45deg) translateY(-11px) translateX(5px);
  transform: rotate(45deg) translateY(-11px) translateX(5px);
}
.after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5 url(../images/logo1.png) no-repeat center center;
  background-size: 46% auto;
}
.img_load .after {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.after1 {
  background-size: auto 46% ;
}
.trans-1 {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.trans-2,
.btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.trans-3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trans-4 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.trans-5 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trans-6 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.delay-1 {
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.delay-2 {
  -webkit-transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.delay-3 {
  -webkit-transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.delay-4 {
  -webkit-transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.delay-5 {
  -webkit-transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.delay-6 {
  -webkit-transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.delay-7 {
  -webkit-transition-delay: 0.7s !important;
  -moz-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.delay-8 {
  -webkit-transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.delay-9 {
  -webkit-transition-delay: 0.9s !important;
  -moz-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.delay-10 {
  -webkit-transition-delay: 1s !important;
  -moz-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.delay-11 {
  -webkit-transition-delay: 1.1s !important;
  -moz-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.delay-12 {
  -webkit-transition-delay: 1.2s !important;
  -moz-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.delay-13 {
  -webkit-transition-delay: 1.3s !important;
  -moz-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.delay-14 {
  -webkit-transition-delay: 1.4s !important;
  -moz-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.delay-15 {
  -webkit-transition-delay: 1.5s !important;
  -moz-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.delay-16 {
  -webkit-transition-delay: 1.6s !important;
  -moz-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.delay-17 {
  -webkit-transition-delay: 1.7s !important;
  -moz-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.delay-18 {
  -webkit-transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.delay-19 {
  -webkit-transition-delay: 1.9s !important;
  -moz-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.bg-white {
  background-color: #fff;
}
.tran-opacity {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.tran-transform {
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.tran-left {
  -webkit-transition: left 0.8s ease;
  -moz-transition: left 0.8s ease;
  transition: left 0.8s ease;
}
.tran-top {
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
.tran-right {
  -webkit-transition: right 0.8s ease;
  -moz-transition: right 0.8s ease;
  transition: right 0.8s ease;
}
.tran-bottom {
  -webkit-transition: bottom 0.8s ease;
  -moz-transition: bottom 0.8s ease;
  transition: bottom 0.8s ease;
}
.tran-padding {
  -webkit-transition: padding 0.8s ease;
  -moz-transition: padding 0.8s ease;
  transition: padding 0.8s ease;
}
.tran-width {
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
.tran-height {
  -webkit-transition: height 0.8s ease;
  -moz-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.tran-height {
  -webkit-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.tran-height {
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.tran-all {
  -webkit-transition: opacity .8s ease, transform .8s ease, left .8s ease, top .8s ease, right .8s ease, bottom .8s ease, padding .8s ease, width .8s ease, height .8s ease, background .8s ease, color .8s ease;
  -moz-transition: opacity .8s ease, transform .8s ease, left .8s ease, top .8s ease, right .8s ease, bottom .8s ease, padding .8s ease, width .8s ease, height .8s ease, background .8s ease, color .8s ease;
  transition: opacity .8s ease, transform .8s ease, left .8s ease, top .8s ease, right .8s ease, bottom .8s ease, padding .8s ease, width .8s ease, height .8s ease, background .8s ease, color .8s ease;
}
.tran-default {
  -webkit-transition: opacity .8s ease, transform .8s ease;
  -moz-transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
}
.ease {
  -webkit-transition-timing-function: ease !important;
  -moz-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}
.linear {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.duration-3 {
  -webkit-transition-duration: 0.3s !important;
  -moz-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.duration-4 {
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
}
.duration-5 {
  -webkit-transition-duration: 0.5s !important;
  -moz-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}
.duration-6 {
  -webkit-transition-duration: 0.6s !important;
  -moz-transition-duration: 0.6s !important;
  transition-duration: 0.6s !important;
}
.duration-7 {
  -webkit-transition-duration: 0.7s !important;
  -moz-transition-duration: 0.7s !important;
  transition-duration: 0.7s !important;
}
.duration-8 {
  -webkit-transition-duration: 0.8s !important;
  -moz-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important;
}
.duration-9 {
  -webkit-transition-duration: 0.9s !important;
  -moz-transition-duration: 0.9s !important;
  transition-duration: 0.9s !important;
}
.duration-10 {
  -webkit-transition-duration: 1s !important;
  -moz-transition-duration: 1s !important;
  transition-duration: 1s !important;
}
.duration-15 {
  -webkit-transition-duration: 1.5s !important;
  -moz-transition-duration: 1.5s !important;
  transition-duration: 1.5s !important;
}
.duration-20 {
  -webkit-transition-duration: 2s !important;
  -moz-transition-duration: 2s !important;
  transition-duration: 2s !important;
}
.animate .an-translateX,
.animate.an-translateX {
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.animate .an-translateX-,
.animate.an-translateX- {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.animate .an-translateY,
.animate.an-translateY {
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
.animate .an-translateY-,
.animate.an-translateY- {
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.animate .an-opacity,
.animate.an-opacity {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate .an-scale-0,
.animate.an-scale-0 {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.animate .an-scale-min,
.animate.an-scale-min {
  -webkit-transform: scale(0.86, 0.86);
  -ms-transform: scale(0.86, 0.86);
  transform: scale(0.86, 0.86);
}
.animate .an-scale-max,
.animate.an-scale-max {
  -webkit-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  transform: scale(1.14, 1.14);
}
.images {
  display: block;
  width: 100%;
}
.is_mobile {
  display: none;
}
.is_pc {
  display: block;
}
.container {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
}
.header .nav-wrp,
.header .nav-container {
  height: 100px;
}
.header.nav-show-only {
  height: 100px;
}
.header .nav-wrp {
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: -120px;
  background-color: #fff;
  z-index: 1001;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: top .6s ease, opacity .4s ease;
  -moz-transition: top .6s ease, opacity .4s ease;
  transition: top .6s ease, opacity .4s ease;
}
.nav-show.header .nav-wrp,
.nav-show-only.header .nav-wrp {
  top: 0;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header .nav-container {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
}
.header .logo {
  display: block;
  height: 60px;
  margin-top: 20px;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .nav ul {
  margin-top: 32.5px;
}
.header .nav li a {
  display: block;
  padding-left: 22px;
  padding-right: 22px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold;
}
.header .nav li a .a-name {
  display: block;
  padding-bottom: 8px;
}
.header .nav li a .circle {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.header .nav li a span {
  line-height: 35px;
}
.header .nav li a:hover {
  color: #c79661;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li.act a .circle {
  background-color: #c79661;
}
.header .nav .n-other {
  line-height: 45px;
  margin-top: 27.5px;
  padding-left: 15px;
  display: none;
}
.header .nav .tel {
  font-weight: bold;
  font-size: 22px;
  color: #323232;
  font-family: "Base-font";
  padding-left: 20px;
  position: relative;
}
.header .nav .tel:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 14px;
  line-height: 14px;
  top: 50%;
  margin-top: -7px;
  border-left: 1px solid #323232;
}
.header .nav .tel i {
  width: 22px;
  height: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background-image: url('../images/icon-tel-small.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.header .nav .tel span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 4px;
}
.banner-header {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
.banner-header .bg {
  background-color: #222121;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.banner-header .b-nav {
  padding-right: 260px;
  padding-left: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.banner-header .b-nav .item {
  font-size: 15px;
  font-weight: bold;
  width: 12.5%;
}
.banner-header .b-nav .item a {
  color: #fff;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
}
.banner-header .b-nav .item a:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.banner-header .b-nav .search {
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 93.75px;
  background-color: transparent;
  overflow: visible;
}
.banner-header .b-nav .search .input {
  width: 100px;
  height: 100%;
  line-height: 34px;
  background-color: transparent;
  color: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: background-color .4s ease, width .4s ease;
  -moz-transition: background-color .4s ease, width .4s ease;
  transition: background-color .4s ease, width .4s ease;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  border: 1px solid #fff;
}
.banner-header .b-nav .search .input:focus {
  width: 360px;
  background-color: #c79661;
  color: #3a3a3a;
  border-color: #fec88d;
}
.banner-header .b-nav .search .btnx {
  position: absolute;
  right: 10px;
  top: 0;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url('../images/search-btn-white.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-header .b-nav .search.act .input {
  color: #fff;
}
.banner-header .logo .logo-t-1 {
  width: 67%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner-header .logo .logo-t-2,
.banner-header .logo .logo-t-3 {
  width: 30%;
  display: block;
  margin-left: 11%;
  margin-left: auto;
  margin-right: auto;
}
.banner-header .logo .logo-t-2 {
  margin-top: 2.7%;
}
.banner-header .logo .logo-t-3 {
  margin-top: 1.8%;
}
.banner-header .wrp {
  text-align: center;
}
.banner-header .header-data {
  width: 52%;
  min-width: 768px;
}
.banner-header .header-line {
  height: 90%;
  width: 1px;
}
.banner-header .data {
  text-align: center;
  width: 94%;
  line-height: 1;
  padding-top: 12%;
}
.banner-header .data .item {
  width: 33.3%;
  float: left;
  position: relative;
}
.banner-header .data .item .text {
  color: #fed4a6;
}
.banner-header .data .item .text .number {
  font-family: "Trump";
  font-size: 100px;
  font-weight: bold;
}
.banner-header .data .item .text .sf {
  font-size: 50px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.banner-header .data .item .title {
  color: #fed4a6;
  font-size: 20px;
  padding-bottom: 18px;
}
.banner-header .data .item .them {
  padding-top: 18px;
  font-size: 14px;
  color: #fed4a6;
}
.banner-header .data .item:after {
  content: "";
  position: absolute;
  height: 90%;
  top: 5%;
  border-right: 1px solid #fed4a6;
  right: 0;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.banner-header .data .item:last-child:after {
  display: none;
}
.banner {
  width: 100%;
  padding-bottom: 50%;
  padding-bottom: 100vh;
}
.banner .easy_touch_index {
  left: -3%;
  text-align: right;
}
.easy_touch_index {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1000;
}
.easy_touch_index a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  background-color: #3a3a3a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.easy_touch_index a.act {
  background-color: #c79661;
}
.home-title {
  padding-top: 70px;
  padding-bottom: 55px;
  line-height: 1.1;
  text-align: center;
}
.home-title h2 {
  font-size: 40px;
  -webkit-transition: opacity .8s ease, transform .8s ease;
  -moz-transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
}
.home-title .line {
  width: 100px;
  border-bottom: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  -webkit-transition: opacity .8s .4s ease, transform .8s .4s ease;
  -moz-transition: opacity .8s .4s ease, transform .8s .4s ease;
  transition: opacity .8s .4s ease, transform .8s .4s ease;
}
.home-title .description {
  padding-top: 20px;
  font-size: 19px;
  -webkit-transition: opacity .8s .3s ease, transform .8s .3s ease;
  -moz-transition: opacity .8s .3s ease, transform .8s .3s ease;
  transition: opacity .8s .3s ease, transform .8s .3s ease;
}
.home-title-primary h2 {
  color: #3a3a3a;
}
.home-title-primary .line {
  border-bottom-color: #3a3a3a;
}
.home-title-primary .description {
  color: #3a3a3a;
}
.home-title-white h2 {
  color: #fff;
}
.home-title-white .line {
  border-bottom-color: #fff;
}
.home-title-white .description {
  color: #fff;
}
.home-title.animate h2,
.home-title.animate .description {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.home-title.animate .line {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ljwm .pics {
  padding-bottom: 40.57%;
}
.ljwm .pics .text {
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 50%;
  margin-top: -25px;
  color: #fed4a6;
  font-size: 50px;
  text-align: center;
}
.ljwm .team-step {
  width: 102.01%;
  padding-top: 55px;
}
.ljwm .team-step .item {
  width: 31.33%;
  margin-right: 2%;
  float: left;
  background-color: #f7f5f5;
}
.ljwm .team-step .item .t {
  font-size: 22px;
  color: #3a3a3a;
  line-height: 1.4;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.ljwm .team-step .item .line {
  width: 20px;
  border-bottom: 1px solid #c79661;
  padding-top: 30px;
  -webkit-transition: border 0.4s ease;
  -moz-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
.ljwm .team-step .item .description {
  color: #5f5f64;
  line-height: 1.625;
  height: 6.3375em;
  overflow: hidden;
  padding-top: 20px;
  max-width: 300px;
  font-size: 16px;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.ljwm .team-step .item .wrp {
  padding: 7% 7% 5% 8%;
}
.ljwm .team-step .item .icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 4%;
  top: 0;
  margin-top: 4%;
}
.ljwm .team-step .item .icon-1 {
  background-image: url('../images/fw-icon-1.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.ljwm .team-step .item .icon-2 {
  background-image: url('../images/fw-icon-2.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.ljwm .team-step .item .icon-3 {
  background-image: url('../images/fw-icon-3.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.ljwm .team-step .item:hover {
  background-color: #c79661;
}
.ljwm .team-step .item:hover .line {
  border-bottom: 1px solid #fff;
}
.ljwm .team-step .item:hover .t,
.ljwm .team-step .item:hover .description,
.ljwm .team-step .item:hover a {
  color: #fff;
}
.ljwm .team-step .item:hover a:hover {
  text-decoration: underline;
}
.ljwm .team-step .item:hover .icon-1 {
  background-image: url('../images/fw-icon-1-h.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.ljwm .team-step .item:hover .icon-2 {
  background-image: url('../images/fw-icon-2-h.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.ljwm .team-step .item:hover .icon-3 {
  background-image: url('../images/fw-icon-3-h.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.home-news {
  padding-bottom: 70px;
}
.home-news .news-padd {
  width: 3.999%;
  height: 10px;
  float: left;
}
.home-news .news-group {
  width: 48%;
  float: left;
  position: relative;
}
.home-news .news-group .wrp {
  padding-bottom: 74.4%;
  position: relative;
}
.home-news .news-group,
.home-news .news-group a {
  color: #fff;
}
.home-news .news-group h1 {
  font-weight: normal;
  padding-left: 5.2%;
  padding-top: 4%;
  line-height: 1.1;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.home-news .news-group h1 a {
  font-size: 32px;
}
.home-news .news-group h1:hover {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.home-news .news-group .news-lists {
  width: 100%;
  height: 86px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-news .news-group .news-lists .dt {
  padding-left: 5.2%;
  padding-right: 5.2%;
  position: relative;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.home-news .news-group .news-lists .dt:hover {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.home-news .news-group .news-lists .time {
  font-size: 18px;
  line-height: 1.1;
}
.home-news .news-group .news-lists .title {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 2%;
}
.home-news .play {
  height: 60px;
  width: 139.998px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.home-news .play .play-prev,
.home-news .play .play-next {
  width: 49.9999%;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.home-news .play .play-prev:hover,
.home-news .play .play-next:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.home-news .play .play-prev {
  background-image: url('../images/news-play-prev.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.home-news .play .play-next {
  background-image: url('../images/news-play-next.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.home-news .play .bg {
  background-color: #fff;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.home-cydj {
  background-color: #f6f6f6;
  margin-top: 70px;
}
.home-cydj .home-title {
  border-bottom: 1px solid #dcdcdc;
}
.home-cydj .easy_touch_move {
  width: 2000%;
  padding-top: 52px;
  padding-bottom: 52px;
}
.home-cydj .easy_touch_list {
  width: 620px;
  margin-right: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.home-cydj .easy_touch_list:hover {
  -webkit-box-shadow: 0 0 12px rgba(12, 12, 12, 0.2);
  box-shadow: 0 0 12px rgba(12, 12, 12, 0.2);
  position: relative;
  z-index: 2;
}
.home-cydj .item {
  background-color: #fff;
  position: relative;
  padding: 4% 20% 4% 5%;
  background-image: url('../images/news-arrrow.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.home-cydj .item .date {
  font-family: "Base-font";
  color: #999;
  line-height: 1.1;
  overflow: hidden;
  float: left;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.home-cydj .item .date .mouth {
  font-size: 50px;
}
.home-cydj .item .date .year {
  font-size: 17px;
}
.home-cydj .item .dt {
  font-size: 16px;
  line-height: 1.625;
  height: 3.0875em;
  overflow: hidden;
  padding-left: 5.5%;
  padding-top: 13px;
}
.home-cydj .item .dt .t {
  color: #000;
}
.home-cydj .easy_touch_index {
  position: static;
  text-align: center;
  padding-bottom: 75px;
}
.footer {
  background-color: #393939;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.625;
}
.footer,
.footer a {
  color: #b0b0b0;
}
.footer a:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .f-nav {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.1;
}
.footer .f-nav a {
  padding-right: 35px;
}
.footer .description {
  padding-top: 15px;
}
.footer .f-btn {
  padding-top: 18px;
  padding-bottom: 15px;
}
.footer .f-btn a {
  width: 42px;
  height: 42px;
  margin-right: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.footer .f-btn a:hover .ewm {
  display: block;
}
.footer .f-btn .ewm {
  bottom: 110%;
  position: absolute;
  z-index: 55;
  width: 90px;
  left: 0;
  display: none;
}
.footer .copy-right {
  padding-top: 15px;
  padding-bottom: 10px;
}
.footer .copy-right,
.footer .copy-right a {
  color: #616161;
}
.footer .tel {
  color: #fff;
  line-height: 1.16;
  padding-top: 15px;
  text-align: right;
}
.footer .tel h5,
.footer .tel h6 {
  font-weight: normal;
}
.footer .tel h5 {
  font-size: 40px;
}
.footer .tel h6 {
  color: #b0b0b0;
  font-size: 20px;
}
.footer .go-top {
  width: 50px;
  height: 50px;
  background-image: url('../images/go-top-icon.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.about-x .text {
  font-size: 18px;
  color: #444;
  line-height: 2;
  padding-bottom: 3%;
}
.about-x .img {
  width: 40%;
  padding-left: 3%;
}
.about-x .img img {
  display: block;
  width: 100%;
}
.ryzz {
  padding-bottom: 2%;
}
.ryzz .h-title {
  padding-top: 4%;
  padding-bottom: 2%;
}
.ryzz li {
  width: 22%;
  padding: 1.5%;
}
.ryzz .img {
  padding-bottom: 68.7%;
  position: relative;
}
.ryzz .name {
  margin-top: 10px;
  line-height: 3.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  background-color: #c79661;
}
.nav-child {
  padding-top: 3%;
  padding-bottom: 2%;
  background-color: #fff9f2;
  text-align: center;
}
.nav-child a {
  font-size: 20px;
  margin-right: 1.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 55px;
  background-color: #f6f6f6;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-child a.act,
.nav-child a:hover {
  background-color: #fed4a6;
}
.team ul {
  width: 102.01%;
}
.team li {
  padding-top: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #e2e3e4;
  width: 48%;
  float: left;
  margin-right: 2%;
  color: #666;
}
.team li:hover {
  color: #c79661;
}
.team .img {
  width: 150px;
  float: left;
}
.team .img .wrp {
  padding-bottom: 120%;
  position: relative;
}
.team .det {
  padding-top: 6%;
}
.team .name,
.team .address,
.team .youshi {
  width: 28.33%;
  float: left;
  padding-left: 5%;
  font-size: 17px;
}
.news {
  background-color: #f7f7f7;
  padding-top: 50px;
}
.news .news-wrp {
  padding: 40px 30px;
  background-color: #fff;
}
.news ul {
  width: 102.01%;
}
.news li {
  width: 45%;
  margin-right: 1.999%;
  background-color: #fff;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 24px;
  padding-right: 3%;
}
.news li .date {
  color: #999;
  font-size: 16px;
  font-family: "Base-font";
  float: left;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.news li .date .month {
  font-size: 48px;
  padding-bottom: 3px;
}
.news li .text {
  padding-left: 5%;
}
.news li .text h1 {
  font-weight: normal;
  font-size: 17px;
  color: #333;
}
.case.news li .text h1 {
  font-weight: bold;
}
.news li .text .description {
  color: #666;
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.72;
  height: 4.988em;
  overflow: hidden;
}
.news li:hover .date {
  color: #c79661;
}
.team-show {
  padding-top: 3%;
  padding-bottom: 3%;
}
.team-show .team-base {
  width: 400px;
  float: left;
  border: 1px solid #c79661;
}
.team-show .team-base .img .wrp {
  padding-bottom: 140%;
  position: relative;
}
.team-show .team-base .detail {
  padding: 20px 26px;
  line-height: 26px;
  font-size: 16px;
}
.team-show .team-base .detail p {
  margin-bottom: 20px;
  overflow: hidden;
  color: #2b2b2b;
  padding-left: 44px;
}
.team-show .team-base .detail .email {
  background-image: url('../images/icon-email.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.team-show .team-base .detail .mobile {
  background-image: url('../images/icon-mobile.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.team-show .team-base .detail .fax {
  background-image: url('../images/icon-fax.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.team-show .team-info {
  padding-left: 4%;
}
.team-show .team-info h2 {
  line-height: 1.1;
  color: #c79661;
  font-weight: normal;
}
.team-show .team-info h2 .name {
  font-size: 50px;
}
.team-show .team-info h2 .zw {
  font-size: 16px;
  padding-left: 78px;
}
.team-show .team-info .item {
  margin-top: 56px;
}
.team-show .team-info .item h4 {
  position: relative;
  margin-bottom: 30px;
}
.team-show .team-info .item h4 span {
  font-size: 20px;
  background-color: #fff;
  color: #c79661;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.team-show .team-info .item h4:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #c79661;
  left: 0;
}
.team-show .team-info .item .dt {
  font-size: 18px;
  line-height: 2;
}
.team-show .team-info .btn-wrp {
  padding-top: 48px;
  text-align: right;
}
.team-show .team-info .btn-wrp .btn {
  margin-left: 35px;
}
.child .detail {
  background-color: #f5f7fa;
}
.textpage {
  padding: 0 0;
  background-color: #fff;
}
.textpage .titlex {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 12.5px;
}
.textpage .titlex h3 {
  font-size: 28px;
  color: #c79661;
  line-height: 1.5;
}
.textpage .titlex .pubtime {
  color: #797979;
  font-size: 14px;
  padding-top: 4px;
  line-height: 1.5;
}
.textpage .txt {
  line-height: 1.7em;
  font-size: 18px;
}
.textpage .txt img {
  max-width: 100%!important;
}
.textpage .txt p {
  margin: 1% 0;
}
.textpage .txt * {
  line-height: 1.8em;
}
.zans {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.zans .p_dianzan {
  background-color: #494240;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.8em!important;
}
.zans .p_dianzan .dz-icon {
  position: relative;
  width: 26px;
}
.zans .p_dianzan .dz-icon img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 1000%!important;
}
.zans .p_dianzan:hover {
  background-color: #39312f;
}
/*附件下载*/
.down_load {
  padding-bottom: 30px;
}
.down_load .snsbg {
  background-color: #c79661;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.down_load .down_load_list {
  background-color: #fff;
  font-size: 14px;
}
.down_load .down_load_list,
.down_load .down_load_list a {
  color: #666a70;
}
.down_load .down_load_list dl,
.down_load .down_load_list dt,
.down_load .down_load_list dd {
  overflow: hidden;
}
.down_load .down_load_list dl dt {
  color: #666;
}
.down_load .down_load_list dl dt span {
  background: #f5f7fa;
}
.down_load .down_load_list dl dd {
  border-bottom: 1px solid #ebeff5;
}
.down_load .down_load_list dl span {
  display: block;
  width: 15%;
  float: left;
  line-height: 1.857em;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 0.58em;
  padding-bottom: 0.58em;
}
.down_load .down_load_list dl span.b {
  width: 20%;
}
.down_load .down_load_list dl span.b a {
  background: #c79661;
  display: block;
  margin: auto;
  color: #fff;
  max-width: 105px;
  height: 1.857em;
  line-height: 1.857em;
  position: relative;
  border-radius: 2px;
}
.down_load .down_load_list dl span.b a b {
  font-weight: normal;
}
.down_load .down_load_list dl span.b a:hover {
  background: #bf874a;
}
.down_load .down_load_list dl span.a {
  width: 64.9%;
}
.down_load .down_load_list dl span.a a {
  text-decoration: underline;
}
.down_load .down_load_list dl span.a a:hover {
  color: #bf874a;
}
/*相关新闻*/
.morenews {
  margin: 0 0 3%;
  outline: medium none;
  color: #797979;
  list-style: none;
}
.morenews .matchnews {
  position: relative;
  color: #2c2c2c;
  font-size: 16px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
}
.morenews .matchnews:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  margin: -6px 0 0;
  border: 1px solid #c79661;
  width: 6px;
  height: 6px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.morenews .mthlist {
  padding: 1% 0;
  *zoom: 1;
}
.morenews .tm {
  color: #454545;
  margin: 0 10px 0 0;
}
.morenews .ls,
.morenews .lk {
  line-height: 1!important;
}
.morenews .ls {
  border-bottom: 1px dashed #dfdfdf;
  list-style: none;
  padding: 0 10px 0 30px;
  position: relative;
}
.morenews .ls:before {
  content: "";
  position: absolute;
  border: 1px solid #7b7b7b;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  left: 10px;
  top: 50%;
  margin-top: -4px;
}
.morenews .lk {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  max-width: 99%;
}
.morenews .lk:hover {
  color: #c79661;
}
@media screen and (max-width: 645px) {
  .morenews .matchnews {
    font-size: 14px;
  }
  .morenews .mthlist {
    font-size: 12px;
  }
}
.pages {
  position: relative;
  text-align: right;
  font-size: 16px;
  line-height: 43px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pages,
.pages a {
  color: #675f5a;
}
.pages .pages-prev,
.pages .pages-next,
.pages .pages-item,
.pages .pages-btn {
  padding: 0 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.pages .pages-prev,
.pages .pages-next,
.pages .pages-item {
  background-color: #f3f3f3;
  cursor: pointer;
}
.pages .pages-prev:hover,
.pages .pages-next:hover,
.pages .pages-item:hover,
.pages .pages-prev.act,
.pages .pages-next.act,
.pages .pages-item.act {
  background-color: #d7d7d7;
}
.pages .pages-prev.act,
.pages .pages-next.act,
.pages .pages-item.act {
  cursor: default;
}
.pages .pages-prev.disabled,
.pages .pages-next.disabled,
.pages .pages-item.disabled {
  background-color: #f6f6f6 !important;
  color: #dce0e5!important;
  cursor: not-allowed;
}
.pages .pages-btn {
  background-color: #c79661;
  color: #fff;
  padding-left: 23.4px;
  padding-right: 23.4px;
}
.pages .pages-input {
  text-align: center;
  border: 1px solid #dcdcdc;
  width: 46px;
  height: 41px;
  line-height: 41px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pages .pages-text {
  padding-left: 8px;
  padding-right: 8px;
}
.pages .pages-prev {
  left: 0;
}
.pages .pages-next {
  right: 0;
}
@media (max-width: 768px) {
  .pages {
    font-size: 14px;
    line-height: 34px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .pages .pages-prev,
  .pages .pages-next,
  .pages .pages-item,
  .pages .pages-btn {
    padding: 0 12px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .pages .pages-btn {
    padding-left: 15.6px;
    padding-right: 15.6px;
  }
  .pages .pages-input {
    width: 36px;
    height: 32px;
    line-height: 32px;
  }
  .pages .pages-text {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 640px) {
  .pages {
    font-size: 13px;
    line-height: 26px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .pages .pages-prev,
  .pages .pages-next,
  .pages .pages-item,
  .pages .pages-btn {
    padding: 0 5px;
  }
  .pages .pages-prev,
  .pages .pages-next,
  .pages .pages-item,
  .pages .pages-btn,
  .pages .pages-prev.disabled,
  .pages .pages-next.disabled,
  .pages .pages-item.disabled,
  .pages .pages-btn.disabled {
    background-color: transparent !important;
  }
  .pages .pages-btn {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  .pages .pages-input,
  .pages .pages-btn,
  .pages .pages-text {
    display: none;
  }
}
.detail .view-wrp {
  padding-right: 360px;
  position: relative;
}
.product-detail.detail .view-wrp {
  padding-right: 462px;
}
.detail .left-detail {
  width: 100%;
  background-color: #fff;
}
.detail .right-detail {
  width: 340px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.product-detail.detail .right-detail {
  width: 442px;
}
.detail .right-detail .det {
  padding: 25px;
  padding-right: 0;
}
.detail .right-detail .d-des {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}
.detail .right-detail .wx-study {
  max-width: 280px;
}
.detail .right-detail .wx-study h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 15px;
}
.detail .right-detail .wx-study p {
  color: #c79661;
}
.detail .right-detail .wx-study .ewm {
  width: 100%;
  margin-top: 5px;
  padding-bottom: 100%;
  position: relative;
}
.detail .right-detail .wx-study .ewm img {
  width: 100%;
  display: block;
}
.tj-news {
  padding-bottom: 25px;
}
.tj-news dt {
  font-size: 20px;
  padding-bottom: 10px;
}
.tj-news dd {
  overflow: hidden;
}
.tj-news dd ol,
.tj-news dd li {
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}
.tj-news dd ol {
  font-size: 16px;
}
.tj-news dd ol li {
  height: 2.6em;
  line-height: 2.6em;
  padding-left: 30px;
  position: relative;
}
.tj-news dd ol li .strot {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #c79661;
  color: #fff;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 2px;
}
.tj-news dd ol li:nth-child(1) .strot {
  background-color: #c79661;
}
.tj-news dd ol li:nth-child(2) .strot {
  background-color: #c89763;
}
.tj-news dd ol li:nth-child(3) .strot {
  background-color: #c89965;
}
.tj-news dd ol li:nth-child(4) .strot {
  background-color: #c99a67;
}
.tj-news dd ol li:nth-child(5) .strot {
  background-color: #ca9b69;
}
.tj-news dd ol li:nth-child(6) .strot {
  background-color: #ca9c6a;
}
.tj-news dd ol li:nth-child(7) .strot {
  background-color: #cb9e6c;
}
.tj-news dd ol li:nth-child(8) .strot {
  background-color: #cc9f6e;
}
.tj-news dd ol li:nth-child(9) .strot {
  background-color: #cca070;
}
.tj-news dd ol li:nth-child(10) .strot,
.tj-news dd ol li:nth-child(1n+10) .strot {
  background-color: #cda172;
}
.tj-news dd ol a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tj-news dd ol a:hover {
  color: #c79661;
}
.nav-position {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  font-size: 17px;
}
.nav-position .item-suffix-before {
  font-family: "宋体";
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}
.nav-position .h {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAAC4ElEQVQokS2R309bdRxAP+WWUbMx8RfJfPHBxJjNxIQZjQ8mPuzVf8F3fdCorOxebn+XGhcmkW3BxBjjgz7xtAELtPQnXaG3Y2x0mpgoiXErI3QwGO3t/fE9Pox/4JycHMHZp2cf0gPAh8Mt8By2Adu2+fS3TW7tQtd2ONxvMZlr82sTjvDxABeFgI/ywfUdlPsMPHis9uh0YORKmRdHc7yemWcX2NrZJ2Qs8PLXsygFijYKkJ56blE9HwVs08X34PxPZUTfROIN+mIlPvl5ju+2OkjC4tV0hTaA8wh8heABnotSsAs4DpyfydIfe4Ak1pDUCmI2EOMmkllEm9jgve+LtAB6T8EH4fAhuLCDj23DyNU8A5EaEi0g4zlOjhWQTINAuo4WXUEuLvHxtQqeAuyDY4jnsKMO6Hbg7JUFtEs1gvFVTiSWCJmLaJE6/cYyp/Q5QuN5gpkmr40vs7YPbs/BVyAtFI4L787kEb2JRFbQoksE9CoSKSCxGmfMIsHwDSRdRT7Lcipa49x0gYYNDiBHdosPrhUQfQNJb9KfsAgZRQLREhJrEormETOHpDcRY52TkxsEjSWCowsMT92mtfcU+Wja4iWzjIyWCGTuIbFVJFlFxnNI+i5a1EIbu0FfskR/sspg+BYhcw3Rawym5nn7hzpyd9ch24YPZyyCsQqiZ9GSVSRlIcYyErUYmLiPRJqIUUfG5pBYkbM/PqDwBKz/bATnCT3gwvUyoleRb+Z4IV5GjBXO6LMMffU7Q/E68oWFmHcYSJWQWI1zl8t4gMJGwOHAtXn/agNJ/ouEcwzGK2iX8nw+26C6/jcX84+RTANJ3WbAyCLhe7yZXqWLf7wYm2e+zcjUKhL/h0A4y4mxRUJ6gan1PXA7/HK/jWbOI/pNTpuLiPkHb03UOMJ9Dul1t+nicuF6kb7kHYYzVYYSFYYnm3xZ6/EXMP0nvJGxOB2r8Mq3RSRV453LRTjO+R8K67YaP6NvFgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.nav-position a:hover {
  color: #c79661;
}
.page-search {
  padding: 0 5px;
}
.page-search .header_ser {
  padding-bottom: 10px;
}
.page-search .top {
  padding-left: 10px;
  padding-top: 5px;
}
.page-search .top a {
  font-size: 12px;
}
.page-search .logo_ser {
  padding-top: 10px;
  padding-left: 10px;
}
.page-search .logo_ser img {
  display: block;
  height: 55px;
}
.page-search .goHome_a {
  padding-top: 20px;
  padding-right: 7px;
}
.page-search .ser_wrp {
  padding-top: 20px;
  padding-left: 34px;
}
.page-search form input.txt {
  height: 22px;
  line-height: 22px;
  padding: 7px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #333;
  float: left;
  width: 440px;
}
.page-search form input.btn {
  height: 38px;
  width: 100px;
  background: #c79661;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
}
.page-search form input.btn:hover {
  background: #be8447;
}
.page-search .tips {
  background: #f8f8f8;
  border-top: 1px solid #EBEBEB;
  padding: 12px 0 ;
  padding-right: 20px;
  text-align: right;
  color: #73777A;
}
.page-search .contact_ser {
  padding: 20px;
}
.page-search .contact_ser ul {
  max-width: 800px;
}
.page-search .contact_ser ul li {
  line-height: 20px;
  color: #73777A;
  padding-top: 10px;
  padding-bottom: 20px;
}
.page-search .contact_ser ul li a span {
  color: #c79661;
}
.page-search .contact_ser ul li p span {
  color: #f60;
}
.page-search .contact_ser ul li a {
  font-size: 18px;
  color: #373D41;
}
.page-search .contact_ser ul li a:hover {
  text-decoration: underline;
}
.page-search .contact_ser .info_ser {
  padding-top: 5px;
  line-height: 1.5;
  overflow: hidden;
}
.page-search .contact_ser .info_ser.maxH {
  max-height: 4.35em;
}
.page-search .contact_ser .info_ser._H {
  height: 4.35em;
}
.page-search .contact_ser .time_ser,
.page-search .contact_ser .read_ser {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 5px;
  color: #9B9EA0;
}
.page-search .contact_ser .time_ser {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARJJREFUeNpi/P//PwMlgAXG2LljHYrE1m0HMEz29nJgROa7ewQhDEDXaGNjwxAWFgYXX7VqFVwOxSCQF0B4x/a1DLm5uf+XL1/+/+evX3As69WLwgfJg9SB1IP0MaG7wNPbl+H7j19wDALIfJA8MmBCdrqxiSlQ0Q8UDDEAVQykDuYdlDCwdXBi+Pb9B0ZIo4uB1J09c5oBwwCgH7FGFS5xDAM+f/qCIhlSu5thTbMrhjjWMACBM6eOYWjGBpDVMSElksYb167CJXBpBgGQOpB6dBc0oJtOwPYGjDAAmQqMnnqQDRpa2gwmZlYoGmEuhNmOYQDIVKAkLF3UI3sJTWMDLgPgkjCDsMkhA0ZKszNAgAEAJO7B86pEjxAAAAAASUVORK5CYII=") no-repeat left center;
  background-size: 16px auto;
}
.page-search .contact_ser .read_ser {
  background: url("data:image/gif;base64,R0lGODlhEQASAMQAAJ3EgrzWq93q1a/Ol8TbtMnmpe/w5NbyqbrimdHlwtb3rbnUpuXv3vX58qPIirHPnNnnzu706v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHABIALAAAAAARABIAAAVeoCSOZGmWQHSuAMCsJoC4MEM87TG/ZRQ8hYNQuCMxFsGhcmYQRZDKqA4gIiSlRJpkgB0WRQ5hoUWe8kSAQ8EBUUlk2lE6/k7FDlSS3bRQn2ESAglqgCQNEAINhYslIQA7") no-repeat left center;
  background-size: 16px auto;
}
.page-search .contact_ser .href {
  color: green;
}
.page-search .contact_ser .icon_ser {
  padding: 4px 0;
}
.page-search .contact_ser .pages {
  text-align: left;
}
.page-search .contact_ser .img_ser {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  height: 100px;
  width: 127px;
}
@media (max-width: 768px) {
  .page-search .logo_ser,
  .page-search .ser_wrp {
    float: none;
  }
  .page-search .header_ser {
    padding-bottom: 1.2%;
    position: relative;
  }
  .page-search .header_ser .top {
    display: none;
  }
  .page-search .header_ser .ser_wrp {
    padding-top: 2.5%;
    float: none;
    padding-right: 25%;
    position: relative;
    padding-left: 2%;
  }
  .page-search .header_ser .ser_wrp form {
    overflow: visible;
    width: 85%;
  }
  .page-search .header_ser .ser_wrp .txt {
    width: 100%;
  }
  .page-search .header_ser .ser_wrp .btn {
    width: 24%;
    float: none;
    position: absolute;
    right: 2%;
    top: 0;
    margin-top: 2.5%;
    font-size: 14px;
  }
  .page-search .header_ser .goHome_a {
    display: none;
  }
  .page-search .logo_ser {
    text-align: center;
  }
  .page-search .logo_ser img {
    display: inline;
    height: 60px;
  }
  .page-search .contact_ser {
    padding: 2%;
  }
  .page-search .contact_ser .img_ser {
    width: 100px;
    height: 79px;
    margin-right: 3%;
  }
  .page-search .contact_ser ul {
    width: auto;
  }
  .page-search .contact_ser ul li {
    padding-bottom: 4%;
    padding-top: 2%;
  }
  .page-search .contact_ser ul li a {
    font-size: 16px;
  }
  .page-search .contact_ser .icon_ser {
    font-size: 12px;
  }
  .page-search .contact_ser .icon_ser strong {
    background-size: 13px auto;
    padding-left: 15px;
  }
  .page-search .contact_ser .icon_ser .href {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-search .contact_ser .info_ser {
    padding-top: 5px;
    line-height: 1.5;
    overflow: hidden;
    max-height: 4.35em !important;
    height: auto!important;
  }
}
@media (max-width: 500px) {
  .page-search .contact_ser .img_ser {
    width: 80px;
    height: 65px;
  }
  .page-search .contact_ser ul li a {
    font-size: 14px;
  }
  .page-search .contact_ser .icon_ser {
    font-size: 11px;
  }
  .page-search .contact_ser .icon_ser strong {
    background-size: 12px auto;
    padding-left: 12px;
  }
}
.content2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact #mapdom {
  padding-bottom: 38%;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 4%;
}
.contact .min {
  position: relative;
}
.contact .l,
.contact .r {
  width: 50%;
  height: 520px;
}
.contact .l {
  background: #D8F1FF;
}
.contact .r {
  background: #dbbc99;
}
.contact .infobox {
  width: 460px;
  margin: auto;
  padding-top: 45px;
  color: #333;
  line-height: 28px;
  font-size: 16px;
}
.contact .infobox .t {
  font-size: 28px;
  padding-bottom: 20px;
  line-height: 30px;
}
.contact .infobox .subinfo {
  min-height: 50px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 10px;
}
.contact .infobox .inputwrp {
  padding: 7px 10px;
  background: #fff;
  height: 22px;
  margin-bottom: 15px;
}
.contact .infobox .submit_btn,
.contact .infobox .inputwrp {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact .infobox .inputwrp input,
.contact .infobox .inputwrp textarea {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #444;
  font-size: 16px;
}
.contact .infobox .inputwrp textarea,
.contact .infobox .textarea {
  height: 80px;
  resize: none;
}
.contact .infobox .submit_btn {
  width: 50%;
  height: 38px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  color: #333;
}
.contact .infobox .submit_btn:hover {
  background: #c79661;
  color: #fff;
}
@-webkit-keyframes input_f {
  0% {
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes input_f {
  0% {
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-ms-keyframes input_f {
  0% {
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes input_f {
  0% {
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes input_f {
  0% {
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  60% {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.contact .infobox .inputwrp_ {
  animation: input_f .5s 1 ease;
}
.contact .weixin_tel,
.contact .weixin_ewm {
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
}
.contact .weixin_tel {
  color: #2DC100;
  padding: 40px 0;
}
.contact .weixin_ewm {
  color: #666;
  background: #F1F4F5;
  padding: 15px 0 5px 0;
}
.contact .weixin_tel * {
  display: inline-block;
  vertical-align: middle;
}
.contact .weixin_tel img {
  width: 24px;
}
.contact .weixin_tel i {
  padding-right: 10px;
}
.contact .weixin_tel p {
  display: block;
  padding-bottom: 5px;
}
.contact .weixin_ewm img {
  display: block;
  width: 175px;
  margin: auto;
}
.contact .weixin_ewm div p {
  font-size: 16px;
  padding-top: 5px;
}
/*加载...*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border-color: #eee;
  border-image: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
}
.loader {
  -o-animation: spin .75s infinite linear;
  -moz-animation: spin .75s infinite linear;
  -ms-animation: spin .75s infinite linear;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear;
  border-color: #eee #eee #999 #999;
}
.about_development_history {
  background-color: #f5f5f5;
}
.about_development_history .h-title {
  padding-top: 70px;
  padding-bottom: 50px;
}
.about_development_history .timeline {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  list-style: none;
  overflow: hidden;
}
.about_development_history .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: -1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #c6c6c6;
}
.about_development_history .timeline .timeline-item {
  padding-left: 0;
}
.about_development_history .timeline .timeline-item:first-child .timeline-point {
  top: 5px!important;
  width: 16px !important;
  height: 16px !important;
  left: -13px !important;
  right: auto!important;
  background-color: #c79661 !important;
}
.about_development_history .timeline .timeline-item {
  position: relative;
  clear: both;
  width: 50%;
  margin-bottom: 60px;
  margin-top: 150px;
}
.about_development_history .timeline .timeline-item.r_item {
  margin-top: 0;
  margin-left: 50%;
}
.about_development_history .l_item .date_con {
  padding-right: 35px;
}
.about_development_history .r_item .date_con {
  padding-left: 35px;
}
.about_development_history .timeline .timeline-item > .timeline-point {
  top: 25px;
}
.about_development_history .timeline .timeline-item > .timeline-point {
  color: #888888;
  background: #c6c6c6;
  right: -10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  z-index: 100;
  border-width: 0;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}
.about_development_history .timeline .timeline-item.r_item .timeline-point {
  right: auto;
  left: -10px;
}
.about_development_history .timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
  top: 14px;
}
.about_development_history .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #888888;
  background: #c6c6c6;
  overflow: hidden;
}
.about_development_history .timeline .timeline-item .timeline-event {
  width: 100%;
}
.about_development_history .timeline .timeline-item > .timeline-event {
  color: #555;
  position: relative;
  float: left;
  border-radius: 3px;
}
.about_development_history .l_item .date_con {
  float: right;
}
.about_development_history .r_item .date_con {
  float: left;
}
.about_development_history .date_con h3 {
  font-size: 36px;
  color: #c79661 !important;
  line-height: 36px;
  font-weight: normal;
}
.about_development_history .date_con h5 {
  font-size: 16px;
  color: #333 !important;
  line-height: 16px;
  font-weight: normal;
  padding-top: 10px;
}
.about_development_history .l_item .date_con h5 {
  text-align: right;
}
.about_development_history .l_item .company_intro {
  padding-right: 21px;
  overflow: hidden;
}
.about_development_history .l_item .company_intro p {
  text-align: right !important;
}
.about_development_history .r_item .company_intro {
  padding-left: 21px;
  overflow: hidden;
}
.about_development_history .company_intro p {
  font-size: 20px;
  color: #434343 !important;
}
