@charset "utf-8";

body {
    margin: 0;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
    color: #333;
}

/*  头部*/
.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    zoom: 1;
}

@media only screen and (max-width: 799px) {
    .flexslider {
        display: none;
    }
}

@media only screen and (min-width: 800px) and (max-width: 899px) {
    .flexslider {
        min-height: 222px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 999px) {
    .flexslider {
        min-height: 248px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    .flexslider {
        min-height: 274px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .flexslider {
        min-height: 300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .flexslider {
        min-height: 325px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .flexslider {
        min-height: 351px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .flexslider {
        min-height: 377px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .flexslider {
        min-height: 403px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .flexslider {
        min-height: 429px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .flexslider {
        min-height: 455px;
    }
}

.flexslider .slides li {
    width: 100%;
}

.flex-direction-nav a {
    width: 33px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

ul,
li {
    list-style-type: none;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 2%;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flexslider .slides a img {
    width: 100%;
    display: block;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #2f3543;
    height: 30px;
    position: relative;
}

.container h1 {
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
    line-height: 30px;
    margin: 0 0 0 50px;
}

.container h1 a {
    color: #FFFFFF;
    font-size: 14px;
}

.container h1 a:hover {
    color: #959ead;
    text-decoration: none;
}

.container .navbar-form {
    padding: 0;
    margin: 0;
    color: #ffffff;
    top: 5px;
    right: 5%;
    position: absolute;
}

.container .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.container .input-group {
    border-radius: 3px;
    top: -3px;
}

.container .input-group .form-control {
    height: 18px;
    width: 220px;
    padding: 0;
    padding-left: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #979797;
}

.container .navbar-form button {
    float: right;
    width: 22px;
    height: 18px;
    background: url(../images/a1.png) no-repeat;
    margin-left: 10px;
    cursor: pointer;
    border: 0;
}

/*菜单栏*/
.container1 {
    width: 100%;
    background: linear-gradient(#eaeaea, #ffffff, #eaeaea);
    position: relative;
    height: 80px;
}

.container1 figure {
    display: inline-block;
    margin-left: 50px;
    height: 50px;
}

.container1 figure img {
    margin-top: -10px;
}

.container1 h3 {
    color: #0081CC;
    font-size: 24px;
    line-height: 80px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}

/*下拉菜单*/
.container1 .nav {
    width: 500px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10%;
}

.nav-fixed {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nav-main {
    width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    color: #0081CC;
}

/*导航条设置*/
ul.nav-main li {
    width: 80px;
    line-height: 35px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 1.5px solid #0081CC;
    border-radius: 2px;
}

/*图标未变换*/
.hover-up {
    color: #FFFFFF;
    background: #0081CC;
    border: 1.5px solid #0081CC;
    -moz-box-shadow: 2px 2px 4px #848585;
    -webkit-box-shadow: 2px 2px 4px #848585;
    box-shadow: 2px 2px 4px #848585;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848585)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848585');
}

/*图标变换*/
.hover-down {
    color: #0081CC;
    border: 1.5px solid #0081CC;
}

/*隐藏盒子设置*/
.container1 .dropdown-menu {
    display: none;
    top: 55px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: 2px 2px 4px #848585;
    -webkit-box-shadow: 2px 2px 4px #848585;
    box-shadow: 2px 2px 4px #848585;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848585)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#848585');
    font-size: 14px;
    z-index: 1000;
    border: 1px solid #0081CC;
    border-radius: 1px;
}

.hidden-box .infro-1 {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
}

.hidden-box .infro-2 {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
}

.hidden-box .infro-3 {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
}

.hidden-box span {
    color: #0081CC;
    font-size: 14px;
    line-height: 30px;
    display: block;
    float: left;
}

.hidden-box hr {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eaeaea;
    box-sizing: content-box;
    display: block;
    width: 70%;
    float: left;
    margin-left: 10px;
}

.hidden-box .infro-3 hr {
    width: 58%;
}

.clearfloat {
    clear: both;
}

.hidden-box .line-6 {
    float: left;
    width: 50%;
}

.hidden-box .line-4 {
    float: left;
    width: 33.33333%;
}

.hidden-box .line-5 {
    width: 100%;
}

.hidden-box .line-4 a,
.hidden-box .line-6 a {
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.hidden-box .line-5 a {
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.hidden-box .line-4 a:hover,
.hidden-box .line-6 a:hover {
    color: #0081CC;
    text-decoration: none;
}

.hidden-box .line-5 a:hover {
    color: #0081CC;
    text-decoration: none;
}

.profession {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0081CC;
}

.profession .row-1 {
    width: 100%;
}

.profession .row-1 .line-7 {
    height: 25px;
    width: 50%;
    float: left;
}

.profession .row-1 .position-1 {
    position: relative;
}

.profession .row-1 .line-7 i {
    font-size: 16px;
    color: #fff;
}

.profession .row-1 .line-7 .phone {
    display: inline-block;
    background: url(../images/a2.png) no-repeat center center;
    height: 20px;
    width: 17px;
}

.profession .row-1 .line-7 a {
    color: #fff;
    vertical-align: top;
    text-decoration: none;
}

.profession .row-1 .appDownload {
    display: none;
    position: absolute;
    top: -171.5px;
    width: 143px;
    height: 150px;
    padding-top: 20px;
}

.profession .row-1 .line-3 {
    width: 25%;
    float: right;
}

.profession .line-3 a,
.profession .line-2 a,
.profession .line-1 a {
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: #0081CC;
}

.profession .line-3 a:hover,
.profession .line-2 a:hover,
.profession .line-1 a:hover {
    background: #FFFFFF;
    color: #0081CC;
    border: 1px solid #0081CC;
}

.profession .row-2 .line-2 {
    width: 45%;
    float: left;
}

.profession .row-2 .line-3 {
    width: 25%;
    float: right;
}

.profession .row-2 .line-1 {
    width: 35%;
    float: right;
}

/*隐藏盒子位置设置*/
.hidden-loc-xs {
    left: 10px;
}

.hidden-loc-js {
    left: 110px;
}

.hidden-loc-gz {
    left: 210px;
}

.hidden-loc-xy {
    left: 310px;
}

.hidden-loc-fw {
    left: 410px;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container1 .nav {
        right: 7%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container1 .nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container1 .nav {
        display: none;
    }

    .container1 figure {
        display: inline-block;
        margin-left: 10px;
        height: 50px;
        margin-top: 30px;
    }

    .container1 h3 {
        font-size: 20px;
    }

    .container h1 {
        margin-left: 10px;
    }
}

/*信息发布*/



/*通知公告*/
ul,
li,
p {
    padding: 0;
    margin: 0;
}

.container-tz {
    margin: 0 auto;
    width: 100%;
    min-height: 450px;

}

.container-tz .content1 {
    width: 1170px;
    margin: 0 auto;
}

.container-tz .search-information2 {
    display: none;
}

.container-tz .information1 {
    float: left;
    margin-top: 30px;
    margin-right: 2%;
    width: 30%;
}

.information-tilte {
    padding-bottom: 10px;
    font-size: 20px;
    color: #0081CC;
    border-bottom: 2px solid #DDDDDD;
    line-height: 25px;
    font-weight: bold;
    font-family: tahoma, arial, 'Hiragino Sans GB', "宋体", sans-serif;
    position: relative;
}

.information-tilte img {
    vertical-align: bottom;
    padding-right: 5px;
}

.information-tilte a {
    text-decoration: none;
    color: #0081CC;
    专业
}

.information-tilte .more {
    font-size: 16px;
    line-height: 25px;
    float: right;
    font-weight: 500;
}

.information-tilte .more:hover {
    color: #0081CC;
}

.information-tilte hr {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #0081CC;
}

.container-tz .information-mask {
    width: 100%;
    margin-top: 20px;
}

.container-tz .information1 .information-mask .new-fro {
    width: 100%;
}

.container-tz .information1 .information-mask li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 56px;
    overflow: hidden;

}

.container-tz .information1 .information-mask .date {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 56px;
    line-height: 20px;
    text-align: center;
    background: #0081CC;
    color: #FFFFFF;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.container-tz .information1 .information-mask .date strong {
    display: block;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
}

.container-tz .information1 .information-mask .content {
    width: 100%;
    height: 56px;
    border: 0.5px solid #ddd;
    border-radius: 3px;
}

.container-tz .information1 .information-mask .content h3 {
    padding: 0;
    margin: 0;
}

.container-tz .information1 .information-mask .content h3 a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    height: 56px;
    font-weight: 500;
}

.container-tz .information1 .information-mask .content h3 a:hover {
    color: #0081CC;
}

.container-tz .information2 {
    float: left;
    margin-top: 30px;
    width: 30%;
}

.container-tz .information2 .information-mask ul {
    list-style: none;
}

.container-tz .information2 .information-mask li {
    float: left;
    margin-bottom: 18.5px;
    width: 100%;
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    border-radius: 3px;
}

.container-tz .information-mask .li1 {
    background: #01AC50
}

.container-tz .information-mask .li2 {
    background: #1984D2
}

.container-tz .information-mask .li3 {
    background: #FFA368
}

.container-tz .information-mask .li4 {
    background: #00BCC8
}

.container-tz .information-mask .li5 {
    background: #F2B910
}
.container-tz .information-mask .li6 {
    background: #F2B910
}

.container-tz .information2 .information-mask li a {
    display: block;
    width: 80%;
    text-decoration: none;
    color: #ffffff;
    line-height: 70px;
    margin: 0 auto;
    height: 100%;
        font-size: 20px;
}

.container-tz .search-information2 .information-mask li a {
    display: block;
    width: 70%;
    text-decoration: none;
    color: #ffffff;
    line-height: 70px;
    margin: 0 auto;
    height: 100%;

}

.container-tz .information-mask li figure {
    width: 32px;
    margin-right: 15px;
    float: left;
}

.container-tz .information-mask li img {
    vertical-align: middle;

}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container-tz {
        min-height: 580px;
    }


    .container-tz .content1 {
        width: 900px;
        margin: 0 auto;
    }

    .container-tz .search-information2 {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .container-tz .search-information2 .information-mask ul {
        list-style: none;
    }

    .container-tz .search-information2 .information-mask li {
        float: left;
        margin-bottom: 20px;
        width: 20%;
        height: 70px;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        text-align: center;
    }

    .container-tz .information2 {
        display: none;
    }

    .container-tz .information-mask li figure {
        width: 25px;
        margin-right: 15px;
        float: left;
    }

    .container-tz .information1 {
        margin-top: 20px;
        margin-right: 5%;
        width: 47.5%;
    }

    .container-tz .none-width {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container-tz {
        min-height: 780px;
    }

    .container-tz .content1 {
        width: 700px;
        margin: 0 auto;
    }

    .container-tz .search-information2 {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .container-tz .search-information2 .information-mask ul {
        list-style: none;
    }

    .container-tz .search-information2 .information-mask li {
        float: left;
        margin-bottom: 20px;
        width: 20%;
        height: 70px;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        text-align: center;
    }

    .container-tz .information2 {
        display: none;
    }

    .container-tz .information-mask li figure {
        display: none;
    }

    .container-tz .information1 {
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .container-tz {
        min-height: 1080px;
    }


    .container-tz .content1 {
        width: 320px;
        margin: 0 auto;
    }

    .container-tz .search-information2 {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .container-tz .search-information2 .information-mask ul {
        list-style: none;
    }

    .container-tz .search-information2 .information-mask li {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        height: 70px;
        font-weight: 500;
        padding: 0;
        text-align: center;
    }

    .container-tz .information2 {
        display: none;
    }

    .container-tz .information1 {
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
    }

}


/*招聘信息*/
.container-zp {
    width: 100%;
    background: url(../images/bg11.png) no-repeat center center;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    min-height: 550px;
    margin-top: 20px;
}

.container-zp .content2 {
    width: 1170px;
    min-height: 420px;
    margin: 0 auto;
    padding-top: 20px;
}


.container-zp .content2 .mask {
    width: 100%;
    min-height: 450px;
    margin-top: 25px;
}

.container-zp .mask_phone1,
.container-zp .mask_ipad1,
.container-zp .mask_smallphone1 {
    display: none;
}

.container-zp .prev,
.container-zp .next {
    display: none;
}

.container-zp .content2 ul {
    list-style: none;
}

.container-zp .content2 ul li {
    float: left;
    margin-right: 10px;
    width: 285px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: inset 0 0 2px #ddd;
}

.container-zp .content2 figure {
    position: relative;
}

.container-zp .content2 ul li:last-child {
    margin-right: 0;
}

.container-zp .content2 figcaption {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px;
    background: #0081CC;
    color: #FFFFFF;
    border-radius: 3px;
}

.container-zp .content2 p {
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px dashed #ddd;
}

.container-zp .content2 p a {
    text-decoration: none;
}

.container-zp .content2 p a:hover {
    color: #0081CC;

}

.container-zp .content2 .more {
    text-align: right;
    border-bottom: 0;
    padding-right: 5%;
    margin-top: 10px;

}


@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container-zp {
        min-height: 580px;
    }

    .container-zp .content2 {
        min-height: 580px;
        width: 900px;
    }

    .container-zp .mask1,
    .container-zp .mask {
        display: none;
    }

    .container-zp .mask_ipad {
        display: block;
        width: 900px;
        margin: 0 auto;
        overflow: visible;
        margin-top: 25px;
    }

    .container-zp .mask_ipad1 {
        position: relative;
        display: block;
    }

    .container-zp .prev {
        left: 45%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .prev a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .next {
        left: 51%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .next a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .piece {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;

    }

    .container-zp .content2 ul li {

        margin-right: 22.5px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container-zp {
        min-height: 580px;

    }

    .container-zp .content2 {
        min-height: 580px;
        width: 700px;
    }

    .container-zp .mask1,
    .container-zp .mask {
        display: none;
    }

    .container-zp .mask_phone {
        width: 700px;
        margin: 0 auto;
        overflow: visible;
        display: block;
        margin-top: 25px;
    }

    .container-zp .mask_phone1 {
        position: relative;
        display: block;
    }

    .container-zp .mask_phone1 .prev {
        left: 43%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .mask_phone1 .prev a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .mask_phone1 .next {
        left: 51%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .mask_phone1 .next a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .mask_phone1 .piece {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .container-zp {
        min-height: 580px;
        margin-bottom: 50px;
    }

    .container-zp .content2 {
        min-height: 580px;
        width: 320px;
    }

    .container-zp .mask1,
    .container-zp .mask {
        display: none;
    }

    .container-zp .mask_smallphone {

        width: 900px;
        margin: 0 auto;
        overflow: visible;
        display: block;
        margin-top: 25px;
    }

    .container-zp .mask_smallphone1 {
        position: relative;
        display: block;
    }

    .container-zp .mask_smallphone1 .prev {
        left: 35%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .mask_smallphone1 .prev a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .mask_smallphone1 .next {
        left: 55%;
        position: absolute;
        bottom: -55px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        display: block;
        border: 1px solid #ddd;
    }

    .container-zp .mask_smallphone1 .next a {
        text-decoration: none;
        color: #ddd;
    }

    .container-zp .mask_smallphone1 .piece {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-left: 17.5px;
        margin-right: 17.5px;
    }

}

/*友情链接*/
.pic_site {
    width: 100%;
    background: linear-gradient(#f2f2f2, #ffffff, #f2f2f2);
    height: 80px;
    margin: 0 auto;
}

.pic_site .pic_main {
    width: 1170px;
    margin: 0 auto;

}

.pic_site a {
    display: inline-block;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 18.5px;
}

.pic_site a img {
    width: 100%;
    border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .pic_site {
        margin-bottom: 50px;
    }

    .pic_site .pic_main {
        width: 700px;
    }

    .pic_site a {
        width: 102px;
    }

    .pic_site a img {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .pic_site .pic_main {
        width: 900px;
    }

    .pic_site a {
        width: 135px;
    }

    .pic_site a img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .pic_site {
        display: none;
    }
}

.footer-bottom {
    background: #0081CC;
    width: 100%;
    height: 260px;
}

.footer-bottom .wrapper {
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.footer-bottom .wrapper figure {
    display: inline-block;
    margin: 20px 0 15px 0;
    height: 50px;
}

.footer-bottom .wrapper figure img {
    margin-top: -5px;
}

.footer-bottom .wrapper h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

/*
.footer-bottom .wrapper nav {
    float: right;
    margin-top: 20px;
}

.footer-bottom .wrapper nav li {
    display: inline-block;
    margin: 0 15px;
    line-height: 50px;
    font-size: 16px;
}

.footer-bottom .wrapper nav li a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-bottom .wrapper nav li a:hover {
    color: #2fa3dc;
}*/

hr {
    margin-top: 0;
    border-top: 1px solid #2fa3dc;
}

.footer-bottom .address-1 {
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.footer-bottom .address-1 table {
    float: left;
    padding: 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.footer-bottom .address-1 table td {
    padding: 0 3px 3px 0;
}

.footer-bottom .address-1 table td span {
    color: #FFFFFF;
    line-height: 25px;
}

.footer-bottom .address-1 figure {
    float: right;
    margin-left: 30px;
    text-align: center;
}

.footer-bottom .address-1 figure figcaption {
    color: #FFFFFF;
    line-height: 25px;
    font-size: 12px;
}

.col-phone {
    display: none;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .footer-bottom .wrapper {
        width: 900px;
    }

    .footer-bottom .address-1 {
        width: 900px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .footer-bottom {
        margin-top: 30px;
        height: 50px;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .footer-bottom .wrapper {
        display: none;
    }

    .footer-bottom .address-1 {
        display: none;
    }

    hr {
        display: none;
    }

    .col-phone {
        display: block;
    }

    .footer-bottom .col-phone nav {
        width: 700px;
        margin: 0 auto;
    }

    .footer-bottom .col-phone nav ul {
        padding: 0;
    }

    .footer-bottom .col-phone nav li {
        display: inline-block;
        margin: 0 50px;
        line-height: 30px;
        font-size: 16px;
        margin-top: 10px;
    }

    .footer-bottom .col-phone nav li a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .footer-bottom .col-phone nav li a:hover {
        color: #2fa3dc;
    }

    .nav-fixed1 {
        right: 0;
        bottom: 0;
        position: fixed;
        z-index: 1030;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom {
        margin-top: 30px;
        height: 50px;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .footer-bottom .wrapper {
        display: none;
    }

    .footer-bottom .address-1 {
        display: none;
    }

    hr {
        display: none;
    }

    .col-phone {
        display: block;
    }

    .footer-bottom .col-phone nav {
        width: 300px;
        margin: 0 auto;
    }

    .footer-bottom .col-phone nav ul {
        padding: 0;
    }

    .footer-bottom .col-phone nav li {
        display: inline-block;
        margin: 0 12px;
        line-height: 30px;
        font-size: 16px;
        margin-top: 10px;
    }

    .footer-bottom .col-phone nav li a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .footer-bottom .col-phone nav li a:hover {
        color: #2fa3dc;
    }

    .nav-fixed1 {
        right: 0;
        bottom: 0;
        position: fixed;
        z-index: 1030;
    }
}

/*二三级界面*/
/*location位置*/
.banner1 {
    background: #0081CC;
    height: 50px;
    width: 100%;
}

.banner1 .location {
    color: #FFFFFF;
    display: inline-block;
    line-height: 50px;
    padding-left: 50px;
}

.banner1 .location span a {
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
}

/*正文-list*/
.container2 {
    width: 100%;
    margin-bottom: 50px;
}

.container2 .content {
    width: 1170px;
    margin: 0 auto;
}

.container2 .content h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    float: left;
    color: #0081CC;
    padding-left: 20px;
}

.container2 .content h2.first-child {
    padding-left: 0;
}

.container2 form {
    display: block;

}

.container2 .navbar-form {
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-top: 50px;
}

.container2 .navbar-form .form-group {
    display: block;
    margin-bottom: 0;
    float: left;
    margin-left: 10px;
    vertical-align: middle;
}

.container2 .input-group {
    border-radius: 3px;
    top: -3px;
}

.container2 .input-group .form-control {
    height: 25px;
    width: 220px;
    padding: 0;
    padding-left: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #979797;
}

.container2 .navbar-form button {
    margin-top: -3px;
    display: block;
    float: right;
    margin-left: 5px;
    background: #0081CC;
    color: #FFFFFF;
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 25px;
    width: 50px;
}

.container2 .infro-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container2 .infro-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container2 .infro-content li {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px dashed #ccc;
}

/*.container2 .infro-content li:last-child {
    border-bottom: 0;
}*/

/*.container2 .infro-content a {    color: #333;    line-height: 30px;    background: url(../images/icon2.png) no-repeat left center;    padding-left: 15px;    text-decoration: none;}*/
.container2 .infro-content a span {
    display: block;
    float: right;
}


.pagination ul li {
    list-style: none;
    float: left;
}

.pagination li a {
    text-decoration: none;
    font-size: 12px;
}

.pagination li a:hover {
    color: #0081CC;
}

.pagination .controls {
    padding: 0;
}

.pagination .controls a {
    padding: 4px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    font-size: 12px;
}

.pagination .pagination input {
    text-align: center;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container2 .content {
        width: 900px;
        margin: 0 auto;
    }

    .container2 .input-group .form-control {
        width: 188px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container2 .content {
        width: 700px;
        margin: 0 auto;
    }

    .container2 .navbar-form .form-group {
        margin-left: 5px;
    }

    .container2 .input-group .form-control {
        width: 125px;
        padding-left: 5px;
    }


    .container2 .infro-content a span {
        display: inline-block;
        float: none;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container2 {
        margin-bottom: 80px;
    }

    .container2 .content {
        width: 450px;
        margin: 0 auto;
    }

    .container2 .infro-content a span {
        display: inline-block;
        float: none;
        padding-left: 15px;
    }

    .banner1 .location {
        padding-left: 10px;
        line-height: 40px;
    }

    .banner1 .location span a {
        line-height: 40px;
    }

    .banner1 {
        height: 40px;
        width: 100%;
    }

    .container2 .content h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }


    .container2 .input-group .form-control {
        width: 320px;
    }

    .container2 .navbar-form .form-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container2 .navbar-form button {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 479px) {
    .container2 {
        margin-bottom: 80px;
    }

    .container2 .content {
        width: 320px;
        margin: 0 auto;
    }

    .container2 .content .clearfloat1 {
        clear: both;
        display: block;
    }

    .container2 .input-group .form-control {
        height: 25px;
        width: 200px;
        padding: 0;
        padding-left: 15px;
        line-height: 18px;
        font-size: 12px;
    }

    .container2 .infro-content a span {
        display: inline-block;
        float: none;
        padding-left: 15px;
    }

    .banner1 .location {
        padding-left: 10px;
        line-height: 40px;
    }

    .banner1 .location span a {
        line-height: 40px;
    }

    .pagination .controls {
        display: none;
    }

    .pagination ul {
        width: 250px;
    }

    .container2 .content h2 {
        font-size: 16px;
        display: block;
        color: #0081CC;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .container2 form {
        display: block;
        margin-left: 30px;
    }

    .container2 .navbar-form .form-group {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
    }

    .container2 .navbar-form button {
        margin-top: 7px;
    }

}

/*正文-details*/
.container3 {
    width: 100%;
    margin-bottom: 50px;
}

.container3 .content {
    width: 1170px;
    margin: 0 auto;
    border: 1px solid #0081CC;
    border-radius: 3px;
    margin-top: 50px;
}

.container3 .content h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.container3 .content .infro-1 {
    width: 100%;
    padding: 0 28px;
    margin-top: 30px;
}

.container3 .content .articalDate {
    width: 100%;
    background: #2fa3dc;
    /*实现IE背景透明*/
    text-align: center;
}

.container3 .content .articalDate span {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 35px;
}

.container3 .content .articalDate span.input-group2 {
    padding-left: 20px;
}

.container3 .content .infro-1 p {
    text-indent: 28px;
    line-height: 25px;
    text-align: justify;
    text-indent: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container3 .content {
        width: 900px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container3 .content {
        width: 700px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container3 {
        margin-bottom: 80px;
    }

    .container3 .content {
        width: 450px;
        margin: 0 auto;
        border: 0;
    }
}

@media only screen and (max-width: 479px) {
    .container3 {
        margin-bottom: 80px;
    }

    .container3 .content {
        width: 320px;
        margin: 0 auto;
        border: 0;
    }
}

/*正文-student-details*/
.container3 .content h2 {
    font-size: 18px;
    line-height: 40px;
    display: block;
    text-indent: 28px;
    background: #2fa3dc;
    margin: 20px 0;
    color: #FFFFFF;
}

.container3 .content h3 {
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.container3 .content .infro-3 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
}

.container3 .content .infro-2 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
}

.container3 .content .infro-2 ul {
    list-style: none;
    padding: 0;
}

.container3 .content .infro-2 li.zw-1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container3 .content .infro-2 li:first-child {
    padding-top: 0;
}

.container3 .content .infro-2 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.container3 .content .infro-2 table {
    line-height: 40px;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;

}

.container3 .content .infro-3 table {
    line-height: 40px;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;

}

.container3 .content .infro-2 tbody {
    display: block;
    width: 100%;
}

.container3 .content .infro-2 table tr {
    width: 100%;
    display: block;
}

.container3 .content .infro-3 tbody {
    display: block;
    width: 100%;
}

.container3 .content .infro-3 table tr {
    width: 100%;
    display: block;
}

.container3 .content .infro-3 table th {
    width: 556px;
    text-align: center;
    border: 1px solid #FCA610;
    background: #FEC20F;
}

.container3 .content .infro-2 table th {
    width: 278px;
    text-align: center;
    border: 1px solid #FCA610;
    background: #FEC20F;
}

.container3 .content .infro-3 table td {
    width: 556px;
    border: 1px solid #FCA610;
    text-align: center;
}

.container3 .content .infro-2 table td {
    width: 278px;
    border: 1px solid #FCA610;
    text-align: center;
    border-top: 0;
}

.container3 .content .infro-2 table td.zintro-1 {
    width: 93%;
    padding-left: 10px;
    text-align: justify;
    line-height: 30px;
}

.container3 .content .infro-3 p {
    color: #979797;
    line-height: 25px;
    text-align: justify;
}


@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .container3 .content .infro-3 table th {
        width: 421px;
    }

    .container3 .content .infro-3 table td {
        width: 421px;
    }

    .container3 .content .infro-2 table th {
        width: 210.5px;
    }

    .container3 .content .infro-2 table td {
        width: 210.5px;
    }

    .container3 .content .infro-2 table td.zintro-1 {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container3 .content .infro-3 table th {
        width: 320px;
    }

    .container3 .content .infro-3 table td {
        width: 320px;
    }

    .container3 .content .infro-2 table th {
        width: 160.5px;
    }

    .container3 .content .infro-2 table td {
        width: 160.5px;
    }

    .container3 .content .infro-2 table td.zintro-1 {
        width: 85%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container3 .content .infro-3 table th {
        width: 195.5px;
    }

    .container3 .content .infro-3 table td {
        width: 195.5px;
    }

    .container3 .content .infro-2 table th {
        width: 98px;
    }

    .container3 .content .infro-2 table td {
        width: 98px;
    }
}


@media only screen and (max-width: 479px) {
    .container3 .content .infro-3 table th {
        width: 130.5px;
    }

    .container3 .content .infro-3 table td {
        width: 130.5px;
    }

    .banner1 {
        height: 40px;
        width: 100%;
    }

    .container3 .content .infro-2 table th {
        width: 65.25px;
    }

    .container3 .content .infro-2 table td {
        width: 65.25px;
    }

}

/*正文-register*/
.container4 {
    width: 100%;
}

.container4 .content {
    width: 750px;
    margin: 0 auto;
}

.container4 .content .zcwd {
    width: 100%;
    margin-top: 50px;
}

.panel-primary {
    border-color: #0081CC;
}

.panel-primary>.panel-heading {
    background-color: #0081CC;
    border-color: #0081CC;
}

.btn-warning {
    background-color: #F99C21;
    border-color: #F99C21;
}

.btn-primary {
    background-color: #0081CC;
    border-color: #0081CC;
}

.panel {
    margin-bottom: 50px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container4 {
        margin-bottom: 80px;
    }

    .container4 .content {
        width: 400px;
    }
}

@media only screen and (max-width: 479px) {
    .container4 {
        margin-bottom: 80px;
    }

    .container4 .content {
        width: 300px;
    }
}

/*正文-submit*/
.container4 .content1 {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center center;
    height: 512px;
}

.container4 .content1 .bg-img {
    width: 100%;
    position: relative;
    padding-top: 115px;
}

.container4 .content1 .modal-content {
    width: 350px;
    height: 270px;
    border-radius: 4px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=70);
    background: #FFFFFF;
    /*实现IE背景透明*/
}

.container4 .content1 .modal-content h1 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}

.container4 .navbar-form {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.container4 .content1 .modal-content h2 {
    font-size: 14px;
    display: inline-block;
    padding-left: 36.5px;
}

.container4 .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.container4 .input-group {
    border-radius: 0px;
    top: -3px;
}

.container4 .input-group .form-control {
    height: 25px;
    width: 220px;
    padding: 0;
    padding-left: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #979797;
}

.container4 .navbar-form button {
    margin-top: 20px;
    display: block;
    float: right;
    margin-left: 20px;
    background: #F99C21;
    color: #FFFFFF;
    border: 1px solid #F99C21;
    border-radius: 5px;
    height: 25px;
    width: 40%;
    margin-right: 36.5px;
}

.container4 .navbar-form .t1-label {
    padding-left: 35px;
    font-weight: 500;
    margin-top: 20px;
}

.container4 .reg-section {
    float: right;
    margin: 15px;
    margin-right: 36.5px;
}

.container4 .reg-section a {
    margin-left: 10px;
    color: #979797;
    text-decoration: none;
    font-size: 12px;
}

.container4 .reg-section a:hover {
    color: #F99C21;
}

@media only screen and (max-width: 479px) {
    .container4 .content1 .modal-content {
        width: 300px;
    }

    .container4 .input-group .form-control {
        width: 150px;
    }
}

/*正文-search*/
.container5 {
    width: 100%;
}

.container5 .content {
    width: 750px;
    margin: 0 auto;
}

.container5 .content .infro-1 {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.container5 .content h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    float: left;
    color: #0081CC;
    padding-left: 10px;
}

.container5 .content h2:first-child {
    padding-left: 0;
}

.container5 form {
    display: block;
    float: left;

}

.container5 .navbar-form .form-group {
    display: block;
    float: left;
    margin-bottom: 0;
    vertical-align: middle;
}

.container5 .anniu {
    width: 250px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

.container5 .anniu input {
    margin-left: 20px;
    margin-right: 20px;
}

.container5 .navbar-form {
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-top: 30px;
}

.container5 .input-group {
    border-radius: 3px;
    top: -3px;
}

.container5 .input-group .form-control {
    height: 25px;
    width: 162px;
    padding: 0;
    padding-left: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #979797;
}

.container5 .infro-zs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dedede;
    font-size: 12px;
    line-height: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.container5 .infro-zs p {
    display: block;
    padding-left: 20px;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .container5 .content {
        width: 700px;
    }

    .container5 .input-group .form-control {
        width: 145px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container5 {
        margin-bottom: 80px;
    }

    .container5 .content {
        width: 400px;
    }

    .container5 .input-group .form-control {
        width: 300px;
    }

    .container5 .content h2 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .container5 {
        margin-bottom: 80px;
    }

    .container5 .content {
        width: 300px;
    }

    .container5 .input-group .form-control {
        width: 200px;
    }

    .container5 .content h2 {
        padding-left: 0px;
    }
}

.list-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 10px;
    background-color: orange;
}

.pagination {
    margin: 2px;
    position: relative;
    float: right;
}

/*用人单位 start*/
.companyContent {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 20px;
}

.contentRight {
    width: 82%;
    float: left;
}

.contentLeft {
    width: 15%;
    float: left;
    margin-right: 3%;
}

.contentLeft a {
    color: #555;
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
    text-decoration: none;
}


.contentLeft a:hover {
    color: #0081cc;
    text-decoration: none;
}

.contentLeft a.hover {
    color: #0081cc;
    background-color: #eee;
    outline: 0;
}

.contentLeft span {
    padding-right: 10px;
}

.reCompanyContent {
    display: block;
    width: 601px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .15);
}

/*用人单位 end*/

/*测试添加的代码*/

a {
    color: #333;
}

a:hover {
    color: #0081CC;
    text-decoration: none;
}

.container-fluid {
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner2 {
    width: 100%;
    height: 20px;
    background-color: #0081CC;
}

/*测试添加的代码*/