/* body {
  overflow: hidden;
} */

.section-title {
    color: #585b60;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}


/* .section-padding {
  padding: 30px 0 !important;
} */

.controls {
    padding: 0px !important;
}


/* #about {
  background: #F6F6F6;
} */


/* #team {
  background: #F6F6F6;
} */

.form-control:focus {
    box-shadow: none;
    outline: none;
}

a a:focus {
    outline: none;
}


/* Default Navbar */

.navbar {
    padding: 0;
    background: #fff;
}

.navbar li.active a.nav-link {
    color: #1b97d6;
}

.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 99;
    top: 0px !important;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-brand img {
    width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #1b97d6 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 17px;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #1b97d6 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #1b97d6 !important;
}

.indigo {
    /* background: transparent; */
}

.navbar-brand img {
    width: 78%;
}

.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #1b97d6;
    outline: none;
}

.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open>.nav-link {
    color: #1b97d6 !important;
    text-shadow: 0.6px #3f0e11;
    font-size: 17px;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #1b97d6 !important;
    /*   -webkit-text-stroke: 0.6px #f4f2f2; */
}

.navbar-nav.dropdown-item li a:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1b97d6;
}

.navbar-nav .nav-link {
    /* color: #fff; */
    font-size: 17px;
    /* -webkit-text-stroke: 0.6px #452a026e; */
    font-weight: 600;
    margin: 6px;
    padding: 8px 0px;
}

.navbar-nav .active {
    border-bottom: 2px #1b97d6 solid
    /* background-color: #ffcec5; */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1b97d6;
}

.navbar-light .navbar-nav .nav-link:hover:focus {
    color: #1b97d6;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
    color: #1b97d6;
    background-color: transparent;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
    color: #1b97d6;
    background-color: transparent;
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #1b97d6;
}

.navbar-light .navbar-toggle {
    border-color: transparent;
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: transparent;
}


/* / End Default Navbar */

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.slicknav_btn {
    border-color: #1b97d6;
}

.slicknav_menu .slicknav_icon-bar {
    background: #1b97d6;
}


/* only small tablets */

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        position: absolute;
        padding: 15px 15px;
        top: 0;
    }
    .navbar-brand img {
        width: 75%;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav .active {
        color: #1b97d6;
        outline: none;
        background: #f8f9fa;
    }
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        position: absolute;
        /* padding: 7px 15px; */
        top: 0;
    }
    .navbar-brand img {
        width: 48%;
    }
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav .active a {
        background: #1b97d6;
        color: #fff;
    }
    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav .active {
        color: #1b97d6;
        outline: none;
        background: #f8f9fa;
    }
}


/* ScrollToTop jobtotop qrcode*/

a.job-to-top {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 218px;
    right: 5px;
    text-decoration: none;
}

a.job-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFC107;
    background: #1b97d6;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.job-to-top:hover,
a.job-to-top:focus {
    text-decoration: none;
}

a.download-to-top {
    display: block;
    position: fixed;
    bottom: 168px;
    right: 5px;
    text-decoration: none;
}

a.download-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1b97d6;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.download-to-top:hover,
a.download-to-top:focus {
    text-decoration: none;
}

a.qrcode-to-top {
    display: block;
    position: fixed;
    bottom: 118px;
    right: 5px;
    text-decoration: none;
}

a.qrcode-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1b97d6;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.bs-popover-left {
    width: 150px;
    margin-right: .5rem;
}

a.qrcode-to-top:hover,
a.qrcode-to-top:focus {
    text-decoration: none;
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 5px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1b97d6;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #1b97d6;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 2px solid #f2f2f2;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* / Sliders */

.carousel-post {
    margin-right: 15px;
}

.carousel-post h5 {
    margin-top: 20px;
}

.portfolio-img img {
    height: 290px;
}

#portfolio {
    background: #F6F6F6;
    width: 100%;
}

#portfolio .mix {
    padding: 0;
    display: none;
}

.controls {
    text-align: center;
    padding-bottom: 20px;
}

a:not([href]):not([tabindex]) {
    color: #222;
}

a:focus:not([href]):not([tabindex]),
a:hover:not([href]):not([tabindex]) {
    color: #fff;
}

.controls .active {
    color: #fff !important;
    background: #1c729f;
}


/* 首页新闻列表，项目列表 */


/* slide */

.slide1 {
    /* width: 38%; */
    height: 207px;
    /* float: left; */
    overflow: hidden;
    position: relative;
    background-color: #000;
    z-index: 10;
}

.slide1 ul {
    height: 360px;
}

.slide1 ul li {
    height: 270px;
    float: left;
    position: relative;
}

.slide1 ul li p {
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: -2px;
    left: 10px;
    z-index: 7;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide1 .bg {
    height: 34px;
    position: absolute;
    background-color: rgba(63, 77, 159, 0.6);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.slide1 .num {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 20px;
    bottom: 11px;
    z-index: 10;
}

.slide1 .num span {
    display: inline-block;
    width: 6px;
    height: 6px;
    text-indent: -1000em;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    margin-right: 5px;
}

.slide1 .num span.on {
    background-color: #e7a71c;
}

.slide1 .skip {
    display: block;
    width: 23px;
    height: 47px;
    background: url(../images/bg-slide.png) no-repeat;
    _background: url(../images/bg-slide.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    text-indent: -1000em;
    cursor: pointer;
}

.slide1 .prev {
    background-position: 0 -172px;
    left: 10px;
}

.slide1 .prev:hover {
    background-position: 0 -219px;
}

.slide1 .next {
    background-position: -23px -172px;
    right: 10px;
}

.slide1 .next:hover {
    background-position: -23px -219px;
}

.slide1:hover .prev,
.slide:hover .next {
    display: block;
}

.slide1 .num {
    bottom: 11px;
}

.about_con {
    width: 800px;
    float: left;
    line-height: 25px;
}

.news_title1 .count {
    float: right;
    line-height: 35px;
    margin-right: 15px;
    color: #666;
}

.news_title1 .count a {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 35px;
    margin-right: 10px;
}

.list .l {
    width: 100%;
    float: left;
    margin-right: 30px;
    /*margin-bottom: 30px;*/
}

.list .l .news_title {
    width: 100%;
    float: left;
    height: 35px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 5px;
}

.list .l .news_title .name {
    width: 120px;
    height: 35px;
    float: left;
    background-color: #1b97d6;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.list .l .news_title .more {
    float: right;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 35px;
    margin-right: 10px;
}

.list .r .news_title {
    width: 100%;
    float: left;
    height: 35px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 5px;
}

.list .r .news_title .name {
    width: 120px;
    height: 35px;
    float: left;
    background-color: #1b97d6;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.list .r .news_title .more {
    float: right;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 35px;
    margin-right: 10px;
}

.list .l .news_l {
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.list .l .news_l .up {
    float: left;
    position: relative;
}

.list .l .news_l .up img {}

.list .l .news_l .up .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #1b97d6;
    color: #fff;
    font-size: 14px;
}

.list .l .news_l .down {
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #aaaaaa;
}

.list .l .news_r {
    /* width: 60%; */
    /* height: 280px; */
    /* float: right; */
    margin-bottom: 30px;
}

.list .l .news_r li {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}

.list .l .news_r li:nth-child(4n) {
    margin-bottom: 0;
}

.list .l .news_r li .time {
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.list .l .news_r li .time .day {
    line-height: 28px;
    color: #1b97d6;
    text-align: center;
    font-size: 20px;
}

.list .l .news_r li .time .YM {
    line-height: 20px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.list .l .news_r li .title {
    max-width: 90%;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 19px;
}

.list .l .news_r li:hover .title {
    color: #1c729f;
}

.list .l .news_r li .intro {
    max-width: 85%;
    font-size: 14px;
    color: #aaa;
    line-height: 33px;
    height: 33px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.list .l .news_title .sel {
    width: 120px;
    height: 35px;
    float: left;
    background-color: inherit;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    display: inline-block;
}

.list .l .news_title .hover {
    background-color: #1b97d6;
    color: #fff;
}

.list .l .worklist {
    float: left;
    /*display: none;*/
    margin-bottom: 30px;
}

.list .l .worklist.hover {
    display: block;
}

.list .r .worklist {
    float: left;
    /*display: none;*/
    margin-bottom: 30px;
}

.list .r .worklist.hover {
    display: block;
}

.list .l .wk1 {
    width: 100%;
    float: left;
    margin-right: 30px;
}

.list .l .wk1 li {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    float: left;
}

.list .l .wk1 li:nth-child(2n) {
    margin-right: 0;
}

.list .l .wk1 li a .ll {
    width: 600px;
    height: 35px;
    font-size: 14px;
    color: #888;
    float: left;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: inline-block;
}

.list .l .wk1 li:hover a .ll {
    color: #1b97d6;
}

.list .l .wk1 li a .rr {
    width: 80px;
    height: 35px;
    font-size: 12px;
    color: #888;
    float: right;
    line-height: 35px;
    display: inline-block;
}

.list .l .wk1 .xueli {
    width: 110px;
    height: 60px;
    margin-bottom: 10px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

.list .l .wk1 .xueli img {
    width: 100%;
    height: 100%;
}

.list .r .wk2 {
    width: 95%;
    float: left;
    /* height: 335px; */
}

.list .r .wk2 .top {
    width: 100%;
    float: left;
    height: 95px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
    display: block;
    margin-bottom: 10px;
}

.list .r .wk2 .top .title {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #1c729f;
    line-height: 35px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .r .wk2 .top:hover .title {
    color: #1b97d6;
}

.list .r .wk2 .top .intro {
    line-height: 27px;
    font-size: 14px;
    color: #aaa;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 54px;
}

.list .r .wk2 li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    /*margin-right: 30px;*/
}

.list .r .wk2 li:nth-child(2n) {
    margin-right: 0;
}

.list .r .wk2 li a .zz {
    max-width: 250px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.list .r .wk2 li:hover a .zz {
    color: #1c729f;
    ;
}

.list .r .wk2 li a .hot {
    float: left;
}

.list .r .wk2 li a .hot img {
    position: relative;
    top: 3px;
}

.list .r .wk2 li a .yy {
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #888;
    float: right;
}

.list .r {
    width: 100%;
    float: left;
}

.sys {
    width: 100%;
    height: 340px;
    margin-bottom: 25px;
    float: left;
    position: relative;
}

.list .r .lxwm {
    width: 100%;
    height: 260px;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/lxwm.jpg);
    background-size: cover;
}

.list .r .lxwm .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #1b97d6;
}

.list .r .lxwm ul li {
    width: 100%;
    float: left;
    /*height: 33px;*/
    line-height: 33px;
    font-size: 14px;
    color: #666;
}

.weizhi {
    width: 100%;
    /* float: left; */
    font-size: 14px;
    color: #aaa;
    line-height: 55px;
}

.zuo {
    width: 100%;
    /* margin-right: 30px;
  float: left; */
}

.you {
    width: 100%;
    /* float: left; */
}

.zuo .news_title1 {
    height: 35px;
    background-color: #f4f4f4;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.zuo .news_title1 .name {
    padding: 0 15px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: left;
    display: block;
    background-color: #1b97d6;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    color: #fff;
}

.pronew_title {
    width: 96%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 22px;
    border-left: 12px solid #1b97d6;
    color: #333;
    width: 100%;
    height: 22px;
}

.pronew_con {
    padding: 15px;
    width: 98%;
    /* height: 185px; */
    margin-bottom: 20px;
    background: #f2f2f2;
    display: flex;
    flex-direction: row;
}

.pronew_con .pic {
    width: 190px;
    height: 140px;
    margin-right: 20px;
    overflow: hidden;
    margin-top: 6px;
}

.pronew_con img {
    cursor: pointer;
    transition: all 0.6s;
}

.pronew_con img:hover {
    transform: scale(1.4);
}

.pronew_con .proll_nr {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* vertical-align: middle; */
}

.pronew_con .all_ico {
    /* padding: 4px 0; */
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.pronew_con .all_ico a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list {
    /* width: 100%;
  float: left; */
}

.news_list ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.news_list ul li a {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.news_list ul li img {
    /* border-radius: 5px; */
    margin: 5px;
    cursor: pointer;
    transition: all 0.6s;
}

.news_list ul li img:hover {
    transform: scale(1.4);
}

.news_list ul li a .pic {
    width: 160px;
    float: left;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
}

.news_list ul li a .list {
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_list ul li a .intro {
    /* width: 65%; */
    /* float: left; */
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    /* 出现省略号及出现的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_list ul li a:hover {
    color: #1b97d6;
    /*font-weight: bold;*/
}

.news_list ul li a .title {
    color: #03A9F4;
    font-size: 14px;
    font-weight: bold;
    /* width: calc(100% - 180px); */
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    clear: right;
}

.news_list ul li a .time {
    /* float: left; */
    font-size: 10px;
    width: 73%;
    padding-top: 3px;
}

.news_list.zhiwei ul li a .title {
    width: 100%;
}

.news_list.zhiwei ul li a .intro {
    width: 100%;
}

.page {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page a,
.page span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #cfcfcf;
    /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
    line-height: 23px;
}

.page a,
.page li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: rgb(4, 63, 92);
}

.page a.first,
.page a.prev,
.page a.next,
.page a.end {
    margin: 0;
}

.page a:hover {
    border-color: #bd1a21;
}

.page span.current {
    color: #fff;
    font-weight: 700;
    border-color: #1b97d6;
    background-color: #1b97d6;
}

.tongzhi {
    width: 100%;
    float: right;
    margin-bottom: 30px;
}

.tongzhi .tz_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #cfd2d3;
    border-radius: 2px 5px 0 0;
    font-size: 16px;
    font-weight: bolder;
    color: #1b97d6;
    box-sizing: border-box;
    padding-left: 25px;
    float: left;
}

.tongzhi .tz_list {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px 0;
    background: #f4f4f4;
}

.tongzhi .tz_list ul li {
    width: 100%;
    height: 45px;
    float: left;
}

.tongzhi .tz_list ul li a {
    width: 100%;
    height: 45px;
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
}

.tongzhi .tz_list ul li a .num {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    background-color: #ccc;
    line-height: 15px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-top: 17px;
    margin-right: 10px;
}

.tongzhi .tz_list ul li:nth-child(1) a .num,
.tongzhi .tz_list ul li:nth-child(2) a .num,
.tongzhi .tz_list ul li:nth-child(3) a .num {
    background-color: #1c729f;
}

.tongzhi .tz_list ul li a p {
    line-height: 45px;
    font-size: 14px;
    color: #888;
    max-width: calc(100% - 25%);
    height: 45px;
    display: inline-block;
    float: left;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tongzhi .tz_list ul li:hover a p {
    color: #1b97d6;
    font-weight: bold;
}

.viewtitle {
    width: 100%;
    text-align: center;
    float: left;
    /* margin-top: 20px; */
    font-size: 16px;
    color: #000;
    font-weight: bold;
    /* margin-top: -40px; */
}

.viewinfo {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #aaa;
    line-height: 35px;
}

.viewcontent {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    /* padding-bottom: 30px; */
}

.viewcontent img {
    max-width: 100%;
    width: auto;
    height: auto!important;
}

.other {
    width: 800px;
    float: left;
    padding: 50px 0;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}

.other a {
    font-size: 14px;
    color: #666;
}

.other a:hover {
    color: #1b97d6;
    text-decoration: underline;
}

.other .last {
    float: left;
}

.other .next {
    float: right;
}

.about_con {
    width: 800px;
    float: left;
    line-height: 25px;
}

.news_title1 .count {
    float: right;
    line-height: 35px;
    margin-right: 15px;
    color: #666;
}

.news_title1 .count a {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 35px;
    margin-right: 10px;
}

.Box {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.Box .content {
    width: 1100px;
    margin: 0 auto;
}

.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}

.Box .Box_con {
    position: relative;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../images/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../images/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 260px;
    height: 200px;
    margin-left: 20px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.hang {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.hang .l {
    width: 80px;
    float: left;
    line-height: 35px;
    font-size: 15px;
    color: #666;
    margin-right: 15px;
    box-sizing: border-box;
}

.hang .r {
    width: 735px;
    height: 35px;
    float: left;
}

.hang .r input[type=text] {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 15px;
}

.hang .r select {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 15px;
}

.hang .r textarea {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 14px
}

.hang .r input[type=submit] {
    width: 150px;
    height: 40px;
    float: left;
    border: 0;
    background-color: #1b97d6;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.mode {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.mode .l {
    width: 400px;
    height: 400px;
    float: left;
    background-color: #1b97d6;
}

.mode .r {
    width: 800px;
    height: 400px;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    border: 1px solid #ddd;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.header-connect {
    padding-top: 10px;
}

.header-call p {
    color: #666666;
}

.header-call p span {
    margin-right: 15px;
    font-weight: 300;
}

.header-call p span i {
    margin-right: 3px;
    font-size: 18px
}

.header-social ul {
    padding-top: 5px
}

.header-social ul li a {
    color: #666666;
    font-size: 14px
}

.header-social ul li a:hover {
    color: #00AEEF
}

.navbar-default .navbar-nav>li>a {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.navbar-nav>li>a {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav>li>a.active:after {
    background-color: #00aeef;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.navbar-default .navbar-nav>li>a::after {
    background-color: #00aeef;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0%;
}

.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 20px
}

.navbar-brand {
    padding-top: 10px;
}

.main-nav {
    padding-top: 10px;
}

.button.navbar-right {
    padding-top: 10px;
}

.nav-button {
    background-color: #c2c2c2;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-button.login {
    background-color: #00AEEF;
    margin-right: 5px;
}

.nav-button:hover {
    background-color: #00AEEF;
}

.navbar {
    margin-bottom: 0px;
    min-height: 80px;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: none;
}

.navbar .container {
    padding-top: 15px
}

.slider-area {
    position: relative;
    height: 630px
}

#bg-slider .item img {
    width: 100%;
    height: 630px
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.slider-content {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -585px;
    text-align: center;
    color: #fff
}

.slider-content h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-content p {
    font-size: 14px;
    margin-bottom: 60px;
}

.slider .owl-theme .owl-controls {
    margin-top: 0px;
    position: relative;
    text-align: center;
}

.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
}

.slider .owl-theme .owl-controls .owl-page span {
    background: #fff
}

.page-title {
    display: block;
    padding-top: 20px;
    text-align: center !important;
}

.page-title h5 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px
}

.page-title h2 {
    font-weight: 800;
    margin-top: 5px;
    text-transform: uppercase;
}

.page-title h2 span {
    color: #00ADEF
}

.page-title p {
    color: #666666;
    line-height: 30px;
    padding: 0 25%;
    margin-top: 16px;
}

.how-it-work {
    margin: 40px 0 80px
}

.single-work {
    padding: 50px 0 70px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #00AEEF
}

.single-work h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-work p {
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    margin-top: 25px;
    padding: 0 37px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-work.active {
    background: #00AEEF
}

.single-work.active h3 {
    color: #fff
}

.single-work.active p {
    color: #eeeeee
}

.single-work:hover {
    background: #00AEEF
}

.single-work:hover h3 {
    color: #fff
}

.single-work:hover p {
    color: #eeeeee
}

.nav-tabs>li>a {
    color: #666;
    font-weight: 300;
    border-width: 4px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: transparent transparent #00AEEF;
    border-style: solid;
    border-width: 4px;
    color: #666666;
    cursor: default;
    font-weight: 700;
    outline: none;
}

.job-posting {
    padding: 60px 0
}

.job-posting .tab-content {
    margin-top: 30px
}

.tab-content ul li {
    margin-right: 14px;
    overflow: hidden;
}

.tab-content ul li:last-child {
    margin-right: 0;
}

.tab-content ul li a {
    position: relative;
}

.tab-content ul li a:hover .overlay {
    opacity: 1
}

.overlay {
    background: -webkit-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* FF1.6+ */
    background: -ms-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* IE10 */
    background: -o-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    border-radius: 2px;
    height: 189px;
    left: 0;
    position: absolute;
    top: -82px;
    width: 98%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.overlay>h3 {
    bottom: -50px;
    margin: 0;
    position: absolute;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tab-content ul li a:hover .overlay h3 {
    bottom: 20px
}

.tab-content ul.job-seeker li a .overlay {}

.tab-content ul.job-seeker li a .overlay h3 {
    bottom: -100px;
}

.tab-content ul.job-seeker li a:hover .overlay h3 {
    bottom: 35px;
}

.tab-content ul.job-seeker li a .overlay p {
    bottom: 3px;
    color: #fff;
    font-weight: 400;
    left: -100px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tab-content ul.job-seeker li a:hover .overlay p {
    left: 18px
}

.table tr {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table tr.hide-jobs {
    display: none;
}

.table tr td h4 {
    font-weight: 700;
    text-transform: capitalize;
}

.table tr td {
    padding: 6px;
}

.table tr td h4 span {
    font-weight: 300;
    font-size: 14px
}

.table tr td p i {
    color: #00AEEF
}

.table tr td p {
    font-size: 13px
}

.biaoti .table tr td a {
    color: #03A9F4;
    background: #e6eaeb;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table tr:hover td a {
    background: #0486B7
}

.table tr:hover td a:hover {
    background: #fff;
    color: #00AEEF
}

.table>tbody>tr>td.tbl-logo {
    padding-right: 0px
}

.table>tbody>tr>td.tbl-title {
    padding-left: 5px
}

.table tr.odd {
    background: #F9F9F9
}

.table tr.even {
    background: #F4FFFF
}

.table tr:hover {
    background: #00AEEF;
    color: #fff
}

.more-jobs a {
    background: none repeat scroll 0 0 #d1d1d1;
    color: #666666;
    padding: 14px 22px;
    border-radius: 2px;
    display: inline-block;
}

.table-responsive {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.testimonial {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.testimonial .item {
    padding-bottom: 30px;
}

.testimonial .item .client-face {
    position: absolute;
    top: 78px;
    right: 130px;
}

.client-face>img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial .owl-theme .owl-controls .owl-page span {
    background: #00AEEF
}

.client-text {
    background: none repeat scroll 0 0 #00aeef;
    border-radius: 2px;
    color: #fff;
    margin-left: 175px;
    padding: 20px 30px;
    width: 800px;
}

.client-text p {
    line-height: 30px;
}

.client-text h4 {
    font-size: 15px
}

.client-text h4 i {
    font-size: 13px
}

.footer-area {
    background: #000;
    border-top: 4px solid #00AEEF;
    padding-bottom: 20px
}

.footer {
    padding: 0px 0 0px 0;
}

.single-footer {
    margin-top: 60px
}

.single-footer img {
    margin-bottom: 20px;
}

.single-footer p {
    color: #fff;
    line-height: 26px;
}

.single-footer h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 45px
}

.single-footer h5 {
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.single-footer a {
    color: #fff;
}

.single-footer ul li {
    margin-bottom: 10px
}

.single-footer ul li a {
    color: #6d7a83;
    font-weight: 700;
}

.single-footer ul li a:hover {
    color: #00aeef;
    text-decoration: none;
}

.footer-copy {
    color: #fff;
    font-weight: 700;
}

.footer-copy span {
    margin-right: 20px;
    margin-left: 20px;
}

.footer-copy span a {
    color: #00aeef;
    font-weight: 800;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(img/preloader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/* job招聘表格开始 */

.nav-tabs>li>a {
    color: #666;
    font-weight: 300;
    border-width: 4px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: transparent transparent #00AEEF;
    border-style: solid;
    border-width: 4px;
    color: #666666;
    cursor: default;
    font-weight: 700;
    outline: none;
}

.job-posting {
    padding: 60px 0
}

.job-posting .tab-content {
    margin-top: 30px
}

.tab-content ul li {
    margin-right: 14px;
    overflow: hidden;
}

.tab-content ul li:last-child {
    margin-right: 0;
}

.tab-content ul li a {
    position: relative;
}

.tab-content ul li a:hover .overlay {
    opacity: 1
}

.overlay {
    background: -webkit-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* FF1.6+ */
    background: -ms-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* IE10 */
    background: -o-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    border-radius: 2px;
    height: 189px;
    left: 0;
    position: absolute;
    top: -82px;
    width: 98%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.overlay>h3 {
    bottom: -50px;
    margin: 0;
    position: absolute;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tbl-didian {
    display: flex;
    /* 行内元素排位逆转 */
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    line-height: 20px;
    margin-right: 10px;
}

.tbl-didian a {
    text-align: left;
    color: rgb(0, 174, 239) !important;
    /* margin-left: 30%; */
    /* margin-left: auto; */
    background: rgba(255, 255, 255, 0.1) !important;
}

.tab-content ul li a:hover .overlay h3 {
    bottom: 20px
}

.tab-content ul.job-seeker li a .overlay {}

.tab-content ul.job-seeker li a .overlay h3 {
    bottom: -100px;
}

.tab-content ul.job-seeker li a:hover .overlay h3 {
    bottom: 35px;
}

.tab-content ul.job-seeker li a .overlay p {
    bottom: 3px;
    color: #fff;
    font-weight: 400;
    left: -100px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tab-content ul.job-seeker li a:hover .overlay p {
    left: 18px
}


/* .jobs {
  margin-bottom: 60px
}

.jobs {
  margin-top: 50px
} */

.jobsoso {
    width: 99%;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 104, 152, 0.722);
    /* margin-bottom: 20px; */
    padding: 20px;
    /* border-radius: 8px; */
}

.jobsoso h2 {
    color: rgb(249, 250, 250);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0px;
    margin-top: 0;
}

.jobsoso p {
    color: rgb(245, 238, 238);
}

.search-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
}

.form-inline .form-control,
.form-inline .form-control {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 1px;
    color: #333;
    /* font-style: italic; */
    height: 40px;
    margin-right: 10px;
    width: 195px;
    font-size: small;
}

.form-inline input[type=submit] {
    margin-top: 12px;
    background: #00AEEF;
    color: #fff;
    height: 40px;
    width: 90px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-inline input[type=submit]:hover {
    background: #00A2DE
}

.form-group {
    margin: 10px;
}

.form-inline {
    display: flex;
    justify-content: center;
}

.form-inline .btn {
    /* border-radius: 10px; */
    padding: 5px;
}


/* 求职表格开始 */

.table .thead-dark th {
    color: rgb(4, 63, 89);
    background-color: rgba(241, 245, 246, 0.1);
    border-color: #e6e4e4;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
}

.table tr {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table tr.hide-jobs {
    display: none;
}

.table tr td h4 {
    font-weight: 700;
    text-transform: capitalize;
}

.table tr td {
    padding: 6px;
}

.table tr td h4 span {
    font-weight: 300;
    font-size: 14px
}

.table tr td p i {
    color: #00AEEF
}

.table tr td p {
    font-size: 12px;
    height: 30px;
    /* vertical-align: middle; */
    line-height: 30px;
    margin-bottom: 0;
    color: #5e3706;
    /* text-align: left; */
    margin-left: 5px;
    overflow: hidden;
}

.zwtab tr td p {
    max-width: 120px;
    font-size: 13px;
    height: 40px;
    /* vertical-align: middle; */
    line-height: 40px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table tr td a {
    color: #fff;
}

.tbl-aniu a {
    background: #00AEEF;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table tr:hover td a {
    background: rgba(15, 184, 236, 0.2)
}

.table tr:hover td a:hover {
    background: rgba(15, 185, 236, 0.2);
    color: #fff
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 0px;
    vertical-align: middle;
    padding: 3px
}

.table>tbody>tr>td.tbl-logo {
    padding-right: 0px;
    width: 5%;
}

.table>tbody>tr>td.tbl-logo img {
    /* width: 50%; */
}

.table>tbody>tr>td.tbl-apply {
    padding-right: 2px;
    padding-left: 0px;
    text-align: right;
}

.table>tbody>tr>td.tbl-title {
    padding-left: 5px;
    text-align: left;
}

.table>tbody>tr>td.tbl-title a {
    color: #000;
}

.table tr.odd {
    background: #F9F9F9
}

.table tr.even {
    background: #F4FFFF
}

.table tr:hover {
    background: #00AEEF;
    color: #fff
}

.more-jobs {
    margin: 10px 0px;
    /* text-align: center;
  margin: 0px auto; */
    /* width: 100%; */
}

.more-jobs a {
    background: none repeat scroll 0 0 #03A9F4;
    color: #ffffff;
    padding: 8px 32px;
    border-radius: 8px;
    display: inline-block;
}

.more-jobs i {
    margin-right: 10px;
    font-size: 16px
}

.job-add {
    background-image: url(/Public/img/job-add.png);
    background-position: 0px 0px;
    background-size: 100% 100%;
    text-align: center;
}

.job-add h2 {
    color: rgb(3, 169, 244);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    padding: 305px 20px 0;
    text-transform: uppercase;
}

.job-add a {
    background: none repeat scroll 0 0 #00aeef;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    font-size: 15px;
}

.table-responsive {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.testimonial {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.testimonial .item {
    padding-bottom: 30px;
}


/* job招聘表格结束 */

.row {
    margin-left: 0;
    margin-right: 0;
}