body {
    min-width: 1300px;
}
.container {
    max-width: 1300px;
  }

  header .container {
    width: 1300px;
    max-width: 1300px;
  }

  .navbar {
    min-width: 1300px;
  }

  .copyright {
    max-width: 1300px;
  }

  
.partiner {
    width: 1300px;
  }


.net-banner{
    height: 920px;
    background: url(../../../img/net/home/banner-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.net-banner .banner-content {
    width: 1300px;
    height: 920px;
    margin: 0 auto;
    padding-top:110px;
    background: url(../../../img/net/home/banner-img.png) no-repeat;
    background-position: right 100px;
}
.net-banner .banner-content h2 {
    padding-left: 70px;
    margin-top: 120px;
    font-size: 30px;
    color: #fff;
}
.net-banner .banner-content h1 {
    padding-left: 70px;
    margin-top: 30px;
    font-size: 50px;
    color: #fff;
}
.net-banner .banner-content .onlineDemo {
    display: inline-block;
    margin-left: 70px;
    margin-top: 140px;
    width:  160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: solid 1px #fff;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.net-banner .banner-content .onlineDemo:hover{
    background-color: #fff;
    color: #396FFF;
    border: 1px solid transparent;
}
.net-banner .banner-content p {
    width: 560px;
    padding-left: 70px;
    margin-top: 40px;
    font-size: 14px;
    color: #98c6ff;
}
.net-content {
    height: auto;
    background-color: #fff;
}
.net-content .proTrait-space {
    width: 1300px;
    height: 388px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 15px 29px 6px #EAF6FF;
    border-radius: 10px;
}
.net-content .proTrait {
    width: 1300px;
    height: 510px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    position:  relative;
    top: -170px;
    z-index: 0;
    border-top: solid 1px #fff;
}
.net-content .proTrait h1 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.net-content .proTrait ul {
    width: 1140px;
    margin: 66px auto 0;
}
.net-content .proTrait ul li {
    float: left;
    width: 196px;
    text-align: center;
}
.net-content .proTrait ul li:first-child {
    margin-left: 8px;
}
.net-content .proTrait ul li+li {
    margin-left: 110px;
}
.net-content .proTrait ul li h2 {
    margin-top: 20px;
    margin-bottom: 17px;
    font-size: 20px;
    color: #333;
}
.net-content .proTrait ul li p {
    font-size: 15px;
    color: #999;
    text-align: left;
    letter-spacing: 0px;
    line-height: 25px;
}
.net-content .funcIntro {
    width: 1200px;
    margin: auto;
    border-top: solid 1px #fff;
}

.net-content .funcIntro h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 72px;
    color: #333;
}
.net-content .funcIntro ul li {
    height: 460px;
}
.net-content .funcIntro ul li+li {
    border-top: solid 1px #D0DEF4;
}
.net-content .funcIntro ul li > div {
    float: left;
}
.net-content .funcIntro ul li .func-img {
    width: 745px;
}
.net-content .funcIntro ul li .func-text {
    width: 455px;
    margin-top:108px;
}
.net-content .funcIntro ul li .func-img img {
    margin: 80px 0 0 85px;
}
.net-content .funcIntro ul li .func-text h2 {
    font-size: 26px;
    color: #333;
    margin-left: 20px;
    margin-bottom: 22px;
}
.net-content .funcIntro ul li .func-text p {
    padding-left: 20px;
    font-size: 15px;
    color: #666;
    background: url(../../../img/net/home/yuan.png) no-repeat;
    background-position: left center;
    margin-bottom: 12px;
}

.net-content .tmt-case-space {
    height: 470px;
    background-color: #E7EEF9;
}
.net-content .tmt-case {
    width:  1200px;
    height: 470px;
    margin: auto;
    border-top: solid 1px #E7EEF9;
}
.net-content .tmt-case h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 55px;
    color: #333;
}
.net-content .tmt-case ul li {
    float: left;
    height: 200px;
    width: 220px;
    background-color: #fff;
    text-align: center;
}
.net-content .tmt-case ul {
    height: 200px;
}
.net-content .tmt-case ul li+li {
    margin-left: 25px;
}
.net-content .tmt-case ul li img {
    margin-top: 45px;
}
.net-content .tmt-case ul li p {
    font-size: 16px;
    color: #333;
    margin-top: 7px;
}