@charset "utf-8";
/* CSS Document */
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.ny-add{ background:#eee;}
.ny-add-text{
	font-size:16px;
	line-height:4;
	color:#666;
	text-align:left;
	background-image: url(add-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:40px;
}
.ny-add-text a{font-size:16px; line-height:4; color:#666; }
.ny-con{ background:#fff; position:relative; padding:50px;}
.ny-con-about{}
.ny-con-about-body{ float:left; width:60%;}
.ny-con-about-body h3{ font-size:30px; font-weight:bold; color:#333; line-height:2;}
.ny-con-about-body p{ font-size:16px;  color:#333; line-height:2; margin-top:30px;}
.ny-con-about-img{ float:right; width:38%; margin-top:50px;}
.ny-con-wh{
	background-image: url(ny-banner-wenhua-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding:50px 0;
}
.ny-wenhua{ color:#fff; font-size:30px; width:100%;}
.ny-wenhua01{color:#eee; font-size:20px;}
.ny-con-wh-list{ margin-top:50px;}
.ny-con-wh-list ul{}
.ny-con-wh-list li{width:30%; position:relative; float:left; margin:1.5%; background-color:#eee; height:350px; border-radius: 20px; transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s; -o-transition: all .5s;}
.ny-con-wh-list li:hover{background-color:#fff;}
.ny-con-wh-list li .box{ padding:50px;}
.ny-con-wh-list li .box .icon{ position:absolute; left:50px;}
.ny-con-wh-list li .box .tit{ position:absolute; right:50px;font-size:24px; font-weight:bold;}
.ny-con-wh-list li .box .con{font-size:16px; line-height:2;position:absolute; top:120px;}
/* ny-news  */
.ny-news{ width:100%; position:relative;}
.ny-news-list{}
.ny-news-list li{border-bottom:1px solid #D1D3D4; transition:all 0.5s ease;}
.ny-news-list li .li_box{display:block; padding:40px 95px 40px 75px;}
.ny-news-list li .li_box:hover{background:#f2f2f2;}
.ny-news-list li .li_box .img_{float:right; width:22%;}
.ny-news-list li .li_box .intro{width:66.6%; float:left;}
.ny-news-list li .li_box .intro .box{padding-top:25px;}
.ny-news-list li .li_box .intro .box .tit{font-size:24px; line-height:28px; color:#222; margin-bottom:18px;}
.ny-news-list li .li_box .intro .box .con{font-size:16px; line-height:26px; color:#3e3e3e; margin-bottom:17px; height:52px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.ny-news-list li .li_box .intro .box .txt{position:relative; height:36px;}
.ny-news-list li .li_box .intro .box .txt .date{
	font-size:16px;
	line-height:3;
	padding-left:50px;
	color:#0b318f;
	transition:all 0.5s ease;
	background-image: url(blue_jt2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.ny-news-list li.cur{background:#fff;}
.ny-news-list li.cur .li_box .intro .box .txt .date{opacity:0; visibility:hidden;}

/* 没有图的时候 */
.ny-news-list li.no_img .li_box .img_{display:none;}
.ny-news-list li.no_img .li_box .intro{width:100%;}
.ny-news-title{ font-size:24px; line-height:2; text-align:center;  background:#eee;}
.ny-news-date{ font-size:14px; line-height:2; color:#888; text-align:center;}
.ny-news-body{font-size:16px; line-height:2; color:#333; margin-top:50px;}
/*  ny-cp  */
.ny-cp-list{ margin-top:50px;}
li.cp-query{
    float: left;
    position: relative;
    width: 31%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 18px;
    line-height:3;
    box-sizing: border-box;
   /* border: 2px solid #7e99d4;*/
    border-radius: 5px;
    text-align: center;
    margin: 1%;
	 transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
li.cp-query a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 18px;
    line-height: 3;
}
li.cp-query:nth-child(4n+4) {
 margin-right: 0;
}
li.cp-query:hover {
	/*color: #fff;*/
	/*border:2px solid #fff;*/
	background-image: url(cp-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    outline: none;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.15);

}
.ny-cp-class{text-align: center;margin-top: 50px;}
.ny-cp-class li{
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0 50px;
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #ccc;
}
.ny-cp-class li a {
    color: #fff;
    font-size: 16px;
}
.ny-cp-class li:hover {
    border: 1px solid #05459e;
    background: #05459e;
    color: #fff;
    /* border-radius: 5px; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}




@media (max-width: 768px) {
    .ny-con-about-body {
    float: none;
    width: 100%;
}
.ny-con-about-img {
    float: none;
    width: 100%;
    margin-top: 20px;
}
    .ny-con-wh-list li .box {padding: 20px;}
	.ny-con-wh-list li .box .icon {
    position: absolute;
    left: 50px;
}
.ny-con-wh-list li .box .con {
    font-size: 14px;
    line-height: 2;
    position: absolute;
    top: 70px;
}
.foot-top-weixin{ width:100%; float:none;}
.ny-cp-class li {
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #ccc;
}
}

@media (max-width: 414px) {
    .ny-add-text{ 
	font-size:12px;
	line-height:4;
	color:#666;
	text-align:left;
	background-image: url(add-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
}
    .ny-add-text a{font-size:14px; line-height:4; color:#666; }
	.ny-con{ background:#fff; position:relative; padding:10px;}
	.ny-con-about-body{ float:none; width:100%;}
	.ny-con-about-body h3{ font-size:18px; font-weight:bold; color:#333; line-height:2;}
    .ny-con-about-body p{ font-size:14px;  color:#333; line-height:2; margin-top:20px;}
	.ny-con-about-img{ float:none; width:100%; margin-top:30px;}
	.ny-con-wh-list{ margin-top:50px;}
	.ny-wenhua {
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.ny-wenhua01 {
    color: #eee;
    font-size: 14px;
}
.ny-con-wh-list ul{}
.ny-news-list li {margin-bottom: 20px;}
.ny-con-wh-list li{width:98%; position:relative; float:none; margin:1% auto; background-color:#eee; height:350px; border-radius: 20px; transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s; -o-transition: all .5s;}
.ny-con-wh-list li:hover{background-color:#fff;}
.ny-con-wh-list li .box{ padding:20px;}
.ny-con-wh-list li .box .icon{ position:absolute; left:20px;}
.ny-con-wh-list li .box .tit{ position:absolute; right:20px;font-size:24px; font-weight:bold;}
.ny-con-wh-list li .box .con{font-size:16px; line-height:2;position:absolute; top:90px;}
.ny-news-list li .li_box {
    display: block;
     padding:0;
}
.ny-news-list li .li_box .intro {
    width:100%;
    float: none;
}
.ny-news-list li .li_box .intro .box .tit {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    margin-bottom: 18px;
}
.ny-news-list li .li_box .img_ {
    float:none;
    width:100%;
	height:130px;
	margin-top:20px;
}
.ny-cp-class li {
    border-radius: 20px;
    line-height:2;
    text-align: center;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #ccc;
}
.ny-cp-class li a {
    color: #fff;
    font-size: 14px;
}
li.cp-query {
    float: left;
    position: relative;
    width: 48%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 18px;
    line-height: 3;
    box-sizing: border-box;
    /* border: 2px solid #7e99d4; */
    border-radius: 5px;
    text-align: center;
    margin: 1%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
li.cp-query a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 14px;
    line-height: 3;
}


}

