@charset "utf-8";

.ny-main {display: block;margin: 40px 0;}

/* 面包线 */
.bread {display: block;width: 100%;line-height: 60px;height: 60px;border-bottom: 1px solid #f5f5f5;background: #efefef;}
.bread a {font-size: 15px;display: inline-block;margin: 0 3px;}
.bread a i{margin-right: 5px;}
/* 面包线 */

/* 内页左边 */
.ny-left{padding-left: 20px;padding-right: 20px;}
.ny-left-title h3{font-size: 18px;line-height: 55px;height: 55px;border-bottom: 1px solid #ddd;background: #2c237c;text-indent: 10px;color: #fff;}
.ny-left-body{border: 1px solid #ddd;border-top: 0;padding: 0 10px;}
.ny-left-body ul li{height: 45px;line-height: 45px;position: relative;text-indent: 24px;border-bottom: 1px dashed #ddd;}
.ny-left-body ul li::after{content: "";width: 15px;height: 15px;border: 1px solid #ddd;display: table;position: absolute;top: 15px;border-radius: 50%;}
.ny-left-body ul li a{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ny-left-body ul li:last-child{border-bottom: none;}
.on::after{background-color: #2c237c;}
.ny-left-bottom{display: block;width: 100%;margin-top: 25px;}
.ny-left-bottom h3{font-size: 18px;line-height: 45px;height: 45px;border-bottom: 1px solid #ddd;background: #e4e4e4;text-indent: 10px;}
.ny-left-con{display: block; width: 100%; font-size: 14px; line-height: 30px; background: #f7f7f7; padding-top: 12px; padding: 10px;}
.ny-left-img img{max-width: 100%;}
/* 内页左边 */

/* 内页文本添加 */
.ny-content-text{font-size: 14px; line-height: 35px; color: #858585;table-layout: fixed;}
.ny-content-text img{max-width: 100%;}
/* 内页文本添加 */



/* 产品 */
.margin-bottom20{
	margin-bottom: 20px;
}
.ny-product{
	display: block;
	width: 100%;
}

.ny-product .img{
	overflow: hidden;
}

.ny-product .img img{
	transition: all 0.5s;
}

.ny-product .product-text {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}

.ny-product .product-text h2 {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ny-cp {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    margin: 1%;
    width: 31%;
    margin-bottom: 20px;
	float: none;
}
/* .ny-cp {
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 1%;
    width: 31%;
    margin-bottom: 20px;
} */
.ny-cp:hover .img img{
            transform:scale(1.1);
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
}

.product-text::after{
	content:"";
	width: 0;
	height: 2px;
	background-color: #2c237c;
	display: block;
	position: absolute;
	top: 0;
	transition: all 0.5s;
}


.ny-cp:hover .product-text:after{
	width: 100%;
}

.ny-cp:hover .product-text a{
	color:#2c237c;
}



/* 产品内页 */
.cp-left {
    display: table;
    width: 48%;
    float: left;
}
.cp-right{
	display: table;
	float:left;
}
.cp-right {
    display: table;
    float: left;
    width: 48%;
}

.cp-right h3 {
    font-size: 24px;
    padding-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.cp-right-a .desc ,.cp-right .desc {
    padding: 20px 0;
    font-size: 15px;
    line-height: 180%;
}

.btn {
    width: 120px;
    height: 35px;
    background: #666666;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.tits span {
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}


/* 详情 */
.details {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.tits {
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    width: 100%;
    font-size: 22px;
}

.info {
    display: table;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 20px;
}

/* 翻页 */
.fan-page {
    display: table;
    width: 100%;
    line-height: 45px;
    height: 45px;
}
.fan-page span{
	display: table;
	font-size: 14px;
	color:#484848;
}
.fan-page span a{
	color:#484848;
}
.fan-page span:nth-child(1){
	float: left;
}
.fan-page span:nth-child(2){
	float: right;
} 
/* 翻页 */


/* 相关推荐 */
.rec-body{
	display: block;
}

.rec-title {
    display: table;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rec-title span {
    display: table;
    height: 100%;
    font-size: 16px;
    padding: 0 5px;
	position: relative;
}

.rec-title span:after {
    content: "";
    height: 2px;
    background-color: #02913d;
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.rec-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

.rec-body ul li span {
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}

.rec-body ul li .img {
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid #ddd;
}

.rec-body ul li .img img{
	max-width: 100%;
}
/* 相关推荐 */

.content-pic ul li .name h2 {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.download ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: table;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}


.download ul li i {
    margin-right: 5px;
}

.download ul li em {
    width: 22px;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.download-text {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #7b7b7b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.download  .col-lg-2{
	width: 11.666667%;
}


/* 新闻中心 */
.main-body {
    margin-top: 0px;
}
.main_new_bg {
    display: table;
    width: 100%;
}
.main_new_bg ol {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 6px;
    width: 22%;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.main_new_bg a.img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.new_text {
    display: table;
    width: 75%;
    float: left;
}
.new_text h3 {
    text-align: left;
    padding-top: 12px;
}
.new_text span {
    font-size: 14px;
    display: table;
    width: 100%;
    color: #c5c5c5;
    padding: 10px 0;
}
.new_text div {
    font-size: 13px;
    line-height: 25px;
    color: #9d9d9d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.ny-new-center {
    width: 100%;
    padding: 18px 15px;
}
.ny-new-center .title {
    font-size: 25px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}
.ny-new-center .news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    padding-bottom: 10px;
    padding: 10px 5px;
}
.ny-new-center .details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 8px 0;
}

.return {
    display: table;
    margin: 0 auto;
}
.return a {
    color: #e52013;
}

.page_bg{
	line-height: 26px;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 14px;
}

.page_bg span {
    display: block;
    font-size: 14px;
}



.shNews {
    padding: 15px;
    overflow: hidden;
	padding-top: 0px;
}

.focus {
    position: relative;
    width: 430px;
    height: 310px;
    background-color: #000;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.focus img {
    width: 430px;
    height: 310px;
}

.focus .fcon img {
    display: block;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    margin-left: 10px;
    display: block;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .fbg {
    bottom: 11px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}



.shN_right {
    width: 345px;
    margin-left: 15px;
    margin-top: 12px;
}
.shN_Rlist {
    margin-right: 15px;
}

.shN_Rlist li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    background: url(../images/icon02.jpg) no-repeat 0px 17px;
    padding-left: 15px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-top: 10px;
}

.shN_Rlist li a {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 235px;
    font-size: 14px;
}

.shN_Rlist li span {
    float: right;
    color: #AFADAD;
    font-size: 14px;
}


.mntongzhi_left {
    width: 270px;
    position: relative;
    padding: 15px 10px;
    background-color: #fff;
    height: 380px;
}

.mn_tit {
    color: #333;
    font-weight: 600;
    border-left: 3px solid #d4985c;
    padding-left: 10px;
    font-size: 17px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.mtz_list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mtz_list li {
    padding-bottom: 10px;
    background: url(../images/li_not1.png) no-repeat 0px 5px;
}

.mtz_list li a {
    z-index: 9999;
    margin-left: 17px;
    display: block;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 10px;
    line-height: 22px;
}

.n_xian {
    border-left: 1px solid #d4985c;
    height: 130px;
    position: absolute;
    left: 16px;
    top: 45px;
}


.sub_right_news { width:860px;line-height: 26px; overflow:hidden; clear: both; font-size: 12px; padding:10px; }
.sub_newslist {
    padding: 0 10px 10px 0;
    margin-top: 15px;
}
.sub_newstj { height:200px; margin-bottom:20px; background:#ebebeb;}
.sub_newstj dl{ float:left;width:320px; margin-right:10px;}
.sub_newstj dl img{ width:320px; height:200px;}
.sub_newstj dt { float:left;width:500px; font-weight:bold; padding:10px 10px; }
.sub_newstj dt h3{ float:left;font-weight:bold; font-size:14px; color:#2154a7; margin-bottom:10px; }
.sub_newstj dd { float:left;width:400px; padding:0 10px;}

.news_li {
    width: 80%;
    float: left;
    display: block;
    padding-left: 20px;
    background-image: url(../images/inside_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    font-size: 14px;
}

.sub_newslist li {
    border-bottom: dashed 1px #CCC;
    height: 32px;
    line-height: 32px;
    padding-bottom: 5px;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.sub_newslist li a:link, .sub_newslist li a:visited { }
.news_time {
    float: right;
    color: #999;
}


/* 联系我们 */
.ny-contact {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.ny-contact h1,.ny-contact h2,.ny-contact h3,.ny-contact h4,.ny-contact h5,.ny-contact h6{
	display: block;
	margin-bottom: 8px;
}


/* 在线留言 */
.hza{
	margin-top: 10px; 
	padding: 10px; 
	color: #0f83d2;
	width: 100%;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka{outline:none;width: 48%; border: 1px solid #D8D8D8; line-height: 35px; margin-bottom: 12px; padding-left: 10px; font-size: 12px; font-family: "Microsoft YaHei", verdant, tahoma; height: 45px; margin-right: 5px;}
.sokb{outline:none;height: 65px; border: 1px solid #D8D8D8; line-height: 50px; margin-bottom: 15px; padding-left: 10px; font-size: 14px; font-family: "Microsoft YaHei", verdant, tahoma; width: 97%; color: #757575; margin: -30px; margin-left: 0px; margin-top: 10px; margin-right: 10px;}
.tj {display: inline-block;width: 120px;line-height: 35px;height: 35px;background: #ddd;margin-right: 10px;margin-top: 50px;color: #666666;border: 0;}
.feedback p{font-size: 14px; line-height: 30px; padding: 0 14px;}
.feedback p b {font-size: 18px;}
/* 在线留言 */