@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Micsoft YaHei', '微软雅黑', '黑体';
  min-width: 320px;
  margin: auto;
}
* a {
  text-decoration: none;
}
.pcShow,
.pcShow414 {
  display: block;
}
.phoneShow,
.phoneShow414 {
  display: none;
}
.warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
p {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
}
.theTitle {
  max-width: 100%;
  text-align: center;
  color: #3e3a39;
}
.theTitle h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.theTitle span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.spaceAround {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.moreBtn {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #2b3774;
  text-align: center;
  margin: 20px auto;
  border-radius: 10px;
}
.moreBtn:hover {
  color: #fff;
  box-shadow: 3px 5px 5px rgba(174, 174, 174, 0.56);
  transform: scale(1.05);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.tongjiIcon {
  opacity: 0;
  height: 0;
}
#normalHead,
#normalHeadX {
  background: url("../images/navBg.png") repeat left top transparent;
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 185px;
}
#normalHead > ul,
#normalHeadX > ul {
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}
#normalHead > ul > li,
#normalHeadX > ul > li {
  padding-top: 40px;
  flex: 1;
  text-align: center;
}
#normalHead > ul > li#logo,
#normalHeadX > ul > li#logo {
  position: relative;
  flex: 0 0 170px;
  width: 170px;
  padding-top: 0;
}
#normalHead > ul > li#logo::after,
#normalHeadX > ul > li#logo::after {
  display: none;
}
#normalHead > ul > li#logo img,
#normalHeadX > ul > li#logo img {
  display: block;
  margin: 0 auto;
}
#normalHead > ul > li#logo.fixedLogo,
#normalHeadX > ul > li#logo.fixedLogo {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  background: url("../images/fixedLogo.png") no-repeat center top;
}
#normalHead > ul > li#logo.fixedLogo img,
#normalHeadX > ul > li#logo.fixedLogo img {
  display: none;
}
#normalHead > ul > li a,
#normalHeadX > ul > li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#normalHead > ul > li a::after,
#normalHeadX > ul > li a::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 50%;
  position: absolute;
}
#normalHead > ul > li a:hover,
#normalHeadX > ul > li a:hover {
  color: #fff;
}
#normalHead > ul > li.hover a,
#normalHeadX > ul > li.hover a,
#normalHead > ul > li.active a,
#normalHeadX > ul > li.active a {
  color: #fff;
}
#normalHead > ul > li.hover a::after,
#normalHeadX > ul > li.hover a::after,
#normalHead > ul > li.active a::after,
#normalHeadX > ul > li.active a::after {
  width: 100%;
  left: 0%;
  margin-left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#normalHead > ul > li.hasChild,
#normalHeadX > ul > li.hasChild {
  position: relative;
}
#normalHead > ul > li.hasChild ul,
#normalHeadX > ul > li.hasChild ul {
  display: none;
  width: 120%;
  padding: 0 0px 20px;
  background-color: rgba(250, 250, 250, 0.8);
  position: absolute;
  clear: both;
  left: -10%;
}
#normalHead > ul > li.hasChild ul li,
#normalHeadX > ul > li.hasChild ul li {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
#normalHead > ul > li.hasChild ul li a,
#normalHeadX > ul > li.hasChild ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #3e3a39;
}
#normalHead > ul > li.hasChild ul li a:hover,
#normalHeadX > ul > li.hasChild ul li a:hover {
  color: #2b3774;
  font-weight: bold;
}
#normalHead > ul > li.hasChild.hover,
#normalHeadX > ul > li.hasChild.hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#normalHead > ul > li.hasChild.hover ul,
#normalHeadX > ul > li.hasChild.hover ul {
  display: block;
}
#normalHead > ul > li.hasChild.hover ul a::after,
#normalHeadX > ul > li.hasChild.hover ul a::after {
  display: none;
}
#normalHead.fixed,
#normalHeadX.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  min-height: 100px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  background: url("../images/navBg2.png") no-repeat left top / 100% 100%;
}
#normalHead.fixed ul,
#normalHeadX.fixed ul {
  padding: 10px 0px 0 5px;
  align-items: center;
}
#normalHead.fixed ul li,
#normalHeadX.fixed ul li {
  padding-top: 15px;
}
#normalHead.fixed ul li#logo.fixedLogo,
#normalHeadX.fixed ul li#logo.fixedLogo {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-size: 80px auto;
}
.banner {
  margin-top: -185px;
  border-bottom: 1px solid #fff;
}
.banner img {
  max-width: 100%;
  width: 100%;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 50px;
  height: 50%;
  left: auto;
  top: 50%;
  right: 50px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 45px;
  height: 30px;
  margin-bottom: 100px;
  background: url("../images/shape1.png") no-repeat left -94px;
  opacity: 1;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 2px;
  height: 85px;
  background-color: #fff;
  position: relative;
  top: 40px;
  left: 20px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child::after {
  display: none;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-position: left -46px;
}
.benke {
  background: url("../images/bgImg5.png") no-repeat center top / 100% 100%;
  padding: 80px 0 30px;
  clear: both;
}
.benke h2 {
  font-size: 30px;
  font-weight: bold;
  width: 150px;
  margin: 0 auto;
  color: #fff;
  background-color: #27326b;
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
.benke ul {
  border-top: 1px solid #fff;
  position: relative;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.benke ul::before,
.benke ul::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
}
.benke ul::before {
  left: 0;
}
.benke ul::after {
  right: 0;
}
.benke ul li {
  width: 270px;
  margin-top: 80px;
  position: relative;
}
.benke ul li::before {
  position: absolute;
  display: block;
  content: '';
  width: 45px;
  height: 25px;
  background: url("../images/shape1.png") no-repeat left top;
  left: 50%;
  top: 10px;
  margin-left: -22px;
  z-index: -1;
}
.benke ul li.hover {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.benke ul li.hover::before {
  top: -50px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  z-index: 2;
}
.benke ul li.hover .imgBox {
  height: 200px;
  position: relative;
  z-index: 1;
}
.benke ul li.hover .textBox a {
  display: block;
}
.benke ul .imgBox {
  width: 270px;
  height: 235px;
  overflow: hidden;
}
.benke ul .imgBox img {
  width: auto;
  height: 100%;
}
.benke ul .textBox p {
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #3e3a39;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 10px;
  text-indent: 0;
  font-weight: bold;
}
.benke ul .textBox a {
  background-color: #be9860;
  padding: 5px 0px;
  width: 80px;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  display: none;
  text-align: center;
  margin: 0 auto;
}
.setting,
.fastWay {
  padding: 20px 0 30px;
  background: url("../images/logoBg.png") no-repeat center center #f3f2f2;
}
.setting.hover ul,
.fastWay.hover ul {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.setting ul,
.fastWay ul {
  margin-top: 70px;
}
.setting li,
.fastWay li {
  flex: 1;
  text-align: center;
}
.setting li:nth-child(2) .icon,
.fastWay li:nth-child(2) .icon {
  background: url("../images/icon2.png") no-repeat center top;
}
.setting li:nth-child(3) .icon,
.fastWay li:nth-child(3) .icon {
  background: url("../images/icon2.png") no-repeat center -769px;
}
.setting li:nth-child(4) .icon,
.fastWay li:nth-child(4) .icon {
  background: url("../images/icon2.png") no-repeat center -110px;
}
.setting li:nth-child(5) .icon,
.fastWay li:nth-child(5) .icon {
  background: url("../images/icon2.png") no-repeat center -220px;
}
.setting .icon,
.fastWay .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: url("../images/icon2.png") no-repeat center -660px;
}
.setting p,
.fastWay p {
  font-size: 14px;
  text-indent: 0;
  line-height: 24px;
}
.setting p strong,
.fastWay p strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fastWay {
  padding-bottom: 70px;
}
.fastWay li:first-child .icon {
  background-position: center -330px;
}
.fastWay li:nth-child(2) .icon {
  background-position: center -440px;
}
.fastWay li:nth-child(3) .icon {
  background-position: center -550px;
}
.fastWay li:nth-child(4) .icon {
  background-position: center -877px;
}
.fastWay li:nth-child(5) .icon {
  background-position: center -988px;
}
.teacher,
.student {
  padding: 20px 0;
  background: url("../images/bgImg3.png") no-repeat center top;
  background-size: 100% 100%;
}
.teacher ul,
.student ul {
  margin: 60px auto;
}
.teacher li,
.student li {
  box-shadow: 3px 5px 5px rgba(174, 174, 174, 0.56);
  background: #fff;
}
.teacher li .imgBox,
.student li .imgBox {
  height: 240px;
  overflow: hidden;
}
.teacher li .imgBox img,
.student li .imgBox img {
  height: 100%;
  width: auto;
}
.teacher li p,
.student li p {
  padding: 10px 0;
  font-size: 14px;
  color: #3e3a39;
  text-indent: 0;
  text-align: center;
}
.teacher li p strong,
.student li p strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.teacher li:hover,
.student li:hover {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.teacher li:hover .imgBox,
.student li:hover .imgBox {
  overflow: hidden;
}
.teacher li:hover .imgBox img,
.student li:hover .imgBox img {
  transform: scale(1.1);
}
.student {
  background: url("../images/bgImg2.jpg") no-repeat center top #f3f2f2;
}
.student .theTitle {
  color: #fff;
}
.student li {
  background: transparent;
  box-shadow: 0 0 0;
}
.student .imgBox {
  width: 200px;
  height: 265px;
  margin-bottom: 30px;
}
.student p span {
  display: block;
}
.university {
  padding-bottom: 30px;
}
.university ul {
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.university ul li {
  width: 20%;
  margin-top: 60px;
  text-align: center;
}
.university ul .imgBox {
  width: 100%;
  margin-bottom: 10px;
  max-height: 60px;
  min-height: 60px;
}
.university ul .imgBox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.university ul .textBox strong,
.university ul .textBox span {
  display: block;
  text-align: center;
  padding: 2px 0;
}
.university ul .textBox strong {
  font-size: 14px;
  font-weight: bold;
  color: #3e3a39;
}
.university ul .textBox span.universityName {
  display: inline-block;
  padding: 2px 5px;
  border-bottom: 1px solid #3e3a39;
  text-align: center;
}
.university ul .textBox span:last-child {
  color: #8d8c8b;
}
.university ul .textBox span:last-child i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  background: url("../images/icon2.png") no-repeat left -1334px;
}
.news {
  background: url("../images/bgImg1.jpg") no-repeat center top #fff;
  padding: 10px 0 60px ;
}
.news div.warp {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.news .theTitle {
  color: #fff;
}
.news .newsBox {
  width: 42%;
}
.news .newsBox .title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #adacb0;
  padding: 0 5px;
  line-height: 34px;
  position: relative;
}
.news .newsBox .title::before {
  display: block;
  content: '';
  width: 20px;
  height: 25px;
  border-left: 1px solid #adacb0;
  transform: rotate(-45deg);
  position: absolute;
  left: -12px;
  top: 6px;
}
.news .newsBox .title::after {
  position: absolute;
  right: -14px;
  top: 27px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid #adacb0;
  border-color: transparent transparent transparent #adacb0;
}
.news .newsBox .title a {
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.news .newsBox ul {
  background: #fff;
  padding: 30px 20px 1px;
  box-shadow: 3px 5px 5px rgba(174, 174, 174, 0.56);
}
.news .newsBox li {
  margin-bottom: 30px;
}
.news .newsBox li img {
  float: left;
  width: 150px;
  height: 86px;
}
.news .newsBox li div {
  padding-left: 180px;
  padding-top: 20px;
}
.news .newsBox li div h3 {
  color: #3e3a39;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #b7b6b6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
}
.news .newsBox li div p {
  text-indent: 0;
  color: #3e3a39;
  font-size: 14px;
  line-height: 34px;
}
.news .newsBox li div p span {
  float: right;
}
.path {
  padding: 40px 0 30px;
  background: url("../images/logoBg.png") no-repeat center center #f3f2f2;
}
.path .pathTitle {
  text-align: center;
}
.path .pathTitle span {
  background: #be9860;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 16px;
  color: #3e3a39;
}
.path .pathTitle span i {
  color: #fff;
  display: inline;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.path .pathTitle span i.pcShow414 {
  color: #3e3a39;
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.path .pathTitle span i.phoneShow414 {
  display: none !important;
  padding: 0;
  margin: 0;
}
.path .pathBox {
  margin-top: 60px;
  width: 950px;
  border-top: 1px solid #2b3774;
}
.path .pathBox h3 {
  font-size: 24px;
  color: #3e3a39;
  font-weight: bold;
  background-color: #f3f2f2;
  width: 150px;
  text-align: center;
  margin: -20px auto 50px;
}
.path .pathBox ul.pathUl {
  margin-top: -68px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.path .pathBox ul.pathUl li {
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #2b3774;
}
.path .pathBox ul.pathUl li div {
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.path .pathBox ul.pathUl li div::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #2b3774;
  border-color: #2b3774 transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
}
.path .pathBox ul.pathUl li p {
  text-indent: 0;
}
.path .pathBox ul.pathUl li::before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #2b3774;
  position: relative;
  left: 50%;
}
.path .pathBox ul.pathUl li:first-child::before,
.path .pathBox ul.pathUl li:nth-child(2)::before {
  left: 0;
}
.path .pathBox ul.pathUl li:first-child div,
.path .pathBox ul.pathUl li:nth-child(2) div {
  margin-left: -100%;
}
.path .pathBox ul.pathUl li:last-child::before {
  right: -100%;
  left: auto;
}
.path .pathBox ul.pathUl li:last-child div {
  margin-right: -100%;
}
.path .lineBox {
  margin-top: 30px;
  width: 100%;
  display: block;
  border-top: 5px solid #2b3774;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
}
.path .lineBox li {
  flex: 1;
  position: relative;
}
.path .lineBox li p {
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  color: #3e3a39;
  font-weight: bold;
  margin-top: -20px;
  line-height: 24px;
}
.path .lineBox li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 10px solid #f3f2f2;
  position: relative;
  border-radius: 50%;
  background-color: #fdecd2;
  left: 50%;
  top: -27px;
  margin-left: -30px;
}
.path .lineBox li span::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  background-color: #be9860;
}
.path .lineBox li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #2b3774;
  border-color: transparent transparent transparent #2b3774;
  position: absolute;
  right: -12px;
  top: -12px;
}
.environment {
  padding: 20px 0 40px;
  background: url("../images/lineBg.jpg") repeat left top;
}
.environment .theTitle {
  margin-bottom: 20px;
}
.environment .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.environment .swiper-slide p {
  position: absolute;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  bottom: 0;
  width: 100%;
  background: rgba(14, 14, 14, 0.56);
  letter-spacing: 1px;
}
.environment .gallery-top {
  width: 880px;
  height: 440px;
  margin: 0 auto 30px;
}
.environment .gallery-thumbs {
  height: 82px;
  box-sizing: border-box;
}
.environment .gallery-thumbs .swiper-slide {
  width: calc(100% / 6);
  height: 100%;
  opacity: 0.4;
}
.environment .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.partner {
  background: #f3f2f2;
  padding-bottom: 1px;
}
.partner ul {
  margin: 50px auto;
}
.footPc {
  background: url("../images/foot1.png") no-repeat right center #555;
}
.footPc .top {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 40px 100px 40px 10px;
}
.footPc .top .imgbox {
  flex: 0 0 220px;
  width: 220px;
}
.footPc .top .navBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
}
.footPc .top .navBox dl {
  width: 50%;
  padding-left: 90px;
}
.footPc .top .navBox dl:first-child {
  border-right: 2px solid #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 80px;
}
.footPc .top .navBox dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footPc .top .navBox dl p:first-child {
  background: url("../images/icon2.png") no-repeat left -1300px;
}
.footPc .top .navBox dl p:nth-child(2) {
  background: url("../images/icon2.png") no-repeat left -1275px;
}
.footPc .top .navBox dl p:nth-child(3) {
  background: url("../images/icon2.png") no-repeat 4px -1245px;
}
.bot {
  background-color: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.bot a {
  padding: 0 10px;
  color: #fff;
}
.rightFixed {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 50%;
}
.rightFixed ul {
  padding: 20px 10px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  box-shadow: 4px 4px 9px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 4px 4px 9px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 4px 4px 9px rgba(100, 100, 100, 0.3);
  -ms-box-shadow: 4px 4px 9px rgba(100, 100, 100, 0.3);
  -o-box-shadow: 4px 4px 9px rgba(100, 100, 100, 0.3);
  background: linear-gradient(0deg, #34418F, #36ADE0);
  border: 3px solid #36ADE0;
  border-radius: 56px 56px 20px 20px;
}
.rightFixed ul li {
  text-align: center;
  margin-bottom: 15px;
  color: #314F8B;
  font-size: 16px;
  font-weight: bold;
}
.rightFixed ul li a {
  color: #314F8B;
}
.rightFixed ul .toTop {
  color: #fff;
  cursor: pointer;
}
.rightFixed img {
  max-width: 100%;
}
.rightFixed .btnBox {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  background: url("../images/layerBtn.png") no-repeat left -105px;
  text-align: center;
  cursor: pointer;
}
.rightFixed #wx {
  display: inline-block;
  width: 93px;
  height: 115px;
  background: linear-gradient(0deg, #FFFFFF, #E2DFDF);
  box-shadow: 0px 2px 2px 0px rgba(26, 26, 26, 0.35);
  border-radius: 10px;
  padding-top: 8px;
  font-size: 16px;
}
.rightFixed p {
  text-indent: 0;
  text-align: center;
  color: #fff;
}
.rightFixed p i {
  display: inline-block;
  background: url("../images/layerBtn.png") no-repeat left -105px;
}
.rightFixed p:first-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#zixunBox {
  background: url("../images/layer.png") no-repeat left top;
  width: 442px;
  height: 415px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -183px 0 0 -221px;
  z-index: 100;
  padding-top: 150px;
  box-sizing: border-box;
}
#zixunBox .titleImg {
  display: block;
  margin: 0 auto 10px;
}
#zixunBox p {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #314f8b;
  margin-bottom: 10px;
}
#zixunBox .btnBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-around;
  padding: 0 40px;
}
#zixunBox .btnBox button {
  display: block;
  width: 120px;
  height: 40px;
  background: url("../images/layerBtn.png") no-repeat left top;
  background-size: 100% auto;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
}
#zixunBox .btnBox button#moument {
  background-position: left -50px;
}
#zixunBox .closeBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 2px solid #fff;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
/*========================================================列表页样式 开始========================================================*/
.list {
  margin: 30px auto ;
}
.list .listLeft {
  width: 205px;
  float: left;
}
.list dt {
  height: 42px;
  line-height: 42px;
  background-color: #2b3774;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}
.list dt a {
  color: #fff;
}
.list dd {
  border: 1px solid #d2d2d2;
}
.list .listNav {
  margin-bottom: 25px;
}
.list .listNav dt {
  padding-left: 10px;
  background: url("../images/logoW.png") no-repeat 111% -22px #2b3774;
}
.list .listNav dt a {
  display: inline-block;
  background: url("../images/listBg.png") no-repeat left 12px;
  padding-left: 25px;
}
.list .listNav li.hasChild {
  cursor: pointer;
}
.list .listNav li.hasChild p {
  text-indent: 0;
}
.list .listNav li.hasChild p i {
  float: right;
  width: 10px;
  height: 10px;
  background: url("../images/listBg.png") no-repeat left -45px;
  position: relative;
  top: 10px;
}
.list .listNav li.hasChild ul {
  display: none;
}
.list .listNav li.hasChild.hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list .listNav li.hasChild.hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.list .listNav li a,
.list .listNav li.hasChild p {
  font-size: 18px;
  padding: 10px 30px;
  display: block;
  color: #3e3a39;
  font-weight: bold;
}
.list .listNav li a:hover,
.list .listNav li.hasChild p:hover {
  background-color: #e9edff;
}
.list .listNav li ul li a {
  font-size: 14px;
  color: #3e3a39;
  font-weight: normal;
}
.list .listNews dd {
  padding: 10px 0;
}
.list .listNews li {
  padding: 8px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
}
.list .listNews li a {
  font-size: 14px;
  color: #3e3a39;
}
.list .listNews li a:hover {
  color: #2b3774;
}
.list .listRight {
  margin-left: 235px;
}
.list .listRight.abolut {
  margin: 0 auto;
  width: 90%;
}
.list .listRight.abolut .listText {
  border: 1px solid #eae9e9;
}
.list .listRight h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #3e3a39;
  font-weight: normal;
  font-size: 16px;
  color: #3e3a39;
  padding-left: 10px;
  margin-bottom: 30px;
}
.list .listRight h2 a {
  font-weight: bold;
  font-size: 18px;
  color: #3e3a39;
}
.list .listRight h2 a:hover {
  color: #2b3774;
}
.list .listRight h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px ;
  background: #2b3774;
  position: relative;
  bottom: 0px;
  left: -5px;
}
.list .listRight h2 i {
  float: right;
  width: 50px;
  height: 50px;
  margin-right: -20px;
  background: url("../images/listBg.png") no-repeat right -80px;
}
.list .listRight .page {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}
.list .listRight .listText {
  border: 1px solid #d2d2d2;
  padding: 30px 50px;
  min-height: 300px;
  color: #3e3a39;
}
.list .listRight .listText * img {
  max-width: 100%;
  margin: 10px auto;
}
.list .listRight .listText *,
.list .listRight .listText p {
  color: #3e3a39;
  font-size: 16px;
}
.list .listRight .listText p {
  margin-bottom: 10px;
}
.list .listRight .listText p img {
  display: block;
  margin: 10px auto;
}
.list .listRight .listText h1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #3e3a39;
  padding: 20px;
  border-bottom: 1px dashed #d2d2d2;
  margin: 0 0 30px;
}
.list .listRight .contactCon {
  width: 450px;
  margin: 40px auto 80px;
}
.list .listRight .contactCon li {
  text-align: left;
  color: #3e3a39;
  margin-bottom: 20px;
  font-size: 16px;
}
.list .listRight .contactCon li P {
  font-size: 18px;
  color: #8d8c8b;
  border-bottom: 1px solid #8d8c8b;
  text-indent: 0;
  margin-bottom: 0;
  height: 30px;
}
.list .listRight .contactCon li div {
  line-height: 24px;
  padding-top: 10px;
}
.list .listRight .contactCon li i {
  width: 25px;
  height: 25px;
  background: url("../images/tel.png") no-repeat 10px top;
  background-size: 50% auto;
  border-left: 1px solid #8d8c8b;
  float: right;
  padding-left: 20px;
  border-sizing: border-box;
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  -ms-border-sizing: border-box;
  -o-border-sizing: border-box;
}
.list .listRight .contactCon li:last-child i {
  background-position: 10px -24px;
}
.list .listUl {
  border: 1px solid #d2d2d2;
}
.list .listUl li {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.list .listUl li:last-child {
  border: none;
}
.list .listUl li:hover a {
  color: #2b3774;
  cursor: pointer;
}
.list .listUl li:hover p {
  color: #3e3a39;
}
.list .listUl li:hover img {
  opacity: 1;
}
.list .listUl a {
  color: #3e3a39;
}
.list .listUl img {
  width: 150px;
  height: 85px;
  opacity: 0.9;
  float: left;
  max-width: 100%;
  flex: 0 0 150px;
}
.list .listUl .imgBox {
  margin-left: 10px;
}
.list .listUl .imgBox h4 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.list .listUl .imgBox p {
  width: 80%;
  text-indent: 0;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8d8c8b;
}
/******===========表单页面============******/
.list.formBox {
  background: url("../images/formBg.jpg") no-repeat left top;
  margin: -100px auto 0;
  padding-top: 100px;
}
.list.formBox .theTitle {
  margin-bottom: 50px;
}
.list.formBox .red {
  color: #d00;
  padding: 0 5px;
}
.list.formBox .postForm#baomingForm {
  max-width: 80%;
  margin: 0 auto 40px;
  font-size: 16px;
}
.list.formBox .postForm#baomingForm .padL100 {
  padding-left: 10px;
}
.list.formBox .postForm#baomingForm .layui-form-item.p100 {
  width: 100%;
}
.list.formBox .postForm#baomingForm .layui-form-item.percent40 {
  width: 40%;
}
.list.formBox .postForm#baomingForm .layui-form-item.percent20 {
  width: 20%;
}
.list.formBox .postForm#baomingForm .layui-form-item.percent60 {
  width: 60%;
}
.list.formBox .postForm#baomingForm .layui-form-item .layui-inline .phoneWidth {
  margin-right: 10px;
  width: auto;
}
.list.formBox .postForm#baomingForm .layui-form-item .layui-inline.wP40 {
  width: 40%;
}
.list.formBox .postForm#baomingForm .layui-form-item .layui-textarea {
  min-height: 30px;
}
.list.formBox .postForm#baomingForm .layui-form-item .layui-btn {
  background: url(../images/layerBtn.png) no-repeat left top;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  width: 103px;
  height: 33px;
  line-height: 33px;
  box-shadow: 0 4px 5px rgba(100, 100, 100, 0.3);
  margin: 20px 0 0;
}
.list.formBox .postForm#baomingForm .layui-form {
  display: block !important;
}
.list.formBox .postForm#baomingForm .layui-form-label {
  width: 100px;
  padding-right: 0;
}
.list.formBox .postForm#baomingForm .layui-inline.ml115 {
  margin-left: 0px;
}
.list.formBox .postForm#baomingForm .layui-inline.ml115.wP60 {
  width: 60px;
}
.list.formBox .postForm#baomingForm .layui-input-block {
  margin-left: 115px;
}
.list.formBox .postForm#baomingForm .bg {
  border-bottom: 2px solid #2b3774;
  padding: 0 2px;
  margin: 30px 0 30px 10px;
  color: #ccc;
}
.list.formBox .postForm#baomingForm .bg span {
  background-color: #dbdbdb;
  display: inline-block;
  padding: 5px 25px;
  margin: 0 0 0 10px;
  color: #3e3a39;
}
.list.formBox .postForm#baomingForm .bg em {
  padding-left: 10px;
  color: #C6C6C6;
  font-size: 14px;
}
.list.formBox .postForm#baomingForm .bg.blue {
  border-bottom-color: #8d8c8b;
  width: 100%;
  color: #be9860;
}
.list.formBox .postForm#baomingForm .sub_chushi,
.list.formBox .postForm#baomingForm .sub_input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 38px;
  padding: 2px 0px 2px 5px;
  border: 1px solid #d2d2d2;
}
.list.formBox .postForm#baomingForm .layui-form-mid {
  margin-left: 10px;
}
.postForm .layui-input-block #realname,
.postForm .layui-input-block #idnum {
  width: 190px;
}
.postForm .layui-input-block.wP100 {
  width: 100px;
}
.postForm .layui-input-block input#modi {
  width: 100%;
}
.postForm .layui-input-block input#chengji,
.postForm .layui-input-block input#english {
  width: 100px;
}
.postForm .layui-input-block.sex {
  width: 100px;
}
.postForm .layui-input-block #post,
.postForm .layui-input-block #email {
  width: 190px;
}
.postForm .layui-input-block.w400 {
  width: 50%;
}
.postForm .layui-form-item .layui-inline {
  width: 190px;
}
.list.formBox .postForm#baomingForm .layui-form-item:nth-child(6) .layui-input-block,
.list.formBox .postForm#baomingForm .layui-form-item:nth-child(14) .layui-input-block,
.list.formBox .postForm#baomingForm .layui-form-item:nth-child(18) .layui-input-block,
.list.formBox .postForm#baomingForm .layui-form-item:nth-child(19) .layui-input-block {
  width: 190px !important;
}
/*** ======招生简章页面样式====== ***/
.jzIntroBox {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  -o-display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 200px 200px;
  grid-template-areas: "a a a a a a a a b b b b" "c c c c c d d d b b b b";
}
.item img {
  max-width: 100%;
}
.item.item1 {
  grid-area: a;
  background-color: #2b3774;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  padding: 20px;
  text-indent: 2em;
}
.item.item2 {
  grid-area: b;
  background: url("../images/jz/img1.jpg") no-repeat left top;
  background-size: 100% 100%;
}
.item.item3 {
  grid-area: c;
  background: url("../images/jz/img3.jpg") no-repeat left top;
  background-size: 100% 100%;
}
.item.item4 {
  grid-area: d;
  background: url("../images/jz/img2.jpg") no-repeat left top;
  background-size: 100% 100%;
}
.jzXianM {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 50px 20px;
}
.jzXianM p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3e3a39;
}
.setting.jz ul {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.jzYous {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 50px auto;
}
.jzYous .theTitle {
  margin-bottom: 50px;
}
.jzYous dl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.jzYous dt {
  flex: 0 0 330px;
  width: 330px;
  height: 185px;
  margin-right: 40px;
}
.jzYous dt img {
  max-width: 100%;
  width: 100%;
}
.jzYous dd h2 {
  background: url("../images/jz/icon.png") no-repeat left center;
  padding-left: 50px;
  color: #2b3774;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.jzYous dd p {
  font-size: 16px;
  color: #3e3a39;
  text-indent: 0;
}
.jzGood {
  background: url("../images/jz/xmBlue.jpg") no-repeat center top;
  background-size: 100% 100%;
  padding: 20px 0 30px;
}
.jzGood .theTitle h2 {
  color: #fff;
}
.jzGood ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  background: url("../images/jz/xmBg.png") no-repeat center 100px;
}
.jzGood ul li {
  color: #fff;
  text-align: center;
  width: 45%;
  font-size: 20px;
  min-height: 280px;
  line-height: 280px;
}
.jzGood ul li:first-child,
.jzGood ul li:last-child {
  width: 100%;
  min-height: 24px;
  line-height: 24px;
}
.jzStyle {
  padding: 20px 0 70px;
}
.jzStyle .zsImg {
  max-width: 590px;
  margin: 0 auto 50px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.jzStyle p {
  text-indent: 0;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.jzStyle .styleBox {
  background-color: #fff;
  box-shadow: 4px 10px 20px rgba(0, 1, 27, 0.21);
  padding: 20px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.jzStyle .styleBox p {
  text-align: left;
  text-indent: 2em;
  font-size: 16px;
}
.jzGH {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin: 90px auto 80px;
}
.jzGH li {
  width: 20%;
  color: #fff;
  font-size: 16px;
  padding: 150px 32px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  background: url("../images/jz/shape.png") no-repeat center bottom;
}
.jzGH li img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 0 0 -80px;
  position: absolute;
  left: 50%;
  top: -45px;
}
.jzGH li h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.jzGH li h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
  background-color: #fff;
}
.jzGH li p {
  text-indent: 0;
  font-size: 16px;
}
.jzRuxue {
  background: url("../images/jz/bg.png") repeat left top;
  padding: 20px 0 ;
}
.jzRuxue .warp {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  min-height: 450px;
  background: url("../images/jz/rx.png") no-repeat left top;
  padding: 40px 0 30px 270px;
}
.jzRuxue dl {
  max-width: 795px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  box-shadow: 4px 10px 20px rgba(0, 1, 27, 0.21);
}
.jzRuxue dl dt {
  flex: 0 0 150px;
  width: 150px;
  padding-left: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #2b3774;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: url("../images/jz/icon.png") no-repeat left center;
}
.jzRuxue dl dd {
  border-left: 1px solid #2b3774;
  padding-left: 20px;
}
.jzRuxue dl li {
  font-size: 16px;
  line-height: 34px;
}
.jzRuxue dl.jzprize {
  margin-top: 30px;
}
.contact {
  background: #fff;
  padding: 20px 0 30px;
  max-width: 500px;
  margin: 0 auto;
}
.contact p {
  text-indent: 0;
  font-size: 16px;
  line-height: 34px;
  margin: 10px auto;
}
.jzfrom {
  background: url("../images/jz/form.jpg") no-repeat center top;
  background-size: 100% 100%;
  padding: 20px 0 50px;
}
.jzfrom .theTitle h2 {
  color: #fff;
}
.jzfrom .layui-form.warp {
  margin-top: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.jzfrom .layui-form.warp .layui-input,
.jzfrom .layui-form.warp .sub_chushi,
.jzfrom .layui-form.warp .sub_input {
  border-radius: 2px !important;
  border-color: #fff;
  height: 34px;
  background-color: #fff;
  color: #3e3a39;
  border: none;
  line-height: 34px;
  padding-left: 10px;
  width: 256px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.jzfrom .layui-form.warp .layui-form-item {
  float: left !important;
  width: 33%;
  clear: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 20px;
}
.jzfrom .layui-form.warp .layui-form-item.w100 {
  width: 100%;
}
.jzfrom .layui-form.warp .layui-form-item.w100 .layui-input-inline {
  width: 400px;
  margin-left: 5px;
}
.jzfrom .layui-form.warp .layui-form-item.w100 .layui-textarea {
  min-height: 34px;
  padding: 0 3px;
  line-height: 34px;
}
.jzfrom .layui-form.warp .layui-form-item.marR0 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.jzfrom .layui-form.warp .layui-form-item.marR0 .layui-input-block {
  margin-left: 0;
}
.jzfrom .layui-form.warp .layui-form-item .layui-input-inline.Email {
  margin-right: 0;
}
.jzfrom .layui-form.warp .layui-form-item .layui-input-inline.Email input {
  width: 100%;
}
.jzfrom .layui-form.warp .layui-form-item .layui-form-mid {
  color: #fff !important;
}
.jzfrom .layui-form.warp .layui-form-label {
  width: 135px;
  font-size: 18px;
  color: #fff;
  padding: 9px 0;
}
.jzfrom .layui-form.warp .layui-input-block {
  margin-left: 140px;
  font-size: 16px;
}
.jzfrom .layui-form.warp .layui-btn.more {
  height: 32px;
  line-height: 32px;
  height: auto;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  background-color: #be9860;
  border-radius: 20px;
  padding: 0px 30px;
  font-weight: normal;
}
.jzfrom .layui-form.warp .layui-btn.more:hover {
  opacity: 1;
  box-shadow: 0px 2px 10px rgba(250, 250, 250, 0.8);
}
.jzfrom .layui-form.warp .layui-form-item.marR0 .layui-input-block + .layui-form-mid {
  float: none !important;
}
.jzfrom .layui-form.warp .layui-form-item.marR0 .layui-input-block + .layui-form-mid a {
  color: #be9860;
}
.jzfrom .layui-form.warp .layui-form-item.marR0 .layui-input-block + .layui-form-mid a:hover {
  color: #d00;
}
.jzfrom .layui-form-select dl dd.layui-this {
  background-color: #8d8c8b;
}
.jzfrom .layui-form.warp .layui-form-label span {
  color: #be9860;
  padding: 0 5px;
}
.layui-form-select dl dd.layui-this {
  background-color: #be9860 !important;
}
.layui-form-select dl dt {
  background-color: #fff;
  color: #3e3a39;
  font-size: 16px !important;
}
.white {
  color: #fff !important;
  line-height: 24px;
}
.white a {
  color: #be9860;
}
.white a:hover {
  color: #a93e25;
}
#bm {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#bm .liBox {
  margin-bottom: 20px;
}
#bm .liBox.sex {
  width: 16%;
}
#bm .liBox.yx {
  width: 28%;
}
#bm .liBox.liuyan {
  width: 44%;
}
#bm .liBox.liuyan textarea {
  width: 100%;
}
#bm .bmzw {
  float: left;
  width: 100px;
  color: #fff;
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#bm .bmzw i {
  padding-right: 3px;
  color: #be9860;
  position: relative;
  top: 3px;
}
#bm .bmtxt {
  margin-left: 100px;
}
#bm .bmtxt input,
#bm .bmtxt select,
#bm .bmtxt textarea {
  border-radius: 5px;
  border: 1px solid #8d8c8b;
  line-height: 30px;
  padding: 0 4px;
  font-size: 14px;
}
#bm .bmtxt input {
  min-width: 220px;
  height: 32px;
}
#bm .bmtxt select {
  min-height: 30px;
  min-width: 120px;
}
#bm .bmtxt option {
  height: 40px;
  line-height: 40px;
}
#bm .bmtxt textarea {
  min-width: 220px;
  padding: 0px 2px;
  height: 30px;
}
#bm #bmsub {
  width: 100%;
  text-align: center;
  color: #fff;
}
#bm #bmsub input {
  border: none;
  height: 32px;
  line-height: 32px;
  height: auto;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  background-color: #be9860;
  border-radius: 20px;
  padding: 0px 30px;
  font-weight: normal;
}
#bm #bmsub input:hover {
  opacity: 1;
  box-shadow: 0px 2px 10px rgba(250, 250, 250, 0.8);
}
#bm .sub_tishi {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
#bm .sub_tishi a {
  color: #be9860;
  padding: 0 5px;
}
#bm .sex input {
  min-width: 80px;
}
/****====================移动端显示================***/
@media only screen and (max-width: 1024px) {
  .pcShow {
    display: none;
  }
  .phoneShow {
    display: block;
  }
  .warp {
    width: 98%;
    max-width: 96%;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 30px;
    padding: 10px 0;
  }
  .theTitle span,
  .fastWay.phoneShow ul li p {
    font-size: 16px;
  }
  .setting p strong,
  .fastWay p strong {
    font-size: 24px;
  }
  #phoneHead {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding-top: 0.05rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 10;
    text-align: center;
    position: relative;
    background: radial-gradient(circle, rgba(24, 36, 97, 0.99), rgba(37, 50, 117, 0.99), rgba(24, 36, 97, 0.99));
  }
  #phoneHead img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  #phoneHead .icon {
    display: inline-block;
    width: 0.3rem;
    height: 0.35rem;
    background: url("../images/navIcon.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    right: 0.2rem;
    top: 0.35rem;
  }
  .hideNav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: rgba(5, 30, 74, 0.95);
    padding: 0.2rem 0 0.4rem;
    z-index: 4;
    min-width: 200px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .hideNav #closeNav {
    position: unset;
    background-position: center bottom;
    margin: 0 0.2rem 0.2rem 0;
  }
  .hideNav ul {
    border-top: 1px solid #4785cb;
    clear: both;
  }
  .hideNav li {
    border-bottom: 1px solid #4785cb;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
  }
  .hideNav li a {
    font-size: 16px;
    color: #fff;
  }
  .hideNav li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 5px -191px;
  }
  .hideNav li.hasChild {
    font-size: 14px;
    color: #fff;
    position: relative;
  }
  .hideNav li.hasChild i {
    position: absolute;
    right: 0.2rem;
    top: 0px;
    height: auto;
    font-size: 0.16rem;
  }
  .hideNav li.hasChild.hover i {
    transform: rotate(180deg);
  }
  .hideNav li.hasChild ul {
    display: none;
  }
  .hideNav li.hasChild ul li {
    font-weight: normal;
  }
  .hideNav li.hasChild li:last-child {
    border-bottom: none;
  }
  .hideNav i {
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    background-position: 2px -80px;
  }
  .hideNav.active {
    right: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .phoneBanner {
    margin-top: 1rem;
  }
  .fastWay.phoneShow ul {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .fastWay.phoneShow ul li {
    width: 33%;
    flex: auto;
    margin: 0.6rem 0 0;
  }
  .fastWay.phoneShow ul li .icon {
    width: 1rem;
    height: 1rem;
    background-size: 1rem auto;
    margin-bottom: 0.2rem;
  }
  .fastWay.phoneShow ul li p {
    line-height: 34px;
  }
  .fastWay.phoneShow ul li p strong {
    margin-bottom: 0.05rem;
  }
  .fastWay.phoneShow ul li:first-child .icon {
    background-position: left -3.3rem;
  }
  .fastWay.phoneShow ul li:nth-child(2) .icon {
    background-position: left -4.4rem;
  }
  .fastWay.phoneShow ul li:nth-child(2) .icon {
    background-position: left -4.4rem;
  }
  .fastWay.phoneShow ul li:nth-child(3) .icon {
    background-position: left -5.5rem;
  }
  .fastWay.phoneShow ul li:nth-child(4) .icon {
    background-position: left -8.77rem;
  }
  .fastWay.phoneShow ul li:nth-child(5) .icon {
    background-position: left -9.88rem;
  }
  .fastWay.phoneShow ul li:nth-child(6) .icon {
    background-position: left -14.199rem;
  }
  .benke {
    padding: 0.5rem 0 0;
  }
  .benke h2 {
    padding: 0;
    width: 210px;
  }
  .benke .benKeStyle {
    flex-wrap: wrap;
    position: relative;
  }
  .benke .benKeStyle li {
    width: 48%;
    background: #fff;
    margin: 0.5rem 0 0;
  }
  .benke .benKeStyle li .imgBox {
    height: auto;
    width: 100%;
  }
  .benke .benKeStyle li .imgBox img {
    width: 100%;
    height: auto;
  }
  .benke .benKeStyle li:nth-child(3),
  .benke .benKeStyle li:nth-child(4) {
    margin: 0.5rem 0 0.8rem;
  }
  .benke .benKeStyle li:nth-child(4) {
    position: relative;
  }
  .benke .benKeStyle li:nth-child(4) .textBox::before,
  .benke .benKeStyle li:nth-child(4) .textBox::after {
    display: block;
    content: '';
    width: 70%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -44px;
    right: 0;
  }
  .benke .benKeStyle li:nth-child(4) .textBox::after {
    width: 1px;
    height: 7%;
  }
  .benke .benKeStyle .textBox p {
    margin-bottom: 0;
    padding: 0.05rem 0 0.1rem;
    font-size: 18px;
  }
  .setting ul {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .setting ul li {
    width: 33.3%;
    flex: auto;
    margin-bottom: 0.3rem;
  }
  .setting ul li:first-child .icon {
    background-position: left -6.599rem;
  }
  .setting ul li:nth-child(2) .icon {
    background-position: left top;
  }
  .setting ul li:nth-child(3) .icon {
    background-position: left -7.692rem;
  }
  .setting ul li:nth-child(4) .icon {
    background-position: left -1.1rem;
  }
  .setting ul li:nth-child(5) .icon {
    background-position: left -2.2rem;
  }
  .setting ul li:nth-child(6) .icon {
    background-position: left -15.85rem;
  }
  .setting ul .icon {
    width: 1rem;
    height: 1rem;
    background-size: 1rem auto !important;
  }
  .student li {
    width: 19%;
  }
  .student li .imgBox {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .student li .imgBox img {
    width: 100%;
    height: auto;
  }
  .university ul .textBox span.universityName {
    margin: 0 15px;
    min-height: 50px;
  }
  .path .pathBox {
    width: 820px;
  }
  .footPhone {
    background: #555;
  }
  .footPhone .warp {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0.3rem 0.8rem;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
  }
  .footPhone .warp .imgbox {
    width: 0.8rem;
    flex: 0 0 0.8rem;
    margin-right: 0.6rem;
  }
  .footPhone .warp .imgbox img {
    width: 100%;
  }
  .footPhone .warp p {
    background: url("../images/icon2.png") no-repeat left top;
    background-size: 1rem auto;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footPhone .warp p:first-child {
    background-position: left -13.05rem;
  }
  .footPhone .warp p:first-child span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/icon2.png") no-repeat left top;
    background-size: 1rem auto;
    background-position: 0.18rem -12.8rem;
  }
  .footPhone .warp p:last-child {
    background-position: 0.03rem -12.5rem;
  }
  .list.formBox {
    margin-top: 20px;
  }
  .path .pathTitle span i.phoneShow414 {
    display: none;
  }
  .path .pathTitle span i.pcShow414 {
    border: none;
    color: #3e3a39;
    padding: 0;
    margin: 0;
  }
  .jzfrom .layui-form.warp .layui-input,
  .jzfrom .layui-form.warp .sub_chushi,
  .jzfrom .layui-form.warp .sub_input {
    width: 100%;
  }
  .jzfrom .layui-form.warp .layui-form-label {
    display: block;
    float: none;
    text-align: left;
  }
  .jzfrom .layui-form.warp .layui-input-block {
    margin-left: 0;
  }
  .jzfrom .layui-form.warp .layui-input-inline.Email {
    width: 64%;
  }
  .jzfrom .layui-form.warp .layui-form-item.w100 {
    width: 80%;
  }
  .jzfrom .layui-form.warp .layui-form-item.w100 .layui-input-inline {
    width: 100%;
  }
  .list.formBox .postForm#baomingForm {
    max-width: 100%;
  }
  .main {
    padding-bottom: 0.8rem;
    overflow: hidden;
  }
  .main.formMain {
    padding-bottom: 0;
  }
  .main .bot {
    background-color: transparent;
    border-top: 1px solid #8d8c8b;
    width: 90%;
    margin: -10px auto 0;
  }
  .rightFixed {
    display: none;
  }
  .fixedPhone {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    z-index: 20;
  }
  .fixedPhone li {
    text-align: center;
    height: 0.9rem;
    line-height: 0.9rem;
    width: 33.3%;
    background-color: rgba(240, 184, 95, 0.93);
    border-right: 1px solid #fff;
  }
  .fixedPhone li:nth-child(2) {
    background-color: rgba(105, 191, 164, 0.93);
  }
  .fixedPhone li:nth-child(3) {
    background-color: rgba(230, 121, 130, 0.93);
    border-right: none;
  }
  .fixedPhone li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .theTitle h2,
  .benke h2 {
    font-size: 24px;
  }
  .setting p strong,
  .fastWay p strong,
  .benKeStyle .textBox p {
    font-size: 20px;
  }
  .news .newsBox li div h3,
  .teacher li p strong,
  .student li p strong {
    font-size: 16px;
  }
  .theTitle span,
  .fastWay.phoneShow ul li p {
    font-size: 14px;
  }
  .teacher li,
  .student li {
    width: 22%;
  }
  .teacher li .imgBox,
  .student li .imgBox {
    height: auto;
  }
  .teacher li .imgBox img,
  .student li .imgBox img {
    width: 100%;
    height: auto;
  }
  .news .newsBox {
    width: 49%;
  }
  .news .newsBox li div {
    padding-left: 1.1rem;
    padding-top: 0;
  }
  .news .newsBox li img {
    float: left;
    width: 1rem;
    height: auto;
  }
  .student .warp {
    max-width: 100%;
  }
  .student .warp li {
    width: 19%;
  }
  .university ul li {
    width: 25%;
  }
  .university ul li:last-child,
  .university ul li:nth-last-child(2) {
    display: none;
  }
  .path .pathBox {
    width: 80%;
  }
  .path .pathTitle {
    width: 100%;
    padding: 0.2rem 0;
    text-align: center;
  }
  .path .pathTitle span {
    color: #fff;
    display: block;
    border-radius: 0;
  }
  .path .pathTitle span i {
    display: block;
    border: none;
  }
  .path .pathTitle span i.pcShow414 {
    color: #fff;
  }
  .environment .gallery-top {
    width: 100%;
  }
  .partner ul {
    flex-wrap: wrap;
    margin: 0.1rem auto;
  }
  .partner li {
    width: 33.3%;
    text-align: center;
    margin: 0.3rem auto 0;
  }
  .partner li img {
    max-width: 100%;
  }
  .footPhone .warp {
    padding: 0.4rem;
  }
  .footPhone .warp p {
    margin-bottom: 0.1rem;
  }
  .list {
    margin: 0.2rem auto;
  }
  .list .listRight {
    width: 100%;
    margin: 0 auto;
  }
  .list .listLeft {
    display: none;
  }
  .list .listUl img {
    width: 1.5rem;
    height: 1rem;
  }
  .list .listUl .imgBox {
    margin-left: 1.8rem;
  }
  .rightFixed ul {
    border-radius: 50%;
    width: 1.5rem;
    height: 1rem;
    background-image: none;
    background: none;
    text-align: center;
    line-height: 20px;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
  }
  .rightFixed ul .toTop {
    color: #3e3a39;
    font-size: 16px;
    font-weight: normal;
  }
  .rightFixed .btnBox {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-image: none;
    background: #fff;
    line-height: 24px;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.3);
  }
  .list.formBox {
    padding-top: 80px;
    margin-top: 0;
  }
  .path .pathTitle span i.phoneShow414 {
    display: none;
  }
  /*** ======招生简章页面样式====== ***/
  .jzMain .theTitle h2 {
    padding: 40px 0;
  }
  .jzIntroBox {
    grid-template-areas: "a a a a a a a a a a a a" "c c c c c d d d d d d d";
  }
  .jzIntroBox .item.item2 {
    display: none;
  }
  .jzIntroBox .item.item3 {
    background: url("../images/jz/img1.jpg");
    background-position: left top;
    background-size: 100% 100%;
  }
  .jzIntroBox .item.item4 {
    background: url("../images/jz/img3.jpg");
  }
  .jzXianM {
    padding: 20px ;
  }
  .jzYous {
    margin: 1px auto;
    clear: both;
    overflow: hidden;
  }
  .jzYous .theTitle {
    margin-bottom: 0;
  }
  .jzYous.warp {
    width: 100%;
    max-width: 100%;
  }
  .jzYous dl {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    position: relative;
  }
  .jzYous dl:nth-child(odd) dt {
    text-align: right;
  }
  .jzYous dl:nth-child(odd)::after {
    right: 0;
    left: auto;
  }
  .jzYous dl::after {
    position: absolute;
    display: block;
    width: 97%;
    height: 80px;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 110px;
    background: url("../images/jz/bgYS.png") no-repeat top center;
    background-size: 100%;
  }
  .jzYous dl#nd1::after {
    content: '权威师资 专家外教';
  }
  .jzYous dl#nd2::after {
    content: '顶尖专业 学贯中西';
  }
  .jzYous dl#nd3::after {
    content: '科学规划 育人为本';
  }
  .jzYous dl#nd4::after {
    content: '学费规范 节约支出';
  }
  .jzYous dt {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .jzYous dt img {
    max-width: 97%;
  }
  .jzYous dd {
    display: none;
  }
  .jzGood {
    background-size: auto 100%;
  }
  .jzGood ul {
    background: url("../images/jz/img.png") no-repeat center center;
  }
  .jzGood ul li {
    min-height: 0;
    height: 100px;
    line-height: 24px;
    padding-top: 50px;
  }
  .jzGood ul li span {
    display: block;
  }
  .jzGood ul li:first-child,
  .jzGood ul li:last-child {
    height: 34px;
    padding: 0;
  }
  .jzGH {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .jzGH li {
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
    background-size: 100% auto !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .jzGH li img {
    display: none;
  }
  .jzGH li:first-child {
    background: url("../images/jz/yxg2.png") no-repeat left top;
  }
  .jzGH li:nth-child(2) {
    background: url("../images/jz/yxg1.png") no-repeat left top;
  }
  .jzGH li:nth-child(3) {
    background: url("../images/jz/yxg3.png") no-repeat left top;
  }
  .jzGH li:nth-child(4) {
    background: url("../images/jz/yxg4.png") no-repeat left top;
    margin-bottom: 0;
  }
  .jzGH li h2 {
    font-size: 20px;
    color: #3e3a39;
    margin-bottom: 50px;
  }
  .jzGH p {
    color: #fff;
    font-size: 16px;
  }
  .jzGH .gh1,
  .jzGH .gh3 {
    padding: 30px 10px 30px 220px;
  }
  .jzGH .gh2,
  .jzGH .gh4 {
    padding: 20px 200px 20px 20px;
  }
  .jzRuxue .warp {
    min-height: 0;
    background: none;
    padding: 20px 0 40px;
  }
  .jzRuxue dl {
    flex-wrap: wrap;
  }
  .jzRuxue dl dt,
  .jzRuxue dl dd {
    width: 100%;
  }
  .jzRuxue dl dt {
    width: 150px;
    position: relative;
    flex: 0 0 auto;
    text-align: center;
    background: none;
    padding-left: 0;
    line-height: 50px;
    margin: 0 auto 20px;
  }
  .jzRuxue dl dt i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/jz/icon.png") no-repeat center center;
    background-size: 90%;
    position: relative;
    top: 10px;
    left: -2px;
  }
  .jzRuxue dl dt br {
    display: none;
  }
  .jzRuxue dl dt::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    background-color: #2b3774;
  }
  .jzRuxue dl dd {
    border: none;
  }
  .jzfrom .layui-form.warp .layui-form-item {
    float: none !important;
    margin: 0 0 0.3rem 0;
    width: 80%;
  }
  .jzStyle p span {
    display: block;
  }
  .jzStyle .zsImg {
    margin-bottom: 20px;
    width: 90%;
  }
  .list.formBox .postForm#baomingForm .padL100 {
    clear: both;
    padding-bottom: 10px;
  }
  .list.formBox .postForm#baomingForm .layui-form-label {
    display: block;
    float: none;
    padding-left: 0;
    text-align: left;
  }
  .list.formBox .postForm#baomingForm .layui-input-block {
    margin-left: 0;
  }
  .list.formBox .postForm#baomingForm .layui-form-item.percent40,
  .list.formBox .postForm#baomingForm .layui-form-item.percent20,
  .list.formBox .postForm#baomingForm .layui-form-item .layui-inline.wP40,
  .list.formBox .postForm#baomingForm .layui-form-item.percent60 {
    width: 100%;
  }
  .list.formBox .postForm#baomingForm .layui-input-inline.phoneWidth {
    margin-left: 0;
  }
  .list.formBox .postForm#baomingForm .layui-form-item.marR0 {
    margin-top: 10px;
    text-align: center;
  }
  .list.formBox .postForm#baomingForm .layui-form-item.marR0 .layui-btn {
    margin: 30px auto 0;
  }
  .jzfrom {
    background-size: auto 100%;
  }
  #bm .liBox.sex {
    width: 50%;
  }
  #bm .liBox.yx {
    width: auto;
  }
  .postForm .layui-input-block {
    max-width: 90%;
  }
  .postForm .layui-input-block input#modi {
    width: 90%;
  }
  .postForm .layui-input-block input#chengji,
  .postForm .layui-input-block input#english {
    width: 90%;
  }
  .postForm .layui-input-block.sex {
    width: 74%;
  }
  .postForm .layui-input-block.wP80 {
    max-width: 90%;
  }
  .postForm .layui-input-block.w400 {
    max-width: 90%;
  }
  .postForm .layui-form-item .layui-inline {
    width: 74%;
    position: relative;
    top: -20px;
  }
  .list.formBox .postForm#baomingForm .layui-form-item .layui-inline.wP40 {
    width: 74%;
    top: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .list.formBox {
    padding-top: 1.1rem;
  }
  .list.formBox .theTitle {
    margin-bottom: 0.4rem;
  }
  .list.formBox .bg {
    display: none;
  }
  .list.formBox .layui-form-item {
    margin-bottom: 5px;
  }
  .list.formBox .layui-form-item .layui-inline {
    margin-bottom: 5px;
  }
  .list.formBox .postForm#baomingForm .padL100 {
    border-bottom: 1px dashed #2b3774;
    padding: 10px 15px 10px 10px;
    margin-bottom: 10px;
  }
  .list.formBox .postForm#baomingForm .padL100:last-child {
    border: none;
  }
  .list.formBox .postForm#baomingForm .layui-form-label {
    padding: 7px 0 0;
    text-align: right;
    font-size: 14px;
    float: left;
    width: 90px;
  }
  .list.formBox .postForm#baomingForm .layui-input-block,
  .list.formBox .postForm#baomingForm .layui-inline.ml115 {
    margin-left: 95px;
    font-size: 14px;
  }
  .list.formBox .postForm#baomingForm .layui-input,
  .list.formBox .postForm#baomingForm .layui-select,
  .list.formBox .postForm#baomingForm .layui-textarea {
    border-color: transparent;
    font-size: 14px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .list.formBox .postForm#baomingForm .layui-input-block.alignCenter {
    margin-left: 0;
  }
  .list.formBox .postForm#baomingForm .layui-input-block #realname,
  .list.formBox .postForm#baomingForm .layui-input-block #idnum,
  .list.formBox .postForm#baomingForm .layui-input-block.wP100 {
    width: 90%;
    max-width: 90%;
  }
  .list.formBox .postForm#baomingForm .layui-input-block.w400 {
    width: 78%;
  }
  .list.formBox .postForm#baomingForm .layui-input-block #post,
  .list.formBox .postForm#baomingForm .layui-input-block #email {
    width: 100%;
  }
  .list.formBox .postForm#baomingForm .layui-form-item .layui-input-block.wP100 .layui-form-select {
    width: 88%;
  }
  .list.formBox .postForm#baomingForm .layui-form-item:nth-child(6) .layui-input-block,
  .list.formBox .postForm#baomingForm .layui-form-item:nth-child(14) .layui-input-block,
  .list.formBox .postForm#baomingForm .layui-form-item:nth-child(18) .layui-input-block,
  .list.formBox .postForm#baomingForm .layui-form-item:nth-child(19) .layui-input-block {
    width: 78% !important;
  }
  #bm {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .phoneShow414 {
    display: block;
  }
  .pcShow414 {
    display: none;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 20px;
  }
  .rightFixed {
    display: none;
  }
  .rightFixed ul {
    width: 1.8rem;
    height: 1.5rem;
  }
  .rightFixed ul .toTop {
    font-size: 16px;
  }
  .rightFixed .btnBox {
    width: 1.5rem;
    height: 1.5rem;
    padding: 15px 20px;
  }
  #zixunBox p {
    line-height: 24px;
  }
  .setting p strong,
  .fastWay p strong,
  .benKeStyle .textBox p {
    font-size: 0.24rem;
  }
  .teacher li p strong,
  .student li p strong,
  .news .newsBox .title {
    font-size: 16px;
  }
  .news .newsBox li div h3,
  .theTitle span,
  .fastWay.phoneShow ul li p,
  .news .newsBox .title a,
  .news .newsBox li div p {
    font-size: 16px;
  }
  .fastWay.phoneShow ul li p {
    line-height: 20px;
  }
  .fastWay.phoneShow ul li p strong {
    margin-bottom: 0;
  }
  .benke {
    padding: 0.5rem 0;
  }
  .setting .icon {
    margin-bottom: 0.12rem;
  }
  .setting ul {
    width: 100%;
    max-width: 100%;
    padding: 0.2rem 0;
  }
  .setting p {
    line-height: 0.24rem;
    font-size: 0.14rem;
  }
  .news.phoneCss {
    margin-top: 0;
  }
  .news.phoneCss .newsBox ul li {
    overflow: hidden;
  }
  .teacher *.pcShow {
    display: none !important;
  }
  #banner {
    position: relative;
    max-width: 100%;
    margin: 0px auto 0;
  }
  #banner .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #banner .swiper-slide {
    width: 100%;
  }
  #banner .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  #banner .banner_page {
    margin: 20px auto;
    left: 0;
    right: 0;
  }
  #banner .banner_page span {
    margin: 0 10px;
  }
  .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 8px;
  }
  /*轮播*/
  #certify {
    position: relative;
    width: 90%;
    margin: 40px auto ;
  }
  #certify .swiper-container {
    padding-bottom: 30px;
    overflow: hidden;
  }
  #certify .swiper-slide {
    width: 300px;
    height: 500px;
    background: #fff;
    box-shadow: 0 5px 6px rgba(175, 175, 175, 0.56);
  }
  #certify .swiper-slide p {
    padding-top: 10px;
    text-align: center;
    color: #3e3a39;
    margin: 0;
    font-size: 0.18rem;
  }
  #certify .swiper-slide p strong {
    font-size: 0.3rem;
    color: #3e3a39;
    font-weight: bold;
  }
  #certify .swiper-slide img {
    display: block;
    width: 100%;
  }
  #certify .swiper-pagination {
    left: 50%;
    margin-left: -60px;
    margin-bottom: 40px;
  }
  .news.phoneCss {
    padding-bottom: 20px;
  }
  .news.phoneCss div.warp {
    display: block;
  }
  .news.phoneCss .newsBox {
    width: 100%;
  }
  .news.phoneCss .newsBox:last-child .title {
    color: #3e3a39;
  }
  .news.phoneCss .newsBox:last-child .title a {
    color: #3e3a39;
  }
  .news.phoneCss .newsBox ul {
    background-color: transparent;
    box-shadow: 0 0 0 rgba(14, 14, 14, 0.56);
    padding: 0;
  }
  .news.phoneCss .newsBox ul li {
    padding: 0.2rem;
    position: relative;
    margin-bottom: 0.3rem;
    background-color: #f3f2f2;
    box-shadow: 4px 5px 6px rgba(174, 174, 174, 0.56);
  }
  .news.phoneCss .newsBox ul li img {
    width: 2.5rem;
    height: 1.44rem;
  }
  .news.phoneCss .newsBox ul li div {
    padding-left: 2.7rem;
  }
  .news.phoneCss .newsBox ul li div.phoneShow414 {
    padding-left: 0;
  }
  .news.phoneCss .newsBox ul li h3 {
    border-bottom: 0px solid transparent;
    line-height: 20px;
  }
  .news.phoneCss .newsBox ul li div.phoneShow414 p {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*截取4行*/
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news.phoneCss .newsBox ul li div.phoneShow414 span {
    display: block;
    text-align: right;
    color: #c0bfbf;
  }
  .news.phoneCss .newsBox ul li .time {
    position: absolute;
    display: inline-block;
    padding: 0.05rem;
    background-color: #be9860;
    left: 0.2rem;
    bottom: 0.32rem;
    line-height: 15px;
    color: #fff;
  }
  .news.phoneCss .newsBox ul li .time i {
    display: block;
    font-weight: bold;
    font-style: normal;
  }
  .university {
    padding-bottom: 20px;
  }
  .university ul.warp {
    padding-bottom: 20px;
  }
  .university ul.warp li {
    width: 50%;
    margin-top: 0.5rem;
  }
  .university ul.warp li:nth-child(7),
  .university ul.warp li:nth-child(8),
  .university ul.warp li:nth-child(9),
  .university ul.warp li:nth-child(10) {
    display: none;
  }
  .path {
    padding-top: 0;
    background: url("../images/logoBgRepeat.png") repeat-y center top #f3f2f2;
    background-size: 100% auto;
  }
  .path .pathTitle {
    padding: 0;
  }
  .path .pathTitle span {
    padding: 5px 0;
  }
  .path .pathTitle i.phoneShow414 {
    display: inline;
  }
  .path .pathTitle i.pcShow414 {
    display: none;
  }
  .path #pathPhone {
    margin-top: 1rem;
  }
  .path #pathPhone li {
    border: 0.01rem solid #2b3774;
    border-radius: 0.15rem;
    min-height: 1rem;
    margin: 0 0.6rem 1.5rem;
    position: relative;
  }
  .path #pathPhone li:first-child p,
  .path #pathPhone li:nth-child(2) p {
    bottom: -23%;
  }
  .path #pathPhone li::after {
    content: '';
    display: block;
  }
  .path #pathPhone strong {
    display: block;
    width: 3.2rem;
    border-radius: 0.2rem;
    background-color: #2b3774;
    padding: 0.15rem 0.5rem;
    font-weight: bold;
    color: #fff;
    margin: -0.3rem auto;
    text-align: center;
  }
  .path #pathPhone p {
    position: absolute;
    width: 4.6rem;
    bottom: -50%;
    text-align: center;
    text-indent: 0;
    background: #f3f2f2;
    left: 50%;
    margin-left: -2.3rem;
  }
  .path .pathBox ul.pathUl {
    display: none !important;
  }
  .path .theTitle.phoneShow414 {
    margin-top: 20px;
  }
  .lineBox.pcShow414 {
    display: none !important;
  }
  .partner li {
    width: 27%;
  }
  .partner li img {
    max-width: 80%;
  }
  .footPhone .warp {
    max-width: 100%;
  }
  .footPhone .warp .imgbox {
    width: 1.5rem;
    flex: 0 0 1.8rem;
    margin-right: 0.5rem;
  }
  .footPhone .warp .imgbox img {
    max-width: 90px;
  }
  .footPhone .warp p {
    font-size: 14px;
    background-size: 1.7rem auto;
    text-align: left;
    padding-left: 0;
    text-indent: 0;
  }
  .footPhone .warp p:first-child {
    width: 102px;
    height: 20px;
    overflow: hidden;
    background: none;
  }
  .footPhone .warp p:first-child span {
    background: none;
    display: none;
    text-align: left;
    padding-left: 0;
  }
  .footPhone .warp p:last-child {
    background: none;
    position: relative;
    width: 200px;
  }
  .footPhone .warp p:last-child::before {
    display: block;
    content: '010-68916505';
    font-size: 14px;
    position: absolute;
    left: 120px;
    top: -25px;
    width: 100px;
  }
  .main .bot {
    font-size: 14px;
    margin: 0 auto 1px;
    padding-bottom: 0.2rem;
    width: 95%;
  }
  .environment {
    padding: 20px 0;
  }
  .environment .gallery-top {
    margin-bottom: 20px;
  }
  .environment .gallery-thumbs {
    height: 150px;
  }
  .environment .gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .environment .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 64px;
  }
  .fastWay {
    padding-bottom: 40px;
  }
  .setting {
    padding: 20px 0;
  }
  .teacher {
    background-size: 120% auto;
    background-color: #daccbe;
  }
  .teacher #slide {
    padding: 0.3rem 0;
  }
  .teacher #theTeacher {
    overflow: hidden;
    padding: 0 0 50px;
  }
  .teacher .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .teacher .moreBtn {
    margin-top: 0px;
  }
  #theTeacher .swiper-slide {
    float: left;
    width: 250px;
    /*设为固定值*/
  }
  #theTeacher .imgBox {
    box-shadow: 4px 3px 4px rgba(18, 18, 18, 0.28);
    -webkit-box-shadow: 4px 3px 4px rgba(18, 18, 18, 0.28);
    -moz-box-shadow: 4px 3px 4px rgba(18, 18, 18, 0.28);
    -ms-box-shadow: 4px 3px 4px rgba(18, 18, 18, 0.28);
    -o-box-shadow: 4px 3px 4px rgba(18, 18, 18, 0.28);
  }
  #theTeacher .imgBox img {
    width: 100%;
  }
  #theTeacher .imgBox p {
    color: #3e3a39;
    position: relative;
    margin-top: -0.4rem;
    height: auto;
    width: 100%;
    background: url("../images/tearchP.png") no-repeat left top / 100% 100%;
    text-align: center;
    text-indent: 0;
    padding: 0.2rem 0;
  }
  #theTeacher .imgBox p strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-top: 0.2rem;
  }
  #theTeacher .swiper-pagination {
    width: 100%;
  }
  #theTeacher .swiper-pagination-bullets .swiper-pagination-bullet,
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #2b3774;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  #theTeacher .swiper-pagination-bullets .swiper-pagination-bullet-active,
  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #2b3774;
    background-color: #2b3774;
  }
  .teacher.student {
    padding-bottom: 1px;
    background-color: #f3f2f2;
    background-size: 250% auto;
  }
  .list {
    margin-bottom: 0.5rem;
  }
  .list .listRight h2 {
    font-size: 16px;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .list .listRight h2 i {
    display: none;
  }
  .list .listRight h2 a {
    font-size: 16px;
  }
  .list .listUl img {
    max-width: 100px;
    margin-right: 0.2rem;
    height: auto;
    float: none;
  }
  .list .listUl .imgBox {
    margin: 0.1rem 0 0;
  }
  .list .listUl .imgBox h4 {
    font-size: 16px;
  }
  .list .listUl .imgBox p {
    width: 100%;
    font-size: 16px;
  }
  .list .listRight .listText {
    padding: 0.3rem;
  }
  .list .listRight .listText *,
  .list .listRight .listText p {
    color: #3e3a39;
    font-size: 14px;
  }
  .list .listRight .listText p {
    margin-bottom: 0.1rem;
  }
  .list .listRight .listText p img {
    margin: 0.1rem auto;
  }
  .list .listRight .listText h1 {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #3e3a39;
    padding: 0.2rem;
    margin: 0 0 0.3rem;
  }
  .layui-layer-wrap#zixunBox {
    width: 90%;
    height: 320px;
    background-size: 100% auto;
    margin: -183px 0 0 -45%;
    padding-top: 110px;
  }
  .layui-layer-wrap#zixunBox .titleImg {
    width: 60%;
  }
  .layui-layer-wrap#zixunBox p {
    font-size: 16px;
  }
  .layui-layer-wrap#zixunBox .btnBox button {
    display: block;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    background-size: 100%;
  }
  .layui-layer-wrap#zixunBox .btnBox button#moument {
    background-position: left -0.65rem;
  }
  .list .listRight .contactCon {
    width: 90%;
    margin: 0 auto 0.5rem;
  }
  .list .listRight .contactCon li p,
  .list .listRight .contactCon li div {
    font-size: 16px;
  }
  .list .listRight .contactCon li i {
    display: none;
  }
  .jzIntroBox {
    grid-template-rows: 3rem 2rem;
  }
  .jzYous dl::after {
    background-position: left bottom;
  }
  .jzGood ul li {
    width: 35%;
  }
  .jzGH.warp {
    max-width: 90%;
    margin: 0.4rem auto;
  }
  .jzGH.warp li {
    margin-bottom: 0.5rem;
  }
  .jzGH.warp li h2 {
    margin-bottom: 0.5rem;
  }
  .jzGH .gh1,
  .jzGH .gh3 {
    padding: 0.2rem 10px 0.2rem 2.1rem;
  }
  .jzGH .gh2,
  .jzGH .gh4 {
    padding: 0.2rem 2rem 0.2rem 0.28rem;
  }
  .contact p {
    max-width: 80%;
  }
  .jzStyle {
    padding: 0.2rem 0 0.5rem;
  }
  .jzMain .theTitle h2 {
    padding: 0.4rem 0;
  }
  .jzStyle .zsImg li {
    text-align: center;
  }
  .jzStyle .zsImg li img {
    max-width: 60%;
  }
  .jzXianM {
    padding: 0.2rem 0;
  }
  .jzGH li p,
  .jzRuxue dl li,
  .contact p,
  .jzfrom .layui-form.warp .layui-form-label,
  .jzfrom .layui-form.warp .layui-input,
  .jzStyle .styleBox p,
  .jzGood ul li,
  .jzYous dl::after,
  .jzXianM p,
  .item.item1 {
    font-size: 15px;
    line-height: 24px;
  }
  .jzYous dl::after {
    line-height: 110px;
  }
  .jzGH li h2,
  .jzRuxue dl dt {
    font-size: 15px;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .jzGH li p,
  .jzRuxue dl li,
  .contact p,
  .jzfrom .layui-form.warp .layui-form-label,
  .jzfrom .layui-form.warp .layui-input,
  .jzStyle .styleBox p,
  .jzGood ul li,
  .jzYous dl::after,
  .jzXianM p,
  .item.item1,
  .footPhone .warp p {
    font-size: 16px;
    line-height: 28px;
  }
  .footPhone .warp p {
    font-size: 14px;
  }
  .path #pathPhone li:first-child p,
  .path #pathPhone li:nth-child(2) p {
    bottom: -23%;
  }
  .path #pathPhone p {
    width: 5.8rem;
    margin-left: -2.9rem;
    font-size: 16px;
  }
  .path #pathPhone strong {
    width: 4rem;
  }
  .environment .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 64px !important;
  }
  .jzfrom .layui-form.warp .layui-form-item {
    width: 100%;
  }
  .jzGH .gh1,
  .jzGH .gh3 {
    padding: 0.2rem 10px 0.2rem 2rem;
  }
  .jzfrom .layui-form.warp {
    margin-top: 0.3rem;
  }
  .jzGood ul {
    background-size: 50% auto;
    padding: 30px 0;
  }
  .jzIntroBox {
    grid-template-rows: 5.5rem 2rem;
  }
  .jzStyle .styleBox {
    padding: 0.2rem 0.3rem;
  }
  .jzfrom .layui-form.warp .layui-input-inline.Email {
    width: 100%;
    margin: 0;
  }
  .jzfrom .layui-form.warp .layui-form-item.w100 {
    width: 100%;
  }
  .jzfrom .layui-form.warp .layui-form-item.w100 .layui-input-inline {
    width: 100%;
  }
  .jzfrom .layui-form.warp .layui-form-mid {
    margin: 10px 0 0 ;
    line-height: 24px;
  }
  .jzfrom .layui-form.warp .layui-form-mid a {
    font-size: 16px;
    font-weight: bold;
  }
  .list .listUl .imgBox h4 {
    max-width: 180px;
  }
  .jzGH li p {
    font-size: 14px;
    line-height: 18px;
  }
  .jzGH.warp li h2 {
    margin-bottom: 0.3rem;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 20px;
  }
  .signUp.warp {
    max-width: 86%;
  }
  .jzRuxue dl dd {
    padding-left: 0;
  }
  .fastWay.phoneShow ul li p,
  .setting p {
    height: 20px;
    overflow: hidden;
  }
  .fastWay.phoneShow ul li p strong,
  .setting p strong {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .teacher .theTitle h2 + span {
    margin: 0 auto ;
    padding: 0 40px;
  }
  .teacher.student .theTitle h2 + span {
    padding: 0;
  }
  #theTeacher .imgBox p strong,
  #theTeacher .imgBox p,
  #certify .swiper-slide p {
    font-size: 16px;
  }
  .footPhone .warp {
    padding: 0.4rem 0.2rem;
  }
  .footPhone .warp .imgbox {
    flex: 0 0 1.5rem;
    margin-right: 0.5rem;
  }
  .footPhone .warp p span {
    display: none !important;
  }
  .list.formBox {
    padding-top: 1.1rem;
  }
  .list.formBox .theTitle {
    margin-bottom: 0.4rem;
  }
  .list.formBox .bg {
    display: none;
  }
  .list.formBox .layui-form-item {
    margin-bottom: 5px;
  }
  .list.formBox .layui-form-item .layui-inline {
    margin-bottom: 5px;
  }
  .list.formBox .postForm#baomingForm .padL100 {
    border-bottom: 1px dashed #2b3774;
    padding: 10px 15px 10px 10px;
    margin-bottom: 10px;
  }
  .list.formBox .postForm#baomingForm .padL100:last-child {
    border: none;
  }
  .list.formBox .postForm#baomingForm .layui-form-label {
    padding: 7px 0 0;
    text-align: right;
    font-size: 14px;
    float: left;
    width: 90px;
  }
  .list.formBox .postForm#baomingForm .layui-input-block,
  .list.formBox .postForm#baomingForm .layui-inline.ml115 {
    margin-left: 95px;
    font-size: 14px;
  }
  .list.formBox .postForm#baomingForm .layui-form-item .layui-input-inline {
    margin-left: 98px;
  }
  .list.formBox .postForm#baomingForm .layui-input,
  .list.formBox .postForm#baomingForm .layui-select,
  .list.formBox .postForm#baomingForm .layui-textarea {
    border-color: transparent;
    font-size: 14px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .list.formBox .postForm#baomingForm .layui-input-block.alignCenter {
    margin-left: 0;
  }
  .contact p {
    margin: 0.1rem auto;
  }
  .main {
    padding-bottom: 0.8rem;
  }
  #bm {
    width: 91%;
    margin: 0 auto;
  }
  #bm .liBox {
    width: 84%;
  }
  #bm .sub_tishi {
    line-height: 24px;
  }
  #bm .bmtxt select {
    background-color: #fff;
  }
  #bm .bmtxt textarea {
    height: auto;
  }
  #bm .liBox {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .path .pathTitle * {
    letter-spacing: -1px;
  }
  .path .pathTitle i.phoneShow414 {
    display: inline;
    padding: 0;
  }
  .jzIntroBox {
    grid-template-rows: 6.5rem 2rem;
  }
  .contact p {
    width: 90%;
  }
  .footPhone .warp {
    padding: 0.4rem 0.05rem;
  }
  .main .bot {
    text-align: left;
    padding-left: 10px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */