

/*列表页*/
/*关于奥途*/
.banner02 img {
    display: block;
    width: 100%;
}

.ny_con_wrap {
    padding: 5% 0 3% 0;
}

/*左侧*/
.ny_left {
    width: 20%;
}

.ny_l_tit {
    padding: 0 0 4% 0;
    border-bottom: 3px solid #126fbc;
    font-size: 22px;
    color: #333;
    font-weight: 800;
}

.ny_l_tit span {
    font-size: 16px;
}

.ny_l_tit img {
    position: relative;
    top: 3px;
    margin-right: 2%;
}

.nav_li_wrap {
    padding-left: 8%;
}

.nav_li_wrap {
    position: relative;
    cursor: pointer;
}

.side_nav li:not(:first-of-type) .nav_li_wrap {
    border-top: 1px solid #d2d2d2;
}

.side_subnav li::before, .nav_li_wrap::before {
    position: absolute;
    left: 8%;
    top: 50%;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background-color: #969696;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.side_nav li a, .nav_li_wrap span {
    display: block;
    padding: 4% 0 4% 5%;
    font-size: 18px;
    color: #575757;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.side_nav .cur .nav_li_wrap::before, .nav_li_wrap:hover::before, .side_subnav li:hover::before {
    background-color: #126fbc;
}

.side_nav .cur .nav_li_wrap a, .side_nav .cur .nav_li_wrap span, .nav_li_wrap:hover a, .side_subnav li:hover a, .nav_li_wrap:hover span {
    color: #126fbc;
}

.left_contact {
    margin-top: 15%;
}

.left_contact img {
    display: block;
    width: 100%;
}

.l_contact_con {
    padding: 5% 4%;

}

.l_contact_con span {
    display: block;
    font-size: 18px;
    color: #515151;
    line-height: 1.6em;
}

.con_tel {
    margin-bottom: 6%;
}

.ti3 {
    text-indent: 3em;
}

/*右侧*/
.ny_right {
    width: 77%;
}

.ny_r_tit {
    padding: 0 0 1.55% 3px;
    border-bottom: 1px dashed #333;
}

.about_con {
    padding: 2.5% 3px;
}

.about_con p {
    font-size: 18px;
    color: #282625;
    line-height: 1.8em;
    margin-bottom: 4.5%;
}

.about_con span {
    font-size: 19px;
    color: #eb5c18;
}

.about_list li {
    float: left;
    width: 25%;
    margin-top: 3%;
}

@media screen and (max-width: 1599px) {
    .ny_l_tit {
        font-size: 20px;
    }

    .side_nav li a, .side_nav li span {
        padding: 4% 0 4% 7%;
        font-size: 17px;
    }

    .ny_l_tit img {
        top: 3px;
        height: 20px;
    }

    .l_contact_con span {
        font-size: 16px;
    }

    .ny_r_tit {
        padding: 0 0 1.55% 3px;
    }

    .about_con {
        padding: 2% 3px;
    }

    .about_con p {
        margin-bottom: 3%;
        font-size: 16px;
    }

    .about_con span {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .ny_l_tit {
        padding: 0 0 4% 1%;
        font-size: 18px;
    }

    .ny_l_tit img {
        top: 2px;
        height: 17px;
    }

    .nav_li_wrap {
        padding-left: 2%;
    }

    .side_subnav li::before, .nav_li_wrap::before {
        width: 5px;
        height: 5px;
        margin-top: -2px;
        left: 2%;
    }

    .side_nav li a, .side_nav li span {
        font-size: 16px;
    }

    .ny_l_tit span {
        font-size: 14px;
    }

    .l_contact_con span {
        font-size: 14px;
    }

    .ny_r_tit {
        padding: 0 0 1.55% 3px;
    }
}

@media screen and (max-width: 991px) {
    .ny_left {
        width: 30%;
    }

    .ny_right {
        width: 68%;
    }

    .ny_l_tit {
        padding: 0 0 4% 2%;
        font-size: 16px;
    }

    .ny_l_tit img {
        top: 1px;
        height: 15px;
    }

    .nav_li_wrap {
        padding-left: 2%;
    }

    .nav_li_wrap::before {
        left: 2%;
    }

    .side_nav li a, .side_nav li span {
        font-size: 15px;
    }

    .ny_r_tit {
        padding: 0 0 2% 3px;
    }
}

@media screen and (max-width: 767px) {
    .ny_l_tit span {
        display: none;
    }

    .about_con p {
        font-size: 15px;
    }

    .about_con span {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .left_contact {
        display: none;
    }

    .ny_l_tit {
        padding: 0 0 4% 2%;
        font-size: 15px;
    }

    .ny_l_tit img {
        top: 0;
        height: 12px;
    }

    .nav_li_wrap {
        padding-left: 2%;
    }

    .nav_li_wrap::before {
        left: 2%;
    }

    .side_nav li a, .side_nav li span {
        font-size: 14px;
    }

    .ny_r_tit {
        padding: 0 0 2% 3px;
    }

    .about_list li {
        width: 33.3333333333%;
    }

    .about_con span {
        font-size: 15px;
    }

    .about_con p {
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .ny_left, .ny_right {
        width: 100%;
    }

    .ny_l_tit span {
        display: inline-block;
        font-size: 13px;
    }

    .ny_right {
        margin-top: 4%;
    }

    .ny_l_tit {
        padding: 0 0 2% 2%;
        font-size: 17px;
    }

    .ny_l_tit img {
        height: 16px;
        top: 2px;
        margin-right: 1.5%;
    }

    .nav_li_wrap {
        padding-left: 2%;
    }

    .nav_li_wrap::before {
        left: 2%;
    }

    .side_nav li a, .side_nav li span {
        padding: 2% 0 2% 3%;
        font-size: 15px;
    }

    .about_list li {
        width: 25%;
    }
}

@media screen and (max-width: 500px) {
    .side_nav li a, .side_nav li span {
        padding: 2.5% 0 2.5% 3%;
    }
}

@media screen and (max-width: 420px) {
    .side_subnav li::before, .nav_li_wrap::before {
        width: 4px;
        height: 4px;
    }
}

@media screen and (max-width: 400px) {
    .ny_l_tit {
        font-size: 16px;
    }

    .ny_l_tit img {
        height: 15px;
        top: 1px;
    }

    .side_nav li a, .side_nav li span {
        font-size: 14px;
    }

    .about_list li {
        width: 48%;
    }

    .about_list li:nth-of-type(odd) {
        float: left;
    }

    .about_list li:nth-of-type(even) {
        float: right;
    }
}

/*产品中心*/
.add_ico {
	width:20px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.add_ico i {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #969696;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.add_ico i:nth-of-type(2) {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side_nav .cur .add_ico i, .nav_li_wrap:hover .add_ico i {
    background-color: #126fbc;
}

.side_subnav li {
    position: relative;
    padding-left: 13%;
    border-top: 1px solid #d2d2d2;
}

.side_subnav li::before {
    left: 13%;
}

.products_con {
    margin: 0 -1.2%;
}

.products_con li {
    float: left;
    width: 33.3333333%;
    margin-top: 3.5%;
    text-align: center;
}

.pro_list_wrap {
    margin: 0 4%;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.products_con li img {
    display: block;
    width: 100%;
}

.products_con li span {
    display: block;
    width: 100%;
    padding: 4% 0;
    font-size: 16px;
    color: #474747;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.products_con li:hover span {
    color: #eb5c18;
}



/*页码*/
.paging {
    margin: 5.5% 0 3% 0;
    text-align: center;
    font-size: 18px;
    color: #929292;
}

.paging a {
    color: #929292;
}

.paging li {
    display: inline-block;
    margin: 0 0.8%;
}

.paging li img {
    position: relative;
    top: 8px;
    height: 30px;
}

.paging .cur a, .paging li:hover a {
    color: #eb5c18;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.paging .nolink:hover a {
    color: #929292;
}

@media screen and (max-width: 1599px) {
    .side_subnav li {
        padding-left: 15%;
    }

    .side_subnav li::before {
        left: 15%;
    }

    .products_con li span {
        font-size: 15px;
    }

    .paging {
        font-size: 17px;
    }

    .paging li img {
        position: relative;
        top: 7px;
        height: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .side_subnav li {
        padding-left: 11%;
    }

    .side_subnav li::before {
        left: 11%;
    }

    .add_ico i {
        width: 12px;
        height: 2px;
    }

    .paging {
        font-size: 16px;
    }

    .paging li {
        margin: 0 1%;
    }

    .paging li img {
        position: relative;
        top: 6px;
        height: 25px;
    }
}

@media screen and (max-width: 991px) {
    .side_subnav li {
        padding-left: 10%;
    }

    .side_subnav li::before {
        left: 10%;
    }

    .products_con li span {
        font-size: 14px;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    .products_con {
        margin: 0;
    }

    .products_con li {
        width: 50%;
        margin-top: 4%;
    }

    .add_ico i {
        width: 10px;
        height: 2px;
    }

    .products_con li:nth-of-type(odd) .pro_list_wrap {
        margin: 0 3.5% 0 0;
    }

    .products_con li:nth-of-type(even) .pro_list_wrap {
        margin: 0 0 0 3.5%;
    }
}

@media screen and (max-width: 620px) {
    .side_subnav {
        display: none;
    }

    .side_subnav li {
        padding-left: 5%;
    }

    .side_subnav li::before {
        left: 5%;
    }
}

@media screen and (max-width: 550px) {
  
    .paging {
        font-size: 15px;
    }

    .paging li img {
        position: relative;
        top: 5px;
        height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .products_con {
        margin: 0;
    }

    .products_con li {
        width: 50%;
        margin-top: 4%;
    }

    .products_con li:nth-of-type(odd) .pro_list_wrap {
        margin: 0 3.5% 0 0;
    }

    .products_con li:nth-of-type(even) .pro_list_wrap {
        margin: 0 0 0 3.5%;
    }

}

@media screen and (max-width: 420px) {
    .products_con li span {
        font-size: 13px;
    }
}

/*产品中心详情页*/
.product_show {
    padding: 3% 0 4% 0;
}

.pro_slide {
    width: 50%;
}

.pro_slide li img {
    display: block;
    width: 100%;
}

/*slide*/
/*导航按钮*/
.pro_slide .swiper-button-prev.swiper-button-white {
    background-image: url("/css-1/pro_prev.png");
}

.pro_slide .swiper-button-next.swiper-button-white {
    background-image: url("/css-1/pro_next.png");
}

.pro_slide .swiper-button-prev:hover {
    background-image: url("/css-1/pro_prev_hov.png");
}

.pro_slide .swiper-button-next:hover {
    background-image: url("/css-1/pro_next_hov.png");
}

.pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
    width: 27px;
    height: 48px;
    margin-top: -24px;
    background-size: 100% auto;
}

.pro_slide .swiper-button-prev {
    left: 2%;
}

.pro_slide .swiper-button-next {
    right: 2%;
}

/*slide*/
.pro_describe {
    width: 47%;
}

.pro_describe li {
    position: relative;
    padding-left: 6%;
    font-size: 18px;
    color: #595959;
    line-height: 1.8em;
}

.pro_describe li:first-of-type {
    margin-bottom: 1%;
    font-size: 22px;
    color: #282625;
}

.pro_describe li span {
    position: absolute;
    left: 0;
}

.pro_describe li:first-of-type span {
    left: -3px;
}

.product_tabs {
    margin: 0 -0.3%;
}

.product_tabs li {
    float: left;
    width: 20%;
    text-align: center;
}

.product_tabs li a {
    display: block;
    margin: 0 2%;
    padding: 8% 0;
    background-color: #eee;
    font-size: 17px;
    color: #514f4f;
    letter-spacing: 1px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product_tabs .active a, .product_tabs li a:hover {
    background-color: #eb5c18;
    color: #fff;
}

.pro_details {
    margin-top: 3%;
}

.pro_details p {
    font-size: 17px;
    color: #282625;
    line-height: 1.8em;
    margin-bottom: 2%;
}

@media screen and (max-width: 1599px) {
    .pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
        background-size: 80% auto;
    }

    .pro_describe li {
        font-size: 16px;
    }

    .pro_describe li:first-of-type {
        font-size: 20px;
    }

    .product_tabs li a {
        font-size: 16px;
        padding: 7% 0;
    }

    .pro_details p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
        background-size: 70% auto;
    }

    .pro_describe li:first-of-type {
        font-size: 19px;
    }

    .product_tabs li a {
        font-size: 15px;
    }

    .pro_details p {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
        background-size: 60% auto;
    }

    .pro_describe li {
        font-size: 15px;
    }

    .pro_describe li:first-of-type {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .pro_describe li {
        font-size: 14px;
    }

    .pro_describe li:first-of-type {
        font-size: 17px;
    }

    .product_tabs li a {
        font-size: 14px;
    }

    .pro_details p {
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
        background-size: 70% auto;
    }

    .product_tabs li a {
        padding: 6% 0;
    }
}

@media screen and (max-width: 520px) {
    .pro_slide .swiper-button-prev, .pro_slide .swiper-button-next {
        background-size: 60% auto;
    }
}

@media (min-width: 621px) and (max-width: 720px) {
    .pro_slide, .pro_describe {
        width: 100%;
    }

    .pro_describe {
        margin-top: 3%;
    }

    .pro_describe li {
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 450px) {
    .pro_slide, .pro_describe {
        width: 100%;
    }

    .pro_describe {
        margin-top: 3%;
    }

    .pro_describe li {
        padding-left: 3.5%;
    }
}

@media screen and (max-width: 440px) {
    .product_tabs li {
        width: 33.33333%;
        margin-bottom: 1%;
    }

    .product_tabs li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    .product_tabs li a {
        font-size: 14px;
    }
}

/*服务支持*/
.service_con p {
    margin-top: 3%;
    font-size: 17px;
    color: #282625;
    line-height: 1.8em;
    text-indent: 2em;
}

@media screen and (max-width: 1599px) {
    .service_con p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .service_con p {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .service_con p {
        font-size: 14px;
    }
}

/*新闻资讯*/
.news_list li {
    margin-top: 3%;
}

.news_img {
    width: 30%;
}

.news_img img {
    display: block;
    width: 100%;
}

.news_det {
    width: 68%;
}

.news_tit {
    margin: 1% 0 2% 0;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_det p {
    height: 4em;
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    overflow: hidden;
}

.learn_more a {
    display: inline-block;
    margin-top: 2%;
    font-size: 14px;
    color: #999;
    padding: 1.2% 2.8%;
    border: 1px solid #999;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.learn_more a:hover {
    color: #fff;
    background-color: #eb5c18;
    border: 1px solid #eb5c18;
}

@media screen and (max-width: 1599px) {
    .news_list li {
        margin-top: 4%;
    }

    .news_img {
        width: 33%;
    }

    .news_det {
        width: 65%;
    }

    .news_tit {
        margin: 0.8% 0 1.5% 0;
        font-size: 17px;
    }

    .news_det p {
        font-size: 15px;
    }

    .learn_more a {
        margin-top: 1.5%;
    }
}

@media screen and (max-width: 1199px) {
    .news_tit {
        font-size: 16px;
    }

    .news_det p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .news_img {
        width: 35%;
    }

    .news_det {
        width: 63%;
    }

    .news_det p {
        height: 2em;
    }
}

@media screen and (max-width: 620px) {
    .news_det p {
        height: 4em;
    }
}

@media screen and (max-width: 600px) {
    .news_det p {
        height: 2em;
    }
}

@media screen and (max-width: 440px) {
    .news_list li:not(:last-of-type) {
        padding-bottom: 4%;
        border-bottom: 1px dashed rgba(153, 153, 153, 0.6);
    }

    .news_img {
        width: 100%;
        margin-bottom: 2%;
    }

    .news_det {
        width: 100%;
    }

    .news_det p {
        height: auto;
    }
}

/*在线留言*/
.about_us {
    margin-bottom: 8%;
    padding: 1%;
    font-size: 17px;
    color: #757474;
    background-color: #e5e5e5;
    line-height: 1.6em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.online_con td {
    display: block;
    /*margin-bottom: 2%;*/
    padding-bottom: 2%;
}

.online_con tr label {
    margin-left: 2%;
    font-size: 17px;
    color: #7e7e7e;
    letter-spacing: 2px;
    vertical-align: middle;
}

.online_con tr:last-of-type label {
    vertical-align: top;
}

.online_con tr label span {
    margin-left: 0.5%;
    font-size: 20px;
    color: #ff0000;
    vertical-align: middle;
}

.online_con form table input, .online_con form textarea {
    background-color: #e5e5e5;
    padding: 0.8% 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    color: #7e7e7e;
    -webkit-box-shadow: inset 2px 2px 0 #d9d9d9;
    -moz-box-shadow: inset 2px 2px 0 #d9d9d9;
    box-shadow: inset 2px 2px 0 #d9d9d9;
}

.online_con form table input {
    width: 60%;
}

.online_con form textarea {
    width: 80%;
    height: 150px;
}

.online_submit {
    margin: 2% 0 4% 0;
    padding: 1% 8%;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eb5c18;
    cursor: pointer;
}

@media screen and (max-width: 1599px) {
    .about_us {
        font-size: 16px;
    }

    .online_con form table input, .online_con form textarea {
        padding: 1% 10px;
        font-size: 16px;
        overflow-x:hidden;
    }

    .online_con tr label {
        font-size: 16px;
    }

    .online_con tr label span {
        font-size: 18px;
    }

    .online_submit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .about_us {
        font-size: 15px;
    }

    .online_con form table input, .online_con form textarea {
        padding: 1.3% 10px;
        font-size: 15px;
    }

    .online_con tr label {
        font-size: 15px;
    }

    .online_con tr label span {
        font-size: 16px;
    }

    .online_submit {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .about_us {
        font-size: 14px;
    }

    .online_con form table input, .online_con form textarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .online_con form table input, .online_con form textarea {
        padding: 1.8% 10px;
        width: calc(100% - 75px);
    }

    .online_submit {
        font-size: 15px;
    }
}

/*联系我们*/
.contact_l {
    width: 60%;
    padding-top: 2%;
}

.contact_l img {
    width: 58%;
    min-width: 220px;
}

.contact_way {
    margin-top: 4%;
}

.contact_way span {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 1.8em;
}

.contact_r {
    width: 35%;
}

.contact_r img {
    display: block;
    width: 100%;
}

.map {
    margin: 6% 0 3% 0;
}

.map img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .contact_way span {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .contact_way span {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .contact_way span {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .contact_way span {
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .contact_way {
        margin-top: 3%;
    }

}

@media screen and (max-width: 400px) {
    .contact_l {
        width: 100%;
    }

    .contact_r {
        display: none;
    }
}



@media screen and (max-width:350px) {
.banner1 .bx-wrapper .bx-controls-direction a {
    top: 14%;
    width: 25px;
    height: 25px;
}
}

.ix_a{ display:none;}
.tab-on{ display:block;}   
.col_pro_tit ul li.on{ border-bottom: 2px solid #fff;}
.col_pro_tit ul li.on span{ color:#fff;}
.ix_a1{}

/*招聘列表*/
	.joblist{ width:100%; margin:0 auto;}
	.joblist li{ margin-top:20px; clear:both;}
	.joblist li .job_tit{ display:block; padding:5px 0; margin:0px; font-size:12px; border-bottom:1px solid #ccc; font-weight:bold;}
	.joblist li .job_tit span{ float:right; font-weight:normal;}
	.joblist li .job_ti {  display:block;font-weight:bold;padding:8px 0 3px; color:#666666;}
	.joblist li .job_con{ margin:0px; line-height:180%;}
	.joblist li .job_sty{ margin:5px 0 0 0; color:#888;}
	.joblist li .job_01{ width:80px; float:left;}
	.joblist li .job_02{ width:50px; float:left;}
	.joblist li .job_03{ width:80px; float:left;}
	.joblist li .job_04{ width:50px; float:left;}
	.joblist li .job_05{ width:80px; float:left;}
	.joblist li .job_06{ width:100px; float:left;}
	.joblist li .job_07{ width:80px; float:left;}
	.joblist li .job_08{ width:100px; float:left;}

	/*招聘列表1(标题+时间)*/
	.joblist_1{ width:100%; margin:0 auto;}
	.joblist_1 li{ padding:6px 0 6px 15px; clear:both; border-bottom:dotted 1px #a8a8a8;background:url(/css-1/icon_19.png) no-repeat left 9px; line-height:150%;}
	.joblist_1 li span{float:right;}

	/*显示招聘详细*/
	.jobshow{ width:100%; margin:0 auto;}
	.jobshow{ margin-top:0px; clear:both;}
	.jobshow .job_tit{ display:block; padding:5px 0; margin:0px; font-size:12px; border-bottom:1px solid #ccc; font-weight:bold;}
	.jobshow .job_tit span{ float:right; font-weight:normal;}
	.jobshow .job_ti {  display:block;font-weight:bold;padding:8px 0 3px; color:#666666;}
	.jobshow .job_con{ margin:0px; line-height:180%;}
	.jobshow .job_sty{ margin:5px 0 0 0; color:#888;}
	.jobshow .job_01{ width:65px; float:left;}
	.jobshow .job_02{ width:40px; float:left;}
	.jobshow .job_03{ width:60px; float:left;}
	.jobshow .job_04{ width:80px; float:left;}

	/*在线应聘*/
	.job_box{}
	.job_box form{ padding:0px; margin:0px;}

	/*表单公共部分*/
	/*最外层容器*/
	.box_style{color:#4e4e4e; font-size:12px;font-family:"微软雅黑";}
	/*文本框*/
	.input_bor{color:#4e4e4e;  margin:5px 0 5px 10px; display:inline; font-size:12px; width:240px; height:22px; line-height:22px; border:1px solid #dadada; padding-left:2px;}
	/*按钮*/
	.input_btn{ margin-left:10px;}
	/*带*必填项*/
	.txt_red{ color:#FF0000;}
	/*文本框后面的文字说明*/
	.txt_hui{margin-left:10px;color:#999999; font-family:"宋体"; font-size:12px; }
	
	.online_con input,.online_con textarea{ outline:0; resize:none; border:none; _border:0; margin:0; padding:0;}
.online_con input{ margin:0; padding:0; border:none;}
.online_con table,.online_con table td{border-collapse:collapse;}

input.online_submit {
    width: 11%;
}