body, html, ul, ol {
  padding: 0;
  margin: 0;
  height: 100%;
}

ul, li, ol {
  list-style: none;
}

body, html {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
}

a {
  color: #00B7FF;
}

/*头部标签*/
.header-min .sticky {
  width: 100%;
  background: url("/resource/images/header_bj.png?version=1543199284442") repeat-y center top;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20
}

.header-min .download-phone {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  margin-left: 15px;
}

.header-min .download-phone a {
  vertical-align: middle;
  height: 25px;
  line-height: 25px
}

.header-min .download-phone span {
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}

.header-min .sticky-holder {
  width: 100%;
  height: 60px;
  visibility: hidden;
}

.header-min .header-inner {
  width: 1300px;
  height: 60px;
  margin: 0 auto;
}

.header-min .header-logo {
  width: 312px;
  height: 60px;
  float: left;
}

.header-min .header-min__nav {
  padding-left: 55px;
  padding-top: 15px;
  float: left;
  margin: 0;
}

.header-min__nav > li {
  float: left;
  padding: 0 8px;
  border-radius: 25px;
  height: 34px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 34px;
  position: relative;
}

.header-min__nav > li > a {
  color: #fff;
  text-decoration: none;
}

.header-min__nav > li.hover {
  background: #50e3c2;
  box-shadow: 0 1px 1px 0 rgba(44, 44, 44, 0.50);
}

.header-min__nav .nav-inner {
  margin: 0;
  position: absolute;
  top: 45px;
  left: 0;
  background: #ffffff;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  width: 120px;
  height: 108px;
  overflow: hidden;
  display: none;
}

.nav-inner li a {
  color: #666;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.nav-inner li a:hover {
  background: #209cef;
  color: #fff;
}

.profile-entry {
  float: right;
  height: 60px;
  line-height: 60px;
  width: 120px;
  font-size: 18px;
  text-align: center;
  color: #fff
}

.profile-plain a {
  color: #fff;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.profile-plain a:hover {
  text-decoration: none;
  color: #fff;
}

.profile-avatar {
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 60px;
  display: none;
  user-select: none;
}

.profile-avatar.select {
  background-color: #209df0;
}

.profile-avatar .username {
  display: inline-block;
  vertical-align: middle;
  max-width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#mini-headPortrait {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.profile-avatar .drop-down {
  background: url("/resource/images/drop-down.png?version=1543199284442") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
}

.profile-avatar .drop-list {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  display: none;
  height: 80px;
  background-color: #209df0;
}

.drop-list li {
  text-align: left;
  padding-left: 18px;
  font-size: 15px;
}

.drop-list li a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
}

.drop-list li a:hover {
  text-decoration: none;
  color: #fff;
}

#photos {
  border: 1px solid;
}

.wai {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.form-horizontal {
  padding: 10px 20px;
}

.form-horizontal .form-control {
  border-radius: 0;
  height: 38px;
}

.form-horizontal .btn {
  border-radius: 0;
}

div.layui-layer-title {
  font-size: 16px;
}

.btn-radius {
  width: 96px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 23px;
}

.btn-radius:hover {
  color: #fff;
  text-decoration: none;
}

/* 按钮颜色 */

.gray {
  background-color: #ABABAB;
}

.green {
  background-color: #01C196;
}

.green:hover {
  background-color: #00B277;
}

.orange {
  background-color: #FF9901;
}

.orange:hover {
  background-color: #FF8200;
}

.blue {
  background-color: #209CEF;
}

.blue:hover {
  background-color: #088BE2;
}

.bread-nav-bar {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #333
}

/* 底部 */
.footer {
  height: 220px;
  background: #f9fbfe;

}

.friendLink p {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #333333;
  letter-spacing: 1.25px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  padding-top: 25px;
}

.friendImg {
  margin-left: 10px;
  font-size: 0;
}

.friendImg .img {
  width: 230px;
  height: 70px;
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
}

.img img {
  width: 100%;
  height: 100%;
}

.friendImg .img:nth-child(1), .friendImg .img:nth-child(4n+1) {
  margin-left: 0px;
}

.footer .cp {
  margin-top: 45px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.88px;
}

.midW {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.midW img {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.cp span:nth-child(2) {
  margin: 0 40px;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

#cnzz_stat_icon_1273811447 {
  display: none;
}

#pagination {
  font-size: 14px;
  user-select: none
}

.pagination-btn {
  padding: 6px 12px;
  margin-right: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #666;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle
}

.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0
}

.pagination-ellipsis {
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 .12rem;
  margin-right: 4px
}

.pagination-current {
  border: 1px solid #209CEF;
  color: #fff;
  background-color: #209CEF
}

.pagination-disabled {
  cursor: not-allowed;
  color: #ddd !important;
}

#pagination-next,
#pagination-prev {
  padding: 6px 12px;
  color: #666;
  font-weight: 700
}

.pagenum {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle
}

.v-shade {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: .3;
  display: none;
}

#gverify {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  width: 360px;
  height: 248px;
  margin: auto;
  z-index: 3;
  padding: 30px;
  display: none;
}

#gverify-img {
  width: 100%;
  height: 36px;
  display: inline-block;
  background: #f2f2f2;
  margin-top: 30px;
  cursor: pointer;
}

#gverify-content {
  margin: 15px 0;
}

#gverify-input {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}

#gverify .btn-hollow {
  border: 1px solid #209cef;
  border-radius: 2px;
  width: 99px;
  background-color: #fff;
  color: #209cef;
}

#gverify .btn-solid {
  border: 1px solid #209cef;
  border-radius: 2px;
  width: 99px;
  background: #209cef;
  color: #fff
}

#gverify-down {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  text-align: center;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/*二维码弹窗*/
.ewmimg {
  margin: 44px 0px;
  height: 110px;
  text-align: center;
  float: left;
  width: 100%;
}

.ewmimg .img {
  display: inline-block;
  height: 110px;
  width: 110px;
}

/*营地星级*/
.star-wrap span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  background: url(/resource/images/star-off.png) no-repeat;
  background-size: 15px auto;
}

.star-wrap span.active {
  background: url(/resource/images/star-on.png) no-repeat;
  background-size: 15px auto;
  vertical-align: 1px;
}

/*创建团队模态框*/
.dialog-modal {
  position: fixed;
  left: 0;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2;
}

.dialog-container {
  display: none;
  position: fixed;
  top: 40%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -175px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 350px;
  overflow: hidden;
  z-index: 3;
}

.dialog-container .dialog-header {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}

.dialog-container .dialog-body {
  padding: 20px;
  font-size: 14px;
}

.dialog-container .dialog-footer {
  border-top: 1px solid #ccc;
  font-size: 0;
}

.dialog-container .dialog-footer > button {
  outline: 0;
  padding: 15px 0;
  background-color: #fff;
  border: none;
  border-right: 1px solid #ccc;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  color: #0099ff;
}

.dialog-container .dialog-footer > button:last-child {
  border-right: none;
}

/*创建团队模态框 end*/
/* 分享模态框start */
.share-modal {
  position: fixed;
  left: 0;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2;
}

.share-modal .share-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -90px;
  width: 360px;
  padding: 10px;
  overflow: hidden;
  height: 180px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.share-modal .share-left {
  float: left;
  width: 50%;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.share-modal .share-left .share-left__content img {
  width: 100px;
}

.share-modal .share-right {
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: center;
  overflow: hidden;
}

.share-modal .share-right .share-right__list {
  padding: 9px 0
}

.share-right__list a {
  color: #333;
}

.share-modal .share-bottom {
  text-align: center;
  margin-top: 10px;
}

.share-modal .share-bottom button {
  border: 1px solid #ccc;
  width: 70px;
  height: 25px;
  background-color: #fff;
}

/* 分享模态框end */

/*首页部分样式*/
/*pc端*/
.content-boxer-pc{
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-boxer-pc .block-service{
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
  margin: 0 auto;
  background: #F9FBFE;
}
.content-boxer-pc .block-service .block-top{
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 30px  0;
}
.content-boxer-pc .block-service .block-top img{
  display: inline-block;
}
.content-boxer-pc .block-service .block-bottom {
  display: flex;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
/*航空航天模型*/
.content-boxer-pc .block-service .block-bottom a{
  flex: 1;
  text-decoration: none;
}
.content-boxer-pc .block-service .block-bottom a > img{
  display: block;
  margin: 20px auto 30px auto;
}
.content-boxer-pc .block-service .block-bottom a > span{
  display: block;
  text-align: center;
  font-size: 18px;
}
/*动力三角翼*/
.content-boxer-pc .block-service .block-bottom.extend  {
  display: block;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.content-boxer-pc .block-service .block-bottom.extend a{
  box-sizing: border-box;
  float: left;
  display: block;
  width: 225px;
  height: 252px;
  margin: 0 87px;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 5px solid transparent;
}
.content-boxer-pc .block-service .block-bottom.extend a:hover{
  box-shadow: 0 0 15px #cccccc;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 5px solid #72B0FD;
}
.content-boxer-pc .block-service .block-bottom.extend a > img{
  display: block;
  margin: 20px auto 30px auto;
}
.content-boxer-pc .block-service .block-bottom.extend a > span{
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 35px 0;
}
/*证照首页banner*/
.banner-license{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-license img{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/*通知公告*/
.notice-box{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.notice-box .left{
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 50px;
  overflow: hidden;
}
.notice-box .left a{
  display: flex;
  margin: 0;
  color: #333333;
}
.notice-box .left > a > img{
  display: block;
  width: 168px;
  height: 122px;
  margin: 0 !important;
}
.notice-box .left > a .left-des{
  box-sizing: border-box;
  display: block;
  /*width: 504px;*/
  height: 16px;
  padding-left: 20px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.notice-box .left > a .left-des  h2{
  display: block;
  /*width: 504px;*/
  height: 16px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.notice-box .left > a .left-des h4{
  display: block;
  /*width: 504px;*/
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 150%;
}
.notice-box .left > a .left-des em{
  display: block;
  padding-top: 10px;
  color: #999999;
  font-weight: normal;
  font-style: normal;
}
.notice-box .right{
  float: left;
  width: 50%;
}
.notice-box .right > a{
  display: block;
  margin: 0;
  color: #333333;
}
.notice-box .right > a > img{
  display: block;
  width: 504px;
  height: 303px;
  margin: 0 !important;
}
.notice-box .right > a > h2{
  display: block;
  width: 504px;
  height: 16px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.notice-box .right > a h4{
  display: block;
  width: 504px;
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 150%;
}
.notice-box .right > a em{
  display: block;
  padding-top: 10px;
  color: #999999;
  font-weight: normal;
  font-style: normal;
}
/*列表详情*/
/*搜索*/
.top-search-boxer{
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px;
  margin: 20px 0;
  background: #ffffff;
}
.top-search-boxer .sel-more{
  padding: 3px 5px;
  border: 1px solid #cdcdcd;
  margin-right: 20px;
}
.top-search-boxer > input {
  padding: 3px 5px;
  border: 1px solid #cdcdcd;
  margin-right: 20px;
}
.top-search-boxer > label {
  font-weight: normal;
  color: #666666;
  padding-right: 10px;
}
.top-search-boxer > input[type="button"]{
  padding: 3px 20px;
  border: 1px solid #209CEF;
  color: #fff;
  background-color: #209CEF;
}
.top-pro{
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
  margin: 10px 0;
}
.top-pro dl {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.top-pro dl dt {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
}
.top-pro dl dt.long {
  box-sizing: border-box;
  display: inline-block;
  width: 28%;
  padding: 0;
  margin: 0;
}
.top-pro dl dt.short {
  box-sizing: border-box;
  display: inline-block;
  width: 10%;
  padding: 0;
  margin: 0;
}
li.bottom-data{
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0px !important;
  margin: 5px 0;
  border: none !important;
}
li.bottom-data dl{
  height: 40px;
  margin: 0;
  background-color: #f7f7f7;
}
li.bottom-data dl dd{
  height: 40px;
  display: inline-block;
  width: 20%;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 40px;
}
li.bottom-data dl dd a{
  width: 100% !important;
  height: 40px;
  display: inline-block;
  width: 20%;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 40px;
}
li.bottom-data dl dd.long{
  height: 40px;
  display: inline-block;
  width: 28%;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.bottom-data dl dd.short{
  height: 40px;
  display: inline-block;
  width: 10%;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 40px;
}
li.bottom-data dl dd a h3{
  height: 40px;
  font-size: 14px;
  color: #209CEF;
  padding-left: 10px;
  margin: 0;
  line-height: 40px;
}
/*分页*/
#pagination.extend{
  font-size: 14px;
  user-select: none;
  background-color: #ffffff;
  padding: 30px 0;
}
/*详情页面*/
.project-list.detail > ul > dd{
  padding: 0;
  font-size: 14px;
  padding: 20px 0;
  font-weight: normal;
}
.project-list.detail > ul > dd > h3{
  font-size: 14px;
  font-weight: bold;
}
.project-list.detail > ul > dd > span{
  display: inline-block;
  vertical-align: top;
}
.project-list.detail > ul > dd > span:nth-child(1){
  font-weight: bold;
  width: 180px;
  text-align: right;
  margin-right: 40px;
}
.project-list.detail > ul > dd > span:nth-child(2){
  font-weight: normal;
  text-align: left;
}
.project-list.detail > ul > dd > span:nth-child(2) img{
  display: inline-block;
  width: 100px;
  height: 140px;
}

/*个人中心-型号备案信息详情*/
.over-hidden{
  overflow: hidden;
}
.img-width{
  display: block !important;
  width:240px !important;
  height: auto !important;
}