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;
}
img {
  max-width: 100%;
}
.pcShow {
  display: block;
}
.phoneShow {
  display: none;
}
.content {
  display: block;
  content: '';
  width: 0;
  height: 0;
}
.warp {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #333030;
}
.theTitle {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #1b2072;
  padding-left: 20px;
  position: relative;
  color: #1b2072;
  font-size: 16px;
}
.theTitle strong {
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
}
.theTitle i {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 38px;
  height: 50px;
  background: url("../images/icon1.png") no-repeat left -543px;
  position: absolute;
  left: -20px;
  bottom: -1px;
}
.theTitle a {
  float: right;
  font-size: 16px;
  color: #a80e27;
  font-weight: bold;
}
@keyframes theTitle {
  from {
    padding: 100px 0 0;
  }
  to {
    padding: 50px 0 ;
  }
}
@-webkit-keyframes theTitle {
  /* Safari and Chrome */
  from {
    padding: 100px 0 0;
  }
  to {
    padding: 50px 0 ;
  }
}
.main {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.banner img {
  width: 100%;
  max-width: 100%;
}
header .top {
  max-width: 1200px;
  width: 100%;
  padding: 20px 0;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top .logo {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
}
header .top .logo img {
  margin: 0 50px 0 -80px;
}
header .top .logo span {
  font-weight: bold ;
  padding: 10px 30px;
  border-left: 2px solid #333030;
  font-size: 18px;
}
header .tel {
  border-radius: 25px;
  padding: 5px 30px 5px 60px;
  background-color: #333030;
  line-height: 28px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
header .tel i {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 15px;
  width: 40px;
  height: 28px;
  background: url("../images/icon1.png") no-repeat left -500px;
}
header nav {
  background: linear-gradient(-90deg, #3843B0, #018B97);
  box-shadow: 0 5px 10px rgba(26, 40, 76, 0.8) inset;
}
header .headUl {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .headUl li {
  height: 46px;
  line-height: 46px;
  text-align: center;
  align-items: center;
}
header .headUl li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: block;
  padding: 0 20px;
  height: 40px;
  position: relative;
}
header .headUl li a:after {
  content: ' ';
  position: absolute;
  background: #fff;
  width: 25px;
  height: 50px;
  top: 0;
  left: -45px;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
header .headUl li a:hover {
  font-weight: bold;
  color: #fff;
}
header .headUl li a:hover::after {
  width: 45px;
  left: 205px;
}
.introBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  padding: 100px 0 50px;
}
.introBox .theVideo {
  width: 522px;
  position: relative;
}
.introBox .theVideo::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 300px;
  height: 120px;
  background: #1b2072;
  position: absolute;
  left: -200px;
  bottom: 0;
  z-index: -1;
  background: url("../images/BIT.png") no-repeat left top;
}
.introBox .itemIntro {
  max-width: 560px;
}
.introBox .itemIntro img {
  max-width: 100%;
}
.introBox .itemIntro p {
  text-align: justify;
  line-height: 30px;
}
.introBox .theTitle {
  margin-bottom: 30px;
}
.newIntro {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
}
.newIntro img {
  max-width: 100%;
  margin-right: 20px;
}
.introP {
  text-indent: 2em;
  padding: 10px 0;
  line-height: 24px;
}
.yellowBg {
  background-color: #fdf7ef;
}
.blackBg {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin: 0px auto;
}
.setting {
  padding: 50px 0;
}
.setting ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
.setting ul li {
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
  flex: 1;
  padding: 0 10px;
  position: relative;
}
.setting ul li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 79%;
  height: 73%;
  position: absolute;
  left: 8%;
  top: 6px;
  border: 1px solid #a80e27;
  border-bottom: 0px solid transparent;
}
.setting ul li:nth-child(odd) strong {
  background: url("../images/oangeBg.jpg") no-repeat left top;
}
.setting ul li:nth-child(odd)::before {
  border-color: #ba4f1b;
}
.setting ul li:nth-child(even) strong {
  background: url("../images/blueBg.jpg") no-repeat left top;
}
.setting ul li:nth-child(even)::before {
  border-color: #1b2072;
}
.setting ul li a {
  display: block;
  background-size: 100% 100% !important;
}
.setting ul li img {
  display: block;
}
.setting ul li strong {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
}
.advantages {
  margin: 50px auto 60px;
}
.advantages ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.advantages ul li {
  text-align: center;
}
.advantages ul li i {
  display: block;
  width: 75px;
  height: 65px;
  margin: 50px auto 10px;
  background: url("../images/icon1.png") no-repeat left top;
}
.advantages ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.advantages ul li p::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
}
.advantages ul li:first-child p::after {
  background-color: #1b2072;
}
.advantages ul li:nth-child(2) p:after {
  background-color: #a80e27;
}
.advantages ul li:nth-child(2) i {
  background-position: left -97px;
}
.advantages ul li:nth-child(3) p:after {
  background-color: #f8b31c;
}
.advantages ul li:nth-child(3) i {
  background-position: left -194px;
}
.advantages ul li:nth-child(4) p:after {
  background-color: #1e9d96;
}
.advantages ul li:nth-child(4) i {
  background-position: left -295px;
}
.advantages ul li:nth-child(5) p:after {
  background-color: #cd701d;
}
.advantages ul li:nth-child(5) i {
  background-position: 2px -400px;
}
.pathBg {
  background: url("../images/lcbg.jpg") no-repeat left top;
  padding: 50px 0;
}
.pathBg .theTitle {
  border-bottom: 1px solid #fff;
}
.pathBg .theTitle i {
  background-position: -35px -521px;
}
.pathUl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
.pathUl li {
  width: 28%;
  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 30px;
}
.pathUl li:nth-child(2) div span {
  background-color: #db9a1e;
}
.pathUl li:nth-child(2) div span::before {
  border-color: transparent transparent transparent #db9a1e;
}
.pathUl li:nth-child(2) div span::after {
  border-color: #db9a1e;
}
.pathUl li:nth-child(3) div span {
  background-color: #cc4908;
}
.pathUl li:nth-child(3) div span::before {
  border-color: transparent transparent transparent #cc4908;
}
.pathUl li:nth-child(3) div span::after {
  border-color: #cc4908;
}
.pathUl img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  border: 3px solid #BEA985;
  box-shadow: 0px 1px 4px 0px rgba(72, 60, 49, 0.35);
  border-radius: 50%;
}
.pathUl div {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 225px;
  margin: 40px auto 15px;
  clear: both;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
}
.pathUl div span {
  float: left;
  width: 80px;
  height: 30px;
  background-color: #6f9727;
  color: #fff;
  position: relative;
}
.pathUl div span::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid #6f9727;
  border-color: transparent transparent transparent #6f9727;
  right: -30px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.pathUl div span::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #6f9727;
  border-width: 1px 1px 0 0 ;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}
.pathUl p {
  text-indent: 0;
  color: #fff;
  letter-spacing: 1px;
}
.rzUn {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin: 50px auto 30px;
}
.rzUn .rz {
  width: 520px;
}
.rzUn .rz ul {
  margin: 50px 0;
  padding-right: 40px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.rzUn .rz ul li {
  text-align: center;
}
.rzUn .university {
  width: 600px;
}
.university ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.university ul li {
  width: 30%;
  margin-bottom: 38px;
}
.ifBg {
  background: url("../images/bz.jpg") no-repeat center top;
  background-size: auto 100%;
  padding: 30px 0;
}
.rulesBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rulesBox .theTitle {
  border-bottom-color: #fff;
}
.rulesBox .theTitle i {
  background-position: -35px -521px;
}
.rulesBox .rules {
  width: 530px;
  margin-right: 30px;
}
.rulesBox .rules ul {
  padding-top: 20px;
}
.rulesBox .rules ul li {
  line-height: 30px;
  color: #fff;
}
.rulesBox .rules ul li p {
  color: #fff;
  font-size: 14px;
}
.rulesBox .jz {
  float: left;
}
.rulesBox .jz a {
  display: block;
  width: 400px;
  height: 80px;
  background: url("../images/kjz.png") no-repeat left top;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  letter-spacing: 2px;
}
.rulesBox .jz a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rulesBox .jz a i::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 18px;
  height: 18px;
  background: url("../images/icon1.png") no-repeat left -604px;
}
.formPart {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  margin: 60px auto 70px;
}
.formPart h2.contUs {
  text-align: center;
  font-weight: bold;
  background: #be511c;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.formPart h2.contUs::after,
.formPart h2.contUs::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
}
.formPart h2.contUs::after {
  right: 0;
}
.formPart .contactUs {
  background: #be511c;
  flex: 0 0  360px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.formPart .contactUs::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 300px;
  height: 75%;
  border: 2px solid #fff;
  position: absolute;
  left: 30px;
  top: 55px;
}
.formPart .contactUs h2 {
  font-weight: bold;
  font-size: 30px;
}
.formPart .contactUs h2,
.formPart .contactUs p {
  margin-bottom: 30px;
  color: #fff;
  line-height: 28px;
}
.formPart .contactUs p:nth-child(2) {
  margin: 0 auto 15px;
  padding-bottom: 20px;
  background: url("../images/dashed.png") no-repeat center bottom;
  background-size: auto auto;
}
.formPart .contactUs span {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 16px;
}
.formPart .contactUs strong {
  font-weight: bold;
  font-size: 18px;
}
.formBox {
  background: url("../images/onlineBg.jpg") no-repeat left top;
  background-size: 100% 100%;
  padding-top: 10px;
  position: relative;
  box-shadow: 0 5px 10px rgba(100, 100, 100, 0.3);
}
.formBox h2 {
  font-size: 20px;
  text-align: center;
  color: #1b2072;
  margin: 15px 0 30px;
}
.formBox h2 span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.formBox .layui-form-item {
  width: 38%;
  float: left;
  clear: none;
  margin: 0 30px 15px;
}
.formBox .layui-form-label {
  padding-right: 0px;
  width: 90px;
}
.formBox .layui-btn {
  background-color: #1b2072;
  padding: 0px 15px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  bottom: -17px;
  width: 100px;
  font-weight: bold;
}
.formBox .layui-form-item .layui-inline {
  margin-right: 0;
  margin-left: 7px;
}
.formBox .layui-form-item .layui-input-inline {
  margin-left: 7px;
  margin-right: 0;
}
footer {
  background-color: #333030;
  padding: 30px;
}
footer p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.fixNav {
  display: none;
  position: fixed;
  width: 150px;
  left: 50%;
  margin-left: -785px;
  top: 0;
}
.fixNav .bg {
  background-color: #b33;
  padding: 10px 5px 5px;
  margin-top: -16px;
  border-radius: 0 0 5px 5px;
  box-shadow: 4px 5px 10px rgba(0, 52, 52, 0.3);
}
.fixNav h4 {
  display: block;
  width: 98.8%;
  height: 55px;
  line-height: 50px;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  border: 1px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  position: relative;
}
.fixNav h4::after {
  width: 60%;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
  left: 20%;
  position: absolute;
  bottom: 8px;
}
.fixNav ul {
  border: 1px solid #fff;
  border-top: 0px solid transparent;
  border-radius: 0 0 5px 5px;
}
.fixNav ul li {
  height: 42px;
  line-height: 42px;
  padding: 0 ;
  font-size: 16px;
  text-align: center;
}
.fixNav ul li a {
  color: #fff;
}
.fixNav ul li.active {
  background-color: #a33;
  margin: 0 -5px;
  position: relative;
}
.fixNav ul + em {
  display: block;
  content: '';
  width: 98%;
  height: 2px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #fff;
  border-top: 0px solid transparent;
  margin-bottom: 4px;
}
.fixNav .aboutJZ {
  height: auto;
  padding: 30px 0 30px;
  line-height: 20px;
  text-shadow: 1px 1px 3px rgba(0, 52, 52, 0.3);
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.fixNav .aboutJZ.hover div {
  display: block;
}
.fixNav .aboutJZ div {
  display: none;
  width: 100px;
  position: absolute;
  right: -120px;
  top: -30px;
  background-color: #fff;
  padding: 5px;
}
.fixNav .aboutJZ div P {
  font-size: 12px;
  color: #333030;
  font-weight: normal;
  text-shadow: 0 0 0 rgba(0, 52, 52, 0.3);
}
.fixNav .aboutJZ::before {
  display: block;
  content: '';
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -20px;
  margin: 0 auto;
}
.fixNav .toTop {
  border-radius: 0 0 5px 5px;
  display: block;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.fixNav .toTop i {
  border: 4px solid #fff;
  border-color: #fff #fff transparent transparent;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  transform: rotate(315deg);
  position: absolute;
  left: 40%;
  top: 15px;
}
.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: fixed;
  z-index: 100;
  right: 20px;
  bottom: 55px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.rightFixed .zxImg {
  float: right;
  display: block;
  margin-bottom: 190px;
}
.rightFixed h2 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fa6804;
  margin-bottom: 15px;
  position: relative;
  top: -1px;
}
.rightFixed .zxCon {
  clear: both;
  width: 185px;
  padding: 2px 8px;
  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: #fecfa3;
  border: 1px solid #b55d0d;
}
.rightFixed .bgW {
  background-color: #fff8f5;
  border-bottom: 1px solid #b55d0d;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}
.rightFixed .bgW::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #b55d0d;
  position: relative;
  top: -5px;
}
.rightFixed img {
  max-width: 90%;
  display: block;
  margin: 10px auto;
}
.rightFixed .btnBox {
  margin: 0 10px 10px;
}
.rightFixed .btnBox#telShow {
  position: relative;
}
.rightFixed .btnBox#telShow::after,
.rightFixed .btnBox#telShow::before {
  display: block;
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: -5px;
}
.rightFixed .btnBox#telShow::before {
  left: 0;
  background: linear-gradient(to right, #f8f3f0, #e2e2e2);
}
.rightFixed .btnBox#telShow::after {
  right: 0;
  background: linear-gradient(to left, #f8f3f0, #e2e2e2);
}
.rightFixed .btnBox#telShow p {
  background-position: left 3px;
}
.rightFixed .btnBox#telShow div {
  line-height: 28px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.rightFixed .btnBox img {
  width: 100px;
  margin: 5px auto;
  box-shadow: 1px 5px 5px rgba(1, 9, 36, 0.2);
}
.rightFixed .btnBox p {
  text-align: left !important;
  background: url("../images/fixedIcon.png") no-repeat left -28px;
  padding-left: 30px;
}
.rightFixed p {
  text-indent: 0;
  text-align: center;
  color: #333030;
  font-weight: bold;
}
.rightFixed p i {
  display: inline-block;
  background: url("../images/layerBtn.png") no-repeat left -105px;
}
.rightFixed .bm {
  display: block;
  background: url("../images/bm.png") no-repeat center top;
  background-size: 100% auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  height: 32px;
  margin: 10px auto 0;
  max-width: 90%;
}
.rightFixed .bm a {
  color: #fff;
  animation: arrTxt 0.6s ease-out 1s infinite;
}
.rightFixed .ewm {
  display: block;
  margin: 10px auto 0;
  width: 100%;
}
@keyframes arrTxt {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}
@keyframes arr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zxBtn {
  display: inline-block;
  width: 150px;
  height: 40px;
  background: url("../images/btn.png") no-repeat center top;
  background-size: 100% auto;
  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-left: 100px;
}
.zxBtn span {
  display: inline-block;
  background: url("../images/shape1.png") no-repeat left top;
  position: relative;
  width: 12px;
  height: 20px;
  top: 10px;
}
.zxBtn span:first-child {
  animation: arr 1s ease-out 0s infinite;
}
.zxBtn span:nth-child(2) {
  animation: arr 1s ease-out 0.4s infinite;
}
.zxBtn span:nth-child(3) {
  animation: arr 1s ease-out 0.8s infinite;
}
.footNav {
  max-width: 900px;
  margin: 0 auto;
}
.footNav .nav {
  width: 100%;
  padding: 35px 0 ;
}
.footNav .nav li {
  border-color: #333030;
  border-width: 1px;
}
.footNav .nav a {
  color: #333030;
  font-size: 16px;
  font-weight: normal;
}
.aboutBot {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 50px;
}
.theCen {
  text-align: center;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto 50px;
  min-height: 100px;
}
.theCen strong {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 10px;
  display: block;
  width: 120px;
  left: 50%;
  margin-left: -60px;
}
.theCen .theTitle {
  padding-left: 0;
  height: 75px;
  display: inline-block;
  border-bottom: 1px solid #1b2072;
  margin: 0 auto;
  color: #eaf0ff;
  font-size: 20px;
  letter-spacing: 1px;
}
.theCen .theTitle i {
  left: 50%;
  bottom: -19px;
  margin-left: -30px;
  width: 60px;
  height: 42px;
  background: url(../images/icon1.png) no-repeat 15px -553px #fff;
}
.theCen .theTitle strong {
  color: #1b2072;
}
.theCen.white .theTitle {
  color: #fff;
  border-color: #fff;
}
.theCen.white .theTitle i {
  width: 50px;
  background-color: #1f2475;
}
.theSchool {
  padding: 50px 0;
}
.theSchool p {
  max-width: 900px;
  margin: 30px auto 0;
}
.aboutXM {
  background: url("../images/lcbg.jpg") no-repeat center top;
  padding: 55px 0;
}
.aboutXM p {
  margin: 20px auto;
  color: #fff;
  text-indent: 2em;
}
.aboutXM .theTitle {
  color: #2c8abb !important;
}
.aboutXM .theTitle strong {
  color: #fff;
}
.aboutXM .theTitle i {
  background-color: #125c81 !important;
}
.settingJz {
  background-color: #fff;
  padding: 50px 0;
}
.classSetUl {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  background: url("../images/grayBg.jpg") no-repeat center top;
  position: relative;
  margin-bottom: 30px;
}
.classSetUl::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 96%;
  height: 80%;
  border: 1px solid #be511c;
}
.classSetUl > div {
  padding: 40px 70px 40px 30px;
}
.classSetUl h2 {
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #be511c;
}
.classSetUl h2 i {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #be511c;
  margin: 0 20px 0 0 ;
  top: 5px;
}
.classSetUl h2 i::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid #be511c;
  border-width: 7px 15px;
  border-color: transparent transparent transparent #be511c;
  position: relative;
  top: 3px;
}
.classSetUl:nth-child(even)::before {
  border-color: #1b2072;
}
.classSetUl:nth-child(even) h2 {
  color: #1b2072;
}
.classSetUl:nth-child(even) h2 i {
  background-color: #1b2072;
}
.classSetUl:nth-child(even) h2 i::after {
  border-color: transparent transparent transparent #1b2072;
}
.jzYous {
  background: url("../images/three_bg.jpg") no-repeat center bottom;
  background-size: 100% 100%;
  padding: 90px 0;
}
.jzYous .theGood {
  position: relative;
  background: url(../images/one_004.png) center repeat;
  box-shadow: 0 0 20px rgba(176, 173, 173, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(176, 173, 173, 0.5);
  -moz-box-shadow: 0 0 20px rgba(176, 173, 173, 0.5);
  -ms-box-shadow: 0 0 20px rgba(176, 173, 173, 0.5);
  -o-box-shadow: 0 0 20px rgba(176, 173, 173, 0.5);
  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: 20px 0 50px;
}
.jzYous .theGoodUl {
  position: relative;
}
.jzYous .three_p {
  width: 200px;
  height: 200px;
  background: url(../images/three_003.png) center no-repeat;
  background-size: 100% auto  ;
  text-align: center;
  color: #265ab5;
  font-weight: bold;
  position: absolute;
  line-height: 200px;
  font-size: 24px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}
.jzYous .three_p span {
  display: block;
}
.jzYous .three_li {
  width: 28%;
  float: left;
  margin: 20px 11%;
  background: url(../images/three_001.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 2.5% 0;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.jzYous .three_li_p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.jzYous .three_li_p2 {
  width: 80%;
  color: #fff;
  margin: 10px auto 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.jzGood {
  background: url("../images/ysBg.jpg") no-repeat center top;
  background-size: 100% 100%;
  padding: 50px 0 0px;
}
.jzGood .theCen {
  margin-bottom: 100px;
}
.jzGood .theCen .theTitle {
  color: #81878b;
}
.jzGood .theCen .theTitle i {
  background-color: #4b5962;
}
.jzGood .theCen .theTitle strong {
  color: #fff;
}
.jzGood .jzGoodNew {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jzGood .jzGoodNew > div {
  width: 45%;
  margin: 0 auto 90px;
  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: 40px;
  background-color: #fff;
  box-shadow: 0 5px 5px #000000;
}
.jzGood .jzGoodNew > div:first-child i {
  background: url("../images/newI.png") no-repeat 5px 2px #2e6bc7;
}
.jzGood .jzGoodNew > div:first-child i::before {
  border-color: transparent transparent #2e6bc7;
}
.jzGood .jzGoodNew > div:first-child i::after {
  border-color: #2e6bc7 transparent transparent;
}
.jzGood .jzGoodNew > div:first-child h2 {
  color: #2e6bc7;
}
.jzGood .jzGoodNew > div:first-child h2::after {
  background-color: #2e6bc7;
}
.jzGood .jzGoodNew > div:nth-child(2) i {
  background: url("../images/newI.png") no-repeat 3px -69px #c91436;
}
.jzGood .jzGoodNew > div:nth-child(2) i::before {
  border-color: transparent transparent #c91436;
}
.jzGood .jzGoodNew > div:nth-child(2) i::after {
  border-color: #c91436 transparent transparent;
}
.jzGood .jzGoodNew > div:nth-child(2) h2 {
  color: #c91436;
}
.jzGood .jzGoodNew > div:nth-child(2) h2::after {
  background-color: #c91436;
}
.jzGood .jzGoodNew > div:nth-child(3) i {
  background: url("../images/newI.png") no-repeat 3px -138px #f3b127;
}
.jzGood .jzGoodNew > div:nth-child(3) i::before {
  border-color: transparent transparent #f3b127;
}
.jzGood .jzGoodNew > div:nth-child(3) i::after {
  border-color: #f3b127 transparent transparent;
}
.jzGood .jzGoodNew > div:nth-child(3) h2 {
  color: #f3b127;
}
.jzGood .jzGoodNew > div:nth-child(3) h2::after {
  background-color: #f3b127;
}
.jzGood .jzGoodNew > div:nth-child(4) i {
  background: url("../images/newI.png") no-repeat 5px -213px #1e9d96;
}
.jzGood .jzGoodNew > div:nth-child(4) i::before {
  border-color: transparent transparent #1e9d96;
}
.jzGood .jzGoodNew > div:nth-child(4) i::after {
  border-color: #1e9d96 transparent transparent;
}
.jzGood .jzGoodNew > div:nth-child(4) h2 {
  color: #1e9d96;
}
.jzGood .jzGoodNew > div:nth-child(4) h2::after {
  background-color: #1e9d96;
}
.jzGood .jzGoodNew i {
  display: block;
  width: 80px;
  height: 50px;
  background-color: #a80e27;
  position: relative;
  margin: -80px auto 50px;
  box-shadow: 0 0 30px #c8c8c8;
}
.jzGood .jzGoodNew i:after,
.jzGood .jzGoodNew i::before {
  position: absolute;
  top: -40px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 40px solid #a80e27;
  border-width: 20px 40px;
  border-color: transparent transparent #1b2072;
}
.jzGood .jzGoodNew i::after {
  top: auto;
  bottom: -40px;
  border-color: #1b2072 transparent transparent;
}
.jzGood .jzGoodNew h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  height: 34px;
}
.jzGood .jzGoodNew h2::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 40px;
  height: 3px;
  background-color: #1b2072;
  position: relative;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
}
.jzStyle {
  padding: 40px 0;
}
.jzStyle .admission {
  max-width: 1200px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  justify-content: space-around;
}
.jzStyle .admission li {
  line-height: 30px;
}
.jzStyle .zsImg {
  max-width: 430px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.jzStyle .zsImg li {
  padding: 0 10px;
}
.jzStyle .zsImg img {
  max-width: 100%;
}
.jzStyle p {
  text-indent: 0;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.jzUniver ul li {
  width: 20%;
}
.gh {
  padding: 60px 0;
  background: #293f78;
}
.gh .theCen {
  margin-bottom: 50px;
}
.gh .theCen .theTitle {
  color: #364f8f;
}
.gh .theCen .theTitle strong {
  color: #fff;
}
.gh .theCen .theTitle i {
  background-color: #293f78;
}
.six {
  background: url(../images/six_bg.jpg) center bottom no-repeat;
  padding-bottom: 140px;
}
.six_ul {
  width: 100%;
  margin: 0 auto;
}
.six_li {
  width: 23%;
  float: left;
  margin: 0 1%;
  background: url(../images/six1.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 36px 0 ;
  position: relative;
  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;
}
.six_li:nth-child(2) {
  background: url("../images/six2.jpg") no-repeat center;
  background-size: 100% 100%;
}
.six_li:nth-child(3) {
  background: url("../images/six3.jpg") no-repeat center;
  background-size: 100% 100%;
}
.six_li:nth-child(4) {
  background: url("../images/six4.jpg") no-repeat center;
  background-size: 100% 100%;
}
.six_li_text {
  width: 100%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.six_li_img {
  width: 60%;
  margin: 0 auto;
}
.six_li_img img {
  max-width: 100%;
}
.six_li_p {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.six_li_p::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  width: 24px;
  height: 3px;
  background: #ebeff8;
  margin: 15px auto 0;
}
.six_li_p3 {
  width: 100%;
  margin: 15px auto 0;
  text-align: center;
  color: #fff;
}
.six_li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 50px 35px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.six_li .info .six_li_p4 {
  margin: 15px auto 0;
  font-size: 16px;
  color: #1b2072;
  line-height: 24px;
  text-transform: uppercase;
}
.six_li:hover {
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.six_li:hover .six_li_p {
  color: #333030;
}
.six_li:hover .six_li_p::after {
  background-color: #1b2072;
}
.six_li:hover .six_li_text {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.six_li:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: url("../images/one_004.png") repeat;
}
.six_bot {
  width: 20%;
  float: left;
  margin: 0;
  background: #04b6a3;
  padding-bottom: 3px;
  font-size: 2em;
  color: #fff;
  line-height: 2em;
  text-align: center;
  position: relative;
}
.six_bot2 {
  width: 40%;
}
.six_bot span {
  width: 1px;
  height: 120%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
}
.six_bot_a {
  display: block;
  width: 28%;
  margin: 80px auto 0;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 2.5em;
  color: #265ab5;
  line-height: 2.2em;
  font-weight: bold;
}
.six_bot_a:hover {
  background: #04b6a3;
  color: #fff;
}
.jzRuxue {
  padding: 60px 0 ;
}
.jzRuxue .tjBox {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-around;
}
.jzRuxue dl {
  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;
  box-shadow: 4px 10px 20px rgba(0, 1, 27, 0.21);
  min-height: 300px;
}
.jzRuxue dl dt {
  font-size: 22px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  color: #1b2072;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-bottom: 1px solid #1b2072;
  box-shadow: 0px 0px 6px rgba(0, 1, 27, 0.21);
}
.jzRuxue dl dd {
  padding: 30px;
}
.jzRuxue dl li {
  font-size: 16px;
  line-height: 34px;
}
.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: #333030;
  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: #a80e27;
  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: #a80e27;
}
.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: #333030;
}
.jzfrom .layui-form.warp .layui-form-label span {
  color: #a80e27;
  padding: 0 5px;
}
.layui-form-select dl dd.layui-this {
  background-color: #a80e27 !important;
}
.layui-form-select dl dt {
  background-color: #fff;
  color: #333030;
  font-size: 16px !important;
}
.white {
  color: #fff !important;
  line-height: 24px;
}
.white a {
  color: #a80e27;
}
.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: #a80e27;
  position: relative;
  top: 3px;
}
#bm .bmtxt {
  margin-left: 100px;
}
#bm .bmtxt input,
#bm .bmtxt select,
#bm .bmtxt textarea {
  border-radius: 5px;
  border: 1px solid #333030;
  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 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: #a80e27;
  padding: 0 5px;
}
.signUp {
  background: url("../images/formBg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
.signUp .theCen {
  margin: 60px 0;
}
.signUp .postForm#baomingForm {
  max-width: 80%;
  margin: 0 auto 40px;
  font-size: 16px;
}
.signUp .postForm#baomingForm .layui-form-item {
  width: 48%;
  float: left;
  clear: none;
}
.signUp .postForm#baomingForm .layui-form-item.percent100 {
  width: 100%;
}
.signUp .postForm#baomingForm .layui-form-item.percent40 {
  width: 40%;
}
.signUp .postForm#baomingForm .layui-form-item.percent20 {
  width: 20%;
}
.signUp .postForm#baomingForm .layui-form-item.percent60 {
  width: 60%;
}
.signUp .postForm#baomingForm .layui-form-item .layui-inline .phoneWidth {
  margin-right: 10px;
  width: auto;
}
.signUp .postForm#baomingForm .layui-form-item .layui-inline.wP40 {
  width: 40%;
}
.signUp .postForm#baomingForm .layui-form-item .layui-textarea {
  min-height: 30px;
}
.signUp .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;
}
.signUp .postForm#baomingForm .layui-form {
  display: block !important;
}
.signUp .postForm#baomingForm .layui-form-label {
  width: 100px;
  padding-right: 0;
  color: #333030;
}
.signUp .postForm#baomingForm .layui-inline.ml115 {
  margin-left: 0px;
}
.signUp .postForm#baomingForm .layui-inline.ml115.wP60 {
  width: 60px;
}
.signUp .postForm#baomingForm #dizhi {
  width: 400px;
}
.signUp .postForm#baomingForm .layui-input-block {
  margin-left: 115px;
}
.signUp .postForm#baomingForm .bg {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  clear: both;
  margin: 50px auto;
}
.signUp .postForm#baomingForm .bg span {
  background-color: #dbdbdb;
  display: inline-block;
  padding: 5px 25px;
  margin: 0 0 0 10px;
  color: #333030;
}
.signUp .postForm#baomingForm .bg em {
  padding-left: 10px;
  color: #C6C6C6;
  font-size: 14px;
}
.signUp .postForm#baomingForm .bg.blue {
  border-bottom-color: #333030;
  width: 100%;
  color: #a80e27;
}
.signUp .postForm#baomingForm .sub_chushi,
.signUp .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;
}
.signUp .postForm#baomingForm .layui-form-mid {
  margin-left: 10px;
}
.signUp .postForm#baomingForm .layui-btn {
  background-color: #a80e27 !important;
  border-radius: 10px;
  margin: 0 auto ;
  display: block;
}
.contactBox {
  width: 100%;
  margin: 0 auto 120px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
}
.contactBox ul {
  max-width: 300px;
  border: 1px solid #dbdbdb;
  margin-right: 15px;
  box-shadow: 0 0 10px rgba(0, 52, 52, 0.3);
}
.contactBox li {
  color: #333030;
  font-size: 16px;
  line-height: 24px;
  clear: both;
  overflow: hidden;
  padding: 13px 15px 13px 100px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}
.contactBox li a {
  color: #333030;
  margin-top: 7px;
  display: inline-block;
}
.contactBox li:nth-child(odd) {
  background-color: #f2f2f2;
}
.contactBox li:first-child {
  background-color: #265ab5;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
}
.contactBox li:nth-child(2) i {
  background-position: 5px 2px;
}
.contactBox li:nth-child(3) i {
  background-position: 5px -40px;
}
.contactBox li:nth-child(4) i {
  background-position: 5px -82px;
}
.contactBox li:last-child {
  border-bottom: 0px solid transparent;
}
.contactBox li:last-child i {
  background-position: 5px -125px;
}
.contactBox li i {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: -60px;
  border-radius: 50%;
  border: 1px solid #333030;
  background: url("../images/address.png") no-repeat 5px 2px;
  background-size: 30px auto;
}
.contactBox .mapBox {
  min-width: 700px;
  flex: 1;
  border: 2px solid #f2f2f2;
}
.yBG {
  background: url("../images/onlineBg.jpg") no-repeat left top;
  background-size: 100% 100%;
  padding: 30px 0 ;
}
.yBG .formBox {
  margin: 0 auto;
  background-image: none !important;
  background-color: #fff !important;
}
/****====================1200px 以下================***/
@media only screen and (max-width: 1200px) {
  .main {
    width: 100%;
    padding: 0;
  }
  .nav {
    width: 100%;
    padding: 20px 0;
  }
  .warp {
    max-width: 90%;
  }
  header .top .logo {
    flex-flow: column;
  }
  header .top .logo img {
    margin-left: 0;
  }
  header .top .logo span {
    padding: 10px 0 ;
    border-left: 0px solid #fff;
  }
  header .warp {
    max-width: 90%;
  }
  .introBox .schIntro,
  .introBox .itemIntro {
    max-width: 47%;
  }
  .introBox .theVideo {
    width: 100%;
  }
  .rzUn .university,
  .rzUn .rz,
  .rulesBox .jz,
  .rulesBox .rules {
    max-width: 47%;
  }
  .jz img,
  .rzUn .university img,
  .rzUn .rz img {
    max-width: 100%;
  }
  .rzUn .rz ul li {
    width: 45%;
  }
  .theTitle strong {
    font-size: 18px;
  }
  .theTitle a {
    margin-left: -15px;
  }
  header ul li a {
    padding: 0 10px;
  }
}
p.schoolMore {
  text-align: center;
}
p.schoolMore span {
  background-color: #ececec;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
  border-radius: 20px;
}
.formBox .theCen.phoneShow {
  display: none !important;
}
/****====================移动端显示================***/
@media only screen and (max-width: 1024px) {
  .pcShow {
    display: none !important;
  }
  .phoneShow {
    display: block !important;
  }
  .formBox .theCen.phoneShow {
    display: flex !important;
  }
  #phoneHead {
    padding: 15px 0;
    background-color: #1b2072;
  }
  #phoneHead .warp {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #phoneHead i {
    width: 35px;
    height: 40px;
    background: url("../images/address.png") no-repeat left -272px;
  }
  @keyframes arr {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .introBox .schIntro,
  .introBox .itemIntro,
  .rzUn .university,
  .rzUn .rz,
  .rulesBox .jz,
  .rulesBox .rules {
    width: 100%;
    max-width: 100%;
  }
  .introBox {
    padding: 50px 0;
    flex-flow: column-reverse;
  }
  .rzUn,
  .rulesBox {
    flex-flow: column;
  }
  .jz {
    margin: 50px auto 0;
  }
  .jz img {
    width: 100%;
  }
  .formPart {
    flex-flow: column-reverse;
    border: 0px solid transparent;
  }
  .formPart .layui-form-item {
    width: 49%;
    margin: 0 0px 15px;
  }
  .formPart .layui-btn {
    bottom: -50px;
  }
  .newMore {
    background-color: #be511c;
    border: 4px solid #f1b38c;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    width: 120px;
    margin: 30px auto ;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
  }
}
@media only screen and (max-width: 768px) {
  .theCen {
    height: 80px;
    margin: 0 auto;
  }
  .theCen .theTitle {
    font-size: 14px;
    color: #1b2072;
    font-weight: normal;
  }
  .theCen.white {
    height: 40px;
    color: #fff !important;
  }
  .theCen.white .theTitle {
    height: 40px;
    background-position: center 5px;
  }
  .theTitle {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    height: 35px;
    background: url("../images/titleWbg.png") no-repeat center -26px;
    background-size: 80% auto;
  }
  .theTitle a {
    display: none;
  }
  .schIntro {
    background: url("../images/videoBg.jpg") no-repeat center 100px;
    background-size: 100% auto;
    margin: 0 -5%;
    padding: 0 5% 50px 5%;
  }
  .yellowBg {
    background-color: #fff;
  }
  .advantages ul {
    flex-wrap: wrap;
  }
  .advantages ul li {
    width: 48%;
  }
  .advantages ul li:last-child {
    display: none;
  }
  .setting {
    padding: 0;
  }
  .setting ul {
    flex-wrap: wrap;
  }
  .setting ul li {
    width: 30%;
    flex: auto;
    padding: 0;
    margin: 0 5px 20px;
  }
  .setting ul li::before {
    height: 64%;
  }
  .pathBox.warp {
    max-width: 100% !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;
  }
  .pathUl {
    display: block;
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
  }
  .pathUl li {
    width: 100%;
    margin: 20px auto 30px;
    padding: 20px;
  }
  .pathUl li:nth-child(2) {
    border: 2px solid #333030;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
  }
  .introBox {
    padding: 20px 0;
  }
  .rzUn {
    margin: 10px auto 0px;
  }
  .rulesBox .jz span {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .formPart {
    margin: 0px auto 80px;
  }
  .formPart.warp {
    max-width: 100%;
  }
  .formPart .contactUs {
    flex: 0 0 auto;
  }
  .formPart .layui-form-item {
    width: 90%;
  }
  .formPart .layui-form-item .layui-inline {
    display: inline-block;
  }
  #phoneHead {
    position: fixed;
    padding: 5px 0;
    top: 0;
    width: 100%;
    z-index: 110;
    background: linear-gradient(-90deg, #3843B0, #018B97);
  }
  #phoneHead img {
    max-width: 60%;
  }
  #phoneHead .logoH {
    position: absolute;
    left: 50%;
    bottom: -70px;
    z-index: 10;
    max-width: 120px;
    margin-left: -60px;
  }
  #phoneHead span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .phoneBanner {
    margin-top: 50px;
  }
  .rzUn .rz ul {
    padding-right: 0;
  }
  .theTitle {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 0px solid transparent !important;
  }
  .theTitle i {
    display: none !important;
  }
  .theTitle strong {
    display: block;
    font-size: 18px;
    padding: 0 !important;
  }
  .theTitle a {
    font-size: 16px;
    width: 34px;
    text-align: right;
    text-indent: -50px;
    overflow: hidden;
  }
  p,
  footer p {
    font-size: 14px;
  }
  .hideNav {
    display: none;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #273c72;
    padding: 0.2rem 0 0.4rem;
    z-index: 40;
    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: url("../images/address.png") no-repeat left -330px;
    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.2rem 0 0.2rem 0.5rem;
  }
  .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 {
    display: block;
    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;
  }
  .jz {
    margin: 0px auto 0;
  }
  .jz .theCen {
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .jz .theCen strong {
    position: unset;
    left: auto;
    margin: 0 auto;
  }
  .theSchool p {
    max-width: 90%;
    margin: 0 auto;
  }
  .aboutXM > div:first-child {
    display: none;
  }
  .aboutXM #xmBg {
    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;
    padding: 0.5rem;
  }
  .jzGood {
    padding: 30px 0 10px;
  }
  .jzGood .theCen {
    margin-bottom: 60px;
  }
  .ysPhone {
    padding: 0.5rem 0;
    background-color: #f2f2f2;
  }
  .ysPhone li {
    padding: 0px 0 30px 1.2rem;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    align-items: center;
  }
  .ysPhone li div {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #1b2072;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
  }
  .ysPhone li p {
    float: left;
    font-size: 16px;
    font-weight: bold;
  }
  .ysN {
    padding: 0.5rem 0;
  }
  .YSul li {
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 0 5px rgba(0, 1, 27, 0.21);
    border-radius: 1px;
    padding: 10px;
    position: relative;
  }
  .YSul li div {
    background: url("../images/ysbg.png") no-repeat left top;
    border: 1px dashed #1b2072;
    padding: 0 20px 20px 100px;
  }
  .YSul li h2 {
    background: url("../images/tb.png") no-repeat center top;
    margin-top: -18px;
    height: 50px;
    text-align: center;
    color: white;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-left: -90px;
  }
  .YSul li:first-child div {
    background-position: left -467px;
  }
  .YSul li:nth-child(2) div {
    background-position: left -707px;
  }
  .YSul li:nth-child(3) div {
    background-position: left -230px;
  }
  .YSul li:nth-child(4) div {
    background-position: left 10px;
  }
  .jzStyle .admission {
    max-width: 90%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-flow: column;
  }
  .jzStyle .zsImg {
    margin: 50px auto 0;
  }
  .jzStyle .zsImg li {
    padding: 0 11px;
  }
  .jzStyle .zsImg li img {
    max-width: 100%;
    height: auto;
    max-height: 170px;
  }
  .jzStyle .styleBox {
    padding: 0.3rem;
    box-shadow: 0 0 10px rgba(231, 231, 233, 0.81);
  }
  .jzStyle .styleBox p {
    margin-top: 0;
  }
  .pathBg {
    padding: 50px 0 10px;
    background: url("../images/lcNbg.jpg") no-repeat;
  }
  .pathBg .theTitle {
    background-position: center 5px;
  }
  .pathUl li:nth-child(2) {
    border: 0px solid transparent;
  }
  .jzRuxue.warp {
    width: 100%;
    max-width: 100%;
    background: #f2f2f2 !important;
  }
  .jzRuxue.warp .tjBox {
    max-width: 90%;
    flex-flow: column;
    margin: 0 auto;
  }
  .jzRuxue.warp .tjBox dl {
    background: url("../images/tj.png") no-repeat right bottom;
    box-shadow: 0px -13px 14px rgba(0, 1, 27, 0.21);
  }
  .jzRuxue.warp .tjBox dl:first-child {
    margin-bottom: 40px;
  }
  .jzRuxue.warp .tjBox dl:last-child {
    background-image: url("../images/bz.png");
  }
  .yBG {
    padding-top: 0;
  }
  .formPart {
    margin: 0 auto ;
    flex-flow: column;
    background: url("../images/formBgp.jpg") no-repeat center top;
  }
  .formPart .layui-form-item .layui-input-block,
  .formPart .layui-form-item .layui-inline {
    border: 1px solid #333030;
  }
  .formPart .formBox {
    background: none;
    margin: 0 5%;
    box-shadow: none;
  }
  .formPart form {
    background-color: #fff;
    padding: 20px 0 60px;
    box-shadow: 0 -3px 5px rgba(100, 100, 100, 0.3);
  }
  .formPart .layui-btn {
    bottom: 20px;
    margin-left: -50px;
  }
  .formPart .contactUs {
    margin: 0 5% 30px;
  }
  .formPart .contactUs::before {
    width: 86%;
  }
  .ifBg {
    background: url("../images/tjda.jpg") no-repeat -40px top #293f78;
    background-size: auto 100%;
  }
  .rulesBox {
    flex-flow: row-reverse;
  }
  .rulesBox .jz a {
    width: 120px;
    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: 20px 20px 40px 0;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    height: auto;
    background: url("../images/newJZbg.png") no-repeat right top;
    background-size: 100% 100%;
  }
  .rulesBox .jz a i {
    display: none;
  }
  .rulesBox .rules {
    margin-right: 0px;
    flex: 0 0 60%;
  }
  .grayBg {
    background-color: #f5f5f5;
    padding: 20px 0;
  }
  .signUp .contactBox {
    flex-flow: column !important;
  }
  .signUp .contactBox ul,
  .signUp .contactBox .mapBox {
    min-width: 100%;
    max-width: 90%;
    width: 100%;
    margin: 0 auto 10px;
  }
  .signUp .theCen {
    margin: 30px auto 10px;
    height: auto;
  }
  .signUp .postForm#baomingForm {
    max-width: 100%;
  }
  .signUp .postForm#baomingForm .layui-form-item {
    float: none;
    width: 100%;
  }
  .signUp .postForm#baomingForm #dizhi {
    width: 80%;
    margin-left: 115px;
  }
  .signUp .postForm#baomingForm .bg {
    margin: 0 auto 50px;
  }
  .contactBox li br {
    display: none;
  }
  .signUp .contactBox .mapBox {
    margin-top: 30px;
  }
  .contactBox li:first-child {
    display: none;
  }
  .aboutXM,
  .settingJz {
    padding: 20px 0;
  }
  .newIntro {
    flex-flow: column;
  }
  .classSetUl {
    background-size: 100% 100%;
  }
  .classSetUl::before {
    height: 90%;
    left: 5px;
    top: 10px;
  }
  .classSetUl img {
    width: 30%;
    height: 100%;
    min-height: 180px;
  }
  .classSetUl > div {
    padding: 10px;
  }
  .jzGood .jzGoodNew > div {
    width: 100%;
    padding: 15px;
  }
  .jzGood .jzGoodNew i {
    margin: -40px auto 30px;
  }
  .jzGood {
    background: url("../images/ysNew.jpg") no-repeat center top;
    background-size: auto 100%;
  }
  .jzGood .theCen .theTitle {
    color: #fff;
  }
  .pathBg.pGh {
    background-color: #293f78;
    background-image: none;
  }
  .jzUniver ul li {
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .jzUniver ul li:last-child {
    display: none;
  }
  .yBG .formBox {
    background-color: transparent !important;
  }
}
/*# sourceMappingURL=index.css.map */