*{margin: 0px;padding: 0px;}  
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
.detail-intro .intro a{color:#333;}
.detail-intro .intro a:hover{color:rgb(18, 22, 129);}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
 
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 50px;
	background:#121681;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
 
}
.nav ul li{
	float: left;
	width: 171px;
	height: 50px;
 	position: relative;
	text-align: center;
	line-height: 50px;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #d24349;
}
.nav ul li ul{
	position: absolute;
	left: 0;
	top: 50px;
	height: auto;
	overflow: hidden;
	display: none;
	background: rgba(199,84,91,0.9);
	z-index: 100;
	width: auto;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#00a0e9; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}


.product{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.title:after{
	content: "";
	width: 900px;
	height: 1px;
	background: #6b6eae;
	right: 0;
	top: 50%;
	position: absolute;

}

.title p{
	color:#121681;
	float: left;
	font-size: 30px;
}

.title span{
	display: block;
	color:#121681;
	margin-left: 10px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 12px;
 	text-indent: 10px;
 	line-height: 20px;
	position: relative;

}
.title span:after{
	content: "";
	width: 5px;
	height: 20px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	background: #7173b3;
	top: 0;
}	

.title a{
	display: block;
	float: right;
	width:25px;
	margin-right: 10px;
	font-size: 30px;
	text-align: center;
	height: 36px;
	background: #fff;
	position: relative;
	z-index: 100;
	line-height: 36px;
}


.product .list{
	display: table;
	margin: 0 auto;
	margin-top: 18px;
}
.product .list ul li{
	float: left;
	width: 178px;
	margin: 0 8px;
	height: 38px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 38px;
}

.product .list ul li a{
	display: block;
	color:#666666;
	font-size: 18px;
}

.product .list ul li:hover{
	border: 1px solid #121681;
}

.product .list ul li:hover a{
	color: #121681;
}

.product .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 26px;
}
.product .bd ul{
	margin-left: -10px;
}
.product .bd ul li{
	float: left;
	width: 393px;
	height: auto;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.product .bd ul li img{
	display: block;
	width: 393px;
	height: 260px;
}

.product .bd ul li p{
	width: 100%;
	height: 40px;
	background: rgba(55,59,115,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	color:#fff;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}
.product .bd ul li:hover p{
	background: rgba(55,59,115,1);
}

.gg{
	width: 100%;
	height: 150px;
	margin-top: 60px;
	background: url(../images/gg.png) no-repeat center;
}


.about{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about .pic{
	float: left;
	width: 616px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.about .pic img{
	display: block;
	width: 616px;
	height: 386px;
}
.about .intro{
	float: right;
	width: 560px;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.about .intro .info{
	width: 100%;
	height: 386px;
	overflow: hidden;
}
.about .intro .info p{
	color:#333333;
	font-size: 18px;
	line-height: 30px;
}

.cases{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases ul {
	margin-left: -9px;
	margin-top: 15px;
}

.cases ul li{
	float: left;
	width: 394px;
	height: auto;
	margin-left: 9px;
	overflow: hidden;
	margin-bottom: 10px;
}
.cases ul li img{
	display: block;
	width: 394px;
	height: 268px;
}

.cases ul li p{
	text-align: center;
	font-size: 16px;
	color:#333333;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news{
	width: 100%;
	height: 590px;
	background: #f1f1f1;
	overflow: hidden;
}
.news .title{
	margin-top: 50px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul li{
	width: 570px;
	height: auto;
	overflow: hidden;
	padding-bottom: 17px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px dashed #a7a7a7;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li b{
	float: left;
	width: 65px;
	height: 65px;
	border: 1px solid #121681;
	color:#121681;
	text-align: center;
	font-size: 30px;
	display: block;
	line-height: 65px;
	font-weight: normal;
}

.news ul li .intro{
	float: right;
	width: 485px;
	height: auto;
	overflow: hidden;
}
.news ul li .intro h4{
	float: left;
	width: 350px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color:#121681;
    font-weight: normal;
}

.news ul li .intro  span{
	display: block;
	float: right;
	color:#666666;
	font-size: 16px;

}

.news ul li .intro p{
	float: left;
	width: 100%;
	margin-top:3px;
	height: 42px;
	font-size: 16px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news ul li:hover b{
	background: #121681;
	color:#fff;
}


.contact{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.contact ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.contact ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact ul li{
	float: left;
	width: 374px;
	height: 164px;
	margin: 0 10px;
	margin-bottom: 20px;
	background: url(../images/cont01.png) no-repeat left top;
}
.contact ul li:nth-child(2){
	background: url(../images/cont01.png) no-repeat -413px top;
}
.contact ul li:nth-child(3){
	background: url(../images/cont01.png) no-repeat -827px top;
}
.contact ul li:nth-child(4){
	background: url(../images/cont01.png) no-repeat -216px -183px;
}
.contact ul li:nth-child(5){
	background: url(../images/cont01.png) no-repeat -610px -183px;
}
.contact ul li div{
	
	display: table;
	margin: 0 auto;
	margin-top: 90px;
}

.contact ul li p{
	color:#fff;
	font-size: 18px;
	text-align: center;
	float: left;
	 
}
.contact ul li  span{
	display: block;
	color:#fff;
	font-size: 18px;
	float: left;
}


.links{
	width: 100%;
	height: 70px;
	background: #f1f1f1;
	margin-top: 40px;
}

.links .tit{
	width: 148px;
	height: 37px;
	float: left;
	margin-top: 20px;
	background: url(../images/links.png) no-repeat center;
}
.links .tit p{
	color:#0e138e;
	font-size: 18px;
	line-height: 37px;
	float: right;
	margin-right: 20px;
}

.links ul{
	width: 1030px;
	height: 50px;
	margin-top: 10px;
	float: right;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #696cb6;
}

.links ul li a{
	color:#0e138e;
	font-size: 16px;
}


.footer{
	width: 100%;
	height: 420px;
	background: #121681;
}


.footer .mssg{
	float: left;
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer .mssg .tit p{
	color:#fff;
	font-size: 30px;
}

.footer .mssg form{
	width: 100%;
	height: auto;
	margin-top:20px;
	overflow: hidden;
}
.footer .mssg form ul li{
 
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
 
}
.footer .mssg form ul li input{
 	width: 100%;
	height:55px;
	background: #fff;
	outline: none;
	text-indent: 10px;
	font-size: 18px;
	border: none;
	font-family: '微软雅黑';
}

.footer .mssg form ul li textarea{
	width: 414px;
	height: auto;
	outline:none;
	font-size: 18px;
	height: 100px;
	text-indent: 10px;
	font-family: '微软雅黑';
	border: none;
	padding-top: 10px;
	resize: none;
}
.footer .mssg form ul li:last-child{
	float: right;
	width: 104px;
}
.footer .mssg form ul li:last-child input{
	width: 104px;
	float: right;
	height: 110px;
	color: #121681;
	font-size: 22px;
	text-align: center;
}
.footer .mssg form ul li:nth-child(4){
	float: left;
}

.footer  .right{
	float: right;
	width: 600px;
	margin-top: 20px;
}
.footer  .right .tit p{
	color:#fff;
	font-size: 30px;
}

.footer  .right  .fn ul{
	width: 100%;
	height: 38px;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.footer  .right  .fn ul li{
	float: left;
	line-height: 38px;
}
.footer  .right  .fn ul li a{
	color:#fff;
	font-size: 16px;
	padding: 0 15px;
}
.footer  .right  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.footer  .right  .info{
	float: left;
	width: 380px;
	height: 160px;
	overflow: auto;
}
.footer  .right  .info p{
	color:#fff;
	font-size: 18px;
	line-height: 30px;
}

.footer  .right .ewm{
	width: 166px;
	height: auto;
	overflow: hidden;
	float: right;
}
.footer  .right .ewm img{
	display: block;
	width: 156px;
	height: 156px;
	border: 5px solid #fff;
}

.footer  .right .cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.footer  .right .cr p{
	color:#fff;
	font-size: 16px;
	line-height: 26px;
}

.footer  .right .cr a{
	color:#fff;
}


.inside-pages{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.inside-pages .left{
	float: left;
	width: 260px;
	height: auto;
	overflow: hidden;
}
.inside-pages .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.quick .tit{
	width: 100%;
	height: 90px;
	background: url(../images/tit01.png)no-repeat center;
}
.news-quick .tit{
	background: url(../images/tit02.png)no-repeat center;
}

.quick .tit p{
	color:#fff;
	font-size: 18px;
	float: left;
	line-height: 90px;
	font-weight: bold;
	margin-left: 50px;
}


.quick .tit span{
	display: block;
	color:#fff;
	font-size: 12px;
	line-height: 90px;
	float: left;
	margin-left: 5px;
}

.quick ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.quick  ul li{
	width:258px;
	height: 48px;
	border: 1px solid #dcdcdc;
	line-height: 48px;
	border-bottom: none;
	transition: .3s;
	background: url(../images/list01.png) no-repeat 15px center;
}
.quick  ul li:hover{
	background: url(../images/h01.png) no-repeat  15px center;
	box-shadow: 3px 0 0 0 #121681 inset;
}

.quick  ul li:last-child{
	border-bottom:1px solid #dcdcdc;
}

.quick  ul li a{
	display: block;
	margin-left: 40px;
	color:#555555;
	font-size: 14px;
}




.inside-pages .right{
	width: 920px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
}
.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg01.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #555555;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
}

.mssg-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #121681;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


.in-footer{
	width: 100%;
	height: 310px;
	background: #121681;
	overflow: hidden;
	margin-top: 30px;
}

.in-footer .fn{
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #1e23ae;
	margin-top: 33px;
}

.in-footer .fn p{
	color:#fff;
	font-size: 20px;
	float: left;
}

.in-footer .fn  ul {
	float: left;
	width: 1080px;
	height: auto;
	overflow: hidden;
}
.in-footer .fn  ul li{
	float: left;
	padding: 0 10px;
	position: relative;
	line-height: 30px;
}

.in-footer .fn  ul li a{
	color:#fff;
	font-size: 14px;
}
.in-footer .fn  ul li:after{
	content: "";
	width: 2px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.in-footer .fn  ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.in-footer  .info{
	float: left;
	width: 680px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.in-footer  .info p{
	color:#fff;
	font-size: 15px;
	line-height: 30px;
}

.in-footer  .info a{
	color:#fff;
}

.in-footer  .ewm{
	float: right;
	width: 160px;
	height: 160px;
	margin-top:20px;
}
.in-footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	border:5px solid #fff;
}

.cont-quick{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont-quick .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cont-quick .tit img{
	display: block;
}

.cont-quick .tit  div{
	width: 185px;
	height: 58px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 15px;
}

.cont-quick .tit  div p{
	color:#fff;
	font-size: 18px;
	margin-left: 40px;
	font-weight: bold;
	margin-top: 5px;
}

.cont-quick .tit  div  span{
	display: block;
	color:#fff;
	margin-left: 50px;
	font-size: 12px;
	margin-top: 5px;
}

.cont-quick .info{
	width: 238px;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	border:1px solid #d2d2d2;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cont-quick .info h4{
	font-size: 15px;
	color:#555555;
}

.cont-quick .info p{
	color:#555555;
	font-size: 14px;
	line-height: 26px;
	margin-top: 5px;
}


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pic-box  ul {
	margin-left: -15px;
}
.pic-box  ul li{
	float: left;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
}

.pic-box  ul li img{
	display: block;
	width: 100%;
}

.pic-box  ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#333333;
	font-size: 15px;
}

.pic-box  ul li img{
	display: block;
	margin-bottom: 0;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
 
}


.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	margin-top: 20px;
}
.detail-intro .tit{
	margin-bottom: 30px;
}
.detail-intro .tit p{
	color:#333333;
	font-size: 18px;
	text-align: center;
}

.detail-intro .tit span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}


.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 260px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }


.page{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.page li{
	display: block;
	height: 40px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 40px;
	float: left;
	padding: 0 10px;
}
.page a{
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
}

.page .thisclass{
	display: block;
	height: 40px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 40px;
	float: left;
	padding: 0 10px;
	background: #121681;
	color:#fff;
}
.page li select{ margin-top:10px;}
.page a {
	color:#666;
}
.page ul{
	float: left;
}
.page  ul li{
	float: left;
}


.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 40px;
}

.cont-intro  .map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro  .map .allmap{
	width: 100%;
	height: 400px;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}


.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom:1px solid  #d2d2d2;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.news-list ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 30px;
	position: absolute;
	left: 0;
	top:10px;
	background: #999999;
}
.news-list ul li h4{
	float: left;
	width: 660px;
	 white-space: nowrap;
	 line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color:#333333;
    font-weight: normal;
    margin-left: 20px;
}

.news-list ul li span{
	display: block;
	float: right;
	font-size: 12px;
	color:#999999;
}

.news-list ul li p{
 
 
	width: 100%;
 	
 	margin-left: 20px;
	overflow: hidden;
	margin-top:5px;
	color:#666666;
	white-space: nowrap;
	font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
 	float: left;
}


.news-list ul li:hover h4{
	color:#121681;
}