.container-fluid {
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /*overflow: hidden;*/
}

#header {
    background-color: #fff;
    height: 140px;
}

.navbar-default {
    background-color: transparent;
    border-bottom: 0;
}

.logo {
    margin-top: 10px;
    margin-bottom: 28px;
}

.logo img {
    width: 140px;
}

.nav li a {
    font-size: 15px;
    color: #333;
}

.nav-menu li {
    height: 40px;
    line-height: 40px;
}

.nav-menu li a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 0 !important;
}

.nav li a:hover {
    color: #333;
}

.nav li.active a {
    border-bottom: 2px solid #000;
    background-color: transparent !important;
}

.nav-menu li a:hover {
    background-color: #0e53a0 !important;
    color: #fff !important;
}

.search {
    position: absolute;
    right: 100px;
    top: 25px;
}

.search a {
    font-size: 14px;
    padding: 0 5px;
    color: #333;
}

.search a.english {
    font-weight: bold;
}

.search-icon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 70px;
}

.navbar-nav>.open>a {
    background-color: transparent !important;
}

.banner img {
    min-height: 150px;
    margin-top: 68px;
}

.my-pagination {
    width: 100%;
    background-color: #fff;
}

.my-pagination h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 50px;
    background-color: #2173ce;
    color: #fff;
}

.my-pagination li {
    width: auto;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    color: #333;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 0;
}

.swiper-container1 {
    overflow: hidden;
    background: #f1f1f1 url("../images/mapbg@2x.png") no-repeat center center;
}

.my-pagination li.swiper-pagination-bullet-active {
    background-color: #3f90ea;
    color: #fff;
}

.my-pagination li.swiper-pagination-bullet {
    opacity: 1;
}

.user_zc_body {
    padding: 80px 0;
}

.user_zc_body-text h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 40px 0;
}

.user_zc_body-text strong {
    font-size: 22px;
    color: #333;
    display: block;
    margin: 30px 0;
    font-weight: normal;
}

.user_zc_body-text p {
    font-size: 13px;
    color: #333;
    margin: 60px 120px 80px 0;
}

.user_zc_body-text a,
.index-abou-fr a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #3f90ea;
    border-radius: 3px;
    color: #3f90ea;
}

.user_zc_body-text a:hover,
.index-abou-fr a:hover,
.index-news-more:hover {
    background-color: #3f90ea;
    color: #fff;
}

.index-about {
    overflow: hidden !important;
}

.index-abou-fl,
.index-abou-fr {
    width: 50%;
}

.index-abou-fr {
    padding: 100px 160px 0 160px;
}

.index-abou-fr h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}

.index-abou-fr strong {
    display: block;
    margin-bottom: 10%;
    color: #888;
    font-size: 16px;
    font-weight: 100;
}

.index-abou-fr p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    /*margin-bottom: 20%;*/
}

.index-industry-li {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
}

.index-industry-li:nth-child(odd) {
    border-right: 1px solid #f8f8f8;
}

.index-industry-li h3 {
    margin-top: 10px;
}

.index-industry-li img {
    width: 60px;
}

.index-news {
    background-color: #f1f1f1;
    overflow: hidden;
    text-align: center;
}

.index-news h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 10px 0;
}

.index-news strong {
    display: block;
    font-weight: 100;
    font-size: 18px;
    color: #888;
    text-align: center;
    margin-bottom: 80px;
}

.index-news li .text {
    background-color: #fff;
    padding: 20px;
    text-align: left;
}

.index-news li .text h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.index-news li .text p {
    font-size: 14px;
    color: #888;
}

.index-news li a:hover h3,
.index-news li a:hover p {
    color: #3386f6;
}

.index-news-more {
    padding: 10px 20px;
    margin: 60px auto;
    display: inline-block;
    border: 1px solid #3f90ea;
    border-radius: 3px;
    color: #3f90ea;
}

#footer {
    padding: 40px 0 0 0;
    background-color: #333333;
}

.footer-nav .footer-nav-a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.footer-nav .footer-nav-list a {
    color: #a5a5a5;
    display: block;
    height: 30px;
    line-height: 30px;
}

.footer-code .code {
    text-align: center;
    color: #fff;
}

.footer-code .code img {
    width: 120px;
    padding-bottom: 10px;
}

.footer-one {
    margin-bottom: 40px;
    border-bottom: 1px solid #484848;
    padding-bottom: 20px;
}

.footer-two {
    padding-bottom: 10px;
}

.footer-two .copy {
    color: #a5a5a5;
    line-height: 34px;
}

.footer-two .copy a {
    color: #7097a4;
}

.footer-two .links {
    display: block;
    width: 100%;
    border: 1px solid #484848;
    height: 34px;
    line-height: 34px;
    color: #888;
    background-color: transparent;
    resize: none;
    outline: none;
}

.links-warp {
    width: 100%;
    padding: 0;
}

.links-warp li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
}

.links-warp li:last-child {
    border-bottom: 0;
}

.links-warp li a {
    color: #333 !important;
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
}

.footer-a a {
    color: #8e8e8e !important;
}

.footer-a img {
    padding-right: 10px;
}

.footer-a a.contact-footer:hover {
    color: #3386f6 !important;
}

.page-banner img {
    width: 100%;
    min-height: 100px;
    margin-top: 70px;
}

.about-home {
    padding-top: 60px;
    overflow: hidden;
}

.about-home-title {
    font-size: 34px;
    color: #0e53a0;
    font-weight: 100;
    margin-bottom: 30px;
}

.about-warp {
    background-color: #fff;
    min-height: 440px;
}

.about-home-fl {
    background-color: #fff;
    padding: 50px;
}

.about-home-fl h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
    line-height: 20px;
}

.about-home-fl i {
    display: block;
    width: 44px;
    height: 3px;
    background-color: #333;
    margin-bottom: 60px;
}

.about-home-fl p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    margin-bottom: 80px;
}

.about-home-fl a {
    color: #0e53a0;
}

.about-home-fr {
    padding: 40px;
    background-color: #333;
    color: #fff;
    min-height: 440px;
}

.about-home-fr p {
    margin-bottom: 20px;
    line-height: 20px;
}

.about-yeji,
.about-rongyu {
    margin-top: 40px;
    overflow: hidden;
}

.about-yeji-warp,
.about-rongyu-warp {
    max-height: 707px;
    background-color: #fff;
}

.about-yeji-fl,
.about-rongyu-fr {
    padding: 0;
}

.about-yeji-fr,
.about-rongyu-fl {
    padding: 60px;
    background-color: #fff;
    background-color: #fff;
}

.about-yeji-fr h2,
.about-rongyu-fl h2 {
    font-size: 40px;
    color: #333;
    margin: 50px 0 80px 0;
}

.about-yeji-fr p,
.about-rongyu-fl p {
    font-size: 16px;
    color: #888;
    margin-bottom: 80px;
}

.about-yeji-fr a,
.about-rongyu-fl a {
    color: #888;
    font-size: 16px;
}

.about-yeji-fr a img,
.about-rongyu-fl a img {
    width: 40px;
    padding-left: 10px;
}

.about-rongyu {
    margin-bottom: 80px;
}

.page-nav-pc {
    height: 60px;
    background-color: #fff;
    line-height: 60px;
}

.page-nav-pc-list a {
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    height: 60px;
}

.page-nav-pc-list a.active,
.page-nav-pc-list a:hover {
    background-color: #3f90ea;
    color: #fff;
}

.page-titles {
    font-size: 34px;
    color: #0e53a0;
    font-weight: 100;
    margin-top: 60px;
}

.about-info-sub {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #dedede;
    margin-bottom: 60px;
}

.about-infos {
    overflow: hidden;
}

.about-info {
    margin-bottom: 60px;
}

.about-info-fr {
    padding: 60px;
}

.about-info-fr p {
    margin-bottom: 20px;
}

.page-nav-warp {
    background-color: #fff;
    height: 50px;
    position: relative;
}

.return-black {
    height: 50px;
    width: 50px;
    background-color: #3f90ea;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.return-black i {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}

.url-btn {
    width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}

.page-nav-warp-menu {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.page-nav-warp-menu li,
.page-nav-warp-menu li a {
    line-height: 40px;
    height: 40px;
}

.page-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 50px;
}

.about-licheng-t {
    margin: 30px 0 0 0;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}

.about-licheng-list {
    margin-bottom: 50px;
    overflow: hidden;
}

.about-licheng-list .about-licheng-lists {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.about-licheng-list .about-licheng-lists .year {
    font-size: 22px;
    color: #888;
    font-weight: bold;
}

.about-licheng-list .about-licheng-lists .year span {
    font-size: 14px;
    color: #888;
}

.about-licheng-list .about-licheng-lists .xian {
    text-align: center;
}

.about-licheng-list .about-licheng-lists .xian i {
    display: inline-block;
    height: 2px;
    padding: 0 20px;
    background-color: #888;
}

.about-licheng-list .about-licheng-lists .text {
    font-size: 16px;
    color: #888;
}

.about-yeji {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

.about-yeji h3 {
    font-size: 32px;
    color: #0e53a0;
    margin-bottom: 20px;
    margin-top: 40px;
}

.about-yeji p {
    font-size: 24px;
    color: #888;
    margin-bottom: 40px;
}

.about-yeji strong {
    display: block;
    font-size: 50px;
    color: #f3f3f3;
}

.about-rongyu {
    margin-top: 40px;
    background-color: #fff;
    min-height: 400px;
    overflow: hidden;
}

.about-rongyu .img {
    overflow: hidden;
    padding: 0;
}

.about-rongyu img {
    min-height: 400px;
}

.about-rongyu h2 {
    font-size: 32px;
    color: #0e53a0;
    font-weight: 100;
    margin: 40px 0;
}

.about-rongyu h2 span {
    font-weight: bold;
    color: #f3f3f3;
    font-size: 32px;
}

.about-rongyu li {
    line-height: 32px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 16px;
    font-size: 16px;
}

.about-rongyu li:nth-child(odd) {
    margin-right: 40px;
}

.about-csrjs {
    background-color: #fff;
    padding: 50px;
    margin: 80px auto;
}

.about-csrjs-fl {
    text-align: center;
    margin-top: 40px;
}

.about-csrjs-fl img {
    width: 80%;
}

.about-csrjs-fl p {
    margin-top: 20px;
}

.about-csrjs-fr h2 {
    margin: 40px 0;
    font-size: 32px;
    color: #333;
    font-weight: 100;
}

.about-csrjs-fr div {
    font-size: 14px;
    text-align: left;
}

.chanye-row {
    background-color: #fff;
    margin: 20px auto 40px 0;
    position: relative;
}

.chanye-title {
    font-size: 40px;
    color: #0e53a0;
    font-weight: 100;
    margin: 40px 0 0 0;
}

.chanye-row-fl {
    padding: 100px 50px;
}

.chanye-row-fl h3 {
    font-size: 24px;
    color: #0e53a0;
    font-weight: 100;
    margin-bottom: 40px;
}

.chanye-row-fl p {
    font-size: 15px;
    color: #333;
    margin-bottom: 100px;
}

.chanye-row-fl strong {
    display: block;
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 100;
}

.chanye-row-fl span {
    display: block;
    font-size: 15px;
    color: #888;
}

.chanye-row-fl a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #3f90ea;
    color: #fff;
    margin-top: 20px;
}

.chanye-row-fl a:hover {
    color: #f6ff63
}

.chanye-row-fr {
    padding: 0;
}

.news-warp {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 40px 0;
}

.news-warp-fl {
    padding-left: 0;
}

.news-warp-fr-o {
    background-color: #3f90ea;
    padding: 15px 0;
}

.news-warp-fr-o span {
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.news-warp-fr-o strong {
    display: block;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.news-warp-fr h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 5px;
}

.news-warp-fr p {
    font-size: 14px;
    color: #888;
}

.news-warp-fr a:hover p,
.news-warp-fr a:hover h3 {
    color: #3f90ea;
}

.news-warp-fr-list {
    margin-bottom: 20px;
}

.news-warp-fr-list:last-child {
    margin-bottom: 0;
}

.news-list-box {
    margin: 40px auto 60px;
}

.news-list-box li {
    margin-bottom: 30px;
}

.news-list-box li a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.news-list-box h3 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    height: 38px;
}

.news-list-box li time {
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
}

.news-list-box li img {
    width: 100%;
    margin-bottom: 20px;
}

.news-list-box li p {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
    height: 38px;
}

.news-list-box li span {
    display: inline-block;
    padding-right: 10px;
    background: url("../images/iconsr@2x.png") no-repeat center right;
    margin-bottom: 20px;
}

.news-list-box li a:hover {
    background-color: #3f90ea;
}

.news-list-box li a:hover h3,
.news-list-box li a:hover time,
.news-list-box li a:hover p,
.news-list-box li a:hover span {
    color: #fff;
}

.page {
    text-align: center;
    margin-top: 40px;
}

.page a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 5px;
}

.page span,
.page a:hover {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #3f90ea;
    color: #fff;
    border: 1px solid #3f90ea;
}

.debris {
    line-height: 40px;
    font-size: 14px;
    color: #c1c1c1;
}

.debris a {
    color: #333;
}

.debris span {
    color: #4793e9;
    padding-right: 10px;
}

.debris a:hover {
    color: #4793e9;
}

.news-contents h2 {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 100;
}

.contents img {
    /*width: 100%;*/
    max-width: 100%;
}

.times {
    line-height: 36px;
    margin-bottom: 40px;
    background-color: #edf1f7;
    padding: 10px 0;
}

.times time {
    font-size: 14px;
}

.contents-prev {
    margin-top: 40px;
}

.contents-next {
    margin-top: 10px;
}

.contents-prev a:hover,
.contents-next a:hover {
    color: #3f90ea;
}

.news-contents-fr h4 {
    display: block;
    line-height: 40px;
    background-color: #2552a6;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-indent: 12px;
}

.news-contents-fr li {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.news-contents-fr li a {
    color: #333;
    display: block;
}

.news-contents-fr li a:hover {
    color: #2552a6;
}

.news-contents-fr li time {
    color: #888;
}

.culture-warp {
    background-color: #fff;
}

.culture-icon-li {
    min-height: 260px;
    border-left: 1px solid #f1f1f1;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.culture-icon-li:last-child {
    border-right: 1px solid #f1f1f1;
}

.culture-icon-li img {
    margin-bottom: 20px;
    margin-top: 50px;
}

.culture-icon-li h2 {
    font-size: 18px;
    color: #333;
}

.culture-icon-li p {
    font-size: 15px;
    color: #888;
    margin-top: 20px;
}

.culture-warp {
    margin-bottom: 50px;
}

.culture-list {
    margin: 40px auto 60px;
    overflow: hidden;
}

.culture-list-li {
    background-color: #fff;
    margin-bottom: 40px;
}

.culture-list-pic1 {
    padding-right: 0;
}

.culture-list-pic2 {
    padding-left: 0;
}

.culture-list-pic1 img,
.culture-list-pic2 img {
    width: 100%;
}

.culture-list-text h2 {
    margin: 120px 0 0 80px;
    font-size: 40px;
    color: #333;
}

.culture-list-text p {
    margin: 60px 0 0 80px;
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.public-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
}

.search-warp {
    height: 300px;
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -150px;
    background-color: #fff;
    z-index: 999;
}

.search-warp .select {
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    margin-top: 130px;
    overflow: hidden;
}

.search-warp .select select {
    border: 0;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    resize: none;
    outline: none;
    background-color: transparent;
}

.search-warp .buutons {
    width: 760px;
    margin-top: 130px;
    height: 40px;
    margin-left: 10px;
}

.search-warp .buutons input {
    height: 40px;
    width: 80%;
    border: 1px solid #ccc;
    background-color: transparent;
    resize: none;
    outline: none;
    text-indent: 12px;
}

.search-warp .buutons button {
    width: 18%;
    height: 40px;
    margin-left: 1%;
    background-color: #3f90ea;
    color: #fff;
    border: 0;
    resize: none;
    outline: none;
}

.colse {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
}

.search-page {
    margin: 50px auto;
}

.search-page h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.search-page-warp {
    background-color: #fff;
    padding: 50px;
}

.search-page-warp .select {
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.search-page-warp .select select {
    border: 0;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    resize: none;
    outline: none;
    background-color: transparent;
}

.search-page-warp .buutons {
    width: 860px;
    height: 40px;
    margin-left: 10px;
}

.search-page-warp .buutons input {
    height: 40px;
    width: 80%;
    border: 1px solid #ccc;
    background-color: transparent;
    resize: none;
    outline: none;
    text-indent: 12px;
}

.search-page-warp .buutons button {
    width: 18%;
    height: 40px;
    margin-left: 1%;
    background-color: #3f90ea;
    color: #fff;
    border: 0;
    resize: none;
    outline: none;
}

.boxlist {
    margin-top: 40px;
    margin-bottom: 60px;
}

.boxlist li {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    padding: 20px;
}

.boxlist li:last-child {
    border-bottom: 0;
}

.boxlist li a {
    color: #333;
    padding-right: 20px;
    font-size: 14px;
}

.boxlist li a:hover {
    color: #3f90ea;
}

.boxlist li .time {
    color: #888;
}

.about-home-img {
    width: 100% !important;
    min-height: auto !important;
}

.about-home-icon {
    min-height: auto !important;
}

#toTop {
    display: none;
    position: fixed;
    /* 固定定位 */
    right: 10px;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    line-height: 40px;
    width: 40px;
    z-index: 9999999;
    transition: all .4s ease .1s;
}

#toTop:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#toTop span {
    position: relative;
    /* 相对定位，以便其伪元素绝对定位 */
    top: 5px;
    left: 13px;
    /* 变换为顺时针旋转 30°，通过数学角度计算后适当调整位置 */
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
}

#toTop span:after {
    content: "";
    position: absolute;
    /* 伪元素中是相对于 #toTop span 绝对定位 */
    top: -6px;
    left: 9px;
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.toudi h4 {
    font-size: 16px;
    color: #333;
}

.toudi p {
    font-size: 20px;
    color: #0e53a0;
    font-weight: bold;
    margin-bottom: 0;
}

.index-industrym {
    margin-bottom: 10px;
}

.index-industrym h2 {
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0 10px;
    border-bottom: 1px solid #f8f8f8;
}

.contact-warp {
    padding: 50px 0;
}

.contact-fl {
    background-color: #fff;
}

.contact-fl-warp {
    margin-bottom: 10px;
    padding: 40px;
}

.contact-fl-warp h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-fl-warp p {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

#shanghaimap,
#sichuanmap {
    width: 100%;
    height: 100%;
    min-height: 460px;
}

.jobs {
    width: 50%;
    margin: 40px auto;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc
}

.jobs h2 {
    background-color: #3f90ea;
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 20px;
}

.jobs-logo {
    width: 50%;
    margin: 5% auto;
}

.jobs-info {
    padding: 20px;
}

.jobs-form {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.jobs-info p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #666
}

.jobs-list {
    padding: 15px 20px;
}

.jobs-list:hover {
    background-color: #fbfbfb
}

.jobs-list h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.jobs-list h3 span {
    color: red;
}

.jobs-list .label {
    border: 1px solid #D3D3D3;
    display: block;
    background-color: #fff;
    width: 96%;
    margin: 0 auto;
    padding: 1px 0;
    border-radius: 0;
    position: relative;
}

.jobs-list .label input,
.jobs-list .label textarea,
.jobs-list .label {
    resize: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jobs-list .label i {
    display: block;
    width: 5%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #3f90ea;
}

.jobs-list .label input[type='text'] {
    width: 95%;
    border: 0;
    padding: 0;
    height: 32px !important;
    color: #222;
    font-weight: 100;
}

.jobs-list .label textarea {
    width: 95%;
    margin: 0 auto;
    border: 0;
    padding: 5px;
    height: 80px;
    color: #222;
    font-weight: 100;
}

.jobs-list .label input[type='text']::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
    font-size: 14px
}

.jobs-list .noborder {
    border: 0px;
    position: relative;
    height: 32px;
    line-height: 32px;
    width: 96%;
    margin: 0 auto;
    font-weight: normal;
    cursor: pointer;
}

.jobs-list .noborder input[type="radio"],
.jobs-list .noborder input[type="checkbox"] {
    width: 24px;
    height: 24px;
    opacity: 0;
}

.jobs-list .noborder label {
    position: absolute;
    left: 2%;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
}

.jobs-list .adds label {
    border-radius: 0 !important;
}

.jobs-list .noborder input:checked+label {
    background-color: #3f90ea;
    border: 1px solid #196fd0;
}

.jobs-list .noborder input:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 7px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.jobs-list .noborder p {
    margin-left: 2.5%;
}

.tips {
    color: red;
    font-size: 14px;
    margin: 10px 0;
    display: none;
}

.tipss {
    border: 1px solid red !important;
}

.tipss i {
    color: red !important;
}

.submits {
    max-width: 100%;
    min-width: 60px;
    ;
    height: 30px;
    font-weight: normal;
    background: #3f90ea;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    display: block;
    margin: 15px auto;
}

.Validform_checktip {
    display: block;
    font-size: 12px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
    font-weight: normal;
}

.Validform_wrong {
    color: red;
}

.Validform_right {
    color: green;
}

.noborder .Validform_checktip {
    bottom: -170px;
    left: 2%;
}

.adds .Validform_checktip {
    bottom: -94px;
    left: 2%;
}