* {
	padding: 0;
	margin: 0;
}

.layout {
	clear: both;
	margin: auto;
	width: 1200px;
}

.bannerWrap {
	height: 560px;
	background: url(../images/jtdt/jtdt-banner.jpg) no-repeat center center;
}
.main{
	min-height: 950px;
}
.main-title{
	height: 150px;
	border-bottom: 1px solid #e6e6e6;
}
.main-title h2{
	padding-top: 60px;
	box-sizing: border-box;
	color: #1b1b1b;
	font-size: 24px;
	text-align: center;
}
.main-title p{
	margin-top: 30px;
	font-size: 16px;
	color: #b3b3b3;
	margin-left: 331px;
}
.main-title p span{
	padding-left: 100px;
	box-sizing: border-box;
}
.main-text{
	margin-top: 40px;
}
.main-text p{
	line-height: 30px;
	color: #333;
	/*text-indent:2em;*/
}
.main-text img{
	max-width: 100%;
}
/*.main-text p:nth-child(2){
	text-align: center;
	margin-top: 20px;
}
.main-text p:nth-child(3){
	margin-top: 30px;
}
.main-text p:last-child{
	margin-top: 40px;
}*/
.footer {
	width: 100%;
	margin-top: 50px;
	/*height: 364px;
	background-color: #f4f4f4;*/
}
.softCatTit{text-align: center; font-size: 22px;}

.zyl-bs-tab{
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
	margin: 20px auto;
}
.zyl-bs-tab ul{
    /*min-width: 750px;*/
	margin: 0 auto;
	float: left;
	position: relative;
    left: 50%;
}
.zyl-bs-tab li{
	float: left;
    text-align: center;
    font-size: 18px;
    min-width: 150px;
	padding: 0 10px;
	position: relative;
    left: -50%;
}
.zyl-center{
    display: inline-block;
}
.zyl-open{
    border-top: 2px solid #d90000;
    background-color: #fff;
	display: inline-block;
	/*width: 100%;*/
}

.attach{ clear: both; line-height: 30px; font-size: 16px; margin: 0 40px 20px; }
.attach h4{ padding-left: 10px; /* background: #eff8fd; */ font-weight: bold;}
.attach ul{padding: 10px 0 0 10px;}
.attach ul li{height:32px; line-height:32px; text-align:left; width:100%;}
.attach ul li a{color: #d90000;}
