/**----------------------- 公司信息(手机版) --------------------------------------**/
.contact{
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 160px;
	background: url("/Application/Home/View//Public/static/images/foot/bg.jpg");
	background-size:100% 100%;
}
.contact .bg{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
}

.contact .bg img{
	width: 100%;
	height: auto;
}

.contact .band{
	position: absolute;
	top: 42px;
	left: 12px;
	width: 29%;
	height: auto;
	border-collapse:collapse;
	z-index: 2;
}
.contact .band img{
	width: 100%;
	height: auto;
}

.contact .text-table{
	position: absolute;
	top: 38px;
	left: 72px;
	letter-spacing: 1px;
	color: white;
	opacity: 0.8;
	z-index: 2
}
#text-table{
	width:100%;
  	border-collapse:collapse;
}
#text-table td,
#text-table th 
{
  font-size: 10px;
  font-weight: 300;
  /*border:1px solid #98bf21;*/
  padding:3px 12px 0px 7px;
  vertical-align: top; 
 }
#text-table .left{
	min-width: 60px;
	text-align: right;  
}
#text-table .last{
	display: none;
}

.contact .deliver-line{
	position: absolute;
	top: 5px;
	left: 65px;
	width: 1px;
	height: auto;
}

.contact .deliver-line img{
	width: 100%;
	height: 52px;
}

.foot-line{
	position: absolute;
	z-index: 3;
	bottom: 6px;
	width: 100%;
	height: 1px;
}
.foot-line img{
	width: 100%;
	height: auto;
}
/**----------------------- 公司信息(电脑版) --------------------------------------**/
.contact-m{
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: auto;
	display:none;
}
.contact-m .bg img{
	width: 100%;
	height: auto;
}
/**--- 大框架 ---**/
.fr-contact{
	position: absolute;
	left: 11.5%;
	top: 14%;
	width: 77%;
	height: auto;
	/*background-color: green;*/
	z-index: 999;
}

/**--- 信息框架 ---**/
.fr-infor{
	position: relative;
	float: left;
	margin-top: -1%;
	margin-right: 9%;
	width: 36%;
	max-width: 336px;
	height: auto;
	/*background-color: black;*/
}
/** logo **/
.fr-infor .band{
	position: absolute;
	left: -4%;
	width: 50%;
	/*max-width: 44px;*/
	height: auto;
}
.fr-infor .band img{
	width: 100%;
	height: auto;
}
/** share **/
.fr-infor .share{
	display: block;
	left: 45%;
	top: 10%;
}
/** text-table **/
.fr-infor .text-table{
	margin-top: 27%;
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
}
.fr-infor #text-table .left 
{
  font-size: 12px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 11%;
  padding-bottom: 0px;
  white-space: nowrap;
}
.fr-infor #text-table .right{
	font-size: 12px;
  	padding:10px 0px 0px 0px;
} 
.fr-infor .text-table .deliver-line{
	position: absolute;
	top: 32%;
	left: 28%;
	display: none;
}
.fr-infor .text-table .deliver-line img{
	width: 100%;
	height: 140px;
}

/**--- 表格框架 ---**/
.fr-form{
	position: relative;
	float: left;
	width: 55%;
	max-width: 504px;
	height: auto;
	/*background-color: black;*/
}

/** 表头 **/
.fr-form .title{
	position: relative;
	width: 100%;
	height: auto;
	color: white;
	font-size: 12px;
}
.fr-form .title .text{
	position: relative;
	float: left;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-right: 10px;
}

/** 表格 **/
.fr-form .form{
	position: relative;
	margin-top: 2%;
	width: 100%;
	height: auto;
	/*background-color: red;*/
}
.fr-form .form .input{
	position: relative;
	float: left;
	width: 49%;
	height: auto;
	/*background-color: red;*/
}
.fr-form .form .input.left{
	margin-right: 2%;
}
.fr-form .form .input.long{
	width: 100%;
}
.fr-form .form .input.second{
	margin-top: 2%;
}
.fr-form .form .input input{
	padding-left: 10px;
	width: 100%;
	height: 37px;
	border-radius: 2px;
	border-style: none;
	outline-style: none;
	background-color: rgba(255,255,255,0.8);
}
.fr-form .more-text{
	top: 8px;
	margin-right: 0px;
}


/**----------------------- foot --------------------------------------**/

.foot{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #04082b;
	text-align: center;
}

.foot .foot-text{
	position: relative;
	padding-top: 6px;
	font-size: 10px;
	color: #828282;
}

.foot-text p{
	margin: 0;
}
/*add 20181120 start*/
.mibile-bound {
    position: absolute;
    z-index: 100;
    margin-top: -52%;
    margin-left: -25%;
    width: 102%;
	height: 540%;
  }
.mibile-bound img{
    width: 40%;
    height: 20%;
}
.mobile-code-content{
  	margin-right: auto;
  	text-align: center;
  	margin-top: -38%;
	margin-left: -8%;
	width: 55%;
}
.mobile-code-content img{
	width: 50%;
}
.mobile-code-content p {
    margin-top: 1%;
    font-size: 10px;
    color: #828282;
}     
/*add 20181120 start*/

/**-----------------------  房间信息的媒体查询（手机版） --------------------------------------**/
/*add 20181121 start*/
@media screen and (min-width: 340px){
	.mibile-bound {
       	margin-top: -48%;
    	margin-left: -23%;
    	width: 91%;
    	height: 520%;

    }  
}
/*add 20181121 end*/
@media screen and (min-width: 360px){
	.contact .text-table{
		left: 76px;
	}
	.foot-line{
		bottom: -10px;
	}
	/*
	.foot{
		height: 70px;
	}
	*/
	/*
	.foot .foot-text{
		padding-top: 42px;
	}
	*/
	/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -46%;
	    margin-left: -24%;
	    width: 94%;
	    height: 556%;
      }
    /*add 20181120 start*/
}
@media screen and (min-width: 375px){
	.contact .text-table{
		top: 20px;
		left: 40%;
	}
	.contact .band{
		top: 52px;
	}
	.foot-line{
		bottom: -16px;
	}
	/*
	.foot{
		height: 80px;
	}
	*/
	/*
	.foot .foot-text{
		padding-top: 52px;
	}
	*/
	/*add 20181120 start*/
	.mibile-bound {
	    margin-top: -52%;
		margin-left: -39%;
		width: 110%;
		height: 497%;
      }
    /*add 20181120 start*/
}
@media screen and (min-width: 384px){
	.foot-line{
		bottom: -20px;
	}
		/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -50%;
    	margin-left: -36%;
    	width: 103%;
    	height: 488%;
      }
    /*add 20181120 start*/
}
/*add 20181121 start*/
@media screen and (min-width: 400px){
	.mibile-bound {
       	margin-top: -48%;
    	margin-left: -37%;
    	width: 103%;
    	height: 487%;

    }  
}
/*add 20181121 end*/
@media screen and (min-width: 412px){
	/*
	.contact .text-table{
		top: 58px;
		left: 100px;
	}
	*/
	/*
	.contact .band{
		top: 62px;
		left: 50px;
	}
	*/
	.foot-line{
		bottom: -30px;
	}
	/*
	.foot{
		height: 90px;
	}
	*/
	/*
	.foot .foot-text{
		padding-top: 62px;
	}
	*/
	/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -48%;
    	margin-left: -37%;
    	width: 103%;
    	height: 495%;
      }
    /*add 20181120 start*/
}
@media screen and (min-width: 414px){
	/*
	.contact .text-table{
		left: 105px;
	}
	*/
	/*
	.contact .band{
		left: 52px;
	}
	*/
	.foot-line{
		bottom: -31px;
	}
		/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -48%;
    	margin-left: -37%;
    	width: 103%;
    	height: 495%;
      }
    /*add 20181120 start*/
}
@media screen and (min-width: 415px){
	.foot-line{
		display: none;
	}
		/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -46%;
    	margin-left: -35%;
    	width: 100%;
    	height: 487%;
      }
    /*add 20181120 start*/
}
/*add 20181121 start*/
@media screen and (min-width: 430px){
	.mibile-bound {
       	margin-top: -44%;
    	margin-left: -33%;
    	width: 93%;
    	height: 483%;
      }
}
@media screen and (min-width: 450px){
	.mibile-bound {
       	margin-top: -39%;
    	margin-left: -29%;
    	width: 82%;
    	height: 497%;
      }
}
@media screen and (min-width: 500px){
	.mibile-bound {
       	margin-top: -39%;
    	margin-left: -29%;
    	width: 82%;
    	height: 497%;
      }
}
@media screen and (min-width: 510px){
	.mibile-bound {
       	margin-top: -38%;
    	margin-left: -29%;
    	width: 82%;
    	height: 500%;
      }
}
/*add 20181121 end*/
@media screen and (min-width: 520px){
	.contact .text-table{
		left: 40%;
		top:30px
	}
		/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -39%;
    	margin-left: -29%;
    	width: 79%;
    	height: 525%;
      }
    /*add 20181120 start*/
}
/*add 20181121 start*/
@media screen and (min-width: 550px){
	.mibile-bound {
       	margin-top: -38%;
    	margin-left: -27%;
    	width: 76%;
    	height: 521%;
      }
}
@media screen and (min-width: 565px){
	.mibile-bound {
       	margin-top: -33%;
    	margin-left: -25%;
    	width: 70%;
    	height: 540%;
      }
}
@media screen and (min-width: 580px){
	.mibile-bound {
       	margin-top: -33%;
    	margin-left: -25%;
    	width: 72%;
    	height: 545%;
      }
}
/*add 20181121 end*/
@media screen and (min-width: 620px){
	/*
	.foot{
		height: 190px;
	}
	*/
	.contact {
		height: 200px;
	}
	.contact .text-table{
		top: 60px;
		left: 40%;
	}
	.contact .band{
		top: 60px;
		/*left: 10%;*/
	}
	/*
	.foot .foot-text{
		padding-top: 164px;
	}
	*/
	/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -41%;
	    margin-left: -30%;
	    width: 86%;
	    height: 695%;
      }
    /*add 20181120 start*/
}
@media screen and (min-width: 720px){
	/*
	.foot{
		height: 220px;
	}
	*/
	/*
	.contact .text-table{
		top: 98px;
		left: 35%;
	}
	.contact .band{
		top: 98px;
		left: 82px;
	}
	*/
	/*
	.foot .foot-text{
		padding-top: 194px;
	}
	*/
	/*add 20181120 start*/
	.mibile-bound {
       	margin-top: -41%;
	    margin-left: -30%;
	    width: 86%;
	    height: 687%;
      }
    /*add 20181120 start*/
}

/**-----------------------  房间信息的媒体查询（电脑版） --------------------------------------**/
@media screen and (min-width: 822px){
	.contact{
		display: none;
	}
	.contact-m{
		display: block;
	}
	.foot{
		height: 90px;
	}
	.foot .foot-text{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-top: 62px;
		font-size: 10px;
		color: #828282;
	}
}
@media screen and (min-width: 992px){
	.fr-contact{
		top: 24%;
	}
	.fr-infor .text-table .deliver-line{
		top: 37%;
		left: 23%;
	}
	.fr-form .title{
		font-size: 14px;
	}
	.fr-form .form .input input{
		padding-left: 18px;
	}
}
@media screen and (min-width: 1200px){
	.fr-contact{
		top: 14%;
	}
	.fr-infor{
		margin-top: 20px;
	}
	.fr-infor #text-table .left{
		padding-right: 34px;
	}
	.fr-infor #text-table .left,
	.fr-infor #text-table .right
	{
		font-size: 14px;
	}
	
	.fr-infor .text-table .deliver-line{
		top: 44%;
		left: 72px;
	}
	.fr-infor .text-table .deliver-line img{
		height: 126px;
	}

	.fr-form .form .input input{
		height: 47px;
	}
	.fr-form .form .input.long.last input{
		width: 100%;
		height: 104px;
	}
	.fr-form .form .input.last input{
		line-height: 20px;
	}

}
@media screen and (min-width: 1280px){
	.fr-contact{
		width: 72%;
		left: 14%;
	}
}
@media screen and (min-width: 1366px){
	.fr-contact{
		width: 68%;
		left: 16%;
		top: 18%;
	}
}
@media screen and (min-width: 1440px){
	.fr-contact{
		top: 20%;
	}
	.fr-infor{
		margin-right: 14%;
	}
}
@media screen and (min-width: 1600px){
	.fr-contact{
		width: 62%;
		left: 19%;
		top: 26%;
	}
}
@media screen and (min-width: 1680px){
	.fr-contact{
		width: 62%;
		left: 19%;
		top: 28%;
	}
	.fr-infor{
		margin-right: 16%;
	}

}
@media screen and (min-width: 1920px){
	.fr-contact{
		width: 54%;
		left: 23%;
		top: 33%;
	}
	/*
	.fr-infor{
		margin-right: 18%;
	}
	*/
}










