@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: 24px;
  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: 16px;
  line-height: 26px;
}
.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: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  background-color: #0c5eb2;
  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;
}
.moreBtn.bor {
  border: 1px solid #0c5eb2;
  background-color: #fff;
  color: #0c5eb2;
}
#normalHead {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#normalHead .top {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#normalHead .top dd {
  font-size: 18px;
  font-weight: bold;
  color: #585858;
}
#normalHead .top dt {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
}
#normalHead .top span {
  font-size: 20px;
  font-weight: bold;
  color: #3e3a39;
  padding-left: 10px;
}
#normalHead #nav {
  width: 100%;
  background-color: #0c5eb2;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
}
#normalHead #nav .warp {
  max-width: 1200px;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
#normalHead #nav li {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#normalHead #nav li#logo {
  position: relative;
  flex: 0 0 170px;
  width: 170px;
  padding-top: 0;
}
#normalHead #nav li#logo::after {
  display: none;
}
#normalHead #nav li#logo img {
  display: block;
  margin: 0 auto;
}
#normalHead #nav li#logo.fixedLogo {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  background: url("../images/fixedLogo.png") no-repeat center top;
}
#normalHead #nav li#logo.fixedLogo img {
  display: none;
}
#normalHead #nav li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#normalHead #nav li a::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 50%;
  position: absolute;
}
#normalHead #nav li a:hover {
  color: #fff;
  font-weight: bold;
}
#normalHead #nav li a:hover::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 #nav li.hover a,
#normalHead #nav li.active a {
  color: #fff;
}
#normalHead #nav li.hover a::after,
#normalHead #nav 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 #nav li.hasChild {
  position: relative;
}
#normalHead #nav 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 #nav li.hasChild ul li {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
#normalHead #nav li.hasChild ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #3e3a39;
}
#normalHead #nav li.hasChild ul li a:hover {
  color: #0c5eb2;
  font-weight: bold;
}
#normalHead #nav 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 #nav li.hasChild.hover ul {
  display: block;
}
#normalHead #nav li.hasChild.hover ul a::after {
  display: none;
}
#normalHead.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  min-height: 178px;
  background: url("../images/navBg1.png") no-repeat left top / 100% 100%;
  background-color: #fff;
  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;
}
#normalHead.fixed ul {
  padding: 10px 0px 0 5px;
}
#normalHead.fixed ul li {
  padding-top: 15px;
}
.banner {
  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;
  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;
}
.sqaBg {
  background: url("../images/sqaBg.jpg") no-repeat center top;
  padding: 50px 0 40px;
  color: #fff;
}
.sqaBg p {
  text-indent: 2em;
  margin-bottom: 15px;
}
.sqaBg .bigTitle {
  text-align: center;
  width: 1200px;
  margin: 0 auto 20px;
  border-top: 1px solid #fff;
  height: 30px;
}
.sqaBg .bigTitle span {
  background-color: #0c5eb2;
  font-size: 24px;
  font-weight: bold;
  margin-top: -5px;
  color: #fff;
  top: -10px;
  padding: 0 50px;
  display: inline-block;
  position: relative;
}
.sqaBg .bigTitle span::after,
.sqaBg .bigTitle span::before {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 4px;
}
.sqaBg .bigTitle span::before {
  left: 4px;
  transform: rotate(45deg);
  border-bottom: 1px solid #fff;
}
.sqaBg .bigTitle span::after {
  right: 4px;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
}
.setting {
  padding: 20px 0 30px;
}
.setting.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 {
  margin-top: 70px;
}
.setting li {
  flex: 1;
  text-align: center;
}
.setting li:nth-child(2) .icon {
  background: url("../images/icon.png") no-repeat 9px -642px;
}
.setting li:nth-child(3) .icon {
  background: url("../images/icon.png") no-repeat 18px -748px;
}
.setting li:nth-child(4) .icon {
  background: url("../images/icon.png") no-repeat 11px -858px;
}
.setting li:nth-child(5) .icon {
  background: url("../images/icon.png") no-repeat 20px -970px;
}
.setting li:nth-child(6) .icon {
  background: url("../images/yk.png") no-repeat left center;
}
.setting .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: url("../images/icon.png") no-repeat 9px -532px;
}
.setting p {
  font-size: 14px;
  text-indent: 0;
  line-height: 24px;
}
.setting p strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fastWay {
  padding-bottom: 70px;
  background: url("../images/logoGray.jpg") no-repeat center -150px #f3f2f2;
  background-size: 100% auto;
}
.fastWay .icon {
  display: block;
  width: 100px;
  height: 102px;
  margin: 0 auto 30px;
  background: url("../images/icon.png") no-repeat 9px -532px;
}
.fastWay p {
  text-align: center;
}
.fastWay p strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fastWay ul {
  margin-top: 60px;
}
.fastWay li:first-child .icon {
  background-position: center 1px;
}
.fastWay li:nth-child(2) .icon {
  background-position: center -107px;
}
.fastWay li:nth-child(3) .icon {
  background-position: center -215px;
}
.fastWay li:nth-child(4) .icon {
  background-position: center -323px;
}
.fastWay li:nth-child(5) .icon {
  background-position: center -432px;
}
.news {
  background: url("../images/bg.jpg") no-repeat center bottom #0c5eb2;
  background-size: 100% 60%;
  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: 47%;
}
.news .newsBox .title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.news .newsBox .title span {
  font-size: 20px;
}
.news .newsBox .title span::after {
  display: block;
  content: '';
  width: 60%;
  height: 2px;
  background: #fff;
  position: relative;
  left: 100px;
  top: -13px;
}
.news .newsBox .title a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: -35px;
  float: right;
  width: 23%;
  text-align: right;
  line-height: 20px;
}
.news .newsBox .title a::before {
  color: #fff;
  display: block;
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  top: 16px;
}
.news .newsBox li {
  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;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #fff;
  padding-right: 5px;
  box-shadow: 3px 5px 5px rgba(174, 174, 174, 0.56);
}
.news .newsBox li .imgBg {
  flex: 0 0 25%;
  padding-top: 20%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news .newsBox li .con {
  flex: 0 0 55%;
  width: 41%;
  padding: 10px 0 10px 15px;
}
.news .newsBox li .con h3 {
  color: #3e3a39;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
}
.news .newsBox li .con p {
  color: #3e3a39;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.news .newsBox li .con p span {
  float: right;
}
.news .newsBox li .data {
  flex: 0 0 17%;
  height: 100px;
  background: url("../images/icon.png") no-repeat 11px -1410px;
  color: #cbab5a;
}
.news .newsBox li .data strong {
  width: 60%;
  margin: 0 auto 5px;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 22px 0 10px;
  border-bottom: 1px solid #cbab5a;
}
.news .newsBox li .data span {
  font-size: 14px;
  text-align: center;
  display: block;
}
.student {
  padding: 20px 0;
  background: url("../images/sqaBg.jpg") no-repeat center top;
  background-color: #f3f2f2;
  background-size: 100% 25%;
}
.student #certify {
  display: none;
}
.student ul {
  margin: 140px auto 40px;
  position: relative;
}
.student ul::before {
  display: block;
  content: '';
  width: 62px;
  height: 40px;
  background: url("../images/icon.png") no-repeat center top;
  background-position: left -1123px;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -32px;
}
.student li {
  box-shadow: 3px 5px 5px rgba(174, 174, 174, 0.56);
  background: #fff;
}
.student li .imgBox {
  height: 240px;
  overflow: hidden;
  border-radius: 50px;
}
.student li .imgBox img {
  max-width: 100%;
}
.student li p {
  padding: 10px 0;
  font-size: 14px;
  color: #3e3a39;
  text-indent: 0;
  text-align: center;
}
.student li p strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.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;
}
.student li:hover .imgBox {
  overflow: hidden;
}
.student li:hover .imgBox img {
  transform: scale(1.1);
}
.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: 20px 0 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;
}
.path {
  padding: 40px 0 50px;
  background: url("../images/logoGray.jpg") no-repeat center 220% #f3f2f2;
}
.path .pathTitle {
  text-align: center;
}
.path .pathTitle span {
  padding: 0px 20px;
  font-size: 16px;
  color: #0c5eb2;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border-right: 2px solid #0c5eb2;
}
.path .pathTitle span i {
  color: #0c5eb2;
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  border: 2px solid #0c5eb2;
  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;
}
.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: 100px;
  border-top: 2px solid #7bb4ee;
  padding: 0 40px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  position: relative;
}
.path .pathBox ul.pathUl::before,
.path .pathBox ul.pathUl::after {
  position: absolute;
  display: block;
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #cbab5a;
  border-radius: 50%;
}
.path .pathBox ul.pathUl::before {
  left: 0;
  top: -5px;
}
.path .pathBox ul.pathUl::after {
  right: 0;
  top: -5px;
}
.path .pathBox ul.pathUl li {
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: -50px;
}
.path .pathBox ul.pathUl li .borRad {
  border-radius: 50px;
  padding: 7px 10px;
  border: 2px solid #7bb4ee;
  background-color: #f3f2f2;
  position: relative;
}
.path .pathBox ul.pathUl li .borRad span {
  display: block;
  background-color: #0c5eb2;
  border-radius: 50px;
  padding: 10px 20px;
}
.path .pathBox ul.pathUl li .borRad::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #7bb4ee;
}
.path .pathBox ul.pathUl li .borRad::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -88%;
  margin-left: -4px;
  background-color: #cbab5a;
  z-index: 1;
}
.path .pathBox ul.pathUl li:last-child::after {
  display: none;
}
.path .pathBox ul.pathUl li::after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid #cbab5a;
  border-color: transparent transparent transparent #cbab5a;
  left: 127%;
  top: 38px;
}
.path .pathBox ul.pathUl li .txt {
  margin-top: 100px;
  color: #3e3a39;
  font-size: 16px;
  text-align: center;
}
.path .pathBox ul.pathUl li .txt::before {
  display: block;
  content: '';
}
.path .lineBox {
  margin-top: 30px;
  width: 100%;
  display: block;
  border-top: 5px solid #0c5eb2;
  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: #cbab5a;
}
.path .lineBox li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #0c5eb2;
  border-color: transparent transparent transparent #0c5eb2;
  position: absolute;
  right: -12px;
  top: -12px;
}
.environment {
  padding: 20px 0 40px;
}
.environment .theTitle {
  margin-bottom: 20px;
}
.environment .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 50%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
  height: 335px;
}
.environment .swiper-slide img {
  width: 100%;
  height: 100%;
}
.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 .swiper-slide-active,
.environment .swiper-slide-duplicate-active {
  transform: scale(1);
}
.environment .swiper-button-next,
.environment .swiper-button-prev {
  overflow: hidden;
  background: none;
  width: 40px;
}
.environment .swiper-button-next::before,
.environment .swiper-button-prev::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border: 4px solid #0c5eb2;
  margin: 5px 10px 5px 0;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.environment .swiper-button-prev::before {
  margin: 5px 0px 5px 8px;
  border: 4px solid #0c5eb2;
  border-top: transparent;
  border-right: transparent;
}
.partner {
  padding: 20px 0 1px;
  background: #f3f2f2;
}
.partner ul {
  margin: 50px auto;
}
.footPc {
  background: url("../images/footerBg.jpg") repeat left top;
  padding: 30px 0;
}
.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;
}
.footPc .top .navBox {
  color: #fff;
}
.footPc .top .navBox p {
  padding-left: 20px;
  margin-bottom: 5px;
}
.bot {
  background-color: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  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;
  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: #fff;
  border-radius: 65px 65px 20px 20px;
}
.rightFixed ul li {
  text-align: center;
  margin-bottom: 25px;
  color: #314F8B;
  font-size: 16px;
  font-weight: bold;
}
.rightFixed ul li:last-child {
  margin-bottom: 5px;
}
.rightFixed ul li a {
  color: #314F8B;
}
.rightFixed ul .toTop {
  color: #0c5eb2;
  cursor: pointer;
}
.rightFixed img {
  max-width: 100%;
}
.rightFixed .btnBox {
  display: inline-block;
  width: 85px;
  height: 20px;
  line-height: 20px;
  color: #0c5eb2;
  border-left: 2px solid #0c5eb2;
  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 #telShow {
  position: relative;
}
.rightFixed #telShow.hover .telHide {
  display: block;
}
.rightFixed .telHide {
  position: absolute;
  padding: 5px 0px;
  color: #0c5eb2;
  display: none;
  box-shadow: 0px 2px 2px 0px rgba(26, 26, 26, 0.35);
  right: 115px;
  background-color: #fff;
  top: -5px;
  width: 160px;
}
.rightFixed .telHide::before {
  width: 5px;
  height: 5px;
}
.rightFixed p {
  text-indent: 0;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: #0c5eb2;
  border-left: 2px solid #0c5eb2;
}
.rightFixed p i {
  display: inline-block;
  background: url("../images/layerBtn.png") no-repeat left -105px;
}
.rightFixed .ewm {
  display: block;
  margin: 10px auto 0;
  width: 100%;
}
#zixunBox {
  background: url("../images/layer.png") no-repeat left top;
  background-size: 100% auto;
  width: 442px;
  height: 415px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -183px 0 0 -221px;
  z-index: 100;
  padding-top: 130px;
  box-sizing: border-box;
}
#zixunBox .titleImg {
  display: block;
  margin: 0 auto 30px;
}
#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 75px;
}
#zixunBox .btnBox button {
  display: block;
  width: 120px;
  height: 40px;
  background: none;
  color: #fff;
  line-height: 50px;
  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: #0c5eb2;
  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;
}
.list .listNav dt a {
  display: inline-block;
  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: #0c5eb2;
}
.list .listRight {
  margin-left: 235px;
}
.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: #0c5eb2;
}
.list .listRight h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px ;
  background: #0c5eb2;
  position: relative;
  bottom: 2px;
  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: #585858;
  border-bottom: 1px solid #585858;
  text-indent: 0;
  margin-bottom: 0;
  height: 30px;
}
.list .listRight .contactCon li div {
  height: 40px;
  line-height: 40px;
}
.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 #585858;
  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 {
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.list .listUl li:last-child {
  border: none;
}
.list .listUl li:hover a {
  color: #0c5eb2;
  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;
}
.list .listUl .imgBox {
  margin-left: 180px;
}
.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: #585858;
}
/******===========表单页面============******/
.list.formBox {
  margin: 0 auto ;
  padding: 50px 0;
  background: url("../images/1.png") no-repeat center top;
  background-size: auto 100%;
}
.list.formBox .more.blue {
  border-radius: 20px;
  color: #fff;
  padding: 3px 0;
  font-weight: bold;
}
.list.formBox #baomingForm {
  box-shadow: 5px 5px 10px rgba(100, 100, 100, 0.3);
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.list.formBox .padL100 {
  width: 60%;
}
.list.formBox .layui-form-item {
  width: 50%;
}
.list.formBox .layui-form-item .layui-form-label {
  padding: 0 0;
  width: 110px;
  font-size: 15px;
  line-height: 35px;
}
.list.formBox .layui-form-item .layui-form-label i {
  color: #d00;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.list.formBox .layui-form-item.sex {
  width: 40%;
}
.list.formBox .layui-form-item.big {
  width: 60%;
}
.list.formBox .layui-form-item .sf {
  width: 28%;
  margin-left: 10px;
}
.list.formBox .layui-form-item .sf + .layui-input-inline {
  width: 265px;
  margin-right: 0;
}
.list.formBox .layui-input,
.list.formBox .layui-select,
.list.formBox .layui-textarea {
  height: 35px;
}
.list.formBox .layui-form-item-addr {
  width: 100%;
}
.list.formBox .layui-form-select dl dt {
  background-color: #fff !important;
}
.list.formBox .marT40 {
  margin-top: 60px;
}
.list.formBox .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 .bg {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #0c5eb2;
  padding: 0 10px;
  margin: 20px 0;
  height: 34px;
  line-height: 34px;
  color: #5c5959;
}
.list.formBox .bg.blue {
  border-bottom-color: #0c5eb2;
}
.list.formBox .warp .layui-form {
  max-width: 80%;
  margin: 0 auto;
}
/*** ======招生简章页面样式====== ***/
.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: #0c5eb2;
  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: #0c5eb2;
  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: #0c5eb2;
  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 #0c5eb2;
  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: 30px auto;
}
.jzfrom {
  background: url("../images/form.png") 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 {
  border-radius: 10px !important;
  border-color: #847E7E;
  height: 36px;
}
.jzfrom .layui-form.warp .layui-form-item {
  float: left !important;
  width: 45%;
  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;
  padding-right: 2%;
  margin-bottom: 30px;
}
.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-label {
  width: 100px;
  font-size: 18px;
  color: #fff;
  padding: 9px 0;
}
.jzfrom .layui-form.warp .layui-input-block {
  margin-left: 130px;
  font-size: 16px;
}
.jzfrom .layui-form.warp .layui-btn.more {
  height: 32px;
  line-height: 32px;
  margin-top: 30px;
  height: auto;
  color: #fff;
  font-size: 16px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  background-color: #cbab5a;
  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-select dl dd.layui-this {
  background-color: #585858;
}
.jzfrom .layui-form.warp .layui-form-label span {
  color: #cbab5a;
  padding: 0 5px;
}
#bm {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
#bm .layui-form-item {
  width: 30%;
}
#bm .layui-form-label {
  color: #fff;
  font-size: 15px;
  width: 90px;
  padding: 0 0 ;
  height: 32px;
  line-height: 32px;
}
#bm .layui-btn {
  border: none;
  height: 32px;
  line-height: 32px;
  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 .layui-btn:hover {
  opacity: 1;
  box-shadow: 0px 2px 10px rgba(250, 250, 250, 0.8);
}
#bm .layui-input,
#bm .layui-textarea {
  height: 32px;
}
#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: #cbab5a;
  position: relative;
  top: 3px;
}
#bm .bmtxt {
  margin-left: 100px;
}
#bm .bmtxt input,
#bm .bmtxt select,
#bm .bmtxt textarea {
  border-radius: 5px;
  border: 1px solid #f3f2f2;
  line-height: 30px;
  padding: 0 4px;
  font-size: 14px;
}
#bm .bmtxt input {
  min-width: 220px;
}
#bm .bmtxt select {
  min-height: 30px;
  min-width: 120px;
}
#bm .bmtxt option {
  height: 40px;
  line-height: 40px;
}
#bm .bmtxt .layui-input,
#bm .bmtxt .layui-select {
  height: 32px;
}
#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: #cbab5a;
  padding: 0 5px;
}
/****====================移动端显示================***/
@media only screen and (max-width: 1024px) {
  #bm .layui-form-item {
    width: 100%;
  }
  .main {
    padding-bottom: 0.9rem;
  }
  .pcShow {
    display: none;
  }
  .phoneShow {
    display: block;
  }
  .warp {
    width: 98%;
    max-width: 90%;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 30px;
    padding: 10px 0;
    min-height: 0.3rem;
    line-height: 0.3rem;
  }
  .theTitle span,
  .fastWay.phoneShow ul li p {
    font-size: 16px;
  }
  .setting p strong,
  .fastWay p strong {
    font-size: 24px;
  }
  #zixunBox {
    display: none;
  }
  #phoneHead {
    position: fixed !important;
    top: 0;
    width: 100%;
    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: 20;
    text-align: center;
    position: relative;
    background: #fff;
    height: 1.2rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid #0c5eb2;
  }
  #phoneHead img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  #phoneHead .icon {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url("../images/navIcon.png") no-repeat center 0.08rem;
    background-size: 100% auto;
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
  }
  .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;
    padding: 0.1rem 0;
  }
  .hideNav li a {
    font-size: 20px;
    color: #fff;
  }
  .hideNav li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 5px -191px;
  }
  .hideNav li.hasChild {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
  }
  .hideNav li.hasChild i {
    position: absolute;
    right: 0.2rem;
    top: 10px;
    height: auto;
    font-size: 14px;
  }
  .hideNav li.hasChild.hover i {
    transform: rotate(180deg);
  }
  .hideNav li.hasChild ul {
    display: none;
    margin-top: 10px;
  }
  .hideNav li.hasChild ul li a {
    font-weight: normal;
    font-size: 20px;
  }
  .hideNav li.hasChild li:last-child {
    border-bottom: none;
  }
  .hideNav i {
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    background-position: 2px -0.85rem;
  }
  .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: 0.9rem;
  }
  .fastWay.phoneShow {
    padding-top: 0.3rem;
  }
  .fastWay.phoneShow ul {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .fastWay.phoneShow ul li {
    width: 33%;
    flex: auto;
    margin: 0.5rem 0 0;
  }
  .fastWay.phoneShow ul li .icon {
    width: 0.85rem;
    height: 0.85rem;
    background-size: 1rem auto;
    margin-bottom: 0.2rem;
    background: url("../images/icon2.png") no-repeat left top;
    background-size: 1rem;
  }
  .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: 0 0rem;
  }
  .fastWay.phoneShow ul li:nth-child(2) .icon {
    background-position: 0 -1.1rem;
  }
  .fastWay.phoneShow ul li:nth-child(3) .icon {
    background-position: 0 -2.25rem;
  }
  .fastWay.phoneShow ul li:nth-child(4) .icon {
    background-position: 0 -3.35rem;
  }
  .fastWay.phoneShow ul li:nth-child(5) .icon {
    background-position: -0.02rem -4.55rem;
  }
  .fastWay.phoneShow ul li:nth-child(6) .icon {
    background-position: -0.022rem -5.75rem;
  }
  .sqaBg.phoneCss {
    background: url("../images/sqaBgp.jpg") no-repeat left top / 100% 100%;
  }
  .sqaBg.phoneCss span {
    font-weight: bold;
  }
  .sqaBg.phoneCss .bigTitle {
    width: 90%;
    margin: 0 auto 0.2rem;
    height: 0.15rem;
    border: 0px solid transparent;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  .sqaBg.phoneCss .bigTitle::after,
  .sqaBg.phoneCss .bigTitle::before {
    display: block;
    content: '';
    border: none;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0.1rem;
  }
  .sqaBg.phoneCss .bigTitle::after {
    right: 0;
  }
  .sqaBg.phoneCss .bigTitle::before {
    left: 0;
  }
  .sqaBg.phoneCss .bigTitle span {
    background: none;
  }
  .sqaBg.phoneCss .bigTitle span::after,
  .sqaBg.phoneCss .bigTitle span::before {
    display: none;
  }
  .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;
  }
  .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);
  }
  .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);
  }
  .fixedPhone li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .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: 0.02rem -5.5rem;
  }
  .setting ul li:nth-child(2) .icon {
    background-position: 0.02rem -6.5rem;
  }
  .setting ul li:nth-child(3) .icon {
    background-position: 0.08rem -7.6rem;
  }
  .setting ul li:nth-child(4) .icon {
    background-position: 0.08rem -8.7rem;
  }
  .setting ul li:nth-child(5) .icon {
    background-position: 0.08rem -9.8rem;
  }
  .setting ul .icon {
    width: 0.85rem;
    height: 0.8rem;
    background-size: 1rem auto !important;
  }
  .news {
    background-size: 100% 85%;
  }
  .news div.warp {
    flex-flow: column;
  }
  .news div.warp .newsBox {
    width: 100%;
  }
  .news .newsBox li div {
    padding-left: 0;
  }
  .news .newsBox li .data {
    box-sizing: border-box;
    width: 100px;
    flex: 0 0 100px;
    background-position: 14px -1410px;
  }
  .news .newsBox li .data strong {
    width: 50%;
    margin: 0 auto 5px;
  }
  .news .newsBox:last-child .title {
    color: #3e3a39;
  }
  .news .newsBox:last-child .title a {
    background-color: #f5f5f5;
    color: #3e3a39;
  }
  .news .newsBox:last-child .title a::before {
    background-color: #3e3a39;
  }
  .news .newsBox:last-child span::after {
    background-color: #3e3a39;
  }
  .news .newsBox .title span:after {
    width: 85%;
  }
  .news .newsBox .title a {
    background-color: #0c5eb2;
  }
  .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: 30px;
  }
  .university ul li {
    width: 33.3%;
  }
  .university ul li:last-child {
    display: none;
  }
  .path {
    background: url("../images/planBg.jpg") no-repeat left top;
    background-size: 100% 100%;
  }
  .path .pathBox {
    max-width: 100%;
  }
  .path .pathBox ul.pathUl {
    padding: 0 10px;
  }
  .path .pathBox ul.pathUl li .borRad::after {
    height: 46px;
  }
  .path .pathBox ul.pathUl li .borRad::before {
    bottom: -60%;
  }
  .path .pathBox ul.pathUl li .borRad span {
    padding: 10px;
    font-size: 16px;
  }
  .path .pathBox ul.pathUl li .txt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 60px;
  }
  .footPc {
    padding-bottom: 0 !important;
  }
  .footPc .bot {
    margin-top: 30px;
  }
  .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;
  }
  .partner {
    padding-bottom: 10px;
  }
  .partner ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .partner ul li {
    width: 33.3%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .rightFixed ul {
    background: none;
    box-shadow: 0 0 rgba(0, 0, 0, 0.35);
  }
  .rightFixed ul .toTop {
    color: #3e3a39;
  }
  .rightFixed ul li#zixun {
    background-color: #fff;
    width: 60px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto 10px;
  }
  .rightFixed ul li#zixun.top {
    background-color: transparent;
  }
  .rightFixed ul .btnBox {
    width: auto;
    border: none;
  }
  .list.formBox #baomingForm {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
    border: 0px solid #fff;
    background-color: transparent;
    padding: 0.1rem;
  }
  .list.formBox #baomingForm .layui-form {
    width: 100%;
    max-width: 100%;
  }
  .list.formBox #baomingForm .padL100 {
    width: 100%;
  }
}
@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-top: 0;
  }
  .news .newsBox li img {
    float: left;
    width: 1rem;
    height: auto;
  }
  .news .newsBox .title span::after {
    width: 80%;
  }
  .student {
    background-size: 100% 20%;
    /*轮播*/
  }
  .student .warp {
    max-width: 100%;
  }
  .student .warp li {
    width: 19%;
  }
  .student ul {
    margin: 1.1rem auto 0.4rem;
    display: none;
  }
  .student #certify {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px auto ;
  }
  .student #certify .swiper-container {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .student #certify .swiper-slide {
    width: 300px;
    height: 500px;
    background-color: #f3f2f2;
    border-radius: 50px 50px 0 0;
  }
  .student #certify .swiper-slide p {
    display: none;
  }
  .student #certify .swiper-slide.swiper-slide-active p {
    display: block;
    padding-top: 10px;
    text-align: center;
    color: #3e3a39;
    margin: 0;
    font-size: 0.18rem;
  }
  .student #certify .swiper-slide.swiper-slide-active p strong {
    font-size: 0.3rem;
    color: #3e3a39;
    font-weight: bold;
  }
  .student #certify .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 50px;
  }
  .student #certify .swiper-pagination {
    left: 50%;
    margin-left: -30px;
    margin-bottom: 40px;
  }
  .university ul li {
    width: 50%;
  }
  .university ul li:last-child,
  .university ul li:nth-last-child(2) {
    display: none;
  }
  .path {
    padding: 0 0 0.4rem;
  }
  .path .pathBox {
    width: 80%;
  }
  .path .pathBox ul.pathUl {
    flex-flow: column;
    margin-top: 0;
    border-top: 0px solid transparent;
  }
  .path .pathBox ul.pathUl::after,
  .path .pathBox ul.pathUl::before {
    display: none;
  }
  .path .pathBox ul.pathUl li {
    margin: 0 auto 60px;
    max-width: 200px;
  }
  .path .pathBox ul.pathUl li::after {
    display: none;
  }
  .path .pathBox ul.pathUl li .txt {
    margin-top: 10px;
  }
  .path .pathBox ul.pathUl li .txt br {
    display: none;
  }
  .path .pathTitle {
    width: 100%;
    padding: 0.1rem 0;
    text-align: center;
    background-color: #cbab5a;
  }
  .path .pathTitle span {
    color: #fff;
    border: none;
    line-height: 30px;
  }
  .path .pathTitle span i {
    display: block;
    border: none;
    color: #fff;
  }
  .path .pathBox ul.pathUl li .borRad::after {
    height: 40px;
    top: 170%;
  }
  .path .pathBox ul.pathUl li:first-child .borRad::after {
    top: 150%;
    height: 30px;
  }
  .path .pathBox ul.pathUl li:first-child .borRad::before {
    bottom: -100%;
  }
  .path .pathBox ul.pathUl li .borRad::before {
    bottom: -120%;
  }
  .path .pathBox ul.pathUl li:last-child .borRad::before,
  .path .pathBox ul.pathUl li:last-child .borRad::after {
    display: none;
  }
  .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%;
  }
  .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;
    background-image: none;
    line-height: 24px;
    padding: 0.02rem;
    font-size: 14px;
    line-height: 20px;
  }
  .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: #0c5eb2;
  }
  .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 .bg {
    display: none;
  }
  .list.formBox .bg.blue {
    display: block;
    height: 0px;
    margin-bottom: 1px;
  }
  .list.formBox .bg.blue span,
  .list.formBox .bg.blue em {
    display: none;
  }
  .list.formBox #baomingForm .layui-form-item {
    margin-bottom: 0;
  }
  .list.formBox #baomingForm .layui-form-item.sex,
  .list.formBox #baomingForm .layui-form-item.big {
    width: 100%;
  }
  .list.formBox #baomingForm .layui-form-item .layui-input-inline {
    margin-bottom: 0;
  }
  .list.formBox #baomingForm .layui-form-label {
    display: block;
    text-align: left;
    padding: 5px 0;
    float: none;
  }
  .list.formBox #baomingForm .layui-input-block {
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .list.formBox #baomingForm .layui-input-inline.sf {
    display: block;
    width: 100%;
    margin: 0;
  }
  .list.formBox #baomingForm .layui-input-inline.sf + .layui-input-inline {
    width: 100%;
    margin-left: 0;
  }
  #bm .liBox.sex {
    width: 50%;
  }
  #bm .liBox.yx {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .phoneShow414 {
    display: block;
  }
  .pcShow414 {
    display: none;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 24px !important;
  }
  .rightFixed ul {
    width: 1.8rem;
    height: 1.5rem;
  }
  .rightFixed ul .toTop {
    font-size: 0.24rem;
  }
  .rightFixed .btnBox {
    padding: 0.1rem;
    line-height: 16px;
  }
  #zixunBox p {
    line-height: 24px;
  }
  .setting p strong,
  .fastWay p strong,
  .benKeStyle .textBox p,
  .sqaBg .bigTitle span {
    font-size: 16px;
  }
  .teacher li p strong,
  .student li p strong,
  .news .newsBox .title {
    font-size: 16px;
  }
  .sqaBg p,
  .footPhone .warp p,
  .news .newsBox li div h3,
  .theTitle span,
  .fastWay.phoneShow ul li p,
  .news .newsBox .title a,
  .news .newsBox li div p {
    font-size: 14px;
  }
  .fastWay.phoneShow ul li p {
    line-height: 20px;
  }
  .fastWay.phoneShow ul li p strong {
    margin-bottom: 0;
  }
  .benke {
    padding: 0.5rem 0;
  }
  .news .newsBox .title span:after {
    width: 75%;
  }
  .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: 14px;
  }
  .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;
  }
  .news.phoneCss {
    padding-bottom: 20px;
    margin-top: 0;
  }
  .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 li .imgBg {
    padding-top: 25%;
  }
  .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;
  }
  .lineBox.pcShow414 {
    display: none !important;
  }
  .partner li {
    width: 27%;
  }
  .partner li img {
    max-width: 80%;
  }
  .footPhone .warp {
    max-width: 100%;
  }
  .footPhone .warp .imgbox {
    margin-right: 0.2rem;
  }
  .footPhone .warp p {
    font-size: 14px;
    background-size: 1.7rem auto;
    padding-left: 0.06rem;
  }
  .footPhone .warp p:first-child {
    background-position: left -22.06rem;
  }
  .footPhone .warp p:first-child span {
    background-size: 1.7rem auto;
    background-position: 0.25rem -21.65rem;
  }
  .footPhone .warp p:last-child {
    background-position: 0.05rem -21.15rem;
  }
  .bot {
    font-size: 14px;
  }
  .environment {
    padding: 20px 0;
  }
  .environment .swiper-slide {
    height: 2.7rem;
    transform: scale(1);
  }
  .environment .swiper-button-next::before,
  .environment .swiper-button-prev::before {
    width: 0.3rem;
    height: 0.3rem;
    border-color: #fff;
  }
  .fastWay {
    padding-bottom: 40px;
  }
  .setting {
    padding: 20px 0;
  }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #0c5eb2;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #0c5eb2;
    background-color: #0c5eb2;
  }
  .list {
    margin-bottom: 0.5rem;
  }
  .list .listRight h2 {
    font-size: 0.18rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .list .listRight h2 i {
    display: none;
  }
  .list .listRight h2 a {
    font-size: 0.18rem;
  }
  .list .listUl img {
    width: 100%;
    height: auto;
    float: none;
  }
  .list .listUl .imgBox {
    margin: 0.1rem 0 0;
  }
  .list .listUl .imgBox h4 {
    font-size: 0.18rem;
  }
  .list .listUl .imgBox p {
    width: 100%;
    font-size: 14px;
  }
  .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: 0.22rem;
    line-height: 0.4rem;
    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: 0.24rem;
  }
  .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: 0.24rem;
  }
  .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,
  p,
  .path .pathBox ul.pathUl li .borRad span {
    font-size: 14px;
    line-height: 24px;
  }
  .jzYous dl::after {
    line-height: 110px;
  }
  .jzGH li h2,
  .jzRuxue dl dt {
    font-size: 0.2rem;
  }
  .theTitle h2,
  .benke h2 {
    font-size: 0.24rem;
  }
  .footPc .bot {
    margin-top: 0.1rem;
  }
  .footPc img.phoneShow {
    max-width: 80%;
  }
  #zixunBox p {
    margin-bottom: 0.3rem;
  }
  .path .pathTitle span i {
    margin: 0;
  }
}
@media only screen and (max-width: 414px) {
  .path #pathPhone li:first-child p,
  .path #pathPhone li:nth-child(2) p {
    bottom: -23%;
  }
  .path #pathPhone p {
    width: 5.6rem;
    margin-left: -2.8rem;
  }
  .path #pathPhone strong {
    width: 4rem;
  }
  .environment .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 64px !important;
  }
  .jzfrom .layui-form.warp .layui-form-label {
    width: 80px;
  }
  .jzfrom .layui-form.warp .layui-input-block {
    margin-left: 90px;
  }
  .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: 4.5rem 2rem;
  }
  .jzStyle .styleBox {
    padding: 0.2rem 0.3rem;
  }
  .news.phoneCss .newsBox li .imgBg {
    flex: 0 0 25%;
    padding-top: 28%;
    background-size: auto 100%;
  }
  .news .newsBox li .con {
    flex: 0 0 43%;
    width: 41%;
  }
  .news .newsBox li .con h3 {
    font-size: 16px;
  }
  .news .newsBox .title span:after {
    width: 60%;
  }
  .hideNav li a,
  .hideNav li.hasChild,
  .hideNav li.hasChild ul li a {
    font-size: 14px;
  }
  .setting p {
    height: 30px;
    overflow: hidden;
  }
  .setting p strong {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .setting li:nth-child(6) .icon {
    background-size: 100% !important;
  }
  .sqaBg.phoneCss .bigTitle {
    margin: 0 auto 0.8rem;
  }
  .student #certify .swiper-container {
    padding-bottom: 0;
  }
  .path .pathTitle span {
    padding: 0;
  }
  .path .pathTitle span i {
    padding: 0;
  }
  .footPc {
    padding: 10px 0;
  }
  .sqaBg .bigTitle span {
    top: -20px;
    padding: 0;
  }
  .formM .rightFixed {
    display: none;
  }
  #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: 5.5rem 2rem;
  }
  .contact p {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */