@charset "utf-8";
.footer{margin-top: 0!important;}

.ny_banner{
    background: url(../images/ny-banner.jpg) center no-repeat;
    height: 300px;
}
.cp_banner{
    background: url(../images/cp-banner.jpg) center no-repeat;
    height: 300px;
}
.xw_banner{
    background: url(../images/xw-banner.jpg) center no-repeat;
    height: 300px;
}
.lx_banner{
    background: url(../images/lx-banner.jpg) center no-repeat;
    height: 300px;
}
.zl_banner{
    background: url(../images/zl-banner.jpg) center no-repeat;
    height: 300px;
}
.gc_banner{
    background: url(../images/gc-banner.jpg) center no-repeat;
    height: 300px;
}
.zp_banner{
    background: url(../images/zp-banner.jpg) center no-repeat;
    height: 300px;
}


.inside_con{
    padding: 50px 0;
}
.inside_fff{
    padding: 30px 0;
}
.inside_l{
    width: 300px;
}
.inside_l_pro{
    background: #fff;
}



/*左栏目*/
.aside-menu {
    width: 250px;
}

.menu-top {
    padding: 2px 0;
    background-color: #006dea;
    color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 15px 0;
}

.menu-top-con {
    float: left;
    margin-left: 15px;
}

.menu-top .line {
    width: 2px;
    height: 45px;
    margin-left: 20px;
    background-color: #fff;
    float: left;
}

.menu-top h3 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
}

.menu-top p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    height: 15px;
}

.menu-inner {
    background-color: #f3f3f3;
    padding: 8px 0;
}

.menu-inner a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    transition: .36s ease;
    border-top: 1px solid #ececec;
}

.menu-inner a:first-child {
    border: 0;
}

.menu-inner a span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.menu-inner a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/menu-bg2.png') no-repeat center;
    vertical-align: middle;
    transition: .36s ease;
}

.menu-inner a:hover {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.menu-inner a:hover span {
    color: #006dea;
}

.menu-inner a:hover i {
    background: url('../images/menu-bg1.png') no-repeat center;
}

.rec {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.rec-top {
    height: 50px;
    line-height: 50px;
    background-color: #006dea;
    color: #fff;
}
.rec-top i {
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 20px;
}
.rec-top span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.rec-contact{
    background-color: #f3f3f3;
}
.rec-contact img{
    display:block;
}
.rec-contact dl{
    padding:15px;
}
.rec-contact dl dd{
    line-height: 28px;
    color: #666;
}


/*右边*/
.aside-right{
    width: 920px;
}
.bread {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.col-name {
    float: left;
    font-size: 24px;
    color: #666;
}
.bread-nav {
    float: right;
    font-size: 12px;
    color: #999;
    background: url(../images/nav_tb.png) left no-repeat;
    line-height: 31px;
    padding-left: 15px;
}
.bread-nav a {
    color: #999;
    transition: .36s ease;
    margin: 0 5px;
}
.bread-nav a:hover {
    color: #006dea;
}
.bread-nav span {
    color: #006dea;
    margin: 0 5px;
}


/*关于我们*/
.nyabout-brief{
    line-height: 28px;
}
.nyabout-brief p{
    line-height: 28px;
}

/*产品展示*/
.pro_list ul li{
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pro_list ul li .ovimg{
    overflow: hidden;
    display:block;
    border: 1px solid #e6e6e6;
}
.pro_list ul li img{
    display: block;
    width: 100%;
    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 */
    height: 210px;
}
.pro_list ul li: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 */
}
.pro_list ul li p{
    background: #e6e6e6;
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.pro_list ul li:hover p{
    background: #006dea;
    color: #fff;
}
.pro_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}

/*新闻产品*/
.newspro_list{
    margin-top:30px
}
.newspro_list_tit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    height: 36px;
}
.newspro_list_tit span{
    display: block;
    width: 100px;
    text-align: center;
    height: 35px;
    border-bottom: 2px solid #006dea;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #006dea;
}
.newspro_list ul li{
    float: left;
    width: 215px;
    margin-left: 20px;
}
.newspro_list ul li:first-child{
    margin-left:0;
}
.newspro_list ul li .ovimg{
    overflow: hidden;
    display:block;
    border: 1px solid #e6e6e6;
}
.newspro_list ul li img{
    display: block;
    width: 100%;
    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 */
    height: 200px;
}
.newspro_list ul li: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 */
}
.newspro_list ul li p{
    background: #e6e6e6;
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.newspro_list ul li:hover p{
    background: #006dea;
    color: #fff;
}
.newspro_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}

.prodetail .pro-top {
    overflow: hidden;
}
.prodetail .pro-top img {
    display: block;
    float: left;
    width: 400px;
    border: 1px solid #eee;
}
.prodetail .pro-top .info {
    width: 490px;
    float: right;
    margin-left: 25px;
    padding-top: 10px;
}
.prodetail .pro-top h3 {
    font-size: 24px;
}
.prodetail .pro-top dl {
    margin-top: 16px;
    height: 122px;
    overflow: hidden;
}
.prodetail .pro-top dd {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.prodetail .info-foot {
    overflow: hidden;

}
.prodetail .info-foot a {
    display: block;
    float: left;
    width: 200px;
    height: 46px;
    background-color: #006dea;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 1px;
    font-size: 20px;
}
.prodetail .info-foot a:hover {
    background-color: #005eca;
}
.prodetail .number-tip {
    float: left;
    margin-left: 20px;
}
.prodetail .number-tip span {
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.prodetail .number-tip p {
    color: #ef3e50;
    font-size: 20px;
}
.proxq{
    margin-top: 30px;
}
.proxq-tit{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.proxq-tit span{
    display: block;
    width: 120px;
    text-align: center;
    background: #e4000d;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    height: 35px;
}
.proxq-brief{
    line-height: 28px;
}
.proxq-brief p{
    line-height: 28px;
}


/*新闻*/
.cs_list {height:auto;overflow:hidden;}
.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;display: none;}
.cs_list dt img {width: 250px;height: 174px;border:1px solid #ebebeb;display:block;padding:5px;}
.cs_list dt img:hover{border: 1px solid #006dea;}
.cs_list dd {width: 100%;float:right;}
.cs_list dd h5 {font-family:"Microsoft Yahei";height:30px;line-height:30px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;font-size: 18px;font-weight: bold;}
.cs_list dd h5{ color:#333;}
.cs_list dd h5 span{margin-right:5px;color: #006dea;}
.cs_list dd h5:hover{ color:#B20E15;}
.cs_list dd h6 {font-weight:normal;height: 20px;line-height: 20px;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: 28px;/* height: 84px; */-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;}
.cs_list dd .cs_more {color: #DA251B;display:inline-block;font-size:14px;text-align:center;line-height: 25px;height: 25px;display: none;}
.cs_list dd .cs_more:hover{color: #006dea;}


/*新闻详细页*/
.news_detail{margin:0 auto;}
.news_detail_tit{text-align:center;line-height:40px;font-size:18px;font-weight:bold;}
.news_detail_info{text-align:center;color:#666;border-bottom:1px solid #cccccc;font-size:12px;height:35px;line-height:26px}
.news_detail_cont{padding: 5px;line-height:26px;font-size: 14px;color:#333}
.ndfooter_tit{
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: bold;
}
.news_detail_footer{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.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 span{
    float: right;
}


/*相册*/
.nyphoto_list ul li{
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 25px;
}
.nyphoto_list ul li .ovimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.nyphoto_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}
.nyphoto_list ul li img{
    display: block;
    width: 293px;
    /* height: 215px; */
    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;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nyphoto_list ul li:hover img{
    opacity:0.9;
}



/*在线留言*/
.message_list{
    background: #fff;
    padding: 20px;
}
.message_list_tit{
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.message_list_liuyan{
    margin-left: 15px;
}
.message_list_liuyan table{
    border-collapse: collapse;
}
.message_list_liuyan table tr{
    height: 40px;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    display: table;
    background: #fff;
    display: table;
}
.message_list_liuyan table tr th{
    border-right: 1px solid #dfdfdf;
    width: 80px;
    text-align: center;
    color: #666;
}
.message_list_liuyan table tr td input{
    border: 0px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    width: 704px;
}
.message_list_liuyan table tr td textarea{
    border: 0;
    outline: 0;
    resize: none;
    height: 150px;
    width: 700px;
    line-height: 30px;
}


.pronews{
    margin-top: 30px;
}
.pronews .pronews-tit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 36px;
}
.pronews .pronews-tit span{
    display: block;
    width: 100px;
    text-align: center;
    height: 35px;
    border-bottom: 2px solid #006dea;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #006dea;
}
.pronews ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pronews ul li span{
    color: #006dea;
    font-weight: bold;
    margin-right: 5px;
}
.pronews ul li a{
    color: #666;
}
.pronews ul li a:hover{
    color: #006dea;
}



/*联系我们*/
.contact-li ul li{
    float: left;
    width: 395px;
    height: 140px;
    text-align: center;
    border: 1px #e1e1e1 solid;
    padding: 25px;
    margin-top: 25px;
}
.contact-li ul li:nth-child(2n){
    margin-left: 25px;
}
.contact-li ul li p{
    line-height: 25px;
    color: #696969;
}
.contact-li ul li a{
    color: #696969;
}
.contact-li ul li p span{
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.contact-li .conwidth{
    width: 100%;
    height: auto;
}