*{
	margin: 0;
	padding: 0;
}
body{
	font-family: '微软雅黑';
 	background:#f6f6f6;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a:hover{
	color: #0f3f9c;
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 150px;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
.logo{
	margin-top: 40px;
}
.headlink{
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 0 0 12px 12px;
	background: #2397c5;
	text-align: center;
}
.headlink a{
	padding: 0 11px;
	background: url(../images/icon.jpg) no-repeat left center;
	color: #fff;
	font-size: 16px;
}
.headlink a:first-child{
	background: none;
}
.headlink a:hover{
	text-decoration: underline;
}
.nav{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #078bde;
}
.nav li{
	float: left;
}
.nav li a{
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 0 36px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav li.on a,
.nav li a:hover{
	background: #0073bb;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-intro{
	padding: 30px 0;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.index-intro-cont{
	width: 1160px;
	padding: 20px;
	background: #fff url(../images/bg2.jpg) no-repeat center top;
	margin: 0 auto;
}
.index-intro-cont .imgbox{
	width: 250px;
}
.index-intro-cont .imgbox img{
	width: 100%;
}
.index-intro-cont .wz{
	width: 870px;
}
.index-intro-cont .wz h2{
	margin-top: 5px;
	line-height: 44px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.index-intro-cont .wz span{
	display: block;
	width: 160px;
	height: 44px;
	background: #078bde;
	border-radius: 0 22px 22px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	float: left;
	margin-right: 20px;
}
.index-intro-cont .wz h3{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 24px;
}
.index-intro-cont .wz p{
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
}
.index-intro-cont .wz .more{
	display: block;
	width: 42px;
	height: 30px;
	border:1px solid #dddddd;
	border-radius: 12px;
	margin-top: 10px;
	background: url(../images/icon1.png) no-repeat center;
}
.index-kydt{
	margin-top: 20px;
}
.syhead{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 0 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.syhead h2{
	color: #fff;
	font-size: 20px;
	float: left;
}
.syhead a{
	display: block;
	float: right;
	width: 45px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding-right: 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(../images/icon2.png) no-repeat 40px center;
	margin-top: 12px;
}
.syhead a:hover{
	text-decoration: underline;
}
.index-kydt-cont{
	width: 100%;
	padding: 20px 20px 52px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.index-kydt-cont .wz{
	width: calc(100% - 170px);
	float: left;
}
.index-kydt-cont .wz h2{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-kydt-cont .wz p{
	color: #078bde;
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
	height: 76px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow:hidden;
}
.index-kydt-cont .wz span{
	display: block;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin-top: 18px;
	background: url(../images/icon3.png) no-repeat right center;
}
.index-kydt-cont .imgbox{
	width: 140px;
	height: 140px;
	overflow: hidden;
	float: right;
}
.index-kydt-cont .imgbox img{
	width: 100%;
	height: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-kydt-cont .swiper-slide:hover .wz h2{
	color: #078bde;
	text-decoration: underline;
}
.index-kydt-cont .swiper-slide:hover .wz p{
	text-decoration: underline;
}
.index-kydt-cont .swiper-slide:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-kydt-cont .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 24px;
	z-index: 10;
}
.index-kydt-cont .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 6px;
	border-radius: 2px;
	background: #eeeeee;
	margin: 0 5px;
	cursor: pointer;
	opacity: 1;
}
.index-kydt-cont .swiper-pagination-bullet-active {
	background: #078bde;
}
.index-yjfx{
	width: 640px;
}
.index-yjfx-cont{
	width: 100%;
	height: 620px;
	padding: 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
}
.index-yjfx-cont img{
	width: 100%;
}
.index-xwdt-cont{
	width: 100%;
	height: 380px;
	padding: 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
}
.index-xwdt-cont .first{
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.index-xwdt-cont .first .wz{
	width: 55.2%;
	float: left;
}
.index-xwdt-cont .first .wz h2{
	color: #078bde;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.index-xwdt-cont .first .wz p{
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	height: 60px;
}
.index-xwdt-cont .first .wz span{
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 16px;
}
.index-xwdt-cont .first .imgbox{
	width: 214px;
	height: 146px;
	float: right;
	overflow: hidden;
}
.index-xwdt-cont .first .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xwdt-cont .first:hover .wz h2{
	text-decoration: underline;
}
.index-xwdt-cont .first:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xwdt-cont ul li{
	width: 100%;
	height: 37px;
	line-height: 37px;
	border-top: 1px solid #eeeeee;
}
.index-xwdt-cont ul li:first-child{
	border-top: none;
}
.index-xwdt-cont ul li a{
	color: #333333;
	font-size: 12px;
	float: left;
	width: 75%;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block; 
}
.index-xwdt-cont ul li span{
	float: right;
	color: #999999;
	font-size: 12px;
}
.index-xwdt-cont ul li a:hover{
	color: #0073bb;
}
.index-zszp{
	margin-top: 20px;
}
.index-zszp-cont{
	width: 100%;
	height: 170px;
	padding: 20px 20px 0;
	background: #fff;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.index-zszp-cont ul li{
	float: left;
	margin-left: 10px;
	width: 160px;
	text-align: center;
}
.index-zszp-cont ul li:first-child{
	margin-left: 0;
}
.index-zszp-cont ul li .imgbox{
	width: 100%;
	height: 98px;
	overflow: hidden;
}
.index-zszp-cont ul li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-zszp-cont ul li h2{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.index-zszp-cont ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-zszp-cont h3{
	float: right;
	color: #666666;
	font-size: 12px;
	margin-top: 3px;
}
.index-sys{
	margin-top: 20px;
	width: 100%;
}
.index-sys-cont{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	min-height: 250px;
}
.index-sys-cont .swiper-slide .imgbox{
	width: 100%;
	height: 108px;
}
.index-sys-cont .swiper-slide .imgbox img{
	width: 100%;
	height: 100%;
}
.sylink{
	width: 100%;
	overflow: hidden;
}
.sylink h2{
	color: #333333;
	font-size: 14px;	
	font-weight: bold;
	margin-bottom: 8px;
}
.sylink li{
	line-height: 26px;
	margin-right: 22px;
	float: left;
}
.sylink li a{
	color: #666666;
	font-size: 12px;
}
.footer{
	margin-top: 40px;
	padding: 30px 0;
	background: #35b4e0;
}
.footer .footlogo{
	width: 52.5%;
	float: left;
}
.footer .footlogo img{
	margin-top: 16px;
}
.footer-cont{
	width: 47.5%;
	float: left;
}
.footer-cont h2{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-cont p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-cont ul li{
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-left: 26px;
	margin-right: 36px;
	margin-bottom: 10px;
}
.nywrap{
	margin-top: 22px;
}
.nav-two{
	width: 260px;
}
.nav-two .head{
	height: 50px;
	background: url(../images/icon4.png) no-repeat left center;
	margin-bottom: 18px;
}
.nav-two .head h2{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-indent: 22px;
}
.nav-two ul li{
	width: 100%;
	line-height: 50px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 0 25px 25px 0;
}
.nav-two ul li .s{
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-indent: 43px;
	position: relative;
	color: #333333;
	font-size: 18px;
}
.nav-two ul li .s::before{
	content: "";
	width: 16px;
	height: 4px;
	background: url(../images/icon5.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 23px;
}
.nav-two ul li.on .s,
.nav-two ul li:hover .s{
	color: #fff;
	background: url(../images/bg5.png) no-repeat center;
	background-size: cover;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav-two ul li.on .s::before,
.nav-two ul li:hover .s::before{
	background: url(../images/icon6.jpg) no-repeat center;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav-two ul li .se{
	padding: 10px 0 15px 48px;
	display: none;
}
.nav-two ul li .se p a{
	display: block;
	color: #333333;
	font-size: 18px;
	padding-left: 14px;
	background: url(../images/icon7.jpg) no-repeat left center;
	line-height: 40px;
}
.nav-two ul li .se p a:hover{
	color: #078bde;
	text-decoration: underline;
}
.nav-two ul li.on .se{
	display: block;
}
.container{
	width: 920px;
}
.loaction{
	float: right;
}
.loaction p{
	padding-left: 16px;
	background: url(../images/icon8.png) no-repeat left center;
	color: #999999;
	font-size: 12px;
}
.loaction p a{
	color: #999;
	margin: 0 6px;
}
.loaction p a:hover{
	color: #0073bb;
}
.contents{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	float: right;
	margin-top: 12px;
}
.list{
	padding-top: 0px;
}
.list ul li{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
}
.list ul li:first-child{
	border-top: none;
}
.list ul li .wz{
	width: 72.2%;
	float: left;
}
.list ul li .wz h2{
	color: #333333;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list ul li .wz p{
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	min-height: 40px;
}
.list ul li .wz span{
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 18px;
}
.list ul li .imgbox{
	width: 140px;
	height: 100px;
	float: right;
	overflow: hidden;
}
.list ul li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.list ul li:hover .wz h2{
	color: #078bde;
}
.list ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.bslist ul{
	overflow: hidden;
}
.bslist ul li{
	float: left;
	width: 150px;
	height: 180px;
	text-align: center;
	margin: 0 13px 20px;
}
.bslist ul li .imgbox{
	width: 110px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}
.bslist ul li .imgbox img{
	width: 100%;
}
.bslist ul li h2{
	color: #333333;
	font-size: 18px;
	margin-top: 8px;
}
.bslist ul li p{
	color: #333;
	font-size: 14px;
	margin-top: 6px;
}
.bslist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.fyxzlist ul li{
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}
.fyxzlist ul li:first-child{
	border-top: none;
}
.fyxzlist ul li .imgbox{
	width: 110px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.fyxzlist ul li .imgbox img{
	width: 100%;
}
.fyxzlist ul li .wz{
	width: 740px;
	float: right;
}
.fyxzlist ul li .wz h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.fyxzlist ul li .wz p{
	color: #333333;
	font-size: 18px;
	margin-top: 14px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.fyxzlist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jslist .first-list{
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.jslist .imgbox{
	width: 110px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.jslist .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jslist .first-list .wz{
	width: 740px;
	float: right;
}
.jslist .first-list .wz h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.jslist .first-list .wz h3{
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
}
.jslist .first-list .wz p{
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.jslist .first-list:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jslist ul{
	overflow: hidden;
}
.jslist ul li{
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
	float: left;
	width: 50%;
}
.jslist ul li .wz{
	width: 295px;
	float: right;
	padding-right: 15px;
}
.jslist ul li .wz h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.jslist ul li .wz h3{
	color: #333333;
	font-size: 14px;
	margin-top: 18px;
}
.jslist ul li .wz p{
	color: #333;
	font-size: 14px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jslist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.single{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.single table{
	table-layout: fixed;
	word-break: break-all;
}
.deta .top{
	width: 100%;
	padding: 10px 0 20px;
	text-align: center;
}
.deta .top h2{
	color: #333;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
}
.deta .nr{
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.deta .nr img{
	max-width: 100%;
}
.deta .bot{
	width: 100%;
	padding-top: 25px;
	overflow: hidden;
}
.deta .bot p a{
	width: 40%;
	color: #333;
	font-size: 14px;
}
.deta .bot p.fl{
	padding-left: 35px;
	background: url(../images/icon9.png) no-repeat left center;
}
.deta .bot p.fr{
	padding-right: 35px;
	background: url(../images/icon1.png) no-repeat right center;
}
.deta .bot p a:hover{
	color: #0073bb;
}
.sbyq .top{
	width: 100%;
	text-align: center;
}
.sbyq .top img{
	max-width: 100%;
}
.sbyq .sbyq-nr{
	width: 100%;
	margin-top: 30px;
}
.nyhead{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #eeeeee;
}
.nyhead h2{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	float: left;
	border-bottom: 2px solid #078bde;
}
.sbyq-cont{
	width: 100%;
	padding: 20px 20px 0;
	overflow: hidden;
}
.sbyq-cont ul{
	overflow: hidden;
}
.sbyq-cont ul li{
	float: left;
	width: 400px;
	margin: 0 25px 10px;
}
.sbyq2 .tdlist-cont ul li{
	margin: 0 80px 10px;
}
.sbyq-cont ul li:nth-child(even){
	margin-right: 0;
}
.sbyq-cont ul li .imgbox{
	width: 100%;
	height: 475px;
	overflow: hidden;
}
.sbyq-cont ul li .imgbox img{
	width: 100%;
}
.sbyq-cont ul li h2{
	color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xslist ul li{
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.xslist ul li .wz{
	float: left;
	width: 710px;
}
.xslist ul li .wz h2{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.xslist ul li .wz p{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow:hidden;
}
.xslist ul li .wz span{
	display: block;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight: 600;
}
.xslist ul li .imgbox{
	width: 140px;
	height: 160px;
	overflow: hidden;
	float: right;
}
.xslist ul li .imgbox img{
	width: 100%;
	height: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.xslist ul li:hover .wz h2{
	color: #0073bb;
}
.xslist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.mapsingle .nr{
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.mapsingle .demo_main{
	width: 100%;
	margin-top: 15px;
}
.mapsingle .demo_main #map{
	width: 100%;
	height: 240px;
}
.lxwm .nr{
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.lxwm .demo_main{
	width: 100%;
	margin-top: 15px;
}
.lxwm .demo_main #map{
	width: 100%;
	height: 400px;
}
.tdlist-cont{
	width: 100%;
	padding: 20px 20px 0;
	overflow: hidden;
}
.tdlist-cont ul{
	overflow: hidden;
}
.tdlist-cont ul li{
	float: left;
	width: 400px;
	margin: 0 25px 10px;
}
.tdlist-cont ul li:nth-child(even){
	margin-right: 0;
}
.tdlist-cont ul li .imgbox{
	width: 100%;
	height: 475px;
	overflow: hidden;
}
.tdlist-cont ul li .imgbox img{
	width: 100%;
}
.tdlist2 ul li .imgbox{
        height: 240px;
}
.tdlist-cont ul li h2{
	color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.imglist ul{
	overflow: hidden;
}
.imglist ul li{
	width: 250px;
	height: 330px;
	float: left;
	margin: 0 21px 40px;
	
}
.imglist ul li img{
	width: 100%;
	height: 100%;
}
.imglist ul li:hover{
	box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.30);
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
}











