body,html,ul{margin:0;padding:0;font-size:14px}ul{list-style:none}body{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix:after{clear:both}.relative{position:relative}.block{display:block!important}.hide{display:none}.page {
  background-color: #fafafa;
}
.unit {
  margin-top: 70px;
}
.bg-section {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-value {
  background-image: url(./images/value.jpg);
  padding-bottom: 55px;
}
.auth-require {
  background-image: url(./images/auth.jpg);
}
.box {
  width: 1190px;
  margin: 0 auto;
  text-align: center;
}
.box .box-title {
  font-size: 48px;
  color: #222;
}
.box .box-title img {
  display: block;
  margin: 0 auto;
}
.box .box-sub-title {
  font-size: 32px;
  color: #888;
  margin-top: 19px;
  line-height: 32px;
}
.box .box-content {
  margin-top: 70px;
}
.box .features {
  overflow: hidden;
}
.box .features.clearfix {
  overflow: unset;
}
.box .features li {
  width: 25%;
  padding: 0 9px;
  box-sizing: border-box;
  float: left;
  height: 320px;
}
.box .features li .feature-inner-box {
  background-color: #fff;
  padding: 73px 49px;
  box-shadow: 0 0 24px 0 rgba(16, 37, 61, 0.06);
  position: relative;
  border-radius: 4px;
}
.box .features li .feature-inner-box .feature-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
.box .features li .feature-inner-box .feature-icon img {
  width: 100%;
}
.box .features li .feature-inner-box .feature-title {
  font-size: 20px;
  margin-top: 18px;
  color: #222;
}
.box .features li .feature-inner-box .feature-content {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  text-align: left;
  line-height: 21px;
}
.box .features li .feature-inner-box .hover-panel {
  background-color: #3e84d5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 171px 32px 0;
  opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);/*兼容ie8及以下*/
  overflow: hidden;
  border-radius: 4px;
}
.box .features li .feature-inner-box .hover-panel .feature-title {
  color: #fff;
  font-size: 32px;
  margin: 0 0 40px;
}
.box .features li .feature-inner-box .hover-panel .feature-content {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.box .features li .feature-inner-box:hover .hover-panel {
  opacity: 1;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*兼容ie8及以下*/
  transition: 0.5s;
  padding-top: 70px;
}
.box .service {
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
.box .service li {
  width: 25%;
  float: left;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #222;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box .service-content-wrapper i.left-arrow,
.box .service-content-wrapper i.right-arrow {
  width: 27px;
  height: 50px;
  -webkit-transform: translate3d(0, -50%, 0);
  background-repeat: no-repeat;
  top: 50%;
}
.box .service li.active {
  background-color: #3e84d5;
  color: #fff;
}
.box .service-content-wrapper {
  position: relative;
}
.box .service-content-wrapper i {
  position: absolute;
  cursor: pointer;
}
.box .service-content-wrapper i.left-arrow {
  background-image: url(./images/arrow-left-gray.png);
  left: 20px;
  transform: translate3d(0, -50%, 0);
}
.box .service-content-wrapper i.left-arrow:hover {
  background-image: url(./images/arrow-left-blue.png);
}
.box .service-content-wrapper i.right-arrow {
  background-image: url(./images/arrow-right-gray.png);
  right: 20px;
  transform: translate3d(0, -50%, 0);
}
.box .service-content-wrapper i.right-arrow:hover {
  background-image: url(./images/arrow-right-blue.png);
}
.box .service-content {
  height: 370px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.box .service-content li {
  padding: 50px 153px;
  box-sizing: border-box;
  background-image: url(./images/service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}
.box .service-content li .service-img {
  float: left;
  width: 420px;
}
.box .service-content li .service-img img {
  width: 100%;
}
.box .service-content li .service-text {
  overflow: hidden;
  text-align: left;
  color: #fff;
  padding-left: 40px;
  padding-top: 30px;
}
.box .service-content li .service-text .service-title {
  font-size: 36px;
  margin-bottom: 37px;
}
.box .service-content li .service-text .service-sub-text {
  font-size: 14px;
  white-space: normal;
  line-height: 27px;
}
.box .value-image {
  float: left;
}
.box .value-image .value-image-inner {
  width: 410px;
}
.box .value-image .value-image-inner img {
  width: 100%;
  display: block;
}
.box .value-content-wrapper {
  margin-left: 420px;
}
.box .value-content-wrapper.value-list li {
  height: 160px;
}
.box .value-content-wrapper.value-list li:nth-of-type(1),
.box .value-content-wrapper.value-list li:nth-of-type(2) {
  margin-bottom: 10px;
}
.box .value-content-wrapper.value-list li .value-inner {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.box .value-content-wrapper.value-list li:nth-of-type(1) .value-inner {
  background-image: url(./images/val1.png);
}
.box .value-content-wrapper.value-list li:nth-of-type(2) .value-inner {
  background-image: url(./images/val2.png);
}
.box .value-content-wrapper.value-list li:nth-of-type(3) .value-inner {
  background-image: url(./images/val3.png);
}
.box .value-content-wrapper.value-list li:nth-of-type(4) .value-inner {
  background-image: url(./images/val4.png);
}
.box .value-content-wrapper li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 157px;
  position: relative;
  margin-bottom: 15px;
}
.box .value-content-wrapper li .value-inner {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  padding: 33.5px 30px;
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
  transition: 0.3s;
}
.box .value-content-wrapper li .value-inner .value-title {
  font-size: 20px;
  color: #222;
}
.box .value-content-wrapper li .value-inner .value-content {
  margin-top: 19px;
  color: #888;
  font-size: 14px;
}
.box .value-content-wrapper li .value-inner:hover {
  padding: 40px 30px;
}
.box .auth {
  margin-left: 0;
}
.box .auth li {
  height: 270px;
  margin-bottom: 0;
}
.box .auth li .auth-inner {
  padding: 89px 58px;
}
.box .auth li .auth-inner:nth-of-type(1) {
  left: 0;
  bottom: 0;
  right: 25px;
}
.box .auth li .auth-inner:nth-of-type(2) {
  left: 25px;
  bottom: 0;
  right: 0;
}
.box .auth li .auth-inner:hover {
  padding: 100px 58px;
}
.box .auth li:nth-of-type(1) .auth-inner {
  left: 0;
  bottom: 0;
  right: 25px;
}
.box .auth li:nth-of-type(2) .auth-inner {
  left: 25px;
  bottom: 0;
  right: 0;
}
.box .auth .auth-icon {
  width: 92px;
  height: 92px;
  float: left;
  border-radius: 50%;
}
.box .auth .auth-icon img {
  width: 100%;
}
.box .auth .auth-inner-content {
  overflow: hidden;
  padding-left: 24px;
}
.header {
  background-image: url(./images/top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.header .nav {
  height: 70px;
  line-height: 70px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .nav .nav-inner {
  height: 100%;
}
.header .nav .logo {
  position: absolute;
  width: 235px;
  height: 34px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.header .nav .logo img{
  display: block;
  width:100%;
  height:100%;
}
.header .nav .links {
  overflow: hidden;
  float: right;
}
.header .nav .links li {
  float: left;
}
.header .nav .links li a {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.header .nav .links li a.home-link {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header .fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
  z-index: 2;
}
.header .fixed-nav .nav-inner,
.header .header-content {
  width: 1200px;
  margin: 0 auto;
}
/* .header .fixed-nav .logo {
  background: url(../img/logo-gray.png) -1px 0 no-repeat;
  background-size:contain;
} */
.header .fixed-nav .links li a {
  color: #222;
}
.header .fixed-nav .links li a.home-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header .header-content {
  padding-top: 104px;
}
.header .header-content .header-title {
  font-size: 64px;
  color: #f4f4f4;
  margin-bottom: 32px;
  width: 576px;
}
.header .header-content .header-title img {
  width: 100%;
  display: block;
}
.header .header-content .header-text {
  font-size: 16px;
  color: #fff;
  text-align: left;
  width: 560px;
  margin-bottom: 68px;
  line-height: 24px;
}
.header .header-content a{
  margin-bottom: 104px;
  display: inline-block;
}
.header .header-content .to-auth {
  text-align: center;
  width: 240px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  background: #3e84d5;
  box-shadow: 0 8px 20px 0 rgba(3, 2, 22, 0.12);
  border-radius: 4px;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  outline: 0;
}
.header .header-content .to-auth:hover {
  background-color: #3a5998;
}
.offline-tel {
  color: #bc2727;
  text-decoration: none;
  white-space: nowrap;
}
.progress-box {
  position: relative;
}
.progress-box .progress-line {
  position: absolute;
  top: 123px;
}
.progress-box .progress-line img {
  width: 100%;
}
.progress-box .bottom-auth {
  width: 320px;
  height: 88px;
  line-height:88px;
  background: #3e84d5;
  border-radius: 44px;
  color: #fff;
  font-size: 42px;
  text-align: center;
  border: none;
  margin: 140px 0 72px;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.progress-box .bottom-auth:hover {
  background-color: #3a5998;
}
.progress-box .progress-bottom-text {
  font-size: 20px;
  color: #888;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 0;
}
.progress-box .progress-bottom-text a {
  color: #888;
  text-decoration: none;
}
.progress-box .progress-items {
  text-align: center;
  overflow: hidden;
}
.progress-box .progress-items li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
}
.progress-box .progress-items li .item-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  background-image: url(./images/progress1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.progress-box .progress-items li:nth-of-type(2) .item-icon {
  background-image: url(./images/progress4.png);
}
.progress-box .progress-items li:nth-of-type(3) .item-icon {
  background-image: url(./images/progress2.png);
}
.progress-box .progress-items li:nth-of-type(4) .item-icon {
  background-image: url(./images/progress3.png);
}
.progress-box .progress-items li .dot {
  width: 22px;
  height: 22px;
  margin: 30px auto;
  background-color: #d5d5d5;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.progress-box .progress-items li .progress-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.progress-box .progress-items li .progress-text {
  font-size: 14px;
  color: #888;
  line-height: 21px;
  text-align: left;
}
.progress-box .progress-items li:hover .item-icon {
  background-image: url(./images/progresshover1.png);
}
.progress-box .progress-items li:hover .dot {
  background-color: #3e84d5;
}
.progress-box .progress-items li:nth-of-type(2):hover .item-icon {
  background-image: url(./images/progresshover4.png);
}
.progress-box .progress-items li:nth-of-type(3):hover .item-icon {
  background-image: url(./images/progresshover2.png);
}
.progress-box .progress-items li:nth-of-type(4):hover .item-icon {
  background-image: url(./images/progresshover3.png);
}
.to-top {
  background-image: url(./images/totop.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.to-top:hover {
  background-image: url(./images/totophover.png);
}
.m-bottom {
  padding: 20px 0;
  background: #2e323f;
  color: #666;
  text-align: center;
}
.m-bottom a,
.m-bottom p,
.m-bottom span {
  color: #666;
  text-decoration: none;
}
.m-bottom a:hover {
  color: #999;
  text-decoration: underline;
}
.m-bottom .bottom-info {
  margin: 12px 0;
  text-align: center;
}
.m-bottom .bottom-info a {
  margin-left: 5px;
}
.m-bottom .bottom-flinks {
  margin: 12px 0;
  line-height: 20px;
}
.m-bottom .bottom-flinks .flinks-title {
  float: left;
  margin-right: 10px;
}
.m-bottom .bottom-flinks .flinks-list {
  overflow: hidden;
}
.m-bottom .bottom-flinks .flinks-list * {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.m-bottom .bottom-cert {
  margin-top: 20px;
  text-align: center;
}
.m-bottom .bottom-cert a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.m-bottom .bottom-cert img {
  max-height: 60px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.stretcher-125 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.stretcher-right-10 {
  margin-right: -10px;
}
.stretcher-9 {
  margin-right: -9px;
  margin-left: -9px;
}
.stretcher-10 {
  margin-right: -10px;
  margin-left: -10px;
}
