@charset "UTF-8";

.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-tel {
  height: 18px;
  width: 16px;
  background-image: url(../img/icon-tel.png);
}

.icon-msg {
  height: 12px;
  width: 16px;
  background-image: url(../img/icon-msg.png);
}

.icon-user {
  height: 14px;
  width: 12px;
  background-image: url(../img/icon-user.png);
}

.icon-qq {
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-qq.png);
}

.icon-wechat {
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-wechat.png);
}

.icon-weibo {
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-weibo.png);
}

.icon-zone {
  height: 32px;
  width: 32px;
  background-image: url(../img/icon-zone.png);
}

.icon-school {
  height: 50px;
  width: 50px;
  background-image: url(../img/school02.png);
}

.icon-company {
  height: 50px;
  width: 50px;
  background-image: url(../img/company02.png);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: '微软雅黑';
  font-size: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

button {
  border-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.relativeDiv {
  position: relative;
}

.bold {
  font-weight: 700;
}

.hide {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.works-not,
.main-prize .mp-item {
  box-shadow: 0 4px 8px rgba(103, 103, 103, 0.2);
}

.public-cla {
  display: none;
}

.public-cla:first-child {
  display: block;
}

@media screen and (max-width: 1200px) {
  body {
    min-width: 1300px;
  }
}

.public-tip {
  cursor: pointer;
}

.works-not {
  width: 400px;
  border-radius: 8px;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.works-not img {
  margin-right: 30px;
  vertical-align: middle;
}

.works-not span {
  font-size: 18px;
  color: #333;
  vertical-align: middle;
  font-weight: 700;
}

.content {
  margin: 0 auto;
  width: 1200px;
}

.text-center {
  text-align: center;
}

a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.over-box {
  width: 103%;
}

.main-top {
  position: relative;
}

.main-top .top-nav {
  top: 0;
  height: 70px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.main-top .top-nav-ul {
  display: inline-block;
}

.main-top .top-nav-ul ul {
  white-space: nowrap;
}

.main-top .top-nav-ul ul li {
  display: inline-table;
  position: relative;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  height: 70px;
}

.main-top .top-nav-ul ul li.cur,
.main-top .top-nav-ul ul li:hover {
  background-color: #00a9ff;
}

.main-top .top-nav-ul ul li a {
  width: 100%;
  display: inline-table;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
}

.main-top .top-nav-ul .nav-div {
  display: none;
  position: absolute;
  padding: 10px 0;
  left: 0;
  bottom: -90px;
  width: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.main-top .top-nav-ul .nav-div a {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #333 !important;
}

.main-top .top-nav-ul .nav-div a:hover {
  color: #00a9ff !important;
}

.main-top .top-nav-right {
  float: right;
}

.main-top .top-nav-right a {
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  margin-left: 30px;
}

/* .main-top .banner { height: 650px; } */
.main-top .banner img {
  height: auto;
  width: 100%;
}

#judge:hover .nav-div {
  display: block;
}

.footer-version {
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
  background-color: #333;
  text-align: center;
}

.public-footer {
  *zoom: 1;
  box-shadow: 0 -4px 8px rgba(103, 103, 103, 0.1);
  padding: 30px 0;
}

.public-footer:after {
  clear: both;
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.public-footer .footer-left {
  display: inline-block;
}

.public-footer .footer-left h2 {
  display: block;
  font-size: 16px;
  color: #333;
}

.public-footer .footer-left h3 {
  display: block;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.public-footer .footer-left span {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.public-footer .footer-right {
  float: right;
}

.public-footer .footer-right .fr-top h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.public-footer .footer-right .fr-top i {
  margin-right: 12px;
}

.public-footer .footer-right .fr-top span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.public-footer .footer-right .fr-top span:not(:last-child) {
  margin-right: 60px;
}

.public-footer .footer-right .fr-bot {
  padding-top: 15px;
}

.public-footer .footer-right .fr-bot .fr-item {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  text-align: center;
}

.public-footer .footer-right .fr-bot img {
  width: 110px;
  height: 110px;
}

.public-footer .footer-right .fr-bot p {
  font-size: 14px;
  color: #333;
  padding-top: 5px;
}

.main-tit {
  background-color: #FFF;
  text-align: center;
  padding: 60px 0;
}

.main-tit span {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
}

.main-tit i {
  display: inline-block;
  width: 66px;
  background-color: #999;
  vertical-align: middle;
  height: 1px;
}

.main-zc {
  padding: 40px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.main-zc .zc-tit {
  display: block;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.main-zc .zc-tip {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-right: 60px;
  padding-bottom: 10px;
}

.main-zc-item {
  text-align: left;
  margin-top: 30px;
  width: 104%;
}

.main-zc-item .main-zc-box {
  display: inline-block;
  vertical-align: top;
  width: 93%;
}

.main-zc-item span {
  display: inline-block;
  margin-right: 14px;
  font-size: 16px;
  color: #333;
}

.main-zc-item img {
  height: 50px;
  width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.main-process {
  padding: 20px 0;
}

.mp-top {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.mp-top .mp-line {
  position: absolute;
  background-color: #00a9ff;
  height: 1px;
  width: 100%;
  top: 17px;
  z-index: -1;
}

.mp-top .mp-top-item {
  display: inline-block;
  text-align: center;
  margin: 0 22px;
}

.mp-top .mp-top-item i {
  display: inline-block;
  height: 36px;
  width: 36px;
  font-size: 18px;
  font-style: normal;
  color: #fff;
  background-color: #00a9ff;
  text-align: center;
  border-radius: 50%;
  line-height: 36px;
  margin-bottom: 24px;
}

.mp-top .mp-top-item span {
  display: block;
  font-size: 12px;
  color: #666;
  width: 155px;
}

.mp-msg {
  text-align: center;
}

.mp-msg .mp-msg-item {
  display: inline-block;
  text-align: center;
  margin: 0 22px;
  vertical-align: top;
}

.mp-msg .mp-msg-item img {
  width: 50px;
  height: 50px;
}

.mp-msg .mp-msg-item p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 30px 0;
}

.mp-msg .mp-msg-item span {
  display: inline-block;
  width: 155px;
  font-size: 14px;
  color: #333;
}

.main-modular {
  padding: 20px 0;
  text-align: center;
}

.main-modular .mm-item {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 260px;
}

.main-modular .mm-item .mm-item-msg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-modular .mm-item .mm-item-msg p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

.main-modular .mm-item:hover .mm-item-msg {
  display: flex;
}

.main-modular .mm-item:not(:last-child) {
  margin-right: 50px;
}

.main-modular .mm-item img {
  width: 200px;
  height: 260px;
}

.main-modular .mm-item .mm-item-text {
  position: absolute;
  height: 140px;
  width: 140px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 140px;
  border-radius: 50%;
  bottom: 10px;
  left: 50%;
  margin-left: -70px;
  z-index: 8;
}

.main-prize {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}

.main-prize .mp-item {
  width: 280px;
  display: inline-block;
  padding: 0 16px;
  margin: 0 19px;
  background-color: #f9f9f9;
  border-radius: 8px;
  *zoom: 1;
}

.main-prize .mp-item:after {
  clear: both;
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.main-prize .mp-item img {
  width: 60px;
  height: 86px;
}

.main-prize .mp-item .mp-msg {
  width: 175px;
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
  text-align: center;
}

.main-prize .mp-item .mp-msg h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}

.main-prize .mp-item .mp-msg p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.main-honor {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.main-honor img {
  margin-left: 110px;
  vertical-align: middle;
}

.main-honor .mh-msg {
  width: 550px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 144px;
}

.main-honor .mh-msg h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
}

.main-honor .mh-msg p {
  font-size: 18px;
  color: #333;
}

.main-honor .btn-honor {
  display: inline-block;
  margin:0 5px ;
  /* margin-top: 150px; */
  margin-bottom: 20px;
  height: 60px;
  line-height: 54px;
  width: 265px;
  background-color: transparent;
  color: #00a9ff;
  border: 3px solid #00a9ff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  
}

/*# sourceMappingURL=index.css.map */