*{margin: 0px;padding: 0px;}
body{background:#ffffff;margin:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.head{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
}
.top p{
	color:#888888;
	font-size: 12px;
	float: left;
	line-height: 30px;
}
.top  img{
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.top .tel{
	float: right;
	margin-right: 30px;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #aaaaaa;
}
.top ul li a{
	color:#888888;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 
.head  img{
	display: block;
}

.head .name{
	float: left;
}
.head .tel{
	float: right;
}
.head  .btn{
	float: right;
	display: none;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul{
 
}
.nav ul li{
	float: left;
	width:170px;
	height: 45px;
 
	 text-align: center;
	 
	line-height:45px;
}
.nav ul li a{
	color:#1a1a1a;
	font-size: 16px;
	
	
	display: block;
	
}
.nav ul li:hover{
	background: #467cd4;
}
.nav ul li:hover a{
	color:#fff;
}
.banng img{
	display: block;
}
 
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	width: 100%;
	display: block;
}
.banner img:last-child{
	display: none;
}

.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}


.product{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.title{
	background: url(../images/tit01.png) no-repeat center center;
	padding-bottom: 20px;
}
.title p{
	color:#333333;
	font-size:30px;
	text-align: center;
}
.title  b{
	color:#076ce0;
	font-weight: normal;
}

.title span{
	display: block;
	text-align: center;
	color:#999999;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 14px;
}
.product .list{
	width: 1010px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul {
	margin-left: -26px;
}
.product .list ul li{
	float: left;
	width: 180px;
	height: 50px;
	background: #e6e6e6;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
	margin-left: 26px;
}
.product .list ul li a{
	color:#000000;
	display: block;
	font-size: 16px;
}
.product .list ul li:hover {
	background: #076ce0;
}
.product .list ul li:hover a{
	color:#fff;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul{
	margin-left: -13px;
}
.product .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	margin-bottom: 30px;
}
.product .pic ul li img{
	display: block;
	width: 290px;
	height: 260px;
}
.product .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #e6e6e6;
	color:#000000;
	font-size: 16px;
}
.product .pic ul li:hover p{
	background: #076ce0;
	color:#fff;
}

.product  .more{
	display: block;
	width: 120px;
	height: 30px;
	background: #076ce0;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 30px;
	border-radius: 5px;
	color:#fff;
	display: none;
}

.about{
	width: 100%;
	height: 510px;
	background: #006cd8;
	overflow: hidden;
}
.about .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 65px;
}

.about  .pic{
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
}
.about  .pic img{
	display: block;
	width: 600px;
	height: 390px;
}
.about .intro{
	float: right;
	width: 510px;
	height: auto;
	overflow: hidden;
	margin-right: 45px;
	background: url(../images/icon03.png) no-repeat  right 35px;
}
.about .intro .tit {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 40px;
}
.about .intro .tit:after{
	content: "";
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	background: #333333;
}
.about .intro .tit p{
	color:#333333;
	font-size: 16px;
	float: left;
}
.about .intro .tit span{
	display: block;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.about .intro  h4{
	font-size: 28px;
	color:#006cd8;
	font-weight: bold;
	margin-top: 35px;
}
.about .intro .info{
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-top: 25px;
}
.about .intro .info p{
	color:#333333;
	font-size: 15px;
	line-height: 24px;
}
 
.about .more{
	display: block;
	width: 160px;
	height: 40px;
	background: #ff9600;
	border-radius: 10px;
	line-height: 40px;
	color:#fff;
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}



.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.adv .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.adv .swiper-slide .intro{
	width: 598px;
	height: 398px;
	border: 1px solid #e6e6e6;
	float: left;
	background: url(../images/bg01.png) no-repeat left bottom;
}

.adv .swiper-slide .intro .tit{
	width: 488px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 100px;
}
.adv .swiper-slide .intro .tit img{
	display: block;
	float: left;
}
.adv .swiper-slide .intro .tit div{
	float: left;
	margin-left: 10px;
}
.adv .swiper-slide .intro .tit p{
	color:#076ce0;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
}
.adv .swiper-slide .intro .tit span{
	display: block;
	text-transform: uppercase;
	color:#999999;
	margin-top: 5px;
}
.adv .swiper-slide .intro  .info{
	width: 488px;
	margin: 0 auto;
	margin-top: 30px;
}
.adv .swiper-slide .intro  .info p{
	color:#333333;
	font-size: 16px;
	line-height: 24px;
}

.adv  .swiper-container  .swiper-pagination{
	position: initial;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
 	width: auto;
}
.adv  .swiper-container .swiper-pagination .swiper-pagination-bullet{
	display: block;
	width: 70px;
	height: 3px;
	background: #cccccc;
	opacity: 1;
	margin: 0 10px;
	border-radius: 0;
	float: left;
}
.adv  .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #006cd8;
}

.cases{
	width: 1320px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}
.cases .swiper-container{
	width: 1200px;
	margin: 0 auto;
	position: initial;
}
.cases .swiper-container .swiper-wrapper{
	width: 1200px;
	 
}

.cases ul li{
	float: left;
	width: 388px;
}
.cases ul li img{
	display: block;
	width: 100%;
}
.cases ul li p{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	text-align: center;
	line-height: 40px;
	color:#000000;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases  .swiper-container  .swiper-pagination{
	position: initial;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
 	width: auto;
}
.cases  .swiper-container .swiper-pagination .swiper-pagination-bullet{
	display: block;
	width: 70px;
	height: 3px;
	background: #cccccc;
	opacity: 1;
	margin: 0 10px;
	border-radius: 0;
	float: left;
}
.cases  .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #006cd8;
}


.section{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.news {
	width: 640px;
	height: auto;
	float: left;
	overflow: hidden;
}
.news .tit{
	width: 100%;
	height:50px;
 
	border-bottom: 1px solid #e6e6e6;
}
.news .tit p{
	color:#000000;
	font-size: 30px;
	float: left;
	height: 49px;
	border-bottom: 3px solid #076ce0;
}
.news .tit  span{
	display: block;
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.news .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .on img{
	display:block;
	float: left;
	width: 286px;
	height: 184px;
}
.news .on .intro{
	float: left;
	margin-left: 20px;
	width: 334px;
	height: auto;
	overflow: hidden;
}
.news .on .intro h4{
	color:#000000;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}
.news .on .intro p{
	color:#666666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .on .intro  span{
	display: block;
	color:#666666;
	width: 86px;
	line-height: 30px;
	float: right;
	font-size: 14px;
	border-top: 1px solid #666666;
	margin-top: 25px;
}

.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.news ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background: #cccccc;
	border-radius: 50%;
}
.news ul li a{
	display: block;
	margin-left: 15px;
	color:#000000;
	font-size: 16px;
	float: left;
	width: 400px;
}
.news ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 16px;
}

.contact{
	float: right;
	width: 520px;
	height: auto;
	overflow: hidden;
}
.contact .tit{
	width: 100%;
	height:50px;
 
	border-bottom: 1px solid #e6e6e6;
}
.contact .tit p{
	color:#000000;
	font-size: 30px;
	float: left;
	height: 49px;
	border-bottom: 3px solid #076ce0;
}
.contact .tit  span{
	display: block;
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}


.contact .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.contact .pic img{
	display: block;
	width: 520px;
	height: 194px;
}


.contact .info{
	float: left;
	width: 330px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.contact .info h4{
	color:#006cd8;
	font-size: 26px;
}

.contact .info p{
	color:#000000;
	font-size: 16px;
	margin-top: 15px;
	line-height: 24px;
}

.contact .ewm{
	float: right;
	width: 162px;
	height: 178px;
	background: url(../images/bg02.png) no-repeat center;
	float: right;
	margin-top: 20px;
}

.contact .ewm p{
	color:#ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.contact .ewm img{
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 auto;
	margin-top: 5px;
}
.links{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.links .tit {
	width: 100%;
	overflow: hidden;
	height:32px;
	background: url(../images/tit05.png) repeat-x left bottom;
}
.links .tit div{
	display: block;
	height: auto;
	overflow: hidden;
	z-index: 10;
	position: relative;
	padding-right: 10px;
	background: #fff;
	width: 160px;
}
.links .tit p{
	color:#007dee;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Impact Regular';
	text-transform: uppercase;
	float: left;
}

.links .tit span{
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	background: #000000;
	text-align: center;
	line-height: 25px;
	color:#fff;
	font-size: 14px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.links ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.links ul li{
	float: left;
	padding: 0 15px;
	line-height: 30px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 2px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #989898;
	margin-top:-7px;
}

.links ul li a{
	color:#666666;
	font-size: 14px;
}

.footer{
	width: 100%;
	height: 354px;
	background: #006cd8;
	overflow: hidden;
	margin-top: 40px;
}

.footer .menu{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.footer .menu ul li{
	float: left;
 	width:105px;
	height: 240px;
	border-right: 1px solid #1381ef;
	margin-right: 16px;
	box-sizing: border-box;
}
.footer .menu ul li:last-child{
	margin-right: 0;
	border-right: none;
}
.footer .menu ul li:last-child:after{
	width: 0;
	height: 0;
 
}
.footer .menu ul li:last-child ul li{
	border-right:none;
}
.footer .menu ul li ul{
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li ul li{
	float: initial;
	line-height: 30px;
	height: auto;
	padding: 0;
}

.footer .menu ul li a{
	color:#ffffff;
	font-size: 14px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer .cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.footer .cr p{
	color:#fff;
	font-size: 12px;
	text-align: center;
}
.footer .cr a{
	color:#fff;
}
.mfooter{
	display: none;
}
.fn{
	display: none;
}

 

.crumbs{
  	width: 1200px;
  	margin: 0 auto;
  	height: auto;
  	overflow: hidden;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #e6e6e6;
  	margin-top: 20px;
}
.crumbs img{
	display: block;
	float: left;
	margin-top: 3px;
}
.crumbs a{
	color:#000000;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:-8px;
	top: 0;
	color:#000000;
	font-size: 14px;
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 
.pro-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.pro-list .category{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.pro-list .category .bd{
	width: 1160px;
	margin:20px;
	height: auto;
	overflow: hidden;
}

.pro-list .category .bd .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px;
	border-bottom: 1px dashed #e6e6e6;
}

.pro-list .category .bd .part h4{
	font-size: 14px;
	background: #076ce0;
	height: 25px;
	width: 120px;
	border-radius: 5px;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
	float: left;
}

.pro-list .category .bd .part h4 a{
	color:#fff;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-list .category .bd .part ul{
	width: 1020px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
}
.pro-list .category .bd .part ul li{
	float: left;
	line-height: 25px;
	padding: 0 10px;
}
.pro-list .category .bd .part ul li a{
	color:#000000;
	font-size: 14px;
}
.pro-list .category .bd .part:last-child{
	margin: 0;
}


.pro-list  .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.pro-list  .img ul{
	margin-left: -13px;
}
.pro-list  .img ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	margin-bottom: 14px;
}
.pro-list  .img ul li img{
	display: block;
	width: 290px;

}

.pro-list  .img ul li p{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	text-align: center;
	color:#000000;
	font-size: 16px;
	line-height: 40px;
}
.pro-list  .img ul li:hover p{
	background: #076ce0;
	color:#fff;
}


.news-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}


.news-list .tit{
	width: 100%;
	height: 44px;
	background: #f1f1f1;
}

.news-list .tit p{
	float: left;
	width: 116px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #076ce0;
	color:#fff;
	font-size: 18px;
}
.news-list .tit a{
	display: block;
	float: right;
	color:#000000;
	font-size: 16px;
	line-height: 44px;
	margin-right: 10px;
}


.news-list ul li{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px dashed #cccccc;
}

.news-list ul li .part{
	width: 586px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news-list ul li .part:nth-child(2n){
	float: right;
}
.news-list ul li .part .time{
	width: 86px;
	height: 83px;
	background: #999999;
	float: left;
}

.news-list ul li .part .time b{
	color:#fff;
	font-size: 40px;
	text-align: center;
	display: block;
}
.news-list ul li .part .time p{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 18px;
}

.news-list ul li .part  .info{
	width: 475px;
	height: auto;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

.news-list ul li .part  .info h4{
	color:#000000;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-top: 5px;
}

.news-list ul li .part  .info p{
	color:#666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-list ul li .part:hover  .time{
	background: #076ce0;
}
.news-list ul li .part:hover h4{
	color: #076ce0;
}



.case-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.case-list .img ul li{
	float: left;
	width: 388px;
	height: auto;
	overflow: hidden;
	margin-left: 18px;
	margin-bottom: 20px;
}
.case-list .img ul{
	margin-left: -18px;
}

.case-list .img ul li img{
	display: block;
	width: 100%;
}

.case-list .img ul li p{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	text-align: center;
	line-height: 40px;
	color:#000000;
	font-size: 16px;
}



.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	color:#333;
	float: left;
	margin: 0 5px;
	border-radius: 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #076ce0;
	border: 1px solid #076ce0;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.about-intro{
 	width: 1200px;
 	margin: 0 auto;
 	height: auto;
 	overflow: hidden;
 	background: url(../images/icon03.png) no-repeat right top;
 	margin-top: 20px;
}



.about-intro .pic{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;
}
.about-intro .pic img{
	display: block;
	width: 100%;
	height: 390px;
}

.about-intro .intro{
	width: 500px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
	float: right;
	margin-top: 20px;
}
.about-intro .intro .name{
	position: relative;
	height: 80px;
}
.about-intro .intro .name:after{
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #333333;
}
.about-intro .intro .info{
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
}
.about-intro .intro .info p{
	color:#333333;
	font-size: 15px;
	line-height: 24px;
}

.contact-intro{
	width: 1200px;
	margin: 0 auto;
	height:395px;
	overflow: hidden;
	border: 1px solid #xlrde;
	margin-top: 35px;
}


.contact-intro .intro{
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	margin-left: 40px;
}

.contact-intro .intro h4{
	font-size: 36px;
	color:#0879d5;
}

.contact-intro .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact-intro .intro p{
	color:#000000;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 14px;
}

.contact-intro .intro img{
	display: block;
	float: left;
	margin-right: 10px;
}

.contact-intro .map{
	width: 603px;
	height: auto;
	overflow: hidden;
	float: right;
}

.contact-intro .map .allmap{
	width: 100%;
	height: 397px;
}


.honor-list{
	width: 1200px;
	margin: 0 auto;
 	height: auto;
 	overflow: hidden;
 	margin-top: 20px;

}
.honor-list ul {
	margin-left: -13px;
}
.honor-list ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	margin-bottom: 15px;
}

.honor-list ul li img{
	display: block;
	width: 290px;
	height: 192px;
}
.honor-list ul li p{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	text-align: center;
	line-height: 40px;
	color:#000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}


.newsList{
	margin: 0 auto;
	margin-top: 20px;
	width: 1200px;
	height: auto;
	overflow: hidden;
}

.newsList ul li{
	width: 590px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background: #eeeeee;
	float: left;
}
.newsList ul li:nth-child(2n){
	float: right;
}
.newsList ul li .time{
	width: 95px;
	height: 95px;
	overflow: hidden;
	background: #cccccc;
	float: left;
}

.newsList ul li .time b{
	color:#000000;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 15px;
}


.newsList ul li .time span{
	display: block;
	text-align: center;
	color:#000000;
	font-size: 16px;
	margin-top: 3px;
}

.newsList ul li  .intro{
	width: 460px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}
.newsList ul li  .intro h4{
	color:#1a1a1a;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.newsList ul li  .intro p{
	color:#666666;
	font-size: 14px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	margin-top: 10px;
}

.newsList ul li:hover .time{
	background: #006cd8;
}

.newsList ul li:hover .time b{
	color:#fff;
}
.newsList ul li:hover .time span{
	color:#fff;
}


.detailed{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.detailed .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.detailed h4{
	font-size: 22px;
	color:#333;
	text-align: center;
}

.detailed  span{
	display: block;
	text-align: center;
	color:#333;
	font-size: 14px;
	margin-top: 10px;
}
.detailed .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.detailed .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detailed .intro  p{
	font-size: 16px;
	line-height: 30px;
}

.fy{
	width: 1200px;
	margin: -0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 80px;
	border-bottom: 1px dashed #ccc;
}

.fy p{
	color:#333;
	font-size: 14px;
	margin-bottom: 10px;
}
.fy a{
	color:#333;
}



.qq{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10000;
	transform: translateY(-50%);
}

.qq a{
	display: block;
}