* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
    background:url(../images/bg.jpg) no-repeat center top;
}

.banner {
    width: 100%;
    height: 740px;
}

.content{
	width: 1200px;
	height: auto;
	overflow:hidden;
	margin:30px auto;
}

.tit{
    width: 100%;
    height: 84px;
    background: url('../images/tit-bg.png') no-repeat center center;
    line-height: 84px;
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

/*少林派*/
.block{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 88px;
}
.block .tit-mp{
	position: absolute;
	left: 0;
	top: -190px;
}
.block .tit-mp2{
	position: absolute;
	right: 30px;
	top: -190px;
}
.block .mp-con,.block .mp-con2{
	width: 100%;
	height: 510px;
	position: relative;
}
.block .mp-con img{
	float: left;
}
.block .mp-con2 img{
	float: right;
}

.block .mp-con .tuwen{
	position: absolute;
	right: 0;
	top: -60px;
	width: 470px;
}
.block .mp-con2 .tuwen{
	position: absolute;
	left: 0;
	top: -60px;
	width: 470px;
}
.block .mp-con .tuwen img{
	float: inherit;
	margin-bottom: 15px;
}
.block .mp-con2 .tuwen img{
	float: inherit;
	margin-bottom: 15px;
}
.block .tuwen  .tit-tw{
	width: 148px;
	height: 69px;
	line-height: 69px;
	margin-bottom: 15px;
}
.block  .tuwen  .news ul li{
	width: 89%;
	height: 52px;
	font: normal 22px/52px "微软雅黑";
	padding-left: 11%;
	background: url(../images/tit-new1-1.png) no-repeat left ;
	overflow: hidden;
}
.block .tuwen  .news ul li:last-child{
	background: url(../images/tit-new1-2.png) no-repeat left ;
}
.block .tuwen  .news ul li a:hover{
	color: #c11312;
}


/*反馈表单*/
.zx-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:40px 20px;
    border: 3px solid #000000;
    background: #FFFFFF;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
}
.zx-form .form-li {
    float: left;
    width: 450px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-li div {
    width: 450px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zx-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    background: url(../images/icon-4.png) no-repeat center center;
}
.zx-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zx-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zx-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zx-form .form-li div input {
    float: left;
    width: 410px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zx-form .form-li div input.yzm {
    width: 290px;
}
.zx-form .form-li div img {
    width: 100px;
    height: 40px;
    float: right;
}
.zx-form .form-message {
    float: right;
    width: 520px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-message p {
    width: 480px;
    height: 30px;
}
.zx-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 175px;
    box-sizing: border-box;
}
.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}
.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}
.form-btn button.reset {
    background-color: #999999;
}

.footer p{ 
    width: 100%;
    height: auto;
    font: normal 14px/30px "微软雅黑";
    text-align: center;
    margin: 0 auto; 
    color:#333;
    margin-top: 30px;
    overflow: hidden;
}







