@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";

}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}
input{
	outline: none;
}
input:focus{
	outline: none;
}
a{
	text-decoration: none;
}
i {
	font-style: normal;
}
ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

.banner {
    width: 100%;
    height: 300px;
    background: url(banner.png) center center no-repeat;
  	 background-size: 100% 100% !important;
    margin-bottom: 50px;
}

.banner_title {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    padding-top: 98px;
}
.banner_title h5 {
    font-size: 46px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
}
.banner_title p {
    width: 579px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 16px;
}

.ztList{
	width: 1200px;
	margin: 0px auto;
}

.ztList .ztList_title{
	height: 45px;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
	text-align: left;
	font-weight: 400;
}
.ztList .ztList_ul {
    width: 1200px;
    padding-bottom: 50px;
}
.ztList .ztList_ul li {
    float: left;
    width: 277px;
    height: 221px;
    margin: 30px 30px 0 0;
    overflow: hidden;
    transition: transform 0.5s;
    border-radius: 6px;
  
}
.ztList .ztList_ul li:nth-child(4n) {
    margin-right: 0;
}
.ztList .ztList_ul li a {
    display: block;
    width: 277px;
    height: 221px;
}
.ztList .ztList_ul li:hover{
  transform: scale(1.1);
  transition: transform 0.5s;
}
.ztList .ztList_ul li:hover a .lm_title {
    color:#4393F5;
}

.ztList .ztList_ul li a .lm_img {
    display: block;
    width: 277px;
    height: 156px;
}
.ztList .ztList_ul li a .lm_title {
    display: block;
    width: 277px;
	height: 65px;
	background-color: #F3F8FD;
    font-size: 18px;
    color: #333333;
    line-height: 65px;
    text-align: left;
    padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
}