@charset "utf-8";
@import "bootstrap.min.css"; 
@import "index.css"; 
@import "basic.css"; 

 
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制内容的可选择性*/
-webkit-user-select: none;  
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}
ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px;}
.ul,.ul li{ list-style: none; margin: 0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ font-size:1em; font-style:normal; color:#585858; font-family:Microsoft YaHei; border-radius:0; -webkit-border-radius:0; outline:none; -moz-outline:none;}
img,object{ border:none; border:0; overflow:hidden; vertical-align:top; max-width: 100%;}
a{  text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus {outline:none; -moz-outline:none;}
.hide{ display:none;} /*设置影藏属性*/


/*Pages*/

/*Banner*/
.banner{ position: relative;}
/*.homeban .list li{ float: left;}*/
.banner .tab{ height: 10px; position: absolute; left: 49%; bottom: 7px;}
.banner .tab li{ float: left; padding: 0 5px;}
.banner .tab li span{ background: #fff; width: 10px; height: 10px; border-radius: 5px; display: block; cursor: pointer; border: 1px solid transparent;}
.banner .tab li.on span{ border: 1px solid #824f34; background: none;}


@media screen and (min-width:540px) and (max-width:640px){
   .banner .tab{ height: 18px;}
   .banner .tab li span{ width:18px; height: 18px; border-radius: 9px;}
}
/*Banner*/


/*首页*/
.banner .ti{ background: #FF6D00; color: #fff; height: 40px; line-height: 40px; position: relative;}
.banner .ti span{ display: block; background: url(../images/nav_on_bg.html) no-repeat top center;  background-size:contain ; width: 50%; margin: 0 auto; text-align: center; font-size: 1.33em;}
.banner .ti a{ position: absolute; right: 10px; top: 0; color: #fff;}
.banner .ti em{ font-style: normal; font-family: '宋体';}

.banner .contbox{ padding: 0 3.12%;}

@media only screen and (max-width: 991px){
	
.banner .tab { left:47%}	
	
}

@media screen and (min-width:480px){
	.banner .ti{ height: 50px; line-height: 50px;}
	.banner .ti span{ font-size: 1.42em;}
	
	.home-service .contbox li span{ font-size: 1.14em; padding-top: 8px;}
}
@media screen and (min-width:540px){
	.banner .ti{ height: 70px; line-height: 70px;}
	.banner .ti span{ font-size: 1.71em;}
}
@media screen and (min-width:640px){
	.home-service .contbox li span{ font-size: 1.42em;}
	
	/*.app-pop-btn{ width:66px;}*/
}

