body{
  font-family: "STHeiti","Microsoft YaHei","Helvetica","Arial","sans-serif";
  padding:0;
  margin: 0;
  min-width: 1024px;
}
p{
  margin: 0;
  padding: 0;
}
button{
  margin: 0;
  padding: 0;
  border: none;
  outline: none; 
}
a{
  text-decoration: none;
}
a:link {color: gray;}
a:visited {color: gray;} 
a:hover {color: #55b8d7;}
a:active {color: #55b8d7;} 
ul,li{
  margin:0;
  padding: 0;
}
input,textarea{
  padding: 0;
  margin: 0;
  outline: none;
}
/* 去除ie 10 以上 input 的X */
input[type="text"]::-ms-clear {
  display:none
}
/********************** logo部分 *****************/
#logo-wraper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 80px;
  background: #FFFFFF;
  z-index: 10;
}
#logo{
  width: 1024px;
  height: 80px;
  margin: 0 auto;
}
#logo img{
  float: left;
  width: 60px;
  height: 60px;
  margin: 10px;
}
.name{
  font-weight: 600;
  float: left;
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
}
.nav-wrap{
  float: left;
  width: 500px;
  padding: 0 50px;
  font-weight: 500;
}
.nav-wrap>ul{
  display: inline-block;
  width: 500px;
  padding: 0 50px;
}
.nav-wrap>ul>li{
  display: inline-block;
  width: 100px;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #fff;
  text-align: center;
  margin-bottom: 10px;
}
.nav-login{
  float: right;
}
.login {
  width: 200px;
  padding: 0 50px;
}
.login span{
  float: right;
  /* display: inline-block; */
  width: 50px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/************************* head部分 **************/
#head-wraper {
  position: relative;
  width: 100%;
  min-width: 1024px;
  height: 600px;
  margin-top: 80px;
  background: rgba(0, 0, 0, 0.39);
}
.head-background{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#head{
 width:1024px;
 height:600px;
 margin: 0 auto;
 position: relative;
}
#head-img{
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 150px;
  text-align: center;
}
.head-big{
  font-size: 60px;
  color: #ffffff;
  padding: 50px 0 20px 0;
}
.head-small{
  font-size: 30px;
  color: #ffffff;
}


/************************公司简介  *****************/
#describe-wraper{
  margin: 0 auto;
  min-width: 1024px;
  background: #fff;
}
.describe {
  max-width: 1024px;
}

.describe .motto{
  color: #666;
  font-weight: 600;
  font-size: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.describe .detail{
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  min-width: 1024px;
}



/************************* banner部分 **************/
#navbar-wraper{
  width:100%;
  min-width: 1024px;
  background: #e8eaec;
  color: #666;
}
.navbar{
  box-sizing: border-box;
  width: 1024px;
  padding: 0 143px;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
}
.nav-item{
  float: left;
  width: 285px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 20px 0 20px;
  margin-left: 30px;
  height: 300px;
}
.aboutus{
  width: 1024px;
  padding: 0;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
}
#service,#callUs{
  font-weight: 600;
  width: 100%;
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.nav-item .title{
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav-item .detail{
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
#call-style{
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
}

.call{
  float: left;
  width: 325px;
  padding: 0;
  border: none;
  margin-left: 12px;
  height: 400px;
}
.text-input{
  width: 295px;
  margin: 0 10px;
  margin-bottom: 20px;
  height: 30px;
  padding-left: 10px;
}
.text-textarea{
  color: #666;
  padding: 10px;
  width: 285px;
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.sub-btns{
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background: rgb(85, 184, 215);
}
.map{
  width: 100%;
}
.address-detail{
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 40px;
}
.address-detail>span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 30px;
}


/******************** 注册部分 ***********************/
#register-wraper{
  width: 100%;
  min-width: 1024px;
  background: #fff;
  overflow: hidden;
}
#register{
  width: 1024px;
  margin: 0 auto;
}
.left{
  float: left;
  margin-top:43px;
  margin-left:33px;
}
.left img{
  width: 294px;
  height: 595px;
}
.right{
  float: left;
  margin-top:60px;
  margin-left: 115px;
}
.info{
  margin-top: 101px;
  margin-bottom: 101px;

}
.info img{
  width: 550px;
  height: 194px;
}

/****** 手机验证 *****/
.test-wrqaper{
  width: 527px;
  background:url(/src/images/form.png) no-repeat 0 0;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  border-radius: 20px;
  padding-top: 31px;
}

/* IE8及以下 */
@media \0screen\,screen\9 {   
  .test-wrqaper{
    background: none;
    border: 1px solid #ccc;
  }  
}

.phone{
  text-align: center;
  margin:0 auto;
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 48px;
  width: 400px;
  height: 50px;
  border: 1px solid #5B83FF;
  -moz-border-radius: 50px; /* Firefox */
  -webkit-border-radius: 50px; /* Safari 和 Chrome */
  border-radius:50px;
}
.code{
  text-align: center;
  margin:0 auto;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 48px;
  width: 400px;
  height: 50px;
  border: 1px solid #5B83FF;
  -moz-border-radius: 50px; /* Firefox */
  -webkit-border-radius: 50px; /* Safari 和 Chrome */
  border-radius:50px;
  display: none;
}
.phone input{
  font-size: 18px;
  width: 85%;
  border: none;
  outline: none;
  background: #fff;
  height: 46px;
  line-height: 48px;
}
.code input{
  font-size: 18px;
  width: 49%;
  border: none;
  outline: none;
  background: #fff;
  height: 46px;
  line-height: 48px;
}
.countdown{
  font-size: 18px;
  background: #fff;
  display: inline-block;
  width: 30%;
  height: 46px;
  line-height: 48px;
}
.depart{
  display: inline-block;
  width: 1%;
  text-align: center;
  color: blue;
  height: 46px;
  line-height: 48px;
  *line-height:36px;
}
/* 验证信息 */
.phoneText,.codeText{
  color: #FF1515;
  font-size: 12px;
  width: 400px;
  padding-left: 20px;
  margin: 17px auto;
  display: none;
}
/* 测一测按钮 */
.btn {
  border-radius: 10px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  height: 50px;
  width: 400px;
  line-height: 50px;
  cursor: pointer;
  background-color: #007bff;
  border-color: #007bff;
  background-size: 400px 50px;
  -moz-background-size: 400px 50px;
  -o-background-size: 400px 50px;
  -webkit-background-size: 400px 50px;
  margin:0 auto;
}

.btn:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

/* IE8及以下 */
@media \0screen\,screen\9 {   
  .btn{
    background-image: none;
    background-color: #FF1515;
  }
}

/* 小花猪协议 */
.test-wrqaper .agreement{
  color: #909090;
  font-size: 12px;
  text-align: center;
  width: 527px;
  padding-top: 16px;
  padding-bottom: 34px;
}
.agreement a{
  color: #5B83FF;
  text-decoration: none;
}
/************************************* 信息展示部分 *****************************/
#display-wraper{
  width: 100%;
  min-width: 1024px;
  height:686px;
  background:  #E2ECFF;
}
#display{
  width: 1024px;
  height: 686px;
  margin: 0 auto;
}
.dis-info,.dis-img{
  float: left;
}
.dis-info{
  margin-left: 33px;
  margin-right: 115px;
  margin-top: 256px;
}
.dis-info img{
  width: 550px;
  height: 194px;
} 
.dis-img{
  margin-top: 49px;
}
.dis-img img{
  width:294px;
  height: 595px;
}
/************************************* footer部分 ********************************/
#footer-wraper{
  width: 100%;
  min-width: 1024px;
  /* height: 198px; */
  background: #fff;
  color: #999;
}
#footer {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
.more {
 margin-top: 39px;
 font-size: 22px;
 width: 1024px;
 overflow: hidden;
}
.more-item {
  float: left;
  width: 33.33%;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.more-item-path {
  color: #C5D0F5;
}
.more-item-name {
  color: #ffffff;
 }

.commpany-detail {
  margin: 130px 0;
  font-size: 15px;
  width: 1024px;
}
.commpany-detail>p {
 margin-bottom: 8px;
 text-align: center;
 height: 18px;
 line-height: 18px;
}
.footer-phone{
  font-size: 20px;
  width: 100%;
  height: 20px;
  text-align: center;
  padding-bottom: 21px;
  padding-top: 5px;
  line-height: 20px;
}
.footer-phone>img{
  position: relative;
  left:0;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
.footer-phone>p {
  margin-bottom: 8px;
  text-align: center;
  vertical-align: middle;
 }

 .scan-img{
   width: 1024px;
   overflow: hidden;
   padding-top:80px;    
 }
 .img-wrap{
   float: left;
   width: 180px;
   padding-left: 121px;
 }
 .img-wrap>img{
  width: 100%;
}
.img-name{
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 80px;
}
/*********** 验证信息弹窗 ************/
.toast{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}
/* IE8及以下 */
/* @media \0screen\,screen\9 {   
  .toast{
    background: #aaa;
  }
} */
#scan{
  position: fixed;
  left: 50%;
  top:50%;
  width: 500px;
  transform: translate(-50%,-50%);
  background:#fff;
  z-index: 101
}
#close{
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 13px;
}
#close img{
  width: 16px;
  height: 16px;
}
.tip{
  font-size: 18px;
  color: #FF2B2B;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.success{
  color: #000;
  font-size: 16px;
  padding: 0 30px;
  /* padding-top: 50px; */
  padding-bottom: 30px;
  margin: 0 auto;
}
#scan-img{
  width: 264px;
  height: 264px;
  display: block;
  margin: 0 auto;
}
.describe{
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  
}
/*********** 控制显示隐藏 ************/
.show{
  display: block;
}
.stop{
  overflow-y: hidden;
}

.nav-wrap>ul .active{
  border-bottom-color:#FF1515; 
}