@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Sans GB', '微软雅黑', arial, sans-serif;
  color: #95989A;
  font-weight: normal;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #95989A;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  clear: both;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-l {
  text-align: left;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.imgw100 {
  width: 100%;
}
.blueBg {
  background: #f2f8fe;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.relative {
  position: relative;
}
/*图放大动画*/
.imgH {
  overflow: hidden;
}
.imgH img {
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.imgH:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@font-face {
  font-family: "iconfont";
  src: url('Font/iconfont.eot?t=1488951598218');
  src: url('Font/iconfont.eot?t=1488951598218#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Font/iconfont.woff?t=1488951598218') format('woff'), /* chrome, firefox */ url('Font/iconfont.ttf?t=1488951598218') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('Font/iconfont.svg?t=1488951598218#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fB {
  font-weight: bold;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bannerMoblic {
  display: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e603";
}
.icon-right:before {
  content: "\e720";
}
.icon-chengjiao:before {
  content: "\e60c";
}
.icon-peixun:before {
  content: "\e602";
}
.icon-dianpu:before {
  content: "\e612";
}
.icon-shanchu:before {
  content: "\e60e";
}
.icon-renzheng:before {
  content: "\e646";
}
.icon-bianji:before {
  content: "\e670";
}
.icon-qiyerenzheng:before {
  content: "\e64a";
}
.icon-shimingrenzheng:before {
  content: "\e60d";
}
.icon-weibiaoti1:before {
  content: "\e614";
}
.icon-chanpin:before {
  content: "\e608";
}
.icon-hexagon:before {
  content: "\e759";
}
.icon-kehu:before {
  content: "\e713";
}
.icon-tingyong:before {
  content: "\e62b";
}
.icon-guanggaohuodong:before {
  content: "\e6a3";
}
.icon-diannao:before {
  content: "\e61e";
}
.icon-renzheng-copy:before {
  content: "\e601";
}
.icon-fangke:before {
  content: "\e622";
}
.icon-chanpin1:before {
  content: "\e7fb";
}
.icon-laba:before {
  content: "\e605";
}
.icon-qiye:before {
  content: "\e607";
}
.icon-shuju:before {
  content: "\e66d";
}
.icon-hudong:before {
  content: "\e639";
}
.icon-qiyongok:before {
  content: "\e606";
}
.icon-wangzhandaiyanren:before {
  content: "\e62d";
}
.red {
  color: #ed4539;
}
.green {
  color: #1ee32c;
}
.BlueBg {
  background: #f2f8fe;
}
.pb100 {
  padding-bottom: 100px;
}
.pt0 {
  padding-top: 0 !important;
}
.C333 {
  color: #333;
}
.mt100 {
  margin-top: 100px;
}
.mr30 {
  margin-right: 30px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .main {
  padding-top: 83px;
}
.wrapper .conMain {
  width: 1190px;
  margin: 0 auto;
}
.wrapper .banner img {
  width: 100%;
}
.wrapper .navBtn {
  display: none;
  width: 45px;
  height: 45px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.wrapper .navBtn:before {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  border-top: 1px solid #00c0fc;
  border-bottom: 1px solid #00c0fc;
  margin: 15px auto 5px;
}
.wrapper .navBtn:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #00c0fc;
  margin: 0 auto;
}
.wrapper .navBtn:hover {
  background: #00c0fc;
}
.wrapper .navBtn:hover:before {
  border-color: #fff;
}
.wrapper .navBtn:hover:after {
  background: #fff;
}
.wrapper .header {
  background: #fff;
  line-height: 83px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.wrapper .header .nav li {
  float: left;
  font-size: 16px;
}
.wrapper .header .nav li a {
  padding: 0 20px;
  display: block;
  color: #555;
  position: relative;
}
.wrapper .header .nav li a:hover:before,
.wrapper .header .nav li a.active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0090ff;
}
.wrapper .header .telBox {
  padding-left: 60px;
  line-height: 22px;
  position: relative;
  margin: 20px 0 0 60px;
}
.wrapper .header .telBox:before {
  color: #0090ff;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 45px;
}
.wrapper .header .telBox strong {
  font-size: 20px;
}
.wrapper .name {
  color: #444;
}
.wrapper .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #00c0fc;
  padding: 54px 0;
}
.wrapper .Development {
  text-align: center;
}
.wrapper .Development li {
  display: inline-block;
  width: 415px;
  position: relative;
  text-align: left;
  padding: 30px 0 0 130px;
  vertical-align: top;
}
.wrapper .Development li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 118px;
  line-height: 90px;
  color: #fff;
  border-radius: 50%;
  border: 14px solid #ffeeba;
  text-align: center;
  background: -webkit-linear-gradient(#fff6a6, #fecc17);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff6a6, #fecc17);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff6a6, #fecc17);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff6a6, #fecc17);
  /* 标准的语法 */
}
.wrapper .Development li i:before {
  font-size: 40px;
}
.wrapper .Development li .name {
  font-size: 18px;
  font-weight: bold;
}
.wrapper .Development li p {
  font-size: 14px;
}
.wrapper .Development li:first-child i {
  border: 14px solid #ffe3e3;
  background: -webkit-linear-gradient(#ffccc7, #ff9e8d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffccc7, #ff9e8d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffccc7, #ff9e8d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffccc7, #ff9e8d);
  /* 标准的语法 */
}
.wrapper .Promotion li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
}
.wrapper .Promotion li .box {
  height: 320px;
  border-radius: 3px;
  border: 1px solid #e0e5ea;
  border-top: 3px solid #ff9583;
  background: #fff;
  overflow: hidden;
}
.wrapper .Promotion li .name {
  font-size: 18px;
  font-weight: bold;
}
.wrapper .Promotion li p {
  font-size: 14px;
  width: 80%;
  margin: 10px auto;
}
.wrapper .Promotion li img {
  max-width: 100%;
}
.wrapper .Promotion li:nth-child(2) .box {
  border-top-color: #ccdb38;
}
.wrapper .Promotion li:nth-child(3) .box {
  border-top-color: #ffc107;
}
.wrapper .Promotion li:nth-child(4) .box {
  border-top-color: #5cd0ff;
}
.wrapper .Promotion.Promotion3 li {
  width: 33.33%;
}
.wrapper .Fluctuation li .box {
  background: none;
  border: none;
  height: auto;
}
.wrapper .Fluctuation li .name {
  margin-top: 20px;
}
.wrapper .Fluctuation li p {
  width: 55%;
}
.wrapper .Certification li {
  width: 50%;
  padding: 0 25px;
}
.wrapper .Certification li .box {
  border: none;
}
.wrapper .Certification li .iconfont {
  height: 160px;
  line-height: 160px;
  background: -webkit-linear-gradient(left, #ff9583, #ffd2d2);
  background: -o-linear-gradient(right, #ff9583, #ffd2d2);
  background: -moz-linear-gradient(right, #ff9583, #ffd2d2);
  background: linear-gradient(to right, #ff9583, #ffd2d2);
}
.wrapper .Certification li .iconfont:before {
  font-size: 80px;
  color: #fff;
}
.wrapper .Certification li:nth-child(2) .iconfont {
  background: -webkit-linear-gradient(left, #5cd0ff, #9ae0fc);
  background: -o-linear-gradient(right, #5cd0ff, #9ae0fc);
  background: -moz-linear-gradient(right, #5cd0ff, #9ae0fc);
  background: linear-gradient(to right, #5cd0ff, #9ae0fc);
}
.wrapper .Certification li:nth-child(3) .iconfont {
  background: -webkit-linear-gradient(left, #fecc17, #ffea9e);
  background: -o-linear-gradient(right, #fecc17, #ffea9e);
  background: -moz-linear-gradient(right, #fecc17, #ffea9e);
  background: linear-gradient(to right, #fecc17, #ffea9e);
}
.wrapper .Certification li .name {
  margin-top: 20px;
}
.wrapper .Data {
  position: relative;
}
.wrapper .Data .imgBox {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -281px;
}
.wrapper .Data .imgBox img {
  width: 100%;
}
.wrapper .Data ul li {
  width: 300px;
  text-align: center;
  margin-top: 30px;
}
.wrapper .Data ul li .iconfont {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: -webkit-linear-gradient(left top, #5cd0ff, #9ae0fc);
  background: -o-linear-gradient(bottom right, #5cd0ff, #9ae0fc);
  background: -moz-linear-gradient(bottom right, #5cd0ff, #9ae0fc);
  background: linear-gradient(to bottom right, #5cd0ff, #9ae0fc);
}
.wrapper .Data ul li .iconfont:before {
  color: #fff;
  font-size: 30px;
}
.wrapper .Data ul li.Second .iconfont {
  background: -webkit-linear-gradient(left top, #fecc17, #ffea9e);
  background: -o-linear-gradient(bottom right, #fecc17, #ffea9e);
  background: -moz-linear-gradient(bottom right, #fecc17, #ffea9e);
  background: linear-gradient(to bottom right, #fecc17, #ffea9e);
}
.wrapper .Data ul li.Third .iconfont {
  background: -webkit-linear-gradient(left top, #ccdb38, #e9f851);
  background: -o-linear-gradient(bottom right, #ccdb38, #e9f851);
  background: -moz-linear-gradient(bottom right, #ccdb38, #e9f851);
  background: linear-gradient(to bottom right, #ccdb38, #e9f851);
}
.wrapper .Data ul li.Fourth .iconfont {
  background: -webkit-linear-gradient(left top, #ff9583, #ffd2d2);
  background: -o-linear-gradient(bottom right, #ff9583, #ffd2d2);
  background: -moz-linear-gradient(bottom right, #ff9583, #ffd2d2);
  background: linear-gradient(to bottom right, #ff9583, #ffd2d2);
}
.wrapper .Data ul li .name {
  margin-top: 20px;
}
.wrapper .Data ul li.fr {
  float: right;
}
.wrapper .btnBox {
  text-align: center;
}
.wrapper .btnBox a {
  display: block;
  width: 132px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  border-radius: 3px;
  border: 1px solid #00c0fc;
  color: #00c0fc;
}
.wrapper .btnBox a:hover {
  background: #00c0fc;
  color: #fff;
}
.wrapper .btnBox p {
  font-size: 20px;
  margin-top: 15px;
  color: #515151;
}
.wrapper .Case li {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.wrapper .Case li .box {
  background: #fff;
  padding-bottom: 15px;
  height: 350px;
}
.wrapper .Case li .box:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper .Case li .imgBox {
  overflow: hidden;
  min-height: 50px;
}
.wrapper .Case li img {
  width: 100%;
}
.wrapper .Case li .name {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
}
.wrapper .Case li .name a {
  color: #444;
}
.wrapper .Case li p {
  font-size: 14px;
  padding: 0 10px;
  color: #4a4a4a;
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
}
.wrapper .Case li small {
  font-size: 12px;
  padding: 0 10px;
  float: left;
  color: #8e8e8e;
  margin-top: 5px;
  overflow: hidden;
  height: 18px;
}
.wrapper .Case li .seemore {
  margin: 20px 0;
}
.wrapper .Case li .seemore .morebtn {
  border: 1px solid #02c0fe;
  color: #02c0fe;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
}
.wrapper .Case li .seemore .morebtn:hover {
  background: #02c0fe;
  color: #fff;
}
.wrapper .Case li .seemore small {
  float: right;
}
.wrapper .Case li .num-pos {
  z-index: 99;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 36px;
  left: 0;
  background: #02c0fe;
  width: 75px;
  height: 75px;
}
.wrapper .Case li .num-pos span {
  font-size: 18px;
  display: block;
}
.wrapper .Case li .num-pos span.fontset {
  font-size: 32px;
  font-weight: bold;
}
.wrapper .Case .btnBox a {
  background: #00c0fc;
  color: #fff;
  margin-top: 20px;
}
.wrapper .Case.W3 li {
  width: 31.33%;
  border: 1px solid #ddd;
  padding: 0;
  margin: 10px 1%;
}
.wrapper .Case.W3 li .box {
  height: auto;
  padding-bottom: 0;
}
.wrapper .Case.W3 li .box p {
  max-height: none;
  height: 100px;
}
.wrapper .Case.W5 li {
  width: 50%;
}
.wrapper .Case.W5 li .box {
  height: auto;
}
.wrapper .Case.W5 li .box p {
  max-height: none;
  height: 100px;
}
.wrapper .Case .casetilte {
  padding: 34px 0;
  text-align: center;
}
.wrapper .Case .casetilte .txt {
  font-size: 26px;
  color: #505050;
  font-weight: normal;
}
.wrapper .Case .casetilte .times {
  padding: 10px;
  line-height: 20px;
}
.wrapper .Case .casetilte .times span {
  display: inline-block;
  font-size: 14px;
  color: #747474;
  margin-bottom: 10px;
}
.wrapper .Case2 li .imgBox {
  height: 278px;
}
.wrapper .allfooter {
  font-size: 14px;
}
.wrapper .allfooter .img100 {
  width: 100%;
}
.wrapper .allfooter .hide {
  display: none;
}
.wrapper .allfooter .footerBottom {
  padding: 20px 0;
  background: #333;
  color: #bbb;
}
.wrapper .allfooter .footerBottom .bottomBox {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #464646;
  text-align: center;
}
.wrapper .allfooter .footerBottom .bottomBox a {
  display: inline-block;
  padding: 0 8px;
  color: #bbbbbb;
}
.wrapper .allfooter .footerBottom .topBox ul {
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
  width: 165px;
  height: 191px;
  min-height: 135px;
  border-right: 1px solid #212121;
  border-left: 1px solid #454545;
}
.wrapper .allfooter .footerBottom .topBox ul:first-child {
  border-left: 0;
}
.wrapper .allfooter .footerBottom .topBox ul.last {
  border-right: none;
}
.wrapper .allfooter .footerBottom .topBox ul li {
  line-height: 25px;
}
.wrapper .allfooter .footerBottom .topBox ul li .txt {
  color: #ddd;
  font-size: 14px;
}
.wrapper .allfooter .footerBottom .topBox ul li:first-child {
  margin-bottom: 10px;
  line-height: 30px;
}
.wrapper .allfooter .footerBottom .topBox ul li a {
  color: #bbb;
  font-size: 12px;
}
.wrapper .allfooter .footerBottom .topBox .fourth ul {
  width: 200px;
  border: none;
}
.wrapper .allfooter .footerBottom .topBox .fourth .code1 {
  margin-right: 15px;
  width: 75pt;
}
.wrapper .allfooter .footerBottom .topBox .fourth .code1 p {
  text-align: center;
  line-height: 35px;
}
.wrapper .allfooter .footerBottom a:hover {
  color: #fff;
  text-decoration: underline;
}
.wrapper .popBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.wrapper .tabBox.bgef {
  background: #f7f7f7;
}
.wrapper .tabBox .tabTxt {
  text-align: center;
  padding: 34px 0;
}
.wrapper .tabBox .tabTxt a {
  margin: 0 10px 10px 0;
  display: inline-block;
  text-align: center;
  color: #747474;
  background: #e9e9e9;
  font-size: 16px;
  height: 50px;
  width: 170px;
  line-height: 50px;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.wrapper .tabBox .tabTxt a.hover {
  color: #fff;
  background: #02c0fe;
}
.wrapper .tabBox .tabTxt.tabTxt2 {
  padding: 20px 0;
}
.wrapper .tabBox .tabTxt.tabTxt2 a {
  line-height: 60px;
  width: 280px;
  height: 60px;
}
.wrapper .tabBox .tabTxt.tabTxt2 a.hover {
  color: #747474;
  background: #fff;
  border-top: 2px solid #02c0fe;
}
.wrapper .advBox .vidoBox {
  width: 100%;
  overflow: hidden;
}
.wrapper .advBox .dy-casebg {
  background: #f2f8fe;
}
.wrapper .advBox .advBox-list .w5 {
  width: 50%;
}
.wrapper .advBox .advBox-list .wi6 {
  width: 60%;
}
.wrapper .advBox .advBox-list .wi4 {
  width: 40%;
}
.wrapper .advBox .advBox-list .listbox {
  padding: 70px 20px;
}
.wrapper .advBox .advBox-list .listbox .imgfloat {
  float: left;
  text-align: center;
}
.wrapper .advBox .advBox-list .listbox .txtfloat {
  float: right;
}
.wrapper .advBox .advBox-list .listbox .txtfloat h3 {
  font-size: 30px;
  color: #02c0fe;
  padding: 20px 0 10px;
  font-weight: bold;
}
.wrapper .advBox .advBox-list .listbox .txtfloat p {
  font-size: 20px;
  color: #4b4b4b;
  line-height: 2;
}
.wrapper .advBox .advBox-list .listbox .txtfloat:before {
  content: '';
  width: 0;
  font-size: 0;
  height: 100%;
  visibility: hidden;
  vertical-align: middle;
  display: inline-block;
}
.wrapper .advBox .advBox-list .listbox .txtfloat .line {
  display: inline-block;
  vertical-align: middle;
}
.wrapper .advBox .advBox-list .listbox .txtfloat .line.block {
  display: block;
}
.wrapper .advBox .advBox-list .listbox .txtfloat .line.pl60 {
  padding-left: 60px;
}
.wrapper .advBox .advBox-list .listbox .txtfloat .line .seemore {
  font-size: 14px;
  border: 1px solid #02c0fe;
  margin-top: 10px;
  padding: 8px;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #02c0fe;
  width: 180px;
}
.wrapper .advBox .advBox-list .listbox .txtfloat .line .seemore:hover {
  background: #02c0fe;
  color: #fff;
}
.wrapper .advBox .advBox-list .listbox .txtfloat.dy-txt .line {
  display: block;
}
.wrapper .advBox .advBox-list .listbox .txtfloat.beforeN:before {
  display: none;
}
.wrapper .advBox .advBox-list .listbox:nth-child(2n) {
  background: #f2f8fe;
}
.wrapper .advBox .advBox-list .listbox:nth-child(2n) .imgfloat {
  float: right;
}
.wrapper .advBox .advBox-list .listbox:nth-child(2n) .txtfloat {
  float: left;
}
.wrapper .advBox .advBox-list .listbox .logoimg a {
  display: inline-block;
  width: 202px;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  overflow: hidden;
  background: #fff;
}
.wrapper .advBox .advBox-list .listbox .logoimg a img {
  vertical-align: top;
  width: 100%;
}
.wrapper .advBox .advBox-list .webman {
  background: #f2f8fe;
}
.wrapper .advBox .advBox-list .webman .Case li {
  width: 25%;
}
.wrapper .advBox .advBox-list .webman .Case li .box {
  height: auto;
  border: 1px solid #ddd;
}
.wrapper .advBox .advBox-list .Case li p {
  height: 100px;
}
.wrapper .vipBox {
  padding: 54px 22px;
}
.wrapper .vipBox .table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
}
.wrapper .vipBox .table td,
.wrapper .vipBox .table th {
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrapper .vipBox .table td {
  padding: 15px;
}
.wrapper .vipBox .table td.txtline {
  line-height: 22px;
}
.wrapper .vipBox .table td:last-child {
  width: 450px;
}
.wrapper .vipBox .table th {
  background: #ebeef6;
  color: #5f5f5f;
  line-height: 60px;
  font-weight: bold;
}
.wrapper .vipBox .table th.nobg {
  background: none;
}
.wrapper .vipBox .table .wi3 {
  width: 30%;
}
.wrapper .vipBox .table .txt {
  color: #5f5f5f;
}
.wrapper .vipBox .table input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.wrapper .vipBox .table.table2 {
  border-right: 1px solid #ddd;
}
.wrapper .vipBox .table.table2 td,
.wrapper .vipBox .table.table2 th {
  border-right: 0;
}
.wrapper .vipBox .table .editBtnMore {
  margin: 5px;
}
.wrapper .vipBox .table .editBtnMore .editbtns {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
}
.wrapper .vipBox .table .editBtnMore .iconfont:before {
  font-size: 23px;
  vertical-align: sub;
  margin-right: 2px;
}
.wrapper .vipBox .table .editBtnMore .editIcon:before {
  color: #49c9ff;
  font-size: 25px;
}
.wrapper .vipBox .table .editBtnMore .okIcon:before {
  color: #ffa656;
}
.wrapper .vipBox .table .editBtnMore .stopIcon:before {
  color: #fe5c52;
}
.wrapper .vipBox .table .editBtnMore .delIcon:before {
  color: #83ce00;
}
.wrapper .user-after {
  padding: 0 20px;
}
.wrapper .user-after .txt {
  padding-left: 10px;
  font-size: 20px;
  color: #00c0fc;
  margin: 20px 0 10px;
  font-weight: normal;
  position: relative;
}
.wrapper .user-after .txt:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #00c0fc;
  position: absolute;
  top: 4px;
  left: 0;
}
.wrapper .user-after .userinfo {
  font-size: 14px;
  color: #686868;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.wrapper .user-after .edit {
  font-size: 14px;
  padding: 15px 0;
}
.wrapper .user-after .edit label {
  cursor: pointer;
}
.wrapper .user-after .edit label input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.wrapper .user-after .edit .btnset {
  display: inline-block;
  border: 1px solid #ddd;
  background: #f7f7f7;
  margin: 0 5px;
  text-align: center;
  line-height: 28px;
  width: 75px;
  height: 30px;
}
.wrapper .user-after .edit .btnset:hover {
  background: #00c0fc;
  color: #fff;
  border-color: #00c0fc;
}
.wrapper .user-after .edit .btnset .iconfont:before {
  margin-right: 3px;
}
.wrapper .pageBox {
  text-align: center;
  margin: 15px auto;
  width: 100%;
  display: block;
  padding: 0 20px;
}
.wrapper .pageBox a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px;
  font-size: 12px;
  color: #666;
  border: 1px solid #ddd;
  color: #686868;
}
.wrapper .pageBox a:hover,
.wrapper .pageBox a.active {
  color: #00c0fc;
  border: 1px solid #00c0fc;
}
.wrapper .pageBox .allnum {
  font-size: 12px;
  color: #686868;
}
.bgFFF {
  background: #fff!important;
}
.mb30 {
  margin-bottom: 30px;
}
.wrapper .topBox {
  padding: 40px 0 40px;
  text-align: center;
}
.wrapper .topBox .topBoxSize {
  max-width: 800px;
  margin: 0 auto;
}
.wrapper .topBox .title {
  font-size: 30px;
  color: #3d3d3d;
  padding: 0 10px;
}
.wrapper .topBox .text {
  margin-top: 20px;
  font-size: 20px;
  color: #797979;
  padding: 0 10px;
}
.wrapper h3.title {
  font-size: 40px;
  color: #00c0fc;
  padding: 58px 0;
  text-align: center;
  position: relative;
}
.wrapper h3.title:before {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #00c0fc;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -15px;
}
.wrapper .mySuperiority {
  padding: 0 0 40px;
  display: none;
}
.wrapper .mySuperiority li {
  position: relative;
  width: 25%;
  padding: 0 10px;
  float: left;
  text-align: center;
}
.wrapper .mySuperiority .bgFFF {
  background: #fff;
  padding: 1px;
  height: 380px;
}
.wrapper .mySuperiority .fontBox {
  width: 120px;
  height: 75px;
  margin: 90px auto 60px;
  position: relative;
  border-radius: 10px;
  background: #f98673;
  z-index: 3;
  line-height: 75px;
  text-align: center;
}
.wrapper .mySuperiority .fontBox:before,
.wrapper .mySuperiority .fontBox:after {
  content: "";
  width: 120px;
  height: 75px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  background: #f98673;
  transform: rotate(-60deg);
  z-index: 1;
  left: 0;
  top: 0;
}
.wrapper .mySuperiority .fontBox:after {
  transform: rotate(-120deg);
  z-index: 2;
}
.wrapper .mySuperiority .fontBox .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  line-height: 75px;
  color: #fff;
}
.wrapper .mySuperiority .fontBox .iconfont:before {
  font-size: 50px;
}
.wrapper .mySuperiority .name {
  font-size: 20px;
  color: #393939;
}
.wrapper .mySuperiority .text {
  font-size: 12px;
  color: #645f5f;
  margin-top: 10px;
}
.wrapper .mySuperiority .second .fontBox {
  background: #4ac1f4;
}
.wrapper .mySuperiority .second .fontBox:before,
.wrapper .mySuperiority .second .fontBox:after {
  background: #4ac1f4;
}
.wrapper .mySuperiority .third .fontBox {
  background: #f7a85f;
}
.wrapper .mySuperiority .third .fontBox:before,
.wrapper .mySuperiority .third .fontBox:after {
  background: #f7a85f;
}
.wrapper .mySuperiority .fourth .fontBox {
  background: #2dd39a;
}
.wrapper .mySuperiority .fourth .fontBox:before,
.wrapper .mySuperiority .fourth .fontBox:after {
  background: #2dd39a;
}
.wrapper .mySuperiority .fifth .fontBox {
  background: #ffcb2b;
}
.wrapper .mySuperiority .fifth .fontBox:before,
.wrapper .mySuperiority .fifth .fontBox:after {
  background: #ffcb2b;
}
.wrapper .Rule .text {
  color: #64676a;
  font-size: 16px;
  position: relative;
  padding: 10px;
}
.wrapper .Rule .text li {
  padding-left: 30px;
  position: relative;
  line-height: 25px;
  margin-bottom: 25px;
}
.wrapper .Rule .text li i {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #00c0fc;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: block;
}
.wrapper .Rule .text li i:before {
  font-size: 25px;
}
.wrapper .Rule .text li i:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #00c0fc;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 3px;
  left: 6px;
}
.wrapper .Rule .text p {
  color: #489cfb;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.wrapper .Rule .text .pcimg {
  width: 50%;
  text-align: center;
}
.wrapper .Rule .text .ulBox {
  width: 50%;
}
.wrapper .Rule .join {
  margin: 30px 0;
}
.wrapper .Rule .join .ulBox {
  width: 50%;
  padding: 0 3%;
}
.wrapper .Rule .join .ulBox.borderL {
  border-left: 1px solid #ddd;
}
.wrapper .Rule .join .ulBox.borderR {
  border-right: 1px solid #ddd;
}
.wrapper .Rule .join .ulBox li.noneicon {
  padding-left: 0;
  color: #000;
  width: 100%;
  font-size: 16px;
}
.wrapper .Rule .join .ulBox li.noneicon i {
  font-size: 30px;
  font-weight: bold;
}
.wrapper .Rule .join .ulBox li.noneicon i:after {
  display: none;
}
.wrapper .Rule .join .ulBox.joinimgBox {
  width: 100%;
}
.wrapper .Rule .join .ulBox.joinimgBox li.fl {
  margin: 1% 0;
  padding: 0;
  width: 20%;
}
.wrapper .Rule .join .ulBox.joinimgBox li.fl .logoimg {
  border: 1px solid #ddd;
  display: block;
  width: 90%;
  overflow: hidden;
}
.wrapper .Rule .join .ulBox.joinimgBox li.fl .logoimg img {
  width: 100%;
}
.wrapper .Rule .join .ulBox.joinimgBox li.fl p {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin: 0;
  color: #595959;
}
.wrapper .Rule .join .ulBox .call-zhaos {
  width: 100%;
  margin: 40px auto;
  font-size: 16px;
  color: #5a5a5a;
  padding-left: 0;
}
.wrapper .Rule .join .ulBox .call-zhaos .weix-lll {
  width: 170px;
  text-align: center;
}
.wrapper .Rule .join .ulBox .call-zhaos .weix-lll img {
  width: 170px;
  height: 170px;
  margin-bottom: 5px;
}
.wrapper .Rule .join .ulBox .call-zhaos .weixinfo {
  line-height: 2;
  width: 50%;
  padding-left: 10%;
}
.wrapper .Rule .join .ulBox .call-zhaos .weixinfo h3 {
  font-size: 26px;
  color: #3d3d3d;
}
.wrapper .Rule .join .ulBox .call-zhaos .weixinfo span {
  display: block;
}
.wrapper .platformBox {
  margin-bottom: 40px;
}
.wrapper .platformBox .plat-info {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 40px;
  width: 80%;
  margin: auto;
}
.wrapper .platformBox .plat-txt {
  padding: 40px;
  text-align: center;
  font-size: 30px;
  color: #595959;
}
.wrapper .platformBox .plat-listBox li {
  width: 140px;
  height: 140px;
  background: #f98673;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin: 20px;
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.wrapper .platformBox .plat-listBox li span {
  display: block;
  padding: 20px;
  text-align: center;
}
.wrapper .platformBox .plat-listBox li.bg2 span,
.wrapper .platformBox .plat-listBox li.bg2 span,
.wrapper .platformBox .plat-listBox li.bg3 span,
.wrapper .platformBox .plat-listBox li.bg4 span,
.wrapper .platformBox .plat-listBox li.bg5 span {
  padding-top: 35px;
}
.wrapper .platformBox .plat-listBox li.bg1 {
  background: #f98673;
  border-color: #f7d9d9;
}
.wrapper .platformBox .plat-listBox li.bg2 {
  background: #ffcb2b;
  border-color: #f8ecc6;
}
.wrapper .platformBox .plat-listBox li.bg3 {
  background: #4ac1f4;
  border-color: #c7e9fc;
}
.wrapper .platformBox .plat-listBox li.bg4 {
  background: #f7a85f;
  border-color: #f6e2d4;
}
.wrapper .platformBox .plat-listBox li.bg5 {
  background: #9d9af9;
  border-color: #dedffd;
}
.wrapper .platformBox .plat-listBox li.bg6 {
  background: #2dd39a;
  border-color: #c0eee4;
}
.wrapper .advBox .adv-txt {
  font-size: 28px;
  color: #515151;
  text-align: center;
}
.wrapper .advBox .adv-txt span {
  display: block;
  font-size: 14px;
  color: #616161;
  padding: 20px;
}
.wrapper .advBox .advimg {
  margin: 60px 0;
  text-align: center;
}
.wrapper .fiveiconBox {
  margin-bottom: 60px ;
}
.wrapper .fiveiconBox .fiveicon-list li {
  width: 18%;
  margin: 1% 1%;
  padding: 25px 25px 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  min-height: 455px;
}
.wrapper .fiveiconBox .fiveicon-list li .txt1 {
  font-size: 18px;
  color: #444;
  text-align: center;
  padding: 20px 0;
}
.wrapper .fiveiconBox .fiveicon-list li .txt2 {
  font-size: 14px;
  line-height: 22px;
}
.wrapper .fiveiconBox .fiveicon-list li .topiconBox {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  text-align: center;
}
.wrapper .fiveiconBox .fiveicon-list li .topiconBox:before {
  font-size: 100px;
  color: #f98673;
}
.wrapper .fiveiconBox .fiveicon-list li .topiconBox i {
  font-size: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  -webkit-animation: FlipInY 4s 0s ease-in-out infinite;
  -moz-animation: FlipInY 4s 0s ease-in-out infinite;
  -ms-animation: FlipInY 4s 0s ease-in-out infinite;
  -o-animation: FlipInY 4s 0s ease-in-out infinite;
  animation: FlipInY 4s 0s ease-in-out infinite;
}
.wrapper .fiveiconBox .fiveicon-list li .bgC1:before {
  color: #f98673;
}
.wrapper .fiveiconBox .fiveicon-list li .bgC2:before {
  color: #40c9b3;
}
.wrapper .fiveiconBox .fiveicon-list li .bgC3:before {
  color: #ffb820;
}
.wrapper .fiveiconBox .fiveicon-list li .bgC4:before {
  color: #44c2f6;
}
.wrapper .fiveiconBox .fiveicon-list li .bgC5:before {
  color: #f7a85f;
}
.wrapper .Relation {
  margin-top: 30px;
  padding: 113px 0 84px;
  background: #43a7e7 url(../Images/bg.png) no-repeat;
  background-size: 100%;
}
.wrapper .Relation .Ranking {
  padding: 90px 25px;
  float: right;
  width: 428px;
  height: 426px;
  background: url(../Images/ph.png) no-repeat;
  background-size: 100%;
}
.wrapper .Relation .Ranking ul {
  position: relative;
  height: 319px;
  overflow: hidden;
}
.wrapper .Relation .Ranking li {
  padding: 0 20px 0 74px;
  position: relative;
  font-size: 16px;
  line-height: 31px;
  color: #b98773;
  border-top: 1px solid #e4c486;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .Relation .Ranking li i {
  position: absolute;
  left: 30px;
  top: 0;
  width: 34px;
  text-align: center;
  color: #fe7b6b;
  font-weight: bold;
}
.wrapper .Relation .Ranking li:first-child {
  border: none;
}
.wrapper .Relation .login {
  position: relative;
  float: left;
  margin: 60px 0 0 100px;
}
.wrapper .Relation .login .loginBox {
  position: relative;
  z-index: 2;
  width: 349px;
  padding: 20px 28px;
  background: #fff;
  border-radius: 3px;
}
.wrapper .Relation .login li {
  margin-top: 15px;
  font-size: 12px;
  position: relative;
}
.wrapper .Relation .login input {
  display: block;
  padding: 0 20px;
  width: 100%;
  background: #eaf0f6;
  line-height: 47px;
  border: none;
  border-radius: 3px;
}
.wrapper .Relation .login:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  z-index: 1;
  margin-left: -195px;
  width: 390px;
  height: 23px;
  background: #1b91dc;
  border-radius: 50%;
}
.wrapper .Relation .login li.third {
  padding-right: 120px;
}
.wrapper .Relation .login li.third .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
}
.wrapper .Relation .login li.third .Validform_checktip {
  right: 120px;
}
.wrapper .Relation .login .btn {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 47px;
  background: #ff9211;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
.wrapper .Relation .login .btn:hover {
  background: #e0800f;
}
.wrapper .Relation .login .qq {
  margin-left: 10px;
  display: inline-block;
  line-height: 17px;
  padding-left: 23px;
  background: url(../Images/qq.png) no-repeat 5px;
}
.wrapper .Relation .login .qq:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.wrapper .Relation .login .Validform_checktip {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  background-color: #cfece6;
  color: #5fbeaa;
  border: 1px solid #a2dace;
  border-radius: 3px;
}
.wrapper .Relation .login .Validform_right,
.wrapper .Relation .login .Validform_wrong {
  display: block;
}
.wrapper .Relation .login .Validform_wrong {
  background-color: #fcdcdd;
  color: #d85e58;
  border-color: #f9b3b3;
}
.wrapper .footer {
  padding: 20px;
  background: #333;
  font-size: 12px;
  text-align: center;
}
@-webkit-keyframes FlipInY {
  0% {
    -webkit-transform: rotateY(360deg);
  }
  40% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-moz-keyframes FlipInY {
  0% {
    -moz-transform: rotateY(360deg);
  }
  40% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
  }
}
@keyframes FlipInY {
  0% {
    transform: rotateY(360deg);
  }
  40% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media (max-width: 1190px) {
  .wrapper .conMain {
    width: 100%;
  }
  .join-allimg {
    padding: 20px;
  }
  .join-allimg img {
    width: 100%;
  }
  .wrapper .header {
    line-height: 45px;
  }
  .wrapper .header img {
    height: 45px;
  }
  .wrapper .conMain {
    width: 100%;
  }
  .wrapper .conMain .telBox {
    display: none;
  }
  .wrapper .main {
    padding-top: 45px;
  }
  .join-allimg {
    padding: 20px;
  }
  .join-allimg img {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .wrapper .fiveiconBox .fiveicon-list li {
    width: 31%;
  }
}
@media (max-width: 870px) {
  .wrapper .Rule .text .pcimg img {
    width: 100%;
  }
  .wrapper .advBox .advBox-list .w5 img {
    width: 100%;
  }
  .wrapper .advBox .advBox-list .w5.noimgW img {
    width: auto;
  }
}
@media (max-width: 950px) {
  .wrapper .advBox .advimg img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .wrapper .advBox .advBox-list .webman .Case li {
    width: 50%;
  }
  .wrapper .Case2 li .imgBox {
    height: 265px;
  }
  .wrapper .mt100 {
    margin-top: 20px;
  }
  .wrapper .title {
    padding: 20px;
    font-size: 16px;
  }
  .wrapper .pb100 {
    padding-bottom: 20px;
  }
  .wrapper .navBtn {
    display: block;
  }
  .wrapper .header .nav {
    height: 0;
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff;
    width: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .wrapper .header .nav li {
    float: none;
    font-size: 12px;
    line-height: 44px;
    border-top: 1px solid #ddd;
  }
  .wrapper .header .nav li:first-child {
    border: none;
  }
  .wrapper .header .nav li a.active,
  .wrapper .header .nav li a:hover {
    background: #00c0fc;
    color: #fff;
  }
  .wrapper .header .nav li a.active:before,
  .wrapper .header .nav li a:hover:before {
    display: none;
  }
  .wrapper .Development li {
    padding: 7px 0 0 95px;
    height: 80px;
    width: 100%;
  }
  .wrapper .Development li i {
    left: 10px;
    width: 68px;
    height: 68px;
    line-height: 58px;
    border-width: 5px!important;
  }
  .wrapper .Development li i:before {
    font-size: 25px;
  }
  .wrapper .Promotion ul {
    padding-left: 10px;
  }
  .wrapper .Promotion li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .wrapper .Promotion.Promotion3 li {
    width: 33.33%;
  }
  .wrapper .Certification li {
    width: 50%;
  }
  .wrapper .Certification li .iconfont {
    line-height: 72px;
    height: 72px;
  }
  .wrapper .Certification li .iconfont:before {
    font-size: 20px;
  }
  .wrapper .Data .imgBox {
    position: static;
    width: 90%;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .wrapper .Data ul li {
    float: none;
    width: 100%;
    height: auto;
  }
  .wrapper .Case ul {
    padding-left: 5px;
  }
  .wrapper .Case ul li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .wrapper .Case.W3 ul li {
    width: 47.7%;
  }
  .wrapper .allfooter {
    display: none;
  }
  .wrapper .mySuperiority .bgFFF {
    height: 290px;
    margin-bottom: 10px;
  }
  .wrapper .mySuperiority li {
    width: 50%;
  }
  .wrapper .mySuperiority li .fontBox {
    width: 80px;
    height: 55px;
  }
  .wrapper .mySuperiority li .fontBox:before,
  .wrapper .mySuperiority li .fontBox:after {
    width: 80px;
    height: 55px;
  }
  .wrapper .mySuperiority li .fontBox:after {
    transform: rotate(-120deg);
    z-index: 2;
  }
  .wrapper .mySuperiority li .fontBox .iconfont {
    line-height: 55px;
  }
  .wrapper .mySuperiority li .fontBox .iconfont:before {
    font-size: 50px;
  }
  .wrapper .Relation .login {
    float: none;
    margin: 0 auto;
  }
  .wrapper .Relation .login .loginBox {
    width: 100%;
  }
  .wrapper .Relation .Ranking {
    display: none;
  }
  .wrapper .advBox .advBox-list .listbox .newL-float,
  .wrapper .advBox .advBox-list .listbox .newR-float {
    width: 100%;
  }
  .wrapper .advBox .advBox-list .listbox .newL-float .line,
  .wrapper .advBox .advBox-list .listbox .newR-float .line {
    padding-bottom: 20px;
  }
  .wrapper .advBox .advBox-list .wi6 {
    text-align: left;
  }
  .wrapper .tabBox .tabTxt {
    padding: 20px 0;
  }
  .wrapper .Promotion li p,
  .wrapper .Case li .name,
  .wrapper .Case li p {
    font-size: 12px;
  }
  .wrapper .Promotion li .name,
  .wrapper .Case li .name {
    font-size: 14px;
  }
  .wrapper .advBox .advBox-list .listbox {
    padding: 20px 10px;
  }
  .wrapper .advBox .advBox-list .listbox .txtfloat h3 {
    font-size: 16px;
  }
  .wrapper .advBox .advBox-list .listbox .txtfloat p {
    font-size: 14px;
  }
  .wrapper .tabBox .tabTxt.tabTxt2 a {
    font-size: 14px;
    width: auto;
    padding: 10px 20px;
    height: auto;
    line-height: 18px;
  }
  .wrapper .advBox .advBox-list .listbox .txtfloat .line .seemore {
    margin: 10px auto;
    float: none;
  }
  .wrapper h3.title {
    padding: 15px 0;
    font-size: 18px;
  }
  .wrapper h3.title:before {
    bottom: 10px;
  }
  .wrapper .Rule .text li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wrapper .advBox .adv-txt {
    font-size: 14px;
  }
  .wrapper .advBox .adv-txt span {
    font-size: 12px;
    padding: 5px;
  }
  .wrapper .tabBox .tabTxt a {
    width: auto;
    height: auto;
    padding: 9px 20px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 640px) {
  .wrapper .Case2 li .imgBox {
    height: 225px;
  }
  .wrapper .fiveiconBox .fiveicon-list li .topiconBox i {
    left: 50%;
    margin-left: -19px;
  }
  .bannerPc {
    display: none;
  }
  .bannerMoblic {
    display: block;
  }
}
@media (max-width: 600px) {
  .wrapper .Case2 li .imgBox {
    height: 211px;
  }
  .wrapper .fiveiconBox {
    margin: 20px;
  }
  .wrapper .fiveiconBox .fiveicon-list li {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
  }
  .wrapper .fiveiconBox .fiveicon-list li .topiconBox {
    height: 80px;
  }
  .wrapper .Rule .join .ulBox.borderL,
  .wrapper .Rule .join .ulBox.borderR {
    border: 0;
  }
  .wrapper .Rule .join .ulBox.joinimgBox li.fl {
    width: 33%;
  }
  .wrapper .Rule .join .ulBox.joinimgBox li.fl .logoimg {
    margin: 0 2%;
    width: 94%;
  }
  .wrapper .Rule .text .pcimg,
  .wrapper .Rule .text .ulBox {
    width: 100%;
  }
  .wrapper .Rule .text .pcimg img {
    width: auto;
    margin-bottom: 60px;
  }
  .wrapper .platformBox .plat-info {
    width: 100%;
    padding: 20px;
  }
  .wrapper .platformBox .plat-listBox {
    width: 520px;
    margin: auto;
  }
  .wrapper .platformBox .plat-listBox li span {
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .platformBox .plat-listBox li.bg1 span,
  .wrapper .platformBox .plat-listBox li.bg6 span {
    padding-top: 50px;
  }
  .wrapper .platformBox .plat-listBox li.bg2 span,
  .wrapper .platformBox .plat-listBox li.bg2 span,
  .wrapper .platformBox .plat-listBox li.bg3 span,
  .wrapper .platformBox .plat-listBox li.bg4 span,
  .wrapper .platformBox .plat-listBox li.bg5 span {
    padding-top: 60px;
  }
  .wrapper .advBox .advBox-list .listbox .txtfloat .line .seemore {
    width: 300px;
    padding: 12px 0;
  }
  .wrapper .Case li .num-pos {
    width: 90px;
    height: 90px;
  }
  .wrapper .Case li .seemore .morebtn {
    width: 90%;
    margin: 0 5%;
  }
}
@media (max-width: 480px) {
  .wrapper .Case2 li .imgBox {
    height: 168px;
  }
  .wrapper .platformBox .plat-listBox {
    width: 100%;
  }
  .wrapper .platformBox .plat-listBox li {
    margin: 20px 13px;
  }
  .wrapper .platformBox .plat-listBox.plat-listBox-mob {
    text-align: center;
  }
  .wrapper .platformBox .plat-listBox.plat-listBox-mob li {
    float: none;
    display: inline-flex;
  }
  .wrapper .Rule .join .ulBox.joinimgBox li.fl .logoimg {
    width: 135px;
    height: 72px;
  }
  .wrapper .fiveiconBox .fiveicon-list li .txt2 {
    font-size: 12px;
    line-height: 18px;
  }
  .top-float {
    top: inherit;
    bottom: 10px;
    right: 10px;
    margin: 0;
    box-shadow: none;
  }
  .top-float .weixBox {
    display: none;
  }
  .top-float ul li {
    background: rgba(14, 109, 234, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .top-float ul li a {
    color: #fff!important;
  }
  .top-float ul li .iconfont {
    width: 50px;
    height: 50px;
    line-height: 70px;
    margin: auto;
  }
  .top-float ul li .iconfont:before {
    font-size: 27px;
    top: -20px;
    left: 12px;
  }
  .wrapper .Case li p {
    height: 40px;
  }
  .wrapper .Case li .box {
    height: 265px;
  }
  .wrapper .Promotion li {
    height: 314px;
  }
  .wrapper .Promotion.Promotion3 li .box {
    height: 278px;
  }
  .wrapper .Rule .join .ulBox .call-zhaos .weix-lll,
  .wrapper .Rule .join .ulBox .call-zhaos .weixinfo {
    width: 100%;
  }
  .wrapper .Rule .join .ulBox .call-zhaos .weix-lll img {
    width: 100%;
    height: auto;
  }
  .wrapper .Rule .join .ulBox .call-zhaos .weixinfo {
    padding-left: 0;
  }
}
@media (max-width: 414px) {
  .wrapper .Case2 li .imgBox {
    height: 145px;
  }
  .wrapper .advBox .advBox-list .w5 {
    width: 100%;
  }
  .wrapper .Rule .text .pcimg img {
    width: 100%;
  }
  .wrapper .Rule .join .ulBox.joinimgBox li.fl {
    width: 50%;
    margin: 0;
  }
  .wrapper .Rule .join .ulBox.joinimgBox li.fl .logoimg {
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
  .wrapper .advBox .advBox-list .listbox .logoimg a {
    height: auto;
    width: 45%;
    padding: 10px;
  }
  .wrapper .platformBox .plat-listBox.plat-listBox-mob li {
    width: 120px;
    height: 120px;
    border-width: 8px;
    margin: 20px 10px;
  }
  .wrapper .advBox .advimg {
    display: none;
  }
  .wrapper .mySuperiority {
    display: block;
  }
  .wrapper .mySuperiority .bgFFF {
    height: 240px;
  }
  .wrapper .advBox .advBox-list .listbox .txtfloat {
    text-align: left;
  }
  .wrapper .mySuperiority .fontBox {
    margin: 48px auto 30px;
  }
}
.btnWeixi {
  color: #02c0fe;
}
.btnWeixi img {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 375px) {
  .wrapper .Case2 li .imgBox {
    height: 262px;
  }
  .wrapper .Case.W3 ul li {
    width: 95%;
  }
  .wrapper .platformBox .plat-listBox li {
    width: 100px;
    height: 100px;
    border-width: 6px;
    margin: 20px 15px;
  }
}
@media (max-width: 320px) {
  .wrapper .Case2 li .imgBox {
    height: 223px;
  }
  .wrapper .platformBox .plat-listBox li {
    width: 145px;
    height: 145px;
    border-width: 6px;
    margin: 20px 15px;
  }
  .wrapper .platformBox .plat-listBox li span {
    padding: 60px;
    width: 100%;
  }
  .wrapper .platformBox .plat-listBox li.bg1 span,
  .wrapper .platformBox .plat-listBox li .bg6 span,
  .wrapper .platformBox .plat-listBox li.bg2 span,
  .wrapper .platformBox .plat-listBox li.bg2 span,
  .wrapper .platformBox .plat-listBox li.bg3 span,
  .wrapper .platformBox .plat-listBox li.bg4 span,
  .wrapper .platformBox .plat-listBox li.bg5 span {
    padding-top: 50px;
  }
  .wrapper .fiveiconBox .fiveicon-list li .txt2 {
    line-height: 2;
  }
}
@media (min-width: 640px) {
  .wrapper .tabBox.active .tabTxt {
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 99;
    margin-top: -98px;
    width: auto;
    overflow: inherit;
  }
  .wrapper .tabBox.active .tabTxt:before {
    content: '';
    position: absolute;
    top: -41px;
    left: -5px;
    z-index: 10;
    width: 181px;
    height: 72px;
    background: url(../Images/fixedTop.png) no-repeat;
  }
  .wrapper .tabBox.active .tabTxt a {
    position: relative;
    display: block;
    margin: 5px 0 0;
    padding: 0 15px;
    width: 145px;
    text-align: center;
    height: auto;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background: #02c0fe;
  }
  .wrapper .tabBox.active .tabTxt a:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -59.5px;
    width: 119px;
    height: 5px;
    background: #009ccf;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
  }
  .wrapper .tabBox.active .tabTxt a:first-child:after {
    display: none;
  }
  .wrapper .tabBox.active .tabTxt a.hover,
  .wrapper .tabBox.active .tabTxt a:hover {
    background: #fbcd51;
    color: #009ccf;
    border: none;
  }
  .wrapper .tabBox.active .tabTxt a.hide {
    display: block!important;
    width: 119px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    background: #009ccf;
  }
  .wrapper .tabBox.active .tabTxt a.hide:after {
    display: none;
  }
  .wrapper .tabBox.active .tabTxt a.hide:hover {
    color: #fff;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
