
.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.srt{ margin-top:80px;}

.fl,
.pull-left {
  float: left;
}

.fr,
.pull-right {
  float: right;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

table a {
  color: #666;
}

table a:hover {
  color: #febe33;
}

.div-10 {
  height: 10px;
  clear: both;
}

.mt0 {
  margin-top: 0 !important;
}

.section {
  margin-top: 60px;
}

.section > .header {
  padding: 60px 0;
  position: relative;
}

.section > .header .title {
  color: #393939;
  font-size: 28px;
  line-height: 1;
}

.browserupgrade {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  text-align: center;
  background-color: #f00;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 18px;
}

.ready {
  background: url("../images/img8.jpg") center center no-repeat;
  background-size: cover;
  height: 136px;
}

.ready div.content {
  color: #fff;
  overflow: hidden;
}

.ready div.content div.left {
  float: left;
  width: 970px;
  padding: 45px 0;
}

.ready div.content div.left span {
  font-size: 24px;
  display: block;
  float: left;
  text-align: center;
}

.ready div.content div.left .span1 {
  width: 380px;
  text-align: center;
}

.ready div.content div.left .span2,
.ready div.content div.left .span3 {
  width: 130px;
}

.ready div.content div.left a {
  float: left;
  color: #fff;
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
}

.ready div.content div.left a.btn1:hover {
  background-color: #0777b6;
  border: 1px solid #0777b6;
}

.ready div.content div.left a.btn2:hover {
  background-color: #febe33;
  border: 1px solid #febe33;
}

.ready div.content div.right {
  float: right;
  width: 230px;
  padding-top: 17px;
}

.center_ad {
  z-index: 99999;
  position: fixed;
  left: 40%;
  top: -500px;
  box-shadow: 0px 0px 20px rgba(30, 135, 255, 0.27);
  border-radius: 18px;
}

.center_ad img.main {
  display: block;
}

.center_ad span.close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 999;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}

.right_ad {
  z-index: 99999;
  position: fixed;
  right: 0;
  top: 20%;
  width: 100px;
  overflow: hidden;
  color: #6b6b6b;
}

.right_ad ul {
  border-radius: 10px;
  overflow: hidden;
}

li.right_ad_item {
  background-color: #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.3s;
}

li.right_ad_item:hover, li.right_ad_item.active {
  background-color: #febe33;
}

li.right_ad_item:hover *, li.right_ad_item.active * {
  color: #fff !important;
}

li.right_ad_item a.icon {
  display: inline-block;
}

li.right_ad_item a.icon span.iconfont {
  font-size: 24px;
  color: #666;
}

li.right_ad_item p.title {
  font-size: 14px;
  color: #6b6b6b;
}

.right_ad .close_box {
  text-align: center;
  cursor: pointer;
}

.right_ad .close_box span.close {
  font-size: 20px;
  color: #febe33;
}

#LRfloater1 {
  display: none !important;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}

.saas {
  text-align: center;
  color: #fff;
  background-color: #1c82ff;
  padding: 10px;
  /* display: none;
    &.active{
      display: block;
    } */
}

.saas .wrapper {
  position: relative;
}

.saas .wrapper .news {
  background-color: transparent;
}

.saas .wrapper .close {
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: scale(1.5);
}

.page_top {
  height: 40px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d9dfe5;
}

.page_top .wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.page_top .wrapper .list {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.page_top .wrapper .list li {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.page_top .wrapper .list li .item {
  color: #585858;
  padding: 0 20px;
  border-right: 1px solid #c2c2c2;
}

.page_top .wrapper .list li .sub_con {
  z-index: 3;
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  top: 100%;
}

.page_top .wrapper .list li.wechat .item {
  border-right: none;
}

.page_top .wrapper .list li.wechat .item .iconfont {
  font-size: 24px;
  line-height: 1;
}

.page_top .wrapper .list li.daohang .sub_con {
  display: none;
  width: 420px;
  transform: translateX(-50%);
}

.page_top .wrapper .list li.daohang .sub_con::before {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background-color: #e3e3e3;
  position: absolute;
  left: 50%;
  top: 20%;
}

.page_top .wrapper .list li.daohang .sub_con dl {
  padding: 10px 30px 30px 30px;
}

.page_top .wrapper .list li.daohang .sub_con dl dt {
  color: #2f8cff;
  font-size: 16px;
  border-bottom: 1px dashed #e3e3e3;
  line-height: 45px;
  margin-bottom: 10px;
}

.page_top .wrapper .list li.daohang .sub_con dl dd a {
  line-height: 30px;
  color: #666;
}

.page_top .wrapper .list li.daohang .sub_con dl dd a:hover {
  color: #ff9f48;
}

.page_top .wrapper .list li:hover .sub_con {
  display: -ms-flexbox;
  display: flex;
}

.page_header {
  z-index: 9;
  background-color: rgba(28, 130, 255, 0.5);
}

.page_header.active {
  background-color: #222d3a !important;
}

.page_header a.logo img {
  padding-top: 20px;
}

ul#page_header_nav_box {
  float: right;
}

@media all and (max-width: 1200px) {
  ul#page_header_nav_box {
    margin-left: 20px;
  }
}

li.nav_item {
  height: 100%;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

li.nav_item > a {
  color: #fff;
  display: block;
  padding: 20px 0;
  margin-left: 15px;
  margin-right: 15px;
  height: 100%;
  text-align: center;
  border-bottom: 2px solid transparent;
}

li.nav_item > a:hover, li.nav_item > a.active {
  border-bottom: 2px solid #fff;
  color: #ffec05;
}

li.nav_item .sub_nav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  /*  min-width: 150px;
          width: 150px; */
  padding-top: 14px;
}

li.nav_item .sub_nav ul.list {
  background-color: #fff;
  padding: 10px 10px;
}

li.nav_item .sub_nav ul.list li {
  text-align: center;
  line-height: 40px;
}

li.nav_item .sub_nav ul.list li a {
  display: block;
  color: #666666;
  white-space: nowrap;
}

li.nav_item .sub_nav ul.list li a.active, li.nav_item .sub_nav ul.list li a:hover {
  color: #1c82ff;
}

li.nav_item .sub_nav:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("../images/sanjiao.png") center bottom no-repeat;
}

li.nav_item.active .sub_nav, li.nav_item:hover .sub_nav {
  display: block;
}

li.product_nav .sub_nav .list li {
  padding-top: 10px;
  line-height: inherit !important;
  margin-bottom: 20px;
}

li.product_nav .sub_nav .list li a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

li.product_nav .sub_nav .list li a:hover .sub_title {
  color: #666;
}

li.product_nav .sub_nav .list li a .icon .iconfont {
  font-size: 30px;
  line-height: 30px;
}

li.product_nav .sub_nav .list li a .con {
  -ms-flex: none;
      flex: none;
  text-align: left;
  padding-left: 10px;
}

li.product_nav .sub_nav .list li a .con .title {
  line-height: 20px;
  font-size: 14px;
}

li.product_nav .sub_nav .list li a .con .title .iconfont {
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
  color: #ff711b;
}

li.product_nav .sub_nav .list li a .con .sub_title {
  font-size: 12px;
}

.page_footer {
  background-color: #212231;
  padding-bottom: 30px;
}

.page_footer .header {
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.page_footer .header .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.page_footer .header .right .box {
  margin-left: 10px;
  position: relative;
}

.page_footer .header .right .box:hover .icon {
  color: #fff;
  border: 1px solid #fff;
}

.page_footer .header .right .box:hover img {
  display: block;
}

.page_footer .header .right .box .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #5d5e66;
  border: 1px solid #5d5e66;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.page_footer .header .right .box .icon .iconfont {
  font-size: 20px;
}

.page_footer .header .right .box img {
  display: none;
  position: absolute;
  bottom: 100%;
  left: -100%;
}

.page_footer .content {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.page_footer .content .left {
  display: -ms-flexbox;
  display: flex;
}

.page_footer .content .left * {
  color: #50515a;
}

.page_footer .content .left dl {
  padding-right: 70px;
  padding-left: 30px;
}

.page_footer .content .left dl:nth-of-type(1) {
  border-right: 1px solid #50515a;
}

.page_footer .content .left dl dt {
  font-size: 16px;
  color: #fff;
  padding-bottom: 25px;
}

.page_footer .content .left dl dd {
  padding-bottom: 15px;
}

.page_footer .content .left .item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.page_footer .content .left .item .icon .iconfont {
  font-size: 30px;
  line-height: 30px;
}

.page_footer .content .left .item .con {
  -ms-flex: none;
      flex: none;
  text-align: left;
  padding-left: 10px;
}

.page_footer .content .left .item .con .title {
  line-height: 20px;
  font-size: 14px;
}

.page_footer .content .left .item .con .title .iconfont {
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
  color: #ff711b;
}

.page_footer .content .left .item .con .sub_title {
  font-size: 12px;
}

.page_footer .footer {
  text-align: center;
}

.page_footer .footer * {
  color: #5d5e66;
}

.page_footer .footer .map {
  line-height: 2;
}

.page_footer .footer .map a,
.page_footer .footer .map span {
  display: inline-block;
}

.page_footer .footer .map span {
  padding: 0 5px;
}

.page_footer .footer .cpr {
  line-height: 2;
}

.gwt_anli_more_box {
  text-align: center;
}

.gwt_anli_more_box .gwt_anli_more {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #aaa;
  margin: 10px auto;
  color: #aaa;
}

.page_header {
  background-color: rgba(0, 25, 59, 0.6) !important;
}

.page_header .sub_nav {
  background-color: rgba(18, 67, 125, 0.7) !important;
}

.cp_intro div.fl {
  width: 420px;
  text-align: center;
}

.cp_intro p.fr {
  line-height: 2;
  font-size: 16px;
  color: #585858;
  width: 720px;
}

.products div.content ul {
  display: -ms-flexbox;
  display: flex;
}

li.product_item {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}

li.product_item div.icon span.iconfont {
  font-size: 70px;
  line-height: 1;
  color: #999999;
}

li.product_item p.title {
  margin-top: 40px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

li.product_item p.title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 14px;
}

li.product_item p.intro {
  margin-top: 40px;
  color: #545454;
  font-size: 16px;
}

.glory {
  background-color: #f3f3f3;
}

.glory div.content {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  color: #707070;
}

.glory div.content p {
  color: #707070;
  text-align: left;
}

.glory div.content img {
  padding-top: 30px;
}

.team {
  background-color: #f3f3f3;
  padding-bottom: 10px;
}

.team ul.content li {
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team ul.content li:hover {
  box-shadow: 0px 3px 15px #1c82ff;
  background-color: #fff;
  border: 1px solid #1c82ff;
  transition: all 0.3s;
}

.team ul.content li:hover span.iconfont, .team ul.content li:hover p.title, .team ul.content li:hover p.intro {
  color: #1c82ff !important;
  transition: all 0.3s;
}

.team ul.content li div.icon {
  width: 160px;
  height: 140px;
  text-align: center;
}

.team ul.content li div.icon span.iconfont {
  font-size: 50px;
  line-height: 1.5;
}

.team ul.content li div.info p.title {
  font-size: 24px;
  color: #585858;
  line-height: 2;
}

.team ul.content li div.info p.intro {
  color: #707070;
  font-size: 14px;
  line-height: 2;
}

.addr .map {
  width: 690px;
  height: 260px;
  border-top: 7px solid #f3f3f3;
  border-bottom: 7px solid #f3f3f3;
  border-left: 10px solid #f3f3f3;
  border-right: 10px solid #f3f3f3;
  background-color: #f00;
}

.addr .con {
  padding-left: 80px;
}

.addr .con p {
  color: #666666;
  font-size: 14px;
  line-height: 2.5;
}

.addr .con hr {
  margin: 10px 0;
}
