.hh100 {
  height: 100%;
}

.ww100 {
  width: 100%;
}

.ww1200 {
  width: 1200px;
  margin: 0 auto;
}

.f24 {
  font-size: 24px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.svg-icon {
  width: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.container {
  min-width: 1200px;
  margin: 0 auto;
}

.container:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: '.';
  height: 0;
}

.container {
  *zoom: 1;
}

/*top*/
.wrap {
  position: relative;
  min-width: 1000px;
}

.top-container {
  min-width: 1200px;
}

.top-container .menu-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}

.top-container .menu,
.page-menu-box .menu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.link-logo {
  padding: 10px 0;
}

.link-logo img {
  height: 40px;
}

.menu-box .menu ul,
.page-menu-box .menu ul {
  display: flex;
  justify-content: flex-start;
}

.menu-box .menu ul li,
.page-menu-box .menu li {
  line-height: 60px;
  margin: 0 16px;
}

.menu-box .menu ul li a,
.page-menu-box .menu li a,
.page-menu-box .menu li span {
  /* display: block; */
  /* height: 100%; */
  color: #333;
}

.page-menu-box .menu .icon-jiantou {
  width: 16px;
  height: 16px;
  display: inline;
  margin-bottom: 3px;
  margin-left: 3px;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.page-menu-box .menu .icon-jiantou.active {
  transform: rotate(180deg);
}
.page-menu-box .menu-pop {
  position: absolute;
  top: 60px;
  z-index: 10;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 498px;
  background: #f6f6f6;
  transition: height 0.6s;
}
.page-menu-box .menu-pop.close {
  height: 0 !important;
}
.page-menu-box .menu-pop.open {
  height: 498px;
}
.menu-pop-content {
  width: 1200px;
  height: 498px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 16px;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}
.menu-pop-content .menu-popcontent-left {
  width: 449px;
  min-height: 412px;
  padding: 0 20px;
  box-sizing: border-box;
}
.menu-popcontent-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 26px;
  font-weight: bold;
}
.menu-popl-item {
  margin-bottom: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-popl-item .menu-popl-img {
  width: 65px;
  height: 65px;
  display: block;
  margin-right: 14px;
  flex-shrink: 0;
}
.menu-popl-item .menu-popl-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.menu-popl-item .menu-popl-desc {
  font-size: 16px;
  color: #666;
}
.menu-pop-content .menu-popcontent-center {
  flex: 1;
  border-left: 1px solid #f6cbcd;
  border-right: 1px solid #f6cbcd;
  min-height: 412px;
  padding: 0 20px;
  box-sizing: border-box;
}
.menu-pop-content .menu-popcontent-center .f-w {
  flex-wrap: wrap;
}
.menu-popc-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.menu-popc-img {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.menu-popc-name {
  font-size: 16px;
  color: #333;
  flex: 1;
}
.menu-pop-content .menu-popcontent-right {
  width: 367px;
  min-height: 412px;
  padding: 0 20px;
  box-sizing: border-box;
}
.menu-pop-content .menu-popcontent-right .menu-popcontent-title {
  margin-bottom: 6px;
}
.menu-popr-box {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.menu-popr-box:last-of-type {
	border: none;
}
.menu-popr-img {
  width: 47px;
  height: 47px;
  border-radius: 10px;
  margin-right: 8px;
}
.menu-popr-title {
  font-size: 16px;
  color: #666;
  flex: 1;
}
.menu-popr-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu-popr-items {
  width: 133px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f51f27;
  border-radius: 16px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 13px;
}

.OpenList {
  position: absolute;
  top: 60px;
  overflow: hidden;
  left: -102px;
  /* right: 0; */
  /* margin: auto; */
  width: 292px;
  box-sizing: border-box;
  height: 264px;
  background: #f6f6f6;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 11;
  transition: height 0.3s;

  /* border-top: 1px solid #eee; */
}
.open-list {
  border-top: 1px solid #eee;
  width: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 17px 22px;
  box-sizing: border-box;
  height: 264px;
}
.open-item {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.page-menu-box .menu li .open-item a:hover {
  color: #f51f27;
}
.open-item::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #f51f27;
}
.OpenList.close {
  height: 0;
} 
.OpenList.open {
  height: 264px;
}
.menu-box .menu ul li a:hover {
  /* background: rgba(255, 255, 255, .1); */
}

.top-container .banner {
  position: relative;
  height: 500px;
  background: #333333;
}

.top-container .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 10;
}

.top-container .banner h2 {
  padding-top: 60px;
  font-size: 50px;
  color: #ffffff;
}

.top-container .banner .des {
  font-size: 20px;
  padding-top: 10px;
  color: #65d4ff;
}

.top-container .banner .btns {
  margin-top: 60px;
}

.top-container .banner .btns button {
  position: relative;
  width: 160px;
  height: 40px;
  border: none;
  background: #0096f5;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 20px;
  color: #ffffff;
}

.top-container .banner .btns button::after {
  position: absolute;
  left: 20px;
  top: 12px;
  content: '';
  border: 8px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.8);
}

.top-container .banner .btns button:hover {
  background: #0488db;
}

#homeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-menu-box .menu li a {
  color: #333333;
}

.page-menu-box .menu li {
  position: relative;
}

.page-menu-box .menu li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f6220c;
}

.page-menu-box .menu li:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f6220c;
}

.page-menu-box .menu li:hover .pop-nav {
  display: block;
}

.page-menu-box .menu li:hover a {
  color: #333;
}

.page-menu-box .menu li.active a {
  color: #333;
}

.top-container .menu-box-page {
  position: inherit;
}

.menu-pop .home-banner {
  min-width: 1200px;
  position: relative;
  height: 580px;
  overflow: hidden;
}

.home-banner .banner-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.home-banner .banner-list li {
  float: left;
  height: 580px;
  background-position: center center;
  background-size: 1920px 580px;
  background-repeat: no-repeat;
}

.home-banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
  z-index: 90;
}

.home-banner .num li {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  margin: 0px 6px;
  cursor: pointer;
}

.home-banner .num li.on {
  background-color: rgba(255, 255, 255, 1);
}

.home-banner .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 40px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  opacity: 0.2;
  cursor: pointer;
}

.home-banner .btn:hover {
  opacity: 1;
}

.home-banner .btn_left {
  background: url(../image/left_btn.png) center center no-repeat scroll
    rgba(0, 0, 0, 0.4);
  left: 10px;
}

.home-banner .btn_right {
  background: url(../image/right_btn.png) center center no-repeat scroll
    rgba(0, 0, 0, 0.4);
  right: 10px;
}

.group-hd {
  margin-top: 40px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.group-hd h3 {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2e2e30;
  line-height: 30px;
  font-size: 36px;
}

.group-hd p {
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #c7c8ca;
  font-size: 24px;
}

/*产品*/
.product {
  padding-top: 40px;
}

.product .group-bd {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product .group-bd .item {
  margin: 6px 0;
  width: 19%;
  padding: 40px 20px 40px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}

.product .group-bd .item h4 {
  font-size: 20px;
  text-align: center;
  color: #333333;
}

.product .group-bd .item .pic {
  margin-top: 10px;
  text-align: center;
}

.product .group-bd .item .pic .svg-icon {
  font-size: 50px;
  color: #f7270e;
}

.product .group-bd .item .pic:hover .svg-icon {
  animation: svgAnimation 2s;
}

@keyframes svgAnimation {
  0% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(0, -20px);
  }

  50% {
    transform: translate(0, -10px);
  }

  70% {
    transform: translate(0, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.product .group-bd .item .pic img {
  width: 60px;
  height: 60px;
  transition: transform 0.5s;
  cursor: pointer;
}

.product .group-bd .item .des {
  text-align: center;
  margin-top: 10px;
}

.product .group-bd .item:hover img {
  transform: scale(1.4);
}

/*优势*/
.advantage {
  min-width: 1200px;
  margin-top: 20px;
}

.advantage .group-bd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantage .group-bd .item {
  width: 24%;
  padding: 40px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s;
  cursor: pointer;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.advantage .group-bd .item img {
  width: 100px;
  height: 100px;
}

.advantage .group-bd .item .info {
  flex: 1;
  text-align: center;
  overflow: hidden;
}

.advantage .group-bd .item h4 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}

.advantage .group-bd .item .des {
  padding-top: 10px;
  font-size: 12px;
  color: #888888;
}

.advantage .group-bd .item:hover {
  transform: translateY(-12px);
}

.group-bd .sub-hd {
  text-align: center;
  font-size: 18px;
}

/*功能特色*/
.characteristic {
  min-width: 1200px;
  padding: 10px 0 40px;
  /* background: #2a292e; */
  background: #f2f5fc;
}

.characteristic .group-hd h3 {
  color: #f7250d;
}

.characteristic .group-bd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.characteristic .group-bd .item {
  width: 292px;
  padding: 50px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s;
  cursor: pointer;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.characteristic .group-bd .item img {
  transition: transform 0.3s;
  width: 80px;
  height: 80px;
}

.characteristic .group-bd .item .info {
  margin-top: 30px;
  font-size: 20px;
}

.characteristic .group-bd .item .info h4 {
  font-weight: normal;
}

.characteristic .group-bd .item:hover img {
  transform: scale(1.3, 1.3);
}

/* 选择版本 */
.edition .group-bd {
  background: url(../image/edition_bg.png) top center no-repeat;
}

.edition-list {
  padding-top: 83px;
  padding-bottom: 93px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.edition-item {
  width: 300px;
  height: 770px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}

.edition-item .red {
  background-color: #e75252;
}

.edition-item .yellow {
  background-color: #e79f52;
}

.edition-item .green {
  background-color: #52e79f;
}

.edition-item .blue {
  background-color: #52dee7;
}

.edition-item-title {
  height: 124px;
  padding: 46px 0 0 31px;
  background: url(../image/logo-1.png) 136px 53px no-repeat;
}

.edition-item .edition-title-top {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 7px;
}

.edition-item .edition-title-btm {
  font-size: 18px;
  color: #ffffff;
}

.edition-item .f17 {
  font-size: 17px;
}

.edition-item ul {
  margin-bottom: 27px;
  padding-top: 22px;
  padding-left: 48px;
}

.edition-item ul li {
  height: 26px;
  font-size: 15px;
  color: #808080;
  line-height: 26px;
}

.edition-item ul li img {
  width: 14px;
  height: 14px;
  margin-right: 9px;
}

.edition-item .price {
  color: #eb1c1c;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 22px;
}

.edition-item .f12 {
  font-size: 12px;
}

.edition-item div button {
  display: block;
  width: 188px;
  height: 25px;
  line-height: 25px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #ff7800;
  text-align: center;
  margin: 0 auto;
  border: none;
}

.edition-item div .purchase {
  display: block;
  width: 188px;
  height: 25px;
  line-height: 25px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #eb1c1c;
  text-align: center;
  margin: 0 auto;
  border: none;
}

/*技术支持*/
.technical-support {
  min-width: 1200px;
  padding: 10px 0 40px;
}

.technical-support .group-hd h3 {
}

.technical-support .group-bd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.technical-support .group-bd .item {
  width: 292px;
  padding: 20px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s;
  cursor: pointer;
  background: #ffffff;
}

.technical-support .group-bd .item img {
  transition: transform 0.3s;
  width: 130px;
  height: 130px;
}

.technical-support .group-bd .item .info {
  margin-top: 10px;
  font-size: 20px;
}

.technical-support .group-bd .item .info h4 {
  font-weight: normal;
}

.technical-support .group-bd .item:hover img {
  transform: scale(1.3, 1.3);
}

/*文档*/
.doc-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.doc-content .left-menu {
  float: left;
  width: 250px;
}

.doc-content .left-menu h2 {
  padding: 10px 0 6px 0;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.doc-content .left-menu ul ul li {
  padding: 4px 0 4px 10px;
}

.doc-content .left-menu ul ul li a {
  color: #333333;
}

.doc-content .right-content {
  float: left;
  width: 920px;
  margin-left: 30px;
}

.made-banner {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/made_banner.jpg) top center no-repeat;
}

.made-banner h3 {
  font-size: 60px;
  color: #ffffff;
}

.made-content {
  margin-bottom: 30px;
}

/*更新日志*/
.changelog-wrap .changelog-content {
  margin: 40px auto 0 auto;
}

.changelog-wrap .nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid red;
  margin-left: 20px;
}

.changelog-wrap .nav .list-nav-on {
  width: 120px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  margin-right: 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  text-align: center;
  background: -moz-linear-gradient(top, #f78f84 0%, #f72a15 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f78f84),
    color-stop(100%, #f72a15)
  );
  background: -webkit-linear-gradient(top, #f78f84 0%, #f72a15 100%);
  background: -o-linear-gradient(top, #f78f84 0%, #f72a15 100%);
  background: -ms-linear-gradient(top, #f78f84 0%, #f72a15 100%);
  background: linear-gradient(to bottom, #f78f84 0%, #f72a15 100%);
}

.changelog-wrap .nav .list-nav-off {
  width: 120px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  margin-right: 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #000000;
  text-align: center;
  background: -moz-linear-gradient(top, #edeeee 0%, #c1c1c1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #edeeee),
    color-stop(100%, #c1c1c1)
  );
  background: -webkit-linear-gradient(top, #edeeee 0%, #c1c1c1 100%);
  background: -o-linear-gradient(top, #edeeee 0%, #c1c1c1 100%);
  background: -ms-linear-gradient(top, #edeeee 0%, #c1c1c1 100%);
  background: linear-gradient(to bottom, #edeeee 0%, #c1c1c1 100%);
}

.changelog-wrap .changelog-content .list .list-item {
  margin-bottom: 20px;
  padding: 0 20px;
  border: solid 1px #ededed;
}

.changelog-wrap .changelog-content .list .list-item .item-head {
  line-height: 58px;
  border-bottom: none;
  cursor: pointer;
}

.changelog-wrap .changelog-content .list .list-item .item-head .side-left {
  float: left;
  font-size: 18px;
  color: #3d3d3d;
}

.changelog-wrap .changelog-content .list .list-item .item-head .side-right {
  float: right;
  font-size: 14px;
  color: #9b9b9b;
}

.changelog-wrap
  .changelog-content
  .list
  .list-item
  .item-head
  .side-right
  .svg-icon {
  margin-left: 20px;
  color: #cccccc;
}

.changelog-wrap .changelog-content .list .list-item .item-body {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.changelog-wrap .changelog-content .list .list-item .item-body .col-md-6 {
  padding-left: 55px;
}

.changelog-wrap .changelog-content .list .list-item .item-body .item-tag {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 2px;
}

.changelog-wrap .changelog-content .list .list-item .item-body .item-tag--new {
  background: #4fc6bd;
}

.changelog-wrap
  .changelog-content
  .list
  .list-item
  .item-body
  .item-tag--fixed {
  background: #f6220c;
}

.changelog-wrap .changelog-content .list .list-item .item-body ul {
  padding-left: 15px;
  line-height: 2;
  color: #9b9b9b;
}

.changelog-wrap
  .changelog-content
  .list
  .list-item--active
  .item-head
  .side-right
  i {
  transform: rotateX(180deg);
}

.changelog-wrap .changelog-content .list .list-item--active .item-head {
  border-bottom: solid 1px #ededed;
}

.changelog-wrap .changelog-content .list .list-item--active .item-body {
  display: block;
}

.contact-banner {
  height: 300px;
  background: url(../image/contact_banner.jpg) top center no-repeat;
}

.contact-content {
  min-height: 600px;
}

.contact-detail {
  padding: 30px 0;
}

.contact-detail .contact-inner {
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-inner .map {
  width: 500px;
  height: 500px;
  float: left;
}

.contact-inner .inner-content {
  /* width: 670px; */
  height: 500px;
}

.contact-inner .contact-title {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
}

.contact-inner .contact-title span {
  display: block;
  padding-left: 16px;
  border-left: 2px solid #f6220c;
}

.contact-inner .company-name {
  padding-top: 40px;
  padding-left: 100px;
  font-size: 18px;
  color: #333333;
}

.contact-inner .list {
  padding-left: 100px;
  padding-top: 20px;
}

.contact-inner .item {
  padding: 6px 0;
}

.contact-inner .item .svg-icon {
  margin-right: 10px;
  color: #f6220c;
}

/*demo*/
.demo-banner {
  width: 100%;
  height: 580px;
  background: url(../image/banner.png) no-repeat;
}

.demo-content {
  text-align: center;
}

.demo-detail {
  padding: 30px 0;
}

.demo-detail .title {
  font-size: 30px;
  color: #f7270e;
  border-bottom: 3px solid #f7270e;
  display: inline;
}

.demo-detail .tab-list {
  padding: 100px 40px 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.demo-detail .tab-list .wx-code {
  font-size: 18px;
  font-weight: 600;
  color: #585858;
}

.demo-detail .tab-list img {
  white-space: 240px;
  height: 240px;
}

.demo-detail a {
  color: #f7270e;
  border-bottom: 1px solid #f7270e;
}

.demo-detail .admin-list {
  padding: 70px 40px 0 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.demo-detail .admin-link {
  font-size: 18px;
  color: #808080;
  line-height: 50px;
  padding: 20px 0;
}

/*友情链接*/
.firend-box {
  min-width: 1200px;
  padding: 16px 0;
  background: #7a3434;
  font-size: 14px;
  margin-top: 50px;
}

.firend-box a {
  color: #ffffff;
  opacity: 0.6;
}

.firend-box a + a {
  margin-left: 16px;
}

.firend-box .tit {
  /* font-size: 20px; */
  color: #ffffff;
  font-weight: normal;
  /* font-size: 16px; */
}

/*foot-box*/
.foot-box {
  min-width: 1200px;
  padding-top: 30px;
  background: #413737;
}

.foot-box .content {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-box .content .logo img {
  width: 180px;
}

.foot-box .copyright-bar {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.foot-box .copyright-bar a {
  color: #2090e6;
}

.foot-box .content .menu-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.foot-box .content .min-group {
  flex: 1;
  margin-left: 40px;
  color: #cccccc;
}

.foot-box .content .min-group .hd {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}

.foot-box .content .menu-box ul {
  margin-top: 20px;
}

.foot-box .content .menu-box ul li {
  padding: 6px 0;
  line-height: 20px;
  font-size: 12px;
}

.foot-box .content .menu-box ul li.pb20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.foot-box .content .menu-box .title {
  font-size: 16px;
}

.foot-box .content .menu-box .title .svg-icon {
  margin-right: 4px;
  color: #f6220c;
}

.foot-box .content .menu-box .title a {
  color: #ffffff;
  opacity: 0.6;
}

.foot-box .content .menu-box .title a:hover {
  color: #f7270e;
}

.foot-box .content .menu-box .des {
  color: #999999;
}

.foot-box .content .menu-box .des a {
  color: #999999;
}

.foot-box .content .menu-box .des a:hover {
  color: #f7270e;
}

.foot-box .content .menu-box .pro li {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
}

.foot-box .content .menu-box .pro li::after {
}

.foot-box .content .menu-box .follow li {
  font-size: 14px;
}

.foot-box .content .menu-box .follow img {
  width: 120px;
}

/* sigle */
.second_nav {
  width: 100%;
  /* margin-top: 50px; */
  
  
}

.second_nav .second_nav_box {
  /* width: 1200px;
	margin: 0 auto; */
	
}

.navlist {
  width: 100%;
  height: 152px;
  /* padding: 80px 0 50px 0; */
  position: relative;
  /* border-bottom: 1px solid #eee; */
  position: sticky;
   top: 0;
   left: 0;
   right: 0;
   border-bottom: 1px solid #eee;
   background: #ffffff;
   box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
   box-sizing: border-box;
}

.second_nav .second_nav_box .navlist > ul {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 92px;
  margin: 0 auto;
  padding: 0 84px;
}

.second_nav .second_nav_box .navlist > ul li {
  /* flex: 1; */
  height: 52px;
  line-height: 52px;
  border-radius: 32px;
  padding: 0 38px;
}

.second_nav .second_nav_box .navlist > ul li > a {
  display: inline-block;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.second_nav .second_nav_box .navlist > ul li > a:hover {
  color: #ff4040;
}
.second_nav .second_nav_box .navlist > ul li.navtab_active {
  background-color: #ff4040;
}
.second_nav .second_nav_box .navlist > ul li.navtab_active > a {
  color: #fff;
}

.second_nav .second_nav_box .navlist > ul li .first-child {
  color: #ff4040;
}

.second_nav .second_nav_box .navlist > ul li .second_function {
}

/* 演示地址 */
.address {
  padding: 30px 0 60px;
}

.address .address_title h3 {
  font-size: 24px;
  color: #333;
}

.address .address_link_box {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.address .address_link_box .address_link .background_presentation {
  font-size: 20px;
  /* 	text-decoration: underline; */
  color: #2090e6;
}

.address .address_link_box .address_password {
  margin-top: 10px;
}

.address .code {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.address .code > div {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #d9d9d9;
}

.address .code .code_h5 {
  width: 200px;
}

.address .code .code_program {
  width: 200px;
}

.address .code .code_andriod {
  width: 200px;
}

.address .code img {
  width: 100%;
}

.address .code p {
  margin-top: 10px;
  color: #333;
}

/* 源码价格 */
.price {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

table,
tr,
td,
th {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  /* 	padding-left: 10px; */
  text-align: center;
  font-size: 12px;
  color: #333;
}

.price .first_line .kong {
  width: 360px;
}

.price .first_line .learning_edition {
  padding: 20px 30px;
  background: linear-gradient(90deg, #cdebf2 0%, #e4faff 98%);
  width: 280px;
}

.price .first_line .learning_edition h3 {
  font-size: 24px;
  font-weight: bold;
  color: #057d99;
}

.price .first_line .learning_edition p {
  font-size: 14px;
  color: #057d99;
  margin-top: 16px;
}

.price .first_line .merchants_system {
  padding: 20px 30px;
  background: linear-gradient(90deg, #fed8d8 0%, #fbe8e8 99%);
  width: 280px;
}

.price .first_line .merchants_system h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff3c3c;
}

.price .first_line .merchants_system p {
  font-size: 14px;
  color: #ff3c3c;
  margin-top: 16px;
}

.price .second_line .second_line_title {
  padding: 20px 30px;
  color: #333;
  font-size: 16px;
}

.price .second_line .blue {
  font-size: 16px;
  color: #057d99;
}

.price .second_line .red {
  font-size: 16px;
  color: #ff3c3c;
}

/* 最后一行 */
.price .three_line .kong {
  width: 360px;
}

.price .three_line .learning_edition {
  padding: 20px 30px;
}

.price .three_line .learning_edition p {
  color: #ff3c3c;
  font-size: 24px;
}

.price .three_line .learning_edition .download,
.price .three_line .merchants_system .consult {
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: #ffa02f;
  border-radius: 100px;
  border-style: none;
  outline: none;
  margin-top: 20px;
}

.price .three_line .merchants_system p {
  color: #ff3c3c;
  font-size: 24px;
}

.price .three_line .merchants_system p span {
  font-size: 12px;
}

.price .three_line .merchants_system .consult {
  background: linear-gradient(90deg, #ff6060, #ff3b3b);
}

/* 版本更新 */
.update {
  margin-top: 50px;
}

.update .update_title h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

.update .update_title .version_number_title {
  width: 400px;
}

.update .update_title .update_time_title {
  float: right;
  margin-right: 10px;
}

.update .update_narrate {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.update .update_narrate > div {
  float: left;
  font-size: 16px;
  color: #333;
}

.update .update_narrate .version_number {
  width: 400px;
}

.update .update_narrate .update_content {
  width: 600px;
}

.update .update_narrate .update_content p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #9b9b9b;
}

.update .update_narrate .update_time {
  float: right;
  font-size: 14px;
  color: #9b9b9b;
}

.update .update_readmore {
  margin-top: 30px;
  text-align: center;
}

.update .update_readmore .read_more {
  color: #2090e6;
}

/* 产品功能-技术特点 */
.second_nav .product_box {
  width: 100%;
  /* display: flex;
	justify-content: center;
	align-items: center; */
  margin-top: 50px;
}

.produt_tit {
  width: 100%;
}

.produt_tit h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.produt_tit p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.product_img {
  width: 100%;
  margin: 30px 0;
}

.product_img img {
  width: 1200px;
  height: 620px;
}

/* 产品功能-平台特色 */
.product_two {
  width: 100%;
  background-color: #f4f8ff;
  padding: 50px 0;
}

.product_list {
  width: 100%;
  margin-top: 40px;
}

.mr24 {
  margin-right: 24px;
}

.product_two .product_list ul li {
  width: 344px;
  padding: 20px;
  display: block;
  float: left;
  border-radius: 10px;
  margin-bottom: 24px;
}

.bg1 {
  background: linear-gradient(1turn, #f0f6ff, #fefeff);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product_two .product_list ul li .icon_tu {
  float: left;
  width: 58px;
  height: 58px;
  margin-top: 16px;
}

.product_two .product_list ul li .icon_box {
  float: right;
  width: 274px;
}

.product_two .product_list ul li .icon_box h4 {
  font-size: 20px;
  /* color:#03abff; */
}

.product_two .product_list ul li .icon_box p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

/* 产品功能-平台功能 */
.product_three {
  margin-top: 50px;
}

.product_wx {
  width: 100%;
  height: 620px;
  margin: 50px 0;
}

.product_wx .wxbox {
  width: 370px;
}

.product_wx .wxbox ul li {
  width: 100%;
  height: 155px;
}

.product_wx .wxbox .icon_box {
  width: 264px;
  height: 88px;
  padding: 33px 0;
}

.product_wx .wxbox .icon_box h4 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

.product_wx .wxbox .icon_box p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.product_wx .wxbox .icon_tu {
  width: 82px;
  padding: 36px 0;
}

.wxl {
  float: left;
  text-align: right;
}

.wxr {
  float: right;
  text-align: left;
}

.product_wx .wximg {
  width: 312px;
  height: 620px;
  padding: 0 74px;
}

/* 产品功能-丰富插件 */
.product_four {
  width: 100%;
  background-color: #f4f8ff;
  padding: 50px 0;
}

.mr16 {
  margin-right: 16px;
}

.product_four .product_list ul li {
  width: 228px;
  float: left;
  text-align: center;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.product_four .product_list ul li .icon_tu img {
  width: 68px;
  height: 68px;
}

.product_four .product_list ul li .icon_box h5 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 8px 0;
}

.product_four .product_list ul li .icon_box p {
  font-size: 14px;
  color: #666;
}

/* 多商户 */
.product_imgbox {
  width: 100%;
  margin: 50px 0;
}

.tdbox {
  width: 314px;
  height: 360px;
  padding: 0 30px;
}

.tdimg {
  width: 320px;
  padding: 0 66px;
}

.tdimg img {
  width: 320px;
  height: 320px;
}

.tdl {
  float: left;
}

.tdr {
  float: right;
}

.tdbox ul li {
  width: 100%;
  height: 80px;
  padding-top: 10px;
}

.tdbox ul li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: url(../image/duigou.png) left center no-repeat;
  padding-left: 32px;
}

.tdbox ul li p {
  font-size: 14px;
  line-height: 24px;
}

.yanse {
  background-color: #fff8f7;
}

.yanse1 {
  background-color: #fff8f4;
}
.yansejava {
  background-color: #f7f9ff;
}
.red {
  color: #f95149;
}

.blue {
  color: #03abff;
}

.orage {
  color: #f9783c;
}
.javaorage {
  color: #5072f6;
}

.purple {
  color: #9c36e0;
}
.bg2 {
  background: linear-gradient(1turn, #ffffff, #fefeff);
  box-shadow: 0 15px 30px rgba(255, 85, 16, 0.1);
}

.bg3 {
  background: linear-gradient(1turn, #ffffff, #fefeff);
  box-shadow: 0 15px 30px rgba(255, 85, 16, 0.1);
}
.bg5 {
  background: linear-gradient(1turn, #ffffff, #fefeff);
  box-shadow: 0 15px 30px rgba(80, 114, 246, 0.1);
}
.bg4 {
  background: #fbf6fe;
 /* box-shadow: 0 15px 30px rgba(255, 85, 16, 0.1); */
}

.product_gnbox {
  width: 100%;
  margin: 50px 0;
}

.gnimg {
  width: 602px;
}

.gntxt {
  width: 520px;
  margin-top: 60px;
}

.gnicon {
  width: 90px;
  height: 80px;
  border: 1px solid #ff5656;
  text-align: center;
  padding: 20px 10px 10px 10px;
  border-radius: 15px;
  margin-bottom: 34px;
}

.gnicon img {
  width: 50px;
  height: 50px;
}

.gnicon p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}

.gnarr {
  width: 78px;
  height: 44px;
  padding-top: 33px;
}

.shimg img {
  width: 1200px;
  height: 736px;
  padding-top: 40px;
}

.cjbox {
  width: 590px;
}

.linebox {
  width: 46px;
  height: 6px;
  background: #ff5656;
  margin-bottom: 20px;
}

.cjbox ul {
  width: 100%;
  margin-top: 50px;
}

.cjbox ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 30px;
}

.cjbox ul li img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.cjbox ul li p {
  font-size: 14px;
  color: #333;
}

.cjtu {
  width: 610px;
  height: 518px;
  margin-bottom: 80px;
}

.cjtu img {
  width: 610px;
  height: 518px;
}

.btnbox {
  width: 100%;
  margin-top: 20px;
}

.btnbox a {
  display: inline-block;
  width: 202px;
  height: 62px;
  border: 1px solid #ff5656;
  border-radius: 10px;
  line-height: 62px;
  text-align: center;
  font-size: 20px;
  color: #ff5656;
}

.btnbox a.btnlook {
  background: linear-gradient(1turn, #fe6748, #f43e4b);
  color: #fff;
}

/* 餐饮 */
.product_one .chain_img {
  width: 100%;
  height: 362px;
  margin: 50px 0;
}

.product_one .chain_img img {
  width: 1200px;
  height: 362px;
}
.product_one .javachain_img {
  width: 100%;
  height: 550px;
  margin: 50px 0;
}

.product_one .javachain_img img {
  width: 1200px;
  height: 550px;
 
}
.cytu {
  width: 564px;
  height: 694px;
}

.cytu img {
  width: 564px;
  height: 694px;
}
.cytujava {
  width: 672px;
  height: 384px;
}

.cytujava img {
  width: 672px;
  height: 384px;
}
.cybox {
  width: 532px;
  margin-top: 40px;
}
.cyboxjava {
  width: 478px;
  margin-top: 40px;
  padding-left: 50px;
}
.cybox .produt_tit h5 {
  font-size: 26px;
  font-weight: normal;
  color: #333;
}

.cybox .produt_tit h3 {
  margin-bottom: 0;
}

.cybox .oragetxt p {
  color: #f9783c;
  margin: 15px 0;
}

.cybox .produt_txt p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

.cybox .ydlist {
  width: 100%;
  margin-top: 20px;
}
.cyboxjava .produt_tit h5 {
  font-size: 26px;
  font-weight: normal;
  color: #333;
  margin: 25px 0 5px 0;
}

.cyboxjava .produt_tit h3 {
  margin-bottom: 0;
}

.cyboxjava .oragetxt p {
  color: #397eed;
  margin: 20px 0;
}

.cyboxjava.produt_txt p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

.cybox .ydlist {
  width: 100%;
  margin-top: 20px;
}

.cybox .ydlist li {
  width: 100px;
  text-align: center;
  margin-bottom: 20px;
}

.cybox .ydlist li img {
  width: 68px;
  height: 68px;
  padding: 16px;
}

.mr100 {
  margin-right: 100px;
}

.cyydtu {
  width: 618px;
  height: 552px;
  margin-bottom: 50px;
}

.cyydtu img {
  width: 618px;
  height: 552px;
}
.cyydtujava {
  width: 610px;
  height: 464px;
  margin-bottom: 50px;
}

.cyydtujava img {
  width: 610px;
  height: 464px;
}

.sytlist {
  width: 100%;
  margin-top: 30px;
}

.sytlist li {
  width: 40%;
  margin-right: 10%;
  margin-bottom: 20px;
}

.sytlist li img {
  width: 52px;
  height: 52px;
}

.sytlist li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 8px 0;
}

.sytlist li p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

.cycjlist {
  width: 100%;
  margin-top:40px;
  padding-bottom: 40px;
}

.cycjlist li {
  width: 310px;
  display: block;
  background: #fff8f4;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
}
.cycjlist li.bg6{
	background-color: #fff;
}

.mr60 {
  margin-right: 60px;
}

.cjnum {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(1turn, #f9783c, #f38f3c);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.cjyanse {
  background: linear-gradient(1turn, #5072f6, #6e8af6);
  
}

.cjtxt {
  width: 250px;
}

.cjtxt h4 {
  font-size: 22px;
  color: #f9783c;
  font-weight: normal;
}
.cjtxt h4.se{
	color: #333;
}

.cjtxt p {
  font-size: 16px;
  color: #666;
}
/* 知识付费 */
.edul{
	float: left;
	width: 484px;
	padding-top: 100px;
}
.edul h3{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	}
.edul h5{
	color: #9c36e0;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0;
	
	}
.edul p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 50px;
}
.edul a{
	display:inline-block;
	background-color: #9c36e0;
	color: #fff;
	width: 204px;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 45px;
}
.edur{
	width: 666px;
	height: 628px;
	float: right;
	
}
.edur img{
	width: 666px;
	height: 628px;
}
.edulist_l{
	width: 280px;
	height: 560px;
	float: left;
}
.edulist_l img{
	width: 280px;
	height: 560px;
}
.edulist_r{
	width: 920px;
	float: right;
}
.edulist_r li{
	float: left;
	width: 228px;
	margin-left: 38px;
	margin-bottom: 24px;
	background-color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	height: 204px;
	text-align: center;
	padding: 30px 20px;
	overflow: hidden;
}
.edulist_r li.icon_tu{
	width: 138px;
	height: 108px;	
}
.edulist_r .icon_box h5{
	font-size: 18px;
	color: #333;
	padding: 8px 0;
}
.edulist_r .icon_box p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

/* 产品功能-第一个-产品图片 */
/* .second_nav .product_box .product_one .product_one_image,
.product_two .product_two_image {
	
	width: 240px;
}

.product_two .product_two_image {
	margin-left: 30px;
}

.second_nav .product_box .product_one .product_one_image img,
.product_two_image img {
	width: 100%;
} */

/* 产品功能-第一个-产品特点 */
.
/* second_nav .product_box .product_one .product_one_characteristics {
	
	margin-left: 60px;
}

.second_nav .product_box .product_one .product_one_characteristics ul li {
	text-align: left;
	margin: 40px 0;
}

.second_nav .product_box .product_one .product_one_characteristics ul li h2 {
	font-size: 24px;
	color: #333;
}

.product_one .product_one_characteristics ul li h2 .line,
.product_two .product_two_characteristics ul li h2 .line {
	display: inline-block;
	width: 6px;
	height: 24px;
	background: linear-gradient(90deg, #FF6E1F, #F6220C);
	margin-right: 10px;
	vertical-align: middle;
}

.product_one .product_one_characteristics ul li .characteristics_text {
	width: 500px;
	margin-top: 20px;
	font-size: 16px;
}
 */
/* 产品功能-第二个-产品特点 */
/* .second_nav .product_box .product_two .product_two_characteristics {
	margin-left: 0;
	float: left;
}

.product_two .product_two_characteristics ul li {
	text-align: left;
	margin: 40px 0;
}

.product_two .product_two_characteristics ul li .characteristics_text {
	width: 500px;
	margin-top: 20px;
	font-size: 16px;
} */

/* 商业版下载-用户信息输入*/
.user-bg {
  background: linear-gradient(-68deg, #ffece7 0%, #fff3ea 100%);
  overflow: hidden;
}

.user-content {
  width: 1000px;
  height: 550px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #ffffff;
}

.user-content .user-content-top {
  width: 100%;
  height: 10px;
  background: #ff3c3c;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.user-content .left-img,
.user-content .left-img img {
  width: 320px;
  height: 283px;
  margin-left: 56px;
}

.user-content .user-right-content {
  width: 303px;
  color: #333333;
  font-size: 13px;
  margin-right: 173px;
}

.user-content .user-right-content .user-item {
  margin-bottom: 25px;
}

.user-content .user-right-content .title-item {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 32px;
}

.user-content .user-right-content .submit-item button {
  width: 100%;
  height: 42px;
  background: #ff3c3c;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  border: none;
}

.user-content .user-right-content .code-item button {
  width: 67px;
  height: 33px;
  background: #ff3c3c;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-left: 13px;
}

.user-content .user-right-content .code-item button[disabled] {
  background-color: #ff3c3c60;
}

.user-content .user-right-content input {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  height: 33px;
  font-size: 13px;
  line-height: 33px;
  border-radius: 5px;
  padding-left: 16px;
}

.user-content .user-right-content select {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  padding-left: 16px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

.user-content .user-right-content option {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  padding-left: 16px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

/* 升级包下载 */
.downlist-bg {
  background: #f2f2f2;
  overflow: hidden;
}

.downlist-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 12px;
  background-color: #ffffff;
}

.downlist-content #productSelect {
  width: 200px;
  height: 42px;
  font-size: 14px;
}

.downlist-list {
  padding: 0 42px;
}

.downlist-content .downlist-content-top {
  width: 100%;
  height: 10px;
  background: #ff3c3c;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.downlist-title-left {
  font-size: 17px;
  color: #666666;
  width: 20%;
  text-align: left;
}

.downlist-title-center {
  font-size: 17px;
  color: #666666;
  width: 60%;
  text-align: center;
}

.downlist-title-right {
  font-size: 17px;
  color: #666666;
  width: 20%;
  text-align: center;
}

.downlist-item {
  height: 83px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: -1px;
}

.downlist-item .downlist-left {
  width: 20%;
  text-align: left;
}

.downlist-item .downlist-center {
  width: 60%;
  text-align: center;
}

.downlist-item .downlist-right {
  width: 20%;
  text-align: center;
}

.downlist-item .downlist-right button {
  width: 67px;
  height: 33px;
  background: #ff3c3c;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  border: none;
}

/* news */
.news {
}

.news-banner {
  min-width: 1200px;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.news_content {
  width: 1200px;
  margin: 0 auto;
}

.category {
}

.categoty_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 90px;
  background: linear-gradient(90deg, #ff6060, #ff3b3b);
  color: #ffffff;
  font-size: 20px;
}

.category_top {
  height: 10px;
  width: 100%;
  background: linear-gradient(90deg, #ff6060, #ff3b3b);
}

.categoty_item.active {
  background: #ffffff;
  color: #ff3c3c;
  position: relative;
  border-left: 1px solid #ff3c3c;
  box-sizing: border-box;
}

.categoty_item.active .sanjiao {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 14px solid;
  border-color: white #ff3c3c white white;
}

.news_list {
  margin-left: 165px;
  overflow: hidden;
}

.news_list .news_item {
  padding: 50px 0 40px 0;
  border-bottom: 1px solid #d9d9d9;
}

.news_list .news_item .news_right {
  height: 150px;
  margin-left: 38px;
}

.news_list .news_item .news_text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}

.news_list .news_item .news_img {
  width: 150px;
  height: 150px;
}

.news_list .next_page {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  margin-right: 20px;
  background-color: #ff3c3c;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

.article_detail {
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  padding: 50px 50px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.flot-r {
  float: right;
}

.p-0-20 {
  padding: 0 20px;
}

/* index - swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.page-title-text {
  width:100%;
  font-size: 18px;
  color: #f6220c;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eee; 
}

/* doc */
.doc-banner {
	width: 100%;
	height: 230px;
 /* min-width: 1200px;
  position: relative;
  height: 230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
  background: url(../image/bg-doc.jpg) top center no-repeat;
 }
 
.doc-content {
  max-width: 1200px;
  margin: 0 auto;
}
.doc-banner-t {
  font-size: 52px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
  margin-left:45px;
  text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.5);
  }
/* .doc-banner-b {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #ffffff;
  line-height: 64px;
} */
.doc-content {
  padding: 44px 0;
  width: 1200px;
  margin: 0 auto;
}
.doc-list{
	width: 100%;
}
.list-row{
	float: left;
	width: 278px;
	height: 372px;
	margin-bottom:30px;
}
.listmr{
	margin-right:28px;
}
.list-row a img{
	width: 278px;
	height: 372px;
}
