* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;

}
input {
  white-space: nowrap;
  border-radius: 0;
}
img {
  width: 100%;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-focus-ring-color: rgba(0, 0, 0, 0);
  font-size: inherit;
  color: inherit;
  color: #343434;
}
a:active {
  outline: 0;
}
a:visited {
 /* color: inherit;*/
}
input,
textarea,
select,
button {
  outline: none;
  -webkit-appearance: none;
}
ul,
li,
ol {
  list-style: none;
}
button {
  border: none;
}
span,
p {
  color: inherit;
  font-size: inherit;
  color: #343434;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.dot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#headM {
  background-image: url(../images/bgm.jpg);
}
#headM .head-title {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#headM .head-title > img {
  width: 1903px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#headM .head-title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
#headM .head-title .title .left {
  display: flex;
  align-items: center;
}
#headM .head-title .title .left .img {
  width: 112px;
  height: 112px;
  background-color: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
#headM .head-title .title .left .img img {
  width: 100%;
  height: 100%;
}
#headM .head-title .title .left .con {
  flex: 1;
  margin-left: 13px;
  min-width: 0;
}
#headM .head-title .title .left .con div {
  display: flex;
  align-items: center;
}
#headM .head-title .title .left .con div h3 {
  font-size: 29px;
  color: #fff;
}
#headM .head-title .title .left .con div p {
  margin-left: 18px;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #3498f6;
  background-color: #fff;
  border-radius: 20px;
}
#headM .head-title .title .left .con .x-img {
  margin: 10px 0;
}
#headM .head-title .title .left .con .x-img img {
  width: 20px;
  margin-right: 6px;
}
#headM .head-title .title .left .con .x-con {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
}
#headM .head-title .title .right {
  margin-left: 10px;
}
#headM .head-title .title .right .academy-details-text1 li,#headM .head-title .title .right .academy-details-text2,#headM .head-title .title .right .academy-details-text2 p{
  color: #fff;
}
#headM .head-title .title .right .con div h3 {
  font-size: 29px;
  color: #fff;
}
#headM .head-title .title .right .img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
#headM .head-title .title .right .img img {
  width: 100%;
  height: 100%;
}
#headM .head-title .title .right .tel {
  margin-left: 13px;
}
#headM .head-title .title .right .tel p:nth-of-type(1) {
  font-size: 12px;
  color: #fff;
}
#headM .head-title .title .right .tel p:nth-of-type(2) {
  font-size: 36px;
  color: #fff;
}
#headM .nav {
  background-color: rgba(0, 0, 0, 0.4);
}
#headM .nav .center {
  height: 50px;
  display: flex;
}
#headM .nav .center a {
  width: 100px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
#headM .nav .center a:hover {
  background-color: #00b2fc;
}
#headM .nav .center .active {
  background-color: #00b2fc;
}
#body {
  min-height: 400px;
}
.paging ol {
  display: flex;
  justify-content: center;
}
.paging ol li {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 28px;
  margin: 0 6px;
  cursor: pointer;
}
.paging ol .active {
  background-color: #b01f1a;
  color: #fff;
}
.now-position {
  height: 46px;
  border-bottom: 1px solid #ccc;
}
.now-position p {
  font-size: 12px;
  color: #666;
  line-height: 46px;
}
.now-position p a {
  font-size: 12px;
  color: #666;
}
.r-container {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
}
.r-container .r-title {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border-left: 4px solid #ee4c26;
  text-align: center;
  line-height: 30px;
  margin: 10px 0;
}
.r-container .form {
  box-sizing: border-box;
  padding: 10px 16px;
  border-top: 1px solid #eeeeee;
}
.r-container .form > div {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
}
.r-container .form > div input,
.r-container .form > div select {
  box-sizing: border-box;
  padding-left: 20px;
  width: 202px;
  height: 100%;
  border: none;
  font-size: 14px;
}
.r-container .form > div input::placeholder {
  font-size: 14px;
}
.r-container .zy-c-article {
  padding: 10px 16px;
  border-top: 1px solid #eee;
}
.r-container .zy-c-article a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 6px 0;
}
.r-container .zy-c-article p {
  display: inline-block;
  width: 94%;
  font-size: 14px;
  line-height: 12px;
}
.right .r-title {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border-left: 4px solid #ee4c26;
  text-align: center;
  line-height: 30px;
  margin: 10px 0;
}
