*{ padding:0; margin:0;}
ul li{ list-style:none; padding:0px;}
a{text-decoration:none; -ms-transform:0.3;-moz-transition: 0.3s; -webkit-transition: 0.3s ; -o-transition: 0.3s ; transition: 0.3s ;font-size:1rem; color:#fff;}
a:hover{ color:#f5f5f5;}
a:focus {outline:none;-moz-outline:none;}
img{ border:none;}
.clear{clear:both;}
html,body{
	color: #555;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: "微软雅黑", "Arial", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Verdana", "sans-serif"!important;
	font-size: 14px;
}
textarea,input{ border:none; }

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea { -webkit-appearance: none;}

.fl{ float:left;}

.fr{ float:right;}

.h20{ height:20px;}

.h30{ height:30px;}

.h50{ height:50px;}

.h60{ height:60px;}

.h70{ height:70px;}

.h80{ height:80px;}

.h90{ height:90px;}

.h100{ height:100px;}

section{ width:100%; max-width:960px; margin:0 auto; overflow:hidden;}

.light, .light * {
    font-family: "light" !important;
    font-weight: normal;
}

/*底部*/

.header{
	width: 100%;
	max-width: 960px;
	height: 60px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	background-color: #cdc3a1;
}
.header .logo{ width:30%; height:40px; margin-left:10px; margin-top:10px;max-width:230px; float:left;}

.header .logo img{ height:100%; width:auto; }

.header .tel{
	font-size: 1.3rem;
	line-height: 40px;
	color: #000000;
	float:right;
	width:50%;
	text-align:right;
	margin-right:5%;
	margin-top:15px;
}

.menu{
	width: 100%;
	max-width:750px;
	margin:0 auto;
	color: #FFF;
	background-color: #0377c2;
	overflow:hidden;
}

.menu .nav{ 
       width:100%;
	   border-left:#fff 1px solid;
	   border-top:#fff 1px solid;
}

.menu .nav ul{}




.footer{
	line-height:30px;
	color:#fff;
	font-size:1rem;
	width: 100%;
	margin:0 auto;	
	background-color: #191919;
	overflow:hidden;
	text-align:center;
	padding:15px 0px;
	margin-bottom:0px;
}


nav{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	background-color: #d5b759;
	z-index:10000;
}
nav li{ float:left; width:25%; text-align:center; padding-top:5px; position:relative;}

nav li a{ font-size:1.1rem; color:#fff;}

nav li .second{ min-height:100px; position:absolute; width:100%;background-color: #d5b759; text-align:center;      filter:alpha(opacity=95);  
      -moz-opacity:0.95;  
      -khtml-opacity: 0.95;  
      opacity: 0.95;  }

nav li .second a {
	color: #FFFFFF!important;
	text-decoration: none;
	display: block;
	clear: both;
	text-align: left;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	padding: 0;
	text-align:center;
}

nav li i{
	display: block;
	width: 50px;
	height: 30px;
	background-size: auto 100%;
	margin: 0 auto;
	background-position: center center;
}

nav li:nth-child(1) i{
	background-image: url(../images/f1.png);
	background-repeat: no-repeat;
}
nav li:nth-child(2) i{
	background-image: url(../images/f2.png);
	background-repeat: no-repeat;
}
nav li:nth-child(3) i{
	background-image: url(../images/f3.png);
	background-repeat: no-repeat;
}
nav li:nth-child(4) i{
	background-image: url(../images/f4.png);
	background-repeat: no-repeat;
}

ui-footcall{
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}
.ui-footcall h3{
  text-align: center;
  color: #4b4b4b;
  font-size: 1.6rem;
  border-bottom: 1px dashed #aeaeae;
  padding-bottom: 15px;
  padding-top:15px;
  letter-spacing: 3px;
  font-weight: bold;
}
.ui-footcall p{
  margin-top: 10px;
  margin-bottom:10px;
  text-indent: 40px;
  font-size: 20px;
}
.ui-footcall p a{
  color: #111111;
}
.ui-footcall p a:hover{
  color: #d5b85a;
}
.ui-footcall p b{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #272525;
  margin: 0 15px;
  vertical-align: middle;
}

.pros .md4 .text .price input {
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    border-radius: 6px;
    background: #e1b62a;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}
@media (max-width:480px){
	.header .tel{ width:60%;}
}

@media (max-width:320px){
	body{ font-size:12px;}
	.header .tel{ width:65%;margin-right: 1%;font-size: 1rem;}
	.ui-footcall h3{ font-size:1.4rem;}
}
@media (max-width:300px){
	body{ font-size:12px;}
}

