@charset "UTF-8";
@keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_h2 {
  0% {
    transform: translate(-300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(-300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_h2 {
  0% {
    transform: translate(-300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(-300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_bg {
  0% {
    transform: translate(300px, 300px) rotate(0) scale(1);
    -webkit-transform: translate(300px, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_bg {
  0% {
    transform: translate(300px, 300px) rotate(0) scale(1);
    -webkit-transform: translate(300px, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_c01 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes part01_c01 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes part01_c02 {
  0% {
    transform: translate(0, 30px) rotate(0) scale(1);
    -webkit-transform: translate(0, 30px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_c02 {
  0% {
    transform: translate(0, 30px) rotate(0) scale(1);
    -webkit-transform: translate(0, 30px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_c03 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}

@-webkit-keyframes part01_c03 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}

@keyframes part01_c04 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
  }
}

@-webkit-keyframes part01_c04 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
  }
}

@keyframes part02_img {
  0% {
    transform: translate(0, 300px) rotate(0) scale(1);
    -webkit-transform: translate(0, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part02_img {
  0% {
    transform: translate(0, 300px) rotate(0) scale(1);
    -webkit-transform: translate(0, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part02_h2 {
  0% {
    transform: translate(300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part02_h2 {
  0% {
    transform: translate(300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #fff;
  text-align: left;
  position: relative;
  line-height: 20px;
  min-width: 1200px;
}

img {
  border: 0;
  position: relative;
}

.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

div, ul, dl, dd, dt, li, p, span, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
  word-wrap: break-word;
  position: relative;
  border: none;
  font-weight: 400;
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

a:hover {
  color: #4C91F8;
}

header, footer, nav, section, article, menu, aside {
  display: block;
  position: relative;
}

textarea {
  resize: none;
  font-family: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
}

input {
  font-family: "微软雅黑";
  font-size: 14px;
}

input:focus {
  outline: none;
}

.white, a.white {
  color: #fff;
}

.fc, a.fc {
  color: #4C91F8;
}

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.textover {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.absolute-r {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
}

.absolute-l {
  position: absolute;
  right: auto;
  left: 0px;
  top: 0px;
}

.cartoon {
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.text, input.text {
  border: none;
  background: none;
  font-family: "微软雅黑";
  line-height: 20px;
  height: 20px;
  width: 100%;
  font-size: 14px;
  resize: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.text:focus, input.text:focus {
  outline: none;
}

.sub, input.sub {
  border: none;
  background: #4C91F8;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.comhead {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  line-height: 90px;
  height: 90px;
  /* border-bottom: 1px solid #ddd; */
  background: transparent;
  z-index: 50;
}

.comhead .main {
  max-width: 1500px;
  min-width: 1000px;
  width: auto;
}

.comhead .logo {
  width: 250px;
  height: 90px;
}

.comhead .logo a {
  display: block;
  background: url("../images/logo.png") no-repeat left center;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.comhead i {
  display: block;
  width: 90px;
  height: 90px;
  background: #4C91F8 url("../images/nav.png") no-repeat center center;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.comhead i:hover {
  background-color: #4C91F8;
}

.comhead p {
  width: 130px;
  position: absolute;
  left: auto;
  top: 0;
  right: 90px;
  bottom: auto;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.comhead p:hover {
  background: #666;
}

.comhead nav {
  position: absolute;
  left: auto;
  top: 0;
  right: 100px;
  bottom: auto;
  text-align: right;
  display: none;
}

.comhead nav a {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
  font-size: 16px;
  line-height: 90px;
  height: 90px;
  padding: 0 30px;
}

.comhead nav a.sel {
  color: #fff;
}

.comhead nav a:hover {
  background: #4C91F8;
  color: #fff;
}

.comhead01 i {
  background-image: url("../images/close.png");
}

.comhead01 p {
  display: none;
}

.comhead01 nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.comfoot {
  width: 100%;
  border-top: 4px solid #4C91F8;
  background: #fff;
}

.comfoot .box01 {
  margin: 0 auto 60px;
  overflow: hidden;
  width: 900px;
  padding: 30px 0 0;
}

.comfoot .box01 .sys {
  float: right;
  width: 330px;
  border-left: 1px solid #ddd;
  overflow: hidden;
}

.comfoot .box01 .sys img {
  display: block;
  float: right;
  margin-left: 50px;
}

.comfoot .box01 section {
  float: left;
  width: 140px;
}

.comfoot .box01 section h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.comfoot .box01 section h3 a {
  color: #4C91F8;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.comfoot .box01 section p {
  margin-bottom: 5px;
}

.comfoot .box01 section p a {
  color: #999;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.comfoot .box01 section a:hover {
  color: #4C91F8;
}

.comfoot .box02 {
  border-top: 1px solid #ddd;
  line-height: 35px;
  height: 35px;
  text-align: center;
  color: #999;
}

.comfoot .box02 a {
  color: #999;
}

.friendsbox {
  width: 100%;
  background: #4C91F8;
  color: #fff;
  padding: 6px 0 10px;
}

.friendsbox section {
  padding-left: 80px;
  width: 1420px;
  margin: 0 auto;
  line-height: 23px;
}

.friendsbox section span {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
}

.friendsbox section a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
  margin-right: 5px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
  font-size: 14px;
}

.friendsbox section a:hover {
  background: #4C91F8;
}

.comhead_bg {
  width: 100%;
  height: 91px;
}

/* 首页↓ */
/* 以下是动画 */
@keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_h2 {
  0% {
    transform: translate(-300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(-300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_h2 {
  0% {
    transform: translate(-300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(-300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_bg {
  0% {
    transform: translate(300px, 300px) rotate(0) scale(1);
    -webkit-transform: translate(300px, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_bg {
  0% {
    transform: translate(300px, 300px) rotate(0) scale(1);
    -webkit-transform: translate(300px, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_c01 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes part01_c01 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes part01_c02 {
  0% {
    transform: translate(0, 30px) rotate(0) scale(1);
    -webkit-transform: translate(0, 30px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part01_c02 {
  0% {
    transform: translate(0, 30px) rotate(0) scale(1);
    -webkit-transform: translate(0, 30px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part01_c03 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}

@-webkit-keyframes part01_c03 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}

@keyframes part01_c04 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
  }
}

@-webkit-keyframes part01_c04 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
  }
}

@keyframes part02_img {
  0% {
    transform: translate(0, 300px) rotate(0) scale(1);
    -webkit-transform: translate(0, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part02_img {
  0% {
    transform: translate(0, 300px) rotate(0) scale(1);
    -webkit-transform: translate(0, 300px) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@keyframes part02_h2 {
  0% {
    transform: translate(300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

@-webkit-keyframes part02_h2 {
  0% {
    transform: translate(300px, 0) rotate(0) scale(1);
    -webkit-transform: translate(300px, 0) rotate(0) scale(1);
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    transform: translate(0px, 0) rotate(0) scale(1);
    -webkit-transform: translate(0px, 0) rotate(0) scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
}

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0px;
  padding: 0px;
  color: #666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background: 14px;
  text-align: left;
  position: relative;
}

header, footer, nav, section, article, menu, aside {
  display: block;
  position: relative;
}

/* 一些必要的样式，可根据需求更改 */
.indexout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.indexsum {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.indexsum article {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 1000px;
}

.indexsum article .bg {
  width: 100%;
  height: 90px;
  clear: both;
}

.indexsum article .box {
  overflow: hidden;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  margin: 0 auto;
}

#indexnum {
  position: fixed;
  right: 30px;
  top: 250px;
  z-index: 10;
}

#indexnum p {
  font-size: 0px;
  line-height: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(76, 145, 248, 0.3);
  margin-bottom: 10px;
}

#indexnum p.numsel {
  background: #4C91F8;
  width: 12px;
  height: 12px;
  left: -3px;
  border: 1px solid #fff;
}

.btn {
  visibility: hidden;
}

.indexpart01 {
  background: url("../images/index/part01_bg.png") no-repeat center top;
  background-size: cover;
}

.indexpart01 .box {
  /* background: url(../images/index/part01_bg.png) center center no-repeat;
  background-size: cover; */
  color: #fff;
}

.indexpart01 .img01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

.indexpart01 .box01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 760px;
  bottom: 500px;
  width: 1px;
  height: 1px;
  /* border: 1px solid red; */
}

.indexpart01 .box01 .li01 {
  position: absolute;
  left: -85px;
  bottom: -85px;
  /* border: 1px solid red; */
  width: 170px;
  height: 170px;
  background: linear-gradient(180deg, #006dc0, #e55ff2);
  box-shadow: 0px 7px 22px 2px rgba(98, 129, 216, 0.46);
  opacity: 0.8;
  border-radius: 20px;
  font-size: 32px;
  line-height: 85px;
  vertical-align: baseline;
  text-align: center;
}

.indexpart01 .box01 .li01 img {
  left: 56px;
  top: 63px;
}

.indexpart01 .box01 .li02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.indexpart01 .box01 .li02 p {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  /* background-size: cover; */
  background: rgba(76, 145, 248, 0.16);
  border-radius: 50%;
  color: #fff;
  width: 172px;
  height: 174px;
  border-radius: 20px;
  /* border: 1px solid blue; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexpart01 .box01 .li02 p:hover {
  background: rgba(76, 145, 248, 0.6);
}

.indexpart01 .box01 .li02 p:hover span {
  font-size: 22px;
}

.indexpart01 .box01 .li02 p {
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
}

.indexpart01 .box01 .li02 p .iconfont {
  flex-basis: 60px;
  font-size: 40px;
}

.indexpart01 .box01 .li02 p.p1 {
  left: -86px;
  top: -300px;
  /* color: #b5e589;  */
}

.indexpart01 .box01 .li02 p.p2 {
  left: 130px;
  top: -200px;
}

.indexpart01 .box01 .li02 p.p3 {
  left: 130px;
  top: 30px;
}

.indexpart01 .box01 .li02 p.p4 {
  left: -86px;
  top: 120px;
}

.indexpart01 .box01 .li02 p.p5 {
  left: -300px;
  top: 30px;
}

.indexpart01 .box01 .li02 p.p6 {
  left: -300px;
  top: -200px;
}

.indexpart01 .main {
  width: 1450px;
  padding: 200px 0 0 50px;
}

.indexpart01 .main h2 {
  font-size: 42px;
  line-height: 50px;
}

.indexpart01 .main h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpart01 .main h4 {
  font-size: 16px;
  /* color: #999; */
  max-width: 30%;
  word-break: break-all;
  line-height: 30px;
}

.indexpart01 .main .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpart01 .main .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpart01 .main p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 170px;
  height: 60px;
  background: url("../images/index/part01_02.jpg") no-repeat left center;
  background-size: auto 100%;
}

.indexpartH {
  background: url("../images/index/part02_bg.png") no-repeat center top;
  background-size: cover;
  color: #fff;
}

.indexpartH .main {
  width: 1500px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -750px;
}

.indexpartH section {
  width: 650px;
  position: absolute;
  right: 0;
  top: -670px;
}

.indexpartH section h2 {
  font-size: 42px;
  line-height: 50px;
}

.indexpartH section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpartH section h4 {
  font-size: 16px;
  line-height: 30px;
}

.indexpartH section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpartH section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpartH section p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  width: 140px;
  padding-top: 120px;
  text-align: center;
  background: url("../images/index/part02_05.png") no-repeat top center;
  font-size: 16px;
}

.indexpart02 {
  background: url("../images/index/part03_bg.png") no-repeat center top;
  background-size: cover;
  color: #fff;
}

.indexpart02 .main {
  width: 1500px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -750px;
}

.indexpart02 .img01 {
  position: absolute;
  left: -110px;
  top: auto;
  right: auto;
  bottom: 0;
}

.indexpart02 .img02 {
  position: absolute;
  left: 390px;
  top: auto;
  right: auto;
  bottom: 480px;
}

.indexpart02 .img03 {
  position: absolute;
  left: 450px;
  top: auto;
  right: auto;
  bottom: 0;
}

.indexpart02 section {
  width: 650px;
  position: absolute;
  right: 0;
  top: -670px;
}

.indexpart02 section h2 {
  font-size: 42px;
  line-height: 50px;
  color: #005f8a;
}

.indexpart02 section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpart02 section h4 {
  font-size: 16px;
  line-height: 30px;
}

.indexpart02 section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpart02 section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpart02 section p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  width: 140px;
  padding-top: 120px;
  text-align: center;
  background: url("../images/index/part02_05.png") no-repeat top center;
  font-size: 16px;
}

.indexpart03 {
  background: url("../images/index/part03_bg.png") no-repeat center top;
  background-size: cover;
}

.indexpart03 .main {
  width: 1500px;
}

.indexpart03 section {
  width: 650px;
  position: absolute;
  /* left: 200px; */
  top: 200px;
}

.indexpart03 section h2 {
  font-size: 42px;
  line-height: 50px;
  color: #4C91F8;
}

.indexpart03 section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpart03 section h4 {
  width: 80%;
  word-break: break-all;
  font-size: 16px;
  line-height: 30px;
}

.indexpart03 section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #4C91F8;
  border-radius: 15px;
  color: #4C91F8;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpart03 section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpart03 .box01 {
  width: 880px;
  height: 690px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  position: absolute;
  left: auto;
  top: 150px;
  right: 0;
  bottom: auto;
  /* width: 665px; */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.indexpart03 .box01 img {
  position: absolute;
}

.indexpart03 .box01 img:nth-child(1) {
  left: 16%;
  top: 18%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.indexpart03 .box01 img:nth-child(2) {
  left: 36%;
  top: 10%;
}

.indexpart03 .box01 img:nth-child(3) {
  left: 6%;
  top: 26%;
}

.indexpart03 .box01 img:nth-child(4) {
  left: 5%;
  top: 60%;
}

.indexpart03 .box01 img:nth-child(5) {
  left: 75%;
  top: 62%;
}

.indexpart03 .box01 img:nth-child(6) {
  left: 50%;
  top: 78%;
}

.indexpartC {
  background: url("../images/index/partC_bg.png") no-repeat center top;
  background-size: cover;
}

.indexpartC .main {
  color: #FFF;
  width: 1500px;
}

.indexpartC section {
  width: 650px;
  position: absolute;
  /* left: 200px; */
  top: 200px;
}

.indexpartC section h2 {
  font-size: 42px;
  line-height: 50px;
}

.indexpartC section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpartC section h4 {
  width: 80%;
  word-break: break-all;
  font-size: 16px;
  line-height: 30px;
}

.indexpartC section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 15px;
  color: #FFF;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpartC section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpartC .box01 {
  width: 680px;
  height: 690px;
  /* border: 1px solid red; */
  border-radius: 60px;
  position: absolute;
  left: auto;
  top: 200px;
  right: 0;
  bottom: auto;
  /* width: 665px; */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.indexpartC .box01 img {
  position: absolute;
  width: 210px;
}

.indexpartC .box01 img:nth-child(odd) {
  left: 15%;
}

.indexpartC .box01 img:nth-child(even) {
  right: 15%;
}

.indexpartC .box01 img:nth-child(1) {
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.indexpartC .box01 img:nth-child(2) {
  top: 0;
}

.indexpartC .box01 img:nth-child(3) {
  top: 18%;
}

.indexpartC .box01 img:nth-child(4) {
  top: 18%;
}

.indexpartC .box01 img:nth-child(5) {
  top: 36%;
}

.indexpartC .box01 img:nth-child(6) {
  top: 36%;
}

.indexpartC .box01 img:nth-child(7) {
  top: 54%;
}

.indexpartC .box01 img:nth-child(8) {
  top: 54%;
}

.indexpartC .box01 img:nth-child(9) {
  top: 80%;
}

.indexpart04 {
  background: url("../images/index/part04.png") no-repeat center top;
  background-size: cover;
}

.indexpart04 .main {
  width: 1500px;
}

.indexpart04 .img01 {
  position: absolute;
  left: 20px;
  top: 150px;
  right: auto;
  bottom: auto;
}

.indexpart04 section {
  width: 650px;
  position: absolute;
  right: 0px;
  top: 200px;
}

.indexpart04 section h2 {
  font-size: 42px;
  line-height: 50px;
  color: #4C91F8;
}

.indexpart04 section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpart04 section h4 {
  font-size: 16px;
  line-height: 30px;
}

.indexpart04 section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #4C91F8;
  border-radius: 15px;
  color: #4C91F8;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpart04 section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpart04 section p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  background: url("../images/index/part04_02.png") no-repeat center center;
  margin: 0 7px 20px 0;
}

/* .indexpart05 {
  background: url("../images/index/part05.png") no-repeat center top;
  background-size: cover; } */
.indexpart05 .main {
  width: 1500px;
}

.indexpart05 .img01 {
  background: url(../images/index/part05_bg.jpg) no-repeat top center;
  width: 1000px;
  height: 900px;
  transform: skewX(-8deg);
  background-size: cover;
  position: absolute;
  left: auto;
  top: 150px;
  right: 0;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.indexpart05 .img01 li {
  /* background-color: #fff; */
  flex: 1;
  border-right: 5px solid #fff;
  /* margin: 0 5px; */
  /* border: 1px solid red; */
  height: 900px;
  text-align: center;
  line-height: 900px;
  /* color: #fff; */
  font-size: 30px;
  position: relative;
}

.indexpart05 .img01 li span {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 900px;
  color: #fff;
  font-size: 30px;
  position: relative;
}

.indexpart05 .img01 li:last-child span {
  border: none;
}

.indexpart05 .img01 li:nth-child(odd) span {
  /* background-color: #49C1EE; */
  background: -moz-linear-gradient(top, transparent 0%, #49C1EE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #49C1EE));
  background: -webkit-linear-gradient(top, transparent 0%, #49C1EE 100%);
  background: -o-linear-gradient(top, transparent 0%, #49C1EE 100%);
  background: -ms-linear-gradient(top, transparent 0%, #49C1EE 100%);
  background: linear-gradient(to bottom, transparent 0%, #49C1EE 100%);
}

.indexpart05 .img01 li:nth-child(even) span {
  /* bottom: 500px; */
  background-color: #4C91F8;
  background: -moz-linear-gradient(top, #4C91F8 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C91F8), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, #4C91F8 0%, transparent 100%);
  background: -o-linear-gradient(top, #4C91F8 0%, transparent 100%);
  background: -ms-linear-gradient(top, #4C91F8 0%, transparent 100%);
  background: linear-gradient(to bottom, #4C91F8 0%, transparent 100%);
}

.indexpart05 section {
  width: 650px;
  position: absolute;
  left: 50px;
  top: 200px;
}

.indexpart05 section h2 {
  font-size: 42px;
  line-height: 50px;
  color: #4C91F8;
}

.indexpart05 section h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.indexpart05 section h4 {
  width: 60%;
  word-break: break-all;
  font-size: 16px;
  line-height: 30px;
}

.indexpart05 section .btn {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #4C91F8;
  border-radius: 15px;
  color: #4C91F8;
  margin: 15px 0 40px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.indexpart05 section .btn:hover {
  border-color: #49C1EE;
  color: #49C1EE;
}

.indexpart05 section p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  background: url("../images/index/part05_03.png") no-repeat center center;
  margin: 0 10px 20px 0;
}

.indexpart08 {
  background: url("../images/index/part08.png") no-repeat center top;
  background-size: cover;
}

.indexpart08 .tit {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  padding: 110px 0 80px;
}

.indexpart08 .info {
  width: 100%;
  /* background: url("../images/index/part08_01.png") no-repeat center center; */
  height: 314px;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 350px;
}

.indexpart08 .info ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.indexpart08 .info ul li {
  /* border: 1px solid red; */
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 210px;
  height: 300px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 100px 20px;
  position: relative;
}

.indexpart08 .info ul li:hover {
  background-color: #49C1EE;
}

.indexpart08 .info ul li img, .indexpart08 .info ul li p {
  position: absolute;
}

.indexpart08 .info ul li img {
  transform: translateX(-50%);
  top: 140px;
}

.indexpart08 .info ul li p {
  top: 300px;
  /* left: 0; */
}

.indexpart08 .info ul li:first-child img {
  width: 88px;
  flex-basis: 60px;
}

.indexpart08 .info ul li h3 {
  font-size: 22px;
  line-height: 1.5;
}

.indexpart08 .info ul li p {
  /* border: 1px solid red; */
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.indexpart08 .info ul li:last-child p, .indexpart08 .info ul li:first-child p {
  text-align: left;
}

/* 测试动画 */
.indexsum article .box {
  display: none;
}

.indexsum article.partsel .box {
  display: block;
}

/* 首页↑ */
/* js相关↓↓ */
.bannerbox {
  width: 920px;
  height: 270px;
  overflow: hidden;
}

.bannerbox li {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  padding-left: 390px;
  height: 240px;
  width: 530px;
}

.bannerbox li .a1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  height: 240px;
  width: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bannerbox li .a2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
  line-height: 30px;
  width: 100%;
  padding-top: 10px;
}

.bannerbox li .p1 {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 60px;
}

.bannerbox li .p2 {
  padding-left: 30px;
}

.bannerbox li .p2 a {
  color: #999;
}

.bannerbox li .p2 a:hover {
  color: #4C91F8;
}

.bannerbox .bannernum {
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
}

.bannerbox .bannernum span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: #ccc;
  line-height: 0px;
  font-size: 0px;
  margin: 0 5px;
  border-radius: 50%;
}

.bannerbox .bannernum span.numsel {
  background: #4C91F8;
}

/* js相关↑↑ */
.conbanner {
  display: block;
  width: 100%;
  height: 260px;
  background: url("../images/photos/banner01.png") no-repeat center top;
}

.pagenow {
  text-align: right;
  line-height: 40px;
  height: 40px;
  color: #999;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

.pagenow div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pagenow .a1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 20px;
  background: url("../images/now.png") no-repeat left center;
  color: #999;
}

.pagenow .a2 {
  color: #4C91F8;
}

.pagenow a:hover {
  color: #49C1EE;
}

.pagenow .time {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 80px;
  background: #fff;
  border: 2px solid #4C91F8;
  color: #000;
  text-align: center;
  line-height: 20px;
  padding: 12px 0;
}

.pagenow .time b {
  font-size: 24px;
  display: block;
  line-height: 30px;
}

.contit {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #666;
  padding: 50px 0 25px;
  line-height: 25px;
}

.contit h2 {
  font-size: 36px;
  line-height: 40px;
}

.contit i {
  display: block;
  width: 35px;
  height: 4px;
  background: #666;
  margin: 20px auto 15px;
  font-size: 0px;
  line-height: 0;
}

.serverbox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 70px;
  border: 1px solid #ddd;
}

.serverbox ul {
  width: 150%;
  overflow: hidden;
}

.serverbox ul li {
  float: left;
  width: 240px;
  background: #fff;
  overflow: hidden;
}

.serverbox ul li .box {
  width: 800px;
  overflow: hidden;
}

.serverbox ul li.sel {
  width: 480px;
}

.serverbox ul li.sel .box {
  left: -240px;
}

.serverbox ul li section {
  overflow: hidden;
  float: left;
  width: 220px;
  padding: 10px;
  height: 410px;
}

.serverbox ul li section.box01 {
  background: #fff;
}

.serverbox ul li section.box01 p {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  color: #000;
  padding: 10px 0 30px;
}

.serverbox ul li section.box01 i {
  display: block;
  width: 100%;
  height: 190px;
  background: url("../images/ico/product01.png") no-repeat center top;
}

.serverbox ul li section.box01 menu {
  width: 260px;
}

.serverbox ul li section.box01 menu span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  text-align: center;
  width: 100px;
  float: left;
  margin: 0 20px 10px 0;
}

.serverbox ul li section.box02 {
  background: url("../images/ico/server08.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.serverbox ul li section.box02 i {
  display: block;
  width: 100%;
  height: 250px;
  background: url("../images/ico/product01-1.png") no-repeat center center;
}

.serverbox ul li section.box02 p {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 15px;
}

.serverbox ul li section.box02 span {
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
}

.serverbox ul li section.box03 {
  background: #ffc200;
  color: #fff;
  font-size: 12px;
}

.serverbox ul li section.box03 p {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.serverbox ul li section.box03 span {
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
  display: block;
}

.serverbox ul li section.box03 a {
  display: block;
  width: 80px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  line-height: 25px;
  height: 25px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.serverbox ul li section.box03 a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
}

.serverbox ul li .sel02 section.box02 {
  background-image: url("../images/ico/server09.png");
}

.serverbox ul li .sel02 section.box03 {
  background: #a795e7;
}

.serverbox ul li .sel03 section.box02 {
  background-image: url("../images/ico/server10.png");
}

.serverbox ul li .sel03 section.box03 {
  background: #00d195;
}

.serverbox ul li .sel04 section.box02 {
  background-image: url("../images/ico/server11.png");
}

.serverbox ul li .sel04 section.box03 {
  background: #2aa3f6;
}

.serverimg {
  width: 100%;
  text-align: center;
  padding: 20px 0 70px;
}

.conbanner01 {
  display: block;
  width: 100%;
  height: 180px;
  background: url("../images/photos/banner02.png") no-repeat center center;
}

.serverlist {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.serverlist ul {
  width: 1220px;
}

.serverlist li {
  float: left;
  width: 390px;
  margin: 0 15px 0 0;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.serverlist li .a1 {
  display: block;
  padding: 30px;
}

.serverlist li .a1 img {
  display: block;
  height: 78px;
}

.serverlist li section {
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.serverlist li section .p1 {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.serverlist li section .p2 {
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  padding: 15px 0 25px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.serverlist li section .p3 {
  height: 60px;
  overflow: hidden;
}

.serverlist li .p4 {
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
  text-align: center;
  font-size: 16px;
  color: #999;
  padding: 15px 30px;
}

.serverlist li .p4 a {
  display: none;
  color: #4C91F8;
}

.serverlist li:hover {
  box-shadow: 1px 2px 10px #999;
}

.serverlist li:hover section {
  color: #fff;
  background: #4C91F8;
}

.serverlist li:hover section .p2 {
  color: #fff;
}

.serverlist li:hover .p4 {
  text-align: right;
}

.serverlist li:hover .p4 span {
  display: none;
}

.serverlist li:hover .p4 a {
  display: inline;
}

.newslist {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  padding: 20px 0 50px;
}

.newslist li {
  padding: 30px 0 30px 360px;
  width: 740px;
  border-bottom: 1px solid #ddd;
  height: 198px;
}

.newslist li .a1 {
  display: block;
  width: 298px;
  height: 198px;
  position: absolute;
  left: 0;
  top: 30px;
  right: auto;
  bottom: auto;
  overflow: hidden;
}

.newslist li .a1 img {
  display: block;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.newslist li .a2 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0 10px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.newslist li .p1 {
  color: #999;
}

.newslist li .p2 {
  margin: 10px 0 25px;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
}

.newslist li .p3 {
  text-align: right;
}

.newslist li .p3 a {
  display: none;
  padding: 0 30px;
  line-height: 32px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  background: #4C91F8;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.newslist li .p3 a:hover {
  background: #49C1EE;
}

.newslist li:hover .a1 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.newslist li:hover .p3 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.listpage {
  width: 100%;
  text-align: center;
  line-height: 35px;
}

.listpage span, .listpage a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  color: #777;
}

.listpage .a1 {
  padding: 0 13px;
  border-radius: 3px;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.listpage .a1:hover {
  color: #fff;
  background: #00489b;
}

.listpage .sel {
  color: #fff;
  background: #00489b;
}

.listpage .sp2 {
  color: #00489b;
  font-weight: bold;
  margin-left: 40px;
}

.essaybox {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.essaybox .tit {
  font-size: 30px;
  line-height: 40px;
  padding: 20px 0 25px;
  text-align: center;
}

.essaybox .time {
  width: 80%;
  margin: 0 auto 15px;
  border-top: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
}

.essaybox .time span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  top: -15px;
  padding: 0 15px 0 50px;
}

.essaybox .time span.sp1 {
  background: #fff url("../images/ico/essay01.png") no-repeat 22px center;
}

.essaybox .time span.sp2 {
  background: #fff url("../images/ico/essay02.png") no-repeat 22px center;
}

.essaybox .box {
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50px;
}

.essaybox .box img {
  max-width: 100%;
}

.essaybox .box01 {
  padding-left: 60px;
  min-height: 35px;
}

.essaybox .box01 .sp1 {
  position: absolute;
  left: 0;
  top: 7px;
  right: auto;
  bottom: auto;
}

.essaybox .btn01, .essaybox .btn02 {
  margin-top: 20px;
  padding-left: 35px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.essaybox .btn01 i, .essaybox .btn02 i {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  background: #555 url("../images/ico/essay03.png") no-repeat center center;
}

.essaybox .btn01:hover i, .essaybox .btn02:hover i {
  background-color: #4C91F8;
}

.essaybox .btn02 i {
  background-image: url("../images/ico/essay04.png");
}

.conleft {
  width: 199px;
  float: left;
}

.conleft h2 {
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #eee;
}

.conleft menu {
  width: 100%;
  padding-top: 15px;
}

.conleft menu a {
  display: block;
  color: #777;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.conleft menu a.sel, .conleft menu a:hover {
  border-right: 4px solid #4C91F8;
  color: #4C91F8;
}

.conright {
  width: 1000px;
  float: right;
  border-left: 1px solid #eee;
  min-height: 500px;
  overflow: hidden;
}

.conright img {
  max-width: 100%;
}

.conright article {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  line-height: 30px;
  font-size: 16px;
}

.conright article .p1 {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 50px;
  width: 100%;
  color: #333;
}

.mapinfo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
}

.mapinfo li {
  width: 33.3%;
  float: left;
}

.mapinfo li img {
  height: 120px;
}

.mapinfo li .p1 {
  font-weight: bold;
  color: #000;
  padding-top: 20px;
}

.mapinfo li .p2 {
  height: 90px;
  padding-top: 20px;
}

.mapbox {
  width: 100%;
  height: 320px;
  z-index: 10;
}

.mapbox section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 440px;
}

.leavebox {
  width: 100%;
  height: 550px;
  padding-top: 130px;
  background: url("../images/ico/map04.png") no-repeat center top;
  overflow: hidden;
}

.leavebox .contit {
  color: #fff;
}

.leavebox .contit i {
  background: #fff;
}

.leavebox .box {
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -390px;
  width: 600px;
  padding: 60px 90px 0;
  height: 400px;
  background: url("../images/ico/map05.png") repeat;
  border: 1px solid #fff;
  border-radius: 10px;
}

.leavebox .box .text {
  line-height: 45px;
  height: 45px;
  background: #fff;
  float: left;
  width: 270px;
  padding: 0 10px;
}

.leavebox .box .text01 {
  float: right;
}

.leavebox .box .text02 {
  width: 152px;
}

.leavebox .box textarea {
  background: #fff;
  padding: 10px;
  width: 580px;
  border: none;
  margin: 20px 0;
  height: 100px;
}

.leavebox .box .yzm {
  display: block;
  height: 45px;
  width: 118px;
  background: #f6f6f6 url("../images/photos/yzm.jpg") no-repeat center center;
  float: left;
}

.leavebox .box .sub {
  width: 290px;
  line-height: 45px;
  height: 45px;
  background: #147ac1;
  color: #fff;
  font-size: 16px;
  float: right;
}

.leavebox .box .sub:hover {
  background: #4C91F8;
}

.usbanner {
  display: block;
  width: 100%;
  height: 200px;
  background: url("../images/photos/banner06.jpg") no-repeat center top;
}

.abouttext {
  line-height: 25px;
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.aboutimg {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.aboutimg p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  color: #999;
}

.aboutimg p img {
  height: 95px;
}

.aboutimg p span {
  display: block;
  padding-top: 5px;
}

.aboutinfo {
  width: 100%;
  background: url("../images/ico/about07.png") no-repeat center top;
  height: 511px;
}

.aboutinfo .contit {
  padding-top: 120px;
}

.aboutinfo .main {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  height: 240px;
  overflow: hidden;
}

.aboutinfo .box01 {
  float: left;
  width: 700px;
  line-height: 30px;
}

.aboutinfo .box02 {
  width: 240px;
  height: 240px;
  float: right;
  background: #077fb2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.aboutinfo .box02 p {
  padding: 70px 0 20px;
}

.aboutinfo .box02 i {
  width: 35px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  display: block;
}

.aboutinfo .img01 {
  display: block;
  float: right;
  width: 240px;
  height: 240px;
  overflow: hidden;
}

.aboutphoto {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 120px;
}

.aboutphoto .box01, .aboutphoto .box02, .aboutphoto .box03 {
  width: 240px;
  height: 240px;
  float: left;
  background: #077fb2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.aboutphoto .box01 p, .aboutphoto .box02 p, .aboutphoto .box03 p {
  padding: 70px 0 20px;
}

.aboutphoto .box01 i, .aboutphoto .box02 i, .aboutphoto .box03 i {
  width: 35px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  display: block;
}

.aboutphoto .box02 {
  background: #4C91F8;
}

.aboutphoto .box03 {
  background: #4C91F8;
  margin-left: 240px;
  padding: 0 0 0 10px;
  width: 230px;
  text-align: left;
}

.aboutphoto .box03 h2 {
  font-size: 48px;
  font-weight: bold;
  padding-top: 80px;
  color: #077fb2;
  line-height: 50px;
  font-family: "Agency FB";
}

.aboutphoto .img01 {
  display: block;
  float: left;
  overflow: hidden;
  width: 240px;
  height: 240px;
}

.aboutphoto .img04 {
  float: left;
  overflow: hidden;
  width: 480px;
  height: 240px;
}

/*# sourceMappingURL=style.css.map */
.indexpartH section {
  width: 900px;
  position: absolute;
  right: 0;
  top: -750px;
}

.indexpartH section h2 {
  text-align: center;
  padding-bottom: 70px;
}

.indexpartH section h2 img {
  margin-right: 34px;
}

.indexpartH section h4 {
  line-height: 40px;
}

.indexpart08 {
  background: none;
}

.indexpart08 .tit {
  color: #333;
  font-size: 32px;
  font-weight: 300;
  padding: 60px 0;
}

.indexpart08 .tab {
  width: 1200px;
  margin: 20px auto;
}

.indexpart08 #tab-nav {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #C4C9EF;
  text-align: center;
  line-height: 40px;
}

.indexpart08 #tab-nav li {
  width: 144px;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 20px;
  color: #6776E8;
}

.indexpart08 #tab-nav li.tab-active {
  background: #6776E8;
  color: #fff;
}

.indexpart08 #tab-content {
  width: 1200px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #c5c5c5;
  border-top: none;
}

.indexpart08 #tab-content li {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  display: none;
}

.indexpart08 #tab-content .crm {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.indexpart08 #tab-content .crm .crm-desc {
  color: #333;
}

.indexpart08 #tab-content .crm .crm-desc h2 {
  font-size: 22px;
  padding-bottom: 60px;
}

.indexpart08 #tab-content .crm .crm-desc p {
  font-size: 18px;
  line-height: 43px;
}

.indexpart08 .info ul li {
  height: 350px;
}

.indexpart08 .info ul li span {
  display: block;
  width: 200px;
  height: 6px;
  margin: 40px 0;
  background-color: #00FFFF;
}

.indexpart08 .info ul li p {
  text-align: left !important;
  top: 230px;
  font-size: 16px;
  font-weight: 300;
}

.indexpart08 .info ul li .hover {
  display: none;
}

.indexpart08 .info ul li:hover {
  background: #6776E8 !important;
  box-shadow: 3px 5px 40px 0px rgba(126, 121, 201, 0.43);
}

.indexpart08 .info ul li:hover .hover {
  display: block;
}

.indexpart08 .info ul li:nth-child(1) {
  background-image: url("../images/holly/gaoxiao.png");
}

.indexpart08 .info ul li:nth-child(2) {
  background-image: url("../images/holly/zhineng.png");
}

.indexpart08 .info ul li:nth-child(3) {
  background-image: url("../images/holly/anquan.png");
}

.indexpart08 .info ul li:nth-child(4) {
  background-image: url("../images/holly/zhuanye.png");
}

.tit {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 80px 0;
}

.subtit {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
}

.indexpart09 .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  padding: 10px 0;
}

.indexpart09 .info {
  width: 100%;
  height: 314px;
}

.indexpart09 .info ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.indexpart09 .info ul li {
  flex-basis: 290px;
  text-align: center;
}

.indexpart09 .info ul li p {
  padding: 15px 0;
  color: #333;
  font-size: 17px;
}

.indexpart09 .info ul li div {
  text-align: center;
  font-size: 16px;
  width: 290px;
  height: 320px;
  background-size: cover;
  position: relative;
}

.indexpart09 .info ul li div h3 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 90px 0;
}

.indexpart09 .info ul li .hover {
  display: none;
}

.indexpart09 .info ul li div:hover {
  color: #fff;
  box-shadow: 3px 5px 40px 0px rgba(126, 121, 201, 0.43);
}

.indexpart09 .info ul li div:hover h3 {
  background: rgba(103, 118, 232, 0.7);
}

.indexpart09 .info ul li div:hover .hover {
  display: block;
}

.indexpart09 .info ul li:nth-child(1) div {
  background-image: url("../images/holly/jinrong.png");
}

.indexpart09 .info ul li:nth-child(2) div {
  background-image: url("../images/holly/jiaoyu.png");
}

.indexpart09 .info ul li:nth-child(3) div {
  background-image: url("../images/holly/kefu.png");
}

.indexpart09 .info ul li:nth-child(4) div {
  background-image: url("../images/holly/hulianwang.png");
}

.indexpart09 .info ul li:nth-child(5) div {
  background-image: url("../images/holly/zhengfu.png");
}

.indexpart09 .info ul li:nth-child(6) div {
  background-image: url("../images/holly/wuliu.png");
}

.indexpart09 .info ul li:nth-child(7) div {
  background-image: url("../images/holly/fangdichan.png");
}

.indexpart09 .info ul li:nth-child(8) div {
  background-image: url("../images/holly/qiche.png");
}

.indexpart10 .main {
  width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
}

.indexpart10 ul {
  margin-left: 100px;
}

.indexpart10 ul li span {
  color: #5F86EE;
  line-height: 40px;
  font-size: 22px;
  position: relative;
}

.indexpart10 ul li span::before {
  display: block;
  position: absolute;
  left: -25px;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5F86EE;
}

.indexpart10 ul li p {
  color: #333;
  line-height: 40px;
  font-size: 18px;
  max-width: 600px;
}

.indexpart11 .tab {
  width: 1200px;
  margin: 20px auto;
}

.indexpart11 #case-tab-nav {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #C4C9EF;
  text-align: center;
  line-height: 40px;
}

.indexpart11 #case-tab-nav li {
  width: 144px;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 20px;
  color: #6776E8;
}

.indexpart11 #case-tab-nav li.tab-active {
  background: #6776E8;
  color: #fff;
}

.indexpart11 #case-tab-content {
  width: 1200px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #c5c5c5;
  border-top: none;
}

.indexpart11 #case-tab-content li {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  display: none;
}

.indexpart11 #case-tab-content .crm {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.indexpart11 #case-tab-content .crm .crm-desc {
  margin-right:50px;
  color: #333;
}

.indexpart11 #case-tab-content .crm .crm-desc h2 {
  font-size: 22px;
  padding-bottom: 60px;
}

.indexpart11 #case-tab-content .crm .crm-desc p {
  font-size: 18px;
  line-height: 43px;
}

.indexpart12 .tit {
  padding: 30px 0;
}

.indexpart12 ul {
  width: 1200px;
  margin: 80px auto 0;
}

.indexpart12 .icons {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.indexpart12 .icons h4 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
}

.indexpart12 .icons p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.indexpart12 .tables li {
  display: flex;
  margin-bottom: 2px;
}

.indexpart12 .tables li h4 {
  flex-basis: 300px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #6776E8;
}

.indexpart12 .tables li p {
  flex: 1;
  padding-left: 70px;
  height: 120px;
  line-height: 40px;
  display: flex;
  align-items: center;
  background-color: #F3F4F5;
  font-size: 18px;
  font-weight: 300;
}

.indexpart04 {
  background-image: url("../images/holly/bg4.png");
}

.indexpart04 .tit {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0;
}
