.inner {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width:1000px){
	.inner{
		width: 900px;
	}
	.content p{
		font-size: 25px;
		line-height: 40px;
	}
}
body {
	background: url("../img/bg.png") repeat;
	background-size: 100% auto;
	margin: 0;
}

p {
	font-size: 18px;
	color: #0e050a;
	line-height: 30px;
	font-family: "微软雅黑";
	text-indent: 2em;
}

.hide {
	display: none;
}

.top {
	position: relative;
	width: 100%;
	height: 100%;
	zoom:1;
}

.top>img {
	width: 100%;
	height: 100%;
}

.top-logo {
	width: 100%;
	height: 100%;
}
.logo01 {
	width: 50%;
	height: 28%;
	position: absolute;
	top: 15%;
	left: 27%;
}

.kc_title {
	width: 660px;
	height: 98px;
	color: #c30000;
	font-size: 25px;
	/* font-family: 'ykt'; */
	font-style: italic;
	line-height: 95px;
	text-align: center;
	margin: 35px auto 14px;
	background: url('../img/title-bg.png') no-repeat;
	background-size: contain;
}
.kc_title1 {
	width: 660px;
	height: 98px;
	color: #c30000;
	font-size: 25px;
	/* font-family: 'ykt'; */
	font-style: italic;
	line-height: 95px;
	text-align: center;
	margin: 35px auto 14px;
	background: url('../img/title-bg.png') no-repeat;
	background-size: contain;
}
.content {
	width: 100%;
	height: 170px;
	background: url("../img/text-bg.png") no-repeat;
	background-size: 100% 100%;
	display: table-cell;
	vertical-align: middle;
}
/* .content p{
	font-size: 25px;
} */
.how_list_zs {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.how_list_zs>li {
	margin-bottom: 20px;
	 list-style: none;
}
.how_title_zs {
	width: 100%;
	height: 97px;
	background: url("../img/text_lb.png") no-repeat;
	background-size: 100% 100%;
	/* display: table-cell; */
	vertical-align: middle;
}
.content>p {
	padding: 0 50px;
}

.how_title_zs>h2{
	padding: 25px 50px;
}
.how_title_zs>ul{
	width: 24px;
	height: 24px;
	position: absolute;
	/* top: 7px; */
	right: 23.5%;
	cursor: pointer;
	 list-style: none;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    	
}
.aligen{
	text-align:left !important;
	background: #fbf8e9;
}
.bordered {
    border: solid #c30000 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #c30000; 
    -moz-box-shadow: 0 1px 1px #c30000; 
    box-shadow: 0 1px 1px #c30000;  
}

.bordered tr:hover {
    background: #fff4be;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #c30000;
    border-top: 1px solid #c30000;
    padding: 10px;
    text-align: center;    
}
.textl{
	text-align: left !important;  
	text-indent: 1.5em;
	/*width:900px;*/
}
.bf_width{
	width: 100px
}
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
.bq_title{
	font-size: 18px;
	font-family: "黑体";
	text-align: center;
	padding: 0 0 15px 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to right,#e9a89e,#f6d48f);
	margin-top: 50px;
}
.bq_title>b{
	line-height: 115px;
}

.contain{
	width: 900px;
	height: 578px;
	margin: 0 auto;
	background: url(../img/bgq.png) no-repeat center top;
}

.left{
	float: left;
	width: 768px;
	height: 432px;
	margin: 28px 0 0 65px;
	position: relative;
}

.video01{
	width: 100%;
	height: 432px;
	position: relative;
}

#my_video_1{
	width: 100%;
	height: 100%;
}
.video01 .video-js .vjs-big-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}

