@charset "UTF-8";
/*公共样式表*/
/*IconFont*/
@font-face {
  font-family: 'iconfont';
  src: url('../iconFont/iconfont.eot');
  src: url('../iconFont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconFont/iconfont.woff') format('woff'), url('../iconFont/iconfont.ttf') format('truetype'), url('../iconFont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  color: #888;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
nav.page-nav-outer {
  display: block;
  text-align: center;
}
nav.page-nav-outer .page-nav-inner {
  display: inline-block;
}
nav.page-nav-outer .pagination {
  float: left;
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}
nav.page-nav-outer .pagination > li {
  display: inline;
}
nav.page-nav-outer .pagination .page-nav-prev span {
  display: flex;
}
nav.page-nav-outer .pagination .page-nav-prev span i {
  font-size: 16px;
}
nav.page-nav-outer .pagination .page-nav-prev span p {
  margin-left: 5px;
}
nav.page-nav-outer .pagination .page-nav-next span {
  display: flex;
}
nav.page-nav-outer .pagination .page-nav-next span i {
  font-size: 16px;
}
nav.page-nav-outer .pagination .page-nav-next span p {
  margin-right: 5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
nav.page-nav-outer .pagination > li > a {
  position: relative;
  float: left;
  padding: 8px 14px;
  margin-left: -1px;
  line-height: 1.4em;
  color: #343434;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
}
nav.page-nav-outer .pagination > li a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
nav.page-nav-outer .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00a0e9;
  border-color: #337ab7;
}
nav.page-nav-outer .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
nav.page-nav-outer .pagination > .disabled > a {
  cursor: no-drop;
}
nav.page-nav-outer .page-input-box {
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  margin-top: 16px;
  margin-left: 16px;
  float: left;
  display: none;
}
nav.page-nav-outer .page-input-box input {
  width: 45px;
  padding: 4px 4px;
  box-sizing: border-box;
  color: #333;
}
nav.page-nav-outer .page-input-box button {
  padding: 3px 5px;
  outline: none;
}
.triangle-bottom {
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.triangle-top {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.header {
  width: 100%;
}
.header .header-top-box {
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}
.header .header-top-box .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
}
.header .header-top-box .header-top .header-top-left {
  display: flex;
  align-items: center;
}
.header .header-top-box .header-top .header-top-left i {
  font-size: 16px;
  color: #fff;
}
.header .header-top-box .header-top .header-top-left p {
  font-size: 13px;
  color: #fff;
}
.header .header-top-box .header-top .header-top-right {
  display: flex;
  align-items: center;
}
.header .header-top-box .header-top .header-top-right .header-top-language {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.header .header-top-box .header-top .header-top-right .header-top-language i {
  margin-left: 3px;
}
.header .header-top-box .header-top .header-top-right .header-top-language .language {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  height: 35px;
  width: 45px;
  background-color: #888;
}
.header .header-top-box .header-top .header-top-right .header-top-language .language p {
  font-size: 13px;
  color: #2f2940;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
}
.header .header-top-box .header-top .header-top-right i {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.header .header-top-box .header-top .header-top-right p {
  font-size: 13px;
  color: #fff;
}
.header .header-top-box .header-top .header-top-right .header-top-phone {
  margin-left: 5px;
}
.header .header-top-box .header-top .header-top-right span {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin: 0 8px;
}
.header .header-top-box .header-top .header-top-right .header-top-order {
  width: 170px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #34a9ee;
  border-radius: 8px;
  padding: 0 5px;
}
.header .header-swipe {
  margin-top: -35px;
  position: relative;
}
.header .header-swipe .header-banner {
  height: 600px;
  background-color: #fff;
  background-image: url("../img/about/about-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .header-tab {
  background: rgba(0, 0, 0, 0.45);
  height: 85px;
  line-height: 85px;
  margin-top: -85px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .header-tab .header-tab-list {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header .header-tab .header-tab-list li {
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  position: relative;
}
.header .header-tab .header-tab-list li i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.header .header-tab .header-tab-list li ul {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #45aaff;
  top: 65px;
  left: 0;
  display: none;
  padding: 18px 0;
  z-index: 4;
}
.header .header-tab .header-tab-list li ul li {
  font-size: 17px;
  line-height: 20px;
  color: #2f2940;
  padding: 10px 20px;
  margin-right: 0;
}
.header .header-tab .header-tab-list li ul li:hover {
  color: #45aaff;
  margin-left: 5px;
}
.header .header-tab .header-tab-list li .header-tab-about {
  width: 220px;
}
.header .header-tab .header-tab-list li .header-tab-project {
  width: 350px;
}
.header .header-tab .header-tab-list .tab-on {
  color: #45aaff;
}
.header .header-tab .header-tab-list > a {
  display: inline-block;
}
.header .header-logo {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
}
.header .header-logo .logo {
  width: 65px;
}
.header .header-logo .logo img {
  width: auto;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 3;
}
.footer .footer-online {
  background: url("../img/footer-online-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 454px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.footer .footer-online .footer-online-con .footer-online-p {
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}
.footer .footer-online .footer-online-con .footer-online-btn {
  width: 285px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #269cff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footer-online .footer-online-con .footer-online-btn i {
  color: #fff;
  font-size: 27px;
}
.footer .footer-online .footer-online-con .footer-online-btn p {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.footer .footer-online .online-triangle-bot {
  border-top: 30px solid #fff;
}
.footer .footer-online .online-triangle-top {
  border-bottom: 30px solid #2b4168;
}
.footer .footer-info {
  background-color: #2b4168;
}
.footer .footer-info .footer-info-con {
  display: flex;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 113px;
}
.footer .footer-info .footer-info-con .footer-info-left {
  width: 50%;
}
.footer .footer-info .footer-info-con .footer-info-left h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-info .footer-info-con .footer-info-left p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.footer .footer-info .footer-info-con .footer-info-left .footer-info-contact {
  margin-top: 37px;
}
.footer .footer-info .footer-info-con .footer-info-left .footer-info-contact .info-contact-box {
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.footer .footer-info .footer-info-con .footer-info-left .footer-info-contact .info-contact-box i {
  display: inline-block;
  color: #fff;
  background-color: #1f2d48;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
.footer .footer-info .footer-info-con .footer-info-left .footer-info-contact .info-contact-box p {
  margin-left: 10px;
  width: 525px;
  line-height: 30px;
}
.footer .footer-info .footer-info-con .footer-info-right {
  width: 50%;
  display: flex;
  margin-left: 50px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-title p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-title span {
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-list ul {
  margin-bottom: 15px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-list ul li {
  font-size: 13px;
  color: #fff;
  margin-bottom: 7px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social {
  display: flex;
  align-items: center;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social i {
  display: inline-block;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .twitter {
  background-color: #00aced;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .facebook {
  background-color: #3b5998;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .weibo {
  background-color: #dd4b39;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .wechat {
  background-color: #007bb6;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .skype {
  background-color: #1f2d48;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-fast .info-fast-social .email {
  background-color: #1f2d48;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr {
  margin-left: 25px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-title p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-title span {
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-con {
  display: flex;
  align-items: center;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-con .info-qr-img {
  width: 108px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-con .info-qr-img img {
  width: 100%;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-con .info-qr-name {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
}
.footer .footer-info .footer-info-con .footer-info-right .footer-info-qr .info-qr-con .info-qr-name p:first-child {
  margin-bottom: 10px;
}
.footer .footer-bottom {
  background-color: #1d2637;
}
.footer .footer-bottom .footer-bottom-con {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.footer .footer-bottom .footer-bottom-con p:last-child {
  margin-left: 18px;
}
