@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; outline: none;}
a,address,body,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,form,label,fieldset,legend,input,button,textarea,hr,ul{margin:0;padding:0;}
/*body{
	font-family: '微软雅黑',Helvetica,sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #333;
    -webkit-font-smoothing: antialiased;
}*/
ul,li,ol{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], button { 
	cursor: pointer; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button{
  display: none;
}
/*清除IE下的 search 叉号*/
input[type=search]::-ms-clear{
  display: none;
}
img{border:0;}
hr{border:none;height:1px;}
/*a{color:#333;text-decoration: none;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
a:visited,a:link,a:hover, a:focus{text-decoration: none;}*/
em,i{font-style:normal;}
h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
article,aside,figure,footer,header,nav,section{display:block;}
.clearfix{ clear:both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#D8D8D8;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#D8D8D8;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#D8D8D8;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#D8D8D8;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background-color: transparent;}
.fl {float: left;}
.fr {float: right;}
.flexBox{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;}
.one-txt-cut{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.show{display: block;}
.hide{display: none;}

/****************banner****************/
.welcome div, .welcome ul, .welcome li, .welcome span, .welcome a {
  box-sizing: border-box;
}
.welcome .wel-banner {
  position: relative;
}
.welcome .wel-banner .hd {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 15px;
  text-align: center;
}
.welcome .wel-banner .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
}
.welcome .wel-banner .hd li.on {
  background: #00579a;
  border-color: #00579a;
  width: 40px;
  border-radius:18px;
}
.welcome .wel-pro-wrap .pro-nav-wrap {
  overflow: hidden;
  background: #fff;
  padding: 22px 0;
}
.dbl {
  display: block;
}
.w100 {
  width: 100%;
}