@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
body { max-width: 415px; width: 100%; margin: 0px auto;background: #eee;}

.container {
    padding: 0 10px;
    margin: 0 auto;
}

.header{
	padding: 30px 0;
	background: url(../images/bj.jpg) no-repeat tan center;
	background-size: cover;
	margin-top:20px;
}
.header .logo {
    width: 30%;
}
.header .right{
	margin-left: 3%;
}
.header .right p{
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
.header h1 {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.img-center {
    text-align: center;
    /*font-size: 0;*/
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.img-cover {
    overflow: hidden;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero {
    width: 100%;
    position: relative;
    padding: 0px 0 0 0;
	height: auto;
  }
  .hero .caption {
    height: 80vh;
    padding-top: 100px !important;
  }
  
  .hero .btn-get-started {
      font-size: 14px;
      width: 20%;
      border-left: 1px solid #eee;
      background: #fff;
      line-height: 50px;
	  color: #2f89fc;
	  font-weight: 600;
  }

  .icon-boxes .card-two {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  
  
/* 表单 */
.new_bd_form_box {
  margin: 30px auto 0;
  border-radius: 30px;
}

.new_bd_form_box form{
	    display: flex;
	    align-items: center;
	    background: #fff;
}

.new_bd_form_box strong {
display: block;
font-size: 24px;
text-align: center;
color: #fff;
}
.new_bd_form_box h5 {
font-size: 34px;
margin: 25px 0px 40px;
text-align: center;
color: #050068;
}
.new_bd_form_box form input {
	line-height: 50px;
	width: 80%;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	background: #ffff;
}


.bd_4_form {
	padding: 10px 10px;
    background: #5574e7;
    border-radius: 10px;
    box-shadow: 5px 5px 25px rgb(187,114,70,.3);
	}
.bd_4_form form {
	background: #fff;
    border-radius: 10px;
    padding: 25px 20px;
	}
	
	.bd_4_form select{
	width: 100%;
	
	margin-bottom: 30px;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 95%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
    color: #999;
    padding:0px 10px;
	margin-right: 20px;
	outline: none;
	vertical-align: top;
	}
.bd_4_form button {
	width: 100%;
	line-height: 50px;
	background: #e60012;
	color: #fff;
	font-size: 18px;
	padding: 0px 60px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: top;}

.bd_4_form form input {
	line-height: 50px;
	height: 50px;
	width: 95%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 16px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	margin-bottom: 30px;
	}
input::-webkit-input-placeholder {color: #999;}


/* 查询结果 */
.jieguo{
	margin-top: 20px;
}
.jieguo p{
	margin-bottom: 15px;
}
.jieguo ul li{
	display: flex;
	background: #fff;
	padding: 10px 10px;
	align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
}
.jieguo ul li .jg1{
	width: 74%;
	font-size: 15px;
	line-height: 22px;
}
.jieguo ul li .jg2{
	width: 20%;
}
.jieguo ul li .jg3{
	width: 5%;
}

.more{
	display: flex;
}
.more a {
   font-size: 16px;
       color: #2f89fc;
       background: #fff;
       line-height: 55px;
       margin: 20px auto 30px auto;
       width: 50%;
       text-align: center;
       border: 1px solid #2f89fc;
}
.more .m1 {
	color: #fff;
	background: #2f89fc;
}

.xiangq ul li{
	display: block;
	padding: 0 15px;
}
.xiangq ul li .jg{
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.xiangq ul li p{
	color: #999;
	font-size: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.xiangq ul li span{
	color: red;
}