@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
/*==== CSS Reset end ====*/
body {
  font-family: "Segoe UI", "Lucida Grande", "STHeiti Light", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-size: 14px;
  min-width: 1200px;
  overflow: hidden;
  color: #555555;
}
/* fonts */
@font-face {
  font-family: 'bebasregular';
  src: url('../fonts/bebas/bebast-webfont.eot');
  src: url('../fonts/bebas/bebast-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/bebast-webfont.woff2') format('woff2'), url('../fonts/bebas/bebast-webfont.woff') format('woff'), url('../fonts/bebas/bebast-webfont.ttf') format('truetype'), url('../fonts/bebas/bebast-webfont.svg#bebasregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';  /* project id 276768 */
  src: url('//at.alicdn.com/t/font_cqujton7o2bj4i.eot');
  src: url('//at.alicdn.com/t/font_cqujton7o2bj4i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_cqujton7o2bj4i.woff') format('woff'),
  url('//at.alicdn.com/t/font_cqujton7o2bj4i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_cqujton7o2bj4i.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.curr {
  color: #ffffff;
}
/* fonts end */
hr {
  background: #e6e4e7;
  height: 1px;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* animation */
.animation-box {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fadeInLeft {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
.fadeInRight {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}
.fadeInUp {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}
.fadeInDown {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.active-animeta {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/* hp animation end */
/* commone title */
.page-common-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.page-common-title .text {
  display: inline-block;
  margin: 0 auto;
}
.page-common-title .text h5 {
  float: left;
  font-size: 24px;
  margin-right: 20px;
}
.page-common-title .text p {
  float: left;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.page-common-title a {
  display: block;
  width: 200px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 38px;
  border: 1px solid #f63641;
  margin: 0 auto;
  margin-top: 20px;
  color: #f63641;
}
.page-common-title a span {
  display: block;
  float: right;
  margin-right: 60px;
  margin-left: -60px;
}
.page-common-title a:hover {
  background: #f63641;
  color: #ffffff;
}
/* commone title end */
/* commone btn */
/* commone btn end */
/* common filp */
.list-page-filp {
  display: block;
  font-size: 0;
  height: 40px;
  text-align: center;
  margin-top: 25px;
}
.list-page-filp li {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  list-style-type: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f6f6f6;
  margin: 0 2px;
  color: #666666;
}
.list-page-filp li:hover {
  background: #f63641;
  color: #ffffff;
}
.list-page-filp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
}
.list-page-filp span {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
}
.list-page-filp .prev {
  width: 70px;
}
.list-page-filp .next {
  width: 70px;
}
.list-page-filp .current {
  background: #f63641;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.list-page-filp .active {
  background: #f63641;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
/* common filp end */
/* common slider */
.am-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.am-slider .am-slides > li {
  width: 100%;
  height: auto;
  position: relative;
}
.am-slider .am-slides > li:first-child {
  display: block;
}
.am-slider .am-direction-nav {
  display: none;
}
.am-slider .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  width: 30px;
  height: 30px;
  margin: -18px 0 0;
  background: transparent;
  line-height: 28px;
  opacity: 1;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.am-slider .am-direction-nav a span {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.am-slider .am-direction-nav .am-prev {
  left: 60px;
  padding-right: 3px;
}
.am-slider .am-direction-nav .am-prev:hover span {
  color: #f63641;
}
.am-slider .am-direction-nav .am-next {
  right: 60px;
  padding-left: 3px;
}
.am-slider .am-direction-nav .am-next:hover span {
  color: #f63641;
}
.am-slider .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 99;
  text-align: center;
}
.am-slider .am-control-nav li {
  display: inline-block;
}
.am-slider .am-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ffffff;
  text-indent: -9999px;
  background-clip: content-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.am-slider .am-control-nav li a:hover {
  background: #f63641;
  border-color: #f63641;
}
.am-slider .am-control-nav li .am-active {
  background: #f63641;
  border-color: #f63641;
}
/* common slider end */
/* common aside */
.aside-right {
  position: fixed;
  right: 30px;
  bottom: 150px;
  z-index: 999;
  border: 1px solid #e6e4e7;
  text-align: center;
  width: 120px;
  background: #ffffff;
}
.aside-right .consult {
  padding: 20px 0;
  border-bottom: 1px solid #e6e4e7;
}
.aside-right .consult svg {
  font-size: 60px;
}
.aside-right .consult span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  color: #f63641;
}
.aside-right .tell {
  padding: 20px 0;
  border-bottom: 1px solid #e6e4e7;
}
.aside-right .tell span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.aside-right .tell p {
  font-size: 14px;
  line-height: 14px;
  color: #f63641;
}
.aside-right .tell p:nth-child(2) {
  margin-bottom: 15px;
}
.aside-right .qrandtop span {
  width: 58px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.aside-right .qrandtop .qr-code-btn {
  width: 59px;
  border-right: 1px solid #e6e4e7;
}
.aside-right .qr-code {
  display: none;
  position: absolute;
  top: 140px;
  left: -140px;
  width: 120px;
  height: 180px;
  padding: 10px;
  border: 1px solid #e6e4e7;
  text-align: center;
  background: #ffffff;
}
.aside-right .qr-code img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.aside-right .qr-code span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.aside-right .qr-code:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #e6e4e7;
  position: absolute;
  bottom: 18px;
  right: -14px;
}
.aside-right .qr-code:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff;
  position: absolute;
  bottom: 20px;
  right: -12px;
  z-index: 99;
}
/* common aside end */
/* common table */
.page-common-table {
  width: 370px;
}
.page-common-table .table-common-project {
  border: 1px solid #e6e4e7;
}
.page-common-table .table-common-project .page-common-title {
  margin-bottom: 0;
}
.page-common-table .table-common-project .table-project-list {
  padding: 0 20px;
}
.page-common-table .table-common-project .table-project-list ul li {
  height: 50px;
  border-bottom: 1px solid #e6e4e7;
}
.page-common-table .table-common-project .table-project-list ul li:last-child {
  border-bottom: none;
}
.page-common-table .table-common-project .table-project-list ul li:hover {
  color: #f63641;
}
.page-common-table .table-common-project .table-project-list ul li:hover span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-common-table .table-common-project .table-project-list ul li p {
  margin-left: 25px;
  line-height: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-common-table .table-common-project .table-project-list ul li p span {
  display: block;
  font-size: 12px;
  margin-right: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-common-table .page-common-contact {
  width: 370px;
  border: 1px solid #e6e4e7;
  padding-bottom: 30px;
  margin-top: 30px;
}
.page-common-table .page-common-contact p {
  margin: 0 25px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 18px;
}
.page-common-table .page-common-contact p:last-child {
  margin-bottom: 0px;
}
/* common table end */
/* common alter mask */
.common-alter-mask {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999 !important;
}
.common-alter-mask .alter-content {
  width: 260px;
  height: 260px;
  background: #ffffff;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common-alter-mask .alter-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.common-alter-mask .alter-content .close-btn {
  display: block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
}
/* common alter mask end */
/* common banner */
.page-common-banner {
  width: 100%;
  height: 150px;
  text-align: center;
}
.page-common-banner .jqthumb {
  width: 1170px;
  height: 150px;
  margin: 0 auto;
}
/* common banner end */
/* common form */
.my-form {
  width: 100%;
}
.my-form .form-group {
  margin: 10px 0;
  padding-left: 80px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #6070af;
  position: relative;
}
.my-form .form-group .input-name {
  width: 70px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.my-form .form-group .error {
  width: auto;
  line-height: 30px;
  color: #ff0000;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.my-form .form-group input.error,
.my-form .form-group textarea.error {
  position: static;
  color: #ffffff;
}
.my-form .form-group input {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 26px;
  border: none;
  background: none;
  color: #ffffff;
  font-family: "microsoft yahei";
}
.my-form .form-group textarea {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 30px;
  border: none;
  background: none;
  color: #ffffff;
  font-family: "microsoft yahei";
}
.my-form .form-group textarea:-webkit-autofill {
  background-color: transparent;
}
/* common form end */
.page-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
/*==== common css end ====*/
.popup-box {
  display: none;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 155;
  margin-left: -75px;
  margin-top: -75px;
}
.popup-box img {
  width: 250px;
  height: 250px;
}
/*===== header =====*/
.header-box {
  width: 100%;
  height: 170px;
}
.header-box .header-top-box {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e6e4e7;
  background: #f6f6f6;
}
.header-box .header-top-box .header-top {
  width: 1170px;
  height: 30px;
  margin: 0 auto;
}
.header-box .header-top-box .header-top .qqgroup p {
  display: block;
  color: #999999;
  line-height: 30px;
  font-size: 14px;
  margin-right: 5px;
}
.header-box .header-top-box .header-top .qqgroup img {
  margin: 5px 0;
}
.header-box .header-top-box .header-top .item {
  line-height: 30px;
}
.header-box .header-top-box .header-top .item a p {
  float: left;
}
.header-box .header-top-box .header-top .item a p span {
  float: left;
  display: block;
  margin-right: 5px;
  margin-left: 20px;
  color: #f63641;
}
.header-box .header-top-box .header-top .item a:last-child {
  color: #f63641;
}
.header-box .header-down-box .header-down {
  width: 1170px;
  height: 100px;
  margin: 0 auto;
}
.header-box .header-down-box .header-down .hp-logo {
  display: block;
  margin: 25px 0;
}
.header-box .header-down-box .header-down .hp-logo img {
  width: 200px;
  height: 50px;
}
.header-box .header-down-box .header-down .input-box {
  width: 370px;
  height: 60px;
  margin-left: 200px;
  margin-top: 25px;
}
.header-box .header-down-box .header-down .input-box .form-group {
  width: 370px;
  height: 36px;
  border: 2px solid #f63641;
  overflow: hidden;
}
.header-box .header-down-box .header-down .input-box .form-group >form> input {
  width: 188px;
  border: none;
  line-height: 32px;
  padding-left: 15px;
  font-size: 12px;
}
.header-box .header-down-box .header-down .input-box .form-group label {
  padding: 0;
  float: right;
  width: 78px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #f63641;
  color: #ffffff;
}
.header-box .header-down-box .header-down .input-box .form-group label span {
  text-align: right;
  margin-right: -15px;
}
.header-box .header-down-box .header-down .input-box .form-group label input {
  font-size: px;
  border: none;
  background: none;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-right: 10px;
}
.header-box .header-down-box .header-down .input-box ul {
  margin: 0 auto;
}
.header-box .header-down-box .header-down .input-box ul li {
  float: left;
  padding: 0 10px;
  color: #999999;
  border-right: 1px solid #999999;
  height: 14px;
  line-height: 14px;
  margin-top: 5px;
}
.header-box .header-down-box .header-down .input-box ul li:first-child {
  padding-left: 0;
}
.header-box .header-down-box .header-down .input-box ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.header-box .header-down-box .header-down .input-box ul .curr {
  color: #f63641;
}
.header-box .header-down-box .header-down > ul {
  margin-right: 70px;
  margin-top: 20px;
}
.header-box .header-down-box .header-down > ul li {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  text-align: center;
}
.header-box .header-down-box .header-down > ul li span {
  display: block;
  font-size: 16px;
  height: 35px;
  width: 35px;
  border: 2px solid #f63641;
  line-height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f63641;
  margin: 0 auto;
}
.header-box .header-down-box .header-down > ul li p {
  margin-top: 5px;
}
.header-box .header-down-box .header-new-box {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f63641;
}
.header-box .header-down-box .header-new-box .header-new {
  width: 1170px;
  height: 40px;
  margin: 0 auto;
}
.header-box .header-down-box .header-new-box .header-new > a {
  display: block;
  float: left;
  background: #f63641;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-left: -200px;
}
.header-box .header-down-box .header-new-box .header-new > a .iconfont {
  float: left;
  font-size: 30px;
  margin-left: 25px;
}
.header-box .header-down-box .header-new-box .header-new > a p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 70px;
}
.header-box .header-down-box .header-new-box .header-new ul {
  float: left;
  margin-left: 20px;
}
.header-box .header-down-box .header-new-box .header-new ul li {
  float: left;
  line-height: 40px;
  font-size: 14px;
  margin: 0 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-box .header-down-box .header-new-box .header-new ul li:hover {
  color: #f63641;
}
.header-box .header-down-box .header-new-box .header-new ul li:first-child {
  color: #f63641;
}
/*===== header end =====*/
/*===== page header =====*/
.page-headerbox {
  width: 100%;
  height: 90px;
  background: #f63641;
  color: #ffffff;
  -webkit-box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
}
.page-headerbox .header-content {
  width: 1170px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.page-headerbox .header-content .header-logo {
  max-width: 340px;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 2;
}
.page-headerbox .header-content .header-logo > div {
  line-height: 90px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-headerbox .header-content .header-logo > div img {
  width: 100%;
  vertical-align: middle;
}
.page-headerbox .header-content .header-logo .logo {
  display: none;
}
.page-headerbox .header-content .header-logo .active-logo {
  display: block;
}
.page-headerbox .header-content nav {
  height: 90px;
  margin: 0 auto;
  text-align: center;
}
.page-headerbox .header-content nav li {
  display: inline-block;
  margin: 0 20px;
}
.page-headerbox .header-content nav li > a {
  display: block;
  height: 100%;
  padding: 0 5px;
  line-height: 90px;
  font-size: 16px;
  position: relative;
}
.page-headerbox .header-content nav li > a:hover::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-headerbox .header-content nav li > a::after {
  content: "";
  display: block;
  border-top: 4px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 20px;
}
.page-headerbox .header-content nav .curr a::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*===== page header end =====*/
/*===== footer =====*/
.footer-box {
  width: 100%;
  background: #3d3d3d;
  color: #ffffff;
}
.footer-box .footer-content {
  width: 1170px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer-box .footer-content .logo-tell-box .footer-logo {
  width: 200px;
  height: 45px;
}
.footer-box .footer-content .logo-tell-box .footer-tell {
  margin-top: 30px;
}
.footer-box .footer-content .logo-tell-box .footer-tell em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
}
.footer-box .footer-content .logo-tell-box .footer-tell span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
}
.footer-box .footer-content .logo-tell-box .footer-tell p {
  font-size: 14px;
  margin-top: 5px;
}
.footer-box .footer-content .qr-code-box {
  margin-left: 50px;
  width: 300px;
}
.footer-box .footer-content .qr-code-box .qr-code {
  width: 120px;
  float: left;
}
.footer-box .footer-content .qr-code-box .qr-code img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer-box .footer-content .qr-code-box .qr-code:first-child {
  margin-right: 30px;
}
.footer-box .footer-content > ul > li {
  float: left;
  width: 120px;
  text-align: left;
  margin: 0 10px;
}
.footer-box .footer-content > ul > li a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-box .footer-content > ul > li a:hover {
  color: #f63641;
}
.footer-box .footer-content > ul > li p {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-box .footer-copy-box {
  width: 100%;
  height: 40px;
  text-align: center;
  border-top: 1px solid #4d4a4f;
}
.footer-box .footer-copy-box p {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}
/*===== footer end ===== */
/*=== index ===*/
/* banner */
.hp-banner-box {
  width: 100%;
}
.hp-banner-box .hp-banner {
  width: 1170px;
  margin: 0 auto;
}
.hp-banner-box .hp-banner .hp-banner-table {
  width: 200px;
}
.hp-banner-box .hp-banner .hp-banner-table ul li {
  width: 200px;
  height: 51px;
  padding: 0 20px;
  background: #343235;
}
.hp-banner-box .hp-banner .hp-banner-table ul li:hover a {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  color: #f63641;
}
.hp-banner-box .hp-banner .hp-banner-table ul li a {
  display: block;
  float: left;
  width: 160px;
  height: 51px;
  line-height: 50px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #666662;
}
.hp-banner-box .hp-banner .hp-banner-table ul li a .item {
  float: left;
  text-align: center;
  width: 25px;
  font-size: 20px;
  margin-left: 10px;
}
.hp-banner-box .hp-banner .hp-banner-table ul li a p {
  float: left;
  font-size: 14px;
  margin-left: 15px;
}
.hp-banner-box .hp-banner .hp-banner-table ul li a .right {
  float: right;
  font-size: 12px;
}
.hp-banner-box .hp-banner .hp-banner-table ul li:last-child a {
  border-bottom: none;
}
.hp-banner-box .hp-banner .hp-banner-content {
  width: 970px;
  height: 408px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box {
  width: 240px;
  height: 408px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-box {
  width: 100%;
  height: 140px;
  text-align: center;
  padding-top: 25px;
  position: relative;
  color: #ffffff;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-box span {
  font-size: 18px;
  font-weight: bold;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-box p {
  font-size: 14px;
  margin: 10px auto;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-box .bdsharebuttonbox {
  width: 155px;
  margin: 0 auto;
  text-align: center;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot {
  width: 100%;
  height: 268px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li {
  width: 100%;
  height: 134px;
  border-bottom: 1px solid #e6e4e7;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li .text {
  padding-left: 10px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li .text em {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li .text p {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 20px;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li .text span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f63641;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
.hp-banner-box .hp-banner .hp-banner-content .banner-share-box .share-hot li img {
  margin-right: 20px;
}
#hp_banner {
  width: 730px;
  height: 408px;
  position: relative;
}
#hp_banner .am-slides > li {
  display: none;
  width: 730px;
  height: 408px;
  position: relative;
}
#hp_banner .am-slides > li:first-child {
  display: block;
}
#hp_banner .am-slides > li a {
  display: block;
  position: relative;
}
#hp_banner .am-slides > li .thumb {
  width: 100%;
  height: 408px;
  position: relative;
}
#hp_banner .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  margin-bottom: -2px;
  z-index: 99;
  text-align: center;
}
#hp_banner .am-control-nav li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#hp_banner .am-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 99;
  margin: -5px auto;
  background: #ffffff;
  text-indent: -9999px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#hp_banner .am-control-nav li a:hover {
  background: #f63641;
}
#hp_banner .am-control-nav li .am-active {
  background: #f63641;
}
/* banner end */
/* partition small */
.hp-partition-small-box {
  width: 100%;
  height: 50px;
  background: #f6f6f6;
}
.hp-partition-small-box .hp-partition-small {
  width: 1170px;
  height: 50px;
  margin: 0 auto;
}
.hp-partition-small-box .hp-partition-small p {
  line-height: 50px;
  font-size: 14px;
  height: 50px;
  color: #999999;
}
.hp-partition-small-box .hp-partition-small p span {
  float: left;
  font-size: 16px;
  color: #f63641;
  margin-right: 15px;
}
/* partition small end */
/* selected */
.hp-seckill-box {
  width: 100%;
  padding: 40px 0 0 0;
}
.hp-seckill-box .hp-seckill {
  width: 1170px;
  margin: 0 auto;
}
.hp-seckill-box .hp-seckill ul {
  margin: 0 -15px;
}
.hp-seckill-box .hp-seckill ul li {
  width: 370px;
  height: 510px;
  float: left;
  margin: 15px;
  -webkit-box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 30px 1px rgba(0, 0, 0, 0.05), 1px 3px 30px 1px rgba(0, 0, 0, 0.05);
}
.hp-seckill-box .hp-seckill ul li .jqthumb {
  width: 100%;
  height: 310px;
text-align: center;
}
.hp-seckill-box .hp-seckill ul li .text {
  padding: 15px 0 0 15px;
}
.hp-seckill-box .hp-seckill ul li .text h4 {
  width: 330px;
  font-size: 16px;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-seckill-box .hp-seckill ul li .text h4:hover {
  color: #f63641;
}
.hp-seckill-box .hp-seckill ul li .text .tianmao {
  margin-top: 15px;
}
.hp-seckill-box .hp-seckill ul li .text .tianmao .iconfont {
  font-size: 17px;
  margin-right: 10px;
  color: #bf0000;
}
.hp-seckill-box .hp-seckill ul li .text .tianmao p {
  font-size: 14px;
  line-height: 18px;
  color: #f63641;
}
.hp-seckill-box .hp-seckill ul li .text .tianmao p strong {
  font-size: 18px;
}
.hp-seckill-box .hp-seckill ul li .text .ticket {
  margin-top: 10px;
}
.hp-seckill-box .hp-seckill ul li .text .ticket p {
  font-size: 14px;
  color: #999999;
}
.hp-seckill-box .hp-seckill ul li .text .ticket p span {
  color: #f63641;
}
.hp-seckill-box .hp-seckill ul li .text .process {
  margin-top: 15px;
}
.hp-seckill-box .hp-seckill ul li .text .process p {
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.hp-seckill-box .hp-seckill ul li .text .process > span {
  float: left;
  line-height: 30px;
  margin: 0 10px;
  color: #f63641;
}
.hp-seckill-box .hp-seckill ul li .text .process a {
  display: block;
  float: left;
  width: 90px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 30px;
  color: #ffffff;
  background: #f63641;
}
.hp-seckill-box .hp-seckill ul li .text .process a span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  float: left;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #f63641;
  margin: 7px 5px;
}
.hp-seckill-box .hp-seckill ul li .text .process a:hover {
  background: #f5565e;
}
.hp-seckill-box .hp-seckill ul li .text .buy {
  width: 350px;
  height: 50px;
  background: #f63641;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
  margin-top: 20px;
}
.hp-seckill-box .hp-seckill ul li .text .buy a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 40px 0 20px;
}
.hp-seckill-box .hp-seckill ul li .text .buy a span {
  line-height: 60px;
}
.hp-seckill-box .hp-seckill ul li .text .buy a span strong {
  font-size: 30px;
  line-height: 30px;
}
.hp-seckill-box .hp-seckill ul li .text .buy:hover {
  background: #f5565e;
}
/* selected end */
.hp-discount-box {
  width: 100%;
  padding: 40px 0 40px 0;
  margin-top: -15px;
}
.hp-discount-box .page-common-title p {
  color: #f63641;
}
.hp-discount-box .hp-discount {
  width: 1170px;
  margin: 0 auto;
}
.hp-discount-box .hp-discount > ul {
  margin: 0 -15px;
}
.hp-discount-box .hp-discount > ul > li {
  float: left;
  width: 270px;
  height: 390px;
  margin: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e6e4e7;
}
.hp-discount-box .hp-discount > ul > li:hover {
  border: 1px solid #f63641;
}
.hp-discount-box .hp-discount > ul > li .jqthumb {
  width: 100%;
  height: 270px;
}
.hp-discount-box .hp-discount > ul > li .text {
  padding: 10px 10px 0px 10px;
}
.hp-discount-box .hp-discount > ul > li .text h4 {
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 40px;
}
.hp-discount-box .hp-discount > ul > li .text h4:hover {
  color: #f63641;
}
.hp-discount-box .hp-discount > ul > li .text .price {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  position: relative;
}
.hp-discount-box .hp-discount > ul > li .text .price > p {
  float: left;
  margin-top: 11px;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.hp-discount-box .hp-discount > ul > li .text .price span {
  display: block;
  float: left;
  font-size: 14px;
  color: #f63641;
  margin-top: 4px;
  margin-left: 5px;
}
.hp-discount-box .hp-discount > ul > li .text .price span strong {
  font-size: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.hp-discount-box .hp-discount > ul > li .text .price .ticket {
  width: 60px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.hp-discount-box .hp-discount > ul > li .text .price .ticket:hover img {
  opacity: 0.9;
}
.hp-discount-box .hp-discount > ul > li .text .price .ticket img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hp-discount-box .hp-discount > ul > li .text .price .ticket p {
  width: 60px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.hp-discount-box .hp-discount > ul > li .text .features {
  width: 100%;
  height: 20px;
  margin-top: 5px;
}
.hp-discount-box .hp-discount > ul > li .text .features p {
  font-size: 12px;
  line-height: 20px;
}
.hp-discount-box .hp-discount > ul > li .text .features p span {
  color: #f63641;
}
.hp-discount-box .hp-discount > ul > li .text .features ul {
  margin-right: -2px;
}
.hp-discount-box .hp-discount > ul > li .text .features ul li {
  float: left;
  margin: 2px;
}
.hp-partition-big-box {
  width: 100%;
  padding: 20px 0;
  background: #f6f6f6;
}
.hp-partition-big-box .hp-partition-big {
  width: 1170px;
  height: 60px;
  margin: 0 auto;
}
.hp-partition-big-box .hp-partition-big ul {
  margin: 0 -90px;
}
.hp-partition-big-box .hp-partition-big ul li {
  float: left;
  width: 270px;
  height: 60px;
  margin: 0 90px;
}
.hp-partition-big-box .hp-partition-big ul li span {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #f63641;
  font-size: 30px;
  color: #f63641;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.hp-partition-big-box .hp-partition-big ul li p {
  font-size: 30px;
  line-height: 60px;
}
/* content end */
/*=== index end ===*/
/*=== details ===*/
/* content */
.details-content-box {
  width: 100%;
  padding: 40px 0;
}
.details-content-box .details-content {
  width: 1170px;
  margin: 0 auto;
}
.details-content-box .details-content .details-table {
  width: 1050px;
}
.details-content-box .details-content .details-table ul li {
  height: 20px;
  float: left;
}
.details-content-box .details-content .details-table ul li a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.details-content-box .details-content .details-table ul li:hover a {
  border-bottom: 1px solid #f63641;
  color: #f63641;
}
.details-content-box .details-content .details-table > a {
  color: #f63641;
  margin-left: 5px;
}
.details-content-box .details-product {
  width: 1050px;
  margin-top: 40px;
}
.details-content-box .details-product .jqthumb {
  width: 400px;
  height: 370px;
}
.details-content-box .details-product .text {
  width: 530px;
  margin-left: 40px;
}
.details-content-box .details-product .text .product-name {
  width: 100%;
  height: 20px;
  margin-bottom: 65px;
}
.details-content-box .details-product .text .product-name span {
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #bf0000;
}
.details-content-box .details-product .text .product-name p {
  float: left;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  width:500px;
}
.details-content-box .details-product .text .product-reason {
  height: 40px;
  font-size: 14px;
  margin-bottom: 35px;
}
.details-content-box .details-product .text .product-reason p {
  color: #999999;
  height: 40px;
  overflow: hidden;
}
.details-content-box .details-product .text .product-reason p span {
  color: #f63641;
}
.details-content-box .details-product .text .product-price {
  width: 100%;
  height: 80px;
  background: #f6f6f6;
  position: relative;
}
.details-content-box .details-product .text .product-price > p {
  float: left;
  margin-top: 38px;
  margin-left: 20px;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
}
.details-content-box .details-product .text .product-price span {
  display: block;
  float: left;
  font-size: 14px;
  color: #f63641;
  margin-top: 25px;
  margin-left: 45px;
}
.details-content-box .details-product .text .product-price span strong {
  font-size: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.details-content-box .details-product .text .product-price .ticket {
  width: 90px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.details-content-box .details-product .text .product-price .ticket:hover img {
  opacity: 0.9;
}
.details-content-box .details-product .text .product-price .ticket img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.details-content-box .details-product .text .product-price .ticket p {
  width: 50px;
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 55;
}
.details-content-box .details-product .text .product-number {
  width: 100%;
  height: 20px;
  margin: 15px 0;
}
.details-content-box .details-product .text .product-number ul li {
  float: left;
  margin-right: 30px;
}
.details-content-box .details-product .text .product-number ul li span {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #f63641;
  margin-right: 10px;
}
.details-content-box .details-product .text .product-number ul li p {
  width: 200px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.details-content-box .details-product .text .product-number ul li p strong {
  font-style: normal;
  color: #f63641;
}
.details-content-box .details-product .text .product-ticket {
  width: 400px;
  height: 80px;
  margin-bottom: 30px;
  position: relative;
}
.details-content-box .details-product .text .product-ticket img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.details-content-box .details-product .text .product-ticket .ticket-price {
  width: 320px;
  height: 80px;
  padding: 5px 0 0 50px;
  color: #ffffff;
}
.details-content-box .details-product .text .product-ticket .ticket-price span {
  display: block;
  line-height: 50px;
  margin-right: 5px;
  float: left;
  font-size: 56px;
}
.details-content-box .details-product .text .product-ticket .ticket-price em {
  display: block;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.details-content-box .details-product .text .product-ticket .ticket-price i {
  display: block;
  font-style: normal;
  font-size: 24px;
}
.details-content-box .details-product .text .product-ticket .ticket-price p {
  text-transform: uppercase;
  font-weight: bold;
}
.details-content-box .details-product .text .product-ticket .ticket-click {
  width: 80px;
  height: 80px;
  position: relative;
}
.details-content-box .details-product .text .product-ticket .ticket-click p {
  width: 45px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  color: #f63641;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -23px;
  z-index: 55;
}
.details-content-box .details-product .text .product-ticket .ticket-click span {
  display: block;
  margin-top: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 40px;
  color: #f63641;
  text-align: center;
}
.details-content-box .details-product .text .product-share {
  height: 20px;
}
.details-content-box .details-product .text .product-share p {
  float: left;
  font-size: 14px;
  color: #999999;
}
.details-content-box .details-product .text .product-share p span {
  color: #f63641;
}
.details-content-box .details-product .text .product-share .bdsharebuttonbox {
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.details-content-box .details-rob {
  width: 120px;
  text-align: center;
}
.details-content-box .details-rob span {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  width: 80px;
  color: #f63641;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.details-content-box .details-rob span::after {
  content: "";
  width: 120px;
  display: block;
  border-top: 1px solid #f63641;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: -20px;
  bottom: 8px;
  z-index: -1;
}
.details-content-box .details-rob ul li {
  margin-top: 10px;
}
.details-content-box .details-rob ul li .jqthumb {
  width: 120px;
  height: 100px;
  position: relative;
}
.details-content-box .details-rob ul li .jqthumb .mask {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
}
.details-content-box .details-rob ul li .jqthumb:hover .mask {
  opacity: 1;
}
.details-content-box .details-rob ul li p {
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  background: #f63641;
  line-height: 20px;
}
/* content end */
.details-discount-box {
  width: 100%;
  padding: 40px 0 40px 0;
  background: #f6f6f6;
}
.details-discount-box .page-common-title p {
  color: #f63641;
}
.details-discount-box .details-discount {
  width: 1170px;
  margin: 0 auto;
}
.details-discount-box .details-discount > ul {
  margin: 0 -15px;
}
.details-discount-box .details-discount > ul > li {
  float: left;
  width: 270px;
  height: 390px;
  margin: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e6e4e7;
}
.details-discount-box .details-discount > ul > li:hover {
  border: 1px solid #f63641;
}
.details-discount-box .details-discount > ul > li .jqthumb {
  width: 100%;
  height: 270px;
}
.details-discount-box .details-discount > ul > li .text {
  padding: 10px 10px 0px 10px;
}
.details-discount-box .details-discount > ul > li .text h4 {
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 40px;
}
.details-discount-box .details-discount > ul > li .text h4:hover {
  color: #f63641;
}
.details-discount-box .details-discount > ul > li .text .price {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  position: relative;
}
.details-discount-box .details-discount > ul > li .text .price > p {
  float: left;
  margin-top: 11px;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.details-discount-box .details-discount > ul > li .text .price span {
  display: block;
  float: left;
  font-size: 14px;
  color: #f63641;
  margin-top: 4px;
  margin-left: 5px;
}
.details-discount-box .details-discount > ul > li .text .price span strong {
  font-size: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.details-discount-box .details-discount > ul > li .text .price .ticket {
  width: 60px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.details-discount-box .details-discount > ul > li .text .price .ticket:hover img {
  opacity: 0.9;
}
.details-discount-box .details-discount > ul > li .text .price .ticket img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.details-discount-box .details-discount > ul > li .text .price .ticket p {
  width: 60px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.details-discount-box .details-discount > ul > li .text .features {
  width: 100%;
  height: 20px;
  margin-top: 5px;
}
.details-discount-box .details-discount > ul > li .text .features p {
  font-size: 12px;
  line-height: 20px;
}
.details-discount-box .details-discount > ul > li .text .features p span {
  color: #f63641;
}
.details-discount-box .details-discount > ul > li .text .features ul {
  margin-right: -2px;
}
.details-discount-box .details-discount > ul > li .text .features ul li {
  float: left;
  margin: 2px;
}

        
        
        
        
        
        
        
        
        
        
        