﻿body{
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
/*- banner -*/
.banner-box{
  width: 100%;
  height: 950px;
  color: #ffffff;
  background : url("../../../../template/default/index/images/bannerbg.png") center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-content{
  height: 950px;
  width: 1200px;
  margin: auto;
  position: relative;
}
.banner-imgBottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
.banner-sub{
  margin-top: 100px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: "Microsoft Yahei";
  z-index: 1;
}
.banner-sup{
  margin-top: 50px;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  font-family: "Microsoft Yahei";
  z-index: 1;
}
.banner-imgRight{
  position: absolute;
  top: 46px;
  right:-50px;
  height: 843px;
  width: 794px;
  z-index: -1;
}
.banner-imgLeft{
  position: absolute;
  left: 0;
  bottom: 120px;
}
.banner-details{
  margin-top: 40px;
  font-size: 15px;
  text-align: center;
}
.banner-btn{
  text-align: center;
}
.banner-btn-box{
  text-align: center;
  height: 60px;
  width: 200px;
  border: 1px solid #ffffff;
  line-height: 60px;
  margin-top: 320px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.banner-btn-box:hover{
  background-color:#1091ff;
  border: 1px solid #1091ff;
}
.banner-btn-box>img{
  vertical-align: middle;
  margin-left: 10px;
}
/*- end -*/
/*- character -*/
.character-box{
  width: 100%;
  height: 443px;
  background-color: #ffffff;
  overflow: hidden;
}
.character-box>h3{
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  margin: 0px auto 70px auto;
}
.character-content{
  width: 1200px;
  margin: auto;
}
.character-content>.character-item{
  float: left;
  width: 25%;
  text-align: center;
}
.character-item img{
  margin-bottom: 35px;
}
.character-item h5{
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}
.character-item p{
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-align: center;
  line-height: 25px;
}
.character-item>div{
  width: 230px;
  margin: auto;
}
/*- end -*/
.functions{
  background-image: url('../../../../template/default/index/images/plot.png');
  height: 1464px;
}
.functions-box{
  width: 1200px;
  margin: 0 auto;
}
.functions-box>h3{
  padding-top: 80px;
  font-size: 36px;
  text-align: center;
}
.functions-left{
  height: 450px;
  width: 100%;
}
.functions-right{
  height: 450px;
  width: 100%;
}
.functions-left>*,.functions-right>*{
  float: left;
}
.functions-right .functions-infor{
  margin-top: 225px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 500px;
}
.functions-left .functions-infor{
  margin-top: 225px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 700px;
}
.functions-infor-title{
  font-size: 60px;
  color: #333333;
  margin-bottom: 30px;
}
.functions-infor-details>ul>li{
  position: relative;
  line-height: 35px;
}
.functions-infor-details-point{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #AFDEFF;
  display: inline-block;
  vertical-align: middle;
}
.functions-infor-details-text{
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
}
.functions-right .functions-image{
  margin-top: 225px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 700px;
}
.functions-left .functions-image{
  margin-top: 225px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 500px;
}
/*- end -*/
/*- product -*/
.product-box{
  width: 100%;
  height: 541px;
  background-color: #ffffff;
  overflow: hidden;
}
.product-content{
  width: 1200px;
  margin: auto;
}
.product-content>.product-flow{
  float: left;
}
.product-flow>h5{
  font-size: 30px;
  font-weight: normal;
  color:#795eff;
  margin: 150px 0 25px 13px;
}
.plane-item>span{
  float: left;
  color: #808080;
  font-size: 16px;
}
.plane-item>span:first-child{
  font-size: 25px;
  font-weight: bold;
  line-height: 13px;
  margin-right: 10px;
}
.plane-item>span:last-child{
  font-size: 16px;
  width: 455px;
  line-height: 25px;
  margin-bottom: 20px;
}
.product-img{
  float: right;
  margin-top: 90px;
}
/*- end -*/
/*- end -*/
.solution-box{
  height: 500px;
  background-image: url('../../../../template/default/index/images/bg1.png');
  background-size: 100% 100%;
}
.solution-box .character-content .character-item img{
  margin-top: 50px;
  margin-bottom: 20px;
}
.solution-box>h3{
  margin-top: 70px;
}
.solution-box .character-content .character-item{
  width: 225px;
  height: 200px;
  margin-right: 15px;
  background-color: #ffffff;
}
.solution-box .character-content .character-item h5{
  font-size: 16px;
  color: #333333;
}
#popup-box{
  width: 460px;
  height: 380px;
  background-color: #ffffff;
  overflow: hidden;
  position: fixed;
  left: calc(50% - 230px);
  top: calc(50vh - 190px);
  display: none;
  z-index: 10;
}
#popup-box h1{
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin: 70px auto 30px;
  font-weight: 600;
}
#popup-box a{
  outline: none;
  text-decoration: none;
}
#popup-box a div{
  width: 260px;
  height: 50px;
  margin:0 auto 15px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#popup-box a div:hover{
  color: #1091ff;
  border: 1px solid #1091ff;
  background-color: #e7f4ff;
}
#popup-box .close-box{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  color: #888;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5;
}
#popup-box .close-box:hover{
  opacity: 1;
}
#download-now:hover{
  background-color: white;
  color: #1091ff;
  border: 1px solid #1091ff;
}
.overlay-box{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.2;
  display: none;
  z-index: 7;
}