* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::after, .clearfix::before {
  content: "";
  display: block
}

.clearfix::after {
  clear: both
}

.clearfix {
  zoom: 1
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.container {
  padding: 0 15px;
  background: #fff;
}

.logo img {
  width: 100%;
}

.jg-logo img {
  width: 100%;
}

/* jg-weixin */
.jg-weixin {
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  margin: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  transition: height .3s ease;
  -webkit-transition: height .3s ease;
  font-size: 13px;
}

.jg-weixin div:first-child {
  text-align: center;
}

.jg-weixin div:first-child img {
  width: 50%;
  margin: 0 auto;
}

.jg-weixin div:nth-child(2) {
  width: 65%;
  border-left: 1px solid #909090;
  font-size: 12px;
}

.jg-weixin div:nth-child(2) p {
  text-indent: 15px;
  color: #fff;
  font-size: 12px;
}

.jg-weixin div:last-child {
  background: #fff;
  color: #000;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
}

.jg-weixin-on {
  height: 60px;
}

/* jg-logo */
.jg-logo, .jg-logo-fixd {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 100;
}

.jg-logo-fixd {
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 998;
}

.jg-logo, .jg-logo-fixd a {
  display: block;
}

.jg-logo, .jg-logo-fixd img {
  /* width: 100%;  �� */
  max-width: 100%;
}

.formTitle {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.formTitle strong {
  display: block;
  background: url('/skin/images/ico-form01.jpg')left center no-repeat;
  font-size: 18px;
  color: #f27a02;
  font-weight: normal;
  text-indent: 40px;
  line-height: 32px;
}

.jg-form ul li input, .jg-form ul li select {
  border: none;
  height: 38px;
  font-size: 15px;
  color: #999999;
  width: calc(100% - 15px);
}

.jg-form ul li {
  border: 1px solid #f0f0f0;
  padding: 0 0 0 40px;
  margin-top: 15px;
}

.jg-form ul li:nth-child(1) {
  background: url('/skin/images/ico-form02.png') left center no-repeat;
  background-position-x: 10px;
}

.jg-form ul li:nth-child(2) {
  background: url('/skin/images/ico-form03.png') left center no-repeat;
  background-position-x: 10px;
}

.jg-form ul li:nth-child(3) {
  background: url('/skin/images/ico-form04.png') left center no-repeat;
  background-position-x: 10px;
}

.jg-form ul li:nth-child(3) select {
  background: url('/skin/images/ico-form05.png') right center no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.jg-form-sub {
  display: block;
  border: none;
  width: 100%;
  height: 38px;
  background-color: #f27a02;
  font-size: 16px;
  color: #f5f5f5;
  cursor: pointer;
  margin-top: 15px;
}

.jg-view-b {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 42px;
}

.jg-view-b a {
  color: #000;
  margin-right: 10px;
}

/* jg-footf */
.jg-footfd {
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  transition: .5s;
  z-index: 100;
}

.jg-footf ul li {
  width: 50%;
  float: left;
  height: 42px;
  line-height: 42px;
}

.jg-footf ul li a {
  display: block;
  font-size: 16px;
  color: #f5f5f5;
  height: 100%;
  text-align: center;
}

.jg-footf ul li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 8px;
}

.jg-footf ul li:nth-child(1) a {
  background-color: #f27a02;
}

.jg-footf ul li:nth-child(1) a span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #f3324d;
  border-radius: 50%;
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial";
  vertical-align: top;
  margin: 8px 0 0 6px;
  color: #fff !important;
}

.jg-footf ul li:nth-child(1) a i {
  background-image: url('/skin/images/icon-foot01.png');
}

.jg-footf ul li:nth-child(2) a {
  background-color: #f3324d;
}

.jg-footf ul li:nth-child(2) a i {
  background-image: url('/skin/images/icon-foot02.png');
}

.fg {
  width: 100%;
  height: 10px;
  background: #f5f5f5;
}

.d_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/*margin-top*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt38 {
  margin-top: 38px;
}

.mt40 {
  margin-top: 40px;
}

.mt43 {
  margin-top: 43px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt115 {
  margin-top: 115px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt117 {
  margin-top: 117px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt150 {
  margin-top: 130px;
}

/*margin-bottom*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb117 {
  margin-bottom: 117px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb150 {
  margin-bottom: 130px;
}

/*padding-top*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt17 {
  padding-top: 17px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt38 {
  padding-top: 38px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt130 {
  padding-top: 130px;
}

.pt150 {
  padding-top: 130px;
}

/*padding-bottom*/
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb14 {
  padding-bottom: 14px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb17 {
  padding-bottom: 17px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb130 {
  padding-bottom: 120px;
}

.pb150 {
  padding-bottom: 130px;
}

.flex_n {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}

.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.mr_last0 li:last-child {
  margin-right: 0px !important;
}

.mr_2n0 li:nth-child(2n) {
  margin-right: 0px !important;
}

.mr_3n0 li:nth-child(3n) {
  margin-right: 0px !important;
}

.mr_4n0 li:nth-child(4n) {
  margin-right: 0px !important;
}

.mr_5n0 li:nth-child(5n) {
  margin-right: 0px !important;
}

@media only screen and (max-width:340px) {
  .jg-weixin div:last-child {
    padding: 5px 5px;
    font-size: 14px;
  }
}

.container_g {
  padding: 25px 10px 0;
}

.footer {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 8px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 99;
}

.gwbox {
  width: 47.1%;
  float: left;
}

.zxtx {
  display: block;
  overflow: hidden;
}

.zxtx img {
  width: 25%;
  float: left;
  margin-right: 10px;
}

.zxtx strong {
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  line-height: 1em;
  margin-top: 6px;
}

.zxtx font {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 1em;
  margin-top: 5px;
}

.dbzxbox {
  width: 52.9%;
  float: right;
  height: 44px;
}

.dbzxbox a {
  display: block;
  width: calc((100% - 15px)/2);
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.dbzxbox a:first-child {
  background: #266ab0;
  margin-right: 15px;
  position: relative;
  text-align: left;
  text-indent: 10px;
}

.dbzxbox a:last-child {
  background: #d11616;
}

.dbzxbox a em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  background: #fff;
  color: #266ab0;
  border-radius: 50%;
  position: absolute;
  text-indent: 0;
  top: 7px;
}

.bmssdt {
  padding: 5px;
  background: url("../images/ssdt_bg.jpg")no-repeat center center;
  background-size: 100% auto;
}

.bmdtbox {
  height: 172px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  overflow: hidden;
}

.ssdtbt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #316192;
  line-height: 1em;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 95;
}

.dtlist {
  padding: 0 10px;
  height: 120px;
  overflow: hidden;
}

.dtlist li {
  font-size: 14px;
  height: 24px;
  line-height: 14px;
  overflow: hidden;
}

.dtlist li span {
  display: block;
  float: left;
  height: 14px;
  overflow: hidden;
}

.bm_time {
  width: 30%;
}

.bm_name {
  width: 20%;
}

.bm_mobile {
  width: 30%;
}

.bm_status {
  width: 20%;
  text-align: right;
}

.bmbq {
  text-align: center;
  padding: 20px 0 85px;
}

.bmbq p {
  font-size: 14px;
  color: #333333;
  line-height: 1em;
  margin-bottom: 10px;
}

.bmbq p:last-child {
  margin-bottom: 0;
}

/* new form */
.ggform {
  box-shadow: 0 0 6px 1px #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
}

.gftitle {
  text-align: center;
  font-size: 20px;
  color: #316192;
  line-height: 1em;
  padding: 25px 0;
}

.gflist {
  padding: 0 12px;
}

.gflist li {
  height: 44px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gflist li label {
  display: block;
  width: 14%;
  float: left;
  height: 44px;
  border-right: 1px solid #e2e2e2;
}

.gflist li input, .gflist li select {
  display: block;
  float: left;
  width: calc(86% - 1px);
  border: none;
  height: 44px;
  outline: none;
  text-indent: 10px;
}

.gflist li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/drop-down.jpg")no-repeat 95% center;
  background-size: 16px 9.5px;
}

.gflist li:nth-child(1) label {
  background: url("../images/ggf_name.jpg")no-repeat center center;
  background-size: 21px 19.5px;
}

.gflist li:nth-child(2) label {
  background: url("../images/ggf_phone.jpg")no-repeat center center;
  background-size: 18.5px 19px;
}

.gflist li:nth-child(3) label {
  background: url("../images/ggf_major.jpg")no-repeat center center;
  background-size: 28px 20.5px;
}

.ggform>a {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #316192;
  font-size: 18px;
  color: #fff;
}

.jx_tcc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.tcc_list {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  top: 50%;
  margin-top: -173px;
}

.tcc_list li {
  width: 33%;
  float: left;
}

.tcc_list li:nth-child(n+4) {
  margin-top: 15px;
}

.tcc_list li a {
  display: block;
}

.tcc_list li img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.tcc_list li span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  margin-top: 4px;
}

.tcc_shut {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: 30px;
}

.tcc_shut span {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}