@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  //font-size: 0;
}
html {
  font-family: "Microsoft Yahei", "PingFang SC Regular", "宋体";
}
body {
  min-width: 1200px;
  margin: 0 auto;
}

.mask{
	z-index:9998;
    width: 100%;
    height:100%;
    background-color: black;
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
    //z-index: 1;
    display: none;
}

li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
  font-size: 0;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
a {
  text-decoration: none;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0;
}
.red {
  color: #f00;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 定义常用参数 */
/* 常用样式设定 */
.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main_product2 {
	  display: flex;
	  width: 1200px;
	  margin-left: auto;
	  margin-right: auto;
	}

.img-width {
  width: 100%;
}
.img2-width {
	width: 80%;	
}
.img3-width {  
  width: 20%;
  font-size: 16px;
}

.align-items {
  display: flex;
  align-items: center;
}
.justify-content {
  display: flex;
  justify-content: center;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.flex {
  display: flex;
}
.abs-center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
/* 头部 */
header {
  margin-bottom: 10px;
}
header .main {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header img {
  width: 160px;
}
header a {
  font-size: 16px;
  color: #333;
  letter-spacing: 2px;
  border-bottom: 2px solid #fff;
  padding: 10px;
}
header a:hover,
header a.active {
  font-weight: bold;
  border-bottom: 2px solid #5aa6fc;
}
/* 底部 */
footer {
  background: #242930;
  padding: 65px 0 50px;
}
footer .footer-head {
  display: flex;
  justify-content: space-between;
}
footer .footer-head span {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
}
footer .footer-head ul li {
  font-size: 14px;
  color: #9a9ba3;
  line-height: 32px;
}
footer .footer-head div {
  display: flex;
  flex-direction: column;
}
footer .footer-head div img {
  margin-top: 10px;
  width: 110px;
}
footer .bottom-text {
  border-top: 1px solid #3e4349;
  margin-top: 40px;
  padding-top: 40px;
}
footer .bottom-text p {
  font-size: 14px;
  color: #9a9ba3;
  margin-bottom: 10px;
}
body {
  height: auto !important;
}
/* 首页 */
.banner .swiper-slide .main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .swiper-slide .main h2 {
  font-size: 40px;
}
.banner .swiper-slide .main p {
  margin: 30px 0 45px;
  font-size: 16px;
}

.banner .swiper-slide .main a {
  padding: 12px 0;
  border: 1px solid white;
  color: white;
  text-shadow: none;
  width: 180px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 10px;
}

.title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 4px;
  text-align: center;
  border-bottom: 2px solid #5aa6fc;
  width: 420px;
  padding: 15px 0;
  margin: 0 auto;
}
.use {
  margin-top: 40px;
  margin-bottom: 80px;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 50px;
  text-align: center;
}
.use img {
  margin-top: 70px;
}
.img-part {
  position: relative;
}
.img-part .main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-part .main a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 12px 30px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #325184;
}
.advantages {
  margin-top: 40px;
  margin-bottom: 90px;
}
.advantages ul {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
.advantages ul li {
  display: flex;
  flex-direction: column;
  width: 200px;
  text-align: center;
}
.advantages ul li div {
  width: 55px;
  height: 55px;
  margin: 0 auto 40px;
  text-align: center;
}
.advantages ul li img {
  width: 50px;
}
.advantages ul li span {
  font-size: 16px;
  line-height: 16px;
  color: #3b516a;
  font-weight: bold;
}
.advantages ul li p {
  font-size: 14px;
  margin-top: 18px;
  color: #95989d;
  line-height: 26px;
  text-align: left;
}
.img-part2 {
  height: 400px;
  background: url(../images/search-01.jpg);
  background-attachment: fixed;
}
.img-part2 .title {
  color: #fff;
  padding-top: 50px;
}
.updata {
  margin-top: 40px;
}
.updata .main {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 80px;
}
.updata .main li {
  width: 370px;
}
.updata .main li div {
  overflow: hidden;
  height: 238px;
}
.updata .main li img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.updata .main li img:hover {
  transform: scale(1.1);
  transition: all 0.6s;
}
.updata .main li p {
  font-size: 16px;
  line-height: 16px;
  color: #3b516a;
  margin-top: 25px;
  padding: 0 10px;
}
.updata .main li p span {
  font-size: 14px;
  color: #95989d;
  float: right;
}
/* 产品 */
.product-banner .main {
  position: absolute;
  top: 0;
  left: 50%;
  height: 500px;
  margin-left: -600px;
  z-index: 99999;
}
.video video {
  width: 100%;
  margin: 45px auto 20px;
}
.video .video-con {
  flex-flow: wrap;
  display: flex;
  margin: 20px auto 80px;
}
.video .video-con li {
  margin: 20px;
  cursor: pointer;
}
.video .video-con li p {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.video .video-con li img {
  width: 180px;
}
.video .video-con div {
  width: 75%;
  margin: 0 auto;
}
.changeTab {
  display: none;
}
.changeTab:nth-of-type(1) {
  display: block;
}
.product-title {
  height: 500px;
  background: #061A38 url(../images/tm-banner.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.product-title .main {
  padding-left: 20px;
  color: #fff;
}
.product-title .main h3 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 4px;
  padding: 120px 0 30px;
}
.product-title .main p {
  font-size: 16px;
  line-height: 40px;
}
.product-title .main a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 35px 10px 0;
}

.function {
  z-index: 99;
  box-shadow: 0 3px 23px 0 rgba(2, 60, 126, 0.16);
  position: relative;
  top: -50px;
  height: 288px;
  background: #fff;
  padding: 25px 0;
}



.function ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 70%;
}

.function div {
	  //display: flex;
	  //align-items: center;
      text-align:center;
	  flex-wrap: wrap;
	  height: 30%;
}



.function .now {
	  margin: 20px 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}

.function .now p {
	  font-size: 14px;
}
.function .now b {
	  margin: 25px 35px;
	  color: #5aa6fc;
	  font-size: 14px;
}
.function .now button {
	  width: 120px;
	  height: 40px;
	  background: #298dff;
	  color: #ffffff;
	  border-radius: 4px;
	  cursor: pointer;
	  outline: none;
	  border: 0;
	  font-size: 14px;
	  letter-spacing: 1px;
}


.function ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 25%;
  padding-left: 40px;
}
.function ul li div img {
  width: 60px;
  margin-right: 10px;
}
.function ul li p {
  font-size: 14px;
}
.function ul li.active p {
  color: #5aa6fc;
}


.characteristic {
  margin-bottom: 70px;
  //background:#F5F5F5;
}
.characteristic p {
  font-size: 16px;
  color: #999999;
  margin: 20px 0 40px;
  letter-spacing: 1px;
  text-align: center;
}
.characteristic img {
  box-shadow: 0 3px 15px 0 rgba(2, 60, 126, 0.16);
}


/* 购买 */
.purchase {
  background: #061A38 url(../images/new_banner.jpg) center center no-repeat;
}
.buyInfo {
  box-shadow: 0 3px 23px 0 rgba(2, 60, 126, 0.16);
  margin: 40px auto 100px;
  background: url(../images/login-bg.0d1a6d2b.jpg);
  padding: 20px 0;
}
.buyInfo > div {
  border-bottom: 1px dotted #dddfe3;
  padding: 20px 20px;
  margin: 0 60px;
  display: flex;
  align-items: center;
  height: 100px;
}
.buyInfo > div:last-child {
  border: 0;
}
.buyInfo > div .name {
  font-size: 20px;
  color: #333;
}
.buyInfo > div span {
  display: block;
  color: #333;
  width: 200px;
  letter-spacing: 2px;
  font-size: 16px;
}
.buyInfo > div input[type=text] {
  width: 584px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  color: #333;
  outline: none;
  font-size: 14px;
  text-indent: 22px;
}
.buyInfo > div label {
  display: inline-block;
  padding: 15px 14px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e4e7eb;
  border-radius: 2px;
  margin-right: 12px;
  color: #666666;
  cursor: pointer;
  max-width: 156px;
  height: 46px;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-right: 20px;
  position: relative;
}
.buyInfo > div input[type=radio] {
  display: none;
}
.buyInfo > div input[type="radio"]:checked + label {
  color: #298dff;
  border-color: #298dff;
}
.buyInfo > div label[for="one"]::after {
  content: "";
  display: block;
  background: url(../images/recommend-func3.jpg) no-repeat;
  width: 40px;
  height: 34px;
  background-size: 100%;
  position: absolute;
  right: -18px;
  top: -18px;
}
.buyInfo > div p {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #ff6868;
}
.buyInfo > div input[type=button] {
  width: 120px;
  height: 40px;
  background: #298dff;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 200px;
}
.buyInfo .hiddenPay {
  height: auto;
  display: none;
}
.buyInfo .hiddenPay img {
  border: 2px solid #298dff;
  border-radius: 6px;
}
.download {
  height: 400px;
  background: #061A38 url(../images/tm-11.jpg) center center no-repeat;
}
.download .main a {
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0;
  margin: 160px 300px 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.browser {
  margin: 40px auto 80px;
}
.browser .now {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browser .now p {
  font-size: 14px;
}
.browser .now b {
  margin: 25px 35px;
  color: #5aa6fc;
  font-size: 14px;
}
.browser .now button {
  width: 120px;
  height: 40px;
  background: #298dff;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.browser ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  border: 0.5px solid #9898981c;
}
.browser ul li {
  padding: 30px 0;
  width: 33.33%;
  text-align: center;
  border: 0.5px solid #9898981c;
}
.browser ul li span {
  font-size: 14px;
  color: #999;
}
.browser ul li p {
  margin: 20px auto 10px;
  width: 110px;
  height: 110px;
  box-shadow: 0 3px 23px 0 rgba(2, 60, 126, 0.16);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.browser ul li p b {
  background: url(../images/all-browser-icon.png) no-repeat;
  width: 57px;
  height: 57px;
}

.browser ul li p:hover {
  box-shadow: 0 0px 15px #298dff;
}

.browser ul li:nth-of-type(1) p b {
  background-position: -151px -241px;
  //background-position: 58px 56px;

}

.browser ul li:nth-of-type(2) p b {
  background-position: -87px -87px;
}
.browser ul li:nth-of-type(3) p b {
  background-position: -164px -10px;
}
.browser ul li:nth-of-type(4) p b {
  background-position: -237px -82px;
}
.browser ul li:nth-of-type(5) p b {
  background-position: -10px -164px;
}
.browser ul li:nth-of-type(6) p b {
  background-position: -87px -164px;
}
.browser ul li:nth-of-type(7) p b {
  background-position: -78px -241px;
}
.browser ul li:nth-of-type(8) p b {
  background-position: -223px -241px;
}

.browser ul li:nth-of-type(9) p b {
  background: url(../images/browser-firefox-new.png) no-repeat center;
}

.download-part {
  background: url(../images/point-bg.jpg) no-repeat;
  height: 140px;
  background-size: 100% 100%;
}
.download-part div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.download-part p {
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 4px;
}
.download-part a {
  padding: 14px 42px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 26px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  margin-left: 45px;
}
.help {
  height: 400px;
  background: #061A38 url(../images/portrayal-04.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.help .main h3 {
  padding: 95px 0 30px;
}
.helpCon {
  margin: 40px auto 80px;
}
.helpCon .flex {
  margin-top: 50px;
  justify-content: space-between;
}
.helpCon .flex div {
  width: 28%;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 3px 23px 0 rgba(2, 60, 126, 0.16);
  display: flex;
}
.helpCon .flex div img {
  width: 65px;
  margin: 25px 33px;
  height: 65px;
}
.helpCon .flex div ul {
  display: flex;
  flex-direction: column;
}
.helpCon .flex div ul p {
  font-size: 20px;
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 15px;
}
.helpCon .flex div ul a {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}
.helpCon .flex div ul a:hover {
  color: #5aa6fc;
}
.about {
  height: 400px;
  background: #061A38 url(../images/portrayal-08.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.about .main h3 {
  padding: 95px 0 30px;
}
.company {
  margin: 40px auto 80px;
}
.company div {
  margin: 30px 50px;
  border: 1px solid #c4c4c466;
  border-radius: 20px;
  padding: 40px 40px 50px;
  text-align: center;
}
.company div p {
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
  line-height: 24px;
  margin-bottom: 24px;
  color: #999;
}
.company div img {
  margin-top: 30px;
}
.contact div {
  display: flex;
  margin: 30px 0 80px;
  justify-content: space-between;
}
.contact div li {
  width: 30%;
  text-align: center;
}
.contact div li b {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 15px;
}
.contact div li img {
  width: 73px;
}
.contact div li p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact div li span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #999;
}
