
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
}

body {
  font-family: STHeiti, "Microsoft YaHei", "华文细黑", "微软雅黑", SimHei, SimSun;
  margin: 0;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

div {
  box-sizing: border-box;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}


template, /* 1 */
[hidden] {
  display: none;
}


a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}


a:active,
a:hover {
  outline-width: 0;
}


abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

optgroup {
  font-weight: bold;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


/**
 * custom css
 */

#fullPage {
  overflow-x: scroll;
}

#menu li {
  vertical-align:top;
  display:inline-block;
  margin: 0 30px;
}

#menu li.active{
  border-top: 2px solid #00f7ee;
}

#menu li a{
  text-decoration:none;
  color: #F3E9E9;
  margin-top: 18px;
}

#menu li a,
#menu li.active a{
  padding: 9px 12px 0;
  display:block;
}

#menu li.active a{
  padding: 7px 12px 0;
  display:block;
  color: #00f7ee;
}

#menu{
  position:fixed;
  top:0;
  left:0;
  z-index: 70;
  width: 100%;
  padding: 0;
  height: 95px;
  margin: 0 auto;
  text-align: center;
}

#menu #logo1 {
  margin-bottom: 0 !important;
  padding-top: 7px;
}

#menu-item4 {
  
}

.menu{
  background: url(../image/nav-bg1.png) top center no-repeat;
}

.white-menu {
  background: url(../image/nav-bg2.png) top center no-repeat !important;
}

.white-menu {
  background: url('../image/nav-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.white-menu {
  background: url(../image/nav-bg2.png) top center no-repeat !important;
  /*background-color: rgba(255, 255, 255, 0.8);*/
}

.white-menu li{
  vertical-align:top;
}
.white-menu li a{
  color: #606060 !important;
  margin-top: 18px !important;
}
.white-menu li.active a{
  color: #27b6b1 !important;
}
.white-menu li #logo1 {
  margin-bottom: 0 !important;
  padding-top: 7px;
}

.min-height-section {
  width: 100%;
  min-width: 1200px;
  min-height: 682px;
}

.home-section{
  background-image: url("../image/sc1.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  color: white;
}

.home-section .left, .home-section .right{
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
.home-section .left{
  width: 55%;
}

.home-section .right{
  width: 45%;
}

.home-content {
  position: absolute;
  top: 35%;
  right: 6%;
  text-align: right;
}

.home-content .text1{
  font-size: 1.5em;
  color: #cecece;
}
.home-content .text2{
  font-size: 3.8em;
  color: #00f7ee;
  line-height: 70px;
  margin: 14px 50px 30px 14px;
}
.home-content .text2::before {
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  height: 0;
  border-top: 1px solid #00f7ee;
  right: 10%;
}

.home-content .text2::after {
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  height: 0;
  border-top: 1px solid #00f7ee;
  right: 20%;
  margin-top: 3px;
}

.home-content .text3 {
  color: #f6f9fa;
  margin-right: 90px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.home-content .text4 {
  color: #f6f9fa;
  margin-right: 110px;
}

.home-right-content {
  position: absolute;
  top: 62%;
}

.home-right-content .text5 {
  margin-bottom: 10px;
}

.team-section{
  background-image: url("../image/sc3.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  color: white;
  position: relative;
}

.team-description{
  position: absolute;
  top: 17%;
  text-align: center;
  width: 100%;
}

.team-description .title{
  color: #00f7ee;
  font-size: 2em;
  margin-bottom: 15px;
}
.team-description .myboss {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.9em;
  color: #d4d3d3;
}


.team-photo {
  overflow: hidden;
  margin-top: 20px;
}

.photos-container {
  height: 500px;
}

.photos {
  height: 500px;
  white-space: nowrap;
}

.server-container .buttons {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  width: 90px;
  font-size: 0.9em;
  padding: 4px;
  border-radius: 5px;
}

.btn-blue {
  background: #00f7ee;
  color: white;
}

.btn-blue2 {
  background: #0eb4ae;
  color: white;
}

.img-wrap {
  background-image: url("../image/person-border.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 183px;
  height: 215px;
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
  position: relative;
}

.img-wrap-after::after {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 5px;
  background-image: url("../image/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.img-wrap .avatar img {
  margin-top: 7px;
  width: 171px;
  height: 203px;
}

.user-icon {
  display: inline-block;
}

.user-icon img {
  height: 20px;
  width: 20px;
}

.person-info {
  position: absolute;
  margin-top: 7px;
  margin-left: 6px;
  width: 171px;
  height: 203px;
  background: rgba(12, 218, 211, 0.5)
}
.person-info .click-icon {
  height: 140px;
  width: 100%;
  margin: 0 auto;
  line-height: 209px;
}
.person-info .click-icon img {
  width: 40px;
  height: 40px;
}
.person-info .job {
  font-size: 14px;
  color: #c4fffd;
  margin-top: 8px;
}

.person-info .footer-info {
  background: rgba(0, 219, 211, 0.9);
  text-align: left;
  padding-left: 10px;
  padding-top:8px;
  height: 63px;
}

.footer-info .name {
  font-size: 1.3em;
}

.detail-info {
  width: 1116px;
  height: 134px;
  background: url('../image/person-text.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  margin-top: 35px;
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
}

.detail-info .head{
  margin-left: 15px;
  text-align: left;
}

.detail-info .name {
  font-size: 18px;
  color: #fff;
}

.detail-info .job {
  font-size: 14px;
  color: #cacaca;
}

.detail-info .content {
  margin: 15px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  white-space: normal;
}

.about-section{
  background: white;
  overflow-x: scroll;
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
}

.about-container {
  position: absolute;
  min-width: 1200px;
  top: 16%;
  text-align: center;
  width: 100%;
}

.about-title {
  color: rgba(0, 168, 162, 1);
  font-size: 2em;
  margin-bottom: 15px;
  width: 100%;
}

.about-desc {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.9em;
  color: #555555;
}

.about-detail {
  min-height: 386px;
  width: 100%;
  background: #4cadff;
  position: relative;
}

.yellow-bar {
  width: 69.2%;
  height: 8px;
  background: #ffca3c;
  margin-bottom: 2px;
  margin-top: 26px;
}

.yellow-bar::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0;
  left: 68.6%;
  border-top: 8px solid #ffca3c;
  border-right: 4px solid transparent;
  border-left: 8px solid transparent;
}

.about-detail .map-wrap {
  position: absolute;
  right: 0;
  height: 100%;
  width: 44%;
  display: inline-block;
}

.about-detail .map-wrap img {
  height: 100%;
  float: right;
  width: 100%;
}

.about-content {
  width: 50%;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 8%;
}

.about-content .text1 {
  font-size: 36px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
}

.about-content .text2 {
  font-size: 20px;
  color: #c0e2ff;
  margin-bottom: 15px;
}

.about-content .text3 {
  width: 90%;
  line-height: 2em;
}

.about-content .text4 {
  width: 85%;
  line-height: 2em;
  margin-top: 10px;
}

.footer-container {
  height: 100px;
  width: 100%;
  background: #082828;
  padding-top: 30px;
  color: #697376;
  font-size: 14px;
}

.dsp-inline {
  display: inline-block;
  vertical-align: top;
}

.footer-logo {
  width: 15%;
  text-align: right;
}

.footer-logo img {
  padding-right: 20px;
  margin-top:-10px;
}

.footer-logo::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 40px;
  border-left: 1px solid #697376;
  left: 15%;
  top: 32px;
}

.site-info {
  width: 45%;
  line-height: 24px;
  padding-left: 20px;
}

.address {
  color: #7f9095;
  width: 34%;
}

.address span {
  margin-right: 20px;
  margin-bottom: 2px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}
.address img {
  margin-right: 3px;
}

.server-section{
  background: #f4f7f9;
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
}

.server-container {
  position: absolute;
  top: 16%;
  text-align: center;
  width: 100%;
  height: 100%;
}

.server-title {
  font-size: 2em;
  color: #07a8a2;
  margin-bottom: 15px;
}

.server-desc {
  width: 80%;
  margin: 20px auto;
  line-height: 1.9em;
  color: #888888;
}

.product-content {
  width: 49%;
  text-align: left;
  padding-left: 5%;
}

.product-img {
  width: 50%;
  float: right;
}

.product-content .title {
  font-size: 36px;
  color: #333;
  margin-top: 40px;
}

.server-detail .description {
  line-height: 2em;
  color: #555555;
  padding-top: 20px;
}

.product-img img {
  width: 100%;
}

.service-img {
  width: 50%;
  height: 100%;
  text-align: center;
}

.server-detail {
  text-align: left;
  height: 50%;
  margin-top: 30px;
}

.service-img img {
  height: 100%;
}

.service-content {
  width: 49%;
  padding-left: 50px;
}

.service-content .description {
  width: 70%;
}

.service-content .title {
  font-size: 2em;
  color: #333;
  margin: 10px 0;
}

.desc-item {
  margin-top: 15px;
}

.desc-item .title {
  font-size: 20px;
  color: #444444;
  margin: 0;
  line-height: 32px;
}

.desc-item p {
  font-size: 16px;
  color: #636363;
  line-height: 26px;
  width: 80%;
  padding-left: 34px;
  margin: 0;
}

.miitbeian {
  color:#697376;
  text-decoration: none;
}
