* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.hide {
    display: none !important;
}

.container_body {
    width: 1230px;
    margin: 0 auto;
    background: url(/images/background.gif);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 88px;
    background: url(/images/header_background.gif);
    padding: 0 120px;
}

.logo img {
    margin-top: 11px;
}

.navSearch {
    width: 620px;
    flex-direction: column;
}

.search {
    width: 100%;
    height: 40px;
    flex-direction: row-reverse;
}

.search_div {
    width: 170px;
    height: 22px;
    background: url(/images/search_te.gif) no-repeat left top;
    margin: 10px 0 9px 0;
}

.search_div input {
    width: 130px;
    height: 18px;
    color: #999999;
    border: 1px solid #ffffff;
    margin: 2px 0 0 2px;
}

#searchBtn {
    display: block;
    width: 32px;
    height: 22px;
    background: url(/images/search_bu.gif) top;
}

.first {
    width: 88px;
    font-size: 15px;
    text-align: center;
    background: url(/images/nav_line.gif) no-repeat right top;
    position: relative;
}

.first.hover {
    background: url(/images/nav_bu.gif);
}

.nav ul {
    width: 88px;
    height: auto;
    background-color: #fff;
    border: 1px solid #235dc8;
    position: absolute;
    top: -999;
    z-index: 99999;
    display: none;
}

.nav .first.hover ul {
    display: block;
}

.nav .first.hover ul li {
    background: #f6f9ff url(/images/nav_bufoot.gif) no-repeat top;
}

.nav .first.hover ul li:hover {
    background: #30A5F4;
}

.nav .first.hover ul li:hover a {
    color: #fff;
}

.nav {
    height: 45px;
    width: 620px;
    height: 45px;
    z-index: 2;
    background: url(/images/nav_background.gif);
}

.nav a {
    color: #434343;
    line-height: 45px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
}

.nav .first.hover>a {
    color: #fff;
}

.logo {
    width: 340px;
}

.header_foot {
    width: 100%;
    height: 16px;
    background: #2969cc url(/images/header_background02.gif) repeat-y center;
}

.down {
    height: 105px;
    width: 308px;
}

.swiper-slide-thumb-active .down {
    margin-top: -105px;
}

.banner {
    width: 100%;
    height: 555px;
    position: relative;
    overflow: hidden;
    background: url(/images/ad_background.gif) repeat-x bottom;
}

.bannerDown {
    width: 951px;
    margin: -24px auto 0;
}

.bannerDown .swiper-slide {
    width: 308px;
}

.swiper-button-prev {
    width: 45px;
    height: 100px;
    background: url(/images/silder_btn.gif) !important;
    position: absolute;
    top: 180px;
    z-index: 777;
    opacity: .3;
    margin-top: 0;
    left: 0;
}

.swiper-button-next {
    width: 45px;
    height: 100px;
    background: url(/images/silder_btn.gif) 45px !important;
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 777;
    opacity: .3;
    margin-top: 0;
    right: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.index_phone {
    width: 940px;
    height: 88px;
    margin: 15px auto 0 auto;
    justify-content: space-between;
}

.index_phone .left {
    align-items: flex-start;
}

.index_phone .left>img {
    margin-right: 20px;
}

.phone_line {
    height: 62px;
    line-height: 22px;
    border-left: 1px solid #dcdcdc;
    padding: 0 0 0 15px;
}

.index_phone .right {
    margin-right: 20px;
    width: 250px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.index_phone .right a {
    display: flex;
}

.index_phone .right a img {
    margin: 0 5px 0 0;
}

.index_phone .right a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.index_phone .rightDown {
    justify-content: flex-end;
}

.footer {
    width: 100%;
    font-size: 12px;
    line-height: 35px;
    background: #f4f4f4;
    padding: 0 130px;
}

.footer p {
    font-size: 12px;
}

.footer p a {
    color: -webkit-link;
    font-size: 12px;
}

.footer .center {
    background: #F3EBE1;
    font-family: "微软雅黑";
    width: 909px;
    margin: 3px auto;
}

.footer .center .titles {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    color: #ff0000;
    float: left;
    margin-left: 5px;
    margin-top: 6px;
}

.footer .center .contents {
    line-height: 25px;
    font-size: 14px;
    padding: 10px;
    float: left;
    text-align: left;
    font-family: "微软雅黑"
}

.footer .center .contents a {
    color: -webkit-link;
    font-family: "微软雅黑";
}

.footer .center .btn {
    padding-top: 2px;
    margin: 0px 9px 0 11px;
    float: right;
}

.footer .center .btn a {
    width: 100px;
    text-align: center;
    padding: 5px 0px;
    background: #ff0000;
    color: #fff;
    border-radius: 3px;
    display: block;
    margin-top: 3px;
    font-family: "微软雅黑";
    font-size: 12px;
}

.footer .center .btn a:hover {
    font-weight: bold;
}

.main {
    width: 100%;
    background: url(/images/background02.gif) repeat-x top;
}

.main_nr {
    width: 960px;
    background: url(/images/company_foot.gif);
    margin: 0 auto;
}

.main_side {
    width: 180px;
    margin: 0 30px 0 0;
    flex-direction: column
}

.main_side_sub {
    width: 100%;
    height: 530px;
    background: url(/images/company_sidefoot.gif);
}

.main_side_sub .subFirst {
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 40px;
}

.subFirst a {
    display: block;
    white-space: nowrap;
    text-indent: 20px;
    height: 100%;
    color: #004986;
}

.subFirst a.static {
    width: 200px;
    text-decoration: none;
}

.subFirst a:hover,
.subFirst a.selected {
    font-weight: bold;
    color: #ffffff;
    background: url(/images/menu_sidebu.png);
    cursor: pointer;
}

.main_content {
    width: 750px;
}

.current {
    color: #898989;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
    margin: 40px 0 15px 0;
}

.current a {
    color: #898989;
}

.current .selected span {
    color: #104eaa;
    background-position: top;
    font-weight: bold;
}

.main_pro {
    width: 960px;
    align-items: flex-start;
    margin: 0 auto;
}

.side {
    width: 172px;
    margin: 20px 0 0 0;
}

.menu_pro {
    width: 100%;
    min-height: 300px;
    background: url(/images/product_sidebackground.gif) repeat-x top;
}

.menu_pro li a {
    width: 100%;
    height: 27px;
    line-height: 27px;
}

.menu_pro01 {
    text-indent: 10px;
}

.menu_pro01 a {
    display: block;
    width: 100%;
    color: #434343;
    background: url(/images/menu_bu.gif) no-repeat top;
}

.menu_pro01 a:hover,
.menu_pro01 a.selected {
    color: #ffffff;
    font-weight: bold;
    background: url(/images/menu_bu.gif) no-repeat bottom;
}

.navTitle {
    background: url(/images/menu_afoot.gif);
    font-weight: bold;
}

.navTitle a {
    color: #ffffff;
}

.navTitle a:hover {
    color: #ffff00;
}

.navTitle img {
    display: block;
    padding: 5px 0 0 10px;
    float: left;
}

.menu_pro li a {
    width: 100%;
    height: 27px;
    line-height: 27px;
}

.menu_pro03 {
    text-indent: 30px;
}

.menu_pro03 a {
    display: block;
    color: #434343;
    background: url(/images/menu_bu.gif) no-repeat top;
}

.menu_pro03 a:hover,
.menu_pro03 a.selected {
    color: #ffffff;
    font-weight: bold;
    background: url(/images/menu_bu.gif) no-repeat bottom;
}

.product {
    width: 780px;
    margin: 0 0 30px 0;
}

.product .one {
    width: 360px;
    height: 105px;
    margin: 20px 0 0 25px;
}

.product .one a {
    width: 100%;
    height: 100%;
    color: #434343;
    background: url(/images/product_bu.gif);
    cursor: pointer;
}

.product .one a:hover {
    background: url(/images/product_bu.gif) bottom;
}

.product .one a:hover .text p {
    color: #ffffff;
}

.product .one .img {
    width: 140px;
    height: 100px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .one .img img {
    width: 100%;
    height: 100%;
}

.product .text {
    line-height: 28px;
    padding: 35px 0 0 0;
}

.product .text .title {
    font-size: 20px;
    font-weight: bold;
    color: #434343;
}

.pagination {
    width: 100%;
    line-height: 60px;
    border-top: 2px solid #7f7f7f;
    justify-content: space-between;
}

.page_bu01 {
    display: block;
    width: 48px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    color: #1a1a1a;
    background: url(/images/page_bu01.gif);
    text-align: center;
    margin: 15px 0 0 10px;
    float: left;
    cursor: pointer;
}

div.page_bu01:hover {
    color: #ffffff;
    background: url(/images/page_bu01.gif) bottom;
}

.side_list {
    width: 750px;
    float: left;
    background: url(/images/part04_background.gif) repeat-x top;
    border: 1px solid #d0d0d0;
}

.side_list>ul {
    margin: 30px 0 20px 0;
}

.side_list>ul li {
    display: flex;
    justify-content: space-between;
    width: 95%;
    line-height: 34px;
    background: url(/images/point_01.gif) no-repeat center left;
    text-indent: 16px;
    margin: 0 auto;
}

.side_list li span {
    color: #959595;
}

.map_tj {
    font-weight: bold;
    line-height: 36px;
}

.map_tj span {
    font-size: 16px;
    color: #a40000;
}

.prat_table th {
    color: #ffffff;
    line-height: 30px;
    background: #189ad6;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.prat_table td {
    color: #434343;
    padding: 10px 5px;
    border-right: 1px solid #ffffff;
}

.current_mx {
    margin: 0 0 40px 0;
}

.recruitment {
    width: 744px;
    border: 3px solid #7cb4ee;
}

.recru_aboutus {
    height: 167px;
    background: url(/images/aboutus_pic01.jpg) no-repeat top left;
}

.recruitment_ul02 {
    line-height: 26px;
    padding: 0 0 0 30px;
}

.rectu_yp {
    clear: both;
    line-height: 60px;
    padding: 0 0 0 10px;
}

.side_rightinfo {
    width: 750px;
    background: url(/images/part05_background.gif) repeat-x top;
    border: 1px solid #d0d0d0;
    float: left;
}

.side_info_bt {
    width: 100%;
    background: #eaf3fa;
    text-align: center;
    margin: 5px auto 10px auto;
}

.side_info_btzt {
    width: 95%;
    line-height: 28px;
    font-weight: bold;
    /* margin: 25px auto; */
    padding: 25px;
    text-align: center;
}

.side_info_btzt span {
    font-size: 26px;
}

.side_info_time {
    height: 30px;
    color: #959595;
    line-height: 24px;
}

.side_info_time span {
    color: #959595;
}

.side_info_main {
    width: 95%;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.side_info_main span {
    word-wrap: break-word;
}

.pro_detail {
    width: 780px;
    padding: 25px 0 0 35px;
}

.prat_table tr:hover {
    background: #B3CFDF;
}

.prat_table tr:nth-child(2n+1) {
    background: #DCEEF8;
}

.recruitment {
    width: 744px;
    border: 3px solid #7cb4ee;
}

.recru_school {
    height: 167px;
    background: url(/images/recruitment_pic04.jpg) no-repeat top left;
}

.recruitment_ul {
    padding: 0 0 0 10px;
}

.rectu_yp {
    clear: both;
    line-height: 60px;
    padding: 0 0 0 10px;
}

.recru_search {
    height: 175px;
    background: url(/images/recruitment_pic03.jpg) no-repeat top left;
}

.recru_search_ul {
    padding: 130px 0 0 0;
}

.recru_search_ul li {
    margin: 0 0 0 12px;
    float: left;
}

.recruitment_ul {
    padding: 0 0 0 10px;
}

.rectu_yp {
    clear: both;
    line-height: 60px;
    padding: 0 0 0 10px;
}

.hide_img {
    font-size: 0;
    display: none;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

.nav .close {
    display: none;
}

.mb .current{
    margin: 0;
}

.proBtn{
    width: 172px;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    background: url(/images/header_background02.gif) repeat-y ;
}

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

    .mb {
        display: block;
    }

    .mb .container_body,
    .mb .container {
        width: 100%;
        background: none;
    }

    .mb .swiper-slide img {
        max-width: 100%;
    }

    .mb .header {
        padding: 10px;
    }

    .mb .logo img {
        margin: 0;
    }

    .mb .search {
        display: none;
    }

    .mb .nav {
        background: #000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: auto;
        height: auto;
        flex-wrap: wrap;
        overflow: auto;
    }

    .mb .nav .first {
        width: 100%;
        background: none;
        text-align: left;
    }

    .mb .nav a {
        color: #fff;
        height: auto;
        line-height: 30px;
    }

    .mb .nav .close {
        display: block;
        width: 100%;
        color: #fff;
        padding: 10px 20px;
    }

    .mb .nav ul {
        display: block;
        width: 100%;
        position: relative;
        background: none;
        border: 0;
    }

    .mb .navSearch {
        display: none;
    }

    .mb .mb_nav {
        width: 100%;
        height: 100%;
        background: url(../images/mb_nav.png) no-repeat center center;
        background-size: 60%;
        min-width: 50px;
    }

    .mb .first>a {
        padding-left: 50px;
    }

    .mb .first ul a {
        padding-left: 100px;
    }

    .mb .banner {
        height: auto;
    }

    .mb .index_phone {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .mb .index_phone .left {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .mb .phone_line {
        border: 0;
        padding: 0;
        margin-top: 20px;
    }

    .mb .index_phone .left>img {
        margin: 0;
    }

    .mb .index_phone .right {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mb .footer {
        padding: 20px;
    }

    .mb .footer p {
        margin-bottom: 30px;
    }

    .mb .footer p:last-child {
        margin-bottom: 0px;
    }

    .mb .main_nr {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        background: none;
    }

    .mb .main_side {
        margin: auto;
    }

    .mb .main_side_sub {
        height: auto;
    }

    .mb .main_content {
        width: 100% !important;
    }

    .mb .main_content img {
        max-width: 100%;
        height: auto;
    }

    .mb .main_content input {
        max-width: 100%;
    }

    .mb .side_list {
        width: 100%;
    }

    .mb .pagination {
        flex-wrap: wrap;
    }

    .mb .pagination .page_ul01 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mb .pagination .page_ul02 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .mb .side_list>ul li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 60%;
    }

    .mb .side_rightinfo{
        width: 100%;
    }

    .mb .side_info_btzt{
        width: 100%;
        margin: 0;
    }

    .mb .side_info_time{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .mb .main_pro{
        width: 100%;
        justify-content: center;
    }
    
    .mb .menu_pro{
        min-height: auto;
    }

    .mb .pro_detail{
        width: 100%;
        padding: 0 10px;
    }

    .mb .pro_detail blockquote{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mb .pro_detail blockquote img{
        max-width: 100%;
        max-height: 100%;
    }

    .mb .pro_detail table{
        width: 100% !important;
    }

    .mb .recruitment{
        width: 100%;
    }
    .mb .logo{
        display: flex;
        align-items: center;
    }

    .page_bu01:first-child{
        margin-left: 0;
    }

    .mb .product{
        width: 100%;
        justify-content: center;
    }

    .mb .product .one{
        margin: 10px 0;
    }

    .mb .pro_detail img{
        max-width: 100%;
        height: auto ;
    }
}

@media screen and (max-width: 375px) {
    .mb .logo img{
        max-width: 280px;
    }

    .mb .side_list>ul li a{
        width: 50%;
    }
}

@media screen and (max-width: 320px) {
    .mb .logo img{
        max-width: 240px;
    }

    .mb .side_list>ul li a{
        width: 47%;
    }
}