@charset "utf-8";

/* 布局 版面  */
body:after {
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bgColor_0);
  position: fixed;
  z-index: -2;
}

body.bgfff::after {
  background: #fff;
}

body.bg000::after {
  background: var(--bgColor_1);
}

.app {
  width: 100%;
  margin: 0 auto;
}

.mainPart {
  max-width: 1950px;
  margin: 0 auto;
}

::selection {
  background: var(--a_3);
  color: #fff;
}

::-moz-selection {
  background: var(--a_3);
  color: #fff;
}

::-webkit-selection {
  background: var(--a_3);
  color: #fff;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.display {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alignCenter {
  /* 上下居中 */
  align-items: center;
}

.alignStart {
  /* 顶部对齐 */
  align-items: flex-start;
}

.alignEnd {
  /* 底部对齐 */
  align-items: flex-end;
}

.alignStretch {
  /* 高度平均 */
  align-items: stretch;
}

.justifyEnd {
  /* 右边对齐 */
  justify-content: flex-end;
}

.justifyDetween {
  /* 两边对齐 */
  justify-content: space-between;
}

.justifyCenter {
  /* 左右居中齐 */
  justify-content: center;
}

.flex1 {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex2 {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex3 {
  -moz-box-flex: 3;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex4 {
  -moz-box-flex: 4;
  -webkit-box-flex: 4;
  -o-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex5 {
  -moz-box-flex: 5;
  -webkit-box-flex: 5;
  -o-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.clear:after {
  clear: both;
  display: table;
  content: "";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/*--圆角--*/

.radius50P {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.radius3PX {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.radius7PX {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.radius7700PX {
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
}

.radius0077PX {
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
}

.radius0770PX {
  border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
}

.radius500PX {
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

.radius15PX {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.radius01500PX {
  border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
}

.radius151500PX {
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
}

.radius001515PX {
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
}

.radius015150PX {
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
}

.radius15155015PX {
  border-radius: 15px 15px 50px 15px;
  -webkit-border-radius: 15px 15px 50px 15px;
  -moz-border-radius: 15px 15px 50px 15px;
}

.radius30PX {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.radius303000PX {
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
}

.radius003030PX {
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
}

.radius030300PX {
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
}

.radius00300PX {
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
}

.radius00030PX {
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
}

.gongGeNAV>ul>li {
  padding: 10px;
}

.gongGeNAV>ul>li .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.gongGeNAV>ul>li .icon img {
  width: 90%;
}

.gongGeNAV>ul>li .txt {
  text-align: center;
}

.gongGeNAV>ul>li .txt h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: var(--black0);
}

.gongGeNAV>ul>li .txt p {
  font-size: 16px;
  color: var(--black1);
}

.gongGeNAV>ul>li .txt span {
  font-size: 14px;
  color: var(--black2);
}

.headline h2 {
  line-height: 1.0;
  font-size: 28px;
  color: var(--black0);
}

.navigationBar {
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.navigationBar .logo {
  height: 60px;
}

.navigationBar .logo img {
  height: 100%;
  -webkit-user-drag: none;
}

/*--表单控件按钮区--*/
.actionLine {
  margin: 20px 0;
  padding: 10px 0;
}

.actionLine>div,
.actionLine .clickBtn {
  margin: 10px 0;
}

.actionBar {
  width: 100%;
}

.actionBar>div,
.actionBar .clickBtn {
  margin: 0 0 0 10px;
}

.actionBar>div:nth-child(1),
.actionBar .clickBtn:nth-child(1) {
  margin: 0;
}

/* 按钮组 */

.clickBtn {
  height: 45px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--black5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: 0.5s;
  box-shadow: none;
  border: none;
  outline: 0;
  background: var(--black3);
  position: relative;
}

.clickBtn:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}

.lineBtn {
  color: var(--black3);
  border-width: 2px;
  border-color: var(--black3);
  border-style: solid;
  background: transparent;
}

.clickBtn_S {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: var(--black3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.clickBtn .icon {
  width: 35px;
}

.clickBtn .icon img {
  width: 100%;
}

.clickBtn .txt {
  line-height: 1.0;
  text-align: left;
}

.clickBtn .txt p {
  font-size: 16px;
}

.clickBtn .txt span {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
}

.divider {
  padding: 5px 20px;
}
.divider span{
  padding: 0 10px;
}

.divider:before,
.divider:after {
  content: " ";
  height: 1px;
  background: var(--black4);
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* footer */
.footer {
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #fff;
  z-index: 9;
}

.footer .copyright p {
  margin: 3px 0;
  font-size: 12px;
  color: var(--black3);
  text-align: center;
}