html, body {
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  margin: 0;
  /*min-width: 1200px;*/
  /*overflow-x: hidden;*/
}

body {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  font-size: 100%;
}

body > * {
  font-size: 14px;
}

width-pc-body {
  min-width: 1250px;
}

.table-100 {
  width: 100%;
  height: 100%;
}

.lcyg-header {
  /*padding: 0px 0 10px 0;*/
  height: 110px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}

.lcyg-header .lcyg-header-container {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .lcyg-header .lcyg-header-container {
    /*width: 100%;*/
  }
}

.lcyg-header .lcyg-header-container div {
  height: 110px;
  line-height: 110px;
}

.lcyg-header .layui-nav .layui-nav-item a {
  color: #333;
  font-size: 18px;
  padding: 0 35px;
  border-radius: 7px;
}

.lcyg-header .layui-nav {
  display: inline-block;
  background-color: transparent;
  padding: 0;
}

.lcyg-header .layui-nav-bar {
  display: none !important;
}

.lcyg-header-contact {
  height: 25px;
  line-height: 25px;
  margin-right: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.lcyg-content-container {
  margin-top: 110px;
}

.lcyg-content-top-section {
  height: 110px;
}

.lcyg-content-top {
  margin-top: 110px;
}

.lcyg-section-img {
  width: 100%;
  height: 12rem;
  max-height: 600px;
  min-height: 426px;
  /*height: 600px;*/
  overflow: hidden;
  position: relative;
}

.lcyg-section-img > img {
  width: 100%;
  height: 100%;
}

.lcyg-section-img-75 {
  width: 75%;
  margin: 0 auto;
  position: relative;
}

.lcyg-section-img-60 {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.lcyg-section-img-50 {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.lcyg-section-img-75 > img, .lcyg-section-img-60 > img, .lcyg-section-img-50 img {
  width: 100%;
}

.lcyg-section-text-title {
  width: 950px;
  margin: 0 auto;
}

.lcyg-section-text-content {
  width: 1150px;
  margin: 0 auto;
}

.lcyg-section-content-after-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lcyg-section-content-after-img.layui-row > div {
  height: 100%;
}

.lcyg-section-content-after-img img {
  width: auto;
}

.vertical-align-middle {
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
}

.lcyg-margin-top-1P5 {
  margin-top: 1.5rem;
}

.lcyg-margin-top-1 {
  margin-top: 1rem;
}

.lcyg-margin-top-2 {
  margin-top: 2rem;
}

.lcyg-carousel-image-1 {
  height: 95%;
  position: relative;
  top: 2.5%;
}

.lcyg-carousel-image-2 {
  height: 70%;
  position: relative;
  top: 15%;
}

.lcyg-carousel-image-text {
  position: relative;
  height: 2.5rem;
  margin-left: 1rem;
  margin-top: -1.25rem;
  top: 50%;
}


/** message board **/
/* 留言板 */
.layui-layer-lcyg-message-board {
  background-color: #fff !important;
  border-radius: 10px !important;
  /*border: 0 !important;*/
  /*box-shadow: 0px  0px  15px 5px  #ccc !important;*/
  box-shadow: 0px 0px 5px 1px #4f80ff !important;
}

.layui-layer-lcyg-message-board .layui-layer-title {
  height: 50px;
  line-height: 50px;
  /*color: #47D3D6;*/
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 16px;
  /*margin-top: 13px;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
  padding-right: 20px;
  border-bottom: unset;
}

.layui-layer-lcyg-message-board .layui-layer-setwin {
  top: 11px;
}

.layui-layer-lcyg-wx-gzh .layui-layer-setwin .layui-layer-close1, .layui-layer-lcyg-message-board .layui-layer-setwin .layui-layer-close1 {
  background-position: 1px -40px !important;
  height: 16px;
  width: 16px;
  top: unset;
  right: unset;
}

.layui-layer-lcyg-wx-gzh .layui-layer-setwin .layui-layer-close1:hover, .layui-layer-lcyg-message-board .layui-layer-setwin .layui-layer-close1:hover {
  background-position: 1px -40px !important;
  height: 16px;
  width: 16px;
  top: unset;
  right: unset;
  opacity: .7
}

.message-board {
  /*display: none;*/
  width: 330px;
}

.ins-content {
  padding: 5px 15px 10px;
  position: relative;
}
.ins-content ul {
  padding-bottom: 25px;
  padding-top: 17px;
  font-weight: 600;
}

.ins-content li {
  line-height: 35px;
  position: relative;
}
.ins-content li cite {
  /*color: #47D3D6;*/
  font-family: "宋体";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
.ins-content li .link-wechat {
  position:absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #0080FF;
}
.ins-content .wechat {
  display: none;
}



.ins-content i.layui-icon.icon-in-input {
  position: absolute;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  color: #AAA;
  left: 20px;
}

.ins-content .icon-in-input ~ input {
  padding-left: 27px;
}

.ins-content input, .ins-content textarea, .ins-content button {
  border-radius: 5px;
}

.ins-content button {
  background-color: #47D3D6;
}

.ins-content .layui-btn-sm {
  font-size: 12px !important; /* 覆盖登录页样式改动 */
}

.ins-content textarea {
  height: 85px;
  resize: none;
}

.ins-content .error-info {
  line-height: 20px;
  font-size: 14px;
  color: red;
}

.ins-content .ins-send {
  width: 200px;
  height: 300px;
  margin: auto;
  text-align: center;
}

.ins-send .iconfont {
  font-size: 62px;
}

.ins-send .msg {
  line-height: 30px;
  font-size: 16px;
}

/** message end **/

/**  footer  start **/
.index-footer {
  height: 61px;
}
/*.index-footer {
  background-color: #555;
  color: #fff;
  !*text-align: center;*!
  letter-spacing: 1px;
}

.index-footer .footer-top {
  padding: 30px 0 20px;
  margin: 0 auto;
  max-width: 1459px;
  height: 205px;
}

.index-footer hr {
  width: 1440px;
  margin: 0 auto !important;
  background-color: #808080;
}

.footer-top dl {
  float: left;
  padding: 0 39px;
  height: 100%;
}

.footer-top dl dt {
  font-size: 16px;
  font-weight: 500;
}

.footer-top dl dd {
  font-size: 13px;
  color: #D9D9D9;
  padding-top: 20px;
}

.footer-top dd a, dd div {
  display: block;
  line-height: 25px;
  color: #D9D9D9;
}

.footer-top dl + dl {
  border-left: 2px solid #909090;
}

.justify-label div {
  display: inline-block;
  line-height: 25px;
}

.footer-top dd.justify-label label {
  text-align: justify;
  text-align-last: justify;
  width: 50px;
  float: left;
}*/

.footer-bot {
  line-height: 24px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  color: #383838;
}

.footer-bot label:not(:first-child) {
  padding-left: 15px;
}

.wxkf {
  cursor: pointer;
}

.imgkf .layui-layer-content{
  border-radius: 10px !important;
  border-color: #0C0C0C;
}

/* 响应式设计 - 针对 1366 * 768 */

@media screen and (max-width: 1459px) {
  .index-footer hr {
    width: 100%;
  }

  .footer-top {
    width: 1250px;
  }

  .footer-top dl:last-child {
    width: 270px;
  }

  .footer-top dl {
    padding: 0 20px;
  }
}

/*  footer  end *

/* wx start */
.layui-layer-lcyg-wx-gzh .layui-layer-title {
  padding: 0 0 0 10px;
}

.index-pin {
  position: fixed;
  right: 0;
  top: 30%;
  width: 160px;
  background-color: #FFF;
  height: 200px
}

.index-pin-close {
  background: url(/layui/css/modules/layer/default/icon.png);
  position: absolute;
  top: 13px;
  right: 2px;
  background-position: 0px -40px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.index-pin-close:hover {
  opacity: .7;
}

.index-pin-qq {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid #CCC;
}

/* wx end */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.border-0 {
  border-width: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.layui-right {
  text-align: right;
}

.layui-input, .layui-layedit, .layui-layedit-tool, .layui-select, .layui-textarea {
  border-color: #999;
}

.layui-input:hover, .layui-layedit:hover, .layui-layedit-tool:hover, .layui-select:hover, .layui-textarea:hover {
  border-color: #999;
}

/*** header  start ***/

.header-app-container {
  height: 80px;
  text-align: right;
}

.header-app-container .layui-nav .layui-nav-item > a:hover, .index-nav-selected {
  opacity: 0.7;
  color: #F00 !important;
}

.header-app-container .layui-nav .layui-btn-lg {
  height: 40px;
  line-height: 40px;
}

/* header 中的联系方式 */
.lcyg-header-contact {
  height: 25px;
  line-height: 25px;
  margin-right: 30px;
}

.lcyg-header-contact .iconfont {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
  margin: auto 5px auto 15px;
}

.btn-border {
  border: 1px solid #e84806 !important;
}

/*** header  end ***/

.login-bg {
  background: url("/images/main/login-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 620px;
  margin: 0 auto;
}

.register-bg {
  background: url("/images/main/register-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 620px;
  margin: 0 auto;
}


.wx-gzh {
  background: url("/images/main/wx-gzh.png") no-repeat;
  height: 100%;
  background-size: 100% 100%;
}

.wx-kf {
  background: url("/images/main/contact-kf.png") no-repeat;
  height: 100%;
  background-size: 100% 100%;
}

.height-100 {
  height: 100%;
}

.layui-form-label {
  width: 80px;
}

.imgCode-container {
  position: absolute;
  right: 0;
  top: 0;
}

.imgCode {
  width: 90px;
  height: 35px;
  padding-left: 10px;
  /*float: right;*/
}

.phoneCode {
  padding: 0 7px;
  height: 36px;
  line-height: 36px;
  float: right;
}

.form-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.select-this {
  font-weight: 600;
}

.select-this span {
  border-bottom: 2px solid #000;
  padding: 0 10px 5px;
}

.magb25 {
  margin-bottom: 25px;
}

.content-top {
  padding: 25px 0 30px 0;
  border-top: 1px solid #ccc;
}

.content-top h1 {
  text-align: center;
}

.border-top {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.iconfont {
  font-size: 25px;
}

.pc, .phone {
  display: none;
}

/* 自定义layui 轮播指示器样式 */
.layui-carousel > [carousel-item] > * {
  background-color: unset;
}

.layui-carousel-ind ul {
  background-color: unset;
}

.layui-carousel-ind ul:hover {
  background-color: unset;
}

.layui-carousel-ind li {
  width: 35px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.layui-carousel-ind li.layui-this {
  background-color: #009688;
}

/*简介模块 begin */
.intro {
  background-image: url("/images/index/index-bg-intro.jpg");
  margin: 1.5rem auto 0;
  width: 90%;
  /*background-color: #f4f4f4;*/
  padding: 0.5rem;
  border-radius: 10px
}

fieldset {
  text-align: center;
  margin: 0.4rem auto 0.8rem;
  width: 50%;
  border: none;
  padding: 0;
  border-top: 1.5px solid #bbb;
}

fieldset legend {
  margin:0 auto; /* 解决IE下不居中 */
  text-align: center;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}

/*简介： 图片*/
.intro img {
  width: 100%;
  height: 100%;
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
}

.img-row > div {
  padding: 0 7px;
}

/*简介： 文字描述*/
.intro-row {
  padding: 18px 0px;
}

.intro-row:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 1rem;
}

.intro-row > div:not(:last-child) {
  border-right: 2px dashed #ccc;
}

.intro-row > div {
  padding: 0 10px;
}

.intro-title {
  margin: 0.5rem auto;
  font-size: 24px;
  color: #3a65d2;
}

.intro-content {
  font-size: 16px;
  /*text-indent: 32px;*/
  margin: 0.1rem auto .7rem;
  padding-left: 0.2rem;
}

/*三角形*/
.intro .triangle-arrow {
  position: absolute;
  bottom: -0.6rem;
  left: .35rem;
  height: 0px;
  border-top: .3rem solid #1890ff;
  border-right: .3rem solid rgba(0, 0, 0, 0);
  border-bottom: .3rem solid rgba(0, 0, 0, 0);
  border-left: .3rem solid rgba(0, 0, 0, 0);
}

.intro .triangle-arrow.bold {
  border-top: .3rem solid #032e5a;
}
.lcyg-intro {
  background-image: url("/images/index/index-bg-intro.jpg");
  margin: 0 auto;
  padding: 25px 0;
  border-radius: 10px
}

.lcyg-intro .lcyg-section-text-content {
  margin: 0 auto;
  width: 1250px;
  background-color: #FFFFFF;
}

.intro-bottom-line {
  border-bottom: 2px dashed  #e4e4e4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/*简介模块 END */

