@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.textleft {
  text-align: left;
}
.left {
  float: left;
  position: relative;
}
.right {
  float: right;
  position: relative;
}
.back {
  background: #f7f9fc;
}
.close {
  cursor: pointer;
  color: white;
  border-radius: 12px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  font-size: 30px;
  padding: 1px;
  top: -30px;
  right: 0;
  position: absolute;
}
/* use cross as close button */
.close::before {
  content: "\2716";
}
/* 样式重置 */
body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
table {
  /* table间间隙 */
  border-collapse: collapse;
}
input,
textarea {
  /* 取消chrome输入框得到焦点变色的效果 */
  outline: none;
}
textarea {
  /* 取消变大变小功能 */
  resize: none;
  overflow: auto;
}
header,
footer,
section {
  position: relative;
  display: block;
  width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
/* end 样式重置结束 */
header {
  position: absolute;
  color: rgba(255, 255, 255, 0.55);
  z-index: 10000;
}
header .header-top {
  font-size: 14px;
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .header-top p.left {
  top: 13px;
  letter-spacing: 0.04em;
}
header .header-top p.right {
  top: 9px;
}
header .header-top p.right a {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.55);
}
header .header-top p.right a.login {
  margin-right: 18px;
}
header .header-top p.right a.login:hover {
  color: #0090f8;
}
header .header-top p.right a.registe {
  display: inline-block;
  width: 48px;
  line-height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-align: center;
  border-radius: 2px;
}
header .header-top p.right a.registe:hover {
  color: #009fe8;
  border-color: #0090f8;
}
header .header-nav {
  white-space: nowrap;
}
header .header-nav > .container {
  margin-top: 17px;
}
header .header-nav > .container > a {
  float: left;
  margin-right: 66px;
  line-height: 0;
}
header .header-nav .ul1 {
  position: relative;
  float: left;
}
header .header-nav .ul1 a {
  color: white;
  display: block;
}
header .header-nav .ul1 > li {
  float: left;
  position: relative;
}
header .header-nav .ul1 > li > a {
  line-height: 40px;
  padding: 0 30px;
  font-weight: bold;
}
header .header-nav .ul1 > li.active > a {
  color: #0090f8;
}
header .header-nav .ul1 > li.active > .ul2 {
  display: block;
}
header .header-nav .ul1 .bottom-line {
  height: 3px;
  background: #0090f8;
  position: absolute;
  bottom: 0px;
}
header .header-nav .ul2,
header .header-nav .ul3 {
  position: absolute;
  background: #1d2023;
}
header .header-nav .ul2 li:hover,
header .header-nav .ul3 li:hover {
  background: rgba(35, 39, 43, 0.89);
}
header .header-nav .ul2 {
  font-size: 14px;
  top: 40px;
  left: 50%;
  display: none;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .header-nav .ul2 > li {
  position: relative;
}
header .header-nav .ul2 > li a {
  line-height: 40px;
  padding: 0px 30px;
}
header .header-nav .ul2 > li:hover .ul3 {
  display: block;
}
header .header-nav .ul3 {
  font-size: 12px;
  left: 100%;
  top: 0px;
  display: none;
}
hr {
  height: 1px;
  border: none;
  background: #dcdcdc;
  margin-top: 20px;
  margin-bottom: 63px;
}
.container {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
ul.withdot > li {
  position: relative;
  padding-left: 36px;
}
ul.withdot > li:before {
  content: "";
  background: #0070a2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
/*关于我们 top-nav导航*/
section.aboutus-top-nav {
  padding: 0 !important;
  background: #eef2f7;
  height: 60px;
  z-index: 10;
}
section.aboutus-top-nav .container > ul {
  height: 60px;
  text-align: center;
  zoom: 1;
}
section.aboutus-top-nav .container > ul:after {
  display: block;
  content: "";
  clear: both;
}
section.aboutus-top-nav .container > ul > li {
  width: 122px;
  height: 100%;
  float: left;
  position: relative;
}
section.aboutus-top-nav .container > ul > li.active {
  border-bottom: 3px solid #0090f8;
}
section.aboutus-top-nav .container > ul > li a {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  width: 100%;
}
section.aboutus-top-nav .container > ul > li:nth-child(1) {
  margin-left: 20px;
}
section.aboutus-top-nav .container > ul > li:nth-child(2) {
  margin-left: 118px;
}
section.aboutus-top-nav .container > ul > li:nth-child(3) {
  margin-left: 138px;
}
section.aboutus-top-nav .container > ul > li:nth-child(4) {
  margin-left: 128px;
}
section.aboutus-top-nav .container > ul > li:nth-child(5) {
  margin-left: 124px;
}
section.aboutus-top-nav a {
  color: #4d4d4d;
}
footer {
  text-align: center;
  background: #2f2f2f;
  color: #999;
}
footer .foot-top {
  text-align: left;
  height: 142px;
  border-bottom: 1px solid #464545;
  padding-top: 36px;
}
footer .foot-top .container {
  height: 100%;
  zoom: 1;
}
footer .foot-top .container:after {
  display: block;
  content: "";
  clear: both;
}
footer .foot-top .container > a {
  float: left;
  margin-right: 148px;
  margin-top: 28px;
}
footer .foot-top .container > div {
  float: left;
}
footer .foot-top .container > div label {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}
footer .foot-top .container > div a {
  font-size: 12px;
  line-height: 22px;
  color: #999;
}
footer .foot-top .container > div a:hover {
  color: white;
}
footer .foot-top .container .product {
  width: 248px;
}
footer .foot-top .container .method {
  width: 264px;
}
footer .foot-top .container .aboutus {
  width: 215px;
}
footer .foot-top .container .seeme {
  float: right;
  width: 99px;
  height: 99px;
}
footer .foot-top .container .seeme img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .foot-top .container .seeme p {
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}
footer > .container {
  line-height: 70px;
  font-size: 12px;
}
footer > .container span {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(/static/image/aeb91d5501ef041a5e4defe6a7234b19.png) -343px 0px no-repeat;
  margin: 0 5px;
  vertical-align: -5px;
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.textleft {
    text-align: left;
}

.left {
    float: left;
    position: relative;
}

.right {
    float: right;
    position: relative;
}

.back {
    background: #f7f9fc;
}

.close {
    cursor: pointer;
    color: white;
    border-radius: 12px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 30px;
    padding: 1px;
    top: -30px;
    right: 0;
    position: absolute;
}

/* use cross as close button */
.close::before {
    content: "\2716";
}

div.jumbotron {
    height: 460px;
    background: url(/static/image/32ebfd705bb3297c396e4a642c728ebc.png);
    background-position: center center;
}

div.jumbotron div.wrapper {
    color: white;
    position: absolute;
    left: 80px;
    top: 200px;
    letter-spacing: 0.2em;
}

div.jumbotron div.wrapper p:nth-child(1) {
    font-size: 34px;
}
div.jumbotron div.wrapper p:nth-child(2) {
    font-size: 34px;
    margin-bottom: 36px;
}
div.jumbotron div.wrapper p:nth-child(3) {
    font-size: 14px;
}
.main .all .container{
    width: 1160px;
    margin: 200px  auto 175px auto;
    position: relative;
}
.main .all .model{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .all .model>li {
    display: flex;
    box-sizing: border-box;
    width: 559px;
    height: 260px;
    border-radius: 35px;
    background: linear-gradient(245deg, rgba(51, 185, 189, 0.00) -43%, #33B7BB -43%, #FFFFFF 30%);
    box-shadow: 0px 12px 10px 0px rgba(24, 24, 30, 0.28);
    margin-bottom: 50px;
    padding: 70px 40px; 
/* background:url('../image/networkAcceleration/bg.png')  */
}
.main .all img {
    display: block ;
    width: 109.78px;
    height: 110.62px;
    margin-right: 44px;
}
.main .all .model>li .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 25.5px;
    margin-bottom: 9px;
}
.main .all .model>li .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25.5px;
}
.main .around .aroundContent {
    width:1160px ;
    height: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;   
    position: relative; 
}
.main .around .aroundContent .aroundImg {
    width: 431px;
    height: 416px;
    display: block;
}
.main .around .aroundContent .aroundImg img {
    width: 431px;
    height: 416px;
    display: block;
}
.main .around .aroundContent .text  {
    width: 190px;
}
.main .around .aroundContent .text .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 25.5px;
    margin-bottom: 20px;
}
.main .around .aroundContent .text .dec {
    font-size: 16;
    line-height: 25.5px;
}
.main .around .aroundContent .item1{
    position: absolute;
    top: 0;
    left: 100px;
    
}

.main .around .aroundContent .item2 {
    position: absolute;
    top: 0;
    right: 100px;
    
}
.main .around .aroundContent .item3 {
    position: absolute;
    top: 300px;
    left: 0;
    
}

.main .around .aroundContent .item4 {
    position: absolute;
    top: 300px;
    right: 0;
    
}

.main .around .aroundContent .item5 {
    position: absolute;
    bottom: 70px;
    left: 150px;
    
}

.main .around .aroundContent .item6 {
    position: absolute;
    bottom: 0;
    right: 125px;
    
}

.main .around .aroundContent .item1 .text{
    position: absolute;
    top: 77px;
    left: 228px
}

.main .around .aroundContent .item2 .text{
    position: absolute;
    bottom: 0;
    left: -157px;
}

.main .around .aroundContent .item3 .text {
    width: 175px;
    position: absolute;
    top: 60px;
    left:200px
}

.main .around .aroundContent .item4 .text{
    position: absolute;
    bottom: -10px;
    left: -100px;
}

.main .around .aroundContent .item5 .text{
    position: absolute;
    top: 50px;
        left: 220px
    }

.main .around .aroundContent .item6 .text{
    position: absolute;
    top: 40px;
    left: -130px;
}