@charset "UTF-8";
/*初始化*/
* {
  box-sizing: border-box;
  outline: 0;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, img, input, p, th, td { 
  margin: 0;
  padding: 0; }
/*all*/
a {
  transition: 0.3s all;
  text-decoration: none;
  color: #333;
  background: 0 0;
  cursor: pointer; }
button {
  cursor: pointer; }
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top; }
u {
  text-decoration: none; }
body {
  font-size: 18px;
  font-family: "microsoft yahei";
  line-height: 21px;
  -webkit-overflow-scrolling: touch;
  position: relative; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
table, thead, tbody, tr, th, td {
  text-align: center; }
ul, li {
  list-style-type: none; }
html, body {
  border: none; }
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background: #fff; }
iframe {
  display: block; }
input:focus {
  outline: none; }
select:focus {
  outline: none; }
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0; }
.clearfix {
  zoom: 1; }
.fl {
  float: left; }
.fr {
  float: right; }
.cl {
  clear: both; }
.center {
  text-align: center; }
.show {
  display: block; }
.hide {
  display: none; }
/*滚动条样式*/
*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px; }
*::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0px rgba(144, 147, 153, 0.4);
  background: rgba(144, 147, 153, 0.4); }
*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05); }
.row {
  width: 100%;
  height: auto; }
.zgcontainer {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  z-index: 10; }
.zgcontainer:after {
  width: 100%;
  display: block;
  clear: both;
  height: 0px;
  content: ''; }
.ctitle {
  width: 100%;
  min-width: 1000px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #fff; }
.ctitle img {
  height: 103px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
  animation: lrmove 2.2s linear infinite alternate; }
.zgcon {
  padding: 30px 0px;
  *padding: 30px 0px 0px; }
.red {
  color: #fd0d3a !important; }
.yellow {
  color: #ffde00 !important; }
.title {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  z-index: 5;
  padding-top: 30px;
  margin-bottom: 40px; }
.title i {
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #999;
  opacity: 0.1;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  filter: alpha(opacity=10);
  letter-spacing: 5px; }
.title h2 {
  font-size: 40px;
  line-height: 60px;
  color: #3b3b3b;
  font-weight: normal;
  z-index: 5; }
.title h2 p {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  margin-top: 10px; }
.title strong {
  font-weight: bold;
  color: #000; }
.zgtop {
  background: white; }
.zgtop .zgtoplogo {
  width: auto;
  height: 50px;
  display: inline-block;
  float: left; }
.zgtop .zgtoplogo a {
  height: 36px;
  display: block;
  margin-top: 7px; }
.zgtop .zgtoplogo img {
  height: 100%;
  display: block; }
.zgtop .zgtopnav {
  width: auto;
  float: left;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 100;
  padding-top: 7px; }
.zgtop .zgtopnav li {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  *float: left; }
.zgtop .zgtopnav li span {
  *float: left;
  *display: inline-block;
  *line-height: 40px; }
.zgtop .zgtopnav li a {
  color: #666;
  display: block;
  line-height: 40px;
  padding: 0px 6px;
  *float: left; }
.zgtop .zgtopnav li a:hover {
  color: #e40003; }
.zgtop .zgtopright {
  width: auto;
  float: right;
  padding: 10px 0px;
  line-height: 30px;
  font-size: 14px;
  color: #666; }
.icon {
  height: 40px;
  display: inline-block;
  vertical-align: top; }
.icon img {
  height: 100%;
  display: block; }
.zgtopright span {
  display: inline;
  vertical-align: top;
  float: left; }
.zgtopright span a {
  display: block;
  width: 100%;
  border-radius: 3px; }
.zgtopright span a:active {
  background: #eee; }
.zgtopright .txt a {
  padding: 0px 10px;
  text-align: center; }
.zgtopright .txt a:hover {
  background: #ff4902;
  color: #fff; }
.form_group {
  padding: 0px; }
.inp {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: transparent;
  border: 1px solid #ff9a16;
  padding: 0px 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  border-radius: 30px;
  padding: 0px\9; }
.inp::-webkit-input-placeholder {
  color: #333; }
.inp::-moz-input-placeholder {
  color: #333; }
.inp::-ms-input-placeholder {
  color: #333; }
.inp option {
  color: #000; }
.input_group_lg {
  width: 100%;
  display: block;
  font-size: 18px;
  margin: 0px auto 24px;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0px\9; }
.input_group_lg label {
  display: block;
  line-height: 46px;
  width: 60px;
  float: left;
  color: #012cd2;
  font-size: 18px;
  font-weight: bold; }
.input_group_lg label em {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0px 5px;
  background: #ff5652;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 17px; }
.btn_box {
  width: 100%;
  text-align: center; }
.btn_sm {
  width: 160px;
  height: 50px;
  padding: 0px;
  background: #fd5c08;
  border: none;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  cursor: pointer;
  border-radius: 60px;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto; }
.btn_sm:hover, .btn_sm:active {
  background: #2ab6fe;
  background-size: 100% 100%; }
.input_group_lg .yzmbtn {
  display: inline-block;
  width: 120px;
  height: 46px;
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  color: #f00;
  cursor: pointer; }
.input_group_lg .yzmbtn:disabled {
  background: #ff8a8a;
  color: #666; }
.full {
  height: 100%;
  overflow: hidden; }
.closebutton {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 1000;
  display: block;
  font-size: 26px;
  transition: 0.5s all;
  cursor: pointer;
  padding: 0px;
  font-weight: 400;
  filter: alpha(opacity=90);
  background: #4493fc; }
.closebutton:hover {
  transform: rotateZ(360deg);
  opacity: 0.9; }
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  display: none;
  z-index: 100;
  animation-duration: 300ms; }
.modalcontent {
  width: 440px;
  height: auto;
  margin: 10% auto 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 100; }
.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  background-color: #000 \9;
  filter: alpha(opacity=70); }
.loading {
  width: 110px;
  height: 110px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  z-index: 999; }
.lgimagebox {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 50px 5%; }
.lgimagebox img {
  max-width: 100%;
  animation: imgplus 0.4s linear;
  transform-origin: center top; }
.citylist {
  width: 100%;
  display: block;
  font-size: 0px;
  text-align: left; }
.citylist .citylisttitle {
  display: block;
  line-height: 40px;
  font-weight: bold;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  margin-bottom: 10px; }
.citylist a {
  display: inline-block;
  margin: 0px 15px 10px 0px;
  color: #666;
  line-height: 30px;
  font-size: 16px; }
.citylist a:hover {
  color: #f00;
  text-decoration: underline; }
.modalcontent .form_group {
  border: 1px dashed #ed100a;
  border-radius: 15px;
  padding: 10px; }
  .modalcontent .form_group h3 {
    text-align: center;
    line-height: 40px;
    color: #fa2600;
    font-size: 26px;
    margin-top: 10px; }
  .modalcontent .form_group .modeltip {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px; }
  .modalcontent .form_group .input_group_lg {
    margin-bottom: 15px; }
  .modalcontent .form_group .inp {
    border-radius: 8px;
    background: #e2efff;
    border: none; }
  .modalcontent .form_group .btn_sm {
    background: #4493fc;
    border-radius: 8px; }
    .modalcontent .form_group .btn_sm:hover {
      background: #1f71de; }
.zgcon5 {
  height: auto;
  padding-bottom: 10px; }
.zgcon5 * {
  box-sizing: content-box; }
.zgcon5 ul.top {
  width: 100%;
  margin-top: 62px;
  padding-left: 23px; }
.zgcon5 ul.top li {
  height: 18px;
  float: left;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  line-height: 18px;
  margin-right: 34px; }
.zgcon5 ul.top li.on {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  border-bottom: 4px solid #04a0fc; }
.zgcon5 .bd {
  padding-left: 23px; }
.zgcon5 .bd li {
  position: relative;
  display: none; }
.zgcon5 .bd li .offcn-rinfo {
  background: #fff;
  width: 610px;
  height: 313px;
  padding: 30px 26px; }
.offcn-rinfo img {
  display: block;
  width: 603px;
  height: 315px; }
.zgcon5 .bd li .offcn-iright {
  position: absolute;
  left: 662px;
  top: -40px;
  background: #fb7e7f;
  box-shadow: 5px 5px 0 #eadce4;
  padding: 0 17px;
  width: 296px;
  height: 413px;
  text-align: center; }
.zgcon5 .bd li .offcn-iright h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  padding-top: 41px;
  padding-bottom: 20px; }
.zgcon5 .bd li .offcn-iright span {
  color: #fff;
  font-size: 20px; }
.zgcon5 .bd li .offcn-iright p {
  padding: 0 13px;
  margin-top: 20px;
  padding-top: 13px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px dashed #F8ACA9; }
.zgcon5 .bd li .offcn-iright a {
  display: block;
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #282000;
  text-align: center;
  line-height: 40px;
  background: #F6FF00;
  border-radius: 20px;
  margin: 20px auto 0; }
.zgcon5 .bd li .offcn-iright a:hover {
  background: #fff;
  color: #282000; }
.zgbanner {
  height: 670px;
  background: url("../img/bannerbg.png") no-repeat center; }
  .zgbanner .zgcontainer {
    position: relative;
    z-index: 10; }
    .zgbanner .zgcontainer .banhd {
      width: 510px;
      position: relative;
      top: 70px;
      margin: 0px auto;
      z-index: 9; }
      .zgbanner .zgcontainer .banhd img {
        width: 100%;
        display: block; }
    .zgbanner .zgcontainer .banimg {
      animation: bgturn 3s linear;
      height: 200px;
      position: relative;
      text-align: center;
      top: 100px;
      z-index: 9; }
      .zgbanner .zgcontainer .banimg img {
        height: 100%;
        display: inline-block;
        vertical-align: top; }
        .zgbanner .zgcontainer .banimg img:last-child {
          margin-left: -30px; }
    .zgbanner .zgcontainer .bantit2 {
      width: 953px;
      position: relative;
      margin: 0px auto;
/*      top: 60px;*/
      z-index: 10;
		padding-top: 100px;
      animation: txtsx 1s linear 1s alternate; }
      .zgbanner .zgcontainer .bantit2 img {
        width: 100%;
        display: block; }
    .zgbanner .zgcontainer .baninfo {
      display: block;
      line-height: 40px;
      font-size: 24px;
      color: #051a83;
      text-align: center;
      margin-top: 100px;
      font-weight: bold;
      letter-spacing: 20px; }
.zgcon0 {
  height: auto; }
  .zgcon0 .zgcontainer {
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 30px #eee;
    border-radius: 15px;
    z-index: 10; }
    .zgcon0 .zgcontainer h3 {
      display: block;
      position: relative;
      line-height: 50px;
      text-align: center;
      font-size: 24px;
      color: #333; }
    .zgcon0 .zgcontainer .c0inner {
      padding: 10px 30px; }
      .zgcon0 .zgcontainer .c0inner img {
        width: 210px;
        display: inline-block;
        float: left;
        margin: 10px 20px 10px 10px; }
      .zgcon0 .zgcontainer .c0inner h4 {
        line-height: 50px;
        margin-top: 10px;
        color: #ed100a;
        font-size: 20px; }
      .zgcon0 .zgcontainer .c0inner p {
        font-size: 16px;
        line-height: 1.8;
        text-indent: 32px; }
        .zgcon0 .zgcontainer .c0inner p strong {
          color: #ed100a;
          display: block; }
.zgcon1 { 
  height: auto; }
  .zgcon1 .zgcontainer {
    position: relative;
    z-index: 10; }
    .zgcon1 .zgcontainer .fhbox {
      position: relative;
      z-index: 10;
      background: #fff;
      padding: 20px 200px 20px 20px;
      box-shadow: 0px 0px 30px #eee;
      border-radius: 15px; }
      .zgcon1 .zgcontainer .fhbox .fhtitle {
        line-height: 40px;
        border-left: 4px solid #fa2600;
        padding-left: 15px;
        margin-bottom: 15px; }
        .zgcon1 .zgcontainer .fhbox .fhtitle h3 {
          display: inline-block;
          border-bottom: 1px dashed #bbb;
          padding-bottom: 10px; }
          .zgcon1 .zgcontainer .fhbox .fhtitle h3 span {
            display: inline-block;
            line-height: 30px;
            margin: 5px;
            background: #ed100a;
            border-radius: 15px;
            color: #fff;
            font-size: 18px;
            padding: 0px 20px; }
      .zgcon1 .zgcontainer .fhbox .c0peo {
        width: 400px;
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 10; }
      .zgcon1 .zgcontainer .fhbox .fhinfo {
        padding-left: 15px;
        margin-bottom: 25px;
        clear: both; }
        .zgcon1 .zgcontainer .fhbox .fhinfo span {
          display: inline-block;
          line-height: 28px;
          margin: 0px 5px;
          background: transparent;
          color: #ed100a;
          border-radius: 15px;
          font-weight: bold;
          font-size: 18px;
          padding: 0px 20px;
          border: 1px solid #ed100a;
          vertical-align: top;
          float: left; }
        .zgcon1 .zgcontainer .fhbox .fhinfo p {
          padding-left: 90px;
          font-size: 16px;
          line-height: 30px;
          margin-bottom: 10px; }
          .zgcon1 .zgcontainer .fhbox .fhinfo p i {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: top;
            background: url("../img/icon-right.png");
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -ms-background-size: 100% 100%;
            margin: 0px 5px; }
        .zgcon1 .zgcontainer .fhbox .fhinfo .fhbtn {
          display: inline-block;
          width: 244px;
          height: 51px;
          background: url("../img/btnbg.png");
          background-size: 100% 100%;
          -webkit-background-size: 100% 100%;
          -moz-background-size: 100% 100%;
          -ms-background-size: 100% 100%;
          margin: 5px;
          text-align: center;
          line-height: 45px;
          color: #fff; }
          .zgcon1 .zgcontainer .fhbox .fhinfo .fhbtn:hover {
            background: url("../img/btnbgh.png");
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -ms-background-size: 100% 100%; }

.zgcon1 .zgcontainer .fhbox .fhinfo .fhbtn1 {
          display: inline-block;
          width: 244px;
          height: 51px;
          background: url("../img/btnbg.png");
          background-size: 100% 100%;
          -webkit-background-size: 100% 100%;
          -moz-background-size: 100% 100%;
          -ms-background-size: 100% 100%;
          margin: 5px;
          text-align: center;
          line-height: 45px;
          color: #fff; }
          .zgcon1 .zgcontainer .fhbox .fhinfo .fhbtn1:hover {
            background: url("../img/btnbgh.png");
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -ms-background-size: 100% 100%; }
    .zgcon1 .zgcontainer .fhxq {
      margin-top: 50px; }
      .zgcon1 .zgcontainer .fhxq h3 {
        text-align: center;
        line-height: 50px;
        color: #333;
        font-size: 28px; }
      .zgcon1 .zgcontainer .fhxq .msxqlist {
        display: block;
        margin: 40px auto 60px; }
        .zgcon1 .zgcontainer .fhxq .msxqlist li {
          width: 240px;
          height: 160px;
          display: inline-block;
          background: url("../img/msxqbg.png") no-repeat center left;
          vertical-align: top;
          position: relative;
          float: left;
          margin-left: 20px;
          transition: 0.3s all; }
          .zgcon1 .zgcontainer .fhxq .msxqlist li:last-child {
            width: 200px; }
          .zgcon1 .zgcontainer .fhxq .msxqlist li:hover {
            background: url("../img/msxqbg2.png") no-repeat center left; }
            .zgcon1 .zgcontainer .fhxq .msxqlist li:hover i {
              background: #5400fa; }
            .zgcon1 .zgcontainer .fhxq .msxqlist li:hover u {
              color: #5400fa; }
          .zgcon1 .zgcontainer .fhxq .msxqlist li i {
            width: 30px;
            height: 30px;
            display: inline-block;
            position: absolute;
            left: -12px;
            top: 50%;
            margin-top: -15px;
            border-radius: 50%;
            background: #ed100a;
            color: #fff;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            font-style: normal;
            font-weight: bold; }
          .zgcon1 .zgcontainer .fhxq .msxqlist li p {
            font-size: 16px;
            line-height: 30px;
            padding-top: 54px;
            padding-left: 40px; }
            .zgcon1 .zgcontainer .fhxq .msxqlist li p img {
              display: inline-block;
              vertical-align: top;
              height: 38px;
              margin-left: 3px; }
          .zgcon1 .zgcontainer .fhxq .msxqlist li u {
            font-weight: bold;
            font-size: 40px;
            color: #ed100a;
            position: absolute;
            top: 45%;
            right: 15px; }
        .zgcon1 .zgcontainer .fhxq .msxqlist li.widf {
          width: 200px; }
    .zgcon1 .zgcontainer .fhxcyh {
      height: auto;
      background: url("../img/yhbg.jpg") no-repeat;
      background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -ms-background-size: 100% 100%;
      position: relative;
      z-index: 10; }
      .zgcon1 .zgcontainer .fhxcyh .fhtt {
        width: 160px;
        height: 155px;
        background: url("../img/fhtt.png") no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        position: relative;
        left: 40px;
        top: -18px;
        color: #ed100a;
        font-size: 24px;
        text-align: center;
        line-height: 60px; }
        .zgcon1 .zgcontainer .fhxcyh .fhtt strong {
          font-size: 30px; }
      .zgcon1 .zgcontainer .fhxcyh .fhtxt {
        width: 550px;
        position: absolute;
        left: 280px;
        top: 30px;
        font-size: 24px;
        color: #fff;
        line-height: 44px; }
        .zgcon1 .zgcontainer .fhxcyh .fhtxt strong {
          color: #fff716;
          font-size: 26px; }
      .zgcon1 .zgcontainer .fhxcyh .fhzx {
        width: 300px;
        position: absolute;
        right: 0px;
        top: 30px;
        color: #fff;
        line-height: 30px;
        font-size: 18px;
        text-align: center; }
        .zgcon1 .zgcontainer .fhxcyh .fhzx .zxbtn {
          display: inline-block;
          background: #fff;
          color: #f4484b;
          vertical-align: top;
          border-radius: 15px;
          padding: 5px 30px;
          margin: 10px auto 5px; }
          .zgcon1 .zgcontainer .fhxcyh .fhzx .zxbtn:hover {
            background: #fff716;
            color: #333; }
.zgcon2 { background-color: #c50103;
  height: auto;
/*  background: url("../img/con2bg.jpg") no-repeat center;*/
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  background-attachment: fixed; }
  .zgcon2 .c2jtlist {
    text-align: center; }
    .zgcon2 .c2jtlist li {
      width: 230px;
      height: 116px;
      display: inline-block;
      vertical-align: top;
      margin: 5px 40px;
      background: url("../img/c2btnbg.png") no-repeat center;
      background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -ms-background-size: 100% 100%;
      line-height: 90px;
      color: #fff;
      font-size: 24px;
      float: left\9;
      margin: 5px 120px\9; }
  .zgcon2 .c2form {
    height: 474px;
    background: url("../img/c2formbg.png") no-repeat center top;
    clear: both;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%; }
    .zgcon2 .c2form .c2formleft {
      width: 450px;
      float: left;
      color: #fff;
      line-height: 60px;
      font-size: 20px;
      font-weight: bold;
      padding-left: 50px;
      padding-top: 80px; }
    .zgcon2 .c2form .c2fprmright {
      width: 380px;
      float: right;
      padding-right: 50px;
      padding-top: 80px; }
  .zgcon2 .c2tip {
    line-height: 34px;
    font-size: 16px; }
    .zgcon2 .c2tip h3 {
      color: #fd5a07; }
.zgcon3 {
  height: auto; }
.zgcon3 .c3cb{
	height: 560px;
}
  .zgcon3 .c3cb .c3txtinfo {
    text-align: center;
    line-height: 40px;
    color: #ed100a;
    font-size: 22px;
    font-weight: bold;
    margin: 10px; }
  .zgcon3 .c3cb .c3txtinfo.small {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    line-height: 30px; }
  .zgcon3 .c3cb .c3cblist li {
    background: #f8f8fa;
    width: 470px;
    float: left;
    margin: 20px 15px;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    .zgcon3 .c3cb .c3cblist li h3 {
      display: inline-block;
      background: url("../img/jbbg.jpg") no-repeat center;
      background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -ms-background-size: 100% 100%;
      width: 200px;
      color: #fff;
      line-height: 50px;
      border: 5px solid #fff;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      top: 180px; }
    .zgcon3 .c3cb .c3cblist li img {
      width: 100%;
      display: block;
      margin-bottom: 50px; }
    .zgcon3 .c3cb .c3cblist li p {
      text-align: left;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 15px;
      padding-left: 20px; }
      .zgcon3 .c3cb .c3cblist li p span {
        border-left: 3px solid #ed100a;
        font-weight: bold;
        font-size: 18px;
        padding-left: 15px;
        float: left;
        display: inline-block;
        margin-right: 15px; }
    .zgcon3 .c3cb .c3cblist li .c3btn {
      width: 180px;
      height: 44px;
      line-height: 40px;
      color: #fff;
      background: url("../img/btnbg.png") no-repeat center;
      background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -ms-background-size: 100% 100%;
      display: block;
      float: right;
      margin: 5px 30px 5px 5px; }
      .zgcon3 .c3cb .c3cblist li .c3btn:hover {
        background: url("../img/btnbgh.png") no-repeat center;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%; }
.zgcon4 {
  height: 453px;
  background: url("../img/con4bg.jpg") no-repeat center; }
  .zgcon4 .c4txt {
	  text-align: center;
    width: 440px;
    padding-top: 100px;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold; }
    .zgcon4 .c4txt p {
      font-style: italic; }
    .zgcon4 .c4txt strong {
      font-size: 50px;
      display: block;
      text-align: center;
      margin: 20px auto; }
      .zgcon4 .c4txt strong img {
        width: 32px;
        display: inline-block;
        margin: 25px 10px; }
    .zgcon4 .c4txt span {
      color: #fff716; }
.monthlist {
  width: 100%;
  display: block;
  position: relative;
  font-size: 0px;
  text-align: center;
  padding: 30px; }
  .monthlist li {
    width: 180px;
    height: 60px;
    display: inline-block;
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
    color: #003920;
    margin: 5px 20px;
    cursor: pointer;
    background: url("../img/buttonbg.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%; }
    .monthlist li i {
      width: 38px;
      height: 38px;
      display: inline-block;
      vertical-align: top;
      margin: 11px 10px 11px -10px;
      background: #df2926;
      border-radius: 50%;
      text-align: center; }
      .monthlist li i img {
        padding: 5px;
        width: 100%;
        display: block; }
.tabcontent {
  width: 85%;
  position: relative;
  margin: 0px auto 50px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #c5e6ff; }
  .tabcontent .tabcon {
    width: 100%;
    position: relative;
    display: none; }
    .tabcontent .tabcon.active {
      display: block; }
    .tabcontent .tabcon .table {
      border-collapse: collapse;
      width: 100%;
      text-align: center;
      color: #fff; }
      .tabcontent .tabcon .table thead tr th {
        font-size: 17px;
        line-height: 40px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        background: url("../img/tableth.png") no-repeat center;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%; }
      .tabcontent .tabcon .table tbody tr td {
        font-size: 21px;
        padding: 25px 0px 5px;
        line-height: 40px; }
        .tabcontent .tabcon .table tbody tr td span {
          display: inline-block;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          border-radius: 50%;
          cursor: pointer;
          position: relative; }
          .tabcontent .tabcon .table tbody tr td span:hover {
            background: #ff5565; }
            .tabcontent .tabcon .table tbody tr td span:hover:after {
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: #fff;
              top: -5px;
              right: -5px;
              content: '';
              display: inline-block;
              position: absolute; }
@keyframes lrmove {
  0% {
    transform: translate3d(-100px, 0px, 0px);
    opacity: 0; }
  50% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  100% {
    transform: translate3d(100px, 0px, 0px);
    opacity: 0; } }
@keyframes circleplus {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes ahand {
  0%,35%,70%,100% {
    transform: scale(1) translate3d(0px, 0px, 0px); }
  20%,55% {
    transform: scale(0.9) translate3d(-5px, -5px, 0px); } }
@keyframes imgplus {
  0%,20% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }
@keyframes fzX {
  0% {
    transform: rotateX(360deg); }
  100% {
    transform: rotateX(0deg); } }
@keyframes txtsx {
  0% {
    transform: scale(5); }
  90% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@keyframes rotup {
  0% {
    top: 180px;
    opacity: 1; }
  95% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes rotatS {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes upfloat {
  0%,100% {
    transform: translate3d(0px, 0px, 0px); }
  50% {
    transform: translate3d(0px, 20px, 0px); } }
@keyframes circlea {
  0% {
    transform: translate3d(0px, 0px, 0px); }
  100% {
    transform: translate3d(20px, 20px, 0px); } }
@keyframes circleb {
  0% {
    transform: translate3d(0px, 0px, 0px); }
  100% {
    transform: translate3d(20px, 0px, 0px); } }
@keyframes bgturn {
  0%,100% {
    filter: blur(0px); }
  50% {
    filter: blur(8px); } }
/*# sourceMappingURL=index.css.map */
.tablebox{ display: block; margin: 15px auto; position: relative; text-align: center; }
.tablebox .tablecil{ position: relative; overflow: hidden; padding-bottom: 2px; }
.tablebox h3{ font-size: 26px; color: #333; line-height: 40px; text-align: center; margin-bottom: 10px; }
.tablebox table{ border-collapse: collapse; text-align: center;}
.tablebox table tr td{ font-size: 14px; line-height: 24px; color: #333; border:1px solid #f86e8b; padding: 5px; }
.tablebox table tr.hd td{ background: #f14267; color: #fff; padding: 10px 5px; }
.zkbtn{ display: inline-block; background: #f14267; color: #fff; cursor: pointer; line-height: 30px; font-size: 15px; padding: 5px 20px; border-radius: 30px; }
.zkbtn:hover{ background: #f60; }



.input1 {
    border: 1px solid #ff9a16;
    height: 46px;
    width: 310px;
    line-height: 46px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
}
.djs {
    background: #ff9a16;
    color: #000;
    font-size: 15px;
    line-height: 46px;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 10px;
}


/*part3*/
.layout {
    width: 1000px;
    margin: 0 auto;
 }
.part3{max-width:1920px;height:1230px;margin:0 auto;background:url(../img/part3bg.jpg) no-repeat center;}
.part3 .layout{padding-top:94px;}
.part3 .layout .tit{width:461px;height:98px;margin:0 auto;}
.part3 .layout .content{margin:0 auto;padding-top:20px;}
.part3  .info{padding-top:22px;padding-left:364px;}
.part3  .info img{cursor: pointer;}
.part3 .btn{width:1000px;height: 70px;margin:0 auto;margin-top:26px; cursor: pointer;transition:all .3s linear;}
.part3 .btn a{ margin:0 2px;}
.part3 .btn:hover{margin-top:20px;}

.c1{ text-align:center; width: 300px; height: 40px; line-height:40px; background-color: #c50103;border-radius: 30px; margin: 10px auto 20px auto; color: #fff;}
.c2{ width: 1050px; margin: 0 auto;}
/*--------------面试流程--开始--------------------*/
.clearfix { *zoom:1}
.clearfix:after{content: "";display: block; clear: both;}
.fl{ float: left;}
.fr{ float: right;}

.s2_list{ margin:15px auto 0; }
.s2_list li{ /*width:200px;height:164px;*/ margin:0 1px 0 2px; position: relative; }
.s2_list img{ display:block; width:100%; height:100%; }
.s2_word{ position: absolute; left:0; top:-1px;  width:100%; height:149px; padding-top:10px; display: table; background:url(../img/s2_back.png) no-repeat; display: none;   }
.s2_word span{ display:table-cell; width:100%; height:100%; font-size:16px;line-height: 28px;color:#fff; padding:0 20px 0 5px; vertical-align: middle; text-align: center;}
.s2_list li:hover div{ display: table;}
/*--------------面试流程--结束--------------------*/
.tablebox table tr td .c6{ color: #fff;}

