@charset "UTF-8";
/* @charset "UTF-8"; */
/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei, Arial, sans-serif;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
  font: 14px/1.5 Microsoft Yahei, arial, \5b8b\4f53;
}

input, select, textarea {
  font-size: 100%;
}

/* 按钮鼠标已过去为手形 */
button {
  cursor: pointer;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
  border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
  text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before, q:after {
  content: '';
}

/* 统一上标和下标 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 正常字体*/
i {
  font-style: normal;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
  text-decoration: none;
}

/* 清理浮动 */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-left {
  float: left;
}

.fn-right {
  float: right;
}

.fn-hidden {
  overflow: hidden;
}

.fn-center {
  text-align: center;
}

.fn-block {
  display: block;
}

.fn-inline {
  display: inline;
}

.fn-hide {
  display: none;
}

.fn-posrel {
  position: relative;
}

.fn-posabs {
  position: absolute;
}

.fn12 {
  font-size: 12px;
}

.fn30 {
  font-size: 30px;
}

.fn36 {
  font-size: 36px;
}

.c_red {
  color: #ff0000;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.top-55 {
  top: -55px;
}

.top125 {
  top: 125px;
}

.lh30 {
  line-height: 30px;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.fn-clear:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-maturity {
  background: url("../image/m-bc.jpg") no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 25px 51px black inset;
          box-shadow: 0px 25px 51px black inset;
  min-width: 1200px;
}

.page-maturity .header {
  height: 56px;
  zoom: 1;
  /* for IE6 IE7 */
}

.page-maturity .header:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.page-maturity .header .logo {
  float: left;
  width: 162px;
  height: 38px;
  padding: 9px 0;
}

.page-maturity .header .nav_menu {
  height: 100%;
  float: right;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-maturity .header .nav_menu li {
  font-size: 12px;
  line-height: 14px;
  float: left;
  color: #b9b9b9;
  padding: 0 8px;
  border-right: 1px solid #b9b9b9;
}

.page-maturity .header .nav_menu li:nth-last-child(1) {
  border-right: 1px solid transparent;
}

.page-maturity .contain {
  width: 100%;
  margin: 0 auto;
}

.page-maturity .contain .exp-remind {
  height: 200px;
  margin: 20px auto 40px;
  background: url("../image/remind-bc.png") no-repeat;
  border: 1px solid transparent;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-maturity .contain .exp-remind .text {
  padding-left: 40px;
  position: relative;
  font-size: 32px;
  color: #333333;
  line-height: 1;
  margin-top: 30px;
}

.page-maturity .contain .exp-remind .text::before {
  content: "";
  background: url("../image/i-warm.png") no-repeat;
  width: 32px;
  height: 29px;
  position: absolute;
  left: 0;
  vertical-align: middle;
}

.page-maturity .contain .exp-remind .point {
  margin: 20px 0 35px;
  font-size: 12px;
  color: #999999;
}

.page-maturity .contain .exp-remind .point a {
  color: #1d5af2;
}

.page-maturity .contain .exp-remind .concat-tip {
  font-size: 12px;
  color: #333333;
  line-height: 1;
}

.page-maturity .contain .exp-remind .concat-tip #domain {
  font-size: 32px;
  color: #1d5af2;
}

.page-maturity .contain .exp-remind .concat-tip img {
  vertical-align: middle;
}

.page-maturity .contain .exp-remind .contact {
  color: white;
  position: absolute;
  right: 36px;
  top: 87px;
  font-size: 24px;
  text-align: right;
}

.page-maturity .contain .exp-remind .contact .telephone {
  font-size: 40px;
}

.page-maturity .contain .process {
  height: 378px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
}

.page-maturity .contain .process .btn {
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 62px;
  width: 272px;
  height: 62px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9b45), to(#ff5c51));
  background-image: linear-gradient(to right, #ff9b45, #ff5c51);
  background-color: #ff9b45;
  border-radius: 30px;
}

.page-maturity .contain .process .btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f50));
  background-image: linear-gradient(to right, #ff5f50);
  background-color: #ff5f50;
}

.page-maturity .contain .process .btn .process-arrow {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}

.page-maturity .contain .other {
  margin: 71px auto 33px;
}

.page-maturity .contain .other .other-menu {
  zoom: 1;
  /* for IE6 IE7 */
}

.page-maturity .contain .other .other-menu:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.page-maturity .contain .other .other-menu .other-item {
  float: left;
  width: 380px;
  height: 190px;
  margin-right: 30px;
  position: relative;
}

.page-maturity .contain .other .other-menu .other-item:nth-child(3n) {
  margin-right: 0;
}

.page-maturity .contain .other .other-menu .other-item .inner {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.page-maturity .contain .other .other-menu .other-item .innerText {
  color: white;
  line-height: 24px;
}

.page-maturity .contain .other .other-menu .other-item .btn {
  margin-top: 18px;
  border-radius: 14px;
  width: 100px;
  height: 29px;
  color: white;
  text-align: center;
  line-height: 29px;
  background-color: #ff9b45;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9b45), to(#ff5c51));
  background-image: linear-gradient(to right, #ff9b45, #ff5c51);
}

.page-maturity .contain .other .other-menu .other-item .btn:hover {
  background-color: #ff5f50;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f50));
  background-image: linear-gradient(to right, #ff5f50);
}

.page-maturity .contain .other .other-menu .other-item .btn .arror {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  padding-left: 3px;
}

.page-maturity .page-footer {
  min-width: 1200px;
  overflow: hidden;
  background: #26344b;
}

.page-maturity .page-footer .footer-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.page-maturity .page-footer .footer_content {
  zoom: 1;
  /* for IE6 IE7 */
  padding: 45px 0 28px;
  margin-left: -49px;
}

.page-maturity .page-footer .footer_content:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.page-maturity .page-footer .footer_content dl {
  float: left;
  width: 240px;
  height: 140px;
  border-left: 1px solid #364a67;
  padding-left: 48px;
  padding-right: 20px;
}

.page-maturity .page-footer .footer_content dl dt {
  padding-bottom: 25px;
  font-size: 16px;
  color: #ced9e9;
}

.page-maturity .page-footer .footer_content dl dd {
  zoom: 1;
  /* for IE6 IE7 */
  overflow: hidden;
}

.page-maturity .page-footer .footer_content dl dd:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.page-maturity .page-footer .footer_content dl dd .footer_link {
  margin-left: -18px;
}

.page-maturity .page-footer .footer_content dl dd .footer_link a {
  display: inline-block;
  *display: inline;
  margin: 8px 0;
  padding: 0 18px;
  border-left: 1px solid #434f63;
  line-height: 14px;
  font-size: 14px;
  color: #9aaac3;
  *zoom: 1;
}

.page-maturity .page-footer .footer_content dl dd .footer_link a:hover {
  color: #fff;
}

.page-maturity .page-footer .footer_content .service {
  margin-top: -10px;
  text-align: right;
}

.page-maturity .page-footer .footer_content .service .service_phone {
  color: #ced9e9;
  font-size: 44px;
  font-weight: 400;
}

.page-maturity .page-footer .footer_content .service .service_time {
  color: #9aaac3;
  font-size: 14px;
}

.page-maturity .page-footer .footer_content .service .service_btn {
  display: inline-block;
  *display: inline;
  margin-top: 20px;
  margin-right: 5px;
  height: 36px;
  padding: 0 20px 0 25px;
  line-height: 36px;
  background: #1d5af2;
  color: #fff;
  *zoom: 1;
  cursor: pointer;
}

.page-maturity .page-footer .footer_content .service .service_btn:hover {
  background: #0044ef;
}

.page-maturity .page-footer .link-wrap {
  padding: 0 50px 0 110px;
  border: 1px solid #364a67;
  border-width: 1px 0;
  line-height: 25px;
  height: 70px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  /* for IE6 IE7 */
}

.page-maturity .page-footer .link-wrap:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.page-maturity .page-footer .link-wrap dt {
  float: left;
  padding: 22px 0;
  padding-right: 35px;
  color: #ced9e9;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-maturity .page-footer .link-wrap dd {
  float: left;
  padding: 22px 0;
  font-size: 14px;
  padding-right: 20px;
}

.page-maturity .page-footer .link-wrap dd a {
  color: #9aaac3;
}

.page-maturity .page-footer .link-wrap dd a:hover {
  color: #fff;
}

.page-maturity .page-footer .link-wrap dd.link-more {
  padding: 22px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-maturity .page-footer .copyright {
  float: left;
  padding: 18px 0;
  color: #ced9e9;
  font-size: 12px;
  line-height: 24px;
}

.page-maturity .page-footer .copyright a {
  color: #ced9e9;
}

.page-maturity .page-footer .copyright a:hover {
  color: #fff;
}

.page-maturity .page-footer .contact {
  float: right;
  padding: 20px 0;
}

.page-maturity .page-footer .contact .weixin {
  display: inline-block;
  background-image: url(../image/weixin.png);
  background-size: cover;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  position: relative;
}

.page-maturity .page-footer .contact .weixin:hover {
  display: inline-block;
  background-image: url(../image/weixin-hover.png);
  background-size: cover;
  width: 43px;
  height: 43px;
  vertical-align: middle;
}

.page-maturity .page-footer .contact .weixin:hover:after {
  content: "";
  width: 143px;
  height: 147px;
  background: url(../image/weixin-pop.png);
  position: absolute;
  left: -50px;
  bottom: 60px;
  z-index: 10;
}

.page-maturity .page-footer .contact .weibo {
  margin-left: 26px;
  display: inline-block;
  background-image: url(../image/weibo.png);
  background-size: cover;
  width: 43px;
  height: 43px;
  vertical-align: middle;
}

.page-maturity .page-footer .contact .weibo:hover {
  display: inline-block;
  background-image: url(../image/weibo-hover.png);
  background-size: cover;
  width: 43px;
  height: 43px;
  vertical-align: middle;
}

.page-maturity .page-footer .certificate_box {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 38px;
  font-size: 0;
  margin: auto;
  white-space: nowrap;
  text-overflow: 0;
  font-size: 0;
}
/*# sourceMappingURL=index.css.map */