﻿@charset "UTF-8";
.wrap {width: 700px;margin: auto;}
.pad {padding: 20px 0;}
.mar {margin: 20px auto;}
.p {text-indent: 2em;line-height: 2em;margin: 10px auto;max-height:500px}

.title_main {
  height: 56px;
  text-align: center;
  /*color: #313130;*/
}
.title_main strong {font-size: 36px;}
.title_main hr {
  width: 60px;
  border: 2px solid #333;
  margin: 5px auto;
}


.anchor_nav {
  width: 100%;
  background: rgba(247,247,247,0.7);
  justify-content: space-around;
  color: #606060;
  font-size: 24px;
}
.anchor_nav a {
  display: block;
  width: 200px;
  text-align: center;
}
.zxbtn {
  display: block;
  width: 700px;
  height: 60px;
  line-height: 60px;
  background: #ebebeb;
  border-radius: 10px;
  text-align: center;
}

/*#about {height: 926px;}
#brand {height: 762px;}*/


.bgGrey {background: #f5f5f5;}
.adv {
  width: 630px;
  height: 550px;
}
.adv li {
  width: 300px;
  height: 260px;
  background: #fff;
  border: 1px solid;
  text-align: center;
}
.adv li h3 {font-size: 30px;margin: 15px auto;text-align: center;}
.adv li p {
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #858585;
  text-align: center;
  max-height: 800px;
}

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

.prompt {
  /*max-height: 1200px;*/
  padding: 20px;
}
.prompt h4 {color: #cd0303;}