/* CSS Document */

body,div,a,p,strong,pre,div,span,ul,li,ol,h1,h2,h3,h4,h5,h6,img,form,input{
    border:none;
    padding:0px;
    margin:0px;
    font-size:14px;
    color:#444;
    font-family:"微软雅黑";
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
}
a:hover{
    color:#42aeff;
}
ol{list-style:none;}
.wrapper{
    width: 1080px;
    margin: auto;
}

#in_banner{
    width: 100%;
    text-align: center;
    overflow: hidden;
}


/*=========================================================
    ===================头部===================
=========================================================*/
#header{
    width: 100%;
}
.top{
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.top .Welcome{
    float: left;
}
.top .well{
    float: right;
}
.top .well p{
    float: left;
    padding-right: 10px;
}
.top_two{
    width: 100%;
    margin: 10px 0 0 0;
}
.top_two .logo{
    padding-top: 22px;
    float: left;
    width: 324px;
}
.top_two .nav{
    float: left;
    width: 707px;
    padding-left: 49px;
}
.top_two .nav>ul>li{
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 101px;
}
.top_two .nav>ul>li:hover{
    background-color: #1278eb;
    color: #fff;
    display: block;
}
.top_two .nav>ul>li:hover a{
    color: #fff;
    display: block;
    cursor: pointer;
}
.top_two .nav .hover{
    color: #fff;
    cursor: pointer;
    background-color: #1278eb;
}
.top_two .nav .hover a{
    color: #fff;
}
.nav .item>li:hover .inList{
    display: block;
    width: 150px;
}
.nav .inList{
    position: absolute;
    z-index: 999;
    display: none;
    background: rgba(18,120,235,0.6);
    width:150px;
    margin-left:-25px;
}
.nav .inList>li{
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.nav .inList>li a{
    font-size: 14px;
    color: #fff;
    height: 46px;
    display: block;
    border: none;
    line-height: 46px;
    width: 100%;
}
.nav .inList>ul>li a:hover{
    color: #fff;
    height: 46px;
    line-height: 46px;
}







/*==========================================banner 内容==========================================*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url("../images/ad_ctr.png") no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 45px;
}

.flex-control-paging li a {
    background: url("../images/dot.png") no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 45px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 550px;
    display: block;
}






#search{
    background: url("../images/about_04.png") repeat-x;
    /*height: 83px;*/
    /*line-height: 83px;*/
}

#search{
    background: url("../images/about_04.png") repeat-x;
    /*height: 83px;*/
    /*line-height: 83px;*/
    width:100%;
    background:#f4f4f4;
    border-bottom:1px solid #ebebeb;
    position: relative;
}
#search .search-con{
    width:1100px;
    margin:auto;
}
#search .search-con .key{
    float:left;
    width:70%;
}
#search .search-con .key h1{
    float:left;
    color:#444444;
    line-height:80px;
}
#search .search-con .key ul{
    float:left;
    padding-left:30px;
}
#search .search-con .key ul li{
    float:left;
    color:#aaaaaa;
    line-height:80px;
    width:auto;
    text-align:center;
    margin-right:10px;
}
#search .search-con .key ul li a{
    color:#aaaaaa;
}

#search .search-con .search-in{
    float:right;
}
#search .search-con .search-in form{
    float:right;
    width:240px;
    height:30px;
    border:5px solid #ddd7d7;
    border-radius:30px;
    background:#fff;
    position:relative;
    margin-top:20px;
}
#search .search-con .search-in form input{
    position:absolute;
    top:0px;
    left:15px;
    height:100%;
    border-radius:30px;
    width:185px;
    background:#fff;
    color:#0B0A0A;
    font-size:16px;
}

#search .search-con .search-in form .search-btn{
    position:absolute;
    right:0px;
}



/*产品*/
.pro{
    width: 100%;
    margin: auto;
    padding: 45px 0;
}
.pro-bt{
    width:300px;
    margin: 0 435px;
    text-align:center;
    border-bottom:1px solid #3da7f7;
    height:50px;
    top:-2px;
    float:left;
}
.pro-bt em{
    font-style:normal;
    font-size:22px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    letter-spacing:8px;
    color:#cccccc;
}
.pro-bt H1{
    font-style:normal;
    font-size:24px;
    color:#444444;
    font-weight:500;
    padding-top:5PX;
    background:#FFF;
    width:130px;
    margin:auto;
    z-index:5;
}
.pro_con{
    clear: both;
    padding: 50px 0;
    width: 100%;
}
.pro_con .pro_tab{
    width: 1080px;
    margin: auto;
}
.pro_con .pro_tab li{
    float: left;
    width: 25%;
    text-align: center;
    height: 170px;
    line-height: 200px;
    padding: 40px 0 20px;
    overflow:hidden;
}
.pro_con .pro_tab li img{
    width:70%;
}
.pro_con .pro_tab .pro_tab_img{
    cursor: pointer;
   /* background: url("../images/index_05.png") center no-repeat;*/
}
.pro_con .pro_tab .pro_tab_img p{
    color: #fff;
}
.pro_tab li p{
    line-height: 42px;
    padding: 0;
}
.pro_tab li:hover{
    /*background: url("../images/index_05.png") center no-repeat;*/
}
.pro_tab li:hover p{
    color: #fff;
}

.pro_tab_con{
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    height:530px;
}
.pro_tab_con ul{
    padding: 45px 0;
    float: left;
}
.pro_tab_one li{
    float: left;
    width: 255px;
    margin-right: 20px;
}
.in_tab_img{
    width:255px;
    height:280px;
    background:#fff;
    overflow:hidden;
}
.pro_tab_one li img{
width:100%;
}
.pro_tab_one li p{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: 8px;
}

/*关于我们*/
.about{
    clear: both;
    padding: 45px 0;
}
.about_con{
    clear: both;
    padding: 45px 0;
}
.about .more{
    border: 1px solid #dcdcdc;
    padding: 10px 35px;
    display: table;
    margin: auto;
    border-radius: 30px;
}





/****首页成功案例****/
.case{
    width: 100%;
    background: url("../images/index_04.png") center center no-repeat;
    float: left;
}
.case_bt{
    padding-top: 45px;
}
.case_bt em{
    font-style:normal;
    font-size:22px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    letter-spacing:8px;
    color:#fff;
}
.case_bt H1{
    font-style:normal;
    font-size:24px;
    color:#fff;
    font-weight:500;
    padding-top:5PX;
    background:#5da3f1;
    width:130px;
    margin:auto;
    z-index:5;
}
.case_bt {
    width: 300px;
    margin: 0 435px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    height: 50px;
    top: -2px;
    float: left;
}
.canvas {
    width:100%;
    float: left;
    position:relative;
    padding: 50px 0;
}
.pro_btn {
    width:58px;
    height:50px;
    cursor:pointer;
    position:absolute;
    margin-top: 30px;
}
.btn-l {
    background:url(../images/index_38.png) no-repeat center center;
    left:960px;
    top: 390px;
    z-index: 5;
}
.btn-r {
    background:url(../images/index_40.png) no-repeat center center;
    right:0px;
    top: 390px;
    z-index: 5;
}
.pro_slider{
    width:100%;
    overflow:hidden;
}
.pro_slider ul{
    width:8800px;
    height:400px;
}
.pro_slider li{
    float:left;
    width:255px;
    margin-right:20px;
    position:relative;
    height:300px;
    overflow:hidden;
    background-color: #fff;
}
.pro_slider li img{
    height:100%;
}
.pro_slider img{
    display:inline-block!important;
}

.sy_pro_li {
    overflow:hidden;
    zoom:1;
    font-size:9pt;
    width:78%;
    margin-top:8px;
}
.sy_pro_li .pcont {
    width:100%;
    float:left;
    overflow:hidden;
}
.sy_pro_li .ScrCont {
    width:32766px;
    zoom:1;
}
.sy_pro_li #List1_1, .sy_pro_li #List2_1 {
    float:left;
}
.sy_pro_li .LeftBotton, .sy_pro_li .RightBotton {
    width:38px;
    height:47px;
    float:left;
}

.sy_pro_li .prolist {
    float:left;
    background-color: #fff;
    width: 260px;
    margin-left:20px;
    height:350px;
}
.pro_pic_js{
    text-align: center;
    color: #fff;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
}

/*新闻*/
.news{
    padding: 50px 0;
    float: left;
    width: 100%;
}
.news_con{
    padding: 50px 0;
    float: left;
}
.news_con>ul>li{
    float: left;
    margin-right: 30px;
    width: 340px;
}
.news_one_title{
    width: 100%;
    padding: 10px 0;
}
.news_one_title h3{
    font-size: 18px;
    font-weight: 500;
}
.news_one_title  h3 span{
    float: right;
    color: #dcdcdc;
}
.news_one .news_one_img{
    width: 340px;
}
.news_one .news_one_img img{
    width: 340px;
    height: 150px;
    overflow: hidden;
}
.news_one .news_one_img p{
    position: absolute;
    margin-top: -40px;
    line-height: 36px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 340px;
    text-align: center;
    height:36px;
    overflow:hidden;
}
.news_list{
    padding-top: 10px;
}
.news_list>ul>li{
    line-height: 46px;
    border-bottom: 1px dashed #dcdcdc;
    height:46px;
    overflow:hidden;
}
.news_list>ul>li span{
    padding-right: 10px;
}



/*公用底部*/
.footer_one{
    width: 100%;
    background: #2b83cb;
    padding: 15px 0 30px 0;
    float: left;
}
.address{
    float: left;
    width: 320px;
    border-right: 1px solid #fff;
    height: 190px;
    overflow: hidden;
}
.address h3{
    background: url("../images/index_41.png") right center no-repeat;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    width: 120px;
}
.address li{
    color: #fff;
    height: 30px;
}
.address li em{
    padding-right: 8px;
}

.footer_nav{
    float: left;
    width: 495px;
    border-right: 1px solid #fff;
}
.footer_nav li{
    float: left;
    width: 100%;
    text-align: center;
    height: 190px;
    overflow: hidden;
}
.footer_nav li h4{
    background: url("../images/f_bjx.png") center bottom no-repeat;
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer_nav li p{
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 10px 10px;
}
.footer_nav li p a{
    color: #fff;
}

.footer_about{
    float: left;
    width: 263px;
}
.footer_about h3{
    background: url("../images/index_41.png") right center no-repeat;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    width: 120px;
    padding-left: 20px;
}
.footer_about ul{
    padding: 10px 0 0 10px;
    width: 100%;
    float: left;
}
.footer_about li{
    float: left;
    padding-left: 10px;
}
.footer_about li p{
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.footer_about .share{
    width: 100%;
    padding: 15px 0 0 20px;
    float: left;
}
.footer_about .share h4{
    float: left;
    color: #fff;
    padding-right: 10px;
}
.footer_two{
    clear: both;
    background: #145ca2;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
}





/*关于我们页*/
#in_content {
    width: 100%;
    float: left;
}
.in_about{
    clear: both;
    margin: 50px 0;
    float: left;
}
.in_about_tab{
    float: left;
    width: 240px;
    background: #f8f8f8;
    padding-bottom: 50px;
}
.in_about_tab>ul>li{
    float: left;
    border-bottom: 1px dashed #dcdcdc;
    height: 70px;
    width: 100%;
    padding-top: 20px;
}
.in_about_tab li h3{
    color: #666;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
.in_about_tab li p{
    color: #ccc;
    font-size: 15px;
    padding-left: 20px;
}
.in_about_tab .in_about_tab_hover{
    border-bottom: 1px dashed #dcdcdc;
}
.in_about_tab_hover a h3{
    color: #f04d4e;
}
.in_about_con{
    background: #fff;
    float: right;
    width: 800px;
    padding-left: 40px;
    text-align: center;
    overflow: hidden;
}
.about_one img{
    padding-bottom: 45px;
    overflow: hidden;
}
.about_one p{
    text-indent: 20px;
    text-align: left;
    padding: 10px 0;
    color: #999;
}


/*荣誉资质*/
.honor>ul>li{
    float: left;
    width: 250px;
    padding: 0 8px 20px;
    overflow: hidden;
}
.honor>ul>li p{
    line-height: 36px;
    font-size: 16px;
}
.honor>ul>li img{
    width: 100%;
}

/*新闻页*/
.in_news_list{
    margin-top: 20px;
    background: #fff;
    float: left;
    text-align: center;
}
.in_news_list ul{
    width: 800px;
    float: left;
}
.in_news_list>ul>li{
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
}
.in_news_list>ul>li:first-child{
    padding-top: 0px;
}
.news_list_img{
    float: left;
    width: 211px;
    height: 211px;
    overflow: hidden;
}
.news_list_img img{
}
.news_list_text{
    float: left;
    padding-left: 40px;
    width: 549px;
    text-align: left;
}
.in_news_list>ul>li a{
    color: #999;
}
.news_list_text h5{
    font-size: 18px;
    color: #666;
    height: 36px;
    font-weight: 500;
    overflow: hidden;
    line-height: 36px;
}
.in_news_list>ul>li:hover h5{
    color: #f04d4e;
}
.news_list_text .time{
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 20px;
    color: #dcdcdc;
}
.news_list_text_con{
    height: 72px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 24px;
    color: #999;
}
.pro_detail .time{
    text-align: center;
    color: #999;
    font-size: 18px;
}
.in_news_list li a .more{
    line-height: 20px;
    color: #999;
    border: 1px solid #dcdcdc;
    width: 80px;
    text-align: center;
    padding: 5px 0;
    float: right;
    margin-top: 20px;
}
.in_news_list li a:hover .more{
    color: #f04d4e;
}


/*翻页*/
.page{
    display: table;
    margin: 20px auto;
    clear: both;
    padding-top: 30px;
}
.page li{
    float: left;
    padding: 3px 10px;
    margin: 0 3px;
    cursor: pointer;
    color: #999;
}
.page .next{
    background: #f4f4f4;
    color: #666;
}
.page .page_hover{
    background: #f04d4e;
    color: #fff;
}


/*新闻详情*/
.news_detail{
    width: 100%;
    padding: 30px 30px;
    text-align: center;
    clear: both;
}
.news_detail_con{
    text-align: center;
    padding-top: 30px;
}
.news_detail h5{
    color: #f04d4e;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
}
.news_detail p{
    text-align: left;
    text-indent: 2em;
    color: #999;
    padding-bottom: 20px;
    line-height: 26px;
}
.news_detail .time{
    color: #999;
}
.news_detail img{
    padding: 10px 0;
    text-align: center;
}

.in_title{
    padding: 30px 0 30px 20px;
    background: #1278eb;
}
.in_title h3{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.in_title p{
    color: #dcdcdc;
    font-size: 16px;
    padding-top: 8px;
}




/*产品中心页*/
.pro_list{
    margin-top: 20px;
    background: #fff;
    float: left;
    text-align: center;
}
.pro_list>ul>li{
    float: left;
    width: 250px;
    height:320px;
    overflow: hidden;
    margin: 0 25px 25px 0;
}
.pro_list>ul>li div.img{
    height:240px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    width: 248px;
    overflow: hidden;
}

.pro_list>ul>li img{
    width: 100%;
    overflow: hidden;
    height:100%;
}

.pro_list>ul>li a p{
    line-height: 42px;
    font-size: 16px;
    color: #999;
    height: 42px;
    overflow: hidden;
}
.pro_list>ul>li:hover .img{
    border: 1px solid #f04d4e;
}
.pro_list>ul>li:hover p{
    color: #f04d4e;
}



/*产品详情页*/
.pro_d_top{
    width: 100%;
    float: left;
    padding: 40px 0 0;
}
.pro_d_left{
    float: left;
}
.ban{
    width:502px;
    height:604px;
    position:relative;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
    padding:20px;
}
.ban2{
    width:502px;
    height:502px;
    position:relative;
    overflow:hidden;
}
.ban2 ul{
    position:absolute;
    left:0;
    top:0;
}
.ban2 ul li{
    width:500px;
    height:500px;
    border: 1px solid #dcdcdc;
}
.prev{
    float:left;
    cursor:pointer;
}
.num{
    height:112px;
    overflow:hidden;
    width:426px;
    position:relative;
    float:left;
}
.min_pic{
    padding-top:10px;
    width:498px;
}
.num ul{
    position:absolute;
    left:0;
    top:0;
}
.num ul li{
    width:93px;
    height:93px;
    margin-right:15px;
    border: 1px solid #dcdcdc;
}
.num ul li img{
    width:100%;
    height:100%;
}
.num ul li.on{
    border:1px solid red;
    padding:0;
}
.prev_btn1{
    width:16px;
    text-align:center;
    height:18px;
    margin:37px 20px 0 0;
    cursor:pointer;
    float:left;
}
.next_btn1{
    width:16px;
    text-align:center;
    height:18px;
    margin-top:37px;
    cursor:pointer;
    float:right;
}
.prev1{
    position:absolute;
    top:220px;
    left:20px;
    width:28px;
    height:51px;
    z-index:9;
    cursor:pointer;
}
.next1{
    position:absolute;
    top:220px;
    right:20px;
    width:28px;
    height:51px;
    z-index:9;cursor:pointer;
}
.mhc{
    background:#000;
    width:100%;
    opacity:0.5;
    -moz-opacity:0.7;
    filter:alpha(Opacity=70);
    position:absolute;
    left:0;
    top:0; display:none;
}
.pop_up{
    width:800px;
    height:600px;
    padding:10px;
    background:#fff;
    position:fixed;
    -position:absolute;
    left:50%;
    top:50%;
    margin-left:-325px;
    margin-top:-255px;
    display:none;
    z-index:99;
}
.pop_up_xx{
    width:40px;
    height:40px;
    position:absolute;
    top:-40px;
    right:0;
    cursor:pointer;
}
.pop_up2{
    width:800px;
    height:600px;
    position:relative;
    overflow:hidden;
    float:left;
}
.pop_up2 ul{
    position:absolute;
    left:0;
    top:0;
}
.pop_up2 ul li{
    width:800px;
    height:600px;
    float:left;
}

.pro_d_right{
    width: 500px;
    float: right;
}
.pro_d_right .ms_title {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d8d8d8 solid 1px;
    text-align: left;
}
.pro_d_right .ms_con {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}
.pro_fx{
    padding: 10px 0;
}







/*技术支持*/
.support{
    width: 800px;
    float: left;
    text-align: center;
    padding-left: 40px;
    overflow: hidden;
}
.support p{
    text-align: left;
    line-height: 26px;
    text-indent: 2em;
    width: 100%;
}
.support img{
    padding: 10px 0;
}

/*下载*/
.load{
    width: 800px;
    float: left;
    text-align: center;
    padding-left: 40px;
    overflow: hidden;
}


.xiaz{
    width: 800px;
    float: left;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.xiaz .xiaz-left{
    float:left;
}
.xiaz .xiaz-left .xiaz-left-pic{
    float:left;
}
.xiaz .xiaz-left .xiaz-left-bt{
    float:left;
    text-align: left;
    padding: 10px 0 0 20px;
}
.xiaz .xiaz-left .xiaz-left-time{
    float:left;
    padding-left:20px;
    padding-top:20px;
}
.xiaz .xiaz-right{
    width:65px;
    height:23px;
    float:right;
    margin-right:30px;
    padding-top: 18px;
}



/*地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent {
    width:100%;
    height:700px;
}

/*在线留言*/
.jobs_list{
    width: 1080px;
    margin: 50px auto;
}
.Mess_con{
    width: 100%;
    margin-top: 25px;
    float: left;
    padding-bottom: 50px;
}
.Mess_con li{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.Mess_con li input{
    background: #f4f4f4;
    width: 280px;
    height: 35px;
    border: none;
    padding-left: 5px;
}
.message_con{
    clear: both;
}
.message_con p{
    float: left;
}
.Mess_con li{
    line-height: 45px;
}
.message_con textarea {
    background: #f4f4f4;
    width: 890px;
    height: 200px;
    border: none;
    padding: 3px 0 0 5px;
}

#contact-submit {
    background: #f04d4e;
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: none;
    color: #fff;
    float: left;
    margin: 30px 0 0 70px;
    cursor: pointer;
}

.Mess_con .Sex input{
    width: 15px;
    color: #3d7bce;
    height: 13px;
    margin-left: 5px;
}




/*招聘*/
.in_right{
    float: right;
    width: 800px;
    padding-left: 40px;
    text-align: center;
    overflow: hidden;
}
.in_ab_img{
    width: 768px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 5px;
    background: #fff;
}
.in_ab_img img{
    width: 100%;
}

.recruit_list{
    padding: 50px 0;
    float: left;
}
.res_p{
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}
.res_info{
    float: left;
    padding-top: 30px;
}
.res_info li{
    background: #fff;
    float: left;
    width: 235px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-right: 34px;
}
.res_info ul li h5{
    font-size: 24px;
    color: #d00002;
    padding: 20px 0 0px;
    font-weight: 500;
}
.res_info ul li p{
    padding: 10px 0 20px;
}

.res_title{
    background: #fff;
    float: left;
    height: 48px;
    margin-bottom: 3px;
    width: 100%;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.res_title li{
    float: left;
    width: 20%;
    font-size: 16px;
}


#firstpane{
    width: 100%;
    float: left;
}
#firstpane .recruit{
    margin-top: 2px;
    background: #fff;
}
#firstpane table td{
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
}
.recruit table{
    border-bottom: 2px solid #dcdcdc;
}
.recruit_con{
    background: #e5e5e5;
    padding-bottom: 50px;
}
.recruit_con table{
    border-bottom: 1px solid #dcdcdc;
}
.res_detail{
    padding-top: 20px;
    text-align: left;
}
.res_detail .res_detail_title{
    float: left;
    width: 100px;
}
.res_detail .res_detail_title h5{
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #2a2a2a;
    margin: 5px 20px 0 60px;
}
.res_detail_one{
    padding-left: 170px;
}
.res_detail_one p{
    line-height: 30px;
}





/*新加*/
.detail_tab{
    width: 100%;
    background: #dcdcdc;
    height: 42px;
}
.detail_tab li{
    float: left;
    width: 150px;
    height: 42px;
    line-height: 42px;
    color: #333;
    cursor: pointer;
}
.news_intr{
    padding: 20px 10px;
    text-align: left;
}
.news_intr li{
line-height:24px;
}
.news_intr p{
    text-align: left;
}
.news_intr img{
    width: 100%;
}



/*新闻详情*/
.news_tab_con{
text-align:left;
}