.nei-banner-title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.nei-banner-title h4{
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 25px;
}
.nei-banner-title p{
	font-size: 24px;
	color: #fff;
}
.nei-banner-title-nav{
	padding-left: 7%;
}
.pro-fn-menu{
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
}
.pro-fn-menu-nav ul{
	zoom: 1;
}
.pro-fn-menu-nav ul:after{
	display: block;
	content: '';
	clear: both;
} 

.pro-fn-menu-nav ul li{
	float: left;
	width: 14.285%;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	position: relative;
	cursor: pointer;
}
.pro-fn-menu-nav ul li:after{
	display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #d0111b;
    top: 0;
    z-index: 0;
    transition-duration: .5s;
}
.pro-fn-menu-nav ul li:hover:after{
	width: 100%;
}
.pro-fn-menu-nav ul li a{
	display: block;
	color: #333333;
	position: relative;
	z-index: 2;
	transition-duration: .5s;
}
.active-pro{
	background: #d0111b;
}
.pro-fn-menu-nav ul li:hover a{
	color: #fff;
}
.active-pro a{
	color: #fff !important;
}




.about-new{
	padding-top: 70px;
}
.new-search{
	padding: 35px 25px;
	background: #f0f0f0;
	margin-bottom: 75px;
}
.new-search dl{
	zoom: 1;
}
.new-search dl:after{
	display: block;
	content: '';
	clear: both;
}
.new-search dd{
	float: left;
}
.new-search dd select{
	width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 15px;
    color: #8a8a75;
}
.new-search dd input{
	width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 15px;
}
.search-btn2{
	width: 100%;
	height: 50px;
	background: #d1111c;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.search-btn:hover{
	background: #7d0009;
}
.new-search dd:nth-child(1){
	width: 9%;
	margin-right: 1%;
	font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.new-search dd:nth-child(2){
	width: 19%;
	margin-right: 1%;
}
.new-search dd:nth-child(3){
	width: 19%;
	margin-right: 1%;
}
.new-search dd:nth-child(4){
	width: 30%;
}
.new-search dd:nth-child(5){
	width: 19%;
	margin-left: 1%;
}
.new-banner{
	margin-bottom: 50px;
}
.new-banner .picScroll-left{width:100%;overflow:hidden; position:relative;}
.new-banner .picScroll-left .hd{overflow:hidden;text-align: center;}
.new-banner .picScroll-left .hd ul{zoom:1; margin-top:20px; zoom:1;display: inline-block;}
.new-banner .picScroll-left .hd ul li{float:left;width:20px; height:20px;cursor:pointer; margin: 0 5px;overflow: hidden;position: relative;text-indent: -9999px;}
.new-banner .picScroll-left .hd ul li:before{display: block;content: '';width: 5px;height: 5px;background:#d0111b;position: absolute;left: 50%;top: 50%;margin-top: -2.5px;margin-left: -2.5px;}
.new-banner .picScroll-left .hd ul li.on{border: 2px solid #d0111b;}
.new-banner .picScroll-left .bd{}
.new-banner .picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.new-banner .picScroll-left .bd ul li{width: 447.6px !important; margin-right:15px; float:left;  width:31%;}
.new-list-box{width: 100%;position: relative;overflow: hidden; height:300px;}
.new-list-box img{width: 100%;transition-duration: 0.5s; height:100%; display:block;}
.new-list-name{position: absolute;width: 100%;padding: 0 20px;bottom: 30px;}
.new-list-name span{display: block;font-size: 16px;color: #fff;margin-bottom: 5px;}
.new-list-name p{font-size: 24px;color: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.new-list-box:hover img{transform: scale(1.1);}

.new-list2 {
	margin-bottom: 50px;
}
.new-list2 li{
	padding: 25px 0;
	border-bottom: 1px solid #e1e1e1;	
	cursor: pointer;
	transition-duration: 0.5s;
}

.new-list2-nav{
	zoom: 1;
}
.new-list2-nav:after{
	display: block;
	content: '';
	clear: both;
}
.new-time{
	float: left;
	width: 13%;
	margin-top: 18px;
	color: #999999;
	text-align: center;
	transition-duration: 0.5s;
}
.new-time h1{
	font-size: 48px;
}
.new-time span{
	font-size: 16px;
}
.new-list2-fc{
	float: left;
	width: 70%;
	padding-left: 40px;
	padding-right: 80px;
	border-left: 1px solid #e1e1e1;
}
.about-new-nav .new-list2-fc h3{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	transition-duration: 0.5s;
	text-align:left;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.new-list2-fc a{
	color: #333;
	transition-duration: 0.5s;
}
.dj-fx{
	zoom: 1;
}
.dj-fx:after{
	display: block;
	content: '';
	clear: both;
}
.dj-fx a{
	float: left;
	font-size: 14px;
	font-family: "ËÎÌå";
	line-height: 44px;
    padding: 0 40px 0 23px;
    color: #999999 !important;
}
.dj-fx a:nth-child(1){
	background: url(../images/n-ic1.png) no-repeat left center;
}
.dj-fx a:nth-child(2){
	background: url(../images/n-ic2.png) no-repeat left center;
}
.new-list2-nav p{
	width: 100%;
    margin-top: 10px;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    transition-duration: 1s;
    font-family: "Î¢ÈíÑÅºÚ" !important;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.new2-pic{
	float: right;
	width: 17%;
	overflow: hidden;
}
.new2-pic img{
	width: 100%;
	transition-duration: 0.5s;
}
.new-list2 li:hover{
	background: #f0f0f0;
}
.new-list2 li:hover .new-time{
	color: #df010e;
}
.new-list2 li:hover .new-list2-fc a{
	color: #df010e;
}
.new-list2 li:hover .new2-pic img{
	transform: scale(1.1);
}

.article-xi {
    padding: 50px 0;
}
.article-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article-ti h1 {
    font-size: 24px;
}
.article-ti p {
    font-size: 16px;
    padding: 20px 0 0 0;
}
.article-nr{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

@media screen and (max-width:1360px){
	.new-banner .picScroll-left .bd ul li{
		width: 408px !important;
		margin-right: 16px;
	}
}
@media screen and (max-width:769px){
	.pro-fn-menu{
		position: relative;
		height: auto;
		box-shadow: 4px 2px 4px #ccc;
		margin-bottom: 5px;
	}
	.pro-fn-menu-nav ul li{
		width: 25%;
		font-size: 16px;
		line-height: 50px;
	}
	.about-new{
		padding-top: 30px;
	}
	.new-search{
	padding: 20px 10px;
	margin-bottom: 30px;
}
.new-search dd:nth-child(1){
	width: 100%;
	margin-right: 0;
	font-size: 20px;
	line-height: 32px;
}
.new-search dd:nth-child(2){
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.new-search dd:nth-child(3){
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.new-search dd:nth-child(4){
	width: 85%;
	margin-bottom: 10px;
}
.new-search dd:nth-child(5){
	width: 15%;
    margin-left: 0;
}
.new-time{
	width: 20%;
}
.new-list2-fc{
	width: 80%;
	padding-left: 15px;
    padding-right: 15px;
}
.new2-pic{
	display: none;
}
.new-time h1{
	font-size: 30px;
}
.new-banner{
	margin-bottom: 20px;
}
.new-list-name{ 
	position: absolute;
    width: 100%;
    padding: 10px;
    height: auto; background-size:cover;
    }
.ry-list-nav>img{ height:120px;}
.new-banner .picScroll-left .bd ul li{
	width: 370px !important;
}
.new-list-name p{
	font-size: 18px;
}
.new-search dd select{
	height: 40px;
	line-height: 40px;
}
.new-search dd input{
	height: 40px;
	line-height: 40px;
}
.search-btn2{
	height: 40px;
	line-height: 40px;
}
}











