@max-width:1000px;

@main-color:rgba(42,177,243,1);

@font-color:#ffffff;

@333:#333333;
.float(@n){
  float: @n;
}
body{
  font-family: "Microsoft Yahei",Arial,"Open Sans","Helvetica Neue",Helvetica,Arial,STHeiti,sans-serif;
}
.border-radius(@n){
  border-radius:@n;
}

@font-face {
  //font-family: fzjt;
  //src: url('../font/fzjt.ttf');
}

body{
  padding-top: 0px;
}

.container{
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  -moz-box-shadow: 1px 1px 7px #E0E0E0;
  -webkit-box-shadow: 1px 1px 7px #E0E0E0;
  box-shadow: 1px 1px 7px #E0E0E0;

}
.header{
  width: @max-width;
  margin: 0 auto;
  height: 80px;
  // line-height: 70px;
}
.banner{
  height: 500px;
}

.banner-top{
  padding-top: 50px;
}
.logo{
  float: left;
  // margin-top: -10px;
  margin-top: 30px;
}

.logo img{
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-top: -7px;
 
}
.logo .guanli{
  display: inline-block;
  width:170px;
height:19px;
font-size:18px;
font-family:PingFang SC;
font-weight:400;
color:rgba(0,0,0,1);
margin-left: 5px;
}
.apply{
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border:1px solid @main-color;
  background-color: @main-color;
  color:@font-color;
  .float(right);
  text-align: center;
  font-size: 16px;
  .border-radius(6px);
  margin-top: 23px;
  overflow: hidden;
  // padding: 8px 0;
  cursor: pointer;

}

.more{
  display: block;
  width: 120px;
  //height: 40px;
  //line-height: 40px;
  border:1px solid @main-color;
  background-color: @font-color;
  color:@main-color;
  text-align: center;
  font-size: 16px;
  .border-radius(20px);
  margin:0 auto;
  margin-top: 20px;
  overflow: hidden;
  padding: 8px 0;
}

.navbar{
  .float(right);
  margin-right: 61px;

}
.navbar>ul>li{
  .float(left);
  position: relative;
  display: block;

  padding: 0 15px;


}
.navbar>ul>li>a{
  font-size: 18px;
  color: @333;
  padding: 30px 15px;
  display: block;
  position: relative;
}
.navbar>ul>li>a:hover{
  // color: @main-color;
  color: rgba(42,177,243,1);
}
.nav-option{
  margin: 0 auto;
}

.dropdown-menu{
  width: 140px;
  border-top: 2px solid @main-color;
  position: absolute;
  margin-left: -37px;
  top: 78px;
  background: @font-color;
  z-index: 999;
  display: none;
  -moz-box-shadow:1px 1px 7px #E0E0E0; -webkit-box-shadow:1px 1px 7px #E0E0E0; box-shadow:1px 1px 7px #E0E0E0;
}

.dropdown-menu li{
  font-size: 14px;
  color: @333;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 18px;
}

.dropdown-menu li a{
  color: @333;
}
.dropdown-menu li a:hover{
  color: @main-color;
}




.footer{
  width: 100%;
  height: 409px;
  // background: #444444;
  background:rgba(68,68,68,1);
  position: relative;
}

.footer-main{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}
.footer-main ul {
  // text-align: center;
  margin:  10px;
  flex: 1;
  // margin-top: 30px;
  // float: left;
}
.footer-main ul li{
  margin-bottom: 25px;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
.footer-main ul li a{
  color: #ffffff;
}
.footer-main ul img{
  margin-right: 8px;
  display: block;
  float: left;
}
.footer-product{
  margin-right: 70px;
}
.footer-programme{
  margin-right: 70px;
}
.footer-about{
  margin-right: 70px;
}
.footer-mobile{
  margin-right: 70px;
}
.record{
  font-size: 14px;
  color: #ffffff;
  // position: absolute;
  width: 1000px;
  text-align: center;
  bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(170,170,170,1);
  
}
.main-partner{
  background: #f4f4f4;
  padding-bottom: 100px;
}
.icon-hover-pk:hover .icon-pk{
  background: url("../images/icon-pk-curr.png") no-repeat;
}
.icon-hover-bp:hover .icon-bp{
  background: url("../images/icon-bp-curr.png") no-repeat;
}
.icon-hover-sf:hover .icon-sf{
  background: url("../images/icon-sf-curr.png") no-repeat;
}
.icon-hover-hl:hover .icon-hl{
  background: url("../images/icon-hl-curr.png") no-repeat;
}
.icon-hover:hover .product-title{
  color: @main-color;
}
.logo-list img{
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
}
.centent-servicr{
  height: 640px;
  padding-left: 2px;
}
.servicr-list{
  width: 400px;
  height: 320px;
  border: solid 1px #d0d0d0;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.servicr-list dt{
  width: 105px;
  height: 105px;
  margin: 0 auto;
  margin-top: 70px;
}
.servicr-list dd{
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 40px;
  text-align: center;
}
.step-introduce{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: @main-color;
  display: none;
}
.step-introduce p{
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-top: 90px;
  text-align: center;
}
.step-introduce span{
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 340px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}





input,textarea,button{
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
.dev {
  float: left;
  margin-left: 20px;
  position: relative;

  //font-size: 18px;
  //color: #333;
  //text-align: left;
  //font-family: fzjt;
  //line-height: 100px;
}
.dev:after{
  content: "";
  width: 1px;
  height: 30px;
  background-color: #999999;
  position: absolute;
  left: -20px;
  top: 0;
  margin-top: 35px;
}

.dev img{
  height: 18px;
  margin-top:41px;
  width: auto;
}

.nav-current{
  color:rgba(42,177,243,1) !important;
}
.f-t{
  color: #ffffff !important;
  font-size: 16px !important;
  margin-bottom: 38px;
}

.error{
  width: 300px;
  height: 150px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -150px;
  -moz-box-shadow:1px 1px 7px #E0E0E0; -webkit-box-shadow:1px 1px 7px #E0E0E0; box-shadow:1px 1px 7px #E0E0E0;
  display: none;
}
.error p{
  line-height: 100px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.error .btns{
  width: 100px;
  height: 35px;
  background: #ff9a00;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  cursor: pointer;
}
.gif{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3) url("../images/gif.gif") no-repeat center center;
  background-size:50px 50px;
  display: none;
}