/*ͷ��*/
.header{
    background: #f7f7f7;width:100%;
    height: 36px;color:#666;line-height: 36px;
}
.header div.mauto ul{padding-right: 10px;}
.header div.mauto ul li{
    float: left;margin-left: 10px;
}
.iconEmail{
    display: inline-block;position: relative;
    width:17px;height:13px;top: 3px;margin-right: 8px;
    background: url("../images/s_img.png") no-repeat -102px 0;
}
.iconBag{
    display: inline-block;position: relative;
    width:20px;height:15px;top: 3px;margin-right: 8px;
    background: url("../images/s_img.png") no-repeat -102px -13px;
}
@media (max-width: 668px) {
    .header{
        background: #15a93b;width:100%;font-size:0.12em;
        height:0.6rem;color:#fff;line-height:0.6rem;
        box-sizing: border-box;padding:0 3%;
    }
    .iconEmail{
        width:0.27rem;height:0.21rem;top:0.05rem;
        background: url("../images/head-email.png") no-repeat;
        background-size: 0.27rem 0.21rem;
    }
    .iconBag{
        width:0.33rem;height:0.24rem;top:0.05rem;
        background: url("../images/head-OA.png") no-repeat;
        background-size:0.33rem 0.24rem;
    }
    .header a{color: #fff;}
}
@media (max-width: 461px) {
    .header div.mauto span.telNone{display: none;}
}
/*����*/
.logo{line-height:0.9rem;}
.header-nav li{margin:38px 0;float: left;position: relative;border-bottom:3px solid transparent}
.header-nav li:hover{border-bottom: 3px solid #228651;}
.header-nav>li>a{
    padding: 0 26px;font-size: 14px;
    border-right: 1px dotted #a0a0a0;
    /* margin:38px 0; */
}
.i-banner .bx-wrapper{background: none !important;}
.header-nav li .subnav {
    /*height: 45px;*/
    width: 100%;
    position: absolute;
    left: 0;top: 60px;
    box-sizing:border-box;padding:5px 10px 20px;
    background:rgba(0,0,0,0.3);
    z-index: 99;
    display: none;
}
.header-nav li .subnav a {
    /*float: left;*/
    /*margin-right: 50px;*/
    display: block;
    /*padding: 0 25px;*/
    text-align: center;
    line-height: 32px;
    animation: right .8s;
    color:#fff;
    border-bottom: 1px dashed rgba(255,255,255,.6);
}
.header-nav li .subnav .mauto{
    transition: all .5s;
}
.header-nav>li:hover>a{
    color: #217d41;
}
/*.header-nav li:hover .subnav {*/
    /*display: block;*/
/*}*/
.header-nav li:hover .subnav .mauto{
    /*animation: fadeInRight .3s;*/
}
.search-wrap {
    float: right;
    margin-top:0.32rem;
    margin-left:0.3rem;
    padding-bottom:0.33rem;
    position: relative;
}
.search-wrap .icon {
    display: block;
    width:0.25rem;
    height: 0.25rem;
    background: url(../images/search_icon.png) no-repeat;
    background-size: 0.25rem 0.25rem;
    cursor: pointer;
}
.search-wrap .subbox {
    width: 225px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    padding: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    z-index: 999;
    visibility: hidden;
    top:0.35rem;
}
.search-wrap .subbox .wrap {
    background: #fff;
}
.search-wrap .subbox .wrap .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search-wrap:hover .subbox {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top:0.6rem;
}
@media (max-width: 1155px) {
    .heardNav{padding: 0 10px;}
    .btn-nav {
        float: right;
        width: 0.64rem;
        height: 0.9rem;
        background: url(../images/nav-btn.png) no-repeat center;
        background-size: 0.32rem;
    }
    .header-nav {
        width: 100%;
        height: auto;
        margin: 0;
        z-index: 999;
        background: #fefefe;
        text-align: center;
        position: absolute;
        top: 126px;
        left: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        display: none;
    }
    .header-nav li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-top: 1px solid #e7e7e7;
    }
    .header-nav li > a {
        display: block;
        width: 100%;
        height: 40px;
        color: #333;
        padding: 0;
        margin: 0;
        line-height: 40px;
        font-size: 14px;
        font-weight: normal;
    }
    .header.iheader {
        position: relative;
    }
    .header-nav li .subnav {
        position: relative;
        top: 0;
        height: auto;
        background: #f9f9f9;
    }
    .header-nav li .subnav a {
        float: none;
        display: block;
        height: 40px;
        color: #333;
        padding: 0;
        margin: 0;
        border: none;
        line-height: 40px;
        border-top: 1px solid #f1f1f1;
    }
    .search-wrap{margin-left: 0;}
}
@media (max-width: 668px){
    .logo{width:60%;}
    .logo a,.logo a img{width:100%;}
    .header-nav {top:1.46rem;}
    .btn-nav {
        float: right;
        width: 0.64rem;
        height: 0.9rem;
        background: url(../images/nav-btn.png) no-repeat center;
        background-size: 0.48rem;
    }
    .search-wrap {
        float: right;
        margin-top:0.25rem;
        margin-right:0.3rem;
        padding-bottom:0.25rem;
        position: relative;
    }
    .search-wrap .icon {
        display: block;
        width:0.4rem;
        height: 0.4rem;
        background: url(../images/search_icon.png) no-repeat;
        background-size: 0.4rem 0.4rem;
        cursor: pointer;
    }
    .search-wrap .subbox {
        position: absolute;
        right:-0.94rem;
        top:0.35rem;
    }
}
/*�ֲ�ͼ*/
.i-banner .bx-wrapper .bx-pager{
    bottom:0.56rem;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a{
    background: none;
    border: #c8c8c8 solid 1px;
    border-radius: 50%;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active, .i-banner .bx-wrapper .bx-pager.bx-default-pager a:focus, .i-banner .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #fff;
    border:#fff solid 1px;
}
.i-banner .bx-wrapper .bx-controls-direction a{
    margin-top: -20px;
    width: 0.51rem !important;
    height: 0.51rem !important;
    z-index: 2;
    border-radius: 50%;
    transition: all ease-out .3s;
}
.i-banner .bx-wrapper .bx-prev{
    background: url(../images/hBanner_toL.png) no-repeat !important;
    background-size: 0.51rem 0.51rem !important;
    left:4% !important;
}
.i-banner .bx-wrapper .bx-next{
    background: url(../images/hBanner_toR.png) no-repeat !important;
    background-size: 0.51rem 0.51rem !important;
    right:4% !important;
}
.bxslider08{
    position: absolute;
    bottom:45px;
}
.i-banner .bxslider08 li{background: transparent;}
.i-banner .bxslider08 li>div{
    height:0.45rem;width:100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top:0;left:0;
}
.i-banner ul li span.subtitle{
    display: block;
    position:relative;z-index: 10;
    font-size:13px;
    height:0.45rem;line-height:0.45rem;
    width: 98%;
    margin: 0 auto;
    overflow: hidden; /*�Զ���������*/
    text-overflow:ellipsis;
    white-space: nowrap;/*ǿ�Ʋ�����*/
}
.i-banner ul li span.subtitle a{color:#fff;float:left;}
.i-banner ul li span.subtitle i{
    position: relative;top:0.05rem;
    display: inline-block;
    width:0.28rem;height:0.25rem;
    background: url("../images/notice.png") no-repeat;
    background-size: 0.28rem 0.25rem;
}
.i-banner ul li span.subtitle span{color:#fff;}
#banner{position: relative;}
.banner-text{
    position: absolute;width:1200px;
    bottom:3px;left:50%;
    margin-left:-600px;
}
.i-banner .pc_bannerDiv{display: block;}
.i-banner .tel_bannerDiv{display:none;}
@media (max-width: 1200px) {
    .banner-text{
        width: 100%;left:0;margin-left: 0;
    }
}
@media (max-width: 668px) {
    .i-banner .bx-wrapper .bx-controls-direction a{display: none;}
    .i-banner .pc_bannerDiv{display: none;}
    .i-banner .tel_bannerDiv{display:block;}
}
/*����*/
#main{max-width:1200px;margin: 0 auto;}
@media (min-width:668px) and (max-width:1200px) {
    #main{width:96%;margin:0 2%;}
}
.abt{width:39%;margin-right: 2%;}
.new{width:59%;}
.pro{width:100%;}
.main-title{
    line-height: 40px;height:40px;
    margin: 20px auto;
}
.abt .main-title{background:#f3faee url("../testimg/tBg_abt.png") no-repeat;}
.new .main-title{background:#f3faee url("../testimg/tBg_new.png") no-repeat;}
.pro .main-title{background:#f3faee url("../testimg/tBg_pro.png") no-repeat;}
.main-title .China-title{
    color:#fff;display:inline-block;
    width:120px;margin-left: 40px;
    font-size:16px;
}
.main-title .English-title{
    color:#d0e5c0;
    font-size: 16px;
}
.main-content span.isP{
    display:block;line-height: 25px;
}
.abt .main-content span.isP a{display:block;text-indent: 20px;text-align: justify;}
.abt .main-content>a{width:100%;text-align: center;}
.abt_img{
    max-width:100%;margin-top:10px;
}
.new-text{width:54%;margin-right:2%;}
.new-banner{width:44%;}
.new-banner ul li a{width:100%;}
.new-top h3 a{
    color:#333;width:100%;
    overflow: hidden; /*�Զ���������*/
    text-overflow:ellipsis;
    white-space: nowrap;/*ǿ�Ʋ�����*/
}
.new-top span.isP a{color:#298a55;}
.new-text .new-top{margin-bottom:7px;}
.new-list span.isP{
    height:39px;line-height: 40px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden; /*�Զ���������*/
    text-overflow:ellipsis;
    white-space: nowrap;/*ǿ�Ʋ�����*/
}
.new-list span.isP i{
    display: inline-block;
    height:5px;width:5px;
    margin-right: 5px;
    position: relative;bottom:2px;
    background: url("../images/s_img.png") -79px -89px no-repeat;
}
.new-banner .bx-wrapper .bx-pager{
    bottom: 5%;
}
.pro-type{margin:13px 15px;}
.pro-type li a{color:#298a55;font-size: 14px;}
.pro-type li{
    float:left;line-height:14px;
    padding:0 15px;
    border-right: 1px dotted #298a55;
    text-align: center;
}
.i-guide .bx-wrapper .bx-prev{
    background: url(../images/s_img.png) no-repeat 0 -51px !important;
    width:38px;height:38px;left:-5% !important;
}
.i-guide .bx-wrapper .bx-next{
    background: url(../images/s_img.png) no-repeat -38px -51px !important;
    width:38px;height:38px;right:-5% !important;
}
.i-guide .bx-wrapper .bx-pager{
    bottom:5%;
}
.buleBg{background-color:#e9f8ff;}
.pingBg{background-color:#fff4f9;}
.greenBg{background-color:#f1faec;}
.i-guide ul>li>a{width:100%;}
.pro-name{width:50%;}
.pro-img{width:47%;margin-right: 2.9%;}
.pro-name h1{
    font-weight: bold;
    padding-left: 20px;font-size: 22px;
}
.pro-name span.isP{padding-left: 20px;}
.pro-name i{
    display: block;width:17px;height:17px;
    background: url("../images/s_img.png") no-repeat -21px -94px;
    margin: 20px;
}
.pro-img img{transition:all 0.6s;}
.i-guide ul li:hover .pro-img img{transform: scale(1.2);}
.i-guide ul li{height:165px;padding-top: 55px;}
@media (max-width: 1200px) {
    .i-guide .bx-wrapper .bx-prev{left:3% !important;}
    .i-guide .bx-wrapper .bx-next{right:3% !important;}
}
@media (max-width: 668px) {
    #main{width:100%;}
    .abt{width:96%;margin-left: 2%;}
    .new{width:96%;margin-left: 2%;}
    .pro{width:96%;margin-left: 2%;}
    .new-text{width:100%;margin-right:0;}
    .new-banner{width:80%;margin:5px 10%;}
    .new-banner ul li img{width:100%;}
    .pro-type{display: none;}
    .new-text .new-list{margin-top:0;}
}
/*������Ŀ*/
.other ul li{
    float:left;width: 290px;
    margin:30px 0 0 13px;
}
.other ul li a{width:100%;}
.other ul li a img{width:100%;}
.other ul li.firstC{margin-left: 0px;}
@media (max-width: 1200px) {
    .other ul li{
        float:left;width:25%;
        margin:30px 0 0 0;
    }
}
@media (max-width:750px) {
    .other ul li{
        float:left;width:50%;text-align: center;
        margin:15px 0 0 0;
    }
    .other ul li a{width:100%;}
    .other ul li a img{width:94%;}
}
/*�ײ�*/
#footer{
    width:100%;background-color:#3f3f3f;
    color:#d6d6d6;padding-top:0.25rem;
    margin-top:0.4rem;
}
.footer-main{width:1200px;margin:auto}
.partner ul li{
    float:left;width:82px;
    text-align: center;margin-left: 7px;
	margin-right:15px;
    line-height: 30px;font-size: 16px;
}
.other-list{margin-top: 33px;padding-left: 20px;}
.other-list dl dt{font-size: 15px;}
.other-list dl dd{height:25px;line-height: 25px;}
.other-list dl dd a{color:#878787;}
.other-list dl dd.otherList-border{
    display: block;margin: 10px 0;
    width:79px;height:5px;
    background: url("../images/s_img.png") no-repeat 0 -89px;
}
.other-list ul li{float:left;margin-right: 60px;}
.contactWay{float: right;}
.contactWay ul li{width:220px;text-align: center}
.wayByWX{font-size: 14px;margin-bottom: 12px;}
.telNum{
    color:#a08432;font-size:22px;
    line-height: 45px;
}
.wayByTel i{
    display: inline-block;width:21px;height:21px;
    background:url("../images/s_img.png") no-repeat 0 -94px;
    position: relative;top:4px;margin-right: 10px;
}
.wayByTel>div{
    color:#a08432;border: 1px dotted #a08432;
    width:120px;height:30px;margin: auto;
    font-size: 14px;
}
.hrLine{
    border-bottom: 1px solid #595959;
    margin-top:0.2rem;width:100%;
}
.Copyright{
    line-height:0.45rem;text-align: center;
    color:#9d9d9d;
}
@media (max-width: 1155px) {
    .otherInfor,.telNum,.wayByTel{display: none;}
    .footer-main{width:100%;margin:auto;}
    .contactWay{float:none;text-align: center;}
    .contactWay ul li{width:50%;margin:0 auto 0.15rem;font-size: 1.4em;}
    .QR-code img{width:60%;max-width:150px;}
    .Copyright{font-size: 1.2em;}
}
/*��ҳ-�߽�����*/
.headBanner{height:3.3rem;}
@media (max-width: 1199px) {
    .headBanner{height:3rem;}
}
@media (max-width: 991px) {
    .headBanner{height:2.7rem;}
}
.main_content{margin-top:20px;}
.now_addr i{
    display: inline-block;
    width:13px;height:15px;margin-right: 10px;
    background:url("../images/icon_addr.jpg") no-repeat center;
    position: relative;top:3px;
}
.now_addr span{color:#1e784a}
.small_nav{
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    height:0.75rem;margin-top:0.15rem;
}
.small_nav div p{padding-left:0.15rem;}
.small_nav div p.sNav-ENG{
    font-size: 30px;
    color:#e3e3e3;font-family: Arial;
	margin-top:0.06rem
}
.small_nav div p.sNav-CHA{
    font-size: 20px;
    color:#666;
}
.sNav_title{margin-right: 20px;}
.sNav_title li{
    float:left;padding:0 0.18rem;
    height:0.75rem;line-height:0.75rem;
}
.sNav_title li.act{
    border-top: 2px solid #15a93b;
    background: #fff;
    line-height: 0.71rem;
}
.content_body{margin-top:0.3rem;}
.left_nav{width:21%;}
.article{width:76.5%;margin-left: 2.5%;}
.left_nav>div{margin-bottom:20px;}
.left_nav .sml_banner{margin-bottom: 28px;}
.left_nav .sml_banner img{border: 1px solid #ddd;}
.article .company_intro .span{
    line-height:0.34rem;text-align: justify;margin: 0.1rem 0;
	padding:0 0.2rem;
}
.article .company_intro img{width:90%;
display:block;
margin:0 auto;}
.sml_banner .bx-wrapper .bx-pager.bx-default-pager a{
    background: #bababa;
     text-indent:0;
    display: block;
    width:22px;height:22px;
    margin:0;outline:0;
    border-radius:0;
    color: #fff;
    font-size:12px;
    font-weight: normal;
    line-height:22px;
    position: relative;
    bottom: 34px;left:79px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #15a93b;
}
@media (max-width: 1200px) {
    .main_content{width:96%;margin:20px 2% 0;}
}
@media (max-width: 1030px) {
    .left_nav{display: none;}
    .article{width:80%;margin:0 10%;}
}
@media (max-width:600px) {
    .small_nav>div.fl{display: none;}
    .article{width:100%;margin: 0;}
    .small_nav{height:1rem;}
    .sNav_title{margin-right: 0;}
    .sNav_title li{height:1rem;line-height: 1rem;}
    .sNav_title li.act{
        border-top: 2px solid #15a93b;
        background: #fff;
        line-height: 0.96rem;
    }
}
/*��ҳ-��������*/
.honor_list li,.pro_list li{
    width:29.2%;float:left;
    position: relative;
    transition: all 0.5s;
    bottom:0;margin: 0 1.9%;
    border: 1px solid transparent;
    overflow: hidden;
}
.honor_list li:hover{
    bottom:10px;
}
.honor_list li:hover img{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.honor_list li a,.pro_list li a{width:100%;text-align: center;}
.honor_list li p,.pro_list li p{
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}
.honor_list li a img,.pro_list li a img{max-width:98%;height:2.1rem;}
/*�����������*/
@media (max-width: 771px) {
    .honor_list li,.pro_list li{width:46%;margin: 0 1.5%;}
}
/*新弹出层*/
/*弹出层*/
.honor_list:before, .honor_list:after {
    display: table;
    content: " ";
}
.mask-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    display: none;
}
.mask-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
}
.mask-main {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -400px;
}
.mask-img {
    width: 100%;
    height: 560px;
}
.mask-img .img-md {
    max-width: 100%;
    max-height: 100%;
}
.mask-img img{
    max-width: 100%;
    max-height: 100%;
}
.mask-main p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}
.mask-pager li {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 10%;
}
.mask-pager .prev {
    left: 10%;
    background: url(../images/honor_left.png) no-repeat center;
}
.mask-pager .next {
    right: 10%;
    background: url(../images/honor_right.png) no-repeat center;
}
.mask-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background: url(../images/honor_off.png) no-repeat center center;
}
@media (max-width: 800px) {
    .mask-main {
        width: 100%;
        height: 100%;
        top: 0;
        margin-top: 0px;
        left: 0;
        margin-left: 0px;
    }
    .mask-img {
        height: 100%;
        width: 96%;
        margin: auto;
    }
    .mask-main p {
        margin-top: -40px;
    }
    .mask-pager .prev {
        left: 5%;
    }
    .mask-pager .next {
        right: 5%;
    }
    .mask-close {
        background-size: 32px;
    }
}

/*��ҳ-��Ʒ����*/
.pro_list li:hover{
    border: 1px solid #cccccc;
    overflow: hidden;
}
.pro_list li:hover p{
    background: #616161;
    color:#fff;
    position: relative;
    z-index: 10;
}
.pro_list li img{transition:all 0.6s;}
.pro_list li:hover img{transform: scale(1.2);}
.zxcy_nav,{float:left;display:block;}
.zxcy_nav li{
    float:left;
    margin: 0.16rem 0;
    padding: 0 0.15rem;font-size: 14px;
    border-right: 1px dashed #ccc;
}
.zxcy_nav li.fk{border-right:none;}
.zxcy_nav li.active a{
    color:#14a038;
}
.zxcyNav_drop{
    display: none;color:#14a038;float:left;
    font-size: 14px;width:150px;line-height: 25px;
    text-align: center;margin-bottom: 0.05rem;
    box-shadow: 0 0 0.05rem #14a038;
    background: url("../images/drop_down.png") no-repeat 132px 5px;
}
@media (max-width: 771px) {
    .zxcyNav_father{position: relative;}
    .zxcyNav_drop{display: block;}
    .zxcy_nav{
        width:150px;display: none;
        box-shadow: 0 0 0.05rem #14a038;
        position: absolute;
        z-index: 100;
        top:25px;left:0;
        background: #fff;
    }
    .zxcy_nav li{
        float:none;
        margin: 0.16rem 0;text-align: center;
        padding: 0 0.15rem;font-size: 14px;
        border-right:none;
    }
}
.proDeta_name{text-align: center;margin-bottom: 0.1rem;}
.proDeta_img{text-align: center}
.proDeta_img img{width:60%;border: 1px solid #eee;}
.proDeta_intr{
    width:100%;border-bottom: 1px solid #ccc;
    height:0.36rem;line-height:0.36rem;
}
.proDeta_intr span{
    border-bottom: 1px solid #15a93b;margin-left: 2px;
    font-size: 16px;color:#333;
}
.proDeta_introduce{line-height:0.26rem;
padding-top:15px;}
/*��ҳ-������Ѷ*/
.new_list li{
    border-bottom: 1px dashed #ccc;
    width:100%;padding: 2% 0;
}
.new_list li>a{color:#464646;width:100%;}
.new_list li>a>div.newList_img{width:25%;margin-right:4.4%;}
.new_list li>a>div.newList_img img{width:100%;}
.new_list li>a>div.newList_content{width:64%;}
.new_list li>a>div.newList_content h3{
    color:#333;
    margin-top: 25px;
    overflow: hidden; /*�Զ���������*/
    text-overflow:ellipsis;
    white-space: nowrap;/*ǿ�Ʋ�����*/
}
.new_list li>a>div.newList_content .newContent_time{
    line-height: 0.34rem;color:#999;
    border-bottom: 1px solid #ccc;
    width:auto;display: inline-block;
}
.new_list li>a>div.newList_content .newContent_time span{
    border-bottom: 1px solid #15a93b;
    position: relative;top:1px;
}
.new_list li>a>div.newList_content div.newContent_main{
    margin-top: 10px;color:#999;
    line-height: 20px;
}
.new_list li>a>div.newList_To{width:6%;text-align: center;}
.new_list li>a>div.newList_To img{
    margin-top:0.65rem;width:80%;
    max-width: 30px;min-width: 18px;
}
@media (max-width: 771px) {
    .new_list li>a>div.newList_content div.newContent_time{display: none;}
    .new_list li>a>div.newList_content div.newContent_main{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0;
    }
    .new_list li>a>div.newList_img{width:45%;margin-right: 2%;}
    .new_list li>a>div.newList_content{width:45%;margin-right: 2%;}
}
.newDeta_text{
    text-align: center;padding-right: 35px;
    border-bottom:1px dashed #ccc;
}
.newDeta_text h2{
    color:#333;display: inline-block;
    width:auto;font-size: 18px;
    margin: 0 0.1rem;
    line-height: 0.6rem;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}
.newDeta_text .newDeta_time{
    color:#999;margin-top:0.2rem;
}
.newDeta_text .span{
    line-height: 0.34rem;
    margin: 0.15rem 0;
    text-align: justify;
}
.newDeta_text img{
    width:80%;margin: auto;
}
.content_body .goBack{
    text-align: center;
    padding-top: 0.15rem;
}
.content_body .goBack a{
    display:inline-block;
    height:30px;padding-left: 40px;
    line-height: 30px;
    background: url("../images/to_back.jpg") no-repeat;
}
@media (max-width:1030px) {
    .newDeta_text{padding-right:0;}
}
@media (max-width: 631px) {
    .newDeta_text h2{border-bottom: none;}
}
/*��ҳ-��Ƹ��Ϣ*/
ul.recruitTable li{
    height:0.6rem;line-height:0.6rem;
    border-bottom: 1px dashed #ededed;
}
ul.recruitTable li.recInforTitle{
    height:0.4rem;line-height:0.4rem;
    border: 1px solid #ededed;
    border-radius: 2px;
    background: linear-gradient(#ffffff,#f5f5f5);
}
ul.recruitTable li div{
    float:left;text-align: center;font-size: 14px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
ul.recruitTable li div.recName{width:26%;}
ul.recruitTable li div.recNum{width:26%;}
ul.recruitTable li div.recAddr{width:16%}
ul.recruitTable li div.recTime{width:16%;}
ul.recruitTable li div.recLook{width:16%;}
@media (max-width: 600px) {
    ul.recruitTable li div.recName{width:30%;}
    ul.recruitTable li div.recNum{width:20%;}
    ul.recruitTable li div.recAddr{width:20%}
    ul.recruitTable li div.recTime{width:20%;}
    ul.recruitTable li div.recLook{width:10%;}
}
.jobInfor h3{text-align: center;font-size: 20px;}
.jobInfor .interReq,.jobInfor .jobWelf{
    width: 100%;text-align: center;
    margin-top:0.1rem;
}
.jobInfor .interReq li{
    display: inline-block;
    height:0.5rem;
    line-height:0.5rem;
    width:23%;font-size: 14px;
}
.jobInfor .interReq li img{
    vertical-align: middle;
    margin-right:0.1rem;
    height:0.28rem;
}
.jobInfor .jobWelf{text-align: center}
.jobInfor .jobWelf li{
    display: inline-block;
    border:1px solid #4798f3;
    color: #4798f3;font-size: 14px;
    padding:10px 20px;margin:5px 25px;
}
@media (max-width: 631px) {
    .jobInfor .interReq li{width:40%;}
    .jobInfor .jobWelf li{
        width:30%;
        padding: 1%;margin: 1%;
    }
}
.contact_infor{
    padding-bottom: 20px;border-bottom: 1px dashed #ccc;
}
.jobDosc .div,.jobReq .div,.contact_infor .div{
    height:35px;line-height:35px;color:#333;
    background: #f3f3f3;padding-left: 22px;
    font-size: 15px;margin: 0.3rem 0;
}
.jobDosc .span,.jobReq .span,.contact_infor .span{
    display: block;
    line-height:0.4rem;
    padding:0 5%;
    font-size: 14px;
}
