:root {
  --red: #c2192c;
  --blue: #00416e;
  --yellow: #dbb675;
}
.wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.wow {
  visibility: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  transition: all linear 0.2s;
  position: relative;
  top: 0;
}
.btn:hover {
  opacity: 0.9;
  top: -2px;
  box-shadow: 0px 3px 4px #666;
}
.btn-red {
  background: var(--red);
}
.btn-blue {
  background: var(--blue);
}
.sec {
  padding-top: 20px;
  box-sizing: border-box;
}
.tit {
  text-align: center;
  background: url(/main/jz/images/tit_bg.png) center top no-repeat, url(/main/jz/images/tit_bg_bottom.png) bottom center no-repeat;
  padding-top: 16px;
  padding-bottom: 16px;
}
.tit h2 {
  font-size: 32px;
  color: #0d3759;
  font-weight: 600;
}
.tit h2 span {
  color: #e1b35e;
}
.tit h3 {
  color: #999;
  font-size: 18px;
  margin-top: 8px;
  font-weight: 300;
  text-transform: uppercase;
}
.banner {
  height: 600px;
  min-width: 1200px;
  background-image: url(/main/jz/images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 530px;
}
.banner .btn {
  width: 120px;
}
.banner-btn-wrap {
  display: flex;
  width: 800px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}
.sec01 {
  background-color: #f7f7f7;
}
.sec01 .main {
  width: 1200px;
  height: 470px;
  margin: 0 auto;
  background: url(/main/jz/images/sec01.png) center bottom no-repeat;
}
.sec02 .main-01 {
  width: 1200px;
  height: 471px;
  margin: 0 auto;
  background: url(/main/jz/images/sec02_1.jpg) center center no-repeat;
}
.sec02 .main-02 {
  width: 1200px;
  height: 754px;
  margin: 0 auto;
  background: url(/main/jz/images/sec02_2.jpg) center center no-repeat;
}
.sec02 .main-03 {
  max-width: 1920px;
  height: 554px;
  margin: 0 auto;
  background: url(/main/jz/images/sec02_3.jpg) center center no-repeat;
}
.sec02 .sec02-tit {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 80px;
}
.sec02 .sec02-tit span {
  color: #dead3d;
}
.sec03 {
  max-width: 1920px;
  height: 369px;
  padding: 20px 0;
  background: url(/main/jz/images/middle_form.jpg) bottom center no-repeat;
}
.sec03 form {
  width: 1200px;
  margin: 0 auto;
  padding-left: 740px;
  padding-top: 120px;
  box-sizing: border-box;
}
.sec03 form input {
  width: 300px;
  height: 40px;
  margin-bottom: 20px;
  display: block;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 4px;
  border: none;
}
.sec03 form .form-1-btn {
  width: 310px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #b32222;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.sec03 p {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  padding-left: 600px;
}
.sec04 > h4 {
  width: 1200px;
  margin: 20px auto;
  padding-left: 10px;
  color: #333;
  font-size: 32px;
  border-left: 6px solid #cca262;
}
.sec04 > h4 span {
  color: #c61c28;
}
.sec04 .jiangpai {
  width: 1200px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
}
.sec05 .main {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sec05 .main img {
  margin-bottom: 10px;
  transition: all ease-out 0.2s;
}
.sec05 .main img:hover {
  box-shadow: 0 2px 4px #000;
  transform: scale(1.02);
}
.sec-06 {
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
}
.sec-06 .form-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
  background: url(http://www.timesmba.com/about/static/imgs/map.png) 0 0 no-repeat;
}
.sec-06 .form-wrap .fl {
  float: left;
  width: 600px;
  padding: 20px 0px 0px 50px;
  color: #fff;
}
.sec-06 .form-wrap .fl h4 {
  font-size: 26px;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.sec-06 .form-wrap .fl h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.sec-06 .form-wrap .fl p {
  font-size: 16px;
  line-height: 32px;
}
.sec-06 .form-wrap .fl p span {
  color: #f5c393;
  font-weight: bold;
}
.sec-06 .form-wrap form {
  float: left;
  width: 600px;
  padding-top: 10px;
}
.sec-06 .form-wrap form .form-content {
  width: 440px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.sec-06 .form-wrap form .form-content h3 {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.sec-06 .form-wrap form .form-content h4 {
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 300;
}
.sec-06 .form-wrap form .form-content h4 span {
  font-size: 18px;
  font-weight: bold;
  color: #f5c393;
}
.sec-06 .form-wrap form .form-content input {
  display: block;
  box-sizing: border-box;
  width: 370px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  margin: 16px auto;
}
.sec-06 .form-wrap form .form-content input[type=submit] {
  padding-left: 0;
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  outline: none;
}
.sec-06 .form-wrap form .form-content p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.sec-06 .form-wrap form .post-btn {
  height: 40px;
  width: 370px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 6px;
  background: #c2192c;
}
.pic-wrap {
  max-width: 1920px;
  margin: 0 auto;
  background: url(/main/jz/images/pic_wrap_bg.png) 20% center no-repeat;
}
.pic-wrap .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.pic-wrap .main .txt-wrap {
  width: 510px;
  padding-left: 50px;
}
.pic-wrap .main .txt-wrap .txt .txt-tit {
  background: url(/main/jz/images/tit_kuang.jpg) center center no-repeat;
  height: 155px;
  padding-top: 40px;
  margin-bottom: 30px;
  font-size: 32px;
  color: #4e85b2;
  line-height: 46px;
}
.pic-wrap .main .txt-wrap .txt .txt-tit h4 {
  letter-spacing: 3px;
  font-weight: 400;
}
.pic-wrap .main .txt-wrap .txt .txt-tit h4 span {
  color: #cca262;
  font-weight: 600;
}
.pic-wrap .main .txt-wrap .txt .txt-tit h4 em {
  padding-left:30px;
}


.pic-wrap .main .txt-wrap .txt p {
  width: 376px;
  padding-left: 14px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  letter-spacing: 2px;
  background: url(/main/jz/images/p_bg.png) left bottom no-repeat;
}
.pic-wrap .main .txt-wrap .txt p span {
  font-size: 24px;
  color: #123e62;
  font-weight: 600;
}
.pic-wrap .main .pic {
  display: flex;
  flex-wrap: wrap;
  width: 686px;
  justify-content: space-around;
}
.pic-wrap .main .pic img {
  margin-bottom: 10px;
  transition: all ease-out 0.2s;
}
.pic-wrap .main .pic img:hover {
  box-shadow: 0 2px 4px #000;
  transform: scale(1.02);
}

.sec00 {
  max-width: 1920px;
  height: 100px;
  padding: 40px 0 20px;
}
.sec00 form {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec00 form input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #929292;
}
.sec00 form .form-3-btn {
  width: 310px; 
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-image: linear-gradient(90deg, #df073a, #f0582a);
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.sec001 {
  max-width: 1920px;
  height: 100px;
  padding: 40px 0 20px;
}
.sec001 form {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-column-gap: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec001 form input {
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #929292;
}

.sec001 form select{
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #929292;
}

.sec001 form .form-4-btn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-image: linear-gradient(90deg, #df073a, #f0582a);
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.sec002 .main {
  width: 1200px;
  margin: 0 auto;
}
