hr,
p,
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: 12px/1 Tahoma, Helvetica, Arial, "PingFangSC-Medium", "PingFang SC",
    "PingFangSC-Semibold", "Microsoft YaHei", "PingFangSC-Semibold",
    "\5b8b\4f53", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

code,
kbd,
pre,
samp,
tt {
  font-family: "PingFangSC-Medium", "PingFang SC", "PingFangSC-Semibold",
    "Microsoft YaHei", "Courier New", Courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
   margin: 0!important;
}

/* a:hover {
  text-decoration: underline;
} */

abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

q:before,
q:after {
  content: "";
}

legend {
  color: #000;
}

fieldset,
img {
  border: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
caption {
  font-size: 12px;
}

hr {
  border: none;
  height: 1px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "PingFangSC-Semibold", "Microsoft YaHei", "Helvetica Neue",
    Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3",
    "WenQuanYi Micro Hei", sans-serif;
}

.clear {
  clear: both;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.padding50{
  padding:5px 50px 0px 50px;
}
.line-height_28{
  line-height: 28px;
}
button:focus {
  outline: -webkit-focus-ring-color auto 0 !important;
}

.nav-bar .use-info .login-info .use-menu .menu-item a:hover,
.nav-bar .use-info .login-info .use-menu .menu-item a:active {
  background-color: #009688;
}
.flex {
  display: flex;
}
.common_title {
  padding: 10px;
}
.font16{
  font-size: 16px!important;
}
#text_left p{
  text-align: left;
  line-height: 25px;
}
#text_left {
  padding-top: 25px;
}
.padding10{
  padding: 0 20px;
}

.common_title .title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #1b6d85;
}

.common_title .more {
  font-size: 14px;
  color: #209e4d;
}
a:hover{
  color: #D0000D;
  
}
.Common_func {
  width: 40%;
  height: 220px;
  background: white;
  border: 1px solid white;
  border-radius: 6px;
}

.Common_func .items {
  font-size: 0;
  padding: 20px;
}

.Common_func .items .item {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.Common_func .items .item img {
  width: 40px;
  height: 40px;
  background: #e6e9ea;
  cursor: pointer;
}

.Common_func .items .item .text {
  font-size: 16px;
  padding-top: 10px;
  color: #272727;
  cursor: pointer;
}

.Payment {
  width: 59%;
  height: 220px;
  background: white;
  border: 1px solid white;
  border-radius: 6px;
}

.nav-bar {
  height: 64px;
  background: #f5f5f5;
}

.pen-content {
  height: calc(100% - 10px);
  overflow: hidden;
}

.pen-content .pen-side-menu {
  width: 220px;
  height: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.pen-content .pen-side-menu .pen-nav {
  background: #393d49;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item a {
  border-left: 3px solid transparent;
  display: block;
  width: 100%;
  position: relative;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  color: #fff;
  padding-top: 1px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 14px;
  text-decoration: none;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item a cite {
  font-style: normal;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item a .nav-icon {
  padding-right: 10px;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item a .pen-nav-more {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item a:active {
  cursor: pointer;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item .pen-nav-child {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  display: none;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item .pen-nav-child a {
  padding-left: 40px;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item .pen-nav-child a:hover {
  background-color: #009688;
}

.pen-content .pen-side-menu .pen-nav .pen-nav-item .pen-nav-child .child-this {
  background-color: #009688;
  color: #fff;
}

.pen-content .pen-main {
  overflow: hidden;
  padding-left: 5px;
  height: 100%;
  background: #eaeef2;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #1890ff;
  background: #fff;
}

.pen-content .pen-main .main-body {
  height: 100%;
}

.pen-content .pen-main .main-body .layui-tab {
  height: 100%;
}

.pen-content .pen-main .main-body .layui-tab .layui-tab-content {
  height: 91%;
  background: #fff;
}

.pen-content
  .pen-main
  .main-body
  .layui-tab
  .layui-tab-content
  .layui-tab-item {
  height: 100%;
}

/* 
一些公共的样式
*/
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
}

.full-left {
  float: left;
}

.full-right {
  float: right;
}
.margin-bottom6 {
  margin-bottom: 60px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#layui-layout::-webkit-scrollbar {
  width: 8px;
  height: 100px;
  background: #f0f0f0;
}
#layui-layout::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #f0f0f0;
}
#layui-layout::-webkit-scrollbar-track-piece {
  border-radius: 2px 2px 0px 0px;
}
#layui-layout::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
#layui-layout::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  width: 6px;
  background: #a5abb3;
}
#layui-layout::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.layui-nav {
  position: relative;
  background: #f5f7fa;
  color: #333;
  border-radius: 2px;
  font-size: 0;
  box-sizing: border-box;
  padding-left: 8%;
  margin-left: 248px;
}
.header_box .layui-nav .layui-nav-child a:hover {
  background-color: #F6F8FC;
  color: #999999;
  border: 0!important;
  border-bottom: 4px solid #fff!important;
  height: 36px;
  line-height: 36px;
}

.layui-nav-third-child{
  position: absolute;
  margin-left: 129px;
  padding: 5px 0;
  margin-top: -30px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    border: 1px solid #d2d2d2;
}
.layui-nav-third-child li{
  line-height: 36px;

}
.layui-nav-third-child li a:focus{
  border-bottom: 4px solid #fff!important;
    padding: 0 10px 0 10px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.layui-nav-third-child li a{
padding: 0 20px!important;

}
.layui-nav-third-child li.layui-this{
  height: 36px;
    line-height: 36px;
    color: #D0000D !important;
    border-bottom: 0px solid #fff!important;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
  background-color:#fff;
  color: #fff;
}
.layui-header .layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
  background-color: #F6F8FC !important;
  color: #D0000D !important;
  height: 36px;
  line-height: 36px;
  border-bottom: 4px solid #fff!important;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
 /*  background-color: #F6F8FC !important; */
  color: #333;
  height: 36px;
  line-height: 36px;
  border: 0!important;

}
.layui-nav .layui-nav-item a {
  display: block;
  text-align: center;
  border-bottom: 4px solid #fff;
  padding: 0 10px 0 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 15px;
  font-family: "PingFangSC-Regular", "PingFang SC", 微软雅黑;
  letter-spacing: 2px;
  margin: 0;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a:hover {
  color: #E50C1C;
  height: 60px;
  text-decoration: none;
  border-bottom: 4px solid #E50C1C;
  font-size: 15px;
  font-family: "PingFangSC-Regular", "PingFang SC";
}
.layui-nav .layui-nav-item a:focus,
.layui-nav .layui-this a:focus {
  color: #E50C1C;
  height: 60px;
  text-decoration: none;
  border-bottom: 4px solid #E50C1C;
}
.layui-layout-left .layui-nav-item a {
  padding: 0 10px;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 16px;
  font-family: "PingFangSC-Regular", "PingFang SC";
}

.layui-layout-admin .layui-header a:hover {
  color: #fff;
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
  color: rgba(255, 255, 255, 0.65);
}
.layui-nav-item .layui-nav-child a {
  color: #333;
  font-size: 15px;
  font-family: "PingFangSC-Regular", "PingFang SC";
  padding: 0 20px;
}

.layui-layout-admin .layui-logo {

  left: auto;
  width: 300px;
  height: 65px;
  padding-right: 12px;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  color: #fff;
  letter-spacing: 1px;
  font-size: 23px;
 line-height: normal;
}
.layui-layout-admin .layui-header .layui-logo a {
  color: #fff;
  text-decoration: none;
}
.layui-nav-itemed > a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
  color: #000 !important;
}

.layui-nav-tree .layui-nav-item a:hover {
  background: #f2fbff;
  color: #006fff;
  border-left: 2px solid #1890ff;
}

.layui-nav-itemed > .layui-nav-child {
  display: block;
  padding: 0;
  background-color: #fff !important;
}


.layui-nav-itemed > .layui-nav-child {
  display: block;
  padding: 0;
  background-color: #f2fbff !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
  background-color: #f2fbff;
  color: #006fff;
  border-left: 2px solid #1890ff;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed > a .layui-nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #000;
}

.layui-nav .layui-nav-more {
  content: "";
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  border-top-color: #000;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -3px;
  border-width: 6px;
  display: none;
}

.layui-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  width: auto;
  overflow-y: auto;
  box-sizing: border-box;
}

.layui-layout-left {
  position: absolute !important;
  top: 0;
  left: 0;
}

.layui-nav-tree {
  width: 220px;
  padding: 0;
}

.layui-layout-admin .layui-side {
  top: 80px;
  width: 220px;
  overflow-x: hidden;
  margin-top: -15px;
}

.layui-side-scroll {
  position: relative;
  width: 220px;
  height: 100%;
  overflow-x: hidden;
}

.layui-nav-child dd {
  position: relative;
    
}
.layui-nav-child dd:first-child {
 
      margin-top: 4px;
}
.layui-nav-tree .layui-nav-bar {
  width: 4px;
  height: 0;
  background-color: #1890ff;
}

.layui-nav-text {
  padding: 10px 10px 10px 20px;
  float: left;
}

.layui-nav-text h2 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: "PingFangSC-Semibold", "arial", "Helvetica Neue", Helvetica,
    Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei",
    sans-serif;
}

.layui-nav-text p {
  line-height: 15px;
  font-size: 13px;
  text-align: left;
}

.layui-nav-logo {
  padding: 0px;
  /*padding-bottom: 5px;*/
  float: left;
}

.layui-nav-tree .layui-nav-item > a:first-child {
  border-bottom: 1px solid #e8e8e8;
}

.layui-icon-ts {
  background: url("../../../images/top-notice.svg") center no-repeat;
  height: 16px;
  width: 16px;
  padding: 16px;
}

.layui-icon-websitea {
  background: url("../../../images/top-home.svg") center no-repeat;
  height: 16px;
  width: 16px;
  padding: 16px;
}

.layui-icon-refresh-2 {
  background: url("../../../images/top-refresh.svg") center no-repeat;
  height: 16px;
  width: 16px;
  padding: 16px;
}

.layui-nav .layui-this::after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background-color: #E50C1C;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  /*margin-top: -58px;*/
}

.layui-nav-tree .layui-nav-child a {
  height: 42px;
  line-height: 42px;
  color: #000;
  padding-left: 50px;
}

#menuContext .pen-nav-more .fa-caret-down {
  display: none;
}

.layui-nav-tree .layui-nav-child .layui-nav-tree .layui-nav-child a {
  height: 42px;
  line-height: 42px;
  color: #000;
  padding-left: 60px;
}

.layui-nav-tree
  .layui-nav-child
  .layui-nav-tree
  .layui-nav-child
  .layui-nav-tree
  .layui-nav-child
  a {
  height: 42px;
  line-height: 42px;
  color: #000;
  padding-left: 80px;
}

.projectText {
  font-weight: bold;
}

.layui-tab-brief > .layui-tab-more li.layui-this::after,
.layui-tab-brief > .layui-tab-title .layui-this::after {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: none;
}

.layui-tab-title {
  border-bottom: none;
}

#menuContext .layui-nav-child cite {
  padding-left: 8px;
}
.projectText {
  font-weight: bold;
}

.forms_box {
  background: #eaeef2;
  border-radius: 4px;
  padding: 10px;
}

#all_list li {
  height: 32px;
  min-width: 58px;
}

#all_list .layui-this {
  background: #1890ff;
  color: #fff;
  border-radius: 2px;
  border: none;
}

.layui-icon-sort {
  background: url("../../../images/sort.svg") center no-repeat;
  height: 16px;
  width: 16px;
  padding: 16px;
}

#all_list .layui-this::after {
  /*background: #1890FF;*/
  border: none;
  color: #fff;
  height: 32px;
  border-radius: 2px;
}

#all_list li {
  height: 32px;
  line-height: 32px;
  min-width: 58px;
}

#all_list .layui-this {
  background: #1890ff;
  color: #fff;
  border-radius: 2px;
  border: none;
}



.layui-layout-admin .layui-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /*height: 54px;*/
  line-height: 20px;
  padding: 0 15px;
  background-color: none;
  color: rgba(0, 0, 0, 0.45);
}

.layui-main {
  margin: 3px 15px !important;
}

.layui-main ul li {
  float: left;
}

.footer a {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.45);
}
.footer li  .qiaoclick:hover {
  color: #333;
  text-decoration: underline;
}
.footer-demo p,
.footer-demo .site-union,
.footer-demo .site-union p {
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
}

.footer-name {
  font-size: 12px;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.45);
}
.footer {
  /* height: 320px; */
  background: #F5F5F5;
}

#layui-new .layui-nav .layui-nav-item .layui-nav-more {
  display: none;
}

#layui-new .layui-nav .layui-nav-item a {
  display: block;
  margin: 0;
}

#layui-new .layui-nav li {
  height: 30px;
  line-height: 30px;
}
.footer_company {
  text-align: center;
  line-height: 35px;
  /* height: 112px; */
  color: #333333;
  font-size: 12px;
  background: rgba(22, 32, 36, 0.1);
  padding: 21px 0;
}
.about {
  padding: 40px 0 20px 0;
}

#layui-new .layui-nav .layui-this::after,
#layui-new .layui-nav-bar,
.layui-nav-tree .layui-nav-itemed::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  margin-top: 0px;
}

#layui-new .layui-nav-item .layui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  z-index: 999;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: -80px;
  text-align: left;
}

#layui-new .layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
  background-color: #1890ff;
  color: #fff;
  border-bottom: 4px solid #fff!important;
}

.forms_box .layui-btn {
  min-width: 80px;
  height: 32px;
  line-height: 32px;
}

/*.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 15%;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.layui-input-block {
    margin:0;
    min-height: 36px;
    float: left;
    width: 75%;
    display: inline-block;
}*/

/*首页新加页面*/
.layui-col-space15 .layui-card {
  border-radius: 4px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.03);
  height: 300px;
  overflow: hidden;
  position: relative;
}
.layui-col-space15 > * {
  padding: 15px;
}
.title_img img {
  width: 30%;
}
.title_img {
  text-align: center;
  padding: 20px 25px 10px 25px;
}
.layui-card-header {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #303133;
}
.layui-card-line hr {
  margin: 0 auto;
  height: 3px;
  background: #dcdfe6;
  width: 36px;
}
.layui-center {
  /* max-width: 1200px; */
  /*padding: 15px;
   */
  /*  width: 1100px; */
  margin: 0 auto;
}
.Tips {
  height: 48px;
  line-height: 48px;
  margin: 20px 7%;
}
.Tips p {
  background: #edf2fc;
  border: 1px solid #ebeef5;
  border-radius: 2px;

  padding-left: 20px;
}
.button_btn {
  text-align: center;
  margin-bottom: 20px;
}
.layui-card-body {
  position: relative;
  padding: 10px 7%;
  line-height: 24px;
  color: #606266;
  text-align: justify;
  font-size: 14px;
}
.card-box {
  position: absolute;
  /*height: 300px;
    overflow: hidden;*/
}
.layui-btn-normal {
  background: #007bff;
}
.layui-carousel-ind li.layui-this {
  width: 82px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
}
.layui-carousel-ind li {
  display: inline-block;
  width: 42px;
  height: 6px;
  margin: 0 13px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.layui-carousel-ind ul {
  display: inline-block;
  padding: 0px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
  background: none !important;
  border-radius: 3px;
  opacity: 0;
  border: 0;
}
.layui-btn-btnStyle {
  width: 84px;
  height: 32px;
  background: #006fff;
  border-radius: 4px;
  line-height: 32px;
  padding: 0;
}
/*.layui-btn {
    display: inline-block;
    height: 38px;
    min-width:148px;
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}*/
.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
  border: none;
  background: #8f9399;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

/*多项目样式 */

.right_box {
  position: absolute;
  z-index: 99;
  right: 0;
  width: 360px;
  height: 94%;
  top: 64px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.5);
}
.right_ul li {
  height: 35%;
  margin-top: 10px;
  width: 100%;
  min-height: 250px;
}
.right_ul li:last-child {
  margin-bottom: 10px;
}
.layui-main-box {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 55%;
}
.title_box {
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  font-size: 15px;
  /*background: rgba(176, 212, 251, 0.2);*/
}
.more {
  float: right;
  color: #1890ff;
  font-size: 12px;
}
.button_right,
.button_left {
  height: 30px;
  width: 10px;
  background: #fff;
  color: #000;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 0 0 3px;
  cursor: default;
  padding-right: 5px;
}
.lineHeight {
  line-height: 35px;
}
.button_s {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
}

.layui-btn-xs {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px;
}
/*弹出窗口*/
#StructuralTree {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 70px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 1px solid #556577;
}

.layui-title {
  padding: 0 50px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #556577;
  font-size: 14px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  min-width: 150px;
}
.layui-layout-admin {
  height: 67px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
  background: #fff;
}
.layui-layer-content {
  margin: 10px;
}
.layui-title .layui-btn {
  margin-top: 10px;
}
.span_li .layui-icon {
  font-family: "layui-icon" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left-window {
  position: fixed;
  z-index: 99999;
  left: 0;
  width: 360px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.5);
}
.btn_operation i {
  padding: 5px;
  float: left;
}
.btn_operation {
  position: absolute;
  z-index: 99;
  right: 10px;
}
#spread-left .layui-col-md6 {
  padding: 0;
  height: 50%;
}
#spread-left,
#spread-left .layui-row {
  height: 100%;
}
#leftbox_a {
  float: left;
  width: 100%;
}
#rightbox_a {
  float: left;
  width: 50%;
  display: none;
}
#StructuralTree .layui-tree-txt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.tree_box {
  height: 380px;
  overflow-y: auto;
}
.fly-avatar {
  position: absolute;
  padding-top: 3px;
}
.fly-list li {
  position: relative;
  /*height: 65px;*/
  /*line-height: 22px;*/
  /*padding: 15px 15px 15px 110px;*/
  border-bottom: 1px dotted #e2e2e2;
  line-height: 25px;
}
.fly-avatar img {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 2px;
}

.fly-list-info > * {
  padding-right: 45px;
}
#layui-center-box .single {
  position: relative;
  background: #fff;
  /*padding: 10px 20px;*/
  margin: 15px 0;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(235, 238, 245, 1);
}
#layui-center-box .title {
  background: #4776e6;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-left: 40%;
  border-radius: 50px;
  padding: 0 30px;
}
#layui-img-space1 .layui-col-md3 {
  /*background: #fff;*/
  /*padding: 10px 20px;*/
  /*margin-right: 15px;*/
  margin-top: 0;
  /*width: 24.2%;*/
}
#layui-img-space1 .single:last-child {
  margin: 0;
}
.fly-panel-title {
  line-height: 40px;
  color: #4776e6;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
}
#layui-img-space1 .ab {
  background: #fff;
  padding: 10px;
  height: 520px;
  overflow-y: hidden;
}
.add_div {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.layui-timeline-box li {
  float: left;
  width: 20%;
}
.layui-timeline-box li .layui-anim {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #009688;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}
.layui-upload-img {
  width: 216px;
  height: 150px;
  margin: 0 10px 10px 0;
}
.layui-upload-img:nth-child(5n) {
  margin: 0 0px 10px 0;
}
/*进度样式*/
.processBar {
  float: left;
  width: 200px;
  margin-top: 15px;
}

.processBar .bar {
  background: rgb(230, 224, 236);
  height: 3px;
  position: relative;
  width: 185px;
  margin-left: 10px;
}

.processBar .b-select {
  background: rgb(96, 72, 124);
}

.processBar .bar .c-step {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(230, 224, 236);
  left: -12px;
  top: 50%;
  margin-top: -4px;
}

.processBar .bar .c-select {
  width: 10px;
  height: 10px;
  margin: -5px -1px;
  background: rgb(96, 72, 124);
}

.main-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.poetry {
  color: #ff5722;
  font-size: 16px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 496px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 140px!important;
    background-size: cover;
  }
}
@media (min-width: 568px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 200px!important;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 230px!important;
    background-size: cover;
  }
}
@media (min-width: 850px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 270px!important;
    background-size: cover;
  }
}
@media (min-width: 1000px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 300px!important;
    background-size: cover;
  }
}
@media (min-width: 1300px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 356px!important;
    background-size: cover;
  }
}
@media (min-width: 1640px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 406px!important;
    background-size: cover;
  }
}
@media (min-width: 1740px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 446px!important;
    background-size: cover;
  }
}
@media (min-width: 1840px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 476px!important;
    background-size: cover;
  }
}
@media (width: 1920px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    /* height: 540px!important; */
    background-size: cover;
  }
}
@media (max-width: 1920px) {
  #test1 img {
    width: 100%;
    background-size: cover;
  }
  #test1{
    width: 100%;
    height: 540px;
    background-size: cover;
  }
}

/* button {
    width: 80px;
    line-height: 30px;
    font-size: 11px;
    color: rgb(116, 42, 149);
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    background-color: #fff;
    outline: none;
} */
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
  background-color: #3c7eff;
  opacity: 0.8;
  border: 0;
}
/* button:hover {
  border: 1px solid rgb(179, 161, 200);
  background: #3c7eff;
  opacity: 0.8;
} */
/*进度样式 end*/

.query-li li {
  float: left;
  width: 18%;
}
.query-li li:last-child {
  float: left;
  width: 8%;
}
.layui-form-label-new {
  float: left;
  display: block;
  padding: 9px 10px;
  /*width: 65px;*/
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}
#test2 .layui-carousel-ind {
  display: none;
}
.literature-span span {
  color: #3c7eff;
}
.literature-link {
  color: #1890ff;
  font-size: 12px;
}
.literature-span {
  padding: 0 20px;
}
.literature-span li {
  list-style-type: square;
}
#literature ul li {
  list-style-type: square;
  padding: 10px;
  color: #606266;
  border-bottom: 1px solid #ebeef5;
}
.img-li li {
  float: left;
  margin-right: 10px;
  width: 15%;
  background: #009688;
  height: 120px;
}
/*图片放大样式*/

.dowebok a {
  display: inline-block;
  /*width: 172px;*/
  margin: 5px;
  height: 172px;
}

.dowebok img {
  /*width: 100%;*/
  height: 100%;
}

.dwo-control {
  display: none;
}

.dwo-control span {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}

.dwo-close {
  right: 30px;
  top: 80px;
  width: 24px;
  height: 24px;
  background: url(../../../images/close2x.png) no-repeat;
  background-size: 100%;
}

.dwo-prev {
  left: 30px;
  top: 45%;
  width: 36px;
  height: 36px;
  background: url(../../../images/left_h.png) no-repeat;
  background-size: 100%;
}

.dwo-next {
  right: 30px;
  top: 45%;
  width: 36px;
  height: 36px;
  background: url(../../../images/right_h.png) no-repeat;
  background-size: 100%;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 999;
}

.sl-wrapper {
  z-index: 10;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 15;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 15;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 10;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*图片放大样式 end*/

/*图片轮播*/
.slider {
  position: relative;
  width: 320px;
  margin: 0 auto 40px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

 .layui-carousel-arrow:hover, .layui-carousel-ind ul:hover {

  border-radius: 3px;
  opacity: 0.8!important;
  border: 0;
}
#test1 .layui-carousel-arrow[lay-type="add"] {
  left: auto !important;
  background: url(../../../images/IndexImg/butR.png) no-repeat scroll 50%!important;
  font-size: 0;
}
 .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  opacity: 0.2;
  left: 20px;
  width: 38px;
  height: 38px;
}

 .layui-carousel-arrow[lay-type="sub"] {
  opacity: 0.2;
  background: url(../../../images/IndexImg/butL.png) no-repeat scroll 50%!important;
  left: 20px;
  font-size: 0;
}

.frame {
  position: relative;
  width: 270px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.frame li {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  height: 130px;
  /*text-align: center;*/
  font-size: 15px;
  line-height: 30px;
  background: #fff;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(235, 238, 245, 1);
}

.slides {
  display: inline-block;
}

.simple li {
  width: 270px;
  margin-right: 10px;
}

.variablewidth li {
  width: 280px;
  margin-right: 10px;
}

.multipleelements li,
.multislides li,
.ease li {
  width: 60px;
  margin-right: 10px;
}

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
  margin-right: 0;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
}
/* .layui-carousel-arrow[lay-type=add] {
  background: url("../images/IndexImg/butR.png") center no-repeat;
} */
.next {
  right: 0;
 /*   */
}

.prev {
  left: 0;
  /* background: url("../images/IndexImg/butL.png") center no-repeat; */
}
.next svg,
.prev svg {
  width: 25px;
}
@media screen and (min-width: 980px) {
  .examplecode {
    width: 880px;
  }
  .slider {
    width: 100%;
    margin: 0 auto 20px;
  }

  .frame {
    width: 100%;
  }

  .simple li {
    width: 880px;
  }

  .variablewidth li {
    width: 260px;
    margin-right: 10px;
    height: 290px;
  }

  .multipleelements li,
  .multislides li,
  .ease li {
    width: 205px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .header_box {
    /* min-width: 1200px; */
    max-width: 1200px;
    margin: 0 auto;
    height: 68px;
    /* box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%); */
  }
}
.title_class {
  height: 50px;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(48, 49, 51, 1);
  line-height: 50px;
  padding: 0 20px;
}
.padding20 {
  padding: 10px 20px;
}
.right_one {
  height: 204px;
  border-radius: 4px;
  background: url(../../../images/bg_right.png) no-repeat;
  background-size: 100%;
  color: #fff;
  width: 100%;
}
.img_title {
  line-height: 45px;
}
.wx_box_title {
  color: #909399;
  line-height: 25px;
  font-size: 12px;
}
.wx_title {
  font-weight: 400;
  color: #303133;
  font-size: 16px;
  line-height: 40px;
}
.layui-this {
  border: none;
  color: #1890ff;
}
.active .baseline{
  display: block;
 /*  background: #f2fbff !important; */
}

.layui-tab-title li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}
.layui-tab-title {
  position: relative;
  left: 0;
  height: 40px;
  /* white-space: nowrap; */
  /* font-size: 0; */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-color: #e6e6e6;
}
#index_new .layui-tab-title .layui-this:after {
  border-bottom: 0;
  border: none;
  border-radius: 0;
}
#index_a .layui-tab-title .layui-this:after {
  border-bottom: 0;
  border: none;
  border-radius: 0;
}
/*.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
}*/
/*.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
    border-color: #e6e6e6;
}*/
.bim-indexImg {
  background: url(../../../images/IndexImg/bg_list_a.png) no-repeat;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 270px;
  background-size: cover;
  padding: 32px;
}
.bim-indexImg:hover,
.bim-indexImg:focus,
.bim-indexImg:active {
  background: url(../../../images/IndexImg/bg_list.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.bim-indexImg:hover .bimTitle_con,
.bim-indexImg:focus .bimTitle_con,
.bim-indexImg:active .bimTitle_con,
.bim-indexImg:hover .bimTitle,
.bim-indexImg:focus .bimTitle,
.bim-indexImg:active .bimTitle,
.bim-indexImg:hover .bimTitle .fontType,
.bim-indexImg:focus .bimTitle .fontType,
.bim-indexImg:active .bimTitle .fontType {
  color: #fff;
}
.fontType {
  font-size: 48px;
  font-family: "Arial-BoldItalicMT", Arial;
  font-weight: normal;
  color: #006fff;
  line-height: 55px;
  padding-right: 30px;
  font-style: italic;
}
.bimTitle {
  font-size: 24px;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #2a2a2a;
  line-height: 80px;
}
.bimTitle_con {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.layui-badge_new {
  width: 24px;
  height: 18px;
  top: -2px;
  padding: 0px 5px;
  background: #f56b6c;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}
.title_a {
  font-size: 16px;
  color: #303133;
  font-weight: 500;
}
.fly-list-badge {
  color: #606266;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 6px 0;
}
.color_1 {
  color: #3c7eff;
}
.color_2 {
  color: #909399;
}
.index-bottom {
  padding-bottom: 6px;
}
.index-img img {
  width: 100%;
  height: 150px;
}
.right_one ul li {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: right;
}
.right_one ul {
  width: 250px;
  margin: 0 auto;
  padding-top: 20px;
}
.right_one ul li span {
  width: 200px;
  font-size: 24px;
  padding: 0 60px;
}
.li_bg {
  background: url(../../../images/brush_fill.svg) 0% 70% no-repeat;
}
.li_bgb {
  background: url(../../../images/group_fill.svg) 0% 70% no-repeat;
}
#test {
  position: fixed;
  right: 60px;
  bottom: 10px;
  z-index: 999;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #FDF9F9;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  
  display: none;
}
.layui-iconTop {
  background: url(../../../images/IndexImg/zhiding.png) no-repeat scroll 50%;
  width: 100%;
  display: inline-block;
  height: 100%;
  background-size: 70%;
  padding: 2px 0px;
  border: 0px solid #FDF9F9;
}

.layui-layer-setwin .layui-layer-close {
  background-position: 0px -40px;
}
.button_new_style {
  width: 73px;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background: rgba(236, 245, 255, 1);
  border: 1px solid rgba(163, 208, 253, 1);
  color: #3c7eff;
}
#button_all button {
  min-width: 60px;
  max-width: 160px;
  width: auto;
  height: 32px;
  background: rgba(233, 237, 243, 1);
  border: none;
  color: #909399;
  margin-right: 20px;
}
#button_all button:focus {
  background: #3c7eff;
  color: #fff;
}
.dwo-prev .layui-carousel-arrow {
  display: none\9;
  opacity: 1;
  position: absolute;
  left: 0px;
  /*left: 10px;
    top: 50%;
    margin-top: -18px;*/
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: 0;
  border-radius: 50%;
  /*background-color: rgba(0,0,0,.2);*/
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  z-index: 999999;
}
.dwo-next .layui-carousel-arrow[lay-type="add"] {
  left: auto !important;
  right: 0px;
}
.prev .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
  opacity: 1;
  left: 20px;
}
.next .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
  opacity: 1;
  left: 20px;
}
.prev .layui-carousel-arrow {
  opacity: 1;
  margin-top: 5px;
  left: -50px;
}
.next .layui-carousel-arrow {
  opacity: 1;
  margin-top: 5px;
  right: -50px;
}
.layui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  min-width: 100%;
  line-height: 36px;
  padding: 0px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 0px solid #d2d2d2;
  background-color: #fff;
  z-index: 999;
  border-radius: 6px;
  white-space: nowrap;
}
.layui-nav-child dd a{border-radius: 6px!important;}
.Subtitle {
  padding-left: 20px;
  line-height: 20px;
  font-size: 12px;
}
.layui-tab-content {
  padding: 10px 20px;
}
.js_slide h3 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(48, 49, 51, 1);
}
.js_slide {
  text-align: left;
  width: 220px;
}

.js_slide p {
  line-height: 20px;
}
.js_slide a {
  text-decoration: none;
}
.fly-img {
  /*width: 32px;
    height: 32px;
    line-height: 32px;*/
  display: block;
  float: left;
}
/*.fly-img img{
        width: 32px;
        height: 32px;
        border-radius: 32px;
    }*/
.fly-title {
  padding: 10px 20px;
  border-top: 1px solid #ebeef5;
}
.img-title {
  font-size: 12px;
  padding-top: 5px;
}
.layui-layout-admin .layui-body {
  position: fixed;
  top: 68px;
  bottom: 0px;
}
.layui-nav .layui-nav-item
{
  line-height: 60px;
}
.active a {
  color: #E50C1C !important;
  border-bottom:4px solid #E50C1C!important ;
  height: 60px;
  border-radius: 2px !important ;
}


.padding31 {
  padding: 31px 0;
}
.padding35 {
  padding: 35px 0;
}
.indexBlock {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .indexBlock {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 120px 20px;
  }
}
@media (min-width: 768px) {
  .indexBlockPag {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
  }

}
/* .coreAdvantages {
  height: 794px;
  padding-bottom: 40px;
} */
.index-bg01 {
  background: url(../../../images/IndexImg/index_bg01.png) no-repeat;
  width: 100%;
  background-size: 100%;
}
.titleStyle_con {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  padding: 0 20px;
}
.titleStyle {
  height: 45px;
  font-size: 32px;
  color: #2a2a2a;
  font-weight: 500;
  padding: 70px 0 20px 0;
}
.indexTitle {
  text-align: center;
  font-family: "PingFangSC-Medium";
  margin: 0 auto;
  margin-bottom: 42px;
}
.indexLine a{
  font-size: 14px;
  color: #D70B18;
  text-align: center;
  margin: 0 auto;
  height: 28px;
  display: inline-block;
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.indexLine a:hover{
  color: #D70B18;
  border-bottom: 1px solid #D70B18;
}
.whiteLine a{
  color: #fff;
}
.whiteLine a:hover{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.blockStyle {
  /*  width: 590px; */
  height: 329px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /* background-image: linear-gradient(132deg, #fcfcfc 0%, #fcfcfc 100%); */
  margin-bottom: 20px;
  display: flex;
}
.coreProductsStyle {
  /*  width: 590px; */
  height: 329px;
background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
border-radius: 4px;
  /* background-image: linear-gradient(132deg, #fcfcfc 0%, #fcfcfc 100%); */
  margin-bottom: 20px;
}
.coreProductsImg{
  background: url(../../../images/IndexImg/BIMWindows.png) no-repeat;
  width: 100%;
  height:128px ;
  background-size: cover;
  position: relative;
}
.coreProductsImg_two{
  background: url(../../../images/IndexImg/qiaoliangdashi.png) no-repeat;
  width: 100%;
  height:128px ;
  background-size: cover;
  position: relative;
}
.coreProductsImg_three{
  background: url(../../../images/IndexImg/jianzaodashi.png) no-repeat;
  width: 100%;
  height:128px ;
  background-size: cover;
  position: relative;
}
.coreProductsTitle img{
  height:72px ;
  background-size: cover;
  position: absolute;
  z-index: 9;
}
.coreProductsTitle{
  padding: 28px;
  position: absolute;
  top:64px;
  display: flex;
}
.blockStyle:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.con_title {
  height: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  padding: 0px 0px 0px 53px ;
}

.con_title_two{
  padding: 0px 0px 0px 53px ;
  font-size: 14px;
  font-weight: 400;
color: #666666;
line-height: 40px;
}
.con_content {
  height: 84px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding:65px 28px 28px 28px;
  font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #666666;
line-height: 36px;
}
.con_content a,.con_title_two a:hover{color: #666666;}
.solution_introduce a:hover{color: #282F3C;}
.coreProductsStyle:hover{box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);}
.video_bg {
  background: url(../../../images/IndexImg/videoBg.png) no-repeat;
  /* height: 1037px; */
  background-size: cover;
}
.bg {
  background: #fff;
}
.body-bg {
  background: rgba(247, 248, 250, 1);
}
.field {
  /* height: 750px; */
  background: rgba(249, 249, 249, 0.8);
}
.con_bg{
  background: rgba(247, 248, 250, 0.5);
}
.anli_bg{
  background: #f0f2f5;
}
.ab_bg{
  background: #F5F5F5;
}
.a_bg{background: rgba(240, 242, 245, 0.1);}
.lx_bg{
  background: #F6F8FC;
}
.yx_bg{
  background: #EAEEF5;
}
.yx_bg_n{
  background: rgba(234, 238, 245, 0.2);
}
.ly_bg{background: #F5F7FA;}
.bg_n{background: #F7F8FA;}
.solution {
  height: 430px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  padding:50px 41px ;
}

.zaxianImg .fieldImg {
  height: 240px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.solution img {
  border-radius: 4px;
  height: 100%;
  width: 44px;
  background-size: cover;
}
.fieldImg img {
  border-radius: 4px;
  height: 100%;
  width: 44px;
  background-size: cover;
}

.fielTitle {
  font-weight: 500;
  color: #282F3C;
  position: relative;
  padding-top: 19px;
  font-size: 38px;
  font-family: STHeitiSC-Medium, STHeitiSC;
  line-height: 39px;
}
.spantitleImg{
  width: 78px;
height: 78px;
border: 1px solid #D0000D;
border-radius: 78px;
display: inline-block;
text-align: center;
margin-right: 20px;
}
.solution_introduce{
  padding-top: 50px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  color: #282F3C;
  text-align: left;
  height: 260px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.fielTitle_con {
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.fieldType {
  position: absolute;
  right: 0;
  width: 38px;
  height: 18px;
  background: #f6f8fc;
  border-radius: 4px;
  border: 1px solid #006fff;
  color: #006fff;
  line-height: 18px;
  top: 28px;
  text-align: center;
}

/* 案例 */
.userCaseList_one {
  height: 208px;
  background: url(../../../images/IndexImg/anli_01.png) no-repeat;
}
.userCaseList_two {
  height: 208px;
  background: url(../../../images/IndexImg/anli_02.png) no-repeat;
  
}
.userCaseList_three {
  height: 208px;
  background: url(../../../images/IndexImg/anli_03.png) no-repeat;
  
}
.userCaseList_four {
  height: 208px;
  background: url(../../../images/IndexImg/anli_04.png) no-repeat;

}
.userCaseList_title{
  font-size: 18px;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 40px;
 
}
.userCaseList_con_widht{width: 400px;}
.userCaseList_con{
  /* width: 31rem; */
   height: 50px;
    line-height: 25px;
   word-break: break-all;
   word-wrap: break-word;
   text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-box-orient: vertical;
  
   -webkit-line-clamp: 2;
   overflow: hidden;
   font-size: 14px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #666666;
   margin-top: 10px;
   margin-bottom: 20px;
  }
/*   新闻资讯 */
  .new_img{
    height: 425px;
    width: 100%;
    border-radius: 6px;
    /* padding-top: 15px; */
  }
  .new_img img{
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 6px;
  }
  .new_con{
    height: 90px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .new_list_img {
    width: 180px;
    height: 125px;
    border-radius: 8px;
    padding: 0 20px;
  }
  .new_list{padding-left: 32px;}
  .new_list_img img{
    height: 125px;
    width: 180px;
    background-size: cover;
    border-radius: 8px;
  }
  .new_list_title{
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 19px;
  }
   .new_list_titleN{
    height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 19px;
    padding-right: 19px;
  }
   .new_subtitle{
    height: 47px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* margin-bottom: 19px; */
  }
    .new_subtitler{
    height: 35px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* margin-bottom: 10px; */
  }
  .new_list ul li{
    display: flex;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }
  .new_list ul li:hover{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .new_list ul li:hover a{
    color: #D0000D;
    text-decoration: none;
  }
  .new_list ul li:last-child{margin-bottom: 0px;}
   .border_y{
    height: 650px;
    padding: 15px 14px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .border_y:hover{
    height: 650px;
    padding: 15px 14px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .footer  a{
    color: #333333;
  }
  .footer.footer-b *{
    color: #fff !important;
  }
  .footer  a:hover{
    color: #006fff;
  }
/* .answeringQuestion_one {
  background: url(../../../images/IndexImg/bg_01.png) no-repeat;
  height: 100%;
  background-size: 100%;
}
.answeringQuestion_tow {
  background: url(../../../images/IndexImg/bg_02.png) no-repeat;
  height: 100%;
  background-size: 100%;
} */
.solutionBG{
  background: url(../../../images/IndexImg/jjfa_bg.png) no-repeat;
  height: 884px;
  background-size: 100%;
}
.WhiteBG {
  background: #fff;
}
.answering h1 {
  /* height: 66px; */
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 25px 0;
}
.answeringQuestion_one .answering{
border-bottom:4px solid #E50C1C ;
}
.time_style{
  padding-left:6px ;
  font-size: 14px;
  font-weight: 400;
color: #666666;
}
.padding_25{
  padding: 25px 0;
}
.padding_10{
  padding: 10px 0;
}
/* .answering {
  padding-top: 113px;
} */
.line_height_a{
  line-height: 36px;
}
.padding_19{
  padding-bottom: 19px;
}
.padding_50{
  padding-bottom: 50px;
}
.answering ul li {
  line-height: 60px;
}
.li-list-style {
  width: 11px;
  height: 11px;
  background: linear-gradient(270deg, #6bdfff 0%, #1b9fd1 100%);
  border-radius: 11px;
  display: inline-block;
  margin-right: 10px;
}
.paddingTop {
  padding-top: 55px;
}

.introduce {
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 11px;
}
.layui-btn-btnStyleNew {
  width: 144px;
  height: 58px;
  background: #3296fa;
  border: 1px solid #f2fbff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  line-height: 58px;
  margin-right: 10px;
}
.layui-btn-primaryNew {
  width: 144px;
  height: 58px;
  background: #f2fbff;
  border-radius: 4px;
  font-size: 16px;
  color: #006fff;
  text-align: center;
  font-weight: 400;
  line-height: 58px;
}
.layui-btn-primaryPurchas {
  width: 144px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #006fff;
  font-size: 16px;
  color: #006fff;
  text-align: center;
  font-weight: 400;
  line-height: 58px;
}
.font-style {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 17px;
}
.font-con {
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
}
.font-con-style {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
}
.about h1 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.about ul li {
  line-height: 26px;
  font-weight: 400;
  color: #333;
  font-size: 12px;
  position: relative;
}
.footer-b .about h1 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.footer-b .about ul li {
  line-height: 26px;
  font-weight: 400;
  color: #333;
  font-size: 12px;
  position: relative;
}
/* .QRcode {
  position: absolute;
  width: 100px;
  height: 96px;
  left: 60px;
  top: 10px;
  display: flex;
  display: none;
} */
/* .code {
  background: rgba(242, 251, 255, 0.1);
  padding: 7px;
}
.QRcode .code img {
  width: 82px;
  height: 82px;
} */
.showCode img {
  width: 74px;
  height: 74px;
  padding-left: 10px;
}
.leftArrow {
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent; /* 下边框的高 */
  border-top: 6px solid transparent; /* 上方边框的高 */
  border-right: 6px solid rgba(242, 251, 255, 0.1);
  font-size: 0;
  line-height: 0;
}
.Applet li:hover {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.Applet li a {
  color: #333;
  display: block;
  padding: 0;
}
.Applet li a:hover,
.Applet li a:active,
.Applet li a:focus {
  color: #333;
  cursor: pointer;
  text-decoration:underline;
}
.Applet{
  min-height: 182px;
}
/* .Applet li:hover .QRcode {
  display: block;
  display: flex;
  cursor: pointer;
} */
.code img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.followCode img {
  width: 82px;
  height: 82px;
  background-size: cover;
}
.followCode {
  display: flex;
  /* text-align: right;
  float: right; */
}
.followCode p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 38px;
}
.customerService {
  width: 165px;
  height: 200px;
  position: fixed;
  right: 40px;
  bottom: 160px;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 0;
}
.onlineExperience {
  width:165px;
  /* height: 50px; */
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 999;
 /*  background: url(../../../images/onlineExperience.png) no-repeat; */
}
.onlineExperience button{
  width: 165px;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
}
.layui-btn-normalh{
  background-color: #D0000D;
}
.layui-btn-normalbg{
  background: url(../../../images/IndexImg/zxty.png) no-repeat scroll 100%;
}
.onlineExperience .layui-btn:hover {
  opacity: .85;
  filter: alpha(opacity=85);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.smzx{
  font-size: 16px;
  font-family: 'PingFangSC-Medium', 'PingFang SC';
  font-weight: 500;
  color: #2A2A2A;
  height: 22px;
  line-height: 22px;
}
.border-bottom {
  /* border-bottom: 1px solid #b6becf; */
  text-align: center;
  padding: 6px 0;
  position: relative;
  display: block;
 /*  height: 25px; */
}
.QRbg{
  background: url(../../../images/IndexImg/img_border.png) no-repeat;
  width: 120px;
  height: 124px;
  background-size: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 1px;
}
.borderBottom {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.customerService img {
  cursor: pointer;
}
.borderBottom:last-child {
  border-bottom: 0px;
}
.border-bottom:last-child {
  border-bottom: 0px;
}
.showbox {
  position: absolute;
  width: auto;
  /*  width: 289px; */
  top: 0px;
  /* left: -260px; */
  right: 0;
  /*   display: flex; */
}
.boxWidth {
  height: 40px;
  display: flex;
  margin-right: 50px;
}
.showImg {
  width: 30px;
  height: 25px;
  margin-left: 18px;
  margin-top: 12px;
  position: absolute;
  right: 0;
}
.showWindow {
  left: -270px;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  line-height: 25px;
  min-height: 73px;
}
.rightArrow {
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent; /* 下边框的高 */
  border-top: 6px solid transparent; /* 上方边框的高 */
  border-left: 6px solid #ffffff;
  font-size: 0;
  line-height: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.showCode {
  background: #ffffff;
  padding: 11px;
  display: flex;
  min-width: 217px;
}
.font-color {
  color: #006fff;
}
.showCode-win {
  font-size: 14px;
  font-weight: 400;
  color: #282f3c;
}
/* 服务与支持 */
.service_list {
 /*  width: 20%; */
  text-align: center;
  padding: 23px 0;
  min-width: 100px;
}
.service_list img {
  padding: 21px 0;
}
.service_title {
  line-height: 40px;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
}
.service_con {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  line-height: 40px;
}
.relatedProducts_title {
  font-weight: 500;
  color: #303133;
  font-size: 16px;
  line-height: 40px;
}
.relatedProducts_con {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  line-height: 40px;
}
.service_con img {
  padding-right: 12px;
}
.borderHover {
  padding: 26px 30px;
  border-radius: 4px;
 background: rgba(255, 255, 255, 0.0873528);
border: 1px solid rgba(151, 151, 151, 0.24);
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
/* .borderHover:hover {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
} */
.border_contact {
  padding: 25px 0 21px 30px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0873528);
border: 1px solid rgba(151, 151, 151, 0.24);
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.border_contact_n{
  padding: 30px 73px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.font_n{
  font-weight: 600;
font-size: 20px;
line-height: 36px;
}
/* .border_contact:hover {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
} */

/* 服务与支持 end */

/* 定价与购买 */
.pricePurchase_list {
  height: 600px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
}
.free_title {
  background: url(../../../images/IndexImg/free.svg) no-repeat;
  width: 100%;
  height: 114px;
  line-height: 114px;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 24px;
  background-size: 100%;
}
.personal_title {
  background: url(../../../images/IndexImg/personal.svg) no-repeat;
  width: 100%;
  height: 114px;
  line-height: 114px;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 24px;
  background-size: 100%;
}
.enterprise_title {
  background: url(../../../images/IndexImg/enterprise.svg) no-repeat;
  width: 100%;
  height: 114px;
  line-height: 114px;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 24px;
  background-size: 100%;
}
.li_img {
  background: url(../../../images/IndexImg/Tick.svg) no-repeat;
  width: 18px;
  height: 14px;
  padding-right: 18px;
  display: inline-block;
}
.pricePurchase_li {
  padding: 39px 10px 0px 17%;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
}
.pricePurchase_li li {
  line-height: 40px;
}
.div_title {
  background: url(../../../images/IndexImg/chucun.svg) no-repeat;
  width: 18px;
  height: 14px;
  padding-right: 18px;
  display: inline-block;
}
.div_titleTow {
  background: url(../../../images/IndexImg/wenjianfenxiang.svg) no-repeat;
  width: 18px;
  height: 14px;
  padding-right: 18px;
  display: inline-block;
}
.bg_new {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 28px;
}
.pricePurchaseBox {
  padding: 52px 0;
  border-radius: 4px;
}
/* 定价与购买 end */

/* 弹出窗口 */
.corpInfoContainerInline {
  display: inline-block;
}

.corpSpaceDetailLink {
  text-decoration: none;
  color: #409eff;
  font-size: 12px;
  float: right;
}

.corpSpaceContainerMargin {
  margin-right: 15px;
  margin-left: 20px;
}

.corpSpaceDetailLink:hover {
  color: blue;
}

.corpInfoContainer {
  background-color: white;
  box-shadow: 0 0 10px #ccc;
  z-index: 1000;
  padding: 20px 0 0px 0;
  line-height: normal;
  border-radius: 7px;
}

.corpAvatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: top;
}


#joinCompany{
  color: #409eff;
}

.corpName {
  color: #2a2a2a;
  font-size: 14px;
  display: inline-block;
}

.corpSpaceContainerUl {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  padding-left: 20px;
  padding-right: 15px;
}

.corpSpaceContainerUl:hover {
  cursor: pointer;
  background-color: #ebeef5;
}

.corpSpaceContainerUl img {
  height: 18px;
  width: 18px;
  vertical-align: sub;
  margin-right: 10px;
}

.footBtn {
  text-align: right;
  font-size: 12px;
  padding-right: 15px;
  background: #f9f9f9;
  height: 32px;
  line-height: 32px;
  justify-content: space-around;
  color: #2a2a2a;
  border-radius: 0 0 7px 7px;
}

.footBtn > div {
  cursor: pointer;
}
/* 弹出窗口 end */

.lxWindow {
  position: fixed;
  min-width: 800px;
  min-height: 600px;
  width: 800px;
  z-index: 999;
  /*  left: 0;
  right: 0; */
  margin: 0 auto;
  top: 10%;
  border-radius: 4px;
  display: none;
}
.showCodeW {
  cursor: pointer;
}
.layui-nav * {
  font-size: 12px;
}

.upLevel:hover {
  cursor: pointer;
}

.userLogin,
.userAvator {
  display: none;
}

.userLogin:hover{
  cursor: pointer;
}

.cloudSpace:hover {
  cursor: pointer;
}

.lxWindow .closeTitle {
  background: #ddd;
  height: 30px;
  min-width: 200px;
  cursor: move;
  border-radius: 3px 3px 0 0;
  padding-left: 10px;
  line-height: 30px;
}
.lxWindow .close {
  border: 1px solid #d08;
  color: #d08;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
}

.footBtn span{
  display: inline-block;
  font-size: 12px;
}

.footBtn span:hover{
  cursor: pointer;
}

.registedPerson:hover{
  cursor: pointer;
}
.aboutUs_introduce{
  font-size: 16px;
  font-family: 'PingFangSC-Regular', 'PingFang SC';
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  padding:10px 0 ;
}
.aboutUs_li{
  width: 100%;
  margin: 20px auto;
}
.aboutUs_li ul li{
width: 20%;
min-width: 200px;
text-align: center;
float: left;
}
.aboutUs_p{
  line-height: 40px;
}
.aboutUs_list{

  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, #F8F8F8 0%, #ECEFF0 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  text-align: center;
    margin: 0 auto;
   line-height: 110px;
}
.aboutUs_top{
  
  text-align: center;
  margin: 0 auto;
  margin-top: 29px;
}
.aboutUs_cen_k{
  width: 144px;
  height: 144px;
background: url(../../../images/about/k.png) no-repeat;
font-size: 34px;
text-align: center;
font-family: 'PingFangSC-Medium', 'PingFang SC';
font-weight: 500;
color: #1B3765;
line-height: 144px;
margin: 10px;
}
.aboutUs_cen_s{
  width: 144px;
  height: 144px;
background: url(../../../images/about/s.png) no-repeat;
font-size: 34px;
text-align: center;
font-family: 'PingFangSC-Medium', 'PingFang SC';
font-weight: 500;
color: #1B3765;
line-height: 144px;
margin: 10px;
}
.aboutUs_cen_j{
  width: 144px;
  height: 144px;
background: url(../../../images/about/j.png) no-repeat;
font-size: 34px;
text-align: center;
font-family: 'PingFangSC-Medium', 'PingFang SC';
font-weight: 500;
color: #1B3765;
line-height: 144px;
margin: 10px;
}
.aboutUs_certificate{text-align: center;}
.aboutUs_li_certificat ul li{
  display: inline-block;
  width: 298px;
  height: 183px;
  /* display: table; */
  
  padding-top: 20px;
  padding-bottom: 20px;
}
.aboutUs_li_two ul li{
  width: 285px;
  text-align: center;
  float: left;
  margin-right: 19px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #333333;
}
.aboutUs_li_two ul li:last-child{
 
  margin-right: 0px;
}
.aboutUs_img{
height: 60px;
margin-right: 13px;
}
.aboutUs_bg{
  width: 266px;
background: #FFFDFD;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
border-radius: 8px;
border: 1px solid #D8D8D8;
display: flex;
padding: 20px 0px 20px 20px;

}
.aboutUs_title{
  text-align: left;
  line-height: 29px;
  font-size: 16px;
}


.aboutUs_span{
  font-size: 15px;
}

/* 轮播效果样式 */
.homeswiper .swiper-container {
  width: 100%;
  height: 530px;
}
.homeswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.homeswiper .swiper-slide-active,.homeswiper .swiper-slide-duplicate-active{
  transform: scale(1);
  border-bottom: 8px solid #E50C1C;
}
.homeswiper .swiper-buttom-next{
  background: url(../../../images/IndexImg/butRq.png) no-repeat scroll 50%;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
}
.homeswiper .swiper-buttom-prev{
  background: url(../../../images/IndexImg/butLq.png) no-repeat scroll 50%;
  position: absolute;
  z-index: 999;
  top: 50%;
left: 0;
}

.homeswiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 530px!important;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.homeswiper .swiper_btn{
    width: 36px;
    height: 36px;
/*  background-size: contain; */
}
.homeswiper .swiper_btn:hover{
  background-color:rgba(0, 0, 0, 0.4) ;
  border-radius: 36px;
}
.currentPageBox{
  height: 36px;
  line-height: 36px;
  background-color:rgba(238, 238, 238, 1) ;
  font-size: 12px;
}
.currentPage{
  width: 1200px;
  margin:0 auto;
  font-size: 12px;
  font-family: 'PingFangSC-Regular', 'PingFang SC';
  font-weight: 400;
  color: #666666;
}
.currentBgImg{
  background: url(../../../images/IndexImg/banner01.jpg) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
}
.dynamicBgImg{
  background: url(../../../images/IndexImg/banner01.jpg) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
}
.bannerFontStyle{
  padding: 51px 0;
}
.bannerFontStyle h1{
  font-family: 'PingFangSC-Semibold', 'PingFang SC';
  font-weight: 600;
  font-size: 28px;
  line-height: 60px;
}
.bannerFontStyle h2{
  font-family: 'PingFangSC-Semibold', 'PingFang SC';
  font-weight: 500;
  font-size: 28px;
  line-height: 60px;
}
.line_style{
  width: 448px;
  height: 2px;
  margin: 20px 0;
}
.introduceNo{
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  width: 664px;
}
.line_titlenew{
  width: 285px;
height: 8px;
background: #727E99;
margin: 0 auto;
margin-top: 28px;
}
.line_white{background: #F0F2F5;}
.line_No{background: #F0F2F5;}
.font_color{
  color: #fff;
}
.font_color_b{color: #324774;}
.font_color_one{color: #4F333D;}
.font_color_two{color: #333333;}
.b_bg{
  width: 600px;
height: 120px;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
padding: 50px;
}
.con_title_hx {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 33px;
  padding: 30px 22px 23px 0;
}
.con_content_hx {
  /* height: 88px; */
  font-size: 14px;
  padding-right: 22px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.box-border-blue{
  height: 300px;
  border-top: 1px solid #ffffff;
  border-bottom: 6px solid #006FFF;
}
.box-border-gray{
  height: 300px;
  border-top: 1px solid #ffffff;
  border-bottom: 6px solid #606266;
}
.imgCircle{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  margin: -60px auto 13px;
}
.imgCircle img{
  width: 60px;
  height: 60px;
  display: block;
}
.blockStyle_hx{
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 111, 255, 0.0);
    
}
.blockStyle_hx:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 111, 255, 0.2);
  border-radius: 8px;
}
.bim_content_hx{
  background: url(../../../images/bimIndex/img/hx_bg_n.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.BIMBgImg{
  background: url(../../../images/bimIndex/img/BIM_bg.png) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
}
.KSJBgImg{
  background: url(http://ksj.com.cn/sitefiles/library/images/2023/3/6f9ed91dde97c2f6.png) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
}
.layui-btn:hover {
  opacity: .8;
  color: #006fff;
}
.layui-nav-child dd a{
  
  border: 0!important;
  border-bottom: 4px solid #fff!important;
  height: 36px;
  line-height: 36px;
  color: #333;
}
.layui-nav-child dd > .active a{
  color: #333!important;
  border-bottom: 4px solid #fff!important;
}
.layui-nav-item .layui-nav-child a {
  color: #333!important;
}
.layui-nav-item .layui-nav-child a:hover {
  color: #999!important;
  border-bottom: 4px solid #fff!important;
}
.content_bg{
background: linear-gradient(#F7F8FA,#ffffff,#F0F2F5);
}
.Applywindow {
    width: 400px;
    display: none;
    border: 1px solid #34495e;
    background-color: #fff;
    border-radius: 3px;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
}
.Closebox {
    float: right;
    font-size: 18px;
    cursor: pointer;
    padding: 7px 10px 0 0;
    color: #fff;
}
.clear-shadow {
    clear: both;
}
#qiao{    position:fixed;
    left: 0px;
    right: 0px;
    top: 15%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    width: 825px;
    border: 1px solid #ccc;
    border-radius:4px ;
    background: #ffffff;
    }
    .myfooter .btn{float: left; padding: 3px 10px; cursor:pointer;}
    
    .myfooter{display: inline-block;padding-left: 37%;}
    .myfooter .btn:first-child{/* background: #1890ff; */color: #1890ff;border-radius: 3px;}
#commonProblembox li:hover{cursor:pointer;}
#commonProblembox li:hover .wt_list{display: block;
/* float: left;
    margin-left: 30px;
    line-height: 40px;
    margin-top: 16px; */}
  
.wt_list{display: none;}
.pu .wt_list{display: block;}
.layui-btn-dangernew{background: #D0000D;
line-height: 45px;border-radius: 4px;    display: inline-block;
    height: 45px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;}
  .layui-btn-dangernew:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}
.b_border{
  border-bottom: 2px solid #D0000D;
      border-radius: 2px;
    padding: 10px;
}
.title_jzds{color: #fff;padding: 9px 10px; font-size: 18px; background: #3296FA;
border-radius: 4px; height: 36px;line-height: 36px;}
.pad_s{padding: 35px 0 26px 10px!important;}
.dt_list_title_style{font-size: 16px;line-height: 30px;color: #333333;}
.border-radius{border-radius: 4px;}
.border_brc{border:1px solid #D5D5D5;}
.font_style_new{
  font-family: 'Arial Black';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 45px;
color: #E50C1C;
}
.c_font{color: #E50C1C;}
.border-b{border-bottom: 1px dashed #D5D5D5;}
video{
object-fit: contain;
}
video:focus {
outline:none;
}
.layui-anim{animation-duration: 1s;-webkit-animation-duration: 1s;}
/* .layui-layout-admin .layui-logo{line-height: auto!important;} */