@charset "utf-8";
/* CSS Document */

body {
}
header {
  height: 77px;
  overflow: hidden;
  background: url(../images/header_bg.jpg) repeat-x;
  margin: 0;
  padding: 0;
  border: 0;
}
header {
  height: 77px;
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
}
footer {
  clear: both;
  float: left;
  width: 100%;
  height: 150px;
  background: #fff;
  color: #999;
}
.navbar-default {
  margin: 0;
  padding: 0;
  border: 0;
}
h3 {
  font-size: 32px;
  font-weight: 100;
  color: #0094fb;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.banner {
  clear: both;
  width: 100%;
  height: 330px;
  color: #fff;
  background: #313131;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.banner .carousel {
  height: 330px;
  text-align: center;
}
.banner .carousel .carousel-inner .backgroud_1 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_2 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_3 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_4 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_5 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/5.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_6 {
  width: 100%;
  height: 330px;
  background: url(../images/banner/6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .carousel .carousel-inner img {
  max-width: 1920px;
  width: 1920px;
  height: 330px;
  text-align: center;
}
.banner .carousel-indicators {
  text-align: center;
  bottom: 0;
}
.banner .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px;
}

/* 重写BANNER过渡动画 */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* 重写BANNER过渡动画 */

.banner strong {
  font-weight: bold;
}
.font-gray {
  color: #999999;
}
.font-white {
  color: #fff;
}
.font-white a {
  color: #fff;
}
.font-yellow {
  color: #56b1fc;
}
.font-blue {
  color: #8040c0;
}
.font-black {
  color: #333;
}
.font-dark-blue {
  color: #c66f3c;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.backgroud-gray {
  background: #f8f8f8;
}
.two-box {
  flex: 1;
}
.clouding-img {
  display: flex;
}
.show-img {
  width: 300px;
  margin-top: 80px;
}
.theme {
  margin: 30px 0 20px;
  color: #56b1fc;
  font-size: 24px;
  border-left-width: 2px;
  border-left-color: #56b1fc;
  border-left: solid;
  padding-left: 5px;
}
ul.navbar-nav li a {
  margin-left: 28px;
}

/* 20.10.19 */
.widthFull {
  width: 100% !important;
}

.heightFull {
  height: 100% !important;
}

.Flex {
  display: flex;
  flex-direction: row;
}

.Flex.reverse {
  flex-direction: row-reverse;
}

.Flex.column {
  flex-direction: column;
}

.Flex.wrap {
  flex-wrap: wrap;
}

.Flex.spaceB {
  justify-content: space-between;
}

.Flex.spaceA {
  justify-content: space-around;
}

.Flex.spaceC {
  justify-content: center;
}

.Flex.alignC {
  align-items: center;
}

.Flex.alignE {
  align-items: flex-end;
}

.Flexfull {
  flex: 1;
}

.shrink0 {
  flex-shrink: 0;
}
.btn-default,
.btn-default:focus,
.btn-default.focus {
  outline: none;
}

/* 20.10.26 */
.block-shadow {
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.02);
}
.mid-title {
  font-size: 24px;
}
.padding0 {
  padding: 0;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.resources-list {
  padding: 0 20px 0 60px;
  border-left: 1px solid #0084a9;
  list-style: none;
}
.resources-list li {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #666666;
}
.resources-list li:last-child {
  border-bottom: 0;
}
.resources-list a {
  color: #0084a9;
  font-weight: 600;
}
.resources-box {
  counter-reset: li;
  margin: 0;
  padding: 0;
}
.resources-box li {
  padding: 2px;
  font-size: 16px;
  color: #666666;
  list-style: none;
  overflow: hidden;
}
.resources-box li > div {
  background: #f8f8f8;
  padding: 30px;
}
.resources-box li p {
  height: 70px;
  line-height: 24px;
}
.resources-box li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  bottom: -96px;
  right: 76px;
  transform: translateX(50%);
  font-size: 150px;
  font-family: Arial;
  color: #666666;
  opacity: 0.06;
  text-align: center;
}
.company-title {
  padding-left: 30px;
  position: relative;
}
.company-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #0084a9;
  border-radius: 50%;
}
.company-para {
  padding-left: 34px;
  color: #999999;
  line-height: 20px;
  font-size: 12px;
}
.company-border {
  position: relative;
}
.company-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background: #dddddd;
}
.headquarters {
  background: #f68b24;
  color: #fff;
  padding: 60px 20px;
  margin-top: 60px;
}
.headquarters p {
  font-size: 16px;
  font-weight: 300;
}
.headquarters p span {
  opacity: 0.9;
}
.branch {
  background: #f8f8f8;
  color: #666666;
  position: relative;
}
.branch > div {
  padding: 20px 20px 10px 20px;
}

.branch > div p:first-child {
  font-size: 20px;
}
.branch > div p span {
  opacity: 0.6;
}
.line-row {
  position: absolute;
  width: 94%;
  height: 1px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.line-row.line1 {
  top: 33.3%;
  padding: 0;
}
.line-row.line2 {
  top: 66.6%;
  padding: 0;
}
.line-col {
  position: absolute;
  height: 92%;
  width: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
}
.line-col.line1 {
  left: 33.3%;
  padding: 0;
}
.line-col.line2 {
  left: 65.6%;
  padding: 0;
}
.about-para p {
  padding-left: 34px;
  color: #666666;
}
/* 20.11.05 */
/* 在线帮助 & 返回顶部 */
#img-red {
  position: absolute;
  width: auto;
  height: 70%;
  /* max-height: 600px; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.help-mode-h {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 1px 1px 1px 1px; */
  position: fixed;
  /* background: url("images/float.png") no-repeat; */
  background-color: rgba(0, 0, 0, 0.8);
  color: #666666;
  font-size: 12px;
  z-index: 99999;
  /* 1242*2208 */
}
.help-mode-h .close {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  opacity: 0.5;
}
.footer-help {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99999;
  cursor: pointer;
}

#backtotop {
  display: none;
  cursor: pointer;
  font-size: 50px;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #de3225;
  height: 60px;
  width: 60px;
}

/* .help-service:hover .help-mode-h {
			display: block;
		} */

.help-service:hover .help-mode-icons {
  background: #eb4b3f !important;
  color: #ffffff;
}

.help-service .help-mode-icons {
  right: 0;
  padding: 0;
}

.help-service .help-mode-icons p {
  position: absolute;
  top: 35px;
  right: 14px;
}
.help-mode-icons {
  background: #de3225 !important;
  color: #ffffff;
  padding: 10px 0;
  width: 60px;
  height: 60px;
  border: 1px solid #de3225;
  /*box-shadow: -1px 3px 3px #cbcbcb;*/
}
.flex {
  display: flex;
}

.title {
  width: 40px;
  line-height: 38px;
}
/* 20.11.24 */
a {
  cursor: pointer;
}
/* 21.02.03 */
.bg-avision {
  background: linear-gradient(#2f5576, #484777);
}
.avision-list ol {
  counter-reset: sectioncounter;
  list-style: none;
  padding: 0;
}
.avision-list li {
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}
.avision-list li:before {
  content: counter(sectioncounter);
  counter-increment: sectioncounter;
  background-color: #5c45f5;
  color: #ffffff;
  float: left;
  display: block;
  line-height: 32px;
  margin-left: -50px;
  text-align: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
