html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    ul{
    	padding: 0;
    	margin: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;

    }
 	.container{
 		min-width: 1200px;
    	width: 100%;
    	height: 100%;
    }
    .header{
    	width: 100%;
    	height: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-container {
    /*width: 600px;*/
    /*height: 300px;*/
} 
.header{
	position: relative;
	text-align: center;
}
.header-con{
	width: 1200px;
    position: absolute;
    margin: 0 auto;
    z-index: 33;
    color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.swiper-wrapper>div:nth-child(1) img{
	width: 100%;
	height: auto;
}
.swiper-wrapper>div:nth-child(2) img{
width: 100%;
	height: auto;
	
}
/*.con-top{
	    height: 110px;
    line-height: 110px;
	    display: inline-block;
}*/
.con-top div{
	float: left;
}

/*.con-top>.nav ul li.active-nav{
	color: #0a9ad7;
}*/




/*.con-top>.nav ul li a:hover{
	color: #0a9ad7
}*/
.con-bom>div:nth-child(1){
	font-size: 34px;
	font-weight: bold;
    text-align: left;
    margin-left: 40px;
    margin-top: 130px;
}
.con-bom>div:nth-child(2){
	font-size: 26px;
    text-align: left;
    margin-left: 40px;
    margin-top: 30px;
    /*color:#D5D7D7;*/
    
}
/*.con-bom>.moresty{
	font-size: 26px;
    text-align: left;
    margin-top: 20px;
}*/
.con-bom>div:nth-child(3){
	font-size: 26px;
	    margin-left: 30px;
    text-align: left;
    margin-top: 20px;
}
.zhe{
	width: 100%;
    z-index: 22;
    position: absolute;
    background: rgba(0,0,0,0.3);
    height: 100%;
    top: 0;
}

.con-bom>.btn-more{
    width: 190px;
    height: 50px;
    text-align: center;
    margin-top: 62px;
    line-height: 50px;
    border-radius: 30px;
    background: #007AFF;
    color: #Fff;
    font-size: 18px;
    cursor: pointer;
}
.content{
	width: 100%;
	height: auto;
	position: relative;
}
.content-top,.content-bom{
	left: 50%;
    width: 1200px;
    top: 0;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
}
.content-top>div:nth-child(1){
	margin-top: 50px;
}
.content-top>div:nth-child(1)>ul>li{
	width: 49%;
	height: 330px;
	float: left;
	margin-left: 5px;
}
.num1>h2{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 10px;
}
.num1>p{
	width: 93%;
	margin: 0 auto;;
	margin-top: 10px;
	text-align: left;
	line-height: 25px;
	color:#ABABAB;
}
.num1>span{
	display: block;
	text-indent: 20px;
	margin-top: 20px;
}
.num1>span>h4{
	line-height: 30px;
}
.num2>h2{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 10px;
}
.num2>p{
	width: 93%;
	margin: 0 auto;;
	margin-top: 10px;
	text-align: left;
	line-height: 25px;
	color:#ABABAB;
}
.num2>p>input{
    width: 265px;
    height: 40px;
    border: 1px solid #c7c7c7;
    text-indent: 10px;
    font-size: 12px;
    color: #999999;
}
.num2>p>textarea{
    width: 544px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 80px;
        font-size: 12px;
    color: #999999;
    text-indent: 10px;
    line-height: 30px;
}
.num2>div{
    width: 110px;
    height: 40px;
    float: right;
    background-color: #0A9AD7;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 3px;
    margin-right: 25px;
}
/*尾部*/
/*.footer{
    width: 100%;
    height: 450px;
    background: #081e29;
    margin-top: 0px;
    position: absolute;
}*/
.contact-p{
	    width: 93%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    line-height: 25px;
    color: #ABABAB;
}
.contact-input{
	    height: 55px;
    width: 265px;
    height: 40px;
    border: 1px solid #c7c7c7;
    text-indent: 10px;
    font-size: 12px;
    color: #999999;
}
.contact-tex{
	    width: 544px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 80px;
    font-size: 12px;
    color: #999999;
    text-indent: 10px;
    resize: none;
    line-height: 30px;
}
.btn-sect{
	width: 110px;
    height: 40px;
    float: right;
    background-color: #0A9AD7;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 25px;
}
