body{font:12px/1.8 \5FAE\8F6F\96C5\9ED1,Arial,\5b8b\4f53; background-color:#fff;color:#333333;}
body,ul,li,dl,dt,dd,table,td,th,form,input,h1,h2,h3,h4,h5,h6,p,img,em,b,label,textarea,ol,p{margin:0;padding:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}figure{margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,li{list-style:none;}
i{font-style:normal;}
u{text-decoration:none;}
em{font-style:normal;}
dfn,i,u,em,b{font-style:normal;font-weight:100;}
img{border:none;/*display:block;*/ vertical-align:middle;}
a{ text-decoration:none;color:#333333;}
/*浮动/清除浮动*/
.fl{float:left;} 
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}
*+html .clearfix{min-height:1%}
input{-webkit-appearance:none; border-radius:0;outline: none;}
.main{
  width: 1280px;
  margin: 0 auto;
}
.dp_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.flex {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.hld a{
  background: url("../images/hld.png") no-repeat center;
  height: 90px;
  display: block;
}
.bnr{
  background:#0080FF url("../images/banner.png") no-repeat center top;
  height: 600px;
  padding-top: 20px;
}
.hdr{
  transition: all .3s ease;
  display: block;
}
.hdr1{
  background: #0670ff;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.28);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .3s ease;
  z-index: 111;
}
.logo{
  background: url("../images/logo.png") no-repeat;
  width: 424px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
}
.hdr_ul{
  float: right;
  margin:6px 0 0 0;
  height: 35px;
  line-height: 35px;
}
.hdr_ul li{
  float: left;
  color: #ffffff;
  font-size: 16px;
  margin-left: 40px;
  cursor: pointer;
}
.hdr_ul li a{
  color: #ffffff;
  font-size: 16px;
}
.hdr_ul .erpLogin{
  background: #ffffff;
  width: 99px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 5px;
  color: #0670ff;
  text-align: center;
}
.bnr h2{
  font-size: 54px;
  color: #ffffff;
  font-weight: bold;
  line-height: 80px;
  margin-top: 150px;
}
.bnr p{
  font-size: 26px;
  color: #FFF200;
  display: block;
  margin-top: 20px;
	letter-spacing: 2px;
}
.pattern{
  background: #f5f7f9;
  padding: 60px 0 80px;
}
.idxTit{
  font-size: 38px;
  text-align: center;
  color: #111;
  font-weight: bold;
}
.idxTips{
  font-size: 20px;
  color: #5a5a5a;
  text-align: center;
}
.ptn_ul{
  margin-top: 60px;
}
.ptn_ul li{
  background: #ffffff;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
  padding: 10px 0 20px;
  transition: all .3s ease;
}
.ptn_ul li:last-child{
  margin-right: 0;
}
.ptn_ul li p{
  height: 60px;
  line-height: 60px;
}
.ptn_ul li label{
  font-size: 40px;
  color: #0670ff;
  display: inline-block;
}
.ptn_ul li em{
  color: #0670ff;
  font-weight: 400;
  display: inline-block;
}
.ptn_ul li .ftSz38{
  font-size: 38px;
}
.ptn_ul li .ftSz40{
  font-size: 40px;
}
.ptn_ul li span{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #656565;
}
.ptn_ul li:hover{
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.platform{
  padding: 60px 0 80px;
}
.pfmList{
  justify-content: space-between;
  align-items: baseline;
  -webkit-align-items: baseline;
  margin-top: 60px;
}
.pfmList dl{
  width: 170px;
  min-width: 170px;
  max-width: 170px;
	height: 295px;
	padding:50px 30px;
  transition: all .3s ease;
  border-radius: 15px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.pfmList dl:hover{
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.pfmList dd{
	text-algin:center;
}
.pfmList h3 {
	font-size: 26px;
	color: #0080FF;
	padding: 30px 0 20px 0;
	font-weight: 500;
}
.pfmList dt {
	font-size: 16px;
}
.pfmList dt i {
	color: #0080FF;
	font-weight: 400;
}
.pfmList1{
  justify-content: space-between;
  align-items: baseline;
  -webkit-align-items: baseline;
  margin-top: 50px;
}
.pfmList1 dl{
  width: 407px;
  min-width: 407px;
  max-width: 407px;
	height: 595px;
  transition: all .3s ease;
  border-radius: 15px;
	background: #fff;
	/*box-shadow: 0 0 20px 0 rgba(0,0,0,.1);*/
}
.pfmList1 dl:hover{
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.pfmList1 h3 {
	font-size: 26px;
	color: #000;
	padding:30px 30px 20px 30px;
	font-weight: 500;
}
.pfmList1 dt {
	font-size: 16px;
	padding: 0 30px;
	color: #666666;
}
.pfmList1 dt i {
	color: #0080FF;
	font-weight: 400;
}
.pfmList2{
  justify-content: space-evenly;
  align-items: baseline;
  -webkit-align-items: baseline;
  margin-top: 90px;
}
.pfmList2 dl{
  width: 440px;
  min-width: 440px;
  max-width: 440px;
	height: 190px;
	padding:30px;
  transition: all .3s ease;
  border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	position: relative;
}
.pfmList2 dl:hover{
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.pfmList2 dd {
  text-align: center;
	position: absolute;
	top: -40px;
	left:calc(50% - 40px);
}
.pfmList2 h3 {
	font-size: 24px;
	color: #000;
	margin:20px 0 12px 0;
	font-weight: 500;
}
.pfmList2 h3 span {
	font-size: 16px;
	color: #767676;
	font-weight: 500;
	float: right;
	margin: 10px 0 0 0;
}
.pfmList2 h3 i {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}
.pfmList2 dt {
	font-size: 16px;
	color: #666666;
}
.pfmList3{
  justify-content: space-between;
  align-items: baseline;
  -webkit-align-items: baseline;
  margin-top: 80px;
}
.pfmList3 dl{
  width: 347px;
  min-width: 347px;
  max-width: 347px;
	height: 190px;
	padding:30px;
  transition: all .3s ease;
  border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	position: relative;
}
.pfmList3 dl:hover{
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.pfmList3 dd {
  text-align: center;
	position: absolute;
	top: -40px;
	left:165px;
}
.pfmList3 h3 {
	font-size: 24px;
	color: #000;
	margin:20px 0 12px 0;
	font-weight: 500;
}
.pfmList3 h3 span {
	font-size: 16px;
	color: #767676;
	font-weight: 500;
	float: right;
	margin: 10px 0 0 0;
}
.pfmList3 h3 i {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}
.pfmList3 dt {
	font-size: 16px;
	color: #666666;
}

.scene{
  background: #f5f7f9;
  padding: 60px 0;
}
.seeCont{
  background: #0670ff; 
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin: 0 122px;
  border-radius: 20px;
  height: 224px;
}
.seeCont2{
  display: none;
  opacity: 0;
}
.seeCont_ul{
  margin-left: 320px;
}
.seeCont_ul li{
  padding: 10px 0;
}
.seeCont_ul li i{
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  min-width: 10px;
  max-width: 10px;
  margin-right: 15px;
}
.seeCont_ul li p{
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.seeCont_ul li span{
  font-size: 18px;
  font-weight: normal;
}
.see_pic{
  background: url("../images/see_pic.png") no-repeat;
  width: 277px;
  height: 328px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.see_pic1{
  background: url("../images/see_pic1.png") no-repeat;
  width: 208px;
  height: 325px;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.seeNav{
  text-align: center;
  margin: 20px 0 72px;
}
.seeNav .seeNav_list{
  background: #e6f0ff;
  display: inline-block;
  width: 204px;
  height: 38px;
  border-radius: 20px;
  line-height: 38px;
  position: relative;
}
.seeNav_list span{
  font-size: 18px;
  color: #333333;
  width: 100px;
  display: inline-block;
  position:relative;
  z-index: 2;
  cursor: pointer;
}
.seeNav_list .active{
  color: #ffffff;
}
.seeNav_bd{
  background-color: #0670ff;
  border-radius: 20px;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.28);
  display: inline-block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 38px;
  z-index: 1;
}
.contrast{
  padding: 60px 0 90px;
}
.cttCont{
  position: relative;
  margin-top: 50px;
}
.cttCont i{
  background: url("../images/icon_vs.png") no-repeat;
  width: 552px;
  height: 110px;
  position: absolute;
  display: block;
  left: 49.5%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ctt_ul{
  margin:0 122px ;
  position: relative;
}
.ctt_ul li{
  background: #f7f8fa;
  text-align: center;
  padding: 30px 0 40px;
}
.ctt_ul li p{
  font-size: 24px;
  color: #363636;
  font-weight: bold;
}
.ctt_ul li span{
  font-size: 16px;
  color: #828282;
  display: inline-block;
  line-height: 40px;
  margin-top: 20px;
}
.ctt_ul li:first-child{
  border-radius: 20px 0 0 20px;
}
.ctt_ul li:last-child{
  border-radius: 0 20px 20px 0;
}
.ctt_ul .qcc{
  background: #0670ff;
  color: #ffffff;
  position: relative;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.28);
}
.ctt_ul .qcc p,.ctt_ul .qcc span{
  color: #ffffff;
}
.ctt_ul .qcc label{
  font-size: 18px;
  color: #ffffff;
  background: #ff9b25;
  width: 65px;
  height: 28px;
  border-radius: 0 14px 14px 0;
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 28px;
}
.partner{
  background: #f5f7f9;
  padding: 60px 0 0;
}
.ptrCont{
  background: url("../images/ptr_pic.png") no-repeat bottom right ;
  padding-bottom: 170px;
  padding-top: 70px;
}
.ptrCont p{
  font-size: 16px;
  color: #c2c2c2;
}
.ptrCont_ul li{
  border: 1px solid #0080FF;
  margin-top: 20px;
  border-radius: 8px;
  width: 438px;
  background: #ffffff;
}
.ptrCont .ptrIpt{
  border: 0;
  height: 50px;
  border-radius: 8px;
  width: 100%;
  text-indent: 25px;
  font-size: 16px;
}
.ptrCont .yzm{
  background: #0080FF;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.ptrCont .ptrBtn{
  width: 440px;
  height: 52px;
  line-height: 52px;
  background: #0080FF;
  color: #ffffff;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.trial{
  background: url("../images/trl_bd.png") no-repeat right top #0080FF;
  height: 355px;
	margin: 100px 0 0 0;
}
.trlCont{
  position: relative;
  height: 355px;
}
.trlCont i{
  background: url("../images/phone.png") no-repeat;
  width: 289px;
  height: 444px;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.trlCont_ul{
  margin-left: 490px;
  padding-top: 50px;
}
.trlCont_ul li .trl_tit{
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;

}
.trlCont_ul input{
  width: 440px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px 0 0 8px;
  border: none;
  font-size: 16px;
  text-indent: 25px;
  vertical-align: middle;
}
.trlCont_ul button{
  width: 134px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: #ff9b25;
  border: none;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.trlCont_ul li span{
  width: 178px;
  height: 52px;
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
  line-height: 52px;
  text-align: center;
  margin-right: 20px;
  margin-top: 36px;
  position: relative;
}
.trlCont_ul li span:last-child{
  margin-right: 0;
}
.trlCont_ul li img{
  margin-right: 8px;
}
.trlCont_ul li em{
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.trlCont_ul li .icon_ewm{
  margin-right: 0;
}
.trlCont_ul li em:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  top: 0;
  left: 50%;
  margin-top: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.trlCont_ul li span:hover em{
  display: block;
  opacity: 1;
  bottom: -118px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: visible;
}
.footer{
  background: #1d2531;
}
.ftrList p{
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}
.ftrCont{
  padding: 60px 0;
  border-bottom: 1px solid #333b45;
}
.qyWx{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-right: 60px;
}
.qyWx img{
  border-radius: 0px;
}
.gzh{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.ftrName{
  margin-top: 20px;
}
.ftrTip{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
.ftrTip a{
  color: #ffffff;
  font-size: 12px;
}
.ftrBtnlist{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 60px;
}
.ftrBtnlist a{
  width: 98px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #0670ff;
  border-radius: 5px;
  text-align: center;
  color: #0670ff;
  margin-bottom: 40px;
  cursor: pointer;
  display: block;
}
.ftrBtnlist a:hover{
  background: #0670ff;
  color: #ffffff;
}
.redBao{
  background: rgba(29,37,49,0.9);
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 175px;
  z-index: 222;
}
.redBao_cont{
  position: relative;
  height: 175px;
}
.redBao_pic{
  position: absolute;
  bottom: 0;
  left: 40px;
}
.redBao_txt{
  margin-left: 335px;
}
.redBao_txt p{
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.redBao_txt em{
  font-size: 80px;
  color: #fcdd50;
  font-weight: bold;
  line-height: 65px;
}
.redBao_txt span{
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 5px;
}
.redBao_close{
  background: url("../images/close.png") no-repeat;
  width: 40px;
  height: 43px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.downCode{
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  margin-right: 50px;
}
.downCode p{
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  width: 17px;
  vertical-align: middle;
  margin-right: 10px;
}
.downCode span{
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.rrtBnr{
  background: url("../images/rrt_bg.jpg") no-repeat center;
  background-size: cover;
}
.mt-top-75{
  margin-top: 65px;
}
.pos_rle{
  position: relative;

}
.bnrTxt{
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}
.bnrTxt p{
  font-size: 54px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.bnrTxt span{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.rrtBnrList{
  position: absolute;
  top: 295px;
  left: 0;
  width: 100%;
}
.list_ul{
  padding: 0 100px;
}
.list_ul li{
  text-align: center;
}
.list_ul li p{
  margin-top: 10px;
  line-height: 30px;
}
.prospect{
  background: url("../images/pptbg.png") no-repeat center;
  background-size: cover;
  height: 500px;
}
.rrtTxt{
  font-size: 38px;
  color: #363636;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
}
.ppt_ul{
  background: url("../images/numbg.png") no-repeat center 20px;
  padding: 0 65px;
  margin-top: 80px;
}
.ppt_ul li{
  text-align: center;
}
.ppt_ul p{
  font-size: 20px;
  color: #0670ff;
  margin-bottom: 20px;
}
.ppt_ul p em{
  font-size: 38px;
  font-weight: 400;
}
.ppt_ul i{
  width: 10px;
  height: 10px;
  border-radius:50%;
  border: 4px solid #0670ff;
  background: #ffffff;
  display: inline-block;
}
.ppt_ul span{
  display: block;
  font-size: 20px;
  color: #969696;
}
.pptTxt{
  margin-top: 40px;
}
.pptTxt p{
  text-align: center;
  font-size: 18px;
  color: #5a5a5a;
}
.pptTxt p em{
  font-size: 26px;
  color: #0670ff;
  font-weight: 400;
}
.rrtTips{
  font-size: 20px;
  color: #5a5a5a;
  text-align: center;
}
.cooperation{
  padding:10px 0 66px;
}
.cpn_ul{
  margin-top: 60px;
}
.cpn_ul li{
  text-align: center;
}
.cpn_ul li p{
  font-size: 22px;
  color: #363636;
  margin: 30px 0 20px;
}
.cpn_ul li span{
  font-size: 16px;
  color: #969696;
  display: block;
  line-height: 37px;
}
.cpnBtn{
  text-align: center;
  margin-top: 50px;
}
.cpnBtn input{
  width: 160px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border: 0;
  background: #0670ff;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.advantage{
  background: #f5f7f9;
  padding-bottom: 60px;
}
.ate_ul{
  margin-top: 50px;
}
.ate_ul li{
  text-align: center;
  border: 2px solid #d2e5ff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 50px 20px 30px;
  background: #ffffff;
  transition: all .3s ease;
}
.ate_ul li:hover{
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.ate_ul li:last-child{
  margin-right: 0;
}
.ate_ul li p{
  font-size: 22px;
  color: #363636;
  margin: 30px 0 20px;
}
.ate_ul li span{
  font-size: 16px;
  color: #969696;
  line-height: 37px;
}
.partnership{
  padding-bottom: 90px;
  padding-top: 20px;
  overflow: hidden;
}
.ptpList{
  margin-top: 60px;
  padding: 0 100px;
}
.ptpContFirst{
  position: relative;
  background: #f7f8fa;
  /*background: linear-gradient(-101deg, transparent 82px, #f7f8fa 0);*/
  padding: 40px 60px 40px 35px;
  margin-right: -15px;
  object-fit: cover;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.ptpContFirst .ptpContTit{
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.ptpCont_ul li{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaebed;
}
.ptpCont_ul li label{
  font-size: 16px;
  color: #828282;
}
.ptpCont_ul li p{
  text-align: right;
  font-size: 16px;
  color: #828282;
}
.ptpCont_ul li p em{
  font-size: 24px;
  color: #0670ff;
  font-weight: 400;
}
.ptpContTips{
  font-size: 14px;
  color: #828282;
  margin-top: 15px;
}
.ptpContLast{
  background: #0670ff;
  /*background: linear-gradient(79deg, transparent 82px, #0670ff 0);*/
  padding: 40px 35px 40px 60px;
  margin-right: 0;
  margin-left: -15px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
.ptpContLast li{
  border-bottom: 1px solid #1f7fff;
}
.ptpContLast .ptpContTit,.ptpContLast li label,.ptpContLast li p,.ptpContLast li p em,.ptpContLast .ptpContTips{
  color: #ffffff;
}
.process{
  background: #f5f7f9;
  padding-bottom: 88px;
  padding-top: 20px;
}
.pts_ul{
  background: url("../images/prsbg.png") no-repeat center 126px;
  margin-top: 70px;
}
.pts_ul li{
  text-align: center;
}
.pts_ul li i{
  width: 11px;
  height: 11px;
  background: #0670ff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 15px;
}
.pts_ul li span{
  font-size: 20px;
  color: #969696;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.prsBtn{
  text-align: center;
  margin-top: 60px;
}
.prsBtn input{
  width: 160px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border: 0;
  background: #0670ff;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.ptp_icon_v1{
  background: url("../images/v2.png") no-repeat;
  width: 112px;
  height: 112px;
  display: block;
  position: absolute;
  right: 30px;
  top: 15px;
}
.ptp_icon_s1{
  background: url("../images/s2.png") no-repeat;
  width: 112px;
  height: 112px;
  display: block;
  position: absolute;
  left: 0px;
  top: 15px;
}
.pop{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  display: none;
}
.wins{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  padding: 50px 30px 30px;
  border-radius: 10px;
}
.wins p{
  font-size: 16px;
  color: #c2c2c2;
}
.wins li{
  border: 1px solid #0080FF;
  margin-top: 15px;
  border-radius: 5px;
}
.wins .ptrIpt{
  line-height: 35px;
  height: 50px;
  border-radius: 8px;
  width: 100%;
  text-indent: 25px;
  font-size: 16px;
  border: 0;
}
.wins .yzm{
  background: #0080FF;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.wins li:last-child{
  border: 0;
}
.wins .ptrBtn{
  border: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #0080FF;
  color: #ffffff;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.wdsClose{
  background: url("../images/close1.png") no-repeat;
  width: 25px;

  height: 25px;
  background-size: 25px 25px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  cursor: pointer;
}
/*侧边栏*/
.aside{position:fixed; right: 10px; top: 50%;-webkit-transform:translateY(-50%) ;-ms-transform:translateY(-50%) ;-o-transform:translateY(-50%) ;transform:translateY(-50%);width: 72px;z-index: 99;}
.aside_ul li{background: #333a45; width: 72px; height: 72px; line-height: 72px;position: relative;left: 0;transition:all .3s;overflow: hidden; color: #fff;font-size: 14px;cursor: pointer;}
.wx_psion{position:absolute;left: -115px;top:-40px;display: none;}
.aside_ul li:first-child{border-radius: 10px 10px 0 0;}
.aside_ul li:last-child{border-radius: 0 0 10px 10px;}
.aside_ul .active:hover{padding:0 15px 0 5px; width: 150px;left: -98px;background: #0670ff;}
.aside_ul .aside_400:hover{padding:0 15px 0 5px; width: 170px;left: -118px;background: #0670ff;}
.aside_ul .aside_wx:hover{ position:relative;overflow:inherit;}
.aside_ul .aside_wx:hover .wx_psion{left:-113px;display: block;top: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.2);transform: translateY(-50%);}
.aside_ul .aside_dn:hover .wx_psion{left:-127px;}
.wx_ewm{position:relative;background: #fff;width: 100px; height: 98px;border-radius: 3px;text-align: center;}
.wx_ewm i{width:0;height:0;border-width:10px 0px 10px 10px;border-style:solid;border-color:transparent transparent transparent #fff; position: absolute;top: 50%;right:-10px;  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform:translateY(-50%);}
.wx_ewm p{font-size: 12px;color: #0670ff;line-height: 20px;margin: 3px 0;}
.aside_ul .aside_down{width: 111px; height: 126px;}
.embed-icon {top:70%; transform:translateY(-70%); display: none;}
