@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input::-webkit-input-placeholder, input:-ms-input-placeholder {
  color: #d9d2c8;
}

html {
  font-family: "微软雅黑", "Microsoft YaHei",'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #989594;
}

a, input, button {
  outline: none;
}

a, button {
  cursor: pointer;
}

body {
  margin: 0;
  position: relative;
  background: #fff;
  font-weight: 100;
  font-size: 14px;
  min-width: 1180px;
}

h1 {
  font-size: 32px;
  color: #444;
}

h2 {
  font-size: 20px;
  color: #444;
}

h3 {
  font-size: 14px;
  color: #888;
}

h4 {
  font-size: 12px;
}

p {
  font-family: "微软雅黑", "Microsoft YaHei";
  color: #888;
  line-height: 22px;
}

button {
  border: 0;
}

strong {
  color: #ff7e00;
}

hr {
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #ddd;
}

time{
  color: #888;
}

.body {
  padding: 50px 0 100px 0;
}
.body h1 {
  margin-bottom: 40px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  clear: both;
  height: 0%;
  overflow: hidden;
}

.noborder {
  border: 0 !important;
}

.nomargin {
  margin: 0;
}

.bg-white {
  background: white;
}

.bg-footer {
  background: #d0d2cd;
}

.banner {
  width: 100%;
  height: auto;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 19;
}

.popmodel {
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.popmodellogin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.popmodel video {
  /*width: 900px;
  height: 600px;*/
  width: 0px;
  height: 0px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -450px;
  z-index: 101;
}

.window {
  position: fixed;
  width: 560px;
  min-height: 200px;
  box-sizing: border-box;
  top: 150px;
  left: 50%;
  margin-left: -280px;
  z-index: 100;
  background: #fff;
  border-radius: 10px;
}
.window .inner {
  position: relative;
  padding: 60px 80px 40px;
}
.window .inner h2 {
  font-size: 20px;
  color: #444444;
  line-height: 40px;
}
.window .inner strong {
  font-size: 32px;
  color: #ff7e00;
}
.window .title {
  height: 100px;
  line-height: 100px;
  background: linear-gradient(90deg, #fc8a00, #fc7f00);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.window .title h1 {
  font-size: 32px;
  padding-left: 70px;
  color: #fff;
}
.window .close {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 101;
}
.window .status {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  height: 165px;
}

.pager {
  margin: 30px 0;
  text-align: right;
}
.pager ul {
  margin: 30px 0 60px;
  text-align: right;
}
.pager ul li {
  display: inline-block;
}
.pager ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #a7a08e;
  font-size: 13px;
  border-radius: 3px;
}
.pager ul li a:hover {
  background: #e2e4e0;
}
.pager ul li a.current {
  background: #e2e4e0;
}
.pager em {
  display: inline-block;
  margin: 0 3px;
  color: #444;
}
.pager span {
  display: inline-block;
  margin: 0 3px;
  color: #888;
}
.pager .prev, .pager .next {
  display: inline-block;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ebebe8;
  border-radius: 3px;
}
.pager .prev:hover, .pager .next:hover {
  background: #ddd;
}

.slider {
  position: relative;
}
.slider li {
  float: left;
}
.slider img {
  width: 100%;
}

.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video.video-lg::after {
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
}
.video.video-sm::after {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.video::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.video::after {
  position: absolute;
  content: " ";
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  z-index: 11;
  background: transparent url(./img/play.png) no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.block {
  float: left;
  width: 265px;
  height: 200px;
  margin-right: 40px;
  margin-bottom: 16px;
}
.block a {
  display: block;
}
.block img {
  border-radius: 5px;
}
.block h3 {
  color: #ff7e00;
  font-size: 16px;
  line-height: 35px;
}
.block p {
  color: #888;
  line-height: 20px;
}

.tag {
  display: inline-block;
  margin-left: 5px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  background: #ff7e00;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
}

.tag-new {
  width: 45px;
  height: 20px;
  vertical-align: middle;
  background: url(./img/new.png) no-repeat 0 0;
}

.tag-hot {
  width: 45px;
  height: 20px;
  background: url(./img/hot.png) no-repeat 0 0;
  background-size: 45px 20px;
}

.badge {
  display: inline-block;
  margin: 1px 5px;
  border: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ff5543;
}

.steps {
  margin-top: -20px;
  width: 100%;
}
.steps ul {
  position: relative;
  margin-bottom: 40px;
  padding-right: 35px;
  box-sizing: border-box;
}
.steps ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.steps ul.col4 li {
  width: 33.3%;
}
.steps ul li {
  float: left;
  width: 50%;
  position: relative;
  z-index: 10;
  text-align: left;
}
.steps ul li:last-of-type {
  position: absolute;
  right: 1px;
  top: 0;
  width: 35px;
}
.steps ul li.current::before {
  background: #fb7f00;
}
.steps ul li.current::after {
  background: linear-gradient(90deg, #fb7f00, #cdcdcd);
}
.steps ul li.current span {
  background: linear-gradient(90deg, #fc8a00, #fc7f00);
}
.steps ul li.current ~ li span {
  background: #cdcdcd;
}
.steps ul li.current ~ li::after {
  background: #cdcdcd;
}
.steps ul li::after {
  content: ' ';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #fb7f00;
  z-index: 9;
}
.steps ul li span {
  z-index: 10;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #fc8a00, #fc7f00);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  height: 38px;
  line-height: 38px;
  padding: 0 40px 0 20px;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  background: #ffffff;
  color: #888;
  text-align: left;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  vertical-align: bottom;
  margin-right: 10px;
  cursor: pointer;
}

/* Up/Down arrows */
.sod_select:after {
  content: " ";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 10px;
  background: url(img/arrow-down.png) no-repeat 0 0;
  background-size: 16px;
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 3px 0 0 0px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  color: #888;
  font-weight: 300;
  z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0px 10px;
  list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

i[class|="icon"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

i.icon-gotop {
  width: 24px;
  height: 24px;
  background-image: url(./img/arrow-t.png);
}

i.icon-collpase {
  background-image: url(./img/arrow-down.png);
}

i.icon-expand {
  width: 14px;
  height: 14px;
  background-image: url(./img/expand.png);
}

i.icon-wechat {
  width: 26px;
  height: 26px;
  background-image: url(./img/wechat.png);
}

i.icon-weibo {
  width: 26px;
  height: 26px;
  background-image: url(./img/weibo.png);
}

i.icon-prev {
  width: 26px;
  height: 26px;
  background-image: url(./img/prev.png);
}

i.icon-next {
  width: 26px;
  height: 26px;
  background-image: url(./img/next.png);
}

i.icon-page-prev {
  width: 13px;
  height: 13px;
  background-image: url(./img/prev.png);
}

i.icon-page-next {
  width: 13px;
  height: 13px;
  background-image: url(./img/next.png);
}

i.icon-arrow-r {
  margin-top: -3px;
  width: 15px;
  height: 15px;
  background-image: url(./img/arrow-r-n.png);
}

i.icon-tel {
  margin-right: 3px;
  margin-top: -2px;
  background-image: url(./img/tel.png);
}

i.icon-query {
  margin-right: 3px;
  margin-top: -2px;
  background-image: url(./img/search.png);
}

i.icon-go {
  margin-top: -3px;
  margin-left: 3px;
  background-image: url(./img/go.png);
}

.icon-search {
  background-image: url(./img/icon-search.png);
}

i.icon-between {
  margin: 5px 0;
  background-image: url(./img/between.png);
}

i.icon-return {
  background-image: url(./img/return.png);
}

i.icon-play {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff url(./img/arrow-play.png) no-repeat 0 0;
}

i.icon-down {
  background-image: url(./img/arrow-b.png);
}

i.icon-map {
  background-image: url(./img/map.png);
}

i.icon-agreement {
  background-image: url(./img/item.png);
}

i.icon-private {
  background-image: url(./img/agreement.png);
}

i.icon-law {
  background-image: url(./img/law.png);
}

i.icon-cert {
  background-image: url(./img/cert.png);
}

i.icon-profile {
  background-image: url(./img/profile.png);
}

i.icon-edit {
  background-image: url(./img/edit.png);
}

i.icon-msg {
  background-image: url(./img/msg.png);
}

i.icon-ok {
  margin-top: -4px;
  margin-left: 10px;
  background-image: url(./img/right.png);
}

i.icon-white-go {
  margin-top: -3px;
  margin-left: 5px;
  background-image: url(./img/white-go.png);
}

i.icon-close {
  background-image: url(./img/close.png);
}

.icon-white-close {
  background-image: url(./img/white-close.png);
}

i.icon-finish {
  background-image: url(./img/finish.png);
}

i.icon-video {
  background-image: url(./img/home-video.png);
  margin-top: -2px;
  margin-left: 3px;
}

.btn {
  font-family: 'Microsoft YaHei';
  display: inline-block;
  text-align: center;
  color: #ffebb6;
  font-size: 13px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #fc8a00, #fc7f00);
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.btn:hover {
  box-shadow: none;
}

.btn-sm {
  width: 97px;
  height: 37px;
  line-height: 36px;
  border-radius: 18px;
}

.btn-sign {
  box-shadow: none;
}

.btn-sm:hover {
  color: #ffebb6;
  background: linear-gradient(90deg, #ff7700, #ff6600);
}

.btn-sign:hover {
  color: #ffebb6;
  background: linear-gradient(90deg, #ff7700, #ff6600);
}

.btn-set:hover {
  box-shadow: none;
}

.btn-video {
  height: 30px;
  width: 130px;
  line-height: 30px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(90deg, #979797, #868686);
  box-shadow: 0 8px 25px -6px rgba(0, 0, 0, 0.3);
}

.btn-md {
  width: 130px;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
}

.btn-lg {
  height: 40px;
  width: 160px;
  line-height: 37px;
  border-radius: 20px;
}
.btn-lg:hover {
  box-shadow: none;
}

.btn-gray {
  color: #888;
  background: #cccccc;
  box-shadow: none;
}
.btn-gray:hover {
  background: #ddd;
}

.btn-reverse {
  background: #fff;
  color: #fc8a00;
  border: 1px solid #fc8a00;
}

.btn-more {
  background: #fff;
  line-height: 28px;
  color: #888;
  width: 100px;
  height: 30px;
  border: 1px solid #d3d3d3;
  text-align: center;
  border-radius: 15px;
  box-shadow: none;
}
.btn-more:hover {
  background: #ddd;
}

.btn-return {
  float: right;
  padding: 0 40px;
  line-height: 28px;
  background: #ffffff;
  color: #888;
  border-radius: 15px;
  border: 1px solid #d0d0d0;
  box-shadow: none;
}
.btn-return:hover {
  background: #ddd;
}

.btn-radius {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin-left: 10px;
}

.form textarea {
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.form .input-block {
  margin-bottom: 30px;
}
.form input[type="text"], .form input[type="password"] {
  font-family: "Microsoft YaHei";
  text-indent: 1em;
  font-size: 14px;
  min-width: 180px;
  border: 1px solid #d6d6d6;
  border-radius: 19px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #888;
}
.form input[type="radio"] {
  margin-right: 5px;
}
.form dl {
  margin: 20px 0;
  line-height: 40px;
}
.form dl dt {
  display: inline-block;
  width: 100px;
  height: 40px;
  font-size: 16px;
}
.form dl dd {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
.form dl dd span {
  color: #888;
}
.form dl dd.nolimit {
  width: auto;
}
.form .valid {
  background: url(./img/warn.png) no-repeat 0 center;
  padding-left: 25px;
  font-size: 14px;
  color: #ff5543;
}
.form em {
  font-style: italic;
  color: #a7a08e;
}
.form em.important {
  color: #e73727;
}
.form span.important {
  color: #e73727;
}
.form div {
  color: #a7a08e;
}
.form div a {
  color: #e71e0f;
}
.form p {
  color: #a7a08e;
  padding-left: 110px;
  margin-top: 5px;
}
.form p a {
  color: #584d49;
}
.form .checkcode {
  display: inline-block;
  height: 28px;
  width: 108px;
  border: 1px solid #eeefed;
  vertical-align: middle;
  margin-right: 5px;
}
.form .changecode {
  color: #a7a08e;
}
.form .getcode {
  display: inline-block;
  width: 96px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 0;
  color: #e7dcc0;
  background: #89715c;
  border-radius: 14px;
}
.form .getcode:hover {
  background: #978371;
}
.form select {
  width: 120px;
  margin-right: 20px;
  height: 30px;
}
.form button {
  margin: 20px 0;
}

.search-form {
  position: absolute;
  right: 0;
  top: 0;
}
.search-form .inline-form {
  position: relative;
}
.search-form .inline-form select {
  display: inline-block;
}
.search-form .inline-form button {
  margin: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: transparent;
  top: 8px;
  right: 20px;
}
.search-form .count {
  display: inline-block;
  margin-right: 10px;
}
.search-form .count em {
  font-style: normal;
  color: #ff7e00;
}

.window form {
  margin-top: -20px;
}
.window form .valid {
  background: url(./img/warn.png) no-repeat 0 center;
  padding-left: 25px;
  font-size: 14px;
  color: #ff5543;
  margin-top: -10px;
  margin-bottom: 15px;
}
.window form input[type="text"], .window form input[type="password"] {
  text-indent: 1em;
  font-size: 14px;
  width: 400px;
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 10px;
  color: #584d49;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.window form button {
  color: #ffecb5;
  text-align: center;
  margin-top: 30px;
  background: linear-gradient(90deg, #fc8a00, #fc7f00);
  width: 100%;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
}
.window form label {
  color: #888;
}
.window form a {
  color: #ff7e00;
}

.container {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  height: 100%;
}

header {
  position: relative;
  z-index: 22;
  background: #fff;
}

.row {
  position: relative;
  text-align: left;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.cell {
  width: 340px;
  float: left;
}
.cell a:hover {
  color: #555;
}

.gap {
  width: 80px;
  padding-bottom: 1000px;
  float: left;
  margin-bottom: -1000px;
  height: 100px;
  text-align: center;
}

.main {
  float: left;
  /*width: 760px;*/
}

.aside {
  float: left;
  width: 340px;
}

.toper {
  height: 30px;
  line-height: 30px;
  background: #ff9100;
}
.toper ul {
  float: right;
}
.toper ul li {
  float: left;
}
.toper ul li:nth-child(n+2) a {
  border-left: 0;
}
.toper ul a {
  display: block;
  padding: 0 30px;
  line-height: 30px;
  border-left: 1px solid #ff9c30;
  border-right: 1px solid #ff9c30;
  font-size: 12px;
  color: #ffebb6;
}
.toper ul a:hover {
  background: #ff7000;
}

.menu .logo {
  float: left;
  padding: 14px 0;
  margin-right: 80px;
}
.menu nav {
  float: left;
  padding: 35px 0;
}
.menu nav a {
  padding: 0 15px;
  color: #444444;
  font-size: 16px;
}
.menu nav a:hover {
  color: #ff7e00;
}
.menu .buttons {
  float: right;
  margin-top: 24px;
}
.menu .buttons .btn {
  position: relative;
  margin: 0 5px;
}
.menu .buttons .btn .badge {
  right: 0px;
  top: -5px;
  position: absolute;
  border: 2px solid #fff;
}

.submenu {
  display: none;
  padding: 50px 0 0px;
  background: #fff;
  position: absolute;
  top: 120px;
  border-top: 1px solid #d9d9d9;
  z-index: 20;
  margin: 0 auto;
  left: 0;
  width: 100%;
}
.submenu section {
  display: block;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 235px;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner .scrumb {
  position: absolute;
  right: 0;
  bottom: 60px;
}
.banner .scrumb span {
  display: inline-block;
  margin: 0 3px;
  color: #8a6504;
}


footer {
  position: relative;
  padding-top: 60px;
  font-size: 14px;
  color: #e1ddda;
  line-height: 26px;
  background: #888888;
}
footer p, footer h3 {
  color: #e1ddda;
}
footer .col {
  float: left;
}
footer .gotop {
  position: absolute;
  right: 0;
  top: -92px;
}
footer .gotop a {
  display: block;
  width: 64px;
  height: 64px;
  background: #e7e3e0;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
footer .gotop a:hover {
  box-shadow: none;
}
footer h3 {
  font-size: 18px;
}
footer .address img {
  margin-bottom: 10px;
}
footer .links {
  position: relative;
  width: 220px;
  height: 30px;
  margin-top: 34px;
  margin-bottom: 40px;
}
footer .links h4 {
  position: relative;
  overflow: hidden;
  background: #e1ddda;
  border-radius: 15px;
  color: #999;
  text-indent: 2em;
  line-height: 30px;
}
footer .links h4 p {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  text-indent: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #ccc;
}
footer .links ul {
  display: none;
  position: absolute;
  background: #e1ddda;
  bottom: 38px;
  left: 0;
  width: 200px;
  border-radius: 5px;
  padding: 10px;
}
footer .links ul a {
  display: block;
  text-indent: 2em;
  font-size: 12px;
  line-height: 25px;
}
footer .links ul a:hover {
  color: #444;
}
footer .sitemap h3 {
  margin: 0 80px 30px;
}
footer .sitemap ul {
  width: 280px;
  margin: 0 80px;
}
footer .sitemap ul li:nth-child(1) a {
  border: 0;
}
footer .sitemap ul li:nth-child(2) a {
  border: 0;
}
footer .sitemap ul li {
  float: left;
  width: 50%;
}
footer .sitemap ul li a {
  color: #e1ddda;
  display: block;
  line-height: 44px;
  width: 105px;
  border-top: 1px solid #acaaa9;
}
footer .sitemap ul li a:hover {
  color: #f0f0f0;
}
footer .magzi {
  width: 390px;
}
footer .magzi img {
  float: right;
  transition: all .4s 0s linear;
}
footer .magzi img:hover {
  transform: translateY(-10px);
}
footer .magzi h3 {
  margin-bottom: 30px;
}
footer .magzi .month {
  margin-top: 30px;
  margin-bottom: 15px;
}
footer .magzi .btn:nth-of-type(3) {
  margin-top: 10px;
}
footer .magzi .btn {
  display: block;
  width: 90px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  background: #888;
  border: 1px solid #b5b3b1;
  border-radius: 10px;
  color: #e1ddda;
  box-shadow: none;
}
footer .magzi .btn:hover {
  color: #fff;
  background: #d0d0d0;
}
footer .copyright {
  padding: 16px 0;
}
footer .copyright p {
  float: left;
}
footer .copyright a {
  margin-left: 30px;
  display: inline-block;
  color: #fdde63;
}
footer .copyright a:hover {
  color: #feeb81;
}
footer .copyright ul {
  float: left;
  margin-left: 118px;
  margin-right: 15px;
}
footer .copyright ul li {
  position: relative;
  float: left;
  margin: 0 5px;
}
footer .copyright ul li:hover div {
  display: block;
}
footer .copyright ul li div {
  display: none;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: -120px;
  left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
footer .copyright ul li div img {
  width: 100%;
  height: 100%;
}
#validok .info {
  padding: 25px 70px;
  background: #f2f1f1;
  border-radius: 10px;
  line-height: 50px;
  margin: 20px 0;
}
#validok dl {
  border-bottom: 1px solid #d0d0d0;
}
#validok dl dt {
  display: inline-block;
  width: 160px;
  color: #888;
  font-size: 14px;
}
#validok dl dd {
  display: inline-block;
  color: #444;
  font-size: 16px;
}

#searcherr p {
  text-align: center;
  margin: 30px 0;
}

#changepwdok .inner {
  text-align: center;
}

.home .index {
  position: relative;
  height: 715px;
  background: #ffd830 url(./img/banner-home.jpg) no-repeat center top;
}
.home .index img {
  height: 100%;
  width: auto;
}
.home .first {
  position: absolute;
  top: 430px;
  height: 350px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  border: 0;
  box-shadow: 0px 30px 50px -33px rgba(0, 0, 0, 0.3);
}
.home .first .slider {
  position: relative;
  width: 50%;
  float: left;
}
.home .first .slider ul li {
  float: left;
}
.home .first .slider .prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.home .first .slider .prev-btn:hover {
  box-shadow: none;
}
.home .first .slider .next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.home .first .slider .next-btn:hover {
  box-shadow: none;
}
.home .first .slider .dots {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.home .first .slider .dots span {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #888888;
  border-radius: 5px;
  transition: all .5s;
}
.home .first .slider .dots span.current {
  width: 25px;
}

.home .first .slider1 {
  position: relative;
  width: 50%;
  float: left;
}
.home .first .slider1 ul li {
  float: left;
}
.home .first .slider1 .prev-btn1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.home .first .slider1 .prev-btn1:hover {
  box-shadow: none;
}
.home .first .slider1 .next-btn1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.home .first .slider1 .next-btn1:hover {
  box-shadow: none;
}
.home .first .slider1 .dots1 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.home .first .slider1 .dots1 span {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #888888;
  border-radius: 5px;
  transition: all .5s;
}
.home .first .slider1 .dots1 span.current1 {
  width: 25px;
}


.home .first .activies {
  width: 50%;
  float: left;
}
.home .animation {
  text-align: center;
  margin: 30px 0;
  margin-top: 100px;
}
.home .animation h2 {
  font-size: 20px;
  line-height: 50px;
  color: #444444;
}
.home .animation p {
  line-height: 22px;
  color: #888888;
  font-size: 14px;
}
.home .animation a {
  margin-top: 20px;
}

.home-list h2 {
  font-size: 20px;
  color: #444;
  margin-bottom: 35px;
}
.home-list ul > li a {
  display: block;
  line-height: 35px;
  color: #888;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-list p a {
  margin-top: 30px;
}
.home-list .vline {
  border-left: 1px solid #d0d0d0;
  height: 1000px;
  /* margin: 0 auto; */
  /* text-align: center; */
  display: inline-block;
}

.query h1 {
  margin-bottom: 50px;
}
.query h2 {
  margin-bottom: 15px;
}
.query p {
  color: #888;
  line-height: 22px;
  font-size: 14px;
}
.query .phonenum {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  font-family: "OpenSans";
}
.query .pic {
  float: right;
  margin-top: 30px;
  height: 430px;
  text-align: left;
  margin-right: 100px;
}
.query .pic img {
  max-height: 100%;
}

.qa h2 {
  margin-bottom: 27px;
  line-height: 27px;
}
.qa dl {
  padding: 25px 0;
  border-top: 1px solid #d0d0d0;
}
.qa dl:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.qa dl dd {
  position: relative;
  color: #888;
  padding-left: 60px;
  line-height: 22px;
}
.qa dl dd::before {
  position: absolute;
  top: 0;
  left: 33px;
  content: 'A：';
}

.story .first {
  margin-bottom: 40px;
}
.story h2 {
  margin-top: 20px;
  line-height: 30px;
}
.story p{
  margin-top: 10px;
}
.gy-hot{
  margin-top: 5px;
}
.story .list li {
  margin-bottom: 40px;
  float: left;
  width: 340px;
  margin-right: 80px;
}
.story .list li:nth-of-type(3n) {
  margin-right: 0;
}

.contact h2 {
  margin: 50px 0;
}
.contact h3 {
  line-height: 35px;
  color: #444;
  font-size: 16px;
}
.contact p {
  line-height: 22px;
  color: #888;
}
.contact .info {
  float: left;
  width: 340px;
  margin-right: 80px;
}
.contact .info h3 {
  margin-top: 15px;
}
.contact .form {
  float: left;
  width: 760px;
}
.contact .form label {
  display: block;
  color: #ff7e00;
  margin-bottom: 10px;
}
.contact .form input {
  width: 360px;
}

.brand .content {
  overflow: hidden;
}
.brand .aside {
  padding-top: 100px;
}
.brand hr {
  margin: 50px 0 10px;
}
.brand img {
  margin-bottom: 20px;
}
.brand p {
  color: #888;
  line-height: 26px;
  margin-bottom: 24px;
  text-indent: 2em;
}
.brand h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.brand ul {
  margin-top: -10px;
}
.brand ul li {
  line-height: 45px;
  color: #888;
}
.brand hr {
  height: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
.brand .tag {
  vertical-align: middle;
  margin-right: 8px;
}

.news ul li {
  border-top: 1px solid #d0d0d0;
  display: block;
  padding: 30px 0;
}
.news ul li h2 {
  margin-bottom: 15px;
}
.news ul li:last-of-type{
  border-bottom: 1px solid #d0d0d0;
}
.news ul li a {
  color: #444;
}
.news ul li em {
  color: #ff7e00;
}
.news ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news ul li time {
  float: left;
  width: 160px;
}
.news ul li .title {
  float: left;
  width: 1020px;
}

.manhua .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.manhua ul li {
  border-bottom: 1px solid #d0d0d0;
}
.manhua ul li.current img {
  display: block;
}
.manhua ul li:first-of-type img {
  margin-top: 0;
}
.manhua ul li a {
  display: block;
  box-sizing: border-box;
}
.manhua ul li a:hover img {
  border: 8px solid #f4e959;
  opacity: 1;
}
.manhua ul li img {
  border: 8px solid transparent;
  border-radius: 10px;
  opacity: .7;
  margin-top: 10px;
  display: none;
}
.manhua ul li h2 {
  line-height: 50px;
}
.manhua ul li h2 .tag {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0;
}
.manhua ul li h2 small {
  font-size: 12px;
  float: right;
  color: #888;
}
.manhua .inner {
  padding: 80px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #f0f0f0;
  min-height: 648px;
  border-radius: 10px;
  box-sizing: border-box;
}
.manhua .inner img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.activities ul li {
  padding: 30px 0;
  border-top: 1px solid #d0d0d0;
}
.activities ul li:hover h2 {
  color: #111;
}
.activities ul li:hover p {
  color: #666;
}
.activities ul li:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.activities ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.activities ul li h2 {
  margin-bottom: 15px;
}
.activities ul li a {
  margin-top: 30px;
}
.activities ul li .time {
  float: left;
  width: 160px;
}
.activities ul li .title {
  float: left;
  width: 620px;
  padding-right: 60px;
}
.activities ul li .pic {
  float: left;
  width: 340px;
}

.content-page .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-page .content h2 {
  margin: 40px 0;
}
.content-page .content h3 {
  color: #ff7e00;
  margin-bottom: 10px;
}
.content-page .content p {
  margin-bottom: 30px;
}
.content-page .content img {
  margin-bottom: 30px;
}
.content-page .time {
  float: left;
  width: 160px;
}
.content-page .title {
  float: left;
  width: 1020px;
}
.content-page .title h2 {
  margin-top: 0;
}
.content-page .footer {
  line-height: 30px;
}
.content-page .footer a {
  display: inline-block;
}
.content-page .footer span {
  display: inline-block;
  margin: 0   10px;
  color: #888;
}

.animation .first h2 {
  margin: 30px 0;
}
.animation .first p {
  text-indent: 2em;
}
.animation ul {
  margin-top: 40px;
}
.animation ul li {
  display: inline-block;
  width: 158px;
  margin-right: 8px;
  margin-bottom: 15px;
  line-height: 40px;
  border-radius: 20px;
  text-indent: 2em;
  color: #fff;
  background: linear-gradient(90deg, #ff9400, #fe7a00);
  box-shadow: 0 6px 25px -6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.animation ul li.current {
  color: #888;
  background: linear-gradient(90deg, #c8c8c8, #bebebe);
}
.animation ul li.current i {
  background-position: 0 0;
}
.animation ul li:nth-of-type(7n) {
  margin-right: 0;
}
.animation ul li i {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  background-position: -20px 0;
}
.animation dl {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.animation dl:last-of-type {
  margin: 0;
}
.animation dl dd {
  position: relative;
  padding: 25px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-top: 20px;
  height: 120px;
}
.animation dl dd::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #f0f0f0;
  margin-left: -10px;
}
.animation dl dd h2 {
  margin-bottom: 20px;
}

.magazine ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.magazine ul::after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  bottom: 0px;
  height: 104px;
  z-index: 1;
}
.magazine ul li {
  position: relative;
  float: left;
  width: 33%;
  padding: 35px 0 0 0;
  text-align: center;
  margin-bottom: 100px;
}
.magazine ul li img {
  transition: all .4s 0s linear;
  transform: translateY(10px);
}
.magazine ul li img:hover {
  transform: translateY(0px);
}
.magazine ul li h3 {
  margin-bottom: 20px;
  line-height: 20px;
}
.magazine ul li .download {
  left: 90px;
  bottom: -60px;
  position: absolute;
  z-index: 2;
}

.symptom .tabs {
  margin: 40px 0 60px;
}
.symptom .tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.symptom .tabs li {
  float: left;
  width: 196px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-right: 0;
  line-height: 58px;
  text-align: center;
  color: #444;
  font-size: 16px;
  cursor: pointer;
}
.symptom .tabs li:first-of-type {
  border-top-left-radius: 10px;
}
.symptom .tabs li:last-of-type {
  border-right: 1px solid #d0d0d0;
  border-top-right-radius: 10px;
}
.symptom .tabs li.current {
  color: #ff7e00;
}
.symptom .tabpanels {
  padding-bottom: 100px;
}
.symptom .panel h3 {
  font-size: 20px;
  color: #444444;
  margin-top: 20px;
}
.symptom .panel h3 strong {
  font-size: 26px;
  color: #d0d0d0;
}
.symptom .panel .pic {
  margin: 30px 0;
  text-align: center;
}
.symptom .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.symptom .panel .desc {
  float: left;
  width: 800px;
}
.symptom .panel .desc h2 {
  margin-bottom: 30px;
}
.symptom .panel .desc p {
  text-align: justify;
  text-indent: 2em;
  line-height: 25px;
  margin-bottom: 20px;
}
.symptom .panel .aside {
  float: left;
  width: 380px;
  text-align: center;
  margin-top:50px;
}

.product {
  margin-top: -70px;
}
.product .tabs {
  margin: 40px 0 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}
.product .tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product .tabs li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-right: 0;
  line-height: 58px;
  text-align: center;
  color: #444;
  font-size: 16px;
  cursor: pointer;
}
.product .tabs li:first-of-type {
  border-top-left-radius: 10px;
}
.product .tabs li:last-of-type {
  border-right: 1px solid #d0d0d0;
  border-top-right-radius: 10px;
}
.product .tabs li.current {
  color: #ff7e00;
}
.product dl {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  height: 200px;
  background: #f0f0f0;
  text-align: center;
  float: left;
  margin-top: -50px;
  margin-bottom: 50px;

}
.product dl:nth-child(2n) {
  background: #e7e7e7;
}
.product dl dt {
  display: block;
  font-size: 60px;
  color: #888;
  margin-bottom: 15px;
  margin-top: 30px;
}
.product dl dd {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 25px;
}
.product .tabpanels {
  padding-bottom: 100px;
}
.product .panel h2 {
  font-size: 30px;
  color: #444444;
  margin-top: 50px;
  margin-bottom: 20px;
}
.product .panel h2 strong {
  font-size: 30px;
  color: #d0d0d0;
}
.product .what {
  padding: 30px 80px 80px 80px;
  background: #f0f0f0;
}
.product .what h2 {
  margin-bottom: 30px;
}
.product .intro {
  padding: 80px 80px 20px 80px;
}
.product .intro:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product .intro h3 {
  font-size: 20px;
  color: #444;
  margin-bottom: 30px;
}
.product .intro li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.product .intro li h4 {
  margin: 30px;
  color: #444;
  font-size: 20px;
  padding: 0 20px;
  line-height: 26px;
}
.product .intro li p {
  padding: 0 30px;
  text-align: justify;
}

.product-first {
  padding: 70px 0;
  background: #f0f0f0;
  height: 626px;
}
.product-first .slider {
  position: relative;
  width: 760px;
  float: left;
}
.product-first .slider ul li {
  float: left;
}
.product-first .slider .prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-first .slider .prev-btn:hover {
  box-shadow: none;
}
.product-first .slider .next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 11;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-first .slider .next-btn:hover {
  box-shadow: none;
}
.product-first .slider .dots {
  margin-top: 30px;
}
.product-first .slider .dots div {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  width: 140px;
  height: 140px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.product-first .slider .dots div:last-of-type {
  margin-right: 0;
}
.product-first .slider .dots div.current::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: transparent;
  border: 7px solid #fff;
  border-radius: 5px;
}
.product-first .more {
  float: left;
  width: 350px;
  margin-left: 70px;
  text-align: justify;
}
.product-first .more .scrumb span {
  color: #888;
  margin: 0 3px;
}
.product-first .more h1 {
  margin-top: 20px;
}
.product-first .more h2 {
  margin-top: 10px;
  color: #ff7e00;
}
.product-first .more h4 {
  font-size: 14px;
  margin: 30px 0;
  color: #444;
}
.product-first .more .box {
  height: 40px;
  overflow: hidden;
  border-top: 1px solid #d0d0d0;
}
.product-first .more .box:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}
.product-first .more .box.expand {
  height: auto;
  overflow: hidden;
}
.product-first .more .box.expand i {
  transform: rotate(180deg);
}
.product-first .more .box .inner {
  max-height: 120px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.product-first .more .box h3 {
  font-size: 14px;
  color: #444;
  line-height: 40px;
}
.product-first .more .box h3 i {
  float: right;
  margin-top: 12px;
  margin-right: 12px;
}
.product-first .more .box p {
  color: #888;
  line-height: 20px;
}
.product-first .more .box dl {
  border-bottom: 1px dashed #c8c8c8;
  margin-right: 70px;
  padding: 7px;
}
.product-first .more .box dl:first-of-type {
  margin-top: 20px;
}
.product-first .more .box dl:last-of-type {
  margin-bottom: 20px;
}
.product-first .more .box dl dt {
  display: inline-block;
  width: 80px;
  text-align: left;
  color: #888;
}
.product-first .more .box dl dd {
  display: inline-block;
  float: right;
  color: #888;
}
.symptom{
	padding-top: 50px;
}
.icon-navsearch {
  background-image: url(./img/nav-search.png);
}
.circular{
  border-radius: 5px;
}


.expert li a{
  color: #444;
}

.window.hide .inner input{
	height:55px;
}