@charset "UTF-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html body {
  font-family: "微软雅黑";
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/*设置默认字体*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

/*重置列表元素*/
ul,
ol {
  list-style: none;
}

/*重置文本格式元素*/
a,
a:hover {
  text-decoration: none;
}

a {
  color: #555;
  outline: none;
  -moz-outline: none;
}

a img {
  display: block;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*重置表单元素*/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/*重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.space-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.visibility-hidden {
  visibility: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-primary {
  color: #f6891d;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg-white {
  background: #fff;
}

.line1 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

html {
  background-color: #f5f3f9;
}

body {
  min-width: 1200px;
  padding-top: 70px;
  background: #fbfbfb;
}

.body-larger {
  min-width: 1420px;
  padding-top: 70px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container-larger {
  width: 1420px;
  margin: 0 auto;
}

/* 首页banner */
.banner {
  margin-bottom: 20px;
  margin-top: 20px;
}
.banner .swiper-container {
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  color: #333;
  font-size: 12px;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide > img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide > div > img {
  width: 45px;
  height: 45px;
}
.banner .swiper-container .swiper-slide > div h2 {
  font-size: 16px;
  margin: 15px 0 30px;
}
.banner .swiper-container .swiper-slide .details {
  font-size: 12px;
  line-height: 1;
  width: 33.33%;
}
.banner .swiper-container .swiper-slide .details img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.banner .swiper-container .swiper-slide .details span {
  white-space: nowrap;
}
.banner .swiper-container .swiper-slide a.primary {
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 40px;
}
.banner .swiper-container .swiper-slide a.primary:hover {
  color: #fff;
  background: #31abff;
}
.banner .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  top: 4px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 30px;
  opacity: 1;
  background: none;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet span {
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 30px;
  left: 0;
  margin-top: -2px;
  top: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active span {
  background: #ffffff;
}
.banner .swiper-container,
.banner .swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.detailBanner {
  background: #ff9234;
}
.detailBanner .container {
  height: 500px;
  color: #fff;
}
.detailBanner .container h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0px;
}
.detailBanner .container h2 {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 18px 0 23.5px;
}
.detailBanner .container h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0px;
  margin-bottom: 32.5px;
  max-width: 34em;
}
.detailBanner .container .btns .btn {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #ffffff;
}
.detailBanner .container .btns .btn img {
  margin-right: 10px;
}
.detailBanner .container .btns .btn .playVideo {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background: url("../img/play.png") no-repeat;
}
.detailBanner .container .btns .btn:hover {
  background: #fff;
  color: #ff9234;
}
.detailBanner .container .btns .btn:hover .playVideo {
  background: url("../img/play_active.png") no-repeat;
}
.detailBanner .container .btns .deep {
  background-color: #ffffff;
  color: #ff9234;
  margin-right: 15px;
}

.tryIt {
  width: 240px;
  height: 48px;
  font-size: 18px;
  border-radius: 24px;
  margin: 40px 0 60px;
}

.advantages h2 {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding: 59px 0 39px;
}
.advantages li {
  width: 280px;
  height: 320px;
  padding: 68px 34px 0;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #eeeeee;
}
.advantages li + li {
  margin-left: 26px;
}
.advantages li img {
  width: 47px;
  height: 47px;
}
.advantages li h3 {
  margin: 32px 0 13px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.advantages li h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #808080;
  max-width: 100%;
}
.advantages .tryIt {
  color: #fefefe;
  background-color: #fe8a26;
}
.advantages .tryIt:hover {
  background-color: #e47c22;
}

.richText {
  padding-top: 59px;
  background: #fff;
}
.richText .subtitle {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 19px;
  border-bottom: solid 1px #dedede;
}
.richText .left {
  width: 497px;
}
.richText .left .content {
  padding-right: 36px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #808080;
  position: relative;
}
.richText .left .content .richTextArea {
  max-height: 1100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.richText .left .content .richTextArea img {
  display: block;
  width: 460px;
  height: auto;
  max-width: 100%;
  margin: 20px 0;
}
.richText .left .toggleMore {
  margin: 30px 0 60px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}
.richText .left .toggleMore svg {
  fill: #b2b2b2;
}
.richText .left .toggleMore:hover {
  color: #fe6e26;
}
.richText .left .toggleMore:hover svg {
  fill: #fe6e26;
}
.richText .right {
  width: 500px;
}
.richText .right iframe,
.richText .right img,
.richText .right video {
  width: 500px;
  height: 280px;
  background-color: #e6e6e6;
  margin: 30px 0 0;
}
.richText .right .tryIt {
  color: #fe8a26;
  background-color: #fff;
  border: solid 2px #fa8c3c;
}
.richText .right .tryIt:hover {
  background-color: #fe8a26;
  color: #fff;
}
.richText .right .subtitle-2 {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  margin: 20px 0 29px;
}
.richText .right p a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.richText .right p a:hover {
  color: #fe6e26;
  text-decoration: underline;
}
.richText .right p + p {
  margin-top: 23px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  height: 70px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(100, 165, 250, 0.05);
          box-shadow: 0px 3px 5px 0px rgba(100, 165, 250, 0.05);
}
header .logo {
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
}
header .logo img {
  height: 35px;
}
header .nav {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
}
header .nav span {
  color: #333;
  line-height: 70px;
  position: relative;
}
header .nav span .dropdownMenu {
  display: none;
  position: absolute;
  bottom: 1px;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  padding: 24px 27px 30px;
  border: solid 1px #e5e5e5;
}
header .nav span .dropdownMenu .dropUnit {
  width: 157px;
}
header .nav span .dropdownMenu .dropUnit .subtitle {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 16px;
}
header .nav span .dropdownMenu .dropUnit .subtitle .miniIcon {
  width: 16px;
  height: 16px;
  background-color: #ff9234;
  margin-right: 10px;
}
header .nav span .dropdownMenu .dropUnit .subtitle i {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
header .nav span .dropdownMenu .dropUnit ul {
  padding-top: 10px;
}
header .nav span .dropdownMenu .dropUnit ul li {
  margin-left: 25px;
  color: #666;
  overflow: hidden;
  max-width: -webkit-calc(100% - 25px);
  max-width: -moz-calc(100% - 25px);
  max-width: calc(100% - 25px);
  line-height: 12px;
}
header .nav span .dropdownMenu .dropUnit ul li:hover {
  color: #fe7226;
  text-decoration: underline;
}
header .nav span .dropdownMenu .dropUnit ul li a {
  max-width: -webkit-calc(100% - 25px);
  max-width: -moz-calc(100% - 25px);
  max-width: calc(100% - 25px);
  color: #666;
  font-size: 12px;
  line-height: 29px;
}
header .nav span .dropdownMenu .dropUnit ul li a:hover {
  color: #fe7226;
}
header .nav span .dropdownMenu .dropUnit ul li .line1 {
  max-width: -webkit-calc(100% - 25px);
  max-width: -moz-calc(100% - 25px);
  max-width: calc(100% - 25px);
}
header .nav span .dropdownMenu .dropUnit + .dropUnit {
  margin-left: 40px;
}
header .nav span:hover > a {
  color: #fe7026;
}
header .nav span:not(:first-child):hover .dropdownMenu {
  display: block;
}
header .nav span:not(:first-child):hover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
header .nav span:not(:first-child):hover::before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 5;
}
header .nav span + span {
  margin-left: 40px;
}

.module-block h2 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0px;
  color: #444;
  padding: 40px 0;
}
.module-block .unit {
  background: #fff;
  border-radius: 8px;
  width: 220px;
  height: 212px;
  border: solid 1px #eeeeee;
  margin-left: 20px;
  margin-bottom: 20px;
}
.module-block .unit img {
  width: 62px;
  height: 62px;
}
.module-block .unit h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111e36;
  margin: 30px 0 10px;
}
.module-block .unit h4 {
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #dddddd;
}
@media (min-width: 1200px) {
  .module-block .unit:nth-child(6n+1) {
    margin-left: 0;
  }
}
.module-block .unit:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 119, 29, 0.5), inset 0px 0px 9px 1px rgba(255, 102, 0, 0.21);
          box-shadow: 0px 0px 20px 0px rgba(255, 119, 29, 0.5), inset 0px 0px 9px 1px rgba(255, 102, 0, 0.21);
  border: solid 2px #ff6600;
}
.module-block .unit.download_block {
  background-color: #f5f5f5;
}
.module-block .unit.download_block img {
  width: 68px;
  height: 68px;
  border-radius: 20px;
}
.module-block .unit.download_block h3 {
  margin: 15px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  color: #111e36;
}
.module-block .unit.download_block a {
  width: 140px;
  height: 40px;
  background-color: #fe8a26;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-block .unit.download_block a:hover {
  background: #e47c22;
}

.bottomBanner {
  background: #f5f5f5;
}
.bottomBanner .container {
  height: 500px;
}
.bottomBanner .container > img {
  width: 670px;
  height: 400px;
}
.bottomBanner .container h2 {
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;
  padding: 45px 0 24px;
  position: relative;
}
.bottomBanner .container h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  border-top: solid 4px #ff9234;
}
.bottomBanner .container h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #808080;
}

.bottomNav {
  background-color: #202026;
  padding-top: 51px;
  padding-bottom: 64px;
  margin-top: 80px;
}
.bottomNav .unit .subtitle {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
.bottomNav .unit .line1 {
  width: 8em;
  color: #999;
}
.bottomNav .unit .line1:hover {
  color: #fff;
}
.bottomNav .unit a {
  color: #999;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
}
.bottomNav .unit a:hover {
  color: #fff;
  text-decoration: underline;
}

.detailBottomNav {
  margin-top: 0;
}

footer {
  background-color: #131317;
}
footer .beforeCopyright {
  position: relative;
  padding-bottom: 27px;
}
footer .beforeCopyright .links .w-100 {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 14px;
  margin: 30px 0 25px;
}
footer .beforeCopyright ul li {
  max-width: 84px;
  margin-right: 65px;
  color: #999;
}
footer .beforeCopyright ul li a {
  font-size: 12px;
  line-height: 28px;
  color: #999;
}
footer .beforeCopyright ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #666;
  border-top: solid 1px #1b1b1f;
}
footer .copyright a {
  color: #666;
}
footer .copyright a:hover {
  color: #fff;
}

.richTextPictureLayer {
  font-size: 16px;
  background-color: rgba(51, 51, 51, 0.95);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.richTextPictureLayer .layerImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.richTextPictureLayer .cp-scale-info {
  position: absolute;
  width: 100px;
  height: 40px;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -50px;
  margin-top: -20px;
  border-radius: 5px;
  background: #333333;
  background: rgba(38, 38, 38, 0.5);
  line-height: 40px;
  color: #fff;
  z-index: 1;
}
.richTextPictureLayer .cp-toolbar {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50px;
  background-color: #333333;
  border-radius: 5px;
  margin-left: -40px;
}
.richTextPictureLayer button.cp-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.richTextPictureLayer .cp-toolbar > :first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.richTextPictureLayer .cp-toolbar > :last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.richTextPictureLayer .cp-icon {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 50px;
  float: left;
  text-align: left;
  text-indent: -999em;
  width: 50px;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.richTextPictureLayer .cp-icon:hover {
  background-color: #707070;
}
.richTextPictureLayer .cp-toolbar button,
.richTextPictureLayer .cp-toolbar a {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  cursor: pointer;
}
.richTextPictureLayer .cp-toolbar > * {
  position: relative;
}
.richTextPictureLayer .cp-toolbar-minus::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDE5IDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCBCZXRhIDMuNy4yICgyODI3NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y3AtdG9vbGJhci1taW51czwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoIEJldGEuPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IldoaXRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY3AtdG9vbGJhci1taW51cyIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMSIgcG9pbnRzPSI0LjEyNSA3LjgyNTUgMTAuMTI1IDcuODI1NSAxMC4xMjUgNi43OTU1IDQuMTI1IDYuNzk1NSI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuMTI1LDEzLjM3MiBDMy44ODYsMTMuMzcyIDEuMjUsMTAuNjUzIDEuMjUsNy4zMTEgQzEuMjUsMy45NjkgMy44ODYsMS4yNSA3LjEyNSwxLjI1IEMxMC4zNjQsMS4yNSAxMywzLjk2OSAxMyw3LjMxMSBDMTMsMTAuNjUzIDEwLjM2NCwxMy4zNzIgNy4xMjUsMTMuMzcyIE0xNi43MTYsMTUuMTQ3IEwxMy4xOCwxMS42MTIgQzEzLjExOSwxMS41NTIgMTMuMDQ1LDExLjUxOCAxMi45NzQsMTEuNDc2IEMxMy43NzYsMTAuMjkzIDE0LjI1LDguODU4IDE0LjI1LDcuMzExIEMxNC4yNSwzLjI4IDExLjA1NCwwIDcuMTI1LDAgQzMuMTk2LDAgMCwzLjI4IDAsNy4zMTEgQzAsMTEuMzQzIDMuMTk2LDE0LjYyMiA3LjEyNSwxNC42MjIgQzguODQyLDE0LjYyMiAxMC40MTksMTMuOTk1IDExLjY1LDEyLjk1MyBDMTEuNjc5LDEyLjk5IDExLjY5MiwxMy4wMzMgMTEuNzI2LDEzLjA2NiBMMTUuMjYyLDE2LjYwMSBDMTUuNjUyLDE2Ljk5MiAxNi4yODUsMTYuOTkyIDE2LjY3NiwxNi42MDEgTDE2LjcxNiwxNi41NjIgQzE3LjEwNiwxNi4xNzIgMTcuMTA2LDE1LjUzOCAxNi43MTYsMTUuMTQ3IiBpZD0iRmlsbC0yIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}
.richTextPictureLayer .cp-toolbar-plus::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDE5IDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCBCZXRhIDMuNy4yICgyODI3NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y3AtdG9vbGJhci1wbHVzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2ggQmV0YS48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV2hpdGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjcC10b29sYmFyLXBsdXMiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0idG9vbGJhci1wbHVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTEiIHBvaW50cz0iNi42MjUgNC4yMjUxIDcuNjI1IDQuMjI1MSA3LjYyNSA2Ljc5NTEgMTAuMTI1IDYuNzk1MSAxMC4xMjUgNy44MjUxIDcuNjI1IDcuODI1MSA3LjYyNSAxMC4zOTQxIDYuNjI1IDEwLjM5NDEgNi42MjUgNy44MjUxIDQuMTI1IDcuODI1MSA0LjEyNSA2Ljc5NTEgNi42MjUgNi43OTUxIj48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy4xMjUsMTMuMzcyIEMzLjg4NiwxMy4zNzIgMS4yNSwxMC42NTMgMS4yNSw3LjMxMSBDMS4yNSwzLjk2OSAzLjg4NiwxLjI1IDcuMTI1LDEuMjUgQzEwLjM2NCwxLjI1IDEzLDMuOTY5IDEzLDcuMzExIEMxMywxMC42NTMgMTAuMzY0LDEzLjM3MiA3LjEyNSwxMy4zNzIgTTE2LjcxNiwxNS4xNDcgTDEzLjE4LDExLjYxMiBDMTMuMTE5LDExLjU1MiAxMy4wNDUsMTEuNTE4IDEyLjk3NCwxMS40NzYgQzEzLjc3NiwxMC4yOTMgMTQuMjUsOC44NTggMTQuMjUsNy4zMTEgQzE0LjI1LDMuMjggMTEuMDU0LDAgNy4xMjUsMCBDMy4xOTYsMCAwLDMuMjggMCw3LjMxMSBDMCwxMS4zNDMgMy4xOTYsMTQuNjIyIDcuMTI1LDE0LjYyMiBDOC44NDIsMTQuNjIyIDEwLjQxOSwxMy45OTUgMTEuNjUsMTIuOTUzIEMxMS42NzksMTIuOTkgMTEuNjkyLDEzLjAzMyAxMS43MjYsMTMuMDY2IEwxNS4yNjIsMTYuNjAxIEMxNS42NTIsMTYuOTkyIDE2LjI4NSwxNi45OTIgMTYuNjc2LDE2LjYwMSBMMTYuNzE2LDE2LjU2MiBDMTcuMTA2LDE2LjE3MiAxNy4xMDYsMTUuNTM4IDE2LjcxNiwxNS4xNDciIGlkPSJGaWxsLTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}
.richTextPictureLayer .cp-toolbar > ::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}
.richTextPictureLayer :hover > .tooltip.tooltip-s {
  -webkit-transform: translateY(0px) translateX(-50%);
  -moz-transform: translateY(0px) translateX(-50%);
  -o-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}
.richTextPictureLayer :hover > .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.richTextPictureLayer .tooltip.tooltip-s {
  bottom: 100%;
  -webkit-transform: translateY(10px) translateX(-50%);
  -moz-transform: translateY(10px) translateX(-50%);
  -o-transform: translateY(10px) translateX(-50%);
  transform: translateY(10px) translateX(-50%);
}
.richTextPictureLayer .tooltip {
  text-indent: initial;
  width: auto;
  display: inline-block;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  left: 50%;
  white-space: nowrap;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  max-width: 200px;
  -webkit-transition: all 0s 0.3s ease-out;
  -moz-transition: all 0s 0.3s ease-out;
  -o-transition: all 0s 0.3s ease-out;
  transition: all 0s 0.3s ease-out;
}
.richTextPictureLayer .fv-close-button {
  position: absolute;
  top: 0;
  right: 0;
}
.richTextPictureLayer .cp-control-panel-close {
  border-left: 1px solid #333;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+MTYvaTAwMjdfY2xvc2UtZGlhbG9nPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48cGF0aCBkPSJNOS42NCA4bDQuMDE2IDQuMDE2Yy4yMy4yMy4zNDQuNTAyLjM0NC44MiAwIC4zMTgtLjExNS41OS0uMzQ0LjgyLS4yMy4yMy0uNTAyLjM0NC0uODIuMzQ0LS4zMTggMC0uNTktLjExNS0uODItLjM0NEw4IDkuNjRsLTQuMDE2IDQuMDE2Yy0uMjMuMjMtLjUwMi4zNDQtLjgyLjM0NC0uMzE4IDAtLjU5LS4xMTUtLjgyLS4zNDQtLjIzLS4yMy0uMzQ0LS41MDItLjM0NC0uODIgMC0uMzE4LjExNS0uNTkuMzQ0LS44Mkw2LjM2IDggMi4zNzQgNC4wMTZjLS4yMy0uMjMtLjM0NC0uNTAzLS4zNDQtLjgyIDAtLjMxOC4xMTYtLjU4Ny4zNDUtLjgwNS4yMy0uMjMuNTAzLS4zNC44Mi0uMzQuMzE4IDAgLjU5LjExMy44Mi4zNDNMOCA2LjM3Nmw0LjAzLTQuMDNjLjIzLS4yMy41MDQtLjM0NS44MjItLjM0NS4zMTcgMCAuNTkuMTE3LjgyLjM0Ni4yMi4yMy4zMjguNTAyLjMyOC44MiAwIC4zMTgtLjExLjU4Ni0uMzI4LjgwNUw5LjY0MiA4eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
}
.richTextPictureLayer .tooltip.tooltip-n {
  top: 100%;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.richTextPictureLayer .tooltip {
  text-indent: initial;
  width: auto;
  display: inline-block;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  left: 50%;
  white-space: nowrap;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  max-width: 200px;
  -webkit-transition: all 0s 0.3s ease-out;
  -moz-transition: all 0s 0.3s ease-out;
  -o-transition: all 0s 0.3s ease-out;
  transition: all 0s 0.3s ease-out;
}


/* 侧边栏 */
section.sidebar {
  width: 52px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -119px;
  z-index: 2;
}
section.sidebar .list {
  background-color: #eb4b3f;
  border-radius: 8px 0px 0px 8px;
  padding: 10px 0 6px;
}
section.sidebar .list .cooperationBox,
section.sidebar .list .demonstrationBox,
section.sidebar .list .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 13px;
  width: 40px;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
section.sidebar .list .cooperationBox > i,
section.sidebar .list .demonstrationBox > i,
section.sidebar .list .topBox > i {
  margin-bottom: 8px;
}
section.sidebar .list .cooperationBox > .text,
section.sidebar .list .demonstrationBox > .text,
section.sidebar .list .topBox > .text {
  width: 26px;
  line-height: 14px;
  font-size: 12px;
}
section.sidebar .list .cooperationBox {
  height: 74px;
  position: relative;
  cursor: default;
  margin: 0 auto 0;
}
section.sidebar .list .cooperationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .cooperationBox:hover .hoverList {
  display: block;
}
section.sidebar .list .cooperationBox .hoverList {
  width: 184px;
  height: 356px;
  background-color: #eb4b3f;
  border-radius: 10px;
  padding: 30px 20px 20px;
  position: absolute;
  left: -194px;
  top: -11px;
  display: none;
}
section.sidebar .list .cooperationBox .hoverList h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 22px;
  text-align: center;
}
section.sidebar .list .cooperationBox .hoverList ul li {
  background-color: #fd8076;
  border-radius: 4px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sidebar .list .cooperationBox .hoverList ul li:hover {
  background-color: #ff903f;
}
section.sidebar .list .cooperationBox .hoverList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 40px;
  padding: 10px 14px;
  border-radius: 4px;
}
section.sidebar .list .cooperationBox .hoverList ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
section.sidebar .list .cooperationBox .hoverList ul li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList .button {
  display: block;
  width: 144px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #f68a23;
  font-size: 14px;
  margin-top: 36px;
}
section.sidebar .list .cooperationBox .hoverList .button:hover {
  background-color: #ff903f;
	color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList::after {
  content: "";
  height: 90px;
  width: 14px;
  position: absolute;
  right: -14px;
  top: 0;
}
section.sidebar .list .cooperationBox:hover .cooperation {
  background: url("../img/sidebar/cooperation.png") no-repeat;
  /* background: url("../img/sidebar/cooperation.png") no-repeat center; */
  background-size: 100% 100%;
}
section.sidebar .list .cooperationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .cooperationBox::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .demonstrationBox {
  padding: 7px 0 6px;
  position: relative;
  margin: 16px auto 0;
} 
section.sidebar .list .demonstrationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .demonstrationBox:hover .demonstration {
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .demonstrationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .demonstrationBox:hover .detailsWrapper {
  display: block;
}
section.sidebar .list .pseudoClass::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 37px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .topBox {
  height: 42px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px auto 0;
}
section.sidebar .list .topBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .topBox:hover .top {
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .topBox i {
  margin-bottom: 0;
}
section.sidebar .list .cooperation {
  display: block;
  background: url("../img/sidebar/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .demonstration {
  display: block;
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .top {
  display: block;
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list p {
  color: #ffffff;
  font-size: 12px;
}
section.sidebar .detailsWrapper {
  width: 336px;
  height: 356px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -346px;
  top: -101px;
  display: none;
}
section.sidebar .detailsWrapper::after {
  content: "";
  width: 14px;
  height: 90px;
  position: absolute;
  right: -14px;
  top: 91px;
}
section.sidebar .detailsWrapper > ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
section.sidebar .detailsWrapper > ul li > div {
  font-size: 0;
}
section.sidebar .detailsWrapper > ul li > img {
  margin-right: 13px;
  width: 20px;
  height: 20px;
}
section.sidebar .detailsWrapper > ul li h6 {
  color: #333333;
  font-size: 14px;
  margin-bottom: 8px; 
}
section.sidebar .detailsWrapper > ul li p,
section.sidebar .detailsWrapper > ul li a {
  color: #999999;
  font-size: 12px;
}
section.sidebar .detailsWrapper > ul li p span,
section.sidebar .detailsWrapper > ul li a span {
  color: #f68a23;
}
section.sidebar .detailsWrapper > ul li .code {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  margin-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.sidebar .detailsWrapper > ul li .code img {
  width: 106px;
  height: 106px;
}
section.sidebar .none{
  display: none !important;
}