/* * * * * * * * * * * * * * * * * * * * * * *
		reset
* * * * * * * * * * * * * * * * * * * * * * */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:link,
a:visited,
a:active,
a:hover {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  /*display: block;*/
  vertical-align: bottom;
}
body > img {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
html {
  width: 100%;
}
a:hover {
  color: #ee800d;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Source Han Sans SC,
    Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 75%;
  line-height: 1.5;
  color: #1b1b1b;
  -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
}
[href="#main"] {
  position: absolute;
  top: 0;
  right: 100%;
  /* 移出屏幕 */
}
[href="#main"]:focus {
  right: auto;
}
#header {
  position: relative;
}
@media screen and (min-width: 769px) {
  #header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: rgba(236, 128, 38, 0.7);
  }
  #header .logo {
    float: left;
    margin-top: 20px;
  }
  /* * * * *  .nav * * * * */
  #header .nav {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 16px;
    line-height: 1;
  }
  #header .nav ul {
    /*overflow: hidden;*/
  }
  #header .nav ul li {
    float: left;
    margin-left: 40px;
  }
  #header .nav ul li:first-child {
    margin-left: 0;
  }
  #header .nav ul li a {
    position: relative;
    color: #fff;
  }
  #header .nav ul li a:after {
    content: "";
    width: calc(120%);
    height: 46px;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  #header .nav ul li a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -23px;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  #header .nav ul li a.current:before,
  #header .nav ul li a:hover:before {
    opacity: 1;
  }
  #header .nav ul li a {
    position: relative;
  }
  .job-box .title {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 1em;
  }
  #newsPage .btn {
    padding: 6px 12px;
    font-size: 15px;
    background-color: #ee800d;
    border: 1px solid #ee800d;
    color: #fff;
  }
  .news-pane {
    text-align: left;
    margin-top: 90px;
    margin-left: 20%;
    margin-right: auto;
    width: 60%;
    max-width: 1200px;
    height: 800px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -6px 7px 11px 0px rgba(0, 0, 0, 0.2), 4px -4px 5px 0px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .news-header {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .news-info {
    text-align: right;
    color: #999;
    font-size: 12px;
  }
  .parmacy-img {
    height: 318px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .parmacy-img {
    height: 200px;
    border-radius: 10px;
  }
  .job-box .title {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 1em;
  }
  #header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    padding: 20px;
  }
  #header .logo {
    float: left;
  }
  .menu {
    float: right;
    margin-top: 8px;
    width: 20px;
    height: 21px;
    background: url(/static/img/common/sp_menu.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .menu.active {
    background-image: url(/static/img/common/sp_close.png);
  }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    padding-top: 80px;
    background-color: #f0810c;
    opacity: 0.9;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ea6206;
  }
  .nav li:first-child {
    border-top: 1px solid #ea6206;
  }
  .nav li a {
    font-size: 17px;
    color: #fff;
    display: block;
    padding-left: 20px;
  }
  #newsPage .btn {
    padding: 5px 10px;
    font-size: 9px;
    background-color: #ee800d;
    border: 1px solid #ee800d;
    color: #fff;
    margin-bottom: 30px;
  }
  .news-pane {
    margin-top: 130px;
    margin-left: 10%;
    width: 80%;
    text-align: left;
    margin-right: auto;
    max-width: 1200px;
    height: 500px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -6px 7px 11px 0px rgba(0, 0, 0, 0.2), 4px -4px 5px 0px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .news-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .news-info {
    text-align: right;
    color: #999;
    font-size: 12px;
  }
}
#footer {
  position: relative;
  color: #483d38;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footer {
    height: 160px;
  }
  #homePage #footer {
    /*border-top: 1px solid #efefef;*/
    background-color: transparent;
  }
  #footer .info {
    padding-top: 55px;
  }
  #footer .info .i1,
  #footer .info .i2 {
    display: inline-block;
  }
  #footer .info .i2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 25px;
    padding: 25px 0;
    font-size: 12px;
    border-top: 1px solid #efefef;
  }
  #homePage #footer {
    margin-top: 10px;
    background-color: #fff;
  }
}
/* * * * * .fade * * * * */
#wrapper .fade {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
#wrapper .fade.show {
  opacity: 1;
}
.qrCode li {
  width: 33%;
  display: inline-block;
  float: left;
  text-align: center;
}
.qrCode li img {
  width: 120px;
  height: auto;
}
.qrCode li p {
  margin-top: 0.3em;
}
/* * * .toTop * * */
#footer .toTop {
  position: fixed;
  background: #333333 url(/static/img/to_top_arrow.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
#footer .toTop.show {
  opacity: 1;
  visibility: visible;
}
#footer .toTop:hover {
  opacity: 0.7;
}
/* ※ * ※ * ※ * ※ * ※ *
	PC
* ※ * ※ * ※ * ※ * ※ */
@media screen and (min-width: 769px) {
  /* * * * * * * * * * * * * * * * * * * * * * *
          common
  * * * * * * * * * * * * * * * * * * * * * * */
  body {
    background: #f6f6f6;
  }
  .contents {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  a {
    color: inherit;
  }
  a:hover {
    text-decoration: none;
  }
  /* * * * * * * * * * * * * * * * * * * * * * *
		#wrapper
  * * * * * * * * * * * * * * * * * * * * * * */
  #wrapper .sp {
    display: none !important;
  }
  /* * * * * .visualArea * * * * */
  .visualArea {
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    height: 430px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .background {
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    height: 430px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #homePage .visualArea {
    height: 100vh;
    background-image: url(/static/img/index/banner.png);
  }

  #aboutPage .about-img {
    background-image: url(/static/img/about/sp_banner.jpg);
  }

  #aboutPage .visualArea {
    background-image: url(/static/img/about/banner.jpg);
  }
  #aboutPage .job-box .background {
    background-image: url(/static/img/about/background.jpg);
  }
  #aboutPage #qualification li .detail {
    background: url(/static/img/about/img.png) no-repeat;
  }
  #aboutPage #qualification li .private {
    height: 174px;
    width: 245px;
    background-position: 0 0;
  }
  #aboutPage #qualification li .instrument {
    height: 174px;
    width: 245px;
    background-position: -245px 0;
  }
  #aboutPage #qualification li .software {
    height: 174px;
    width: 245px;
    background-position: -490px 0;
  }
  #aboutPage #qualification li .service {
    height: 174px;
    width: 245px;
    background-position: -735px 0;
  }
  #aboutPage #qualification li .icon2 {
    height: 339px;
    width: 245px;
    background-position: -980px 0;
  }
  #aboutPage #qualification li .icon1 {
    height: 341px;
    width: 245px;
    background-position: -1225px 0;
  }
  #aboutPage #qualification li .icon4 {
    height: 341px;
    width: 245px;
    background-position: -1470px 0;
  }
  #aboutPage #qualification li .icon3 {
    height: 342px;
    width: 245px;
    background-position: -1715px 0;
  }
  #aboutPage #qualification li .patent1 {
    height: 342px;
    width: 245px;
    background: url(/static/img/about/patent1.png) no-repeat;
    background-size: contain;
  }
  #aboutPage #qualification li .patent2 {
    height: 342px;
    width: 245px;
    background: url(/static/img/about/patent2.png) no-repeat;
    background-size: contain;
  }

  #recruitPage #cc .beside {
    background: url(/static/img/recruit/cc/beside_img.png) no-repeat;
  }
  #recruitPage #cc li .lian {
    height: 321px;
    width: 500px;
    background-position: 0 0;
    border-radius: 10px;
  }
  #recruitPage #cc li .haiwang {
    height: 321px;
    width: 500px;
    background-position: -500px 0;
    border-radius: 10px;
  }

  #recruitPage #cc li .besideLogo {
    background: url(/static/img/recruit/cc/beside_logo_img.png) no-repeat;
  }
  #recruitPage #cc li .quanzhi_logo {
    height: 138px;
    width: 250px;
    background-position: 0 0;
  }
  #recruitPage #cc li .qiguan_logo {
    height: 138px;
    width: 250px;
    background-position: -250px 0;
  }
  #recruitPage #cc li .yongxitang_logo {
    height: 138px;
    width: 250px;
    background-position: -500px 0;
  }
  #recruitPage #cc li .sysh_logo {
    height: 138px;
    width: 250px;
    background-position: -750px 0;
  }
  #recruitPage #cc li .chinamedicine_logo {
    height: 138px;
    width: 250px;
    background-position: -1000px 0;
  }
  #recruitPage #cc li ._1734_logo {
    height: 138px;
    width: 250px;
    background-position: -1250px 0;
  }
  #recruitPage #cc li .huarun {
    height: 138px;
    width: 250px;
    background-position: -1500px 0;
  }
  #recruitPage #cc li .haiwang_logo {
    height: 138px;
    width: 250px;
    background-position: -1750px 0;
  }

  #recruitPage #cc li .beyond {
    background: url(/static/img/recruit/cc/beyond_img.png) no-repeat;
  }
  #recruitPage #cc li .factory {
    height: 329px;
    width: 250px;
    background-position: 0 0;
    border-radius: 10px;
  }
  #recruitPage #cc li .station {
    height: 327px;
    width: 250px;
    background-position: -250px 0;
    border-radius: 10px;
  }
  #recruitPage #cc li .CBD {
    height: 329px;
    width: 250px;
    background-position: -500px 0;
    border-radius: 10px;
  }
  #recruitPage #cc li .community {
    height: 329px;
    width: 250px;
    background-position: -750px 0;
    border-radius: 10px;
  }

  #recruitPage #cc li .beyondLogo {
    background: url(/static/img/recruit/cc/beyond_logo_img.png) no-repeat;
  }
  #recruitPage #cc li .rk_property_service {
    height: 138px;
    width: 250px;
    background-position: 0 0;
  }
  #recruitPage #cc li .qisda {
    height: 138px;
    width: 250px;
    background-position: -250px 0;
  }
  #recruitPage #cc li .trusty {
    height: 138px;
    width: 250px;
    background-position: -500px 0;
  }
  #recruitPage #cc li .sungent {
    height: 138px;
    width: 250px;
    background-position: -750px 0;
  }
  #recruitPage #cc li .future_holdings {
    height: 138px;
    width: 250px;
    background-position: -1000px 0;
  }
  #recruitPage #cc li .cifigroup {
    height: 138px;
    width: 250px;
    background-position: -1250px 0;
  }
  #recruitPage #cc li .huaxin {
    height: 138px;
    width: 250px;
    background-position: -1500px 0;
  }
  #recruitPage #cc li .huarun_logo {
    height: 138px;
    width: 250px;
    background-position: -1750px 0;
  }

  #servicePage #wa li .foot {
    background: url(/static/img/recruit/cw/foot.png) no-repeat;
  }
  #servicePage #wa li .GSP_mgmt {
    height: 165px;
    width: 100px;
    background-position: 0 0;
    margin: auto;
  }
  #servicePage #wa li .goods_mgmt {
    height: 165px;
    width: 100px;
    background-position: -100px 0;
    margin: auto;
  }
  #servicePage #wa li .operations_mgmt {
    height: 165px;
    width: 100px;
    background-position: -200px 0;
    margin: auto;
  }
  #servicePage #wa li .member_mgmt {
    height: 165px;
    width: 100px;
    background-position: -300px 0;
    margin: auto;
  }
  #servicePage #wa li .adview_mgmt {
    height: 165px;
    width: 100px;
    background-position: -400px 0;
    margin: auto;
  }
  #servicePage #wa li .activity_mgmt {
    height: 165px;
    width: 100px;
    background-position: -500px 0;
    margin: auto;
  }
  #servicePage #wa li .equipment_mgmt {
    height: 165px;
    width: 100px;
    background-position: -600px 0;
    margin: auto;
  }
  #servicePage #wa li .data_analyze {
    height: 165px;
    width: 100px;
    background-position: -700px 0;
    margin: auto;
  }

  #salesPage .visualArea {
    background-image: url(/static/img/sales/banner.jpg);
  }
  #recruitPage .visualArea {
    background-image: url(/static/img/recruit/banner.png);
  }
  #servicePage .visualArea {
    background-image: url(/static/img/hardware/banner.png);
  }
  #newsPage .visualArea {
    background-image: url(/static/img/news/banner.jpg);
  }
  #hardwarePage .visualArea {
    background-image: url(/static/img/hardware/banner.png);
  }
  #main #content {
    margin-top: -100px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
  }
  #homePage #main #content {
    margin-top: -30px;
  }
  .section .titleArea .title {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
  }
  .section .contentArea {
    margin-top: 20px;
  }
  .section .contentArea p {
    line-height: 1.8;
    text-indent: 2em;
    margin-bottom: 1em;
    font-weight: lighter;
  }
  #homePage #main {
    position: relative;
  }
  #homePage .actions a {
    display: inline-block;
    margin: 0 25px;
    cursor: pointer;
    width: 155px;
    height: 182px;
  }
  #aboutPage .about .textArea {
    font-size: 14px;
  }
  #aboutPage .job-box {
    margin-top: 40px;
  }
  #aboutPage .container-fluid .job-box .qrCode li p {
    text-indent: 0;
  }
  #aboutPage .container-fluid .job-box .info {
    border-left: 1px solid #ee800d;
    padding: 10px 30px;
    font-size: 16px;
  }
  #aboutPage .container-fluid .job-box .info dl {
    line-height: 30px;
  }
  #aboutPage .container-fluid .job-box .info dl dt,
  #aboutPage .container-fluid .job-box .info dl dd {
    display: inline-block;
  }
  #aboutPage .container-fluid .job-box .info dl dt {
    font-weight: bold;
  }
  #aboutPage .container-fluid .job-box .info dl dt span.pc {
    margin: 0 5px 0 5px;
    display: inline-block;
  }
  #salesPage #content,
  #newsPage #content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  #salesPage .location,
  #newsPage .location {
    height: 280px;
    background: url(/static/img/sales/location-bg.png) no-repeat bottom center;
    padding: 70px 50px;
  }
  #salesPage .location.machine,
  #newsPage .location.machine {
    background-image: url(/static/img/news/location-machine-bg.png);
  }
  #newsPage .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #newsPage .inner {
    padding: 50px;
    padding-top: 0;
  }
  #newsPage .hr {
    width: 100%;
    height: 4px;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
  }
  #newsPage .titleArea {
    position: relative;
  }
  #newsPage .titleArea:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #ee800d;
  }
  #newsPage .titleArea .title {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 2em;
  }
  #newsPage .limitText {
    font-size: 15px;
    float: right;
  }
  #newsPage .article-list {
    padding-left: 50px;
  }
  #newsPage .article-list .post {
    margin-bottom: 2em;
    line-height: 2;
  }
  #newsPage .article-list .post h3 {
    font-size: 24px;
  }
  #newsPage .article-list .post .publish-time {
    font-size: 16px;
    color: #999;
  }
  #salesPage .solgon {
    height: 330px;
    padding: 50px;
  }
  /* * * .toTop * * */
  #footer .toTop {
    bottom: 55px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-size: auto 11px;
  }
}
/* ※ * ※ * ※ * ※ * ※ *
	SP
* ※ * ※ * ※ * ※ * ※ */
@media screen and (max-width: 768px) {
  /* * * * * * * * * * * * * * * * * * * * * * *
          common
  * * * * * * * * * * * * * * * * * * * * * * */
  html {
    width: 100%;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei",
      Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #1b1b1b;
    -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
  }
  a {
    color: inherit;
  }
  /* * * * * * * * * * * * * * * * * * * * * * *
         #wrapper
   * * * * * * * * * * * * * * * * * * * * * * */
  #wrapper {
    overflow: hidden;
    position: relative;
  }
  #wrapper .pc {
    display: none !important;
  }
  /* * * * * .visualArea * * * * */
  .visualArea {
    width: 100%;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #homePage .visualArea {
    height: 100vh;
    background-image: url(/static/img/index/sp_banner.png);
  }
  #aboutPage .visualArea {
    background-image: url(/static/img/about/sp_banner.jpg);
  }
  #aboutPage .job-box .background {
    background-image: url(/static/img/about/background.jpg);
  }
  #salesPage .visualArea {
    background-image: url(/static/img/sales/sp_banner.jpg);
  }
  #recruitPage .visualArea {
    background-image: url(/static/img/recruit/sp_banner.png);
  }
  #newsPage .visualArea {
    background-image: url(/static/img/news/sp_banner.jpg);
  }
  #servicePage .visualArea {
    background-image: url(/static/img/hardware/sp_banner.png);
  }
  #hardwarePage .visualArea {
    background-image: url(/static/img/hardware/sp_banner.png);
  }
  #main #content {
    padding-top: 15px;
  }
  #main #content .titleArea .title {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ee800d;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1em;
  }
  #main #content .contentArea {
    margin-top: 20px;
  }
  #main #content .contentArea p {
    line-height: 1.8;
    text-indent: 2em;
    margin-bottom: 1em;
    font-weight: lighter;
  }
  #homePage #main {
    position: relative;
  }
  #homePage .actions {
    width: 155px;
    height: 200px;
    position: absolute;
    top: 45%;
    right: 1%;
    margin-left: -78px;
    margin-top: -100px;
  }
  #homePage .actions a {
    display: block;
    margin: 10px 0;
    cursor: pointer;
    width: 155px;
  }
  #salesPage .solgon .title {
    margin-bottom: 1em;
  }
  #salesPage #footer {
    margin-top: 0;
  }
  #aboutPage .job-box {
    margin-top: 15px;
  }
  #aboutPage .about img {
    margin-bottom: 15px;
  }
  #aboutPage .job-box .qrCode p {
    text-indent: 0 !important;
  }
  #aboutPage .job-box .qrCode.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #aboutPage .job-box .qrCode.row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #aboutPage .job-box .info {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }
  #aboutPage .job-box .info dl {
    margin-bottom: 1em;
  }
  #aboutPage .job-box .info dl dt {
    font-weight: bold;
  }
  #aboutPage .job-box .info dl dd {
    font-weight: 100;
  }
  #newsPage .limitText {
    font-size: 9px;
    float: right;
  }
  #newsPage .article-list .post {
    margin-bottom: 15px;
    line-height: 2;
  }
  #newsPage .article-list .post h3 {
    font-size: inherit;
    color: #483d38;
  }
  #newsPage .article-list .post .publish-time {
    font-size: 12px;
    color: #999;
  }
  #newsPage .article-list .post:after {
    width: 100%;
    height: 1px;
    background-color: #eee;
  }
  #newsPage .article-list .post:last-child:after {
    display: none;
  }
  #salesPage #content,
  #newsPage #content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  #salesPage .location,
  #newsPage .location {
    overflow: hidden;
    background: url(/static/img/sales/sp_location-bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 70px 0;
  }
  #salesPage .location.machine,
  #newsPage .location.machine {
    background-image: url(../img/news/sp_location-machine-bg.png);
  }
  #salesPage .location .col-xs-12,
  #newsPage .location .col-xs-12 {
    margin-bottom: 50px;
  }
  #salesPage .location .col-xs-12:last-child,
  #newsPage .location .col-xs-12:last-child {
    margin-bottom: 0;
  }
  #recruitPage #cc li .beside {
    background: url(/static/img/recruit/cc/beside_sp.png) no-repeat;
    background-size: 500px 160px;
  }
  #recruitPage #cc li .lian {
    height: 160px;
    width: 250px;
    background-position: 0 0;
    margin: auto;
    border-radius: 10px;
  }
  #recruitPage #cc li .haiwang {
    height: 160px;
    width: 250px;
    background-position: -250px 0;
    margin: auto;
    border-radius: 10px;
  }

  #recruitPage #cc li .besideLogo {
    background: url(/static/img/recruit/cc/beside_logo_sp.png) no-repeat;
    background-size: 1000px 69px;
  }
  #recruitPage #cc li .quanzhi_logo {
    height: 69px;
    width: 125px;
    background-position: 0 0;
    margin: auto;
  }
  #recruitPage #cc li .qiguan_logo {
    height: 69px;
    width: 125px;
    background-position: -125px 0;
    margin: auto;
  }
  #recruitPage #cc li .yongxitang_logo {
    height: 69px;
    width: 125px;
    background-position: -250px 0;
    margin: auto;
  }
  #recruitPage #cc li .sysh_logo {
    height: 69px;
    width: 125px;
    background-position: -375px 0;
    margin: auto;
  }
  #recruitPage #cc li .chinamedicine_logo {
    height: 69px;
    width: 125px;
    background-position: -500px 0;
    margin: auto;
  }
  #recruitPage #cc li ._1734_logo {
    height: 69px;
    width: 125px;
    background-position: -625px 0;
    margin: auto;
  }
  #recruitPage #cc li .huarun {
    height: 69px;
    width: 125px;
    background-position: -750px 0;
    margin: auto;
  }
  #recruitPage #cc li .haiwang_logo {
    height: 69px;
    width: 125px;
    background-position: -875px 0;
    margin: auto;
  }

  #recruitPage #cc li .beyond {
    background: url(/static/img/recruit/cc/beyond_sp.png) no-repeat;
    background-size: 500px 164px;
  }
  #recruitPage #cc li .factory {
    height: 164px;
    width: 125px;
    background-position: 0 0;
    margin: auto;
    border-radius: 10px;
  }
  #recruitPage #cc li .station {
    height: 163px;
    width: 125px;
    background-position: -125px 0;
    margin: auto;
    border-radius: 10px;
  }
  #recruitPage #cc li .CBD {
    height: 164px;
    width: 125px;
    background-position: -250px 0;
    margin: auto;
    border-radius: 10px;
  }
  #recruitPage #cc li .community {
    height: 164px;
    width: 125px;
    background-position: -375px 0;
    margin: auto;
    border-radius: 10px;
  }

  #recruitPage #cc li .beyondLogo {
    background: url(/static/img/recruit/cc/beyond_logo_sp.png) no-repeat;
    background-size: 1000px 69px;
  }
  #recruitPage #cc li .rk_property_service {
    height: 69px;
    width: 125px;
    background-position: 0 0;
    margin: auto;
  }
  #recruitPage #cc li .qisda {
    height: 69px;
    width: 125px;
    background-position: -125px 0;
    margin: auto;
  }
  #recruitPage #cc li .trusty {
    height: 69px;
    width: 125px;
    background-position: -250px 0;
    margin: auto;
  }
  #recruitPage #cc li .sungent {
    height: 69px;
    width: 125px;
    background-position: -375px 0;
    margin: auto;
  }
  #recruitPage #cc li .future_holdings {
    height: 69px;
    width: 125px;
    background-position: -500px 0;
    margin: auto;
  }
  #recruitPage #cc li .cifigroup {
    height: 69px;
    width: 125px;
    background-position: -625px 0;
    margin: auto;
  }
  #recruitPage #cc li .huaxin {
    height: 69px;
    width: 125px;
    background-position: -750px 0;
    margin: auto;
  }
  #recruitPage #cc li .huarun_logo {
    height: 69px;
    width: 125px;
    background-position: -875px 0;
    margin: auto;
  }

  #aboutPage #qualification li .detail {
    background: url(/static/img/about/img_sp.png) no-repeat;
    background-size: 980px 171px;
  }
  #aboutPage #qualification li .private {
    height: 87px;
    width: 122px;
    background-position: 0 0;
    margin: auto;
  }
  #aboutPage #qualification li .instrument {
    height: 87px;
    width: 122px;
    background-position: -122px 0;
    margin: auto;
  }
  #aboutPage #qualification li .software {
    height: 87px;
    width: 122px;
    background-position: -245px 0;
    margin: auto;
  }
  #aboutPage #qualification li .service {
    height: 87px;
    width: 122px;
    background-position: -367px 0;
    margin: auto;
  }
  #aboutPage #qualification li .icon2 {
    height: 169px;
    width: 122px;
    background-position: -490px 0;
    margin: auto;
  }
  #aboutPage #qualification li .icon1 {
    height: 170px;
    width: 122px;
    background-position: -612px 0;
    margin: auto;
  }
  #aboutPage #qualification li .icon4 {
    height: 170px;
    width: 122px;
    background-position: -735px 0;
    margin: auto;
  }
  #aboutPage #qualification li .icon3 {
    height: 171px;
    width: 122px;
    background-position: -857px 0;
    margin: auto;
  }
  #aboutPage #qualification li .patent1 {
    height: 171px;
    width: 122px;
    background: url(/static/img/about/patent1.png) no-repeat;
    background-size: contain;
    margin: auto;
  }
  #aboutPage #qualification li .patent2 {
    height: 171px;
    width: 122px;
    background: url(/static/img/about/patent2.png) no-repeat;
    background-size: contain;
    margin: auto;
  }

  #servicePage #wa li .foot {
    background: url(/static/img/recruit/cw/img_sp.png) no-repeat;
    background-size: 400px 82px;
  }
  #servicePage #wa li .GSP_mgmt {
    height: 82px;
    width: 50px;
    background-position: 0 0;
  }
  #servicePage #wa li .goods_mgmt {
    height: 82px;
    width: 50px;
    background-position: -50px 0;
  }
  #servicePage #wa li .operations_mgmt {
    height: 82px;
    width: 50px;
    background-position: -100px 0;
  }
  #servicePage #wa li .member_mgmt {
    height: 82px;
    width: 50px;
    background-position: -150px 0;
  }
  #servicePage #wa li .adview_mgmt {
    height: 82px;
    width: 50px;
    background-position: -200px 0;
  }
  #servicePage #wa li .activity_mgmt {
    height: 82px;
    width: 50px;
    background-position: -250px 0;
  }
  #servicePage #wa li .equipment_mgmt {
    height: 82px;
    width: 50px;
    background-position: -300px 0;
  }
  #servicePage #wa li .data_analyze {
    height: 82px;
    width: 50px;
    background-position: -350px 0;
  }

  /* * * .toTop * * */
  #footer .toTop {
    bottom: 30px;
    right: 10px;
    width: 7.2vw;
    height: 7.2vw;
    background-size: 1.8666vw auto;
  }
}
.param .col-xs-3 {
  padding: 0 1px;
}
.param .row {
  margin-left: -1px;
  margin-right: -1px;
}
.param .top {
  margin-bottom: 10px;
}
.param .top li {
  display: inline-block;
  float: left;
  width: 100px;
  position: relative;
  padding-left: 15px;
}
.param .top li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
}
.param .top li.td1:before {
  background-color: #e6870c;
}
.param .top li.td2:before {
  background-color: #f0f0f0;
}
.param-box {
  text-align: center;
  width: 100%;
}
.param-box .th,
.param-box .td {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.param-box .th {
  background-color: #e6870c;
  color: #fff;
}
.param-box .td {
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .param-box {
    margin-bottom: 20px;
  }
  .param-box .th {
    font-size: 16px;
    margin-bottom: 2px;
    height: 55px;
  }
  .param-box .td {
    font-size: 14px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .param-box {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .param-box .th {
    margin-bottom: 2px;
    height: 55px;
  }
  .param-box .td {
    height: 70px;
  }
}
.solgon-card {
  line-height: 2em;
  text-align: center;
}
.solgon-card .title {
  font-weight: lighter;
  margin: 0 auto;
  width: 224px;
  text-align: center;
}
.solgon-card .title.odd {
  background: url(/static/img/sales/solgon-title-2.png) no-repeat center;
  color: #fff;
}
.solgon-card .title.even {
  background: url(/static/img/sales/solgon-title-3.png) no-repeat center;
  color: #ee800d;
}
.solgon-card .title.even.first {
  background-image: url(/static/img/sales/solgon-title-1.png);
}
.solgon-card .detail {
  font-weight: lighter;
}
@media screen and (min-width: 769px) {
  .solgon-card .title {
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2em;
  }
  .solgon-card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .solgon-card .title {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  .solgon-card p {
    font-size: inherit;
    margin-bottom: 1em;
  }
}
.location-card {
  text-align: center;
  color: #fff;
  line-height: 2em;
}
.location-card .icon {
  display: inline-block;
  margin: 0 auto;
}
.location-card .name {
  font-weight: bold;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .location-card {
    font-size: 13px;
  }
}
/* Table list */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list tbody tr.even {
  background-color: #f4f4f8;
}
table.list tbody tr:hover {
  background-color: #ffc;
}
table.list thead td {
  background-color: #efefef;
  padding: 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
table.list tbody a {
  text-decoration: underline;
}
table.list tbody td {
  vertical-align: middle;
  padding: 3px;
}
table.list tbody tr:odd {
  background: #ffffff;
}
table.list tbody tr:even {
  background: #e4eef7;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
@media screen and (min-width: 769px) {
  #hardwarePage .section {
    margin-bottom: 20px;
  }
  #hardwarePage .hardware .contentArea {
    height: 740px;
    min-width: 1000px;
    background: url(/static/img/hardware/jiqi.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  #hardwarePage .hardware .contentArea .i a {
    position: absolute;
    display: inline-block;
    width: 175px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    border: 1px solid #ee800d;
    color: #1b1b1b;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
  }
  #hardwarePage .hardware .contentArea .i a.active {
    background-color: #ee800d;
    color: #fff;
  }
  #hardwarePage .hardware .contentArea .i .content {
    position: absolute;
    width: 300px;
    margin-left: -75px;
    font-size: 18px;
    color: #e9880b;
    padding: 10px;
  }
  #hardwarePage .hardware .contentArea .i .content.on {
    display: block;
  }
  #hardwarePage .hardware .contentArea .i.i1 a {
    left: 40px;
    top: 190px;
  }
  #hardwarePage .hardware .contentArea .i.i1 .content {
    left: 40px;
    top: 250px;
  }
  #hardwarePage .hardware .contentArea .i.i2 a {
    right: 60px;
    top: 190px;
  }
  #hardwarePage .hardware .contentArea .i.i2 .content {
    right: -5px;
    top: 250px;
  }
  #hardwarePage .hardware .contentArea .i.i3 a {
    left: 110px;
    bottom: 260px;
  }
  #hardwarePage .hardware .contentArea .i.i3 .content {
    left: 110px;
    bottom: 130px;
  }
  #hardwarePage .hardware .contentArea .i.i4 a {
    right: 40px;
    bottom: 180px;
  }
  #hardwarePage .hardware .contentArea .i.i4 .content {
    right: -5px;
    bottom: 50px;
  }
  #hardwarePage .hardware .title,
  #hardwarePage .points .title {
    position: relative;
  }
  #hardwarePage .hardware .title span,
  #hardwarePage .points .title span {
    position: relative;
    display: inline-block;
    color: #ee800d;
    font-size: 28px;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
  }
  #hardwarePage .hardware .title:after,
  #hardwarePage .points .title:after {
    position: absolute;
    content: "";
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 3px;
    background-color: #ee800d;
  }
  #hardwarePage .param .title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  #hardwarePage .points {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hardwarePage .section {
    margin-bottom: 40px;
  }
  #hardwarePage .section:last-child {
    margin-bottom: 20px;
  }
  #hardwarePage .hardware .contentArea {
    height: 225px;
    background: url(/static/img/hardware/sp_jiqi.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  #hardwarePage .hardware .contentArea .i a {
    position: absolute;
    display: none;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #ee800d;
    color: #ee800d;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
  }
  #hardwarePage .hardware .contentArea .i a.active {
    background-color: #ee800d;
    color: #fff;
  }
  #hardwarePage .hardware .contentArea .i .content {
    display: none;
    position: absolute;
    width: 180px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -60px;
    font-size: 12px;
    background: rgba(236, 128, 38, 0.9);
    color: #fff;
    padding: 10px;
  }
  #hardwarePage .hardware .contentArea .i .content.on {
    display: block;
  }
  #hardwarePage .hardware .contentArea .i.i1 a {
    left: 0;
    top: 23px;
  }
  #hardwarePage .hardware .contentArea .i.i2 a {
    right: 0;
    top: 23px;
  }
  #hardwarePage .hardware .contentArea .i.i3 a {
    left: 0;
    bottom: 18px;
  }
  #hardwarePage .hardware .contentArea .i.i4 a {
    right: 0;
    bottom: 18px;
  }
  #hardwarePage .points {
    font-size: 12px;
  }
}
#recruitPage .sub-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ee800d;
  border-radius: 5px;
  color: #ee800d;
  text-align: center;
}
#recruitPage .sub-nav a.current {
  background-color: #ee800d;
  color: #fff;
}
#recruitPage .job-box {
  display: none;
}
#recruitPage .job-box.current {
  display: block;
}
#recruitPage .job-box .detail {
  line-height: 2;
  font-weight: 200;
  text-indent: 0;
}
@media screen and (min-width: 769px) {
  #recruitPage .sub-nav {
    margin-bottom: 50px;
  }
  #recruitPage .sub-nav a {
    font-size: 22px;
  }
  #recruitPage .job-box h4 {
    font-size: 16px;
    margin: 20px 0;
  }
  #recruitPage .job-box .detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #recruitPage .sub-nav {
    margin-bottom: 15px;
  }
  #recruitPage .sub-nav a {
    font-size: 15px;
  }
  #recruitPage .job-box {
    color: #333;
  }
  #recruitPage .job-box h4 {
    font-size: inherit;
    margin: 20px 0 10px;
  }
  #recruitPage .job-box .detail {
    font-size: inherit;
    margin-bottom: 1em;
  }
}

#servicePage .sub-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ee800d;
  border-radius: 5px;
  color: #ee800d;
  text-align: center;
}
#servicePage .sub-nav a.current {
  background-color: #ee800d;
  color: #fff;
}
#servicePage .job-box {
  display: none;
}
#servicePage .job-box.current {
  display: block;
}
@media screen and (min-width: 769px) {
  #servicePage .sub-nav {
    margin-bottom: 50px;
  }
  #servicePage .sub-nav a {
    font-size: 22px;
  }
  #servicePage .job-box h4 {
    font-size: 16px;
    margin: 20px 0;
  }
  #servicePage .job-box .detail {
    line-height: 2;
    padding: 0 10px;
    font-size: 15px;
    color: #1b1b1b;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  #servicePage .sub-nav {
    margin-bottom: 18px;
  }
  #servicePage .sub-nav a {
    font-size: 18px;
  }
  #servicePage .job-box {
    color: #333;
  }
  #servicePage .job-box h4 {
    font-size: inherit;
    margin: 20px 0 10px;
  }
}

#aboutPage .sub-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ee800d;
  border-radius: 5px;
  color: #ee800d;
  text-align: center;
}
#aboutPage .sub-nav a.current {
  background-color: #ee800d;
  color: #fff;
}
#aboutPage .job-box {
  display: none;
}
#aboutPage .job-box.current {
  display: block;
}
#aboutPage .job-box .detail {
  line-height: 2;
  font-weight: 200;
  text-indent: 0;
}

@media screen and (min-width: 769px) {
  #aboutPage .sub-nav {
    margin-bottom: 50px;
  }
  #aboutPage .sub-nav a {
    font-size: 22px;
  }
  #aboutPage .job-box h4 {
    font-size: 16px;
    margin: 20px 0;
  }
  #aboutPage .job-box .detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #aboutPage .job-box .detail img {
    width: 50%;
  }
  #aboutPage .sub-nav {
    margin-bottom: 15px;
  }
  #aboutPage .sub-nav a {
    font-size: 15px;
  }
  #aboutPage .job-box {
    color: #333;
  }
  #aboutPage .job-box p {
    font-size: inherit;
    margin: 20px 0 10px;
  }
  #aboutPage .job-box .detail {
    font-size: inherit;
    margin-bottom: 1em;
  }
}
/* ※ * ※ * ※ * ※ * ※ *
	打印样式
* ※ * ※ * ※ * ※ * ※ */
@media print {
  body > *:not(main) {
    display: none;
  }
}

.news-pane-mask {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.6); */
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  display: none;
}

.mgmt-icon {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flex-justify-space-between {
  justify-content: space-between;
}

.flex-justify-space-around {
  justify-content: space-around;
}

.flex-justify-space-evenly {
  justify-content: space-evenly;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-flex-start {
  justify-content: flex-start;
}

.flex-justify-flex-end {
  justify-content: flex-end;
}

.flex-direction {
  flex-direction: column-reverse;
}

.flex-direction-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.align-content {
  align-content: flex-start;
}

.align-center {
  align-items: center;
}

.letter-spacing {
  letter-spacing: 2px;
}

.line-height {
  line-height: 30px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.center {
  text-align: center;
}

.padding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.hardware-old {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 18px;
  background-color: #e9e7e7;
  margin-bottom: 1px;
}

.hardware-old-sp {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 16px;
  background-color: #e9e7e7;
  margin-bottom: 1px;
}

.hardware-old p {
  line-height: 28px;
}

.hardware-old-sp p {
  line-height: 28px;
}

.hardware-new {
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 18px;
  background-color: #f58930;
  margin-bottom: 1px;
}

.hardware-new-sp {
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 16px;
  background-color: #f58930;
  margin-bottom: 1px;
}

.hardware-new p {
  line-height: 28px;
}

.hardware-new-sp p {
  line-height: 28px;
}

.sortware-old {
  font-size: 20px;
  background: #e9e7e7;
  margin-bottom: 18px;
  text-align: center;
  height: 100px;
  line-height: 100px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 15px;
}

.sortware-old-sp {
  font-size: 16px;
  background: #e9e7e7;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 15px;
}

.sortware-old-sp p {
  line-height: 24px;
}

.sortware-new {
  color: #ffffff;
  font-size: 18px;
  background: #f58930;
  margin-bottom: 20px;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 15px;
}

.sortware-new p {
  margin: 5px;
  padding: 5px;
}

.sortware-new-sp {
  color: #ffffff;
  font-size: 16px;
  background: #f58930;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 15px;
}

.sortware-new-sp p {
  line-height: 24px;
}

.cc-store {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  background: #f58930;
  border-radius: 20px;
}

.table {
  text-align: center;
  border-style: inset;
  border-collapse: collapse;
  font-size: 17px;
  border-radius: 10px;
}

.table th {
  text-align: center;
  background-color: #f58930;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.table tr:nth-child(even) {
  background-color: #ffe793;
}

.table tr:nth-child(odd) {
  background-color: #fdece8;
}

table tr td {
  border-top: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
}

table tr.lastrow td {
  border-bottom: 0;
}

table tr td.lastCol {
  border-right: 0;
}

.slogan {
  font-size: 54px;
  font-style: italic;
  color: #ffff;
  font-family: 幼圆;
  font-weight: bold;
}

.subtitle {
  font-size: 30px;
  color: #ffff;
  font-family: auto;
  letter-spacing: 2px;
}

.find {
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  font-size: 30px;
  font-family: 幼圆;
  color: #f58930;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
}

.find-sp {
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  background-color: #f58930;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
}

.find:hover {
  background-color: gray;
}

.trait {
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  background-color: #f58930;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 10px;
}

.textBuild {
  font-size: inherit;
  line-height: 2;
  font-weight: 200;
  text-indent: 2em;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-1 {
  padding-left: 1px;
  padding-right: 1px;
}
#aboutPage .btn-primary.btn-o {
  background-color: white;
  border: 1px solid #007aff;
  color: #007aff;
}
.margin-right-10 {
  margin-right: 10px !important;
}

.yswTitleArea {
  position: relative;
}
.yswTitleArea:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background-color: #ee800d;
}
.yswTitleArea .title {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.carousel-indicators {
  bottom: 32px;
  width: 98%;
  left: 0;
  margin-left: 0;
  text-align: right;
  margin-right: 10px;
}

.carousel-indicators .active {
  background-color: #ec800d;
}

.service-tool {
  z-index: 49;
  position: fixed;
  right: 0;
  bottom: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  right: -200px;
  bottom: 80px;
  transition: right 1s;
}
.open {
  right: 0px;
  transition: right 1s;
}

.service-tool .service-tool-wrap {
  position: relative;
  top: 0;
  margin-top: 0;
  right: 0;
  background-color: rgba(236, 128, 38, 0.8);
  width: 40px;
  height: 90px;
  z-index: 12;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(15, 66, 76, 0.25) 0 0 10px 0;
}

.service-tool .service-tool-form {
  width: 200px;
  height: 90px;
  background-color: #fff;
  box-shadow: rgba(15, 66, 76, 0.25) 0 0 10px 0;
}

.service-tool .service-tool-wrap:visited,
.service-tool .service-tool-wrap:active,
.service-tool .service-tool-wrap:hover {
  background-color: #ec800d;
}
.icon-flush {
  animation: flickering 1s;
  -webkit-animation: flickering 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes flickering {
  0% {
    transform: rotate(-10deg);
  }
  5% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
