﻿@charset "utf-8";

*{ margin:0px; padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;-webkit-overflow-scrolling: touch; /* Safari */}
a{ text-decoration:none;color: #968687;}
ul,ul li{ list-style:none;}
html,body{font-size:0.26rem;font-family:Source Han Sans;font-size:0.28rem;}
/*样式重置*/
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0; vertical-align: top;}
li{list-style:none}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
button,input[type="submit"]{border:none;background:none;appearance:none;outline:none}
input,textarea  {border:none;background:none;appearance:none;outline:none}
a{touch-callout:none;text-decoration:none;}
em, i{font-style:normal}
textarea {resize:none}
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner{
    border: 0;
    padding: 0;
}
input:focus, textarea:focus{ border: 0;
   padding: 0;
}

a:hover{
text-decoration:underline;
}



body{
background:url(../images/bodybg.jpg) no-repeat center bottom #eafeff;
}
.tb_con{
width:100%;
height:669px;
min-width:1200px;
position:relative;
}
.tb_con #banner{
  position:absolute;
  width:100%;
  height:669px;
  min-width:1200px;
 
  top:0;
  left:0;
  
}
.tb_con #banner .item{
  position:absolute;
  width:100%;
  height:669px;
  min-width:1200px;
 
  top:0;
  left:0;
  display:none;
}
.tb_con  #t_head{
position:absolute;
top:0;
left:0;
width:100%;
min-width:1200px;
height:60px;
background:url(../images/bbg.png);
z-index:1000;
}

.tb_con  #yun{
position:absolute;
bottom:0;
left:0;
height:506px;
width:100%;
min-width:1200px;
background:url(../images/yun.png) no-repeat center bottom;
z-index:2000;
}
.tb_con #nav{
position:absolute;
bottom:0;
left:0;
height:58px;
width:100%;
min-width:1200px;
background:url(../images/navbg.png) no-repeat center bottom;
z-index:3000;
}
.tb_con #nav ul{
width:782px;
height:58px;
float:right;
}
.tb_con #nav ul li{
font-size:15px;
color:#2387f5;
float:left;
height:58px;
line-height:58px;
}
.tb_con #nav ul li a{
color:#2387f5;
font-weight:bold;
}
.tb_con #nav ul li.active a,.tb_con #nav ul li.active a:hover{
font-weight:bold;
font-size:16px;
}
.innerCon{
width:1200px;
margin:0 auto;
height:100%;
}
.logo{
margin-top:4.5px;
float:left;
}
.phone{
margin-left:85px;
float:left;
height:60px;
width:219px;
background:url(../images/phone.png) no-repeat center center;
}
.searchCon{
width:356px;
height:38px;
background:url(../images/searchbg.png) no-repeat center center;
margin-top:11px;
float:right;
margin-right:10px;
}
.searchCon input{
width:296px;
height:38px;
line-height:38px;
padding-left:10px;
float:left;
font-size:14px;
}
.searchCon .searchBtn{
width:60px;
height:38px;
background:url(../images/search_ico.png) no-repeat center center;
float:left;
cursor:pointer;

}

#bottomBar{
height:120px;
background:#31363c;
}
#bottomBar .innerCon{
overflow:hidden;
}
.beian{
text-align:center;
margin-top:20px;
color:white;
font-size:14px;
}
