@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  min-width: 1200px;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", arial, helvetica, "Microsoft Sans Serif", sans-serif;
  cursor: url(../images/cursor_01.png), auto;
  width: 100vw;
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: url(../images/cursor_02.png), auto;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

input, textarea {
  outline-style: none;
}

input:focus, textarea:focus {
  box-shadow: 0 0 10px 3px rgba(23, 13, 53, 0.15);
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9492a1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9492a1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9492a1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9492a1;
}

.container {
  width: 1120px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: "";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 211px;
  height: 94px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(1.1);
}

.login-box {
  font-size: 18px;
  color: #322a54;
}

.login-box .btn-login {
  display: block;
  color: #322a54;
  letter-spacing: 5px;
  text-indent: 5px;
  margin: 0 auto;
}

.login-box .name {
  margin-right: 20px;
}

.login-box .login-info a {
  color: #322a54;
  margin-left: 10px;
}

.login-box .login-info a:hover {
  color: #5b4aa4;
  text-decoration: underline;
}

.login-box .login-info .area {
  display: inline-block;
  margin-right: 30px;
}

.tit {
  position: relative;
  color: #322a54;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 70px;
}

.tit p {
  float: left;
  line-height: 1;
}

.tit .year {
  display: block;
  margin-bottom: 10px;
  font-size: 32px !important;
}

.tit .date span {
  font-size: 44px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.tit .date span i {
  font-size: 36px;
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  margin: 0 3px;
}

.tit .btn-look {
  display: block;
  position: absolute;
  top: 4px;
  left: 90px;
  width: 146px;
  height: 27px;
  line-height: 26px;
  color: #f2f3f4;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: url(../images/btn_02.png) center center no-repeat;
}

.tit .btn-look:hover {
  filter: brightness(1.1);
}

.tit:before {
  position: absolute;
  bottom: 0;
  right: -400px;
  display: block;
  width: 1230px;
  height: 1px;
  background: #ada9ba;
  content: '';
}

.tit h2 {
  height: 80px;
  font: 0/0 a;
  background: url(../images/tit_01.png) right 2px no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  height: 1080px;
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.sect.sect-01 .container {
  position: relative;
  padding: 150px 0 0 80px;
  height: 100%;
  background: url(../images/sect_01_c.jpg) top center no-repeat;
}

.sect.sect-01 .decorate {
  position: absolute;
  right: -400px;
  bottom: 55px;
  width: 370px;
  height: 330px;
  background: url(../images/bg_04.png) center center no-repeat;
}

.sect.sect-01 .comment-box {
  position: relative;
  width: 1440px;
  padding: 20px 0 0 40px;
  margin: 15px 0 25px;
  background: url(../images/bg_03.png) #f7f7f7 right top no-repeat;
  box-shadow: 0 0 10px 3px rgba(23, 13, 53, 0.15);
}

.sect.sect-01 .comment-box .icon {
  position: absolute;
  bottom: 50px;
  left: -6px;
  display: block;
  width: 16px;
  height: 59px;
  background: url(../images/icon_01.png) center center no-repeat;
}

.sect.sect-01 .comment-box .comment-cont {
  width: 1004px;
}

.sect.sect-01 .comment-box .tag-list {
  margin: 15px -2px;
  overflow: hidden;
}

.sect.sect-01 .comment-box .tag-list li {
  float: left;
  width: 162px;
  height: 45px;
  line-height: 45px;
  margin: 6px 3px;
}

.sect.sect-01 .comment-box .tag-list li a {
  display: block;
  background: #484557;
  color: #f0f0f0;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

.sect.sect-01 .comment-box .tag-list li:hover a, .sect.sect-01 .comment-box .tag-list li.choose a {
  background: url(../images/bg_01.png) center center no-repeat;
}

.sect.sect-01 .comment-box .tag-list li.finish a {
  position: relative;
  color: #9d9ca3;
}

.sect.sect-01 .comment-box .tag-list li.finish a:before {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 158px;
  height: 42px;
  content: '';
  background: url(../images/bg_02.png) center center no-repeat;
}

.sect.sect-01 .comment-box .comment-submit textarea {
  width: 100%;
  min-height: 178px;
  border: 2px solid #9995ac;
  background: #f6f6f6;
  font-size: 17px;
  color: #322a54;
  padding: 15px;
}

.sect.sect-01 .comment-box .comment-submit .btn-submit {
  display: block;
  width: 284px;
  height: 78px;
  margin: 30px auto 50px;
  font: 0/0 a;
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .comment-box .comment-submit .btn-submit:hover {
  filter: brightness(1.1);
}

.sect.sect-01 .comment-box .comment-submit-finish {
  position: relative;
  border-top: 2px solid #9995ac;
  border-bottom: 2px solid #9995ac;
  background: #f7f7f7;
  font-size: 16px;
  color: #322a54;
  line-height: 30px;
  padding: 15px 25px;
  min-height: 154px;
}

.sect.sect-01 .comment-box .comment-submit-finish:before {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  content: '';
  background: rgba(153, 149, 172, 0.12);
}

.sect.sect-01 .tips {
  color: #322a54;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -444px;
  margin-top: -306px;
  width: 888px;
  height: 612px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: -2px;
  right: -76px;
  width: 76px;
  height: 68px;
  line-height: 68px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

.modal-body .close:hover {
  filter: brightness(115%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.viewHead {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  min-width: 1200px;
}

.headers {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  padding: 0 12.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #252525;
}

.headers .lf {
  float: left;
  width: 161px;
  height: 69px;
  background: url(../images/logo.png) no-repeat center;
  margin-top: 6px;
}

.headers .lf a {
  display: block;
  width: 100%;
  height: 100%;
}

.rtbox {
  height: 77px;
  position: relative;
  margin-left: 18%;
}

.item {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 11.80556%;
  padding-top: 25px;
  margin: 0 0.5%;
}

.znsoma {
  font-size: 18px;
  color: #dbdbdb;
  line-height: 1;
  padding-bottom: 8px;
  transition: all .3s;
}

.ensoma {
  font-size: 12px;
  color: #6e6f74;
  line-height: 1;
  transition: all .3s;
}

.item:hover .znsoma {
  color: #ae2020;
}

.item:hover .ensoma {
  color: #ae2020;
}

.rt {
  position: absolute;
  right: 0;
  padding-top: 11px;
}

.rt a {
  width: 165px;
  height: 25px;
  border: 1px solid #434343;
  font-size: 14px;
  color: #ce2812;
  display: block;
  transition: all .3s;
  position: relative;
  text-align: center;
  margin-bottom: 6px;
  line-height: 23px;
}

.rt a.service {
  border: 1px solid #c70408;
  background: url(../images/btn_service.jpg) no-repeat top;
  color: #fff;
}

.rt a:hover {
  filter: brightness(1.1);
}

.navbar {
  display: none;
  height: 50px;
  background: #272728;
}

.navbar .logo {
  top: 8px;
  width: 85px;
  height: 36px;
  background: url(../images/logo_m.png) center center no-repeat;
  background-size: contain;
}

.navbar .btn-inter {
  float: right;
  display: block;
  width: 105px;
  height: 30px;
  line-height: 24px;
  border: 2.5px solid #cacaca;
  color: #cacaca;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 10px 0;
}

@media (max-width: 1440px) {
  .comment-box {
    width: 1200px !important;
  }
}

@media (max-width: 750px) {
  body {
    min-width: inherit;
  }
  .login-box {
    font-size: 14px;
  }
  .login-box .btn-login {
    width: 130px;
    height: 35px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #484557;
    font-weight: bold;
    text-align: center;
  }
  .tit-01 {
    margin: 30px 0 110px;
    font-size: 26px;
  }
  .tit-01:before {
    display: none;
  }
  .tit-01 h2 {
    height: 46px;
    background: url(../images/tit_01_m.png) left center no-repeat;
    background-size: contain !important;
  }
  .tit-01 .date {
    position: absolute;
    top: 55px;
    left: 0;
  }
  .tit-01 .date .year {
    font-size: 28px !important;
    margin-bottom: 5px;
  }
  .tit-01 .date span {
    font-size: 38px;
  }
  .tit-01 .btn-look {
    top: 55px;
    left: 80px;
  }
  .sect-01 {
    height: auto !important;
    padding-bottom: 50px;
    background: url(../images/sect_01_m.jpg) top center no-repeat !important;
    background-size: cover !important;
  }
  .sect-01 .container {
    padding: 0 10px !important;
    width: 100%;
    background: none !important;
  }
  .navbar {
    display: block;
  }
  .viewHead {
    display: none;
  }
  .comment-box {
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  .comment-box .comment-cont {
    width: 100% !important;
  }
  .comment-box textarea {
    font-size: 15px !important;
    border-left: 1px solid #9794ab !important;
    border-right: 1px solid #9794ab !important;
    border-top: 6px solid #9794ab !important;
    border-bottom: 6px solid #9794ab !important;
    background: #ececec;
    color: #322a54 !important;
  }
  .comment-box .icon {
    display: none !important;
  }
  .tag-list {
    margin: 10px -2px !important;
  }
  .tag-list li {
    margin: 0 !important;
    padding: 4px 3px;
    width: 25% !important;
    height: auto !important;
  }
  .tag-list li a {
    border: 1px solid transparent;
  }
  .tag-list li:hover a, .tag-list li.choose a {
    background: #6752aa !important;
    border: 1px solid #dc53ea;
    border-right-color: #84deff;
    border-bottom-color: transparent;
  }
  .tips {
    font-size: 14px !important;
  }
  .btn-submit {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .tag-list li {
    width: 33.3333% !important;
  }
}
