/*画布*/
.v8-bg {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  background-color: #30a3df;
}
.canvas-img{
  width:100%;
  text-align:center;
  position:absolute;
  top:29px;
}
#wave {
  width: 100%;
  position: absolute;
  top: 0px;
}
.container{
	width: 100%;
	height: 90px;
}
.layout-down {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background-image: url("../images/v8-bg.png");
  background-repeat: no-repeat;
  background-position: 303px 0;
}
.down-v8 {
  display: inline-block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #ff9600;
  color: white;
  text-align: center;
  margin: 30px 0 0 828px;
}
.warp-1350 {
  width: 1350px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
  z-index: 2;
  /*position: relative;*/
  height: 50px;
}
.zoom-warp {
  width: 1200px;
  height: 20px;
  margin: 0 auto;
}
.z-list li {
  position: relative;
  float: left;
  margin-top: 15px;
  margin-left: 126px;
  font-size: 16px;
}
.z-list li.z-active {
  color: #fb6400;
}
.z-list li.z-active i {
  border-color: #fb6400;
}
.z-list li i {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 16px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  background-color: white;
}
.w-box {
  width: 100%;
  overflow: hidden;
  background-color: white;
  padding-bottom: 20px;
}
.g-box {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
h2.blue-title {
  margin-top: 35px;
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  color: #139ce3;
}
.sub-title {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 230px;
  margin-top: 9px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #c7c7c7;
  font-family: Arial, "Microsoft YaHei";
}
.text-in {
  color:#191919;
  font-size;16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.text-in a{
  color:#14445d;
}
.text-in img{
  max-width:70%;
}
.point-txt img{
  max-width:100%;
}
.p35 {
  padding-left: 35px;
  padding-right: 35px;
}
.li-style {
  padding-left: 70px;
  line-height: 40px;
}
/*功能特点*/
.cp-list li {
  width: 225px;
  height: 60px;
  background-color: white;
  box-shadow: 0 0 1px #ecebec;
  -webkit-box-shadow: 0 0 1px #ecebec;
  -moz-box-shadow: 0 0 1px #ecebec;
  margin-bottom: 20px;
  padding: 16px 26px 16px 16px;
  float: left;
  margin-right: 20px;
}
.cp-list li:nth-child(4n) {
  margin-right: 0px;
}
.cp-media {
  width: 60px;
  height: 60px;
  float: left;
}
.cp-media img{
  width: 60px;
  height: 60px;
}
.cp-main {
  float: left;
  margin-left: 15px;
}
.tr-name {
  color:#000;
  max-width: 145px;
  margin-bottom: 12px;
}
.tr-ms {
  font-size: 12px;
  color: #999;
}
/*环境*/
.mb30 {
  margin-bottom: 30px;
}
.os-list li {
  float: left;
  margin-right: 120px;
  margin-bottom: 20px;
}
.os-list li:nth-child(2) {
  margin-right: 0;
}
.ys-panel {
  width: 100%;
  height: 280px;
  border-bottom: 1px solid #d7d7d7;
  background-color: white;
  margin: 30px auto;
}
.pr {
  padding-left: 20px;
  padding-right: 35px;
}
.dr-warp {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.dr-down {
  float: left;
  width: 175px;
  margin-bottom: 30px;
  margin-left: 125px;
  text-align: center;
}
.dr-down:first-child {
  margin-left: 0;
}
.dr-down a {
  color: black;
}
.dr-round {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #000;
}
.dr1 {
  background: url("../images/tr-dl1.png") center center no-repeat;
}
.dr2 {
  background: url("../images/tr-dl2.png") center center no-repeat;
}
.dr3 {
  background: url("../images/tr-dl3.png") center center no-repeat;
}
.dr-down:hover .dr1{
  background: url("../images/tr-dl1-on.png") center center no-repeat #12b5ef;
  border: 2px solid #12b5ef;
}
.dr-down:hover .dr2{
  background: url("../images/tr-dl2-on.png") center center no-repeat #12b5ef;
  border: 2px solid #12b5ef;
}
.dr-down:hover .dr3{
  background: url("../images/tr-dl3-on.png") center center no-repeat #12b5ef;
  border: 2px solid #12b5ef;
}
.t-a{
  text-align:center;
}
.t-a .dr-down{
  margin-right:0;
  float:none;
}
/*新闻页*/
.wz-title {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 17px;
  margin-top:40px;
}
.wz-info {
  font-size: 12px;
  color: #9a9a9a;
  width:100%;
  text-align:center;
  margin-bottom: 52px;
}
.wz-info span {
  font-size: 12px;
  color: #9a9a9a;
  margin-left: 2px;
  margin-right: 36px;
}
.wz-info span:last-child {
  margin-right: 0;
}
.wz p {
  line-height: 30px;
}
.wz a {
  color: #14445d;
}
.ys-con p{
  line-height:24px;
}
.ys-con a {
  color: #fff;
}
.content-con{
  width:100%;
  text-align:center;
}
.fx {
  height: 30px;
  line-height: 30px;
  margin: 80px auto;
  margin-bottom: 40px;
  display:inline-block;
}
.zan{
  color: #30a3df;
  font-size: 14px;
  float:left;
  height: 30px;
  line-height: 30px;
  margin-right:56px;
  display:inline-block;
  cursor:pointer;
}
.zan i {
  display: inline-block;
  background: url("../images/zan.png") left -30px no-repeat;
  width: 23px;
  height: 30px;
  float:right;
  margin-right:5px;
}
.zan em{
  color:#575757;
  font-style:normal;
  float:right;
}
.fx img{
  display:none;
}
.fxd {
  display: inline-block;
  line-height: 30px;
  color: #30a3df;
  font-size: 14px;
  float:left;
  margin-right:10px;
}
.fxd i {
  display: inline-block;
  background: url("../images/fx.png") 6px center no-repeat;
  width: 23px;
  height: 30px;
  float:left;
}
#inc_share{
  display: inline-block; position: relative; top:3px;
}
#inc_share a{
  float:none;
  display: inline-block;
  width:32px;
  height: 22px;
  margin-right:10px;
  background-image: url("../images/fx-sp.png");
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left:0;
  line-height:1;
  margin:0;
}
.f-qq {
  background-position: 0px -30px;
}
.f-wb {
  background-position: -40px -30px;
}
.f-qz {
  background-position: -85px -30px;
}
.f-wx {
  background-position: -131px -30px;
}
.next-art {
  width: 590px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.next-art span {
  color: black;
  font-size: 14px;
}
.next-art span a {
  color: black;
}