@charset "UTF-8";
.pad {padding: 20px 0;}
.mar {margin: 20px auto;}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.anchor_nav {
  width: 100%;
  padding: 20px 0;
  background: rgba(247,247,247,0.7);
}
.anchor_nav a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #606060;
  text-align: center;
  border-right: 1px solid #989898;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.bgGrey {background: #f5f5f5;}
.title_main {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.title_main::after {
  width: 60px;
  height: 0;
  content: '';
  border: 2px solid;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
}
.about_img li {
  width: 310px;
  height: 200px;
  overflow: hidden;
}
.brand_con {align-items: center;}
.brand_con article {width: 680px;}

.adv li {
  width: 258px;
  height: 198px;
  padding: 20px;
  border: 1px solid;
  background: #fff;
  text-align: center;
}
.adv li h3 {font-size: 30px;}
.adv li p {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #858585;
}

.major {
  width: 1098px;
  border: 1px solid;
  text-align: center;
}
.major tr:nth-child(odd) {background: #f5f5f5;}
.major tr td {
  height: 50px;
  border-right: 1px solid;
}
.major tr td:nth-child(1) {width: 25%}
.major tr td:nth-child(2) {width: 15%}
.major tr td:nth-child(3) {width: 15%}
.major tr td:nth-child(4) {width: 15%}
.major tr td:nth-child(5) {width: 30%}

.prompt {
  width: 1180px;
  height: 415px;
  padding: 50px;
}
.prompt h4 {color: #cd0303;}