@charset "UTF-8";
/* ================================ */
/* ========>>> 文件信息 <<<======== */
/* ======>>> 创建者：恒毅 <<<====== */
/* ================================ */
/* 全局样式初始化 */
* {
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "微软雅黑";
}

ul {
  margin: 0;
}

ul li {
  list-style: none;
}

input {
  font-family: "微软雅黑";
}

textarea {
  font-family: "微软雅黑";
}

select {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.clear {
  clear: both;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.header, .content, .footer {
  width: 100%;
}

/* ========>>> 公共页头 <<<======== */
.public-header {
  width: 100%;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  z-index: 100;
}

.public-header .top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #000000;
  position: relative;
}

.public-header .top .block {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.public-header .top .block .left {
  position: absolute;
  top: 0;
  left: 0;
}

.public-header .top .block .left .site-name {
  color: #d2d2d2;
  font-size: 12px;
  line-height: 30px;
}

.public-header .top .block .right {
  font-size: 12px;
  line-height: 30px;
  color: #d2d2d2;
  position: absolute;
  top: 0;
  right: 0;
}

.public-header .top .block .right .contact-number {
  float: left;
}

.public-header .top .block .right .btn-list {
  margin-left: 24px;
  float: left;
}

.public-header .top .block .right .btn-list li {
  display: inline-block;
}

.public-header .top .block .right .btn-list li a {
  display: inline-block;
  padding: 0 4px;
  color: #d2d2d2;
  cursor: pointer;
}

.public-header .bottom {
  width: 100%;
  line-height: 70px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.public-header .bottom .block {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}

.public-header .bottom .block .logo {
  height: 70px;
  max-width: 240px;
  overflow: hidden;
  float: left;
}

.public-header .bottom .block .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.public-header .bottom .block .logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.public-header .bottom .block .text-logo {
  float: left;
  white-space: nowrap;
}

.public-header .bottom .block .text-logo .main-title {
  display: inline-block;
  font-size: 24px;
  color: #d80000;
  font-weight: bold;
  font-weight: bolder;
}

.public-header .bottom .block .text-logo .sun-title {
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-weight: bolder;
  color: #000000;
}

.public-header .bottom .block .head-nav-list {
  display: table;
  -webkit-display: table;
  -moz-display: table;
  -ms-display: table;
  -o-display: table;
  width: 50%;
  width: calc(100% - 460px);
  width: -webkit-calc(100% - 460px);
  width: -moz-calc(100% - 460px);
  margin-left: 42px;
  list-style: none;
  float: left;
}

.public-header .bottom .block .head-nav-list li {
  display: inline-block;
  position: relative;
}

.public-header .bottom .block .head-nav-list li a {
  display: block;
  color: #000000;
  font-size: 16px;
  padding: 0 12px;
}

.public-header .bottom .block .head-nav-list li i {
  display: none;
}

.public-header .bottom .block .head-nav-list li:hover a {
  font-weight: bold;
}

.public-header .bottom .block .head-nav-list li.cur::after {
  display: inline-block;
  content: "";
  width: 100%;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  height: 3px;
  background: #000;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}

.public-header .bottom .block .head-nav-list li.cur a {
  font-size: 18px;
  font-weight: bold;
}

.public-header .bottom .block .nav-list-fold-btn {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cccccc;
  font-size: 22px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.public-header .bottom .block .nav-list-fold-btn:hover {
  background: #eeeeee;
}

.message-prompt {
  padding: 0 12px;
  font-size: 13px;
  line-height: 34px;
  float: right;
  position: relative;
  cursor: pointer;
}

.message-prompt .name-num {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  top: 2px;
  right: -7px;
  font-size: 12px;
  color: #ffffff;
  z-index: 10;
}

@media screen and (max-width: 1620px) and (min-width: 1400px) {
  .public-header .bottom .block .logo {
    max-width: none;
    width: 180px;
  }
  .public-header .bottom .block .text-logo {
    font-size: 20px;
  }
  .public-header .bottom .block .text-logo .sun-title span {
    font-size: 17px;
  }
  .public-header .bottom .block .head-nav-list li a {
    font-size: 15px;
    padding: 0 8px;
  }
  .public-header .bottom .block .head-nav-list {
    display: table;
    -webkit-display: table;
    -moz-display: table;
    -ms-display: table;
    -o-display: table;
    width: 50%;
    width: calc(100% - 460px);
    width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    margin-left: 24px;
    list-style: none;
    float: left;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1250px) {
  .public-header .bottom .block .logo {
    max-width: none;
    width: 180px;
  }
  .public-header .bottom .block .text-logo .main-title {
    font-size: 20px;
  }
  .public-header .bottom .block .text-logo .sun-title {
    font-size: 16px;
  }
  .public-header .bottom .block .head-nav-list li a {
    font-size: 14px;
    padding: 0 8px;
  }
  .public-header .bottom .block .head-nav-list {
    display: table;
    -webkit-display: table;
    -moz-display: table;
    -ms-display: table;
    -o-display: table;
    width: 50%;
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    margin-left: 16px;
    list-style: none;
    float: left;
  }
  .public-header .bottom .block .head-nav-list .cur a {
    font-size: 15px;
  }
}

.message-prompt {
  padding: 0 12px;
  font-size: 13px;
  line-height: 34px;
  float: right;
  position: relative;
  cursor: pointer;
}

.message-prompt .name-num {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  top: 2px;
  right: -7px;
  font-size: 12px;
  color: #ffffff;
  z-index: 10;
}

/* 消息弹窗 */
.message-prompt-win .win-panel {
  width: 90%;
  max-width: 700px;
  height: 90%;
}

.message-prompt-win .win-panel .win-cont .win-cont-data {
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.message-prompt-win .win-panel .message-list {
  padding: 12px;
}

.message-prompt-win .win-panel .message-list li .block {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}

.message-prompt-win .win-panel .message-list li .block .user-photo {
  width: 46px;
  height: 46px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  float: left;
}

.message-prompt-win .win-panel .message-list li .block .user-photo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.message-prompt-win .win-panel .message-list li .block .info-data {
  width: 100%;
  float: right;
}

.message-prompt-win .win-panel .message-list li .block .info-data .user-info {
  width: 100%;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}

.message-prompt-win .win-panel .message-list li .block .info-data .user-info .user-name {
  display: block;
  max-width: 50%;
  max-width: calc(100% - 160px);
  max-width: -webkit-calc(100% - 160px);
  max-width: -moz-calc(100% - 160px);
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  float: left;
}

.message-prompt-win .win-panel .message-list li .block .info-data .user-info .user-time {
  display: block;
  font-size: 14px;
  margin-left: 13px;
  color: #999999;
  float: left;
}

.message-prompt-win .win-panel .message-list li:last-child .block {
  border-bottom: none;
}


@media screen and (max-width: 1249px) and (min-width: 1000px) {
  .public-header .bottom .block .logo {
    max-width: none;
    width: 180px;
  }
  .public-header .bottom .block .text-logo .main-title {
    font-size: 16px;
  }
  .public-header .bottom .block .text-logo .sun-title {
    font-size: 14px;
  }
  .public-header .bottom .block .head-nav-list li a {
    font-size: 12px;
    padding: 0 4px;
  }
  .public-header .bottom .block .head-nav-list {
    display: table;
    -webkit-display: table;
    -moz-display: table;
    -ms-display: table;
    -o-display: table;
    width: 50%;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    margin-left: 16px;
    list-style: none;
    float: left;
  }
  .public-header .bottom .block .head-nav-list .cur a {
    font-size: 13px;
  }
}

.public-header .bottom .block .head_return_btn{
  width: 50px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
  border: 1px solid #cccccc;
  font-size: 22px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 999px) {
    .public-header .bottom .block .text-logo{
        width: 100%;
    }

    .public-header .bottom .block .text-logo a{
        width: 100%;
    }

    .public-header .bottom .block .text-logo a .main-title{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

  .public-header .bottom .block .nav-list-fold-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    display: block;
  }
  .public-header .bottom .block .logo {
    max-width: 200px;
    height: 50px;
  }
  .public-header .bottom {
    height: 50px;
    line-height: 50px;
  }
  .public-header .bottom .block .text-logo{
    height: 50px;
    line-height: 50px;
  }
  .public-header .bottom .block .head-nav-list {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #aaaaaa;
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-top: 1px solid #cccccc;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100000000;
    display: none;
  }
  .public-header .bottom .block .head-nav-list li {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    margin: 10px 0 0;
    position: relative;
  }
  .public-header .bottom .block .head-nav-list li a {
    display: inline-block;
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #5c5c5c;
    text-decoration: none;
    padding: 0;
    margin: 0;
  }
  .public-header .bottom .block .head-nav-list li i {
    display: block;
    position: absolute;
    top: 12px;
    right: 5%;
  }
  .public-header .bottom .block .head-nav-list li:hover a {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    color: #464646;
  }
  .public-header .bottom .block .head-nav-list li.cur::after {
    display: none;
  }
  .public-header .bottom .block .head-nav-list li.cur a {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #6b2425;
    color: #000000;
  }
  .carousel-indicators {
    display: none;
  }

  .public-header .top .block .contact-number{
      display: none;
  }

  .public-header .top .block .right .btn-list li:last-child{
      display: none;
  }

  .public-header .top .block .right .btn-list li:nth-last-of-type(2){
      display: none;
  }
}


@media screen and (max-width: 909px) {
    .public-header .bottom .block{
        padding: 0 46px 0 68px;
        box-sizing: border-box;
    }
    
    body .public-header .bottom .block .head_return_btn{
        height: 36px;
        line-height: 34px;
        font-size: 16px;
        color: #000;
        display: block;
    }
}