@charset "utf-8";
/*网页样式重置reset*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0}
img {vertical-align:middle;border:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ul,ol,li{list-style:none;}
em,i{font-style:normal}
img{border:none}
input,img{vertical-align:middle}
input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;border:0;border-radius:0;}
textarea:focus{outline:0}
a{color:#6E7D8B;text-decoration:none;outline:0}
a:active,a:hover{outline:0}
.c{text-align:center;}.tr{text-align:right;}.f60,input.f60{color:#FF4C06;}.f00{color:#f00;}
input, button, select, textarea {font-family:inherit;font-size:inherit;line-height:1;letter-spacing: normal;word-spacing: normal;text-transform: none;text-indent:0;text-shadow: none; vertical-align:middle}
button, input, optgroup, select, textarea {color:inherit;margin:0;-webkit-writing-mode: horizontal-tb;}
button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance:button;cursor:pointer}
body{-webkit-tap-highlight-color: transparent;-webkit-text-size-adjust:none;line-height:1.2;}
body,html{overflow-x:hidden;overflow-y:auto;font-size: 312.5%;font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,ol,li{list-style:none;}
em{font-style:normal}
img{border:none;}
input,img{vertical-align:middle;}
q:before, q:after { content:'' }
a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active{-webkit-tap-highlight-color:rgba(0,0,0,0);}
section,aside,header,footer,hgroup,article{display:block}
/*模块-*/
body{
	background: #01B598;
}
#main{
	width: 100%;
	position:relative;
}
#main img{
	display: block;
	width: 100%;
}

.banner{
	margin-bottom: .6rem;
}
.btn{
	display: block;
	width:50%;
	height:7%;
	position: absolute;
	top:39%;
	left:50%;
	margin-left: -25%;
	/* background: #000; */
}
 .foucs_tip{
    width:92%;
    margin:0 auto; 
    font-size: .4rem;   
    margin-bottom: .5rem;
    text-align: center;
    color:#eee;
    background: rgba(0,0,0,0.3);
    padding: 2% 0;
    line-height: 1.5;
  }
  .tel a{
    display: block;
  	position: absolute;
  	width:43%;
  	height:3%;
  	top:0.8%;
  	right:2%;
  	font-size: .4rem;
  	/* background: #000; */
  }