html,
body,
div,
span,
applet,
figure,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.pc {
  position: absolute;
  content: '';
}
.dsf {
  display: -webkit-flex;
  display: flex;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.ptb50 {
  padding: 50px 0;
}
.pb50 {
  padding-bottom: 50px;
}
.bg_red {
  background: #e63041;
}
.bg_black {
  background: #000;
}
.color-red {
  color: #e63041;
}
.dark-gray {
  color: #505050;
}
.f48 {
  font-size: 3em;
}
.f32 {
  font-size: 2em;
}
.f16 {
  font-size: 1em;
}
.f24 {
  font-size: 1.5em;
}
.tid-20 {
  text-indent: 20px;
}
.p20 {
  padding: 20px;
}
.mlr20 {
  padding: 0 20px;
}
.mtb20 {
  margin: 20px 0;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.lh30 {
  line-height: 30px;
}
.marginAuto {
  margin: 0 auto;
}
.mod-box {
  padding: 0 15%;
}
.bold {
  font-weight: 500;
}
.column-three {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.dwb {
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -o-box-align: center;
  -o-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
}
body {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875em;
  height: 100%;
  background: #fff;
}
a:hover,
a:active,
a:link,
a:visited {
  color: #000;
}
input,
select,
option,
button,
textarea {
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-background: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  border-radius: 1px;
  border: 0;
  outline: none;
  border-radius: 0;
}
img {
  border: none;
  max-width: 100%;
}
.img100 {
  border: none;
  width: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}
ul li {
  list-style-type: none;
}
.icon {
  display: inline-block;
  width: 109px;
  height: 109px;
  background-image: url(../images/icon/icon.png);
  background-repeat: no-repeat;
}
.icon-phone {
  background-position: 0 0;
}
.icon-Surveying {
  background-position: -237px 0;
}
.icon-dialogue {
  background-position: -474px 0;
}
.icon-offer {
  background-position: -704px 0;
}
.icon-sign {
  background-position: right 0;
}
.icon-pay {
  background-position: 0 bottom;
}
.icon-check {
  background-position: -237px bottom;
}
.icon-yuk {
  background-position: -474px bottom;
}
.icon-shouh {
  background-position: -704px bottom;
}
.icon-guarantee {
  background-position: right bottom;
}
.icon-success,
.icon-failure {
  width: 110px;
  height: 110px;
  background: url(../images/icon/01.png) no-repeat 0 0;
}
.icon-failure {
  background-position: 0 bottom;
}
.icon-location {
  background: url(../images/icon/location.png) no-repeat center 0;
  width: 25px;
  height: 22px;
  margin-bottom: -2px;
}
.icon-phone-gray {
  width: 37px;
  height: 37px;
  background: url(../images/icon/phone-gray.png) no-repeat;
}
.icon-arrow {
  background: url(../images/icon/arrow.png) no-repeat 0 0;
  width: 36px;
  height: 71px;
}
.icon-arrow-small {
  width: 14px;
  height: 25px;
  background: url(../images/icon/arrow-small.png) no-repeat 0 0;
}
.icon-question {
  width: 47px;
  height: 44px;
  background: url(../images/icon/info.png);
}
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg-gray {
  background: #f6f6f6 fixed;
}
.img-100 img {
  width: 100%;
  height: auto;
}
header {
  padding: 30px 15% 20px;
  position: relative;
}
header .logo {
  position: absolute;
  left: 15%;
}
header nav {
  padding: 0 200px 0 230px;
  font-size: 1.25em;
  color: #444;
  text-align: center;
}
header nav a {
  display: inline-block;
  line-height: 47px;
  margin: 0 12px;
  border-bottom: 2px solid #fff;
}
header nav a.on,
header nav a:hover {
  border-bottom: 2px solid #e63041;
}
header span {
  position: absolute;
  right: 15%;
  color: #fff;
  font-size: 1.25em;
  top: 30px;
  background: url(../images/icon/phone.png) no-repeat 10px center #e63041;
  height: 35px;
  line-height: 39px;
  padding: 5px 10px 5px 45px;
  border-radius: 5px;
}
.banner-box {
  background: url(../images/banner/banner.jpg) no-repeat 0 0 fixed;
  background-size: 100% 100%;
}
.stitle {
  font-size: 2.5em;
  color: #454444;
  text-align: center;
  line-height: 100px;
}
.lib-box {
  padding: 0 15%;
}
.lib-box .a-list {
  text-align: center;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -o-box-align: center;
  -o-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
  padding-bottom: 30px;
  display: -webkit-box;
}
.lib-box .a-list a {
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  font-size: 1.5em;
}
.lib-box .a-list .on {
  color: #e63041;
  position: relative;
}
.lib-box .a-list .on:before {
  position: absolute;
  content: '';
  width: 0px;
  bottom: -20px;
  left: 50%;
  margin-left: -12px;
  height: 0px;
  overflow: hidden;
  border-width: 10px;
  border-color: #e63041 transparent  transparent transparent;
  border-style: solid;
  border-style: solid dashed  dashed  dashed;
}
.lib-box .img-box-lib img {
  display: none;
  color: #fff;
  width: 100%;
  height: auto;
}
.setmeal {
  padding: 0 15%;
  margin: 15px 0;
}
.setmeal img {
  width: 100%;
}
.team {
  padding: 0 15%;
  margin: 15px 0;
  text-align: center;
}
.team li {
  width: 25%;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-left: -4px;
}
.team li img {
  width: auto;
  height: auto;
  margin-bottom: 15px;
}
.team li .icon-arrow {
  position: absolute;
}
.team li:nth-child(1) {
  background: #e63041;
  font-size: 1.25em;
  padding: 3%;
  width: 19%;
}
.team li:nth-child(1) .icon {
  top: 50%;
  margin-top: -35px;
  right: 10px;
}
.team li:nth-child(1) img {
  width: 70px;
  height: 70px;
}
.team li:nth-child(4) {
  background: #289dd4;
  font-size: 1.25em;
  padding: 3%;
  width: 19%;
}
.team li:nth-child(4) img {
  width: 70px;
  height: 70px;
}
.team li:nth-child(4) .icon {
  left: 50%;
  margin-left: -15px;
  bottom: -5px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.team li:nth-child(7) {
  background: #75c02c;
  font-size: 1.25em;
  padding: 3%;
  width: 19%;
}
.team li:nth-child(7) img {
  width: 70px;
  height: 70px;
}
.team li:nth-child(7) .icon {
  top: 50%;
  margin-top: -35px;
  left: 10px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.team .info-box {
  position: absolute;
  width: 84%;
  height: 84%;
  left: -100%;
  top: 0;
  transition: left 0.7s;
  -moz-transition: left 0.7s;
  -webkit-transition: left 0.7s;
  -o-transition: left 0.7s;
  padding: 8%;
  font-size: 1.375em;
  background: rgba(230, 48, 65, 0.5);
}
.team .info-box b {
  display: block;
  font-size: 1.8em;
}
.team .info-box a {
  border: 1px solid #fff;
  padding: 0 5px;
  margin-top: 10px;
  display: inline-block;
}
.team .info-box a:hover,
.team .info-box a:active,
.team .info-box a:link,
.team .info-box a:visited {
  color: #fff;
}
.team li:hover .info-box {
  left: 0;
}
.case {
  padding: 0 15%;
  margin: 15px 0;
  text-align: center;
}
.case h5 {
  color: #fff;
}
.case div {
  background: #333;
}
.case li {
  height: auto;
  max-width: 25%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 0 -10px -5px;
}
.case li:nth-child(1),
.case li:nth-child(5) {
  margin-left: 0;
}
.case dl {
  position: absolute;
  width: 90%;
  height: 90%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 5%;
  left: 0;
  top: -100%;
  transition: top 0.7s;
  -moz-transition: top 0.7s;
  -webkit-transition: top 0.7s;
  -o-transition: top 0.7s;
}
.case dt {
  font-size: 1.5em;
  margin-top: 10px;
  color: #fff;
}
.case dd {
  text-align: left;
  font-size: 1.125em;
  line-height: 26px;
  margin-top: 15px;
  color: #fff;
}
.case a {
  display: block;
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.case a:hover,
.case a:active,
.case a:link,
.case a:visited {
  color: #fff;
}
.case li:hover dl {
  top: 0;
}
.flow {
  padding: 20px 0;
}
.flow ul {
  margin: 0 10%;
  text-align: center;
}
.flow ul li {
  width: 19.5%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 4px;
  color: #505050;
  position: relative;
  min-height: 275px;
  overflow: hidden;
  font-size: 3.5em;
}
.flow ul li span {
  font-size: 0.5em;
  line-height: 35px;
  display: block;
}
.flow ul li:first-child span {
  line-height: 70px;
}
.flow ul i {
  display: block;
  margin: 10px auto;
}
.flow dl {
  display: none;
  position: absolute;
  width: 183%;
  padding: 15px 10%;
  background: #e63041;
  text-align: left;
  height: 576px;
  left: 103%;
  top: 0;
  z-index: 10;
  color: #fff;
  opacity: 0;
}
.flow dl:before {
  position: absolute;
  content: "";
  top: 20%;
  left: -30px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-width: 15px;
  border-color: transparent #e63041 transparent transparent;
  border-style: dashed solid dashed dashed;
}
.flow dl dt {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.flow dl dd {
  font-size: 1.2em;
}
.flow li:hover {
  background: #ececec;
  overflow: visible;
}
.flow li:hover dl {
  display: block;
  opacity: 1;
}
.flow li:nth-child(6) dl,
.flow li:nth-child(7) dl,
.flow li:nth-child(8) dl,
.flow li:nth-child(9) dl,
.flow li:nth-child(10) dl {
  top: auto;
  bottom: 0;
}
.flow li:nth-child(6) dl:before,
.flow li:nth-child(7) dl:before,
.flow li:nth-child(8) dl:before,
.flow li:nth-child(9) dl:before,
.flow li:nth-child(10) dl:before {
  top: auto;
  bottom: 20%;
}
.flow li:nth-child(4) dl,
.flow li:nth-child(5) dl,
.flow li:nth-child(9) dl,
.flow li:nth-child(10) dl {
  left: -202%;
}
.flow li:nth-child(4) dl:before,
.flow li:nth-child(5) dl:before,
.flow li:nth-child(9) dl:before,
.flow li:nth-child(10) dl:before {
  left: auto;
  right: -30px;
  border-color: transparent  transparent  transparent #e63041;
  border-style: dashed dashed solid dashed;
}
.info {
  padding: 10px 15%;
  text-align: center;
}
.info a {
  display: inline-block;
  vertical-align: top;
  font-size: 2.375em;
  padding: 15px 20px;
  position: relative;
  color: #777;
}
.info .on {
  color: #454444;
}
.info .on:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 6px;
  background: #e63041;
  bottom: 0px;
  left: 25%;
}
.info ul {
  text-align: left;
  padding-top: 55px;
  display: none;
}
.info ul li {
  position: relative;
  padding: 10px 0 10px 150px;
  height: 130px;
  margin-bottom: 30px;
}
.info ul span {
  width: 105px;
  height: 120px;
  background: #f6f6f6;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.5em;
  color: #454444;
  padding: 5px 15px;
  line-height: 28px;
}
.info ul span:first-line {
  font-size: 3em;
  color: #e63041;
  line-height: 65px;
}
.info h6 {
  font-size: 1.875em;
  color: #454444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.info p {
  font-size: 1.5em;
  color: #787878;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 44px;
}
.appraise {
  padding: 0px 15% 50px;
}
.appraise .text-box {
  padding: 10px 0;
  padding-left: 150px;
  position: relative;
  height: 130px;
}
.appraise img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 2px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: 10px;
}
.appraise p {
  background: #7db4d3;
  color: #fff;
  min-height: 100px;
  padding: 10px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1em;
  padding-bottom: 30px;
}
.appraise p span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: .7em;
}
.appraise p:before {
  position: absolute;
  content: "";
  top: 20%;
  left: -30px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-width: 15px;
  border-color: transparent #7db4d3 transparent  transparent;
  border-style: dashed solid dashed dashed;
}
footer {
  background: #333;
}
footer div {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #606060;
}
footer div a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  color: #fff;
  font-size: 0.75em;
}
footer div a:hover,
footer div a:active,
footer div a:link,
footer div a:visited {
  color: #fff;
}
footer ul {
  width: 70%;
  margin: 0 auto;
  color: #adadad;
  font-size: 0.93em;
  padding: 20px 0;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -o-box-align: center;
  -o-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
}
footer ul li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  min-width: 50%;
}
footer ul li:nth-child(2) {
  margin-left: 15px;
}
footer ul li:nth-child(2) p {
  font-size: 1.875em;
  min-width: 380px;
  font-weight: 600;
}
footer .footer-p {
  text-align: center;
  color: #a5a5a5;
  font-size: 0.625em;
  background: #282828;
  padding: 10px;
}
footer #renovate {
  height: 40px;
  overflow: hidden;
}
footer #renovate span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
}
.assessment {
  position: relative;
  font-size: 0.93em;
}
.assessment dl,
.assessment div {
  position: absolute;
  left: 10px;
  bottom: 40px;
  color: #505050;
  z-index: 10;
  background: #fff;
}
.assessment input {
  background: #f0f0f0;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}
.assessment dl {
  background: #fff;
  width: 220px;
}
.assessment dd {
  padding: 5px;
  font-size: 0.93em;
}
.assessment dd:nth-of-type(4) input {
  height: 50px;
  vertical-align: top;
}
.assessment dt {
  font-size: 1.125em;
  line-height: 30px;
  padding: 10px 0 5px;
}
.assessment button {
  background: #e63041;
  color: #fff;
  padding: 5px 10px;
}
.assessment i {
  display: block;
  margin: 15px;
}
.assessment div {
  width: auto;
  font-size: 1.125em;
  line-height: 40px;
}
.publish {
  background: url(../images/ewm.jpg) no-repeat 85% 14px rgba(0, 0, 0, 0.8);
  padding: 0 15%;
  height: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 70%;
  z-index: 20;
}
.publish h1 {
  color: #fff3c9;
  font-size: 1.875em;
  padding: 5px 0;
}
.publish p {
  font-size: 1.5em;
  color: #fff;
}
.publish input {
  background: #bababa;
  color: #959595;
  width: 200px;
  text-indent: 10px;
}
.publish span {
  color: #fff3c9;
}
.publish button {
  background: #e63041;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}
.publish i {
  color: #e63041;
  font-style: normal;
}
.publish div * {
  height: 40px;
  margin-right: 5px;
  margin-top: 10px;
  font-size: 1.125em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.publish .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: url(../images/icon/close.png);
}
.airlines {
  position: fixed;
  width: 95px;
  right: 5px;
  top: 45%;
  z-index: 20;
}
.airlines a {
  display: block;
  width: 95px;
  height: 95px;
  letter-spacing: 5px;
  position: relative;
  background: url(../images/icon/qq.png) no-repeat center 15px rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  line-height: 150px;
}
.airlines figure {
  position: absolute;
  right: 95px;
  width: 150%;
  top: 0;
  opacity: 0;
}
.airlines figure img {
  float: left;
}
.airlines a:hover figure {
  opacity: 1;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}
.airlines a.wx,
.airlines a.gzh {
  background-position: center -80px;
}
.airlines a.online {
  background-position: center -180px;
}
.airlines a:last-child {
  background-image: none;
  height: 75px;
}
.airlines a:last-child i {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.banner-in {
  position: relative;
}
.banner-in p {
  position: absolute;
  right: 15%;
  font-size: 2em;
  top: 0;
  color: #a9aa9d;
  top: 50%;
  margin-top: -45px;
  width: 80%;
  text-align: right;
}
.banner-in p:first-line {
  font-size: 1.5em;
}
.case-list {
  padding: 0 15%;
  margin-top: 15px;
}
.case-list li {
  margin-bottom: 30px;
  font-size: 1.25em;
  position: relative;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.case-list li:nth-child(3n) {
  margin: 0;
}
.case-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.case-list h1 {
  color: #282828;
}
.case-list p {
  color: #b4b4b4;
}
.case-list i {
  position: absolute;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  right: 10px;
  top: 10px;
  font-style: normal;
  text-align: center;
  font-size: 1.25em;
}
.pagenum {
  text-align: center;
  font-size: 1.5em;
  color: #333;
  margin: 50px 0;
}
.pagenum a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagenum .bg_red {
  color: #fff;
}
.consumer-info {
  border: 1px dashed #ad8286;
  background: #fef9fa;
  padding: 15px 3%;
  width: 64%;
  margin: 10px auto;
  font-size: 1.625em;
  line-height: 45px;
}
.consumer-info a:hover {
  color: #67a;
}
.img-show {
  width: 70%;
  margin: 30px auto;
}
.img-show dt {
  background: #333;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.img-show small {
  font-size: 0.7em;
  padding-left: 20px;
}
.img-show dd {
  font-size: 1.5em;
  padding-left: 10px;
  padding-top: 10px;
}
.img-show dd:nth-of-type(2) {
  padding: 20px 0 0 120px;
  position: relative;
}
.img-show .textone {
  position: absolute;
  left: 10px;
  top: 10px;
}
.red-logo {
  width: 80px;
  height: 80px;
}
.service-list {
  padding: 20px 0;
}
.service-list dt {
  font-size: 1.125em;
  color: #e63041;
  margin-bottom: 10px;
}
.service-list dd {
  font-size: 1em;
  color: #505050;
  margin-bottom: 10px;
}
.service-list dd:first-letter {
  color: #fff;
  background: #505050;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  padding: 2px 9px;
  line-height: 30px;
  margin-right: 10px;
}
.service-list dd:last-child:first-letter {
  background: none;
  padding: 0;
  margin: 0;
}
.questions {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  color: #fff;
  background: #e63041;
  padding: 5px 15px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  width: 150px;
  margin-bottom: 25px;
}
.questions i {
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.questions:hover {
  color: #fff;
}
.questions-list {
  color: #505050;
  padding: 20px 0 50px;
}
.questions-list dt {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 10px;
  margin: 25px 0 15px;
}
.questions-list dt i {
  color: #7bc0d7;
  padding: 3px 11px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #7bc0dc;
  font-style: normal;
  margin-right: 10px;
}
.questions-list dd:first-letter {
  color: #fff;
  padding: 6px 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e63041;
  margin-right: 10px;
}
.questions-list dd {
  font-size: 1em;
  line-height: 30px;
}
.article {
  line-height: 30px;
  border-bottom: 1px dashed #b4b4b4;
}
.article dt {
  font-size: 1em;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b4b4b4;
}
.article dt small {
  display: block;
  font-size: 0.75em;
  color: #b4b4b4;
  padding-top: 10px;
}
.article dd p:first-child {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}
.article dd p {
  text-indent: 40px;
  margin-bottom: 10px;
}
.article-next {
  padding: 30px 0;
  height: 30px;
  width: 100%;
  font-size: 0.93em;
  color: #787878;
}
.article-next li:first-child {
  float: left;
}
.article-next i {
  vertical-align: middle;
  margin-right: 10px;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  margin-top: -5px;
}
.article-next li:last-child {
  float: right;
}
.article-next li:last-child i {
  transform: rotate(180deg) scale(0.7);
  margin-left: 10px;
  margin-right: 0;
  -ms-transform: rotate(180deg) scale(0.7);
  -moz-transform: rotate(180deg) scale(0.7);
  -webkit-transform: rotate(180deg) scale(0.7);
  -o-transform: rotate(180deg) scale(0.7);
}
.team-header {
  font-size: 1.5em;
  padding: 15px 0;
  background: url(../images/icon/logo-red.png) no-repeat right center;
  background-size: auto 50%;
}
.team-header small {
  font-size: 0.81em;
  display: block;
}
.team-header input {
  border: 1px solid #b4b4b4;
  color: #b4b4b4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 260px;
  padding: 5px 40px 5px 5px;
  background: url(../images/icon/search.png) no-repeat 95% center;
  background-size: auto 70%;
}
.team-header .search {
  position: absolute;
  width: 40px;
  height: 30px;
  margin-left: -40px;
}
.team-list {
  padding: 30px 0;
  border-top: 1px dashed #f2f2f2;
}
.team-list li {
  background: #f2f2f2;
  margin-bottom: 15px;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.team-list li:nth-child(3n) {
  margin: 0;
}
.team-list b {
  display: block;
  font-size: 0.93em;
  margin-top: 10px;
  padding: 0 10px;
}
.team-list p {
  padding: 10px;
  color: #787878;
  font-size: 0.75em;
}
.team-list small {
  font-size: 0.75em;
  color: #282828;
  padding: 10px 10px 0px 10px;
  display: block;
}
.package-detail {
  background: #f9f9f9;
  margin: 20px 0;
  border: 1px solid #F1F1F1;
}
.package-detail dt {
  font-size: 0.93em;
  color: #505050;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
.package-detail dd {
  background: #fff;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f1f1f1;
}
.package-detail dd span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.package-detail dd span:first-child {
  border-right: 1px solid #F1F1F1;
  text-indent: 2em;
  width: 30%;
}
.package-detail dd span:last-child {
  width: 60%;
  text-indent: 1em;
}
.package-detail i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon-01.png) no-repeat 0 0;
  margin-right: 10px;
}
.package-detail dd:nth-of-type(2) i {
  background-position: 0 -80px;
}
.package-detail dd:nth-of-type(3) i {
  background-position: 0 -168px;
}
.package-detail dd:nth-of-type(4) i {
  background-position: 0 -246px;
}
.package-detail dd:nth-of-type(5) i {
  background-position: 0 -335px;
  height: 32px;
}
.package-detail dd:last-child {
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 10px;
}
.package-detail dd:last-child a {
  display: inline-block;
  margin: 0 10px;
  background: #e63041;
  color: #fff;
  padding: 0 20px;
}
.package-detail dd:last-child .price {
  padding: 0 10px;
  font-size: 1.125em;
  color: #e63041;
  font-weight: 600;
}
.hotline {
  background: #f2f2f2;
}
.hotline div {
  display: inline-block;
  vertical-align: middle;
}
.hotline .left-ewm {
  padding: 30px;
  text-align: center;
  color: #505050;
  margin: 0 30px;
}
.hotline i {
  vertical-align: middle;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.hotline b {
  font-size: 2em;
  color: #e63041;
  display: block;
  margin-bottom: 10px;
}
.hotline img {
  margin-bottom: 15px;
  width: 100px;
  height: auto;
}
.hotline p {
  font-size: 1.25em;
  color: #e63041;
  font-weight: 500;
}
.details-list {
  font-size: 0.93em;
  color: #656565;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.details-list li {
  margin-bottom: 15px;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.details-list li:nth-child(3n) {
  margin: 0;
}
.details-list img {
  display: block;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  opacity: 0.4;
}
.applyfor {
  position: absolute;
  width: 400px;
  right: 15%;
  top: 10%;
  background: rgba(255, 255, 255, 0.8);
  color: #ccc;
  z-index: 20;
  height: 80%;
  padding: 10px 20px;
  font-size: 1.5em;
}
.applyfor dt,
.applyfor dd {
  height: 13%;
  line-height: 43px;
  padding: 1% 10px;
}
.applyfor input,
.applyfor select {
  text-indent: 1em;
  font-size: 0.7em;
}
.applyfor dt {
  text-align: center;
  font-size: 1.25em;
  color: #505050;
}
.applyfor dd:nth-of-type(1) input,
.applyfor dd:nth-of-type(2) input {
  width: 100%;
  display: block;
  height: 100%;
}
.applyfor dd:nth-of-type(3) input,
.applyfor dd:nth-of-type(4) input,
.applyfor dd:nth-of-type(3) select,
.applyfor dd:nth-of-type(4) select {
  width: 47.7%;
  height: 100%;
}
.applyfor dd:nth-of-type(3) select,
.applyfor dd:nth-of-type(4) select {
  margin-right: 2%;
}
.applyfor a {
  width: 100%;
  background: #e63041;
  color: #fff;
  text-align: center;
  height: 100%;
  margin-top: 20px;
  font-size: 1em;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -o-box-align: center;
  -o-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
}
.error {
  background: -webkit-radial-gradient(#76f0fb, #34c3e7);
  background: -o-radial-gradient(#76f0fb, #34c3e7);
  background: -moz-radial-gradient(#76f0fb, #34c3e7);
  background: radial-gradient(#76f0fb, #34c3e7);
  background-size: 100% 100%;
  text-align: center;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -o-box-align: center;
  -o-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
}
.error img {
  max-width: 30%;
  max-height: 50%;
  display: block;
  margin: 0 auto 30px ;
}
.error a {
  background: #fff;
  color: #389eb0;
  font-size: 1.5em;
  padding: 5px 10px;
  border-radius: 5px;
}
.knowledge-box li {
  position: relative;
}
.knowledge-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.setmeal-box {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}
.setmeal-box figcaption {
  position: absolute;
  height: 70%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  left: 25%;
  top: 15%;
}
.setmeal-box figcaption:before,
.setmeal-box figcaption:after {
  position: absolute;
  width: 100%;
  height: 25%;
  left: -5px;
  content: "";
  border: 5px solid #fff;
}
.setmeal-box figcaption:before {
  top: 0;
  border-bottom: 0;
}
.setmeal-box figcaption:after {
  bottom: 0;
  border-top: 0;
}
.setmeal-box big {
  color: #e63041;
  font-size: 2em;
  display: inline-block;
  margin-top: 3%;
}
.setmeal-box p {
  color: #282828;
  font-size: 1.5em;
  line-height: 50px;
}
.setmeal-box button {
  padding: 10px;
  width: 50%;
  background: #e63041;
  color: #fff;
  font-size: 1.5em;
  margin-top: 10px;
  position: relative;
  z-index: 50;
}
.setmeal-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.fwinmask {
  position: fixed;
  z-index: 20;
  right: 10%;
  bottom: 5%;
}
.consulting {
  position: fixed;
  right: 10%;
  bottom: 60px;
  background: #fff;
  width: 40%;
  font-size: 16px;
  border: 2px solid #7bc0d7;
}
.consulting dt {
  background: #7bc0d7;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.consulting dt a,
.consulting dt a:hover {
  position: absolute;
  right: 10px;
  font-size: 12px;
  background: #fff;
  padding: 2px 4px;
  height: 20px;
  line-height: 20px;
  color: #7bc0d7 ;
  top: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.consulting dd {
  padding: 10px;
}
.consulting dd:first-of-type {
  text-align: center;
  line-height: 80px;
}
.consulting label {
  display: inline-block;
  width: 18%;
  margin-left: 5%;
  text-align: right;
}
.consulting input,
.consulting textarea {
  border: 1px solid #ECECEC;
  width: 230px;
  display: inline-block;
  padding: 5px;
}
.consulting span {
  color: red;
}
.consulting dd:last-child {
  text-align: center;
}
.consulting dd:last-child a {
  display: inline-block;
  background: #009FCD;
  color: #fff;
  margin: 10px;
  padding: 5px 10px;
}
.small-img-box {
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: left;
  -o-box-align: center;
  -o-box-pack: left;
  -moz-box-align: center;
  -moz-box-pack: left;
  box-align: center;
  box-pack: left;
}
.small-img-box img {
  display: block;
  height: auto;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  border: 2px solid #fff;
}
.small-img-box img:hover {
  border: 2px solid red;
}
.big-img-box img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.tips {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
  padding: 15px;
  font-size: 16px;
  width: 500px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -265px;
  top: 50%;
  text-align: center;
}
.apply-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  left: 0;
  top: 0;
  z-index: 9999;
}
.apply-mask .apply-box {
  left: 50%;
  top: 50%;
}
.apply-mask .applyfor {
  height: auto;
  padding: 30px 0;
}
.quick-applyfor {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  margin-left:-200px;
  margin-top:-150px;
  background: rgba(255, 255, 255, 0.8);
  color: #ccc;
  z-index: 20;
  height: 80%;
  padding: 10px 20px;
  font-size: 1.5em;
}
.apply-mask dd {
  height: 45px;
  line-height: 45px;
}
.apply-mask .close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px 10px;
  background: #ADADAD;
  color: #fff;
}
.typename {
  padding: 15px 15%;
}
.typename ul {
  margin-bottom: 10px;
}
.typename li {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #505050;
  margin-right: 20px;
}
.typename li a {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #505050;
}
.typename li:first-child {
  color: #606060;
  margin-right: 0;
}
.typename .active {
  /*border: 1px solid #E1E1E1;*/
  color: #D93B3B;
}
.introduce-d {
  padding: 50px 15%;
  text-align: center;
}
.introduce-d img {
  width: 100%;
  margin: 15px 0;
}
.introduce-d dt {
  font-size: 50px;
  font-weight: 400;
  line-height: 100px;
}
.introduce-d p {
  font-size: 35px;
  color: #656565;
  padding: 15px 0;
}
.unknown-list {
  text-align: center;
  width: 1240px;
  margin: 100px auto 0;
  color: #fff;
}
.unknown-list h1 {
  font-size: 26px;
  line-height: 60px;
}
.unknown-list li {
  padding: 50px 0;
  background: #289DD4;
  margin: 0 35px 50px;
  font-size: 18px;
  border: 10px solid #fff;
  outline: 1px solid #289DD4;
  vertical-align: middle;
  width: 320px;
  height: 100px;
  display: inline-block;
}
.unknown-list li:hover {
  background: #75C02C;
  outline: 1px solid #75c02c;
}
