*{
  margin: 0;
  padding: 0;
  font-family: arial,tahoma,宋体/*PingFangSC-Light, 微软雅黑*/;
  letter-spacing: 1px;
}

body,html{
  width: 100%;
  height: auto;
  color: #333;
  background-color: #033d5d;
}

.particles-js{
  width: 100%;
  height: 145px;
  /*background-color: rgb(20,33,50);*/
  background-image: url('');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}

.clear-both:before, .clear-both:after {
  display: table;
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.fl{
  float: left;
}
.fr{
  float: right;
}

/*header*/
.header{
  width: 100%;
  height: 80px;
  padding:0 20px;
  /*min-width: 1366px;*/
}
.bg-header{
  width: 100%;
  height: 80px;
}
.header>.header-logo{
  padding:18px 10px 10px 0px;
}
.header>.header-logo>a{
  display: block;
}
.header>.header-logo>a>img{
  width:260px;
}

.header>.header-nav{
  margin-left: 20px;
}
.header>.header-nav>ul>li{
  float: left;
  margin-right: 6px;
  position: relative;
}
.header>.header-nav>ul>li>a{
  display: block;
  height: 80px;
  padding:0 10px 0 30px;
  line-height: 80px;
  color:#eee;
}
.header>.header-nav>ul>li>a:hover{
  border-bottom: 4px solid #4b8df8;
}
.header>.header-nav>ul>li>img{
  float: left;
  position: absolute;
  top: 33px;
  left:10px;
}
.header>.header-nav>ul>li>a.nav-current{
  border-bottom: 4px solid #4b8df8;
}

.header>.header-myself{
  width: 90px;
  text-align: center;
}
.header>.header-myself>p{
  color:#eee;
  font-size: 13px;
  margin-top: 15px;
}
.header>.header-myself>a{
  color:#eee;
  font-size: 13px;
}


/*content*/
/* .content{
  margin: 20px;
  width: calc(100% - 40px);
  min-width: 1366px;
}
.content>.content-title{
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #4b8df8;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.content>.content-title>p{
  color:#eee;
  font-size: 16px;
  font-weight: 600;
}
.content>.content-title>img{
  margin: 10px 10px 0px 10px;
}
.content>.content-main{
  min-width: 1366px;
}
.content>.content-main>.content-search>div{
  margin-right: 25px;
}
.content>.content-main>.content-search>div>label{
  width: 80px;
  text-align: right;
}
.content>.content-main>.content-search>div>select,
.content>.content-main>.content-search>div>input
{
  width: 200px;
}
.content>.content-main>.content-table{
  margin-top: 30px;
}
.content>.content-main>.content-table>table{
  margin-top: 15px;
}
.content>.content-main>.content-table>table th:nth-child(1),
.content>.content-main>.content-table>table td:nth-child(1){
  width: 50px;
  text-align: center;
}

.content>.content-main>.content-page>span {
  font-size: 12.8px;
  margin-top: 7px;
}
.content>.content-main>.content-page>select{
  width: 70px;
  margin-right: 10px;
} */
