@charset "utf-8";
.ny_banner{
    background: url(../images/ab_banner.jpg) center no-repeat;
    height: 300px;
}
.ab_banner{
    background: url(../images/ab_banner.jpg) center no-repeat;
    height: 300px;
}

.footer{
    margin-top: 0!important;
}
.inside_con{
    padding-top: 30px;
    background: #eee;
    padding-bottom: 30px;
}
.inside_l{
    width: 280px;
}

/*右边分类*/
.ilc_tit{
    background: #005ebe;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.ilc_tit p{
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}
.ilc_tit p:hover{
    text-decoration:underline;
}
.ilc_tit em{
    font-size: 12px;
    text-transform: uppercase;
}
.inside_l_class{
    border: 2px solid #005ebe;
    background: #fff6f9;
    padding: 3px 3px 10px 3px;
}
.inside_l_class ul{
    margin-top: 10px;
}
.inside_l_class ul li:first-child{
    border-top: 0;
}
.inside_l_class ul li{
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #ccc;
    text-align: center;
}
.inside_l_class ul li a{
    display: block;
    text-transform: capitalize;
    font-size: 16px;
}
.inside_l_class ul li a:hover{
    background: #005ebe;
    color: #fff;
}

/*右边搜索*/
.inside_l_search{
    border: 2px solid #005ebe;
    height: 25px;
    margin-top: 10px;
}
.inside_l_search input{
    line-height: 24px;
    height: 24px;
    border: 0px;
    width: 221px;
    outline: 0;
    float: left;
}
.inside_l_search button{
    border: 0px;
    background: #005ebe;
    height: 25px;
    line-height: 25px;
    color: #fff;
    width: 55px;
    cursor: pointer;
    float: right;
}

/*右边联系*/
.inside_l_contact{
    border: 2px solid #005ebe;
    padding: 3px 3px 10px;
    background: #fff6f9;
    margin-top: 20px;
}
.inside_l_contact img{
    display: block;
    margin:5px 0;
    width: 100%;
}
.inside_l_contact>p{
    color: #222;
    line-height: 25px;
    font-size: 12px;
}
.inside_l_contact p a{}
.inside_l_contact p a:hover{
    text-decoration: underline;
}

.inside_l_pro{
    margin-top: 15px;
    background-color: #fff;
}
.inside_l_pro ul{
    padding: 15px;
}
.inside_l_pro ul li{
    margin-top: 10px;
    width: 250px;
}
.inside_l_pro ul li img{
    width: 250px;
    height: 250px;
    display: block;
    border: 1px solid #eee;
}
.inside_l_pro ul li p{
    text-align: center;
    height: 30px;
    line-height: 30px;
}


.ilcon_tit{
    background: #005ebe;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.ilcon_tit p{
    font-size: 26px;
    text-transform: uppercase;
}
.ilcon_tit em{
    font-size: 12px;
    text-transform: uppercase;
}



.inside_r{
    width: 860px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #ccc;
}
.inside_r_position{
    border-bottom:1px solid #ccc;
    background: url(../images/nav_tb.png) left 3px no-repeat;
    padding-left: 20px;
    color: #808080;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.inside_r_position a{
    color: #808080;
    margin:0 5px;
}
.inside_r_position a:hover{
    color: #005ebe;
}

.nypro_list{}
.nypro_list ul li{
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.nypro_list ul li .ovimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.nypro_list ul li:hover .ovimg{
/*     border:1px solid #005ebe; */
}
.nypro_list ul li img{
    display: block;
    width: 270px;
    height: 270px;
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}
.nypro_list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nypro_list ul li p{
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    overflow: hidden;
}
.nypro_list ul li p a{}
.nypro_list ul li:hover img{
    opacity:0.9;
}




.nyphoto_list{}
.nyphoto_list ul li{
    float: left;
    width: 196px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.nyphoto_list ul li .ovimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.nyphoto_list ul li img{
    display: block;
    width: 196px;
    height: 280px;
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}
.nyphoto_list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nyphoto_list ul li p{
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}
.nyphoto_list ul li p a{}
.nyphoto_list ul li:hover img{
    opacity:0.9;
}

/*关于我们*/
.about_list{
    line-height: 28px;
}

/*新闻*/
.cs_list { height:auto; overflow:hidden; padding: 0 5px;}
.cs_list dl {overflow:hidden;zoom:1;margin-bottom: 15px;border-bottom: 1px dashed #eee;padding-bottom: 15px;}
.cs_list dt { float:left; width: 260px;}
.cs_list dt img { width: 250px; height: 170px; border:1px solid #ebebeb; display:block; padding:5px;}
.cs_list dt img:hover{border: 1px solid #005ebe;}
.cs_list dd {width: auto;}
.cs_list dd h5 { font-family:"Microsoft Yahei"; height:30px; line-height:30px; overflow:hidden; font-size:16px;font-weight: bold;}
.cs_list dd h5{ color:#333;}
.cs_list dd h5:hover{ color:#B20E15;}
.cs_list dd h6 {font-weight:normal;overflow:hidden;font-size:12px;color:#999;margin: 5px 0;}
.cs_list dd h6 a { color:#999;}
.cs_list dd h6 .ind_bg01{background:url(../images/ft_2.png) left no-repeat;padding-left:20px;}
.cs_list dd h6 .ind_bg02{background:url(../images/ft_4.png) left no-repeat;padding-left:20px;}
.cs_list dd p {color:#666;font-size:14px;line-height: 25px;max-height: 75px;overflow:hidden;}
.cs_list dd .cs_more { color: #DA251B; display:inline-block; font-size:14px;   line-height:28px; height:28px; }
.cs_list dd .cs_more:hover{color: #005ebe;}

/*新闻详细页*/
.news_detail{margin:0 auto;}
.news_detail_tit{text-align:center;line-height:40px;font-size: 30px;font-weight:bold;}
.news_detail_info{text-align:center;color:#666;border-bottom:1px solid #cccccc;font-size:12px;height: 30px;line-height: 30px;margin-bottom: 10px;}
.news_detail_cont{padding: 5px;line-height:26px;font-size: 14px;color:#333}

.news_detail_brief{
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin: 10px 0;
}
.news_detail_brief .ndb_p1{
    width: 70px;
    font-weight: bold;
}
.news_detail_brief .ndb_p2{
    width: 755px;
    color: #666;
}

.ndfooter_tit{
    font-size: 28px;
    padding-bottom: 20px;
}
.news_detail_footer{
    padding: 15px;
    clear: both;
    float: right;
    background-color: #fff;
    width: 920px;
}
.news_detail_footer ul{}
.news_detail_footer ul li{
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}
.news_detail_footer ul li a{}
.news_detail_footer ul li span{
    float: right;
}

/*上下页*/
.Previous{ border-top:1px dashed #ccc; margin-top:10px;}
.Previous ul li{height: 30px;line-height: 30px;color: #333;font-size: 14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.Previous ul li a{ font-size: 14px; color: #333; }
.Previous ul li a:hover{color: #086ca3;}
.Previous ul li span{color: #086ca3;}


.preview{width: 400px; height: 480px; float: left;}
/* smallImg */
.smallImg{position:relative; height: 75px; margin-top:1px; /* background-color:#F1F0F0; */ /* padding:6px 5px; */ width: auto; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height: 64px; width:400px; overflow:hidden; margin-left:0; float:left;margin-top: 10px;}
#imageMenu li:first-child{/* margin-left:0 */}
#imageMenu li {height: 64px; width: 64px; overflow:hidden; float:left; text-align:center;margin: 0 13px;}
#imageMenu li img{width: 60px; height: 60px;cursor:pointer;border: 2px solid #eee;}
#imageMenu li img[src*="128_128"]{
    display: none;
}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width: 58px; height: 58px; border: 2px solid #ccc;}
/* bigImg */
.bigImg{position:relative; float:left; width: 400px; height: 400px; overflow:hidden;}
.bigImg #midimg{width: 400px; height: 400px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #ccc; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}

.pro_det_instr {
    float: left;
    width: 420px;
    padding-left: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}
.pro_det_instr dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pro_det_instr dl dd {
    line-height: 30px;
    padding: 5px;
}
.pro_det_instr dl {
    margin-top: 50px;
}
.pro_det_cont {
    clear: left;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    border-top: 1px dotted #666;
    line-height: 26px;
}



.con_tb{
    float: left;
    width: 400px;
}
.con_tb p{
    line-height:45px;
    padding-left:60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.con_tb .con_tb_t1{
    background: url(../images/con_t1.png) left 0 no-repeat;
}
.con_tb .con_tb_t2{
    background: url(../images/con_t2.png) left 0 no-repeat;
    }
.con_tb .con_tb_t3{
    background: url(../images/con_t3.png) left 0 no-repeat;
    }
.con_tb .con_tb_t4{
    background: url(../images/con_t4.png) left 0 no-repeat;
    }


.con_lx{
    margin-top: 20px;
}
.con_lx dl{
    /* color: #fff; */
    float: left;
    width: 400px;
    padding: 10px 20px;
    min-height:150px;
}
.con_lx dl dt{
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
    padding-left:40px;
}
.con_lx dl dd{
    line-height:25px;
}
.con_lx .cl_d1{
    background: #F1F1F1;
}
.con_lx .cl_d2{
    background: #e9e9e9;
}
.con_lx .cl_d1 dt{
    background:url(../images/con_che.png) no-repeat left;
}
.con_lx .cl_d2 dt{
    background:url(../images/con_gj.png) no-repeat left;
}


.con_kf{
    background: url(../images/con_kf.png) left no-repeat;
    height: 100px;
    margin-bottom: 30px;
    padding-left: 115px;
}
.con_kf p{
    margin-bottom: 10px;
    color: #666;
}


/*人才招聘*/
.job_detail { width:auto; height: auto; }
.job_detail li { height: 40px; line-height: 40px; border-bottom: #CCC 1px dotted; padding-left: 10px; background: url(../images/aadiab.jpg) no-repeat left;font-size: 14px; }
.job_detail li a { float: left;font-size: 14px;color: #484848;}
.job_detail li a:hover{color: #E50012;}
.job_detail li span { float: right; font-size: 14px;color: #484848; }