@import url(../css/public.css);
@import url(../css/iconfont.css);
@font-face {
  font-family: 'oswald';
  src: url("../font/IMPACT_2.TTF");
}
.banner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: url("../images/index/i_banner.jpg") center no-repeat;
  height: 480px;
}
.banner img {
  width: 100%;
}
.banner .more {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.banner .more .text {
  border: 2px solid #fff;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
}
.banner .more .text a {
  display: inline-block;
  float: left;
  background-image: linear-gradient(to bottom, #53a9fc 0%, #4c83f9 100%);
  color: #fff;
  border-radius: 30px;
  height: 58px;
  line-height: 58px;
  padding: 0 60px;
  font-size: 16px;
}
.banner .more .text em {
  line-height: 56px;
  padding: 0 20px;
  font-size: 16px;
}
.banner .more .text em i {
  color: #4c83f9;
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
}

.box_title {
  width: 100%;
  float: left;
  text-align: center;
}
.box_title h4 {
  font-size: 44px;
  color: #030559;
}
.box_title p {
  display: inline-block;
  position: relative;
  font-size: 20px;
}
.box_title p:before {
  width: 80px;
  left: -100px;
  top: 15px;
  background: #8d8da5;
  height: 1px;
  content: "";
  position: absolute;
}
.box_title p:after {
  width: 80px;
  right: -100px;
  top: 15px;
  background: #8d8da5;
  height: 1px;
  content: "";
  position: absolute;
}

.inrow {
  font-size: 0;
  font-size: 12px;
  *font-size: 0;
  font-family: arial;
  letter-spacing: -3px;
  *letter-spacing: normal;
  *word-spacing: -1px;
}

.inrow > li, .inrow span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
}

.dataNums {
  float: left;
  width: 100%;
  text-align: center;
}

.dataNums .dataOne {
  width: 18px;
  height: 29px;
  margin: 0px 3px;
  text-align: center;
  background: #01af63;
  border-radius: 2px;
}

.dataNums .dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dataNums .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dataNums .tt span {
  width: 100%;
  height: 100%;
  font: bold 12px/29px "Arial";
  color: #fff;
}

.mk-list {
  float: left;
  width: 100%;
  padding: 90px 0;
}
.mk-list .list ul {
  width: 105%;
  float: left;
  margin-top: 30px;
}
.mk-list .list ul li {
  cursor: pointer;
  width: 224px;
  float: left;
  position: relative;
  box-shadow: 0 3px 8px #e4efff;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mk-list .list ul li .bgcolor {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
.mk-list .list ul li .time {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding-right: 3px;
  line-height: 24px;
}
.mk-list .list ul li .time em {
  background: #ffe036;
  border-radius: 5px;
  padding: 0 5px;
  color: #6d5d03;
  margin-right: 3px;
  float: left;
}
.mk-list .list ul li .text {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.mk-list .list ul li .text h4 {
  font-size: 18px;
}
.mk-list .list ul li .text p {
  margin: 10px 0;
}
.mk-list .list ul li .text .more {
  background: #fe441f;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
}
.mk-list .list ul li:hover .bgcolor {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, #3060bb 0%, rgba(48, 96, 187, 0.7) 50%, rgba(48, 96, 187, 0) 100%);
}
.mk-list .list ul li:hover .text {
  height: 95px;
}
.mk-list .list ul img {
  width: 100%;
}
.mk-list .box {
  float: left;
  width: 100%;
  box-shadow: 0 3px 8px #e4efff;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.mk-list .box .img {
  float: left;
}
.mk-list .box .num {
  float: right;
  width: 220px;
  position: relative;
  padding-top: 10px;
}
.mk-list .box .num em {
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.mk-list .box .num #dataNums {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.mk-list .box .num .title {
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.mk-ad {
  float: left;
  width: 100%;
  padding: 90px 0 60px 0;
  background: url(../images/index/b_02.jpg) no-repeat;
  background-size: cover;
}
.mk-ad .fl {
  float: left;
  width: 222px;
}
.mk-ad .fl img {
  width: 100%;
}
.mk-ad .list {
  float: left;
  width: 978px;
}
.mk-ad .list .item {
  background: #fff;
  float: left;
  width: 33.333%;
}
.mk-ad .list .item .text {
  min-height: 195px;
  padding: 40px 20px 20px 20px;
  float: left;
}
.mk-ad .list .item .text h4 {
  font-size: 20px;
}
.mk-ad .list .item .text p {
  margin-top: 10px;
  display: block;
  color: #333;
  line-height: 1.8;
  color: #6c6c6c;
}
.mk-ad .list .item .img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.mk-ad .list .item .img img {
  min-height: 196px;
}

.mk-step {
  float: left;
  width: 100%;
  padding: 90px 0 20px 0;
  background: url(../images/index/b_03.jpg) bottom no-repeat;
}
.mk-step .list {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.mk-step .list:before {
  border: 1px dashed #1b1d27;
  border-radius: 0 500px 500px 0;
  border-left: 0px;
  position: absolute;
  right: 0px;
  top: 70px;
  content: "";
  width: 900px;
  height: 230px;
}
.mk-step .list ul {
  display: inline-block;
  text-align: center;
  height: 220px;
}
.mk-step .list ul li {
  padding: 40px 0 20px 0;
  width: 185px;
  background: #fff;
  float: left;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #6e7380;
  border-radius: 30px;
  cursor: pointer;
  margin: 0 35px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  position: relative;
  height: 140px;
}
.mk-step .list ul li .num {
  position: absolute;
  border: 5px solid #e7edff;
  background: #1946d3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.mk-step .list ul li p {
  font-size: 16px;
  margin: 5px 0;
  display: block;
}
.mk-step .list ul li a {
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  background: #fe441f;
  border-radius: 5px;
  color: #fff;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transform: scale(0);
  height: 0px;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  margin-top: 5px;
  cursor: pointer;
}
.mk-step .list ul li:hover {
  border: 1px solid #1946d3;
  height: 180px;
}
.mk-step .list ul li:hover a {
  height: auto;
  opacity: 1;
  transform: scale(1);
}

.data {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  margin-top: -40px;
  position: relative;
}
.data .small_title {
  padding: 20px 30px;
  width: 100%;
  float: left;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
}
.data .small_title:before {
  width: 50px;
  height: 2px;
  background: #f0f0f0;
  bottom: 0px;
  left: 30px;
  content: "";
  position: absolute;
}
.data .box {
  float: left;
  width: 100%;
  margin-top: 20px;
  background-image: linear-gradient(to bottom, #fff 0%, #ebecef 100%);
}
.data .box .fl {
  float: left;
  width: 250px;
  padding: 0 20px;
  text-align: center;
}
.data .box .fl .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.data .box .fl .img img {
  width: 100%;
}
.data .box .fl .more {
  margin-top: 20px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  background: #ec2e2e;
  border-radius: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
.data .box .content {
  background: #fff;
  float: right;
  width: 950px;
  padding: 0 30px 20px 30px;
}
.data .box .content .top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  position: relative;
}
.data .box .content .top .time {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  text-align: center;
}
.data .box .content .top .time em b {
  font-size: 30px;
  color: #1c55ea;
}
.data .box .content .top h3 {
  font-size: 30px;
}
.data .box .content .top h3 em {
  font-size: 18px;
  margin-left: 15px;
  font-weight: normal;
}
.data .box .content .top .field {
  float: left;
  margin-top: 15px;
}
.data .box .content .top .field em {
  float: left;
  margin-top: 3px;
}
.data .box .content .top .field span {
  float: left;
  margin-left: 10px;
  background: #3a69f3;
  color: #fff;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 3px;
}
.data .box .content .text {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 1.8;
  color: #666;
}
.data .box .content .text em {
  font-size: 16px;
  font-weight: bold;
  color: #030559;
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

.form {
  background: #fff url(../images/bg_01.jpg) bottom;
  background-size: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 40px 40px 60px 40px;
}
.form form {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.form .small_title {
  width: 100%;
  float: left;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
}
.form .small_title:before {
  width: 50px;
  height: 2px;
  background: #f0f0f0;
  bottom: 0px;
  left: 0px;
  content: "";
  position: absolute;
}
.form .input {
  float: left;
  width: 480px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.form .input i {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.form .input input {
  float: right;
  border: 0px;
  width: 440px;
  line-height: 40px;
}
.form .inputs {
  float: left;
  width: 420px;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin-left: 20px;
}
.form .inputs i {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.form .inputs input {
  float: right;
  border: 0px;
  width: 380px;
  line-height: 40px;
}
.form .but {
  float: right;
  background: #ec2e2e;
  line-height: 40px;
  font-size: 16px;
  border: 0px;
  text-align: center;
  width: 180px;
  color: #fff;
}

.aboutBox {
  float: left;
  width: 100%;
  margin: 90px 0 90px 0;
  position: relative;
}
.aboutBox .img {
  width: 50%;
  position: absolute;
  left: 0px;
}
.aboutBox .img img {
  width: 100%;
}
.aboutBox .text {
  background: #fff;
  position: relative;
  width: 60%;
  float: right;
  height: 440px;
  margin-top: 20px;
  padding: 30px 40px;
}
.aboutBox .text h4 {
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
.aboutBox .text em {
  font-size: 30px;
  color: #e0e0e0;
  display: block;
  margin-top: -30px;
  font-weight: bold;
}
.aboutBox .text p {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.contactBox {
  float: left;
  width: 100%;
  padding: 90px 0 90px 0;
  position: relative;
  background: url(../images/c_07.jpg) no-repeat;
  background-size: cover;
}
.contactBox .box_title {
  float: left;
  width: 100%;
}
.contactBox .box_title h2 {
  position: relative;
  font-size: 38px;
}
.contactBox .box_title em {
  font-size: 30px;
  color: #e0e0e0;
  display: block;
  margin-top: -30px;
  font-weight: bold;
}
.contactBox .imgs {
  width: 50%;
  margin-top: 40px;
  float: left;
}
.contactBox .list {
  float: right;
  width: 50%;
  padding-left: 20px;
  margin-top: 40px;
}
.contactBox .list li:nth-child(1) {
  background: #fff url(../images/c_01.png) bottom right no-repeat;
}
.contactBox .list li {
  width: 100%;
  padding: 38px 30px 35px 30px;
  background: #fff;
  margin-bottom: 20px;
  float: left;
  font-size: 16px;
}
.contactBox .list li .img {
  float: left;
}
.contactBox .list li em {
  float: left;
  margin-left: 20px;
}
.contactBox .list li b {
  font-size: 18px;
  font-weight: bold;
}

/*# sourceMappingURL=index.css.map */
