@charset "utf-8";
@font-face {
    font-family: tszt;
    src: url(../fonts/FZOneFamily.TTF);
}

@font-face {
    font-family: hszt;
    src: url(../fonts/FZXKJW.TTF);
}

.Banner {
    position: relative;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: none;
}

.wrap_content {
    /*! position: absolute; */
    /*! width: 100%; */
    /*! left: 0px; */
    /*! top: 0px; */
    padding: 0 0 345px 0;
}

.header {
    width: 100%;
    height: 159px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* 标准的语法（必须放在最后） */
}

.top {
    width: 1312px;
    margin: 0 auto;
}

.logo {
    padding: 50px 0 0 0;
}

.content {
    width: 1312px;
    margin: 120px auto 0;
}

.content li {
    width: 33.3%;
    float: left;
}

.content ul {
    margin: 0 -57px;
    overflow: hidden;
}

.content a {
    background: rgba(100, 169, 179, .89);
    display: block;
    margin: 0 57px;
    border-radius: 3px;
    transition: .5s;
    transform: scale(1);
}

.content a:hover {
    transition: .5s;
    transform: scale(1.02);
}

.content a:hover h3 {
    font-weight: normal;
}

.content a:hover span {
    font-weight: bold;
}

.content .li2 a {
    background: rgba(220, 195, 139, .89);
}

.content .li3 a {
    background: rgba(100, 137, 179, .89);
}

.padding {
    padding: 13px 17px 26px 17px;
}

.line {
    border: 1px solid #FFBA12;
    border-bottom: 0px;
}

.li2 .line {
    border-width: 1px;
    border-color: rgba(199, 120, 84, .69);
    border-style: solid;
    border-bottom: 0px;
}

.li3 .line {
    border: 1px solid #12B3FF;
    border-bottom: 0px;
}

.cont_con {
    text-align: center;
    position: relative
}

.cont_con::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid #FFBA12;
    border-radius: 50%;
    left: -3px;
    bottom: -5px;
}

.cont_con::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid #FFBA12;
    border-radius: 50%;
    right: -3px;
    bottom: -5px;
}

.li2 .cont_con::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-width: 1px;
    border-color: rgba(199, 120, 84, .69);
    border-style: solid;
    border-radius: 50%;
    left: -3px;
    bottom: -5px;
}

.li2 .cont_con::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-width: 1px;
    border-color: rgba(199, 120, 84, .69);
    border-style: solid;
    border-radius: 50%;
    right: -3px;
    bottom: -5px;
}

.li3 .cont_con::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid #12B3FF;
    border-radius: 50%;
    left: -3px;
    bottom: -5px;
}

.li3 .cont_con::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid #12B3FF;
    border-radius: 50%;
    right: -3px;
    bottom: -5px;
}

.cont_con h3 {
    padding: 60px 0 70px 0;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-family: tszt;
		font-weight: normal;
}

.cont_con span {
    padding: 8px 43px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 20px;
    color: #E89800;
    display: inline-block;
    margin: 0 0 37px 0;
    font-family: hszt;
}

@media screen and (max-width:1400px) {
    .top {
        width: 1000px;
    }
    .content {
        width: 1000px;
        margin: 20px auto 0
    }
    .content a {
        margin: 0 20px
    }
    .content ul {
        margin: 0 -20px
    }
    .cont_con h3 {
        font-size: 30px;
    }
    .cont_con span {
        font-size: 16px;
    }
}

@media screen and (max-width:1023px) {
    .top {
        width: auto;
        margin: 0 15px;
    }
    .content {
        width: auto;
        margin: 0 15px;
    }
}

@media screen and (max-width:880px) {
    .content li {
        width: 100%;
        float: none;
        margin: 0 0 20px 0
    }
}