.none {
  display: none;
}
.header {
  width: 100%;
  position: relative;
  -o-background-size: cover;
     background-size: cover;
}
.headerNav {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerNavFixed{
  width: 100%;
  height: 100px;
  position:fixed;
  top: 0;
  z-index: 9;
  background: #7343ff;
}
.headerNavLeft{
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 420px;
}
.headerNavLeft a{
  background: url(../img/logoWhite.png) no-repeat center;
  width: 38px;
  height: 35px;
  display: block;
  margin: 29px 9px 36px 0;
}
.headerNavLeft span{
    margin-top: -7px;
}
.headerNavRight{
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerNavRight li{
  margin-left: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerNavRightSpan1{
  font-weight: 900;
  color: #ffffff;
  margin-top: 15px;
}
.headerNavRightSpan2{
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
}
.headerNavRightSpan2:hover,.headerNavRightSpan2:active{
  font-weight: 500;
  color: #ffffff;
  margin-top: 15px;
}
.headerNavRightType1{
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 1.5px;
  margin-top: 15px;
}
.headerNavRightType2{
  width: 30px;
  height: 3px;
  /* background: #ffffff; */
  border-radius: 1.5px;
  margin-top: 15px;
}
.main{
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1200px;
  min-width: 1200px;
  text-align: center;
  margin: 20px auto 38px auto;
}
.mainLeft{
  width: 935px;
  margin-right: 25px;
}
.crumbsNav{
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  border-left: 3px solid #7343ff;
  padding-left: 8px;
  text-align: left;
  white-space:nowrap;
}
.crumbsNav>a,.crumbsNav>span{
  margin-left: 2px;
  font-weight: bold;
}
.crumbsNavA{
  color: #7343ff;
}
.mainContent{
  width: 894px;
  margin-top: 15px;
  padding: 17px 6px 26px 35px;
  border-radius: 4px;
  background: #FAFAFA;
}
.mainContent>ul{
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mainContent li{
  width: 124px;
  height: 28px;
  line-height: 28px;
  padding: 0 13px;
  border-radius: 4px;
  background: #EDEDED;
  font-size: 12px;
  color: #808080;
  margin: 10px 28px 0 0;
  text-align: left;
}
.mainContent a{
  display: block;
}
.mainContent li:hover{
  color: #7343ff;
  background: rgb(226, 221, 237);
}
.mainRight{
  width: 240px;
}
.labelContent{
  width: 100%;
  max-height: 698px;
  border-radius: 6px;
  margin: 15px auto 27px auto;
  background: #FAFAFA;
}
.labelContentBox{
  margin: 18px 0;
  width: 224px;
  max-height: 698px;
  overflow: auto;
}
.header ul li {
  float: left;
}
.labelUl1 li{
  list-style: disc;
  text-align: left;
  font-size: 12px;
  color: #666666;
  margin: 18px auto 18px 66px;
}
.labelContent2{
  width: 100%;
  max-height: 808px;
  border-radius: 6px;
  background: #FAFAFA;
  margin-top: 15px;
}
.labelContentBox2{
  margin: 8px 0;
  width: 224px;
  max-height: 808px;
  overflow: auto;
  overflow-x: hidden;
}
.labelUl2 li{
  width: 161px;
  height: 32px;
  padding: 0 13px;
  line-height: 32px;
  text-align: left;
  font-size: 12px;
  color: #666666;
  margin: 8px 0 8px 23px;
  border-radius: 4px;
}
.labelContentBox::-webkit-scrollbar,.labelContentBox2::-webkit-scrollbar {
  padding: 18px 0;
  width: 4px;
}
.labelContentBox::-webkit-scrollbar-track,.labelContentBox2::-webkit-scrollbar-track {
  background-color: #FAFAFA;
}
.labelContentBox::-webkit-scrollbar-thumb,.labelContentBox2::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
}
.labelUl1 a:hover,.labelUl1 li:hover{
  text-decoration:underline;
  color: #7343ff;
}
.labelUl2 a:hover,.labelUl2 li:hover{
  color: #7343ff;
  background: #ffffff;
}
.baseBox{
  width: 100%;
  height: 456px;
  background: #FAFAFA;
  margin-bottom: 60px;
  text-align: center;
}
.baseContent{
  width: 1198px;
  height: 456px;
  margin: auto;
  position: relative;
  background-image: url(../img/su.png);
  background-repeat: no-repeat;
  -o-background-size:1198px 287px;
     background-size:1198px 287px;
  background-position: 0 169px;
}
.baseContent h2 {
  font-size: 64px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #000000;
  padding-top: 100px;
}
.baseContent h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  margin: 33px 0 0;
}
.baseContent .download {
  width: 240px;
  height: 70px;
  overflow: hidden;
  outline: none;
  background-image: -webkit-linear-gradient(21deg, 
		#703fff 0%, 
		#9657ff 100%), 
	-webkit-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: -moz-linear-gradient(21deg, 
		#703fff 0%, 
		#9657ff 100%), 
	-moz-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: -o-linear-gradient(21deg, 
		#703fff 0%, 
		#9657ff 100%), 
	-o-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: linear-gradient(69deg, 
		#703fff 0%, 
		#9657ff 100%), 
	linear-gradient(
		#ff7447, 
		#ff7447);
  border-radius: 34.5px;
  line-height: 70px;
  margin: 60px auto -110px;
}
.download:hover {
  background-image: -webkit-linear-gradient(21deg, 
		#7f53ff 0%, 
		#a26bff 100%), 
	-webkit-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: -moz-linear-gradient(21deg, 
		#7f53ff 0%, 
		#a26bff 100%), 
	-moz-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: -o-linear-gradient(21deg, 
		#7f53ff 0%, 
		#a26bff 100%), 
	-o-linear-gradient(
		#ff7447, 
		#ff7447);
  background-image: linear-gradient(69deg, 
		#7f53ff 0%, 
		#a26bff 100%), 
	linear-gradient(
		#ff7447, 
		#ff7447);
	background-blend-mode: normal, 
		normal;
}
.download:active {
  background: #7343ff;
}
.baseContent .download a {
  display: block;
  width: 240px;
  height: 70px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 1px;
  color: #ffffff;
}
.bottomContent{
  width: 100%;
  /* height: 669px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* position: relative; */
}
.link {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  color: #999999;
  letter-spacing: 1px;
  font-size: 12px;
  /* ziti */
}
.link p a {
  color: #999999;
}
.link p span {
  margin: 11px 0;
}
.link .linkBttom {
  margin: 10px 0 0;
}

.banner{
  width: 1200px;
  display: block;
  margin: 100px auto 0;
}