@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,
.wi-box .wib-item,
.works-all .wa-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: 100%;
    width: 100%;
}

.banner a {
    height: 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;
}

.works-box {
    padding-top: 40px;
}

.works-nav {
    padding-bottom: 40px;
}

.works-nav a {
    display: inline-block;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    color: #999;
    margin-right: 24px;
}

.works-nav a.cur {
    color: #333;
    font-weight: 700;
    border-color: #333;
}

.works-nav a:hover {
    color: #333;
}

.works-not-box {
    padding: 60px;
    background-color: #f9f9f9;
    text-align: center;
}

.works-item .wi-tit {
    text-align: center;
}

.works-item .wi-tit img {
    width: 280px;
    height: 36px;
}

.works-item .wi-tit h2 {
    font-size: 24px;
    color: #333;
    border-bottom: 5px;
}

.works-item .wi-tit i {
    display: inline-block;
    width: 92px;
    height: 4px;
    background-color: #FFC154;
}

.wi-box {
    width: 102%;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.wi-box .wib-item {
    display: inline-block;
    width: 280px;
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 40px;
}

.wi-box .wib-item img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 175px;
}

.wi-box .wib-item p {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.wi-box .wib-item .wib-bot {
    padding: 10px 0;
    text-align: center;
}

.wi-box .wib-item .wib-bot i {
    margin-right: 10px;
}

.wi-box .wib-item .wib-bot span {
    width: calc(100% - 64px);
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.works-all {
    width: 102%;
    padding-top: 10px;
    margin-bottom: 100px;
}

.works-all .wa-item {
    display: inline-block;
    width: 280px;
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.works-all img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 175px;
}

.works-all p {
    text-align: left;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.works-all .wa-msg {
    text-align: left;
    padding: 10px;
}

.works-all .wa-msg i {
    margin-right: 10px;
}

.works-all .wa-msg span {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}

.works-all .wa-msg span:last-child {
    float: right;
}

.works-all .works-btn {
    cursor: pointer;
    margin: 20px 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #00a9ff;
    border: 1px solid #00a9ff;
    border-radius: 8px;
    text-align: center;
    width: 100px;
    background-color: transparent;
}

.works-all .works-btn.cur {
    color: #fff;
    background-color: #00a9ff;
}

/*# sourceMappingURL=works.css.map */
.wa-item .wa-msg-text {
    width: 160px;
}