.main {
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	padding-top: 40px;
	/*background-image: url(../images/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}

.main-content {
	width: 1200px;
	min-height: 650px;
	margin: 0 auto;
	padding-bottom: 100px;
}


/* 左 */


/* 左 */

.mian-left {
	width: 210px;
	height: 100%;
}

.program {
	display: inline-block;
	width: 208px;
	height: 58px;
	background-color: #fff;
	color: #494949;
	font-size: 14px;
	border: 1px solid #80848B;
	text-align: center;
	margin-bottom: 8px;
}

.program-child {
	width: 186px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.program span {
	display: inline-block;
	line-height: 60px;
}

.tab li {
	width: 210px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	/*color: #2F343B;*/
	background-color: #fff;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
}


/*.tab .active {
    background-color: #000;
    color: #fff;
}*/


/* 鼠标滑过的颜色 */

.tab li:hover {
	background-color: #C64046;
	color: #fff;
}


/* 右 */

.main-right {
	width: 927px;
	margin-top: 30px;
}

.hidden {
	display: none;
}

.about p {
	color: #1C2438;
	font-size: 14px;
	line-height: 21px;
	text-indent: 2em;
}

.layui-form-label {
	width: 66px;
	font-size: 14px;
	color: #2F343B;
}

.layui-input {
	width: 315px;
	height: 38px;
	border: 1px solid #e6e6e6;
	color: #000;
	background-color: transparent;
}

.layui-input-block {
	margin-left: 90px;
}

.layui-textarea {
	width: 497px;
	height: 156px;
	border: 1px solid #e6e6e6;
	background-color: transparent;
	color: #000;
}

.layui-form-radio i {
	font-size: 16px;
	color: #7B7F85;
}

.layui-form-radio span {
	font-size: 14px;
	color: #2F343B;
}

.layui-form-radio i:hover,
.layui-form-radioed i {
	color: #F40556;
}

.layui-btn {
	width: 150px;
	height: 28px;
	background-color: #3259C6;
	border-radius: 18px;
	padding: 0;
	margin: 24px 70px 34px 30px;
	margin-top: 28px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 28px;
}